3226 Posts Categorized "Blog Pile"

Everything that does not have a home, just a big old stinking pile of posts.

Blog Pile

Animated Movie Poster: Bridge over River Kwai

And the ds106 pre-course assignmnet craze moves into 11th gear. Michael Branson-Smith takes the movie poster into a new dimension with his iteration of American Werewolf in London featuring two different elements of movement life sizing the original page. Next, Jim Groom crams about 5 animated GIFs into one with his version of Jason and The Argonauts, turning the whole poster into an action scene.


Blog Pile

Yam Trek! Star Yam!

Star Yam 13: The Final Leftovers is the next series of adventures for Captain James T. Fork of the Starship Yamterprise, it’s 9 year mission, to sek out new plates and new celebrations, to boldly go where no yam has gone before! It’s a Yam Jam Theme, starting with Lisa Lane sailing the Yam Boat, […]

Blog Pile

Flickry Me

I’m on a code burn. After explaining yesterday how I built a JavaScript fueled site for a random generator, I went on a string of ideas that led me to be exploring ways to access recent photos from flickr using just JavaScript.

Here I will explain how the “flickry me” site works (http://lab.cogdogblog.com/flickry/), which for now randomly displays a full window sized version (that resizes with the window) of one out of 20 of my most recent flickr photos:

I have built sites like Five Card Stories and pechaflickr in the past using server side PHP using phpFlickr, but got curious about what things could be done just in HTML and Javascript.

This began when I looked at the site for the Backstretch jQuery plugin, which provides the clean sizing of the background image– and I noted that while my previous uses of this used a locla image, that there wa sno reason, as shown in the example there, you could not use one via a URL.

This lead me to wonder what I could do with pulling recent photos from flickr. and a few googly clicks later I found the answer at Hacking Flickr the JSON way:

Here you’ll learn how to get Flickr photos into your JavaScript solutions without having to resort to using the full API. As this is a hack you will only get the latest 20 photos, if you need more detailed data like restricted to sets or more at once you’ll need to resort to the flickr API.

I liked this approach because you could do it via public API calls to flickr, e.g. you would not need to embed your own API key in the source code.

It is quite simple when you get the idea. What you need to do is find any URL for an RSS feed in flickr, these are generally found in the bottom left of a flickr page for the link “Latest”. Some examples:

  • Your own flickr stream- mine is
    http://api.flickr.com/services/feeds/photos_public.gne?id=37996646802@N01&lang=en-us&format=rss_200
  • Publicly tagged photos, e.g photos tagged “hurleylounge”
    http://api.flickr.com/services/feeds/photos_public.gne?tags=hurleylounge&lang=en-us&format=rss_200
  • Photos from a group, e.g. the 2012/366 photos group
    http://api.flickr.com/services/feeds/groups_pool.gne?id=600611@N20&lang=en-us&format=rss_200

Blog Pile

Apophenia in My ESP

cc licensed ( BY ) flickr photo shared by psychemedia A few days ago the Great and Magical Visualization Wizard, Sir (I shall knight him) Tony Hirst posted to flickr this “Quick sketch – @cogdog follower ESP”– an analysis of my own twitter followers, who they follow, or how he described it: This sketch was […]

Blog Pile

2011/365: The Movie

Following on Dean Shareski’s 1461 and counting, I was inspired to create a video from my own 2011/365 photos. In previous years, I used the easiest method for this, using the pummelvisoon site, but wanted to see if it could be easily done in my own tools. It took not long at all! Since I […]

Blog Pile

Word for 2012

It was while visiting Leslie last night that she shared a wonderful way to set up an approach to the new year, that she learned from Stephen Hurley (see his word for 2012). Rather than the usual concept of resolutions, which tend to be setups for failures by making one shot goals of things we […]