The 80 Column Coding Rule
I’ve followed the 80 column rule almost always when I code, i.e., I keep a soft limit of keeping my lines of my code limited to 80 characters max. unless breaking up the line really messes up the readability of the code. I was asked recently why do I bother now in this age of [...]
Android Dev Tip: App Not Showing on X10 Mini Marketplace
Many Android Developers (and users) get confused that why a certain app isn’t showing up on the new Xperia X10 Mini (and few other) phones. This happens even if they support all android versions and have published their apps for all countries, so that shouldn’t be the issue. I came across this as well when [...]
BadTokenException Error In Android Dialog
If you are creating a custom Dialog for Android, and following the Android Developers’ Creating Dialogs tutorial, then most likely you would have faced a Force Close with this exception showing up in logcat. I did too. Although I figured it out quickly, it might not be easy to find out for many, so posting [...]
Slow Updates And A Small Nugget Post
Many readers of this blog have written to me for the slow updates. I apologize for the same. I’ve been swamped by loads of work for quite some time now and haven’t been able to write anything here or update any of my projects, though I have loads of new hacks and tricks that I [...]
Project: My WordPress Plugin Shantz-WP-Prefix-Suffix Updated To 1.0.5
For those who are new to this plugin, Shantz WP Prefix Suffix is a light-weight and easy to use plugin which allows you to add any text, HTML/CSS/PHP/Javascript code to your posts and/or pages as prefix and/or suffix. (That includes even any new or old posts and pages and even your feed) Examples of use [...]


