You are browsing in → php

Let’s Bake Some Cakes

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.

Resizable Recent Flickr Photos Widget

One of my main interests is photograph and my blog itself used to be so much of a photography blog. Even though my blog is currently not so dedicated to photography, I still want some flexible way to display my photos -posted on flickr- on this blog. I have developed a (generic) widget to […]

Multiple HTTP Requests With PHP cUrl

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