Generate tag cloud using Wordle

Generate tag cloud using Wordle

Browsing through internet, I came to this wonderful tool called Wordle which generates a tag cloud with different orientation and effects. It takes input as plain text or your blogs/websites rss/atom feed or your...

Create JAR file in Java & Eclipse

Create JAR file in Java & Eclipse

[ad name=”AD_INBETWEEN_POST”] Let us see how to create a JAR file using Java’s jar command as well as using Eclipse IDE. The JAR file format is based on the popular ZIP file format. Usually...

AJAX cache problem in IE

Few days back I was working on a requirement where in a webpage one table was getting populated through AJAX. This table was getting refreshed every 5 mins as it was showing some real...

Google Chrome drops BETA tag

Google Chrome drops BETA tag

Google has finally announced on Thursday to drop Google Chrome’s BETA tag. This is pretty fast as the news came within 14 weeks of official release of Google Chrome browser. Some of the products...

GMail launched Task list functionality

GMail launched Task list functionality

Yesterday, GMail launched the lightweight To-do list or Task list feature. Now you can add your daily tasks or manage them using this feature. To add a task in your task list all you...

Dynamic combobox-listbox-drop-down using javascript

Dynamic combobox-listbox-drop-down using javascript

Want to populate dynamically combobox-listbox-drop-down using javascript? Let us see a very simple script to do this. First let us see createElement() of document object in javascript. Thus, createElement method takes a parameter which...