<?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>Texo Blog... &#187; slickr</title>
	<atom:link href="http://www.texodev.com/tag/slickr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.texodev.com</link>
	<description></description>
	<lastBuildDate>Thu, 25 Feb 2010 20:40:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Friday Photos Version 1.1</title>
		<link>http://www.texodev.com/2008/05/05/friday-photos-version-11/</link>
		<comments>http://www.texodev.com/2008/05/05/friday-photos-version-11/#comments</comments>
		<pubDate>Mon, 05 May 2008 14:54:36 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[friday photos]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[slickr]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[YADD]]></category>

		<guid isPermaLink="false">http://www.texodev.com/2008/05/05/friday-photos-version-11/</guid>
		<description><![CDATA[Friday Photos Version 1.1 corrects two issues and implements a new feature. First to support weekly scheduling the implementation of WP Pseudo Cron required a &#8220;weekly&#8221; interval value that isn&#8217;t part of the default cron_schedule filter. To add this interval value the implementation of a filter function, as explained in the article Timing is everything: [...]]]></description>
			<content:encoded><![CDATA[<p>Friday Photos Version 1.1 corrects two issues and implements a new feature.  First to support weekly scheduling the implementation of WP Pseudo Cron required a &#8220;weekly&#8221; interval value that isn&#8217;t part of the default cron_schedule filter.  To add this interval value the implementation of a filter function, as explained in the article <a href="http://blog.slaven.net.au/archives/2007/02/01/timing-is-everything-scheduling-in-wordpress/">Timing is everything: scheduling in WordPress</a>, was needed.  The code is shown here:</p>
<p><code>function more_reccurences() {<br />
return array(<br />
'weekly' =&gt; array('interval' =&gt; 604800, 'display' =&gt; 'Once Weekly'),<br />
'fortnightly' =&gt; array('interval' =&gt; 1209600, 'display' =&gt; 'Once Fortnightly'),<br />
);<br />
}<br />
add_filter('cron_schedules', 'more_reccurences');<br />
</code><br />
Secondly the &#8220;Author&#8221; field wasn&#8217;t being set properly and required a small change to pass the field from the form to the database.  Additionally Friday Photos now supports the ability to pull in the picture&#8217;s description from Flickr.  This is handled through a new checkbox titled &#8220;Include Flickr Description&#8221; on the &#8220;Friday Photos&#8221; admin screen.  You can download the new version of Friday Photos <a href="http://www.texodev.com/wp-content/uploads/2008/05/fridayphotos.zip" title="Friday Photos">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texodev.com/2008/05/05/friday-photos-version-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

