Just testing to see if jQuery can animate font size. It can!
The actual animation only requires the .animate({fontSize: "(size)px"},duration); line, but I added more code like callbacks so the button can work more than once.
.animate({fontSize: "(size)px"},duration);
Learning the PHP function getimagesize(). Not only does this function get the size of an image, it gets the info of the file and of Flash files.
getimagesize()
I used this function to set the layout of the images and Flash files on my portfolio site.