This is the best stuff I came across this past week: Continue reading
Author: Tom (Page 425 of 427)
I’ve been working on a small application that interfaces with the Flickr API in order to dynamically retrieve a stream of photos from a user’s Flickr feed.
In order to retrieve the stream, the user’s ID is required; however, most users are familiar with their Flickr username, not their ID. Services such as IDGettr can be a big help in looking up a user’s ID, but I wanted to roll something into the application that eliminated the need for a third-party service.
Assuming that you have a Flickr API Key, retrieving the user ID based on the username is easy enough.
Continue reading
Here’s some of the more interesting articles, posts, and resources I stumbled across this week.
A couple of years ago, I maintained a small project that sought to make it easy to incorporate a JavaScript slideshow in any web-based project.
Though I no longer maintain the project, there is a bit of organic traffic that still stumbles across this site and I periodically receive emails asking about Slideshow JS so I’m posting the last working version of the utility here.