Every developer needs some reference now and then. Whether you're dealing with a new problem you've never encountered before, learning a new scripting language, or you just can't remember which function you need, these web sites will help you get the job done. 1....
Websites
5 Traps to Avoid in Creating a Great Website (Part 1)
Before you can break into the realm of having a great website, you have to make sure you have one that isn't annoying. Even a great design can be ruined by a simple blunder influenced by over enthusiasm. Here are a few things you'll want to avoid when designing and...
5 Common CSS Mistakes
As promised, this week I'm continuing my list of common mistakes, but moving from HTML to the realm of CSS. The rules are a little different with CSS, as you'll see, but I'm still not going to tell you that you shouldn't use perfectly valid practices just because of...
5 Common HTML Mistakes
Mostly I've been pointing out things that you can do with HTML, CSS, YouTube videos, jQuery, etc. But now I'd like to point out things you should NOT do. Some common mistakes in HTML, and next week I'll probably tackle CSS mistakes. In researching similar articles, I...
5 URL Parameters to Improve Your YouTube Embedding – Part 2
This is a continuation from last week's tutorial 5 URL Parameters to Improve Your YouTube Embedding – Part 1. Remember that I'm going to assume that you're using the embed URL format (http://www.youtube.com/v/Sla2VebjkQk), rather than the link format...
5 URL Parameters to Improve Your YouTube Embedding – Part 1
There are many benefits to using YouTube to embed videos. It speeds up user access to the video while reducing bandwidth consumption on your own hosting, and it's a widely familiar interface with many features built in. There are several ways to customize the behavior...
5 Steps to Create a Custom WordPress Theme
WordPress is a very popular blog management system, and with good reason. It's a well-documented and easy-to-use blog platform with thousands of plugins and themes, and best of all, it's free. But if you want your blog to stand out from the other over 60 million...
5 Tips on Custom Web Fonts
It's been a while since web designers were truly forced to use a small collection of fonts in order to have a fairly consistent experience, but too few designers have taken advantage of the numerous ways to provide custom fonts to their users. With that in mind, here...
5 Simply Cool jQuery Functions Unveiled
jQuery is used by innumerable developers worldwide, and for good reason - it's an excellent way of increasing the productivity of your JavaScript development. As such, I've decided to outline a few of its most useful functions. Each heading also links to the...
5 Useful (and Free) Tools for Web Developers
In addition to understanding the languages and best practices, knowing what external tools are available is important for a developer. These are a few tools of which every web developer should be aware. They won't all apply to every project, but they should certainly...
5 Reasons to Use HTML5 Semantic Tags
The header, section, footer, and nav tags, along with several others, serve purely semantic purposes. Traditionally, the div tag most often served to divide up the page into its constituent parts. Like the div tag, these content-describing tags should visually be...
5 Simple On-Page SEO Techniques
Search Engine Optimization can largely be broken down into two areas of effort – on-page and off-page. On-page SEO refers to the content of the individual HTML files that make up your site, and off-page SEO refers to external efforts, such as links to your pages from...