Some HTML5/Canvas awesomeness!

Want to see some HTML5/Canvas awesomeness? Click on the following doodles (using Chrome/Safari or any HTML5 enabled browsers) & interact with them on their sites.These are the winners of recent Google I/O contest. They are very catchy and totally mesmerizing. …

Read more »

Google Chrome logo travel on a time machine

Alright, you must have heard about or seen the new 3D’less logo that Google replaced with the statement saying “A fresh take on an icon”. There are tons of articles online floating around reasons & stuff explaining the rational behind …

Read more »

Java Tip: Find process id of running Java process

Here is a simple tip for Java developers. Let’s say if you had to find the process id (pid) of a running Java process within your Java application, following is the code for that. import sun.management.VMManagement; import java.lang.management.ManagementFactory; import java.lang.management.RuntimeMXBean; …

Read more »