You are browsing in → 2008 → January

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

Pure CSS Rating Stars

After reading iWoz, I’ve learned one thing. A good and simple design is made up of as little components as possible. Here, I show you my rating stars system coded with pure CSS, so no javascript and no CSS hacks.

Timeless Putumayo World Music

Aren’t you tired of the music that you listen to everyday? I am. And If you’re like me, this is something you should turn to. These are Putumayo World Music CDs I just borrowed from a library.

World reggae
Colombia
Latin jazz
New groove
Cajun
Brazilian groove
Blues around the world
Swing around the world
Nuevo Latino

Apart from the beautiful and relaxing rhythm […]

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

Fix: Cannot Install Script In Web Root Directory Using Fantastico

This is just a small note for those who have the same problem as I have had so that I won’t have to explain what Fantastico is.
At the very start, I installed Wordpress in the web root directory of my web space using Fantastico but then I decided to move my Wordpress to a […]