One of the reason why Java language has been so useful and used widely is the set of APIs that…
Google Map API has been a great way to show geographical information on web. A lot of mashup tools like…
A lot of time I have to convert ArrayList to Arrays in my Java program. Although this is a simple…
Few days back I came to know about a different way of initializing collections and objects in Java. Although this…
Everyone looking to get quality web hosting will quickly notice that it is somewhat of a jungle out there. The…
As I am writing this post, new tweets are popping every second confirming the news "China blocks Google's main product,…
REST is a term coined by Roy Fielding in his Ph.D. dissertation to describe an architecture style of networked systems.…
Apache web servers has a great way to manipulate information using .htaccess files. .htaccess (hypertext access) is the default name…
Have you ever used textarea in your UI design to get text from user? (Ofcourse you must) :) You must…
While working with Listboxes I had to write few small JavaScript snippets to perform certain tasks like selecting all options…