Google Font API: Fonts Viewer – Preview all available Fonts in Google Directory

Continue from Google Font API: Why it exists and How it is useful!-
Google API Font Viewer Application:
Google Font Viewer Application will display text using all fonts available as of today according to style you provide below. I checked the application only in Firefox. ‘Show me’ button will display your text in various fonts and [...]

Google Font API: Why it exists and How it is useful!

Here is a rumbling about Google Font API. Why Google Font API and What is the use of it?
Web fonts are restricted by fonts available on Clients/Visitors machine. Web authors creativity is also restricted by this reason. Web authors are never sure that fonts he uses on his page is available in 100 percent visitors. [...]

Remove Form Elements or any Element from Web Page (DOM) using JavaScript

Today I need to remove a form element from page based on certain input from customer. I used to do document.getElementById(‘myID’).style.display = ‘none’; and it was enough all the time. User cannot see and cannot use that element. But today it has not worked. What was the reason for that? The above code used to [...]

What is Lorem Ipsum text?

Ever wondered what is the below text and why it is used all over internet. Is it useful for me or not!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing elementum tristique. Nulla facilisi. Curabitur vestibulum tempus tempus. Proin eu laoreet sem. Donec vitae felis massa. Mauris non suscipit nunc. Sed non leo augue. [...]

JavaScript: Dynamically Attach Event Handler to any HTML Element

Want to attach an event handler to HTML element but not by writing as HTML property but directly using JavaScript! Attaching event dynamically for an element can be needed for the reason you do not have direct access to HTML element or for the reason you think that not attaching event directly makes clean markup [...]

Translate and Text-to-Speech Hindi Tool by Google

Google has launched text-to-speech for Hindi language. You know that Google already has a translation tool for many languages including Hindi Language! Now, Google has added one more advanced feature that is Text-To-Speech. And of course it is free of cost. You do not need to be on your computer for any software you have [...]

Programming Language History in a Funny Way

James Iry has compiled history of programming language in funny way. His title of the article suggest that it can be incomplete as when someone tried inventing programming language but have not announced at the same time and language develop with time and for what reason can be doubtful. His programming language list mention about [...]

How to Clear Browser Cache ?

Here is an article for – How to clear your browser cache? It is not a question for most of you but I am writing it for all those who are reaching at How to Delete Cached File on Client Side ? when they just want to delete his own browser cache. The said article [...]

HTML Symbol for Check Mark and Others

Here is another hurriedly written post but have some meaning to share with you. I got a promo mock up and there was a check mark (tick mark) symbol that is generally available in MS word. For that list items, I need image to use with CSS (list-style-image:url();). and that kind of nice image I [...]

Top Countries and Continents Visitors to My Blog

I am sharing some data about the visitors. Data about the visitors to my blog and from which continents and countries they come.
Here are data about the continents and countries who send most traffic to my blog. It is not India who send most visitors but It is United States of America who send most [...]