Posts by Authors

  • Google Page Speed

    Web developers have to check out Google’s new Firefox + Firebug addon called Page Speed. This addon inspects your webpage to see how you can optimize the load time. Yahoo’s YSlow was good, but Google takes it a few steps further to even inspect your html and styles to see what can hider the render [...]

    Read More...
  • Tweets60 – Twitter client for S60 mobiles

    If you’re looking for a free native Twitter client for your S60 device, you’ve got to check out Tweets60. It’s works on S60 3rd and 5th Edition phones. As with most Twitter clients you can view your Timeline, Replies, DMs and Favorites and follow/unfollow Tweeple.  The interface is good and simple with the actions to [...]

    Read More...
  • jQuery TOOLS

    jQuery Tools provides some UI addons to the basic jQuery Library. You can create Tabs, Accordions, Tooltips, Overlays and more using this library. The whole library fits in less than 6Kb, so you can replace all the separate libraries you are using for these functionalities by using this library. The library has an easy to [...]

    Read More...
  • PHP Compiler Internal Slides by Sebastian Bergmann

    Here’s an interesting slide from Sebastian Bergmann which explains the magic that happens when you execute your PHP code, and how it gets converted into bytecode. He also goes ahead to show you how to extend the PHP compiler in the presentation. PHP Compiler Internals View more Microsoft Word documents from Sebastian Bergmann.

    Read More...
  • Email with Ease

    Nokia just launched a site emailwithease.com to help users setup email to go on their mobiles. The forum on this site is the place to go to if you’re looking for help on setting up emails on your mobile. Even though the main site is centered around the Nokia E75, the forums have sections to [...]

    Read More...
  • PHP Quick Profiler – Profile your Code

    Here’s a good looking and functional profiler you can plug into your projects. PQP (PHP Quick Profiler) allows you to profile your code and get information about how much time your script took to execute, the amount of memory used, the files which have been included, errors in your code, queries and any other debug [...]

    Read More...
  • Image via Wikipedia N-Gage gamers in India can now buy their favorite N-Gage Games without a Credit Card. The games are currently available in the following denominations: Rupees 49 for a 1 day pass Rupees 149 for a 7 day pass Rupees 299 for a full license This price may vary for some games. You [...]

    Read More...
  • Facebook’s Haystack

    Here’s a real interesting article on how Facebook’s handling their photo storage system by creating their own storage system called HayStack. This week Facebook will complete its roll-out of a new photo storage system designed to reduce the social network’s reliance on expensive proprietary solutions from NetApp and Akamai. The new large blob storage system, [...]

    Read More...
  • Scienta Zend Framework Debug Bar

    Scienta ZF Debugbar is a useful tool to add to your sites running on Zend Framework to get server side information of the page being accessed. It’s quite simple to use – just download the code, place it in your PHP include path and use the following code in your bootstrap file to get the [...]

    Read More...
  • Jbak TaskMan – Taskmanager for S60 Phones

    If you’re looking for an advanced task manager for your Symbian phone, you can check out this free and powerful utility called Jbak TaskMan. When you install this utility on your phone, it replaces the default Symbian Task-switcher with it’s own interface which you can configure. You can switch tasks and even kill tasks from [...]

    Read More...