This site is still under construction and I am trying my best to update it as soon as I can get my code ready. Watch out for this page as something cool is brewing, something fun and interesting. In the mean time, explore the unfinished page first. I have got some articles to keep you occupied while I work on my Javascript.

JavaScript

Welcome to my JavaScript column. This column gets you acquainted with JavaScript, it's usefulness as well as it's power. But first, let's begin with a demo of what JavaScript can do to make a web page comes to life! To see this demo, click here.

JavaScript and Java

O.K, what's the difference between these two? Too be completed soon.

Demystifying Java

Java is overhyped. What this means is that Java has too much myths about it and most the Internet users are not knowing much about it. Java is supposed to be a platform independent language but so far, only Macintosh and Windows 95, and Windows NT has support for it. Thus it isn't actually multi-platform.

Java is slow because it is still an interpretative language. Even though Java produces bytecodes, you still need a program to interpret it. Thus Java can never be as fast as standard programming language.