<?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>Yet Another Software Blog &#187; Wodpress Plugins</title>
	<atom:link href="http://software.mywebspace.co.il/category/wordpress/wodpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://software.mywebspace.co.il</link>
	<description></description>
	<lastBuildDate>Fri, 09 Jul 2010 13:58:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Overriding pluggable functions in a plugin</title>
		<link>http://software.mywebspace.co.il/2009/12/21/overriding-pluggable-functions-in-a-plugin/</link>
		<comments>http://software.mywebspace.co.il/2009/12/21/overriding-pluggable-functions-in-a-plugin/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 05:21:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Wodpress Plugins]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=123</guid>
		<description><![CDATA[There is a small detail you need to remember when trying to override a pluggable function in a wordpress plugin &#8211; The original function will not be overridden in plugin activation time, which means that the following code will make the plugin activation to fail with a redeclaration error message function override() { ... } [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2009/12/21/overriding-pluggable-functions-in-a-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Author slug plugin</title>
		<link>http://software.mywebspace.co.il/2009/11/05/author-slug-plugin/</link>
		<comments>http://software.mywebspace.co.il/2009/11/05/author-slug-plugin/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:28:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wodpress Plugins]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=116</guid>
		<description><![CDATA[The author slug wordpress plugin adds the ability to control the slug associated with an author, in a similar way in which you can control the slug of a category. It is not compatible with wordpress MU. Usage After activation a new field titled &#8220;Slug&#8221; will be added in the user profile page when an [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2009/11/05/author-slug-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searchbox plugin &#8211; Add search to posts and pages</title>
		<link>http://software.mywebspace.co.il/2009/09/28/searchbox-plugin/</link>
		<comments>http://software.mywebspace.co.il/2009/09/28/searchbox-plugin/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 09:31:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wodpress Plugins]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=80</guid>
		<description><![CDATA[The searchbox wordpress plugin adds a seachbox short code which generates a search form when the page or post is displayed. It is wordpress MU compatible both when used as regular plugin and as an MU plugin. Typical usage: [searchbox] If you find it useful, don&#8217;t be to shy to Parameters class Can be used [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2009/09/28/searchbox-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control Outbound RSS plugin for wordpress</title>
		<link>http://software.mywebspace.co.il/2009/09/18/control-outbound-rss-plugin-for-wordpress/</link>
		<comments>http://software.mywebspace.co.il/2009/09/18/control-outbound-rss-plugin-for-wordpress/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 18:32:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wodpress Plugins]]></category>
		<category><![CDATA[WordPress MU]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=68</guid>
		<description><![CDATA[This plugin will handle several aspects of RSS feeds generated by wordpress Reduce the amount of bandwidth required to transmit the RSS by sending only the items which were had not being already sent to the specific RSS reader. Better control on the amount of items which are included in the feed. For sites with [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2009/09/18/control-outbound-rss-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What content plugins should genrate  in an RSS feed?</title>
		<link>http://software.mywebspace.co.il/2009/09/11/content-plugins-rss-feed/</link>
		<comments>http://software.mywebspace.co.il/2009/09/11/content-plugins-rss-feed/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 06:23:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Wodpress Plugins]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=38</guid>
		<description><![CDATA[Plugins should add content to the RSS feed but only if that is there main function, otherwise they probably should not. Why not? because the main functionality of the RSS feed is to notify a subscriber about new content, while giving him a glimpse of what the content is about. Most of the plugins which [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2009/09/11/content-plugins-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
