Button enlarging/reducing textboxes JavaScript / Forms
In this tutorial, you'll learn how to make a cute little button expanding a textbox by a desired number of columns. This primarily involves javascript and it's pretty easy to understand.
Cronjobs: A Full Introduction. (Database backup script included.) PHP / General Development
Cron jobs are a way of automating repetitive tasks using the Cron tab in CPanel. The beauty of it is that it lets you run whatever script (php, asp etc.) and whatever time you want - automatically. Not only does this save time, but also a great deal hassle. I'm sure you'll agree how annoying it is backing all your databases every sunday afternoon.
Online 5 star rating system PHP / Polling and Voting
A star rating system is a valuable asset to any website: it adds interactivity to a site, and keeps the users connected with the your site. In this tutorial, you will learn how to make one using php.
Customizing input boxes CSS / Forms
This tutorial will show how to change the color of an input box or textarea when they are active. This is very simple and is done using CSS.