<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[ t h e f r a g g l e . c o m ] &#187; internet</title>
	<atom:link href="http://www.thefraggle.com/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thefraggle.com</link>
	<description>technology, photography and anything else that springs to mind.</description>
	<lastBuildDate>Tue, 22 Sep 2009 15:02:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TanTan flickr photo gallery broken after upgrade to Wordpress 2.3</title>
		<link>http://www.thefraggle.com/2007/10/27/fixing-tantan-flickr/</link>
		<comments>http://www.thefraggle.com/2007/10/27/fixing-tantan-flickr/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 19:30:53 +0000</pubDate>
		<dc:creator>Chris Ganderton</dc:creator>
				<category><![CDATA[General Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thefraggle.com/2007/10/27/fixing-tantan-flickr/</guid>
		<description><![CDATA[So I realised that the admin part of the Flickr Photo gallery plugin I use (which is at http://www.thefraggle.com/flickr/) was a bit broken after upgrading wordpress to v2.3.
It appeared to work with the configuration I had set previously. However, when on the options page for the plugin, it was complaining of not being able to [...]]]></description>
			<content:encoded><![CDATA[<p>So I realised that the admin part of the <a href="http://tantannoodles.com/toolkit/photo-album/" title="tantan" target="_blank">Flickr Photo gallery</a> plugin I use (which is at <a href="http://www.thefraggle.com/flickr/" title="mobocracy@flickr" target="_blank">http://www.thefraggle.com/flickr/</a>) was a bit broken after upgrading wordpress to v2.3.</p>
<p>It appeared to work with the configuration I had set previously. However, when on the options page for the plugin, it was complaining of not being able to <a href="http://img.thefraggle.info/wp-imglib/broken-flickr-plugin.jpg" title="broken flickr" target="_blank">find a standard wordpress include</a>.</p>
<p>A quick google search showed me a couple of resources, that <a href="http://blog.bittube.com/2007/09/28/fix-for-tantan-flickr-reports-plugin-on-wordpress-23/" title="http://blog.bittube.com/2007/09/28/fix-for-tantan-flickr-reports-plugin-on-wordpress-23/" target="_blank">told me</a> where I needed to make a slight alteration to the source of my flickr plugin &#8230;</p>
<p>in the file &#8220;<em>/path/to/your/wordpress-install/wp-content/plugins/silaspartners/flickr/admin-options-load.php</em>&#8221;</p>
<pre>    require_once(dirname(__FILE__).$tmpPath.'/wp-admin/admin-db.php');</pre>
<p>needs to change to</p>
<pre>    require_once(dirname(__FILE__).$tmpPath.'/wp-admin/includes/user.php');</pre>
<p>Once that&#8217;s done, the plugin works a treat!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefraggle.com/2007/10/27/fixing-tantan-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr is my new favourite toy</title>
		<link>http://www.thefraggle.com/2007/10/20/flickr-is-my-new-favourite-toy/</link>
		<comments>http://www.thefraggle.com/2007/10/20/flickr-is-my-new-favourite-toy/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 16:29:30 +0000</pubDate>
		<dc:creator>Chris Ganderton</dc:creator>
				<category><![CDATA[General Life]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thefraggle.com/2007/10/20/flickr-is-my-new-favourite-toy/</guid>
		<description><![CDATA[Until recently I hadn&#8217;t been taking that many shots, and had just been uploading the odd photo to deviantArt. This is all good and well, but it isn&#8217;t really suited to making proper sets of images, say from a shoot at a gig, or other event.
This is when I decided to give Flickr a try. [...]]]></description>
			<content:encoded><![CDATA[<p>Until recently I hadn&#8217;t been taking that many shots, and had just been uploading the odd photo to <a href="http://mobocracy.deviantart.com" title="dA" target="_blank">deviantArt</a>. This is all good and well, but it isn&#8217;t really suited to making proper sets of images, say from a shoot at a gig, or other event.</p>
<p>This is when I decided to give <a href="http://www.flickr.com" title="flickr">Flickr</a> a try. So far I have been super impressed with the ability to tag photos, store images in albums and collections together, and the huge user base also means there are lots of scripts and website applications that are available to help you make the most out of your <a href="http://www.flickr.com" title="flickr">Flickr</a> experience!</p>
<p>Now, I don&#8217;t post much to wordpress because I don&#8217;t usually have anything that I feel may be read worthy, but decided to have a play about anyway with some of the worpdress plugins available that let you use your Flickr photostreams with your wordpress blog. The best one I found so far I must say is one from <a href="http://tantannoodles.com/toolkit/photo-album/" title="flickr photoalbum">http://tantannoodles.com/toolkit/photo-album</a>/ which lets you add a sidebar widget and also basically embed your <a href="http://www.flickr.com" title="flickr">Flickr</a> photostreams into a page (see <a href="http://www.thefraggle.com/flickr/" title="local flickr">here</a> for an example).</p>
<p>There were only a couple of things I needed to do (edit a couple of bits of html to make it fit in a bit more with the current style I&#8217;ve adopted for wordpress) and it does seem to look pretty smart.</p>
<p>Uploading images to Flickr is super easy as well, personally I use <a href="http://www.flickr.com/tools/">&#8220;uploadr&#8221;</a> which you can get off their website, it lets you just drag and drop images from explorer, and then you have the option to resize images, and to create a new album to put them in as well as being able to add common tags.</p>
<p>Anyway, the big thing is that Flickr is awesome, tagging photos is a great way to help you organise your images and search them later for recurring themes, as are collections and albums. I do highly suggest giving it a try, you can get free accounts where you are limited to a small upload limit daily, or for a small fee you can have an unlimited upload account.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefraggle.com/2007/10/20/flickr-is-my-new-favourite-toy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
