Category Archives: Web Development

Weekly Round Up: Issue 1

I often hunt around on the internet for the latest information to do with Web Development. Most of the time it goes to my Twitter but I thought it would be great if I could start logging a collection of … Continue reading

Posted in Tech, Web Development | Tagged , , , , | Leave a comment

Google Chrome: Web forms, empty action won’t work!

After doing some testing, I was wondering why the hell my form wasn’t submitting any POST data in Google Chrome. It turns out that Google Chrome will not “post” to a form when the “action” destination is left blank. Using … Continue reading

Posted in Web Development | 1 Comment

WordPress 2.7

The admin interface on the new WordPress 2.7 is impressive. I haven’t had time to play around with it very much, but I really appreciate the automatic upgrade link for plugins. Reduces the time required to keep them up to … Continue reading

Posted in Web Development | Tagged | Leave a comment

HowTo Forge: Getting the most out of your Webserver

I’ve always enjoyed tweaking my Web Servers, trying to get the most out of them, but sometimes it can be very tedious and frustrating… long, late hours of troubleshooting problems. Enter HowTo Forge! HowTo Forge is website that provides pre-compiled … Continue reading

Posted in Unix, Web Development | Tagged , , , , | Leave a comment

Name that AJAX Framework!

I have been delving into the Javascript Frameworks yet again. When I think of Javascript Frameworks, I automatically think “AJAX”, but that actually is just a part of what they are. When I think of Javascript Frameworks, these 4 come … Continue reading

Posted in Rant Corner, Web Development | Tagged | 1 Comment

PHP Mantis: The Bug Tracking Tool!

For those budding PHP developers out there, you want to run your eyes over this! http://www.mantisbt.org/ Mantis is a free Bug Tracking tool like Trac but without the SVN fuctionality. Why is this useful? There are several reasons. It’s a … Continue reading

Posted in PHP, Web Development | Tagged , , , , | 2 Comments

CL Auth gets updated to v0.2.5

The latest version of CL Auth now includes example files to help you understand how to use the functions. You can download the lastest version CL Auth v0.2.5 now.

Posted in PHP, Web Development | Tagged , | 6 Comments

A List Apart: Survey 2008

I’ve just completed taking the “A List Apart” survey for 2008. It was a set of 48 quick questions about what its like to be a web designer. If you are a web designer, I suggest that you show your … Continue reading

Posted in Web Development | Tagged , | Leave a comment

PHP Validation class for forms

Just to top off my daily posts, I have been perfecting a PHP Validation class over the past few months. At work I tend to do a lot of registration forms for competitions, subscriptions, newsletters, contact forms etc. So I … Continue reading

Posted in PHP, Web Development | Tagged , , | 3 Comments

Lytebox with javascript Exif Data

Recently I had to integrate a photo gallery for one of my work projects Sony Alpha, a new digital SLR camera from Sony. My task was to display both the Exif data and the image at the same time. For … Continue reading

Posted in Rant Corner, Web Development | Tagged , , , , , , , , , , , | 7 Comments