Lot of bloggers and webmasters are spammers. Spammers have got their own websites full of crap and they want to promote these. New bloggers find it tempting to post spammy comments only to get attention towards their own sites. So they come to your blog and post spammy comments to get traffic towards their sites. [...]

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

Nifty Corners Cube is a solution to get rounded corners without images, and this third version is build by three main components:

{ 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 8th, 2008

Email Riddler is an online tool that encrypts and transform your email address into a series of numbers when displaying it, making it virtually impossible for spam harvesters to crawl and add your email to their list.

{ read more }

by Hiroshi on September 8th, 2008

Following is a standard way of adding an email link to a web page. <a href="mailto:name@gmail.com">Mail Me</a> Lets customize its details.

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

by Hiroshi on September 8th, 2008

Default HR is boring and fat. We can customize it in a way that it looks thin and light which serves the purpose while not disturbing our web page design.

{ read more }

Text like, a b c d e f and so on written in HTML will do fine in any browser, we all know that. What about the following! abcdefghijklmnopqrstuvwxyz….NoWordBreaksAndSentenceGoesOnAndOn… The text with no spaces. If there are no breaks in words then the sentence will proceed straight and cause horizontal scroll in web page. In [...]

{ read more }