• PhoneGap fixes

    or: Android device target Unknown, permissions & script injection Recently I've upgraded my Smartphone (Nexus 5), and when trying to debug some Android Apps on it, it seemed that the Android Device Chooser couldn't show much information about the device, namely: Serial Number: ????????????? AVG Name: N/A Target: Unknown This was...
  • Snippets everywhere!

    Snippets are small chunks of code usually used again and again in different settings. For instance, in order too see what a variable holds in PHP you write 1 var_dump($variable); And if you want it to look good (indentation on arrays & objects), you add a pre, and let's exit...
  • Why I chose Python over PHP

    Or: Why I chose Django over Yii I've been developing with PHP well over a decade now. From editing and writing plugins initially for Phpnuke (yep), to working with most CMS's (Drupal, WP, Magento), and eventually MVC frameworks (CI, YII, KOHANA, etc.) I've learned the language's good sides, and bad...