STEFAN CROWE
PHP, MySQL and JavaScript Developer. WordPress fanatic.

Tutorials

You can find all the latest tutorials I've written on this page. Alternatively, you can browse the tutorials by clicking on one of the categories below:


Adding custom categories to WordPress

4th February 2012 15:42
Category: WordPress — Written by Comments (0)

Note: You will be required to make some basic changes to code to carry out this tutorial – make sure you create backups before making any changes to your website code Most people don’t realise that WordPress isn’t just a blogging paltform, but that it is also a powerful content management system (CMS) in general. [...]

Clear textbox on click using JavaScript

31st January 2012 18:34
Category: JavaScript — Written by Comments (0)

It’s such a simple design choice: you want to have some default text in a textbox as an indication to the purpose of the form field. This is commonly used in search boxes to prompt the user and minimise clutter from excess labels. In fact, you can see an example right here on this website [...]