Aug
10
2009
WordPress

Remove the WordPress Generator

WordPress automatically places a line of text between your <head> tags which states the version you currently have installed. I have read that it is there for statistical reasons...

Read More

8 comments

Aug
05
2009
validator

Validate Your Web Designs

When it comes to programming and designing web sites we should all aspire to create sites that conform to current W3C standards. Luckily enough, there is a great tool...

Read More

1 comment

Aug
05
2009
jquerylogo

Creating a Mouseover Fade Effect with jQuery

My last little jQuery tutorial was an alternative to using CSS to create an image change on a mouseover. Now I want to take that one step further and...

Read More

200 comments

Aug
04
2009
csswild

How to Use the Important Declaration in CSS

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,...

Read More

5 comments

Jul
17
2009
grid

Creating a Grid in Adobe Illustrator CS3

Whenever I start a project, I like to work with a grid layout to help me place all the elements I need into proper alignment. Most sites work around...

Read More

7 comments

Site5 Affiliate Link

Jul
17
2009
VaultIcon

Securing Your Site’s Directories

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...

Read More

2 comments

Jul
03
2009
jquery

A Simple Mouseover Hover Effect with jQuery

JavaScript is pretty useful but it does demand a lot of coding. Luckily for all of us, there are libraries out there that make it extremely easy to use...

Read More

51 comments

Jun
22
2009
wordpress_plugins

A Settings Link for Your WordPress Plugins

If you are developing a WordPress plugin, one of the first things I would suggest is adding a “Settings” link directly on the plugins page. This makes it easier...

Read More

8 comments

Jun
13
2009
wordpressshirt

Remove wp_list_pages() Links for Parent Pages

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...

Read More

40 comments

Jun
07
2009
computer-back-up

Backup, Backup, Backup!

Over the past couple of weeks I have helped out many people who have been hacked. There are many ways in which you can protect your site, but the...

Read More

1 comment