Skip to content

Posts from the ‘(X)HTML’ Category

10
Dec

Optimize HTML with GuiTidy (Web Wednesday)

When writing HTML code, it is easy to make mistakes. Tidy is able to fix up a wide range of problems and to bring to your attention things that you need to work on yourself. Each item found is listed with the line number and column so that you can see where the problem lies in your markup. Tidy won’t generate a cleaned up version when there are problems that it can’t be sure of how to handle. These are logged as “errors” rather than “warnings”.

GuiTidy is a simple software that uses Tidy to generate optimized code via a GUI.

HTML file unoptimized HTML Optimized

Download Optimize HTML (444.46KB)
Download GUI for Tidy for Windows (633.67KB)
Download GUI for Tidy for Linux (739.36KB)

About Ajay

A die-hard blogger, web developer, biker, singer, geek, non-stop talker, foodie, movie freak are just some of the words that begin to describe me.

6
Mar

Using the ROBOTS META tag

The Google Webmaster Central Blog has an indepth article on Using the Robots Meta tag to instruct Google and other search engines about your site.

About Ajay

A die-hard blogger, web developer, biker, singer, geek, non-stop talker, foodie, movie freak are just some of the words that begin to describe me.