PHOTO GALLERY WITH FLICKR API (0)




Yesterday, I upgraded this homepage with a photos gallery so from now I'll be able to share with you my photos, I am sure you were waiting for this..hum...:)

My flickr albums

Actually, I also did it because I wanted to try some stuff with the flickr API. I already tried it for my gallery of Fixed Gear in Japan, but I wanted to go a little bit further to build a full gallery of albums feeded directly by Flickr. The advantage is first that the photos are hosted by them and then there are many tools to upload photos to flickr from a PC or a phone so we don't need to build a backend for the gallery!

Instead we can use the Flickr API to retrieve the necessary data to display the photos on the page like we want. So from server side, we just need an API key and then if we use Php, just do some stuff exactly like on this page : Php API Response.

For this little application I just used 3 functions :
- getList
- getPhotos
- getInfo

Onced we've collected the data, we need to display them in our view (the html page). For now I chose to use the Slimbox by Christophe Beyls, it's a lightbox clone for Mootools, a well known effect to display photos from thumbnails.

The next step will be to display not only the photos but also the comments associated to them in Flickr.
To do that, I'll use the photosets.comments functions from the API like addComment or getList. And for the view, to browse the photos from an album I'll use the iCarousel by Fabio Zendhi Nagao in order to save some space on the page.

This kind of stuff is really funny to build (well for me at least), it's like to play Lego : just put bricks together to make what we want!

2008-09-02 06:19:34

  • キーワード :

GOOGLE DEVELOPER DAY 09 - YOKOHAMA

For the second year in a row I could enjoy this event with my co-workers from Samurai Factory. First I enjoy it because it takes place only 12mn from home by bicycle ^_^ and then of course because of the information we can gather during the day. You may say that looking at the video from the IO event you can get quite the same info, that's partly true. But attending the event you got also information specifically related to the Japanese market and you got goodies! *_* and this year... 続きを見る


2009-06-11 08:20:40 - コメント : 3

FIXED GEAR VIDEOS

I played a little bit with the YouTube API today, using the classes provided by Zend Framework. The result is a Fixed Gear Videos Gallery. It is quite basic for now, it just retrieves the latest fixed gear videos published on YouTube. Plus, I made 3 categories : videos from Japan, France and the Anglophone world. The way I do the search for each category is far from perfect but it works not too bad for now. Then you just have to click on the icon and the video will be displayed in a ni... 続きを見る


2009-02-11 05:36:31 - コメント : 0

PHOTOGRAPHY FROM JAPAN

Just added more albums in the gallery section. Photos are hosted on zooomr, I will explain this week in a post how to get them on your homepage using the API, it's pretty much the same as for Flickr... 続きを見る


2008-12-29 22:24:22 - コメント : 0

BLOG NEW FEATURES

Yesterday I changed a little bit the top page of the blog. I added a new category of post called "Short News" (from Japan). Each post will be mainly composed of few pictures and just a short comment. I will send some stuff unusual or/and funny/interesting (at least for me ) that I'll notice in my everyday life here in Japan. To separate this "Short News" from the "longer" posts that I've already published on the blog, I added a tab system on the top page : So, with the tabs you can... 続きを見る


2008-11-04 06:46:12 - コメント : 0

PHOTO GALLERY WITH FLICKR API

Yesterday, I upgraded this homepage with a photos gallery so from now I'll be able to share with you my photos, I am sure you were waiting for this..hum...:) Actually, I also did it because I wanted to try some stuff with the flickr API. I already tried it for my gallery of Fixed Gear in Japan, but I wanted to go a little bit further to build a full gallery of albums feeded directly by Flickr. The advantage is first that the photos are hosted by them and then there are many tools to up... 続きを見る


2008-09-02 06:19:34 - コメント : 0