Absolute and Relative Positions in CSS
In the old days of web programming, everyone use to lay things out with tables. Not so much, anymore. Today, if you are in the know, div tags and...
6 comments
In the old days of web programming, everyone use to lay things out with tables. Not so much, anymore. Today, if you are in the know, div tags and...
6 comments
While developing a site for a client, I needed to figure out a way to convert certain text elements into images. I had no clue how to do this...
9 comments
I decided my sidebar was looking a little plain. It needed something more than just ads, so I placed a list of my popular posts there. I think it...
36 comments
Ever needed to check if a number is even or odd? If so, here is a pretty simple piece of code that does just that.
9 comments
I know that the way most people treat multiple forms on one page is to have each form post to another PHP file where the form is validated, its...
30 comments