2 Jun 2008
This is a brief note about my reflection on choosing a web development framework.
In the last few days, I’ve been busy looking around for different web development frameworks. I’ve found quite a lot and these are some of the major ones - Ruby on Rails, Symfony, Django, CakePHP, CodeIgniter and Zend Framework.
Filed in Tech
11 Comments
19 Jan 2008
Last week, I was playing around with Flickr API. Since the responses of its exposed methods are in XML format, I initially used php XMLReader for reading the results out of the responses. At one point, I wanted to query information of multiple photos. After the attempt, I realised that using XMLReader for sending multiple […]
Filed in Tech
No Comments