Everything You Wanted To Know About DOCTYPE

Feb23
Everything You Wanted To Know About DOCTYPE

Document Type Declaration. The differences between the many versions can be pretty confusing if you don't know which one you're supposed to use and why. In this post I will break down which DOCTYPE does what and why it's beneficial to use it.
Continue Reading Everything You Wanted To Know About DOCTYPE ›

Create a User Link Feed Bookmarklet

Jan18
Create a User Link Feed Bookmarklet

Many design and tutorial sites out there have a user submitted links section or community links page in which users can submit their links and have them featured on the site in question. I thought it would be handy to provide users with a bookmarklet that would auto-fill the information into the form making it easier for users to submit these links.
Continue Reading Create a User Link Feed Bookmarklet ›

Stupid jQuery Tricks

Dec14
Stupid jQuery Tricks

If you are like I am and use jQuery to add functionality or enhance your site, you're almost always looking to learn something new or different ways to add a cool new function using the most popular JavaScript library out there. While none of these functions are actually stupid, they will show you some popular tricks to add effects and features to your site.
Continue Reading Stupid jQuery Tricks ›

Creating Short Post Urls Within Wordpress

Nov27
Creating Short Post Urls Within Wordpress

With the popularity of Twitter, short urls are almost a necessity these days trying to maintain the limit of 140 characters. Using a short url as default in Wordpress tends to hurt your search engine optimization and looks just so, well, "default". Here are a couple of ways you can easily and automatically create a short url for use in Wordpress without a plug-in.
Continue Reading Creating Short Post Urls Within Wordpress ›

The 7 Most Effective Rules of Web Design

Nov18
The 7 Most Effective Rules of Web Design

One of the most important principles of effective website design is 'Keep it simple'. This rule must be applied to all aspects of your website, including graphics, content and navigation. Use the following guidelines to implement simplicity in your website design and make your sites stand out from the clutter of ineffective ones on the internet that do not follow these rules.
Continue Reading The 7 Most Effective Rules of Web Design ›

A Collection of CSS Rounded Corner Tutorials

Nov16
A Collection of CSS Rounded Corner Tutorials

Sometimes creating rounded corners with Css is a big challenge for most designers. Many will end up with a design where they don’t use rounded corners in order to avoid the entire rounded corner kerfuffle that has always been an issue in HTML/ CSS. The question has always been which method or solution is best, and what is the easiest way.
Continue Reading A Collection of CSS Rounded Corner Tutorials ›

How To Parse XML Using jQuery and Ajax

Oct26
How To Parse XML Using jQuery and Ajax

In this tutorial I will show you how to parse or process an xml document to display the data on a page in html form. It can be used to filter raw RSS feeds, set up a cool sitemap on your blog or even the groundwork for your own search auto complete.
Continue Reading How To Parse XML Using jQuery and Ajax ›

The Ultimate Halloween Design Resource List

Oct19
The Ultimate Halloween Design Resource List

Every ghost, ghoul and goblin's favorite time of year is fast approaching. It's time to deck out your website, desktop or anything else for Halloween. Here's a collection of the best wallpaper, icons, tutorials and everything you need to create the scariest designs for Halloween.
Continue Reading The Ultimate Halloween Design Resource List ›

Getting and Setting Cookies with jQuery

Oct12
Getting and Setting Cookies with jQuery

jQuery is one of the most versatile JavaScript libraries today. Extending it's functionality one step further, we can use cookies to enhance the user experience by helping the browser remember user site preferences, login details and more.
Continue Reading Getting and Setting Cookies with jQuery ›