Category Archives: HTML

The Meta Tag: Facts and Myths

The HTML meta tag is surrounded with confusion. It serves many purposes and most people don’t understand its many uses. Many people spam keywords in their meta tags to increase their SEO, whilst others use it for site redirects; are these methods effective? We’re going to uncover the truth about meta tags.
Also posted in SEO | Leave a comment

(X)HTML Templates

I often find myself writing the same code over and over for each new HTML or XHTML document I start. Below are some templates for various doctypes which you can copy and paste into any new (X)HTML documents you are creating. All of these validate.
Posted in HTML | 5 Comments

Using the YUI Rich Text Editor

YUI (Yahoo! User Interface) provides a large collection of JavaScript UI tools to make developing your web application easier. One of the best and most under utilized is the Rich Text Editor. The YUI Rich Text Editor makes an easy interface for users to format text in a WYSIWYG manner. It then spits out the [...]
Also posted in JavaScript | 5 Comments