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 virtual images of (pretty much) every UNIX platform already configured for you.

Continue reading

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 straight to mind:

I am sure there are others out there but these are the most popular ones that I have learnt about. I remember the first time when AJAX was being taunted with back in 2005. If I recall correctly, ProtoType was the first “Javascript Framework” to appear on the scene, taking hold of this new concept.

These days, more have popped up with very similar features and tools. They also focus on doing everyday tasks as well as handling AJAX. But admittedly, AJAX was the main reason why it spawned this new idea of creating “Frameworks” for Javascript.

The real point of this rant was to ask if anybody else knew of any other Javascript Frameworks? I want to have a look at some alternatives and see what they have to offer and to broaden my knowledge.

Thanks for reading!

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 quick and easy way to log issues for any type of project. Even if it’s a simple “todo” list for a small job, its a quick and easy. Without the mess of SVN.

Continue reading

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 support and fill in the survey so they can get the most accurate figures. They do publish them at the end of the year for everyone to see.

Last years results were interesting. It will be even more interesting to see how much they have changed this year!

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 went to the trouble of creating a very quick and easy validation class that I could include into my projects at a drop of a hat. Inspired by CodeIgniters validation class, it has very similar features. Including helper functions.

It’s even UTF-8 friendly (except for the email function). Please feel free to download and test it out yourself. Continue reading

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 this project I had to create something new which I haven’t found on the internet before. It uses the popular Lytebox extension (a flavour of the popular Lightbox 2 javascript library) combined with a new javascript plugin that gathers Exif Data for photos via javascript with AJAX. Continue reading