Attorney Approved Web Design Contract

Due to the popularity of our web development contract template, we're offering the contract, estimate, NDA and invoice templates for $199.50 $49.50 if you order by September 06. Click here to learn more.

Driver Robot Speeds & Cleans up Your PC Automatically

Driver Robot automatically downloads the latest drivers for your PC and keeps it running smoothly. Inject new life into your old PC and fix existing problems instantly. Run a free driver scan now and put your PC back in business.

 



HTML

Apr 29 2010

HTML5 Validator

What is HTML5?

HTML5 is the next big thing in the web design world. It has been ages since the HTML (HyperText Markup Language) specification and technology has been upgraded, and it appears it will be ages before HTML5 is fully implemented and used in the broader web market. Meanwhile, some of its functionality is appearing in browsers, and web developers are making use of it. In comes the need for an HTML5 validator... read more »


Jan 11 2007

HTML Escape Characters

Looking for a List of Valid HTML (and XHTML) Escape Characters?

HTML escape character lists often include characters between 128 and 159 - the problem is that these are Microsoft specific, and are reserved for control characters in the standard Internet character sets. In HTML they are undefined, and in XHTML they are completely invalid. Read on for a list of valid HTML escape characters you should use. read more »


Jun 10 2006

URL Escape Characters

What is the % Code in My URL?

In order to prevent the misinterpretation of special characters such as a space, bracket (< and >), or % in the URL (which stands for Uniform Resource Locator - it is the address you see in your browser's address bar indicating the location of the website you are visiting), browsers parse certain special characters using escape characters. This explains why when you click on a link such as: domain.com/page one.htm you see it parsed in the address bar as example.com/page%20one.htm. In this case the %20 is the escape character for the space... read more »