<?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>:: TechBlog :: &#187; plugins</title>
	<atom:link href="http://techblog.touchbasic.com/html/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.touchbasic.com/html</link>
	<description>Techblog is collection of articles covering a wide variety of tech related topics including: Linux, Microsoft, Google, web development, web design, open source, wordpress, security, and more.</description>
	<lastBuildDate>Fri, 06 May 2011 00:58:22 +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>Quick fix to get Simple Tags plugin working with WordPress 2.9+</title>
		<link>http://techblog.touchbasic.com/html/quick-fix-to-get-simple-tags-working-with-wordpress-2-9/</link>
		<comments>http://techblog.touchbasic.com/html/quick-fix-to-get-simple-tags-working-with-wordpress-2-9/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 23:01:46 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[simple tags]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=636</guid>
		<description><![CDATA[Note: There&#8217;s a new version of Simple Tags that works with WP 2.9.1 so no need for this hack anymore. If you&#8217;re using the Simple Tags plugin, you might be holding off on upgrading to WordPress 2.9.1 because this plugin is only Compatible up to: 2.8. Well, turns out the plugin does actually seem to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Note: There&#8217;s a new version of Simple Tags that works with WP 2.9.1 so no need for this hack anymore.</strong></p>
<p>If you&#8217;re using the <a href="http://wordpress.org/extend/plugins/simple-tags/">Simple Tags</a> plugin, you might be holding off on upgrading to WordPress 2.9.1 because this plugin is only Compatible up to: 2.8.</p>
<p>Well, turns out the plugin does actually seem to work with WP 2.9.x &#8212; but you have to make a quick edit to the plugin file itself. Now, normally i&#8217;m not a fan of hacking plugin files to get things working because your changes would be lost with each new release. But, in this case, i figured that when the author does decide to release an update, i would be ok with losing these changes because they would no longer be necessary anyway.</p>
<p>Note: if you&#8217;re not comfortable editing plugin files directly (although this edit is really easy), then maybe you should wait until the author releases an official update. Otherwise, i&#8217;ve included the bit of code here for reference.</p>
<p><strong>To get Simple Tags working with WP 2.9+</strong></p>
<p>1) Open simple-tags.php and find the line:</p>
<p><code>if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false  ) {</code></p>
<p>2) Change that to:</p>
<p><code>if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false || strpos($wp_version, '2.9') !== false  ) {</code></p>
<p>That&#8217;s right, it&#8217;s just a matter of adding the additional condition which allows WP version 2.9 to work.</p>
<p>As always, be sure to backup and test this fix on your own site before going live.</p>
<p>This fix was found / documented here:<br />
- <a href="http://www.wordpress-fr.net/support/viewtopic.php?pid=173448#p173448">http://www.wordpress-fr.net/support/viewtopic.php?pid=173448#p173448</a><br />
- <a href="http://www.herewithme.fr/simple-tags-et-wordpress-2-8#comment-34072">http://www.herewithme.fr/simple-tags-et-wordpress-2-8#comment-34072</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/quick-fix-to-get-simple-tags-working-with-wordpress-2-9/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Testing Amazon Affiliate plugins for WordPress</title>
		<link>http://techblog.touchbasic.com/html/testing-amazon-affiliate-plugins-for-wordpress/</link>
		<comments>http://techblog.touchbasic.com/html/testing-amazon-affiliate-plugins-for-wordpress/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 15:30:56 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=350</guid>
		<description><![CDATA[There are so many amazon related plugins &#8211; as a result, my testing was pretty brief. Some notes: Amazon Associate Filter &#8211; nothing happens Amazon Book Picture from ASIN &#8211; just creates images from ASIN , uses shortcodes Amazon Carousel(*) &#8211; flash, uses shortcodes, cool, lots of options, easy to use Amazon Context Links Ads [...]]]></description>
			<content:encoded><![CDATA[<p>There are so many amazon related plugins &#8211; as a result, my testing was pretty brief.</p>
<p><strong>Some notes:</strong></p>
<p><a href="http://wordpress.org/extend/plugins/amazon-associate-filter/">Amazon Associate Filter</a> &#8211; nothing happens</p>
<p><a href="http://narcanti.keyboardsamurais.de/amazon-book-picture.html">Amazon Book Picture from ASIN</a> &#8211; just creates images from ASIN , uses shortcodes</p>
<p><a href="http://wordpress.org/extend/plugins/wp-amazon-carousel/">Amazon Carousel</a>(*) &#8211; flash, uses shortcodes, cool, lots of options, easy to use</p>
<p><a href="http://wordpress.org/extend/plugins/amazon-context-link-ads/">Amazon Context Links Ads</a> &#8211; does nothing</p>
<p><a href="http://learningtheworld.eu/2009/amazon-authorization/">Amazon Machine Tags</a> &#8211; complicated, uses shortcodes, requires an AWS key</p>
<p><a href="http://wordpress.org/extend/plugins/wp-amazon-mp3-widget/">Amazon MP3 Clips widget</a>(*) &#8211; cool, flash 9.0.45 or above required, shortcodes, lots of options</p>
<p><a href="http://geeklad.com/build-your-own-amazon-niche-store">Amazon Niche Store</a>(*) &#8211; shortcodes, lots of options, 10% of the time is plugin author&#8217;s Amazon affiliate ID, plugin author linkback, widget included</p>
<p><a href="http://www.proactivewebdesign.co.uk/wordpress/amazon-product-ads">Amazon Product Ads</a>(*) &#8211; widget only, displays 1 item only, self-optimizing (auto) setting</p>
<p><a href="http://nickohrn.com/amazon-reloaded-for-wordpress">Amazon Reloaded for WordPress</a> &#8211; adds setting to post page but ajax not working</p>
<p><a href="http://wordpress.org/extend/plugins/amazon-search/">Amazon Search</a> &#8211; not working, error: MissingParameter / Signature, widget and shortcode links only</p>
<p><a href="http://www.aaronforgue.com/projects/amazon-showcase/">Amazon Showcase</a> &#8211; Access Identifiers required (AWS keys?)</p>
<p><a href="http://www.ichdigital.de/AmazonSimpleAdmin">AmazonSimpleAdmin</a> &#8211; Access Identifiers required (AWS keys?)</p>
<p><a href="http://wordpress.org/extend/plugins/amazon-smartlinks/">Amazon SmartLinks Widget</a> &#8211; many widget, working pretty well, looks nice</p>
<p><a href="http://case.oncle-tom.net/code/wordpress/">Amazon Widgets Shortcodes</a>(*) &#8211; cool, lots of shortcodes, adds section to post page, conflicts with Amazon Niche Store plugin resulting in no output, must know exact widget ID</p>
<p><a href="http://www.keralpatel.com/amazon-plugin-by-keral-patel/">Keral Patel Amazon WordPress Plugin</a> &#8211; requires an amazon web services access key</p>
<p><em>(*) i liked, but needs further testing</em></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/testing-amazon-affiliate-plugins-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Notes on Event and Calendar related WordPress plugins</title>
		<link>http://techblog.touchbasic.com/html/notes-on-event-and-calendar-related-wordpress-plugins/</link>
		<comments>http://techblog.touchbasic.com/html/notes-on-event-and-calendar-related-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 03:54:16 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=342</guid>
		<description><![CDATA[Tried and tested some plugins over the last few weeks.. here, are my thoughts, brief and in no particular order: Gigs Calendar (v0.4.6) - issues with timestamps posted to the future (but not with filter turned on) - no multi-day events - post created automatically GigPress (v1.4.9) - lots of setting (maybe too many) Events [...]]]></description>
			<content:encoded><![CDATA[<p>Tried and tested some plugins over the last few weeks..<br />
here, are my thoughts, brief and in no particular order:</p>
<p><a href="http://blogsforbands.com/">Gigs Calendar</a> (v0.4.6)<br />
- issues with timestamps posted to the future (but not with filter turned on)<br />
- no multi-day events<br />
- post created automatically</p>
<p><a href="http://gigpress.com/">GigPress</a> (v1.4.9)<br />
- lots of setting (maybe too many)</p>
<p><a href="http://davidebenini.it/wordpress-plugins/events-manager/">Events Manager</a> (v2.0rc2)<br />
- not creating &#8220;real&#8221; WP posts (with post IDs)<br />
- all event posts are on same page (eg: domain.com/events?events_id=1)</p>
<p><a href="http://www.wp-eventscalendar.com/">Events Calendar</a> (v6.5.2.1)<br />
- simple / good<br />
- fills in actual post content</p>
<p><a href="http://meandmymac.net/plugins/events/">Events</a> (v2.1.1)<br />
- not creating &#8220;real&#8221; WP posts (with post IDs)</p>
<p><a href="http://wpcal.firetree.net/">Event Calendar</a> (v3.1.4)<br />
- just adds dates and times to the edit posts screen</p>
<p><a href="http://www.kieranoshea.com/">Calendar</a> (v1.2.2)<br />
- buggy (widget seems broken)<br />
- not creating &#8220;real&#8221; WP posts (with post IDs)</p>
<p>Keep in mind, i&#8217;ve only tested these specific versions of each plugin. So, newer versions might include significant improvements over previous versions. Also, don&#8217;t take my word for it.. test them all out for yourself ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/notes-on-event-and-calendar-related-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

