• PHP

Twitter like N min/sec ago timestamp in PHP/MySQL

17 years ago

While working on one of the forum project, I had to print the timestamp of a topic in format "N…

  • PHP

Gravatar: Manage your user avatars for free

17 years ago

While working on one of the application, I had to manage users who logged in to the application and manage…

  • CSS
  • HTML5

HTML 5: The new HTML kid on the block!

17 years ago

Hope you all have heard that behind-the-scene progress of the new version of HTML, is cruising through. There are some…

  • Java

How to execute a command prompt command & view output in Java

17 years ago

The basic part is very easy. To do this, we will use the Runtime’s exec method. The code would be…

  • Web 2.0

Web 3.0 is around the corner !

17 years ago

Web 2.0 – It was a huge step forward for the www, where we saw and continue to experience various…

  • News

GMail launched automatic message translation feature in GMail Labs

17 years ago

GMail has released today another cool feature under GMail labs. Now you can automatically translate any of your email written…

  • Java

Inspect your code in Eclipse using Eclipse Scrapbook feature

17 years ago

The java IDEs (eclipse, IRAD etc) contribute a scrapbook facility that can be used to try and evaluate Java expressions…

  • Java

Getting JVM heap size, used memory, total memory using Java Runtime

17 years ago

Reading runtime information about Java is useful sometime when your application is struggling in getting resources. System Memory is one…

  • Database

Fetch Random rows from Database (MySQL, Oracle, MS SQL, PostgreSQL)

17 years ago

Ever thought why would one need to fetch random rows from a database table? You may want to display some…

  • Java

Varargs in Java: Variable argument method in Java 5

17 years ago

I think I am late for writing about varargs. The feature of variable argument has been added in Java 5…