• Featured
  • Java

Tutorial: Java Class file format, revealed…

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

15 years ago
  • General
  • Web 2.0

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

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

15 years ago
  • JavaScript

Calling JavaScript function from String

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

15 years ago
  • General
  • Web 2.0

Top 10 biggest Tech stories of 2008

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

15 years ago
  • JavaEE

Tutorial: Create JSP custom tag library

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

15 years ago
  • JavaScript

Increase performance of website by compressing JavaScript.

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

15 years ago
  • Featured
  • Java

Java Virtual Machine, An inside story!!

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

15 years ago
  • Struts

Tutorial: Struts File Upload Example.

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

15 years ago
  • JavaScript
  • JQuery

How to:Set Maxlength of Textarea using jQuery/JavaScript

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

15 years ago
  • Database
  • MySQL

How to: Reset MySQL root password

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

15 years ago