I have received so much support from everyone through donations and referrals that I have decided to start an Affiliates program to reward those who bring traffic my way. All…
I have decided to start rewarding people who support bavotasan.com, and what better way than by giving away a copy of Patrick McNeil’s WEB DESIGNER’S IDEA BOOK? It…
I was putting together a bit of code to pull in a Twitter feed, similar to what you see in the footer of bavotasan.com. I got everything working properly but…
I have been a Mac man for a long time. I know some people hate ’em for whatever reason, but I have always found them to be great machines for…
Sometimes when you are messing around with CSS, you can’t figure out why certain styles won’t stick. Most of the time, it’s because you are obviously doing something wrong, but…
If you store files or images in a folder called “images”, and people enter www.yoursite.com/images as a URL, they will see a list of all the files you have in…
Creating a page list in WordPress is super easy. All it takes is one function call: <?php wp_list_pages(); ?>. The only problem with the list is if you have…
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 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…