Archive for November, 2008

Convert dates from PHP to MySql and back

Thursday, November 13th, 2008

One of the things that annoy me the most about PHP and MySQL together is the poor support for dates between then two. I have created a nifty function to convert between them both.

(more…)

Set up multiple virtual hosts

Thursday, November 6th, 2008

How to set up multiple local virtual hosts on Apache in a Windows environment.

(more…)

Resolving cross browser CSS issues

Saturday, November 1st, 2008

Getting sites to look the same in many different browsers can be a nightmare, and exploiting parsing bugs can make things even worse. See my preferred method to resolve these issues using conditional arguments.

(more…)

Add CSS styles to form fields

Saturday, November 1st, 2008

Learn how you can apply different styles to different form fields and how to get all your forms looking great using CSS.

(more…)