Archive for the ‘php’ Category

Save yourself some work: important PHP classes/libraries/projects for developers

Saturday, March 22nd, 2008

From sending mail with attachments to fetching content via RSS to sending a trackback - a list of common coding tasks that is solved with good existing code.

read more | digg story

One they didn’t mention and that I use all the time is Manuel Lemos’ HTTP Protocol Client - complete with lots of examples!

PHP and MySQL Optimization

Wednesday, March 19th, 2008

A list featuring a few very simple tips for optimizing php/mysql applications …

read more | digg story

PHP Security Presentation

Wednesday, March 19th, 2008

List of Web Development Cheat Sheets

Sunday, March 16th, 2008

Great list of links to web development cheat sheets covering Javascript, CSS, HTML/XHTML, AJAX, Colors, Microformats, Browser Compatability, and XML.

read more | digg story

Web Application Security for PHP

Saturday, March 15th, 2008

Very good resource on common security concerns for web applications relating to application design and development.
Web Application Security

Speeding up PHP Code

Saturday, March 15th, 2008

40 tips to optimize PHP code - for example “Error suppression with @ is very slow.” and “$row[’id’] is 7 times faster than $row[id]”.

read more | digg story

php web programming slideshow …

Saturday, March 15th, 2008