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. …
Some HTML5/Canvas awesomeness!
Posted by Siddique
on April 6, 2011
1 comment
Google Chrome logo travel on a time machine
Posted by Siddique
on March 28, 2011
1 comment
Java Tip: Find process id of running Java process
Posted by Siddique
on March 24, 2011
3 comments
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; …
Recent Comments