• Featured
  • Java

Tutorial: Java Class file format, revealed…

18 years ago

In previous tutorial Java Virtual Machine, An inside story..., we saw some basic of internals of JVM and how it…

  • General
  • Web 2.0

Morning Madness!! Barack Obama’s twitter account hacked.

18 years ago

Twitter: the popular microblogging site, was hit by hackers and 33 high profile accounts including that of Rick Sanchez and…

  • JavaScript

Calling JavaScript function from String

18 years ago

While creating the jQuery plugin for DIV TEXT BOX: Create orkut style status update box, I had a requirement where…

  • General
  • Web 2.0

Top 10 biggest Tech stories of 2008

18 years ago

In the year 2008 Tech industry has seen lot of ups and downs. Starting from Microsoft proposed acquisition of Yahoo…

  • JavaEE

Tutorial: Create JSP custom tag library

18 years ago

A Custom tag is a user defined JSP language element. When a JSP page containing custom tag is translated into…

  • JavaScript

Increase performance of website by compressing JavaScript.

18 years ago

Performance tuning of any website involves lots of things to be taken care of. For example, compressing the output /…

  • Featured
  • Java

Java Virtual Machine, An inside story!!

18 years ago

Java Virtual Machine, or JVM as its name suggest is a "virtual" computer that resides in the "real" computer as…

  • Struts

Tutorial: Struts File Upload Example.

18 years ago

Let us see how we can implement file upload functionality using Apache Struts Framework. I assume you have basic knowledge…

  • JavaScript
  • JQuery

How to:Set Maxlength of Textarea using jQuery/JavaScript

18 years ago

Maxlength of Textarea Update: The maxlength plugin is now managed at GitHub. Please contribute to make this plugin more awesome.…

  • Database
  • MySQL

How to: Reset MySQL root password

18 years ago

Resetting the root password of a MySQL database is trivial if you know the current password if you don't it…