• News

Oracle buying Sun Microsystems: What will happen to MySQL!

17 years ago

The final words are out. Sun Microsystems have accepted the $7.4 billion offer by Oracle corporation. Oracle Corporation's CEO Larry…

  • Featured
  • Java

Reading/Parsing RSS feed using ROME

17 years ago

ROME is an open source tool to parse, generate and publish RSS and Atom feeds. Using Rome you can parse…

  • Java

Parsing / Reading XML file in Java.

17 years ago

While working on a small requirement, I had to write a small piece of code that can parse an XML…

  • Java

HTTP Proxy setting in Java. Setting up proxy.

17 years ago

Working behind a proxy and writing network related code has always been boring for me. Just because everytime I had…

  • Java

Google Android ADT, SDK and Eclipse IDE integration on Linux

17 years ago

This tutorial is going to be five minute long procedure which will show you how to add Google Android development…

  • Java

How to write a Web Crawler in Java. Part-1

17 years ago

The task of the crawler is to keep on getting information from the internet into the database of the search…

  • News

Android 1.5 released: Preview SDK & feature list

17 years ago

Android Developers Blog annouced today the availability of Android 1.5 SDK. Although this version seems to be complete and finish,…

  • News

Breaking News: Twitter hit by StalkDaily Virus

17 years ago

Yesterday the popular micro blogging site Twitter got attacked by a worm called StalkDaily. What it does is that virus…

  • AJAX
  • JavaScript
  • JQuery

jQuery AJAX Tutorial, Example: Simplify Ajax development with jQuery

17 years ago

[ad name="AD_INBETWEEN_POST"] jQuery, the JavaScript library provides some powerful set of jQuery AJAX API's to handle AJAX requests. The normal…

  • JavaScript
  • JQuery

Tutorial: Handle browser events using jQuery JavaScript framework

17 years ago

Handling events in today web browser is a bit difficult part as different browser handles events in a different way.…