You are at the archive for the Programming Category:

Creating a PHP Framework

I have been getting more and more interested in developing PHP while using a framework to help ease some of the things that are constantly done, such as interacting with the database and generating forms. Frameworks such as CodeIgniter and CakePHP can be incredibly useful in quickly ramping up a usable application.
As easy as some [...]

Poll: What is your favorite PHP IDE?

I know a lot of people use just a text editor for programming with PHP but I seem to be spending more time using a full fledged IDE. So what do you guys use? Please discuss and argue in the comments! Thanks!

Best Web Development Books

Over at NETTUTS they have a fantastic roundup from a poll they had about their reader’s choice of their favorite web development books. There are plenty of great books on the list.
The Best Web Development Books as Voted By You

Hacking WordPress’s Comments.php file

NETTUTS has a great tutorial on souping up your comments.php file.