php

Defining a Constant with PHP

June 16, 2010

Defining a constant in PHP can come in handy when working with a value that will be used throughout your script. What is a constant exactly? According to PHP.net, “A…

gradientbutton

Gradient Buttons with CSS3

April 28, 2010

I have been having a lot of fun messing around with CSS3 and received a lot of emails since I posted my tutorial for Creating Shadows with CSS3. I decided…