• Java

Dynamic Class Loading using Java Reflection API

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

15 years ago
  • Web 2.0

Google Map Geocoding Tutorial with Example

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

15 years ago
  • Java

Convert ArrayList to Arrays in Java

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

15 years ago
  • Java

Double Brace Initialization in Java!

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

15 years ago
  • General

How to Choose a Hosting Provider

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

15 years ago
  • News

China blocks Google Search, Apps, GMail etc

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

15 years ago
  • Java
  • PHP
  • Web 2.0

RESTful Web Service tutorial: An Introduction for beginners

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

15 years ago
  • General

21 very useful htaccess tips & tricks

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

15 years ago
  • General

Textarea Resize JavaScript: Resize textarea using jQuery plugin

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

15 years ago
  • JavaScript

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

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

15 years ago