<?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>neil.lolin.net &#187; flickr</title>
	<atom:link href="http://neil.lolin.net/tag/flickr/feed/" rel="self" type="application/rss+xml" />
	<link>http://neil.lolin.net</link>
	<description>infecting the internet one day at a time.</description>
	<lastBuildDate>Wed, 13 Jul 2011 06:53:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Redirect Loop and Flickr Photo Album Plugin</title>
		<link>http://neil.lolin.net/2008/07/10/wordpress-redirect-loop-and-flickr-photo-album-plugin/</link>
		<comments>http://neil.lolin.net/2008/07/10/wordpress-redirect-loop-and-flickr-photo-album-plugin/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 00:55:11 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[flickr photo album]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://neil.lolin.net/2008/07/10/wordpress-redirect-loop-and-flickr-photo-album-plugin</guid>
		<description><![CDATA[<a href=http://neil.lolin.net/2008/07/10/wordpress-redirect-loop-and-flickr-photo-album-plugin/><img src=http://farm1.static.flickr.com/50/377684448_5a9c7a615e.jpg?v=0 class=imgtfe hspace=5 align=left width=100  border=0></a>A redirect is when a page you have requested has moved and it automatically sends you to where it has moved.
A redirect loops happens when your page is redirecting to itself.
Wordpress has a share of problems with redirect loops and this one just suffered from one. I have looked up a solution and hopefully it [...]]]></description>
			<content:encoded><![CDATA[<p>A redirect is when a page you have requested has moved and it automatically sends you to where it has moved.</p>
<p>A redirect loops happens when your page is redirecting to itself.</p>
<p>Wordpress has a share of problems with redirect loops and this one just suffered from one. I have looked up a solution and hopefully it would work for you.</p>
<p>Permalinks are search engine friendly, that&#8217;s why it is a good idea to use them. Your address such as my initially frustrating <a href="http://neil.lolin.net/2008/07/09/my-photos-pages-is-redirecting-endlessly">Wordpress redirect loop</a> post here has the url:</p>
<p><strong>http://neil.lolin.net/2008/07/09/my-photos-pages-is-redirecting-endlessly</strong></p>
<p>When permalinks go bad, they give you a &#8220;page not found&#8221;, a page cannot load, or <a href="http://neil.lolin.net/2008/07/09/my-photos-pages-is-redirecting-endlessly">redirect loop problem</a>.</p>
<p>This tackles <a href="http://www.tantannoodles.com/">TantanNoodles</a> <a href="http://tantannoodles.com/toolkit/photo-album/"><strong>Flickr Photo Album</strong></a> plugin for Wordpress and it&#8217;s horror of redirect looping.</p>
<p><img class="reflect" style="float: none;" src="http://farm1.static.flickr.com/50/377684448_5a9c7a615e.jpg?v=0" alt="" height="500" width="333" /></p>
<p>This wonderful photo is from <strong><a href="http://www.flickr.com/photos/kurafire" target="_blank">Kurafire</a></strong>.</p>
<p><strong>Solution:</strong></p>
<p>Add a trailing slash at the end of the permalink.</p>
<p>When you log in to your Wordpress Dashboard, go to <strong>settings </strong>- <strong>permalinks</strong> and make sure your structure has an ending &#8220;/&#8221; to it. For example:</p>
<p>/%year%/%monthnum%/%day%/%postname%/</p>
<p>NOT</p>
<p>/%year%/%monthnum%/%day%/%postname%</p>
<p><strong>Save changes.</strong></p>
<p>My Wordpress has a rather strange problem. After saving, I browse through the other tabs in the Wordpress Dashboard like <strong>Write, Manage</strong> or whatever. Then I go back to<br /><strong>settings </strong>- <strong>permalinks </strong>and find my ending trailing slash is GONE!</p>
<p>So again, this defeats the purpose of keeping the trailing slash at the end. I do not know if this is bug or mine is an .htaccess problem or whatever. The point is <strong>you need the trailing slash at the end</strong> in order for the <a href="http://tantannoodles.com/toolkit/photo-album/"><strong>Flickr Photo Album</strong></a> to work properly.</p>
<p><strong>2 Solutions:</strong></p>
<p><strong>1st solution:</strong></p>
<p>If you have access to your Wordpress dB via phpmyadmin in your server&#8217;s control panel, search for &#8220;postname&#8221; and you&#8217;ll find the table where your permalink structure is in. Simply edit that entry and add the trailing slash at end.</p>
<p><strong>Note that this will again disappear if you browse through the permalink settings page of you Wordpress dashboard again!<br /></strong><br /><strong>2nd solution: (better solution)</strong></p>
<p>Install the <a href="http://yoast.com/wordpress/meta-robots-wordpress-plugin/" target="_blank"><strong>Meta Robots Wordpress Plugin</strong></a> and enable &#8220;<strong>Enforce a trailing slash on all category and tag URL&#8217;s</strong>&#8220;. This will force your menu links to have the trailing slash at the end if your permalinks structure doesn&#8217;t have it.</p>
<p>I use this one for my <a href="http://neil.lolin.net/photos/">photos section</a> to solve the <a href="http://neil.lolin.net/2008/07/09/my-photos-pages-is-redirecting-endlessly">Wordpress redirect loop</a> I have experienced last night.</p>
<p>While it doesn&#8217;t solve the mystery of my disappearing trailing slash, it still does the job.</p>
<p class="fbconnect_share"><fb:share-button class="url" href="http://neil.lolin.net/2008/07/10/wordpress-redirect-loop-and-flickr-photo-album-plugin/" /></p>]]></content:encoded>
			<wfw:commentRss>http://neil.lolin.net/2008/07/10/wordpress-redirect-loop-and-flickr-photo-album-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Flickr Page</title>
		<link>http://neil.lolin.net/2008/05/03/my-flickr-page/</link>
		<comments>http://neil.lolin.net/2008/05/03/my-flickr-page/#comments</comments>
		<pubDate>Sat, 03 May 2008 14:32:41 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[dangerous place to be]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[trips]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[neil.lolin.net]]></category>
		<category><![CDATA[photogrpahy]]></category>
		<category><![CDATA[pictures]]></category>

		<guid isPermaLink="false">http://neil.lolin.net/2008/05/03/my-flickr-page</guid>
		<description><![CDATA[<a href=http://neil.lolin.net/2008/05/03/my-flickr-page/><img src=http://farm3.static.flickr.com/2330/2461596008_ed23404773.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>
I finally found a plugin that integrates my Flickr account and my site running on Wordpress. It&#8217;s a nice and straightforward plugin that allows my photos from flickr to be displayed here as an album. So there, cheers!
View my photos here.
This is a glimpse of one of the guitar stores in Bangkok, Thailand. For less [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://neil.lolin.net/photos/photo/2461596008/Thailand-Vacation-December-2007.html" class="tt-flickr tt-flickr-Medium"><img src="http://farm3.static.flickr.com/2330/2461596008_ed23404773.jpg" alt="Thailand Vacation December 2007" border="0" height="334" width="500" /></a></p>
<p>I finally found a <a href="http://tantannoodles.com/toolkit/photo-album/" target="_blank">plugin</a> that integrates my <a href="http://flickr.com/photos/neillolin">Flickr</a> account and <a href="http://neil.lolin.net">my site</a> running on Wordpress. It&#8217;s a nice and straightforward <a href="http://tantannoodles.com/toolkit/photo-album/" target="_blank">plugin</a> that allows my photos from <a href="http://neil.lolin.net/photos">flickr</a> to be displayed here as an album. So there, cheers!</p>
<p><a href="http://neil.lolin.net/photos"><strong>View my photos here.</strong></a></p>
<p>This is a glimpse of one of the guitar stores in Bangkok, Thailand. For less than 5,000php, you can get yourself a guitar that&#8217;s worth 10,000php here.</p>
<p>Sucks? That isn&#8217;t the end of it.</p>
<p>Anyway, there exists 2 galleries here and I will be maintaining my <a href="http://neil.lolin.net/photos">flickr</a> one and transferring everything else there soon. For now, both <a href="http://neil.lolin.net/wpg2">Gallery</a> and <a href="http://neil.lolin.net/photos">Photos</a> will exist.</p>
<p class="fbconnect_share"><fb:share-button class="url" href="http://neil.lolin.net/2008/05/03/my-flickr-page/" /></p>]]></content:encoded>
			<wfw:commentRss>http://neil.lolin.net/2008/05/03/my-flickr-page/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

