Front End Development Guidelines

Front End Development Guidelines

May 6, 2011 0 Comments

Tait Brown Has posted some useful guidelines on the subject of front end development and the best way to write maintainable, clean and accessible code.
Continue Reading

Snippets: HTML5 Template & CSS Reset

Snippets: HTML5 Template & CSS Reset

October 21, 2010 6 Comments

If you haven't started using HTML5 for markup in your projects, now is always a good time to start. There are tons of good tutorials and posts out there that will teach you all about the new spec.
Continue Reading

How to Take the Headache Out of Writing CSS

How to Take the Headache Out of Writing CSS

April 30, 2010 4 Comments

Some who are new to web design and even the seasoned veteran often have problems getting a site to display properly in every (or any for that matter) browser. Here are some simple tips to ensure your markup doesn't give you problems while trying to style it with CSS.
Continue Reading

What’s In Your Design and Development Toolbox?

What’s In Your Design and Development Toolbox?

February 13, 2010 0 Comments

While working on a simple project today, I realized how much I rely on the many tools at my disposal that allow me to accomplish the things I need to get done very easily.

I'm always sharing these tools with friends and co-workers, and so I ask the question "What's In Your Design and Development Toolbox"? Here are a few of my favorites.
Continue Reading

A Collection of CSS Rounded Corner Tutorials

A Collection of CSS Rounded Corner Tutorials

November 16, 2009 1 Comment

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

How To Parse XML Using jQuery and Ajax

How To Parse XML Using jQuery and Ajax

October 26, 2009 12 Comments

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

The Ultimate Halloween Design Resource List

The Ultimate Halloween Design Resource List

October 19, 2009 4 Comments

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

Getting and Setting Cookies with jQuery

Getting and Setting Cookies with jQuery

October 12, 2009 0 Comments

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

Scroll to top