• News

Oracle buying Sun Microsystems: What will happen to MySQL!

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

15 years ago
  • Featured
  • Java

Reading/Parsing RSS feed using ROME

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

15 years ago
  • Java

Parsing / Reading XML file in Java.

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

15 years ago
  • Java

HTTP Proxy setting in Java. Setting up proxy.

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

15 years ago
  • Java

Google Android ADT, SDK and Eclipse IDE integration on Linux

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

15 years ago
  • Java

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

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

15 years ago
  • News

Android 1.5 released: Preview SDK & feature list

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

15 years ago
  • News

Breaking News: Twitter hit by StalkDaily Virus

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

15 years ago
  • AJAX
  • JavaScript
  • JQuery

jQuery AJAX Tutorial, Example: Simplify Ajax development with jQuery

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

15 years ago
  • JavaScript
  • JQuery

Tutorial: Handle browser events using jQuery JavaScript framework

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

15 years ago