<?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>More Than Scratch The Surface &#187; IFrameWidgets</title>
	<atom:link href="http://www.scratch99.com/tag/iframewidgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scratch99.com</link>
	<description>A Journey In Web Development</description>
	<lastBuildDate>Sat, 06 Mar 2010 04:51:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 2.7 And My WordPress Plugins</title>
		<link>http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/</link>
		<comments>http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 03:09:59 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[DualFeeds]]></category>
		<category><![CDATA[FeedEntryHeader]]></category>
		<category><![CDATA[IFrameWidgets]]></category>
		<category><![CDATA[KeywordLuv]]></category>
		<category><![CDATA[localcurrency]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/.I&#8217;ve been using WordPress 2.7 for a while now and have comprehensively tested my WordPress plugins on it. In this post, I release the results of my testing: Four plugins work fine (albeit with a non version specific bug found in one of them). One [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/">http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/</a>.<br /><p>I&#8217;ve been using WordPress 2.7 for a while now and have comprehensively tested <a title="My WordPress plugins page" href="http://www.scratch99.com/wordpress-plugins-by-stephen-cronin/" target="_blank">my WordPress plugins</a> on it. In this post, I release the results of my testing: Four plugins work fine (albeit with a non version specific bug found in one of them). One plugin seems to have problems with WordPress 2.7.</p>
<h2>Plugins That Work With WordPress 2.7</h2>
<p>The following WordPress plugins appear to work fine with WordPress 2.7:</p>
<ul>
<li><a href="http://www.scratch99.com/wordpress-plugin-dualfeeds/">DualFeeds</a> </li>
<li><a href="http://www.scratch99.com/wordpress-plugin-feedentryheader/">FeedEntryHeader</a> </li>
<li><a href="http://www.jobsinchina.com/resources/wordpress-plugin-localcurrency/">LocalCurrency</a> </li>
<li><a href="http://www.scratch99.com/wordpress-plugin-keywordluv/">KeywordLuv</a> </li>
</ul>
<p>However, during testing I discovered a bug with <strong>LocalCurrency</strong>, which I&#8217;ll explain in more detail below. This bug is not specific to WordPress 2.7 and has always existed in the plugin. If you haven&#8217;t noticed it yet, you&#8217;re unlikely to.</p>
<h2>Plugin Which Has Problems With WordPress 2.7</h2>
<p>Unfortunately, the <a href="http://www.scratch99.com/wordpress-plugin-iframewidgets/">IFrameWidgets</a> plugin has a problem, which appears to be related to WordPress 2.7. In fact, I suspect that this problem has existed since WordPress 2.5, but only occurs on certain browsers. </p>
<p>The problem is that widgets running in the IFrame widget do not appear. This seems to be related to the JavaScript no longer being able to find the height of the IFrame (the plugin hides the IFrame until it&#8217;s fully loaded, then automatically resizes it based on it&#8217;s contents).</p>
<p>I&#8217;m not certain of all scenarios when it will occur, but I&#8217;ve managed to make it happen with the BlogCatalog widget using Firefox 2.0.0.20. For me, there&#8217;s no problem in Firefox 3, Google Chrome and IE6.</p>
<p>Kirk M from <a href="http://just-thinkin.net">Just Thinkin&#8217;</a>, who reported the problem, seems to be having a more serious problem with the Google Friend Connect Members widget: he gets the problem with Firefox 3.0.5, Shiretoko builds, Chrome and IE 7.0. </p>
<p>It may be that there are two problems: a general problem which only occurs with FireFox 2 and a more specific problem with the Google Friend Connect Members widget.</p>
<p>I suspect the general problem occurs because the way widgets work changed back in WordPress 2.5: IFrameWidgets uses the number of the widget in the plugin logic. Prior to WordPress 2.5, you were only allow a maximum of 9 widgets, so the plugin was using the numbers 1 to 9. In versions after 2.5, there is no maximum number of widgets and the plugin is using numbers such as 320138091. It may be that FireFox 2 can&#8217;t handle numbers this large?</p>
<p>I am continuing investigations and hope to identify a fix soon. You can follow this issue in the <a href="http://www.scratch99.com/wordpress-plugin-iframewidgets/#comment-4806" target="_blank">comments</a> on the IFrameWidgets page and I&#8217;ll announce the fix in a post &#8211; so <a href="http://www.scratch99.com/feed/">subscribe to my feed</a> if you want to know when it&#8217;s released.</p>
<h2>LocalCurrency Bug</h2>
<p>As mentioned above, <a href="http://www.jobsinchina.com/resources/wordpress-plugin-localcurrency/">LocalCurrency</a> has a bug which has always existed within the plugin. The plugin works fine within a single post or page, but doesn&#8217;t always work on pages with multiple posts (ie the home page or category pages). </p>
<p>The plugin has been designed to work on pages with multiple posts, but it doesn&#8217;t always load the JavaScript that allows it to make the call to Yahoo! Finance. To optimise performance, the JavaScript is only loaded when the plugin finds the &lt;&#8211;LCSTART&#8211;&gt; tag in the post. </p>
<p>This is fine for single posts / pages. It&#8217;s also fine for pages with multiple posts IF the tag is in the first post on the page. However, if the fist post doesn&#8217;t have any currency to be converted (ie no &lt;&#8211;LCSTART&#8211;&gt; tag), then the JavaScript isn&#8217;t loaded.</p>
<p>I&#8217;ll be fixing this problem sometime in the near future. I&#8217;ll probably add an option to allow the blog owner to decide whether they want to convert currency on multiple post pages. If chosen, the plugin will load the JavaScript without checking the posts for the tag, circumventing the problem.</p>
<h2>Final Thoughts</h2>
<p>Anytime there is a WordPress upgrade, there is a chance that one of my plugins will break. This means I have to do extensive testing with each WordPress release. This takes a lot of time, but fortunately, there are normally no problems to fix.</p>
<p>For the WordPress 2.7 release, I did find a couple of problems &#8211; but I&#8217;ll get them fixed as soon as I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Notice: WordPress Plugin Category Feeds To Be Removed</title>
		<link>http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/</link>
		<comments>http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 03:55:55 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[DualFeeds]]></category>
		<category><![CDATA[FeedEntryHeader]]></category>
		<category><![CDATA[IFrameWidgets]]></category>
		<category><![CDATA[KeywordLuv]]></category>
		<category><![CDATA[localcurrency]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/.It&#8217;s been a while since I last posted, because I&#8217;ve been tied up with some other projects. My focus is now returning to this blog, but before I get into anything of substance, there&#8217;s some housekeeping I need to take care of.
If you subscribe to [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/">http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/</a>.<br /><p>It&#8217;s been a while since I last posted, because I&#8217;ve been tied up with some other projects. My focus is now returning to this blog, but before I get into anything of substance, there&#8217;s some housekeeping I need to take care of.</p>
<p>If you subscribe to the feed of one of my WordPress plugin categories, please be warned that <strong>these feeds will be removed in 7 days time</strong>. The feeds in question are the following:</p>
<p><small></p>
<ul>
<li>http://www.scratch99.com/category/my-wordpress-plugins/dualfeeds/feed</li>
<li>http://www.scratch99.com/category/my-wordpress-plugins/iframewidgets/feed</li>
<li>http://www.scratch99.com/category/my-wordpress-plugins/feedentryheader/feed</li>
<li>http://www.jobsinchina.com/category/resourcesx/localcurrency/feed</li>
<li>http://www.scratch99.com/category/my-wordpress-plugins/keywordluv/feed</li>
</ul>
<p></small></p>
<p>If you want news about my <a href="http://www.scratch99.com/wordpress-plugins-by-stephen-cronin/">WordPress plugins</a>, <strong>please subscribe to the following feed</strong>:</p>
<p><a href="http://www.scratch99.com/category/my-wordpress-plugins/feed/">http://www.scratch99.com/category/my-wordpress-plugins/feed</a></p>
<p><strong>This feed will contain news and tips relating to ALL my WordPress plugins</strong>.</p>
<p>Alternatively, you can subscribe to the feed relating to the tag (rather than category) for each plugin. These will <strong>probably</strong> have all the news relating to each plugin, but may also contain other posts that mention the plugin in passing. These feeds are as follows:</p>
<ul>
<li><a href="http://www.scratch99.com/tag/dualfeeds/feed">DualFeeds Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/iframewidgets/feed">IFrameWidgets Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/feedentryheader/feed">FeedEntryHeader Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/localcurrency/feed">LocalCurrency Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/keywordluv/feed">KeywordLuv Tag Feed</a></li>
</ul>
<p>I&#8217;ve taken this move for two reasons:</p>
<ol>
<li>I&#8217;m consolidating my categories, because I have too many of them. This will merge 5 categories into one general category for my WordPress plugins.</li>
<li>I normally stick to one category per post, but I often have news relating to more than one plugin. This will allow such news to reach everyone who needs it.</li>
</ol>
<p>I regret any inconvenience this may cause, but hopefully it will result in a better site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>IFrameWidgets 1.01 Update &#8211; Fix For WordPress 2.5</title>
		<link>http://www.scratch99.com/2008/06/iframewidgets-101-update-fix-for-wordpress-25/</link>
		<comments>http://www.scratch99.com/2008/06/iframewidgets-101-update-fix-for-wordpress-25/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 13:07:46 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[IFrameWidgets]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/06/iframewidgets-101-update-fix-for-wordpress-25/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/06/iframewidgets-101-update-fix-for-wordpress-25/.I&#8217;m finally releasing version 1.01 of the IFrameWidgets WordPress plugin. The only change is that is has been re-written so that it will work with WordPress 2.5, which changed the way widgets worked.
If you are on WordPress 2.5 and above, use Version 1.01 of IFrameWidgets. [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/06/iframewidgets-101-update-fix-for-wordpress-25/">http://www.scratch99.com/2008/06/iframewidgets-101-update-fix-for-wordpress-25/</a>.<br /><p>I&#8217;m finally releasing version 1.01 of the <a title="The home page of the IFrameWidgets plugin which stops slow javascript widgets from breaking your page layout" href="http://www.scratch99.com/wordpress-plugin-iframewidgets/" target="_blank"><strong>IFrameWidgets WordPress plugin</strong></a>. The only change is that is has been re-written so that it will work with WordPress 2.5, which changed the way widgets worked.</p>
<p>If you are on WordPress 2.5 and above, use Version 1.01 of IFrameWidgets. If you are on an older version of WordPress, use version 1.0 of IFrameWidgets.</p>
<p>IFrameWidgets can <strong>stop slow loading JavaScript widgets from breaking your page</strong>. Widgets remain hidden until completely loaded, then appear in whole. If they don’t load, they won’t take up any space on your sidebar. If they load slowly, or hang, they won&#8217;t stop the rest of your page from loading.</p>
<h2>Thanks To EagleHawk</h2>
<p>A BIG Thanks to Eaglehawk from <a href="http://eaglehawkonline.com/blog/">Flight of The Eaglehawk</a> for alerting me to the problem and for beta testing the new version. </p>
<h2>Where Do I Get It?</h2>
<p><strong>IFrameWidgets v1.01</strong> can be downloaded from the <strong><a title="The home page of the IFrameWidgets plugin which stops slow javascript widgets from breaking your page layout" href="http://www.scratch99.com/wordpress-plugin-iframewidgets/" target="_blank">IFrameWidgets plugin home page</a></strong>. Further information about the plugin and it&#8217;s features, including installation / upgrade instructions, is also available on the plugin home page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/06/iframewidgets-101-update-fix-for-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin IFrameWidgets 1.0 Released</title>
		<link>http://www.scratch99.com/2008/01/wordpress-plugin-iframewidgets-v1-released/</link>
		<comments>http://www.scratch99.com/2008/01/wordpress-plugin-iframewidgets-v1-released/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 03:52:44 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[IFrameWidgets]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/01/wordpress-plugin-iframewidgets-v1-released/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/01/wordpress-plugin-iframewidgets-v1-released/.I&#8217;m pleased to release IFrameWidgets v1.0, a WordPress plugin that can stop slow loading JavaScript widgets from breaking your page.
Widgets remain hidden until completely loaded, then appear in whole. If they don’t load, they won’t take up any space on your sidebar. If they load [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/01/wordpress-plugin-iframewidgets-v1-released/">http://www.scratch99.com/2008/01/wordpress-plugin-iframewidgets-v1-released/</a>.<br /><p>I&#8217;m pleased to release <a title="The home page of the IFrameWidgets plugin which stops slow javascript widgets from breaking your page layout" href="http://www.scratch99.com/wordpress-plugin-iframewidgets/" target="_blank"><strong>IFrameWidgets v1.0</strong></a>, a WordPress plugin that can <strong>stop slow loading JavaScript widgets from breaking your page</strong><em>.</em></p>
<p>Widgets remain hidden until completely loaded, then appear in whole. If they don’t load, they won’t take up any space on your sidebar. If they load slowly, or hang, they won&#8217;t stop the rest of your page from loading.</p>
<h2>If You&#8217;re On A Beta Version</h2>
<p><strong>IFrameWidgets</strong> has been in beta for a long time. The last beta version (<strong>v0.14</strong>) version was released almost two months ago and no problems have been reported with it, so I have promoted it to <strong>v1.0 </strong>and I&#8217;m &#8216;releasing it&#8217;.</p>
<p>There are no changes from <strong>v0.14</strong>, apart from the version number and date. </p>
<h2>The Problem &#8211; Slow JavaScript Widgets</h2>
<p>We all love adding JavaScript widgets to our sidebars. Widgets for social networks, advertising, traffic exchange, weather conditions, etc&#8230;</p>
<p>The problem is sometimes these widgets can be very slow &#8211; or they may not load at all. When this happens, it can <strong>break your page</strong>. Items after the slow widget don&#8217;t load, they wait until the widget finally loads or gives up.</p>
<h2>How IFrameWidgets Helps</h2>
<p>The plugin creates <strong>WordPress sidebar widgets</strong> (not to be confused with the JavaScript widgets themselves) that run in an <a href="http://en.wikipedia.org/wiki/IFrame"><strong>IFrame</strong></a>. These are similar to the standard Text widgets, but with the output created in an IFrame.</p>
<p>IFrames load in parallel to the rest of the page. If <strong>slow loading JavaScript widgets</strong> are placed in an IFrame, they won&#8217;t stop the rest of the page loading if they <strong>load slowly</strong> or <strong>hang</strong>.</p>
<div class="csstextbox1">Note: although the rest of the page will load without waiting, your browser will not say the page is Done until the slow widgets have finished loading (or given up).</div>
<p><strong>IFrameWidgets</strong> also hides the widgets until they are completely loaded, then displays them. If they don’t load, they won’t take up any space.</p>
<h2>Requirements</h2>
<p>Should work on any WordPress version / theme with support for WordPress widgets. I am planning a non WordPress widget version in future.</p>
<h2>Where Do I Get It?</h2>
<p><strong>IFrameWidgets v1.0</strong> can be downloaded from the <strong><a title="The home page of the IFrameWidgets plugin which stops slow javascript widgets from breaking your page layout" href="http://www.scratch99.com/wordpress-plugin-iframewidgets/" target="_blank">IFrameWidgets plugin home page</a></strong>. Further information about the plugin and it&#8217;s features, including installation / upgrade instructions, is also available on the plugin home page.</p>
<script type="text/javascript">Nifty("div.csstextbox1","bgcolor-#FFFFFF");</script>]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/01/wordpress-plugin-iframewidgets-v1-released/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Roundup &#8211; Life, Ratings, Tags, Plugin News, Alexa Milestone</title>
		<link>http://www.scratch99.com/2007/12/roundup-071220-life-ratings-tags-plugins-alexa/</link>
		<comments>http://www.scratch99.com/2007/12/roundup-071220-life-ratings-tags-plugins-alexa/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 04:35:54 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[alexa]]></category>
		<category><![CDATA[DualFeeds]]></category>
		<category><![CDATA[IFrameWidgets]]></category>
		<category><![CDATA[site improvement]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2007/12/roundup-071220-life-ratings-tags-plugins-alexa/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2007/12/roundup-071220-life-ratings-tags-plugins-alexa/.It&#8217;s been almost two weeks since my last post. Here, I explain why and run through some of the other things that have been happening behind the scenes here at More Than Scratch The Surface.
Real Life
The last week and a half has been written off [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2007/12/roundup-071220-life-ratings-tags-plugins-alexa/">http://www.scratch99.com/2007/12/roundup-071220-life-ratings-tags-plugins-alexa/</a>.<br /><p>It&#8217;s been almost two weeks since my last post. Here, I explain why and run through some of the other things that have been happening behind the scenes here at <em>More Than Scratch The Surface</em>.</p>
<h2>Real Life</h2>
<p>The last week and a half has been written off by a virus affecting several family members. Ultimately, it wasn&#8217;t serious, but there were moments when it seemed it might be and we had the chance to experience the Chinese hospital system. The less said the better, but it wasn&#8217;t pleasant. Thankfully, things are slowly returning to normal now.</p>
<p>As much as I love blogging, there are times when you realise it&#8217;s not that important.</p>
<h2>Ratings Gone</h2>
<p>I&#8217;ve had the <a title="Post Ratings plugin for WordPress by Lester Chan" href="http://www.lesterchan.net/portfolio/programming.php" target="_blank"><strong>WP-PostRatings plugin</strong></a> installed from day one, but I uninstalled it recently. I really like the idea of it: If someone doesn&#8217;t have time to comment, then they can let me know what they think just by clicking on the appropriate star.</p>
<p>The problem is that very few people actually use it. On average, there were two ratings made for every three posts. Of the ratings made, more than 85% were 5 out of 5. That&#8217;s very nice, but ultimately it&#8217;s not providing any real value (beyond the pretty yellow stars!). So, it&#8217;s gone.</p>
<p>Thanks to Josh from the <a title="Making money through ethical marketing" href="http://ez-onlinemoney.com/blog/" target="_blank"><strong>Make Money Blog</strong></a>, RT from <a title="Blog Reviews, Promotion, Issues, Monetization and More" href="http://www.untwistedvortex.com/" target="_blank"><strong>Untwisted Vortex</strong></a> and K from <a title="Shankri-la, where technology meets daily life!" href="http://www.shankrila.com/" target="_blank"><strong>Shankri-la</strong></a> for leaving the majority of the ratings that were made.</p>
<h2>Tags Here</h2>
<p>I wasn&#8217;t using tags, but of course they are now part of the <strong>WordPress</strong> core (from 2.3 onwards). I&#8217;ve now gone back through all my old posts and added tags to them.</p>
<p>The built-in tag functionality is very basic, so most people end up using one or more plugins to supplement it. I looked at quite a few plugins and decided to use <a title="The home page of the Simple Tags plugin for WordPress" href="http://www.herewithme.fr/wordpress-plugins/simple-tags" target="_blank"><strong>Simple Tags</strong></a>, which is very popular and seems to include all the functionality you could possibly need.</p>
<p>I&#8217;ve added a tag cloud to the sidebar, but I&#8217;m not sure if it will stay. At the moment, the <a title="My wordpress plugins tag page" href="http://www.scratch99.com/tag/wordpress-plugins/" target="_blank"><strong>wordpress plugins</strong></a> tag is a lot larger than any of the other tags, which makes it look a little strange.</p>
<p>The main benefit of tags is that I now have a related posts feature. I know there are other ways of doing this, but it makes sense to do it via tags.</p>
<h2>Theme</h2>
<p>With the removal of the ratings and the addition of tags, I took the opportunity to tweak the theme a little. This shows mainly on the home page and can be seen underneath each entry (the area with Tags and Posted In).</p>
<h2>Plugin News</h2>
<p>I have been talking about &#8216;releasing&#8217; the <a title="The home page of the IFrameWidgets plugin which stops slow javascript widgets from breaking your page layout" href="http://www.scratch99.com/wordpress-plugin-iframewidgets/" target="_blank"><strong>IFrameWidgets plugin</strong></a> for a while now, but it keeps getting put off. By &#8216;release&#8217;, I mean promote the 0.14 beta release to version 1.0 and start promoting it on plugin lists etc. There will be no difference to 0.14. As Christmas is just about here, I may hold off until the new year (for maximum exposure).</p>
<p><strong>IFrameWidgets</strong> only works with widgetised themes. I am planning to add functionality allowing IFrames in other places, such as the post body and theme files (such a single.php or sidebar.php). I am not yet sure if this will be part of <strong>IFrameWidgets</strong> or a new plugin.</p>
<p>I will release a new version of the <a title="The home page of the DualFeeds plugin for WordPress which allows you to offer both a full text feed and a summary feed" href="http://www.scratch99.com/wordpress-plugin-dualfeeds/" target="_blank"><strong>DualFeeds plugin</strong></a> in the coming days. This will only have a very minor change: in the current version (1.1), the sidebar image and the RSS icons at the end of the post are missing the alt attribute, which breaks the validation of pages using these images.</p>
<h2>Alexa Milestone</h2>
<p><em>More Than Scratch The Surface</em> recently broke through the Alexa 100K mark. The site is only a little over 6 months old and I don&#8217;t post nearly enough, so it&#8217;s quite satisfying. Thanks to all those who&#8217;ve stumbled my posts!</p>
<h2>The Final Word</h2>
<p>There&#8217;s more going on, but the other things deserve a post on their own. Hopefully these will appear in the near future!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2007/12/roundup-071220-life-ratings-tags-plugins-alexa/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>More Than Scratch The Surface Receives Award</title>
		<link>http://www.scratch99.com/2007/10/more-than-scratch-the-surface-first-award/</link>
		<comments>http://www.scratch99.com/2007/10/more-than-scratch-the-surface-first-award/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 15:34:02 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[IFrameWidgets]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2007/10/more-than-scratch-the-surface-first-award/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2007/10/more-than-scratch-the-surface-first-award/.When I first started blogging, I wouldn&#8217;t have written a post about receiving an award from another blog. Back then, my plan was just to write original content. I saw memes, linkfests and awards as a distraction from that. 
I still am a little biased [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2007/10/more-than-scratch-the-surface-first-award/">http://www.scratch99.com/2007/10/more-than-scratch-the-surface-first-award/</a>.<br /><p>When I first started blogging, I wouldn&#8217;t have written a post about receiving an award from another blog. Back then, my plan was just to write <strong>original content</strong>. I saw memes, linkfests and awards as a distraction from that. </p>
<p>I still am a little biased against awards, but I&#8217;ve softened my stance now that I&#8217;ve won one! <img src='http://www.scratch99.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>I recently picked up the <a title="The awards page at eaglehawkonline.com" href="http://eaglehawkonline.com/blog/awards/" target="_blank"><strong>High Flying Eagle Award</strong></a> from <a title="Eaglehawk&#x27;s blog" href="http://eaglehawkonline.com/blog" target="_blank"><strong>Eaglehawk</strong></a> for the <strong>IFrameWidgets</strong> plugin helping <a title="Eaglehawk&#x27;s post on how the IFrameWidget&#x27;s plugin helped" href="http://eaglehawkonline.com/blog/2007/10/21/ive-fixed-some-issues/" target="_blank">improve the way his site loaded</a>. Thank you Eaglehawk!</p>
<div style="text-align:center"><img src='http://www.scratch99.com/wp-content/uploads/2007/10/highflyingeagle.jpg' alt='HighFlyingEagle.jpg' /></div>
<p>I probably won&#8217;t post awards in future, at least not in a separate post, but this one is a little special because it was given in appreciation for the <a title="The home page for the IFrameWidgets plugin for WordPress" href="http://www.scratch99.com/wordpress-plugin-iframewidgets/" target="_blank"><strong>IFrameWidgets plugin</strong></a>.</p>
<p>While I was writing this post, I realised that I was presented with another award a couple of months ago, by <a title="ShanKri-la, where technology meets daily life!" href="http://www.shankrila.com/" target="_blank"><strong>K-IntheHouse</strong></a>, but didn&#8217;t realise it at the time. Sorry K!! A belated thanks for the <a title="The I Love Your Blog Award from ShanKri-la" href="http://www.shankrila.com/good-reads/shankri-la-loves-your-blog/" target="_blank"><strong>I Love Your Blog Award</strong></a>. I love your blog too.</p>
<p>Now, I&#8217;m very conscious that my recent posts haven&#8217;t had much original content, but stick with me, I&#8217;ll be back on track soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2007/10/more-than-scratch-the-surface-first-award/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Roundup &#8211; Plugins, Milestones and Storms</title>
		<link>http://www.scratch99.com/2007/10/roundup-071025-plugins-milestones-storms/</link>
		<comments>http://www.scratch99.com/2007/10/roundup-071025-plugins-milestones-storms/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 03:28:54 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[alexa]]></category>
		<category><![CDATA[DualFeeds]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[IFrameWidgets]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2007/10/roundup-071025-plugins-milestones-storms/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2007/10/roundup-071025-plugins-milestones-storms/.This is the first update / roundup style post on More Than Scratch The Surface. I originally thought I&#8217;d stick to articles, but I can now see the need to write about things that aren&#8217;t worth a full post. Expect to see these occasionally.
Plugins
I spent [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2007/10/roundup-071025-plugins-milestones-storms/">http://www.scratch99.com/2007/10/roundup-071025-plugins-milestones-storms/</a>.<br /><p>This is the first update / roundup style post on <em>More Than Scratch The Surface</em>. I originally thought I&#8217;d stick to articles, but I can now see the need to write about things that aren&#8217;t worth a full post. Expect to see these occasionally.</p>
<h2>Plugins</h2>
<p>I spent most of last week on the <a title="The home page of the IFrameWidgets plugin for WordPress" href="http://www.scratch99.com/wordpress-plugin-iframewidgets/"><strong>IFrameWidgets plugin</strong></a><strong>.</strong> There were quite a few issues, but now there&#8217;s only one left: <em>the site who makes the widget won&#8217;t know which page the widget was called from</em>. This is fully explained on the plugin&#8217;s home page. I&#8217;m waiting a little while to see what the fallout of this is (if any) before I start to actively push it. I learnt a few HTML / Javascript tricks while sorting out the issues, so expect some posts on these soon.</p>
<p>The new version of the <a title="The home page of the DualFeeds plugin for WordPress" href="http://www.scratch99.com/wordpress-plugin-dualfeeds/"><strong>DualFeeds plugin</strong></a> should have been released six weeks ago, but I just haven&#8217;t gotten around to finishing the documentation yet. I&#8217;ve been busy, but that&#8217;s terrible! I did fix an obscure bug (only present when switching feeds and for some versions of php) over the weekend. Thanks to Dmitry from <a title="" href="http://www.sportreport.ru/">www.sportreport.ru</a> for helping me sort this out. Anyway, expect this to be released towards the end of next week.</p>
<h2>Alexa Milestone</h2>
<p>A couple of <strong>stumbles</strong> from <a title="K&#x27;s helpful technology site, ShanKri-la" href="http://www.shankrila.com/" target="_blank">K-IntheHouse</a> and <a title="Andy&#x27;s top notch niche marketing site" href="http://andybeard.eu/" target="_blank">Andy Beard</a> helped push this site through the 150K barrier at <strong>Alexa</strong> recently. I&#8217;ve been surprised how easily I&#8217;ve moved up the rankings, but I&#8217;m anticipating that it will be harder from now on, as I&#8217;m in the same area as a lot of other great blogs. </p>
<h2>Stormy Weather</h2>
<p><a title="Andy Beards take on the latest PageRank deductions" href="http://andybeard.eu/2007/10/pagerank-update.html">Google storms</a>, <strong></strong><a title="RT&#x27;s rundown on what people are saying about BlogRush" href="http://www.untwistedvortex.com/2007/10/24/link-frenzy-blogrush-related-articles/">Blogrush storms</a>. There&#8217;s a lot going on in the blogosphere. I&#8217;m an interested reader of it all, but there&#8217;s been no impact on me personally. </p>
<p>My blog is newish, so I don&#8217;t have any toolbar PR yet to lose. As Josh points out it seems that only <a title="Josh Spaulding&#x27;s take on the Google PR reductions" href="http://ez-onlinemoney.com/blog/technology/googles-up-to-it-again-more-toolbar-pr-reductions/" target="_blank"><strong>toolbar PR</strong> is affected, not the <strong>SERPs</strong></a>. Let hope that&#8217;s true. I suspect it&#8217;s all part of <strong>Google</strong>&#8217;s bigger plans for <strong>PR</strong>, whatever they are (and we&#8217;d all love to know). It would be good to see Google being more open about what&#8217;s going on, but I&#8217;m not holding my breath! </p>
<p>I haven&#8217;t signed up to <strong>Blogrush</strong> yet, so this is just based on what I&#8217;ve read. I will say in Blogrush&#8217;s defence that it is a public-beta, so people have to expect issues. However, it&#8217;s got to be said that the recent episode of making 10,000 blogs inactive has been handled <em>very</em> poorly. It would have been better to warn people that didn&#8217;t match the criteria and given them time to address it, rather than just pulling the plug on them. </p>
<p>I&#8217;ve worked in the software industry for 13 years and been responsible for releasing product and managing client communication. You can&#8217;t keep <em>everyone</em> happy, but right now Blogrush have way too many people unhappy with them. I think long-term they&#8217;ll probably sort out their issues, but they have alienated a lot of people which will make their job more difficult.</p>
<h2>Guest Post</h2>
<p>Something else I&#8217;ve been doing this week is writing a guest post for Snoskred&#8217;s <a href="http://www.snoskred.org/2007/09/niche-bloggers-invited-get-out-of-your.html" target="_blank">Get Out Of Your Niche</a> series. We&#8217;ll be moving back to Australia in six months, so I&#8217;ve written about what I&#8217;ll miss about China and what I&#8217;m looking forward to back in Australia. It should be appearing tomorrow on <a title="Snoskred&#x27;s Life In The Country" href="http://www.snoskred.org/" target="_blank">Snoskred&#8217;s site</a>, so check it out if you&#8217;re interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2007/10/roundup-071025-plugins-milestones-storms/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New WordPress Plugin To Help Slow Widgets &#8211; Maybe</title>
		<link>http://www.scratch99.com/2007/10/new-wordpress-plugin-to-help-slow-widgets-maybe/</link>
		<comments>http://www.scratch99.com/2007/10/new-wordpress-plugin-to-help-slow-widgets-maybe/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 15:54:31 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[IFrameWidgets]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2007/10/new-wordpress-plugin-to-help-slow-widgets-maybe/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2007/10/new-wordpress-plugin-to-help-slow-widgets-maybe/.Many people have been complaining about slow loading social widgets. You know the ones! I&#8217;ve written a WordPress plugin which may help, but there are some issues related to it and I&#8217;d like some advice. I have some specific people in mind, so I&#8217;ll ping [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2007/10/new-wordpress-plugin-to-help-slow-widgets-maybe/">http://www.scratch99.com/2007/10/new-wordpress-plugin-to-help-slow-widgets-maybe/</a>.<br /><p>Many people have been complaining about <strong>slow loading social widgets. </strong>You know the ones! I&#8217;ve written a <strong>WordPress plugin</strong> which may help, but there are some issues related to it and I&#8217;d like some advice. I have some specific people in mind, so I&#8217;ll ping them below.</p>
<p><strong>UP TO DATE INFORMATION ABOUT THE CURRENT STATUS OF THIS PLUGIN CAN BE FOUND AT THE <a href="http://www.scratch99.com/wordpress-plugin-iframewidgets/">IFRAMEWIDGETS PLUGIN HOME PAGE</a><br />
</strong></p>
<div class="csstextbox1">I&#8217;ll put in a disclaimer right now: I am not having a go at the slow widgets themselves. They are not slow all of the time or for everyone. I&#8217;d like them to be faster and I&#8217;m sure the social sites are doing what they can to improve performance. However, they are a&#xA0; problem for some people and I am looking for a workaround for these people.</div>
<h2>What Does The Plugin Do?</h2>
<p>The plugin creates <strong>IFrame widgets</strong> for WordPress. They are similar to Text Widgets, except output is created in an <a title="Wikipedia&#x27;s article on the IFrame" href="http://en.wikipedia.org/wiki/IFrame" target="_blank" rel="nofollow">IFrame</a> (in the sidebar). So, placing social widget code in an <strong>IFrame widget</strong> means it will appear in an IFrame.</p>
<p>The benefit of placing social widgets in an IFrame is that IFrames load in parallel to the rest of the page. If the social widget <strong>loads slowly</strong> or <strong>hangs</strong>, it won&#8217;t prevent the rest of the page from loading. </p>
<p>In addition to this, the plugin provides other features / benefits, including: </p>
<ul>
<li>Widgets remain hidden until they are completely loaded, then appear in whole. <em>If they don&#8217;t load, they won&#8217;t take up any space on your sidebar.</em> </li>
<li>Up to 9 IFrame widgets can be enabled, but you don&#8217;t have to use them for all your social widgets, just the ones you are having issues with. </li>
<li>Should work for any external widget, not just social widgets. </li>
<li>Caters for the BUMPzee widget php code (other php code won&#8217;t work). </li>
</ul>
<p><strong>Want to see it in action?</strong> You can, right here on my site. The BUMPzee, MyBlogLog and BlogCatalog widgets are all running in IFrame Widgets. Sounds great right? <em>But there are some problems / issues.</em></p>
<h2>Issues With Social Widgets In An IFrame</h2>
<p>The following are some problems / issues with this approach:</p>
<ol>
<li>The main problem is that links in the IFrame <em>open in the IFrame</em>. I&#8217;ve added target=&quot;_blank&quot; to the IFrames which seems to fix the problem for the MyBlogLog widget but not the BUMPzee and BlogCatalog ones. Something in their widgets is overriding the IFrame. I&#8217;m looking into whether I can do something via javascript&#8217;s onClick event handler. This is a deal breaker for the BUMPzee and BlogCatalog widgets. </li>
<li>Social widgets need to tell their website who has been to your site. If they do this through cookies, there should be no problem. <em>I can now confirm that BUMPzee, MyBlogLog &amp; BlogCatalog widgets all work fine.</em> </li>
<li>The social sites may not like people running the widgets in IFrames. I hadn&#8217;t considered this until I read Lucia&#8217;s post about <a title="Where Should the Blogrush Widget Go?" href="http://money.bigbucksblogger.com/where-should-the-blogrush-widget-go-what-john-reese-could-do-to-help-us/">Blogrush being unhappy with their widget being placed in the footer</a>. </li>
<li>IFrames are not great for either SEO or accessibility. This should not be an issue, as we are dealing with external widgets rather than content. It may even help preserve PageRank as the search bots may not follow the links. Can any experts out there confirm this? And how will this impact on point 3 above? </li>
</ol>
<div class="csstextbox1"><strong>Don&#8217;t tell me IFrames suck!</strong> I don&#8217;t like them either. They were the last resort after it proved impossible to call the social widget code after the page has loaded (either by making an AJAX call or by creating the javascript in the DOM). This won&#8217;t work, as most social widgets use document.write, meaning they must run when the page is loading. Caching them on the server won&#8217;t work as the widgets won&#8217;t detect your visitors.</div>
<h2>Feedback Please!</h2>
<p>I&#8217;d like some feedback on the above issues from anyone willing to leave a comment. In particular, there are some <strong>experts</strong> I&#8217;d like to hear from. I&#8217;m shooting pretty high, but I&#8217;ll ping them and see if they respond:</p>
<p>First up is <a href="http://www.jangro.com/a/2007/02/02/widgets-galore/" target="_blank">Scott Jangro</a>, BUMPzee creator. Scott, if you read this I&#8217;d love some feedback from the BUMPzee&#8217;s perspective, especially on points 1 and 3.</p>
<p>Next is <a href="http://andybeard.eu/2007/09/topical-community-building.html">Andy Beard</a>, who is an expert in&#8230; well pretty much all of this. Andy, I know you&#8217;ll probably say that themes need to be designed correctly (ie sidebars before content), but I&#8217;m very interested in your views.</p>
<p>Third is <a href="http://www.income.com/blog/2007/10/08/blogrush-phase-2/">John Reese</a>. John, I&#8217;d be grateful for your thoughts on point 3. Would you be concerned by the Blogrush widget being in an IFrame (if it was placed higher on the page, which is your main concern about it being in the footer)?</p>
<div class="csstextbox1">A special acknowledgement needs to be given to Earl Moore at <a href="http://meanderingpassage.com/">Meandering Passage</a>. When I turned to IFrames, I came across Earl&#8217;s <a title="Earl Moore&#x27;s article on placing widgets into IFrames" href="http://meanderingpassage.com/2007/08/15/keeping-javascript-widgets-from-controlling-your-blog/">Keeping javascript widgets from controlling your blog</a> post. Earl, I&#8217;d love to know what you think.</div>
<p>I&#8217;d also like to hear from the following people who have had widget issues: </p>
<ul>
<li>Lucia at <a href="http://money.bigbucksblogger.com/">Big Bucks Blogger</a> </li>
<li>RT at <a href="http://www.untwistedvortex.com/2007/08/12/i-feel-the-need-for-speed-take-two/">Untwisted Vortex</a> </li>
<li>Chris at <a href="http://blog-op.com/blog-improvement/">Blog Op</a> </li>
</ul>
<p>and anyone else with an opinion on this! </p>
<h2>The Final Word</h2>
<p>I&#8217;d really like feedback on this. I&#8217;ll probably release the plugin regardless, as it&#8217;s already written and I think it will have some use. However whether I push the social widget angle depends on your feedback (and whether I can solve the links opening in the IFrame issue).</p>
<script type="text/javascript">Nifty("div.csstextbox1","bgcolor-#FFFFFF");</script>]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2007/10/new-wordpress-plugin-to-help-slow-widgets-maybe/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
	</channel>
</rss>
