<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/flickr</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 13:47:53 GMT</pubDate>
<item>
<title>(JavaScript) Javascript Flickr API Helper - Raymonder</title>
<link>http://snipplr.com/view/69345/javascript-flickr-api-helper/</link>
<description><![CDATA[ <p>Class to create Flickr-API REST calls.</p> ]]></description>
<pubDate>Fri, 04 Jan 2013 03:02:38 GMT</pubDate>
<guid>http://snipplr.com/view/69345/javascript-flickr-api-helper/</guid>
</item>
<item>
<title>(PHP) Flickr Recent Photos to HTML with PHP - jakekimpton</title>
<link>http://snipplr.com/view/55467/flickr-recent-photos-to-html-with-php/</link>
<description><![CDATA[ <p>It’s been driving me crazy that there’s no definitive script written to take out a user’s Flickr recent photos and parse it for formatting into HTML with a larger size than the standard 75 x 75 dimensions that the public_photo.gne Flickr script outputs. So I’ve written one, using a bit of skill and a snippet of code that someone posted which was kind of going in the same direction but then suddenly stopped and took a hard u-turn, veering off to somewhere stupid, as usual with programmers who know too much. So here’s a quick run through of what the code does:

Collect the User ID that is added manually and constructs the Feed Links
Get the File contents of the Feed Link once it’s been run
Convert the XML to HTML
Return it to the script for printing or a variable (Choice of the Programmer)

I haven’t tested this on different versions of PHP, all I know is it works for me, and it’s using some pretty simple stuff so it should work fine. Just change the ID to your own or whoever’s it has to be and it should run.</p> ]]></description>
<pubDate>Sat, 18 Jun 2011 20:21:14 GMT</pubDate>
<guid>http://snipplr.com/view/55467/flickr-recent-photos-to-html-with-php/</guid>
</item>
<item>
<title>(JavaScript) Flickr Original Resolution Bookmarklet - jatkins</title>
<link>http://snipplr.com/view/51462/flickr-original-resolution-bookmarklet/</link>
<description><![CDATA[ <p>Released to the public domain. You may need to remove the newlines, though you won't need to in Chrome.

This will take you to the viewing page of the largest resolution of the image you are viewing if you are not viewing one of the alternate sizes; if so, it will load the file of the size being shown (i.e. if you are viewing an image click once to view the page with the largest version on, and once more to view the file of the largest version).</p> ]]></description>
<pubDate>Sun, 03 Apr 2011 01:18:38 GMT</pubDate>
<guid>http://snipplr.com/view/51462/flickr-original-resolution-bookmarklet/</guid>
</item>
<item>
<title>(Python) Flickr-to-Picasa Migration tool - doqtu84</title>
<link>http://snipplr.com/view/48061/flickrtopicasa-migration-tool/</link>
<description><![CDATA[ <p>A command line tool to transfer all photos from Flickr to Picasa</p> ]]></description>
<pubDate>Fri, 28 Jan 2011 23:08:38 GMT</pubDate>
<guid>http://snipplr.com/view/48061/flickrtopicasa-migration-tool/</guid>
</item>
<item>
<title>(PHP) Flickr Photos Pull-In PHP JSON - mloberg</title>
<link>http://snipplr.com/view/42794/flickr-photos-pullin-php-json/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 23 Oct 2010 05:51:54 GMT</pubDate>
<guid>http://snipplr.com/view/42794/flickr-photos-pullin-php-json/</guid>
</item>
<item>
<title>(ActionScript 3) Base 58 encode (used for flic.kr short urls) - ninjaparade</title>
<link>http://snipplr.com/view/39199/base-58-encode-used-for-flickr-short-urls/</link>
<description><![CDATA[ <p>base 58 encoding in AS3 used to create a short url for flickr (flic.kr/p/) from a photo id. Function requires the flickr photo id to be passed in cast as a Number. Example below</p> ]]></description>
<pubDate>Wed, 18 Aug 2010 03:25:07 GMT</pubDate>
<guid>http://snipplr.com/view/39199/base-58-encode-used-for-flickr-short-urls/</guid>
</item>
<item>
<title>(PHP) Parsing Flickr Feed with PHP tutorial - ginoplusio</title>
<link>http://snipplr.com/view/35328/parsing-flickr-feed-with-php-tutorial/</link>
<description><![CDATA[ <p>This is a small tutorial that guide you to use a small php function that parse the flickr\'s feed and output a simply thumbs gallery. Than you can customize the output using css style sheets. Here you can find the functions, follow the link to read the tutorial.</p> ]]></description>
<pubDate>Sun, 30 May 2010 17:19:29 GMT</pubDate>
<guid>http://snipplr.com/view/35328/parsing-flickr-feed-with-php-tutorial/</guid>
</item>
<item>
<title>(PHP) oembed - frankyfish</title>
<link>http://snipplr.com/view/29908/oembed/</link>
<description><![CDATA[ <p>Function to use the oembed services in php</p> ]]></description>
<pubDate>Wed, 17 Mar 2010 14:33:21 GMT</pubDate>
<guid>http://snipplr.com/view/29908/oembed/</guid>
</item>
<item>
<title>(JavaScript) flic.kr - Generate Flickr shortened URL - loucypher</title>
<link>http://snipplr.com/view/23226/flickr--generate-flickr-shortened-url/</link>
<description><![CDATA[ <p>A short photo id is a base58 conversion of the photo id. Base58 is like base62 [0-9a-zA-Z] with some characters removed to make it less confusing when printed. (namely 0, O, I, and l).

So that leaves an alphabet of: 123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ</p> ]]></description>
<pubDate>Mon, 16 Nov 2009 17:52:44 GMT</pubDate>
<guid>http://snipplr.com/view/23226/flickr--generate-flickr-shortened-url/</guid>
</item>
<item>
<title>(ActionScript 3) Flex: Smooth a Dynamic Image coming from Flickr - chrisaiv</title>
<link>http://snipplr.com/view/22492/flex-smooth-a-dynamic-image-coming-from-flickr/</link>
<description><![CDATA[ <p>Lee Brimelow show's how to smooth an image that is loading from Flickr.</p> ]]></description>
<pubDate>Wed, 04 Nov 2009 12:34:37 GMT</pubDate>
<guid>http://snipplr.com/view/22492/flex-smooth-a-dynamic-image-coming-from-flickr/</guid>
</item>
<item>
<title>(JavaScript) Show Most Recent Flickr Uploads - paulgrenwood</title>
<link>http://snipplr.com/view/22484/show-most-recent-flickr-uploads/</link>
<description><![CDATA[ <p>This code will display the most recent uploads from Flickr for any account. Replace the “35591378@N03″ (the Whitehouse account) in the code below with the ID of the account you are fetching from. Use http://idgettr.com/ if you need help finding it. Alter the “9″ in the loop to show more or less than 10.</p> ]]></description>
<pubDate>Wed, 04 Nov 2009 11:22:52 GMT</pubDate>
<guid>http://snipplr.com/view/22484/show-most-recent-flickr-uploads/</guid>
</item>
<item>
<title>(HTML) Placing a Flickr Slideshow - paulgrenwood</title>
<link>http://snipplr.com/view/20166/placing-a-flickr-slideshow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Sep 2009 16:41:46 GMT</pubDate>
<guid>http://snipplr.com/view/20166/placing-a-flickr-slideshow/</guid>
</item>
<item>
<title>(PHP) Photo Gallery via flickr API - mzym</title>
<link>http://snipplr.com/view/20038/photo-gallery-via-flickr-api/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Sep 2009 09:57:55 GMT</pubDate>
<guid>http://snipplr.com/view/20038/photo-gallery-via-flickr-api/</guid>
</item>
<item>
<title>(HTML) Embed Chris Pirillo Set Slideshow - hawaii</title>
<link>http://snipplr.com/view/17767/embed-chris-pirillo-set-slideshow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 01 Aug 2009 13:59:52 GMT</pubDate>
<guid>http://snipplr.com/view/17767/embed-chris-pirillo-set-slideshow/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Flickr Loader - chrisaiv</title>
<link>http://snipplr.com/view/16204/as3-flickr-loader/</link>
<description><![CDATA[ <p>You can access Flickr using AS3 the same way as Javascript with JSON.  You just have to massage the data a bit.  Here's how you would use the class.  In your Main.as, create an instance of the FlickrLoader.  You will need the JSON.decoder class from http://code.google.com/p/as3corelib/</p> ]]></description>
<pubDate>Mon, 22 Jun 2009 23:16:23 GMT</pubDate>
<guid>http://snipplr.com/view/16204/as3-flickr-loader/</guid>
</item>
<item>
<title>(JavaScript) Flickr set gallery - danielfilho</title>
<link>http://snipplr.com/view/14383/flickr-set-gallery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 24 Apr 2009 11:03:41 GMT</pubDate>
<guid>http://snipplr.com/view/14383/flickr-set-gallery/</guid>
</item>
<item>
<title>(CSS) Flickr - Prefer Helvetica - handcoding</title>
<link>http://snipplr.com/view/8750/flickr--prefer-helvetica/</link>
<description><![CDATA[ <p>This is a userstyle (for the Stylish Firefox extension) that sets the default font on Flickr to Helvetica rather than Arial.</p> ]]></description>
<pubDate>Wed, 01 Oct 2008 11:54:55 GMT</pubDate>
<guid>http://snipplr.com/view/8750/flickr--prefer-helvetica/</guid>
</item>
<item>
<title>(JavaScript) Feed Flickr Photos to Website - jessnoonyes</title>
<link>http://snipplr.com/view/8159/feed-flickr-photos-to-website/</link>
<description><![CDATA[ <p>Quick and easy way to feed flickr images into your website</p> ]]></description>
<pubDate>Wed, 03 Sep 2008 11:13:38 GMT</pubDate>
<guid>http://snipplr.com/view/8159/feed-flickr-photos-to-website/</guid>
</item>
<item>
<title>(ActionScript) Flashr UserRecentPhotos - swfgeek</title>
<link>http://snipplr.com/view/6312/flashr-userrecentphotos/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 May 2008 14:06:53 GMT</pubDate>
<guid>http://snipplr.com/view/6312/flashr-userrecentphotos/</guid>
</item>
<item>
<title>(Other) Flickr Image URL - klunkatronic</title>
<link>http://snipplr.com/view/5960/flickr-image-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Apr 2008 01:15:59 GMT</pubDate>
<guid>http://snipplr.com/view/5960/flickr-image-url/</guid>
</item>
</channel>
</rss>