I have a lot of thoughts to write down…but every time I fire up my blog editor, I was demoralized to write anything due to the fugly interfaced old theme (looking back now, wonder why I chose the theme years ago).
I did some research and decided to use Thematic Framework to revamp my blog. I like the clean interface and it’s really easy to modify a child theme outta it.
So there you have it, a new theme for boringmonday.com
I like the idea of Google Timeline a lot, finally I have took the time over the weekends to integrate this Google Timeline clone using PHP-jquery-mySQL into my own blog. It’s much easier to integrate than I thought, the WordPress team certainly make things easy!
It’s more like my personal records of stuff that I have done –> TimeLine
Stay tune for more updates!





Android HierarchyViewer tool missing
After some googling, it happens that this tool is missing in sdk07 for windows.
Weird enough, it’s packed as a jar file under the /lib folder in the Android sdk.
Execute this in your command prompt and you should get your hierarchy view up and running.
Note that you need to add the Java interpreter java to the System Variables->PATH to execute the above script.
After that, you could create a .bat file(put the above one line command in the .bat file) and put it in your tools folder to fire up the hierarchy view(with lesser typing).