Introduction to DOJO Toolkit

Introduction to DOJO Toolkit

Introduction – Dojo is an Open Source DHTML toolkit / Dojo is JavaScript framework released as open source software. – Dojo delivers on the promise of Web 2.0 terms like Comet and Ajax by...

Convert Jar file to EXE executable.

Convert Jar file to EXE executable.

[ad name=”AD_INBETWEEN_POST”] I remember the day when I created a Tic Tac Toe game using Java Swing and packed it in an executable JAR file to distribute it among my friends. As few of...

One step closer to FireFox

One step closer to FireFox

About Protocol Links ! 1. about:config – GUI for modifying user preferences. Many Firefox users know that typing about:config in the Firefox location bar will open a Firefox configuration file that provides access to...

Introduction to Google Maps.

Introduction to Google Maps.

Google Maps API have been in tech world since quite a long period. Recently I had a chance to try my hands on Google Maps API. If you like JavaScript believe me you will...

How to take screen shots in Java

How to take screen shots in Java

While surfing through internet, I came to this amazing piece of code in Java that takes the screen shot of your desktop and save it in a PNG file. This example uses java.awt.Robot class...