22 July 2009 View Comments

Are you ready for PHP 6?

php6unicode

Here’s an article from Linux Magazine showing you how to install a development snapshot version of the latest PHP 6 build on your system. They also go on to give an overview on what’s new in PHP 6  and some of the code you’ll have to change in your current source to get it working [...]

14 July 2009 View Comments

PHP 5.3 & Internationalization

Unicode_sample

Stas Malyshev has written a good article over at Zend Developer Zone about the new intl – Internalization extension in PHP 5.3. Internationalization has been a major problem with web developers when developing sites which have to support multiple languages. The new extension eases the developer’s work drastically. Stas mentions in the article that the [...]

Tags: ,
7 July 2009 View Comments

A Benchmark of Opensource Search Engines

A Benchmark of Opensource Search Engines

I’ve always wanted to know how the various opensource search engines performed when running head to head with each other. I’ve personally not had the time nor patience to setup such a benchmark. Luckily Vik Singh has done just that and blogged the results of the benchmark. He’s benchmarked the latest versions of Lucene, sqlite, [...]

1 July 2009 View Comments

Saving Data into Excel the Easy Way using PHP

Excel Stream Writer

If you’re looking for an easy way to output your data from a PHP script into a Excel file, you’ve got to check out this script MS-Excel Stream Handler which I came across at the PHP Classes site. What this script essentially does is to implement a stream handler interface to write Microsoft Excel spreadsheet [...]

Tags: ,
26 June 2009 View Comments

GIMP “Save for Web” plugin for Ubuntu

Gimp Save for Web

Here is a plugin for Gimp which gives you a “Save for Web” option in GIMP. This plugin gives you the option of preparing your images for the web by optimizing it, adding additional compression, stripping EXIF information from the images to reduce it’s size. You can preview the resultant image before you save your [...]

Tags: ,
10 June 2009 View Comments

Nokia N97 Blogger’s Meet in Bangalore

3612168551_0871542b88

Yesterday Nokia India had arranged for a blogger’s meet in Bangalore to familizarize us with the upcoming N97 mobile phone. The meet featured Axel Meyer, Nokia’s Global Design Head for Nokia Nseries, who took us through a presentation which showed what the Design team took into account while designing this phone. What I liked about [...]

8 June 2009 View Comments

Google Mobile App for Nokia S60 Phones

Google Mobile App

Google has brought out their Google Mobile App for Nokia S60 Phones. You can get the application by visiting m.google.com on your mobile browser. This application provides a shell for Google applications and services. When you start the app, you get a search screen, and the app detects your location to give you area specific [...]

Tags: ,
5 June 2009 View Comments

Google Page Speed

page-speed-javascript-defered1

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 [...]

5 June 2009 View Comments

Tweets60 – Twitter client for S60 mobiles

tweet60 tweet entry

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 [...]

4 June 2009 View Comments

jQuery TOOLS

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 [...]