Themes by bavotasan.com is Finally Ready!
I have been working non-stop over the past month to get my WordPress themes site ready and it’s about time I let everyone check it out. So here is...
0 comments
I have been working non-stop over the past month to get my WordPress themes site ready and it’s about time I let everyone check it out. So here is...
0 comments
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....
3 comments
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 contains...
18 comments
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...
8 comments
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...
33 comments
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,...
5 comments
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...
2 comments
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...
40 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 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