|
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
|
|
Hi !
Who's pass this scenario ?
I receive john's login/password but when i try to logon that don't work :/
Adns
ps : Sorry for my bad english ^^...
By: Adns Plop
in 2011-09-19
|
|
Whazzup!
Ok, I wrote to support team several times but my letters remains not answered. I would be glad to accept even "Go to Hell!" message just to know at least someone read what I've written. That is why I want to ask people in this thread how to pass the Intermediate Scenario 1 from HackMe cont...
By: Artur Korobeynyk
in 2011-07-01
|
|
http://www.youtube.com/watch?v=eL8mokVEXyQ&feature=player_embedded
https://www.facebook.com/the.tunisian.wake.up.project?sk=notes...
By: Suliman H. Flefel [AKA Love9]
in 2011-04-10
|
|
Gmail is one of the major webmail service provider across the globe. But as we all know Gmail still carries that 4 letter word BETA. Sometimes we may wonder, why Gmail is still in the testing stage even after years of it’s emergence. Here is one small reason for that.
Gmail follows a strict r...
By: Vasanth Kumar
in 2011-03-12
|
|
Posted on march 2011.It seems that high-profile accounts and Facebook pages might not be the only ones messed with by individuals taking advantage of the bug found in Facebook's API.All Facebook's Hackie Cohen reports about messages peddling a "Facebook sponsore...
By: Vasanth Kumar
in 2011-03-12
|