Export MySQL query to an Excel csv file

July 15th, 2010

There are a few ways to save the results of a MySQL query to an Excel file.
This script does not save the file to the server but instead will let you save the file straight to your computer.

Password fields, show the word ‘password’ and remove on focus

June 27th, 2010

I want to have a password input field with the default value showing the word ‘password’ then when the user focused on that field it would remove the word ‘password’ and change the field type to a password field so that when the user entered their password it would show as the dots. Now I’ve [...]

CSS Making a div 100% in height

June 27th, 2010

We take a look at how to make your page fill 100% height of the screen.