An experience with jsPerf.com – an opensource, online JavaScript performance testing tool. It’s very easy to set-up a test case and run the tests.
Things Learned: 10 Articles Every Programmer Must Read
Xkcd Explains Heartbleed for Dummies
A Simple Number Trick in Marketing
Life Lesson: Setting Alarms and Waking Up (for Sure!)
Think, There is a Simple Solution — A Lazy Solution!
Google Chrome’s Alert Window is Annoying!
Why we still love Radio? It’s “randomness”
Android Programming Tricks: Group your UI elements
Every Android developer will agree the pain in bringing all those UI elements in the XML layout file into the Java code. For every UI element you want to access, you have to call a findViewById() for them. And when the number of UI elements increase, we need more lines of code. (If you are too lazy to write all those findViewById() calls, you can try Lazy Android Eclipse plug-in)