• Java

Dynamic Class Loading using Java Reflection API

17 years ago

One of the reason why Java language has been so useful and used widely is the set of APIs that…

  • Web 2.0

Google Map Geocoding Tutorial with Example

17 years ago

Google Map API has been a great way to show geographical information on web. A lot of mashup tools like…

  • Java

Convert ArrayList to Arrays in Java

17 years ago

A lot of time I have to convert ArrayList to Arrays in my Java program. Although this is a simple…

  • Java

Double Brace Initialization in Java!

17 years ago

Few days back I came to know about a different way of initializing collections and objects in Java. Although this…

  • General

How to Choose a Hosting Provider

17 years ago

Everyone looking to get quality web hosting will quickly notice that it is somewhat of a jungle out there. The…

  • News

China blocks Google Search, Apps, GMail etc

17 years ago

As I am writing this post, new tweets are popping every second confirming the news "China blocks Google's main product,…

  • Java
  • PHP
  • Web 2.0

RESTful Web Service tutorial: An Introduction for beginners

17 years ago

REST is a term coined by Roy Fielding in his Ph.D. dissertation to describe an architecture style of networked systems.…

  • General

21 very useful htaccess tips & tricks

17 years ago

Apache web servers has a great way to manipulate information using .htaccess files. .htaccess (hypertext access) is the default name…

  • General

Textarea Resize JavaScript: Resize textarea using jQuery plugin

17 years ago

Have you ever used textarea in your UI design to get text from user? (Ofcourse you must) :) You must…

  • JavaScript

Listbox options javascript select all,move left-right, move up-down

17 years ago

While working with Listboxes I had to write few small JavaScript snippets to perform certain tasks like selecting all options…