Tips

Hotlinking is the use of an image from a website into another web page belonging to another site. There is thin chances that any popular blog will not be hot linked ever. By this way other websites use your host’s bandwidth and cause load at your server which has no benefit for you but loss. [...]

{ read more }

by Hiroshi on October 27th, 2008

DIV based table less websites are common (essential, precisely speaking) now a days. Web 2.0 Web style is also about DIV based Validated websites. DIV is a little bit tricky to handle than simple tables. Here are few very essential known issues which I have been facing and their solutions.

{ read more }

by Hiroshi on September 8th, 2008

Place favicon.ico file in root directory of your web host (public_html or www) and add following code into head section of your web page. <link rel="Shortcut icon" href="/favicon.ico"> </link> OR <link rel="icon" href="http://www.url/favicon.ico" type="images/x-icon" />

{ 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 }