• PHP

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

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

15 years ago
  • PHP

Gravatar: Manage your user avatars for free

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

15 years ago
  • CSS
  • HTML5

HTML 5: The new HTML kid on the block!

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

15 years ago
  • Java

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

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

15 years ago
  • Web 2.0

Web 3.0 is around the corner !

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

15 years ago
  • News

GMail launched automatic message translation feature in GMail Labs

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

15 years ago
  • Java

Inspect your code in Eclipse using Eclipse Scrapbook feature

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

15 years ago
  • Java

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

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

15 years ago
  • Database

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

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

15 years ago
  • Java

Varargs in Java: Variable argument method in Java 5

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

15 years ago