|
Main Page
|
Famous Developers
|
Top Companies
|
Tech News
|
Be Ready
|
Takeaway
|
Contest
|
Find & Post
|
|
Although my examples are made using PHP, this tip may be applied to many scripting languages. I entitled it as "return as soon as possible"™ and became quite popular when I posted it on my blog. It may be summarized as transforming: if ($conditionToPerform) { perform(); } else { ...
By: Patrick Allaert
in 2010-01-27
|
|
Development of PHP scripts without a preconceived plan to manage them is asking for a headache. The goal of a framework is to make the process of writing web-based applications simpler.An application designed around MVC is easier to manage because it is split into tiers, which allow for independent ...
By: Wesam Azmy
in 2010-01-16
|
|
This is a list of tools and techniques to optimize your website.
Benchmarking Tools:
1) Pingdom:
http://pingdom.com/
Pingdom offers everything from simple to very advanced server, network and website monitoring services. Pingdom offers you the ability to monitor your servers and infra...
By: Ahmad Fathi Saleh
in 2010-01-15
|
|
Whats Ajax ?
AJAX stands for “Asynchronous JavaScript and XML”, but something tells me you already know that and want to know in layman’s terms.
Alright, AJAX is not a Programming Language nor it is a new Technology as many of us believes it to be. AJAX is nothing but a methodology based...
By: Rochak Chauhan
in 2010-01-19
|
|
Introduction Regular expressions is a way to describing a pattern in piece of text, PHP supports two styles of regular expressions syntax : POSIX and Perl, The Posix style of regular expression is compiled ito PHP by default , but you can use the Perl style by compiling in Perl-compatable regula...
By: Yousef Al-Nabulsi
in 2010-01-15
|
|
Me revoilà, comme promis avec la suite de cette série de tutoriaux, vous vous rappelez bien de l’épisode précèdent ? On avait parlé des injections SQL classiques, on a vu comment un attaquant pourra by-passer une identification, également comment ce dernier peut repérer une injection ...
By: Mohammed CHERIFI
in 2010-07-11
|
|
Hello, Aujourd’hui je vous parlerai d’un vecteur d’attaque très répondu sur internet, c’est SQL Injection, le sujet est très riche, j’ai donc décidé de le répartir en trois parties:
Les injections SQL basiques
SQL Injection avancée
Blind SQL Injection
Dans ce ...
By: Mohammed CHERIFI
in 2010-07-11
|
|
CSRF Injection (Cross Site Request Forgeries) est une classe d’attaque propre aux applications WEB qui a toujours existé mais qui reste moins connue! son exploitation par un attaquant malveillant peut avoir des conséquences dramatique sur un système d’information.
Dans ce billet, je vais ...
By: Mohammed CHERIFI
in 2010-07-11
|
|
hack all passwords using usb
Have you ever thought that a Simple USB Drive can be used as a Destructive Tool for Hacking Passwords? Today I will show you how to hack Passwords using an USB Pen Drive.
As we all know, Windows stores most of the passwords which are used on a daily basis, includin...
By: MANISH KUMAR PANDEY
in 2010-03-02
|
|
File Transfer Protocol
Introduction
The following information is provided as a reference for the File Transfer Protocol (FTP) commands. This document describes a typical process for an interactive and automated, batch FTP session running on a PC with Windows/2000 and connecting to a UNIX system....
By: MANISH KUMAR PANDEY
in 2010-04-29
|