
Tutorials
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 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 CSS…
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 but…
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 looks…
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.
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 information…
I just came across an issue where I needed to make sure that the text within a <pre> tag wrapped. The default for this tag it to just let the…
I have had some requests to figure out a way that visitors of bavotasan.com could leave code and simple styling in their comments. I searched and searched and tried many…
I just needed to do this for a client’s site to set an expiration date for a user and I thought it might be something that other programmers might like…
Justin Shattuck put together Comment Relish a while back but didn’t really have the time to work out all the kinks. I had solved a few issues with the plugin…
I have been spending a lot of time developing my Magazine Basic theme so I guess I have magazines on the brain. While speaking with a colleague, I got the…