Web Guidelines - RSS Feed for this Section

Use Google Analytics to monitor your site’s reach or any other analytical program but how you can compare sites which are not yours? Google trends enables you to see exact reach of any site and its comparative reach with other sites. Here is how it is.

{ read more }

by Hiroshi on April 21st, 2009

Links are the Web’s number one interaction element. Violating common expectations for how links work is a sure way to confuse and delay users, and might prevent them from being able to use your site. Lets see what Markup Gurus say about links, and when links meet the standard or non-standard criteria. The usability guideline [...]

{ read more }

by Hiroshi on November 7th, 2008

Suppose You want to Disallow two directories at your website i.e. some-directory and another-directory located at: http://www.yourwebsite.com/some-directory http://www.yourwebsite.com/another-directory to be crawled by search engines and Allow all other directories and page of whole website to be indexed and crawled then here is how to do it in a right way.

{ read more }

In your HTML directly link to the file which is to be downloaded. i.e. <a href="/files/somefile.pdf">Download Pdf</a>. You will get a pop-up box asking whether you want to save the file or open it directly. Now you want to download it. The solution is to open your .htaccess file and write there few lines according [...]

{ read more }

by Hiroshi on October 26th, 2008

I have described about using nice and clean fonts in web page. Now lets see some more details about using fonts in web pages. As we know Verdana, Arial and Tahoma are being used from the beginning. In Web 2.0 Style, and many open source softwares such as WordPress, now-a-days some other fonts are being [...]

{ read more }

Previously We used to embed flash files in web pages via simple embed method which pops up flash settings alert or Flash Settings Manager. Following way is to embed Flash movie (swf file) in web page using Javascript which will play for all browsers and will not alert you for flash settings.

{ read more }

by Hiroshi on September 21st, 2008

In order to meet web standards while developing websites follow these guidelines:

{ read more }

Here is resource of Complete HTML tags, reference, Appendix, complete list of tags and more.

{ read more }

A robots.txt file restricts or allow Search Engine Robots (known as “bots”) that crawl the web. These bots are automated, and before they access pages of a site, they check to see if a robots.txt file exists that prevents or allow them from accessing certain pages. If you do not put a robots.txt file in [...]

{ read more }

by Hiroshi on September 5th, 2008

In order to meet web standards while developing websites follow these guidelines and check-lists.

{ read more }