Posts by Authors

  • QT Mobility Contest for Mobile Developers

    Forum Nokia is launching Qt Mobility Contest,  for which the grand prize is a paid trip to the  upcoming Nokia Developer Summit that takes place in summer 2010 in the USA. To take part in this contest you have to create a working example of an application using QT and QT Mobility API. Don’t stop [...]

    Read More...
  • Over at his blog, Abhinav Singh shows how to use the following extensions to learn more about the internal working of the Zend Engine which powers PHP: Tokenizer: The tokenizer functions provide an interface to the PHP tokenizer embedded in the Zend Engine. Using these functions you may write your own PHP source analyzing or [...]

    Read More...
  • Compress your serialize output using igbinary

    Zipped folder icon from RF Stock Images Igbinary is a  replacement for the standard PHP serializer. While the PHP serializer uses a texual format to represent the data in the serialized version, igbinary uses a binary format which is compact. This helps in brining down the storage size of the serialized data. This helps while [...]

    Read More...
  • If you’re into mobile development, you should head out to this event, the Nokia Developer Convference ’09. It’s gonna be held at Taj Residency in Bangalore on the 7th of December. Momo Bangalore along with Forum Nokia are having a tweetup tomorrow, so if you’re interested, join in http://twtvite.com/mm3jqk. I’m going for both, so let’s [...]

    Read More...
  • HTML5 Canvas slides

    Here’s a good set of slides Dmitry Baranovskiy on the HTML5 Canvas tag from one of his presentations. Canvas View more documents from Dmitry Baranovskiy.

    Read More...
  • Move your .htaccess directives to httpd.conf

    Last week I was searching the net for a program or application to  move some of our .htaccess directives into Apache’s configuration files. The reason I was looking for this is to improve the performance of the site. When we have directives in the .htaccess file, the performance hit on Apache on when it serves [...]

    Read More...
  • We got the final dates for the Bangalore PHP user’s meet. The Meet up’s happening on the last Saturday of this month – the 31st of October. We’ve already got more than 30 PHP’ers who have RSVP’ed that they’ll be attending this meet. We may be having a few people come in from Chennai also [...]

    Read More...
  • Banglore PHP Users Meet up October ’09

    We’re in the process of getting a meet organized for PHP professionals in Bangalore. The purpose of this meet is to share knowledge with the community, discuss issues you’re facing with others in the same field and help you network with other PHP professionals. This is not a one-off event, but we’re planning on making [...]

    Read More...
  • tree from Stock Photography Zend has launched the Simple Cloud project which allows PHP developers to write Cloud based apps without having to bother about the different cloud based solutions available. This works like an abstraction layer for various cloud solutions like Amazon, Windows Azure, Rackspace Cloud Hosting and a few more. Initially this project [...]

    Read More...
  • Fastrack with PHP on Windows

    This article is the start of a series of articles on how PHP interoperates with other technologies. When people think of PHP, the first thing people think of is LAMP. But PHP is not limited to the run just under Apache, you can have PHP run under various configurations, including the command line. Here’s the [...]

    Read More...