Browse a Listing
Top > PHP > Tips and Tutorials > Development
Popular Tags
Free Script links
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Web developers who wish to use their time as efficiently as possible, should consider using an integrated development environment (IDE), if they are not already doing so. Just as the name suggests, a typical IDE provides the developer with an integrated suite of programming products, including an editor with multi-file editing, multiple undo and redo, local and global search and replace, stream and paragraph text selection, code-folding, multi-line tabbing, automatic creation and coloring of matching braces, intelligent indenting and outdenting of code, and more.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Feb 14, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
This article examines how PHP handles passing of variables internally, as well as how this relates to memory usage. This information is very useful for any professional PHP developer as it shows how passing variables by reference will normally result in more (not less) memory being used.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Mar 24, 2008 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
This post gives an introduction to the complications that can arise from deploying your PHP applications onto a load balanced web hosting platform. This is a must-read article if you are planning to develop large scale web applications, or if your software will be deployed on a large range of platforms (as is the case for many open source projects).
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Apr 3, 2008 Hits: 31 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Isn't writing new code great? Wouldn't the world be a better place if all were ever had to do is write software from scratch, not having to worry about methods of classes past? Unfortunately, we all know that this is not the case. In fact, estimates say that we spend around 80% of our programming time maintaining old code. So for this blog post will be trying to tackle that 80%, and I will see what I can do to make it less painful.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: May 8, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
In-function caching can be used to greatly improve the performance of our software. Applying this technique effectively is important to avoid spiraling memory usage and bizarre bugs that can be caused by old cache data lingering around.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: May 17, 2008 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
autoload is one of the magic methods added to PHP in version 5. It creates a very easy way for you to manage all your different class files. Actually, with __autoload you don’t need to manage them.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: May 19, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR