<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Shout &#8211; First TiddlyWiki Plugin</title>
	<atom:link href="http://softwareas.com/shout-first-tiddlywiki-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://softwareas.com/shout-first-tiddlywiki-plugin</link>
	<description>Mahemoff's Podcast/Blog - Web, Programming, Usability from the Author of 'Ajax Design Patterns' (AjaxPatterns.org)</description>
	<lastBuildDate>Sat, 24 Jul 2010 21:06:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Reflections from a TiddlyWiki Tiddler and Thoughts on a Guide for Web App Development with TiddlyWiki</title>
		<link>http://softwareas.com/shout-first-tiddlywiki-plugin/comment-page-1#comment-336769</link>
		<dc:creator>Reflections from a TiddlyWiki Tiddler and Thoughts on a Guide for Web App Development with TiddlyWiki</dc:creator>
		<pubDate>Sun, 21 Sep 2008 23:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://softwareas.com/?p=467#comment-336769</guid>
		<description>&lt;p&gt;[...] - Your plugin defines a macro. Users include the macro as &lt;&lt;macroname&gt;&gt; inside a tiddler, and your macro is invoked, [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Your plugin defines a macro. Users include the macro as &lt;&lt;macroname&gt;&gt; inside a tiddler, and your macro is invoked, [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tiddlywiki Plugin Authoring: Detecting onload</title>
		<link>http://softwareas.com/shout-first-tiddlywiki-plugin/comment-page-1#comment-333749</link>
		<dc:creator>Tiddlywiki Plugin Authoring: Detecting onload</dc:creator>
		<pubDate>Wed, 17 Sep 2008 14:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://softwareas.com/?p=467#comment-333749</guid>
		<description>&lt;p&gt;[...] Tiddlywiki plugins load on startup, early on in the whole boot sequence. I was wondering how to detect when elements are on the page and got some good advice in #tiddlywiki. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Tiddlywiki plugins load on startup, early on in the whole boot sequence. I was wondering how to detect when elements are on the page and got some good advice in #tiddlywiki. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: OpenSocial-Tiddlywiki Integration</title>
		<link>http://softwareas.com/shout-first-tiddlywiki-plugin/comment-page-1#comment-324997</link>
		<dc:creator>OpenSocial-Tiddlywiki Integration</dc:creator>
		<pubDate>Wed, 03 Sep 2008 11:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://softwareas.com/?p=467#comment-324997</guid>
		<description>&lt;p&gt;[...] began with the Shout plugin whose code I&#039;ve already documented. It was only a matter of creating an iframe and pointing it - by setting its src property - to [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] began with the Shout plugin whose code I&#8217;ve already documented. It was only a matter of creating an iframe and pointing it &#8211; by setting its src property &#8211; to [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: FND</title>
		<link>http://softwareas.com/shout-first-tiddlywiki-plugin/comment-page-1#comment-307381</link>
		<dc:creator>FND</dc:creator>
		<pubDate>Fri, 08 Aug 2008 13:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://softwareas.com/?p=467#comment-307381</guid>
		<description>&lt;p&gt;Nice!&lt;/p&gt;

&lt;p&gt;Just one suggestion: Instead of manually creating an element, you could use &lt;code&gt;wikify()&lt;/code&gt;:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
wikify(params.join(&quot; &quot;).toUpperCase(), place);
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Also, while joining the &lt;code&gt;params&lt;/code&gt; to form a single string is not unclever, I wonder whether it wouldn&#039;t be better to only use &lt;code&gt;params[0]&lt;/code&gt; (thus requiring the user to enclose the text in either quotes or double brackets).&lt;/p&gt;

&lt;p&gt;FWIW, there&#039;s a slightly updated plugin template available &lt;a href=&quot;http://www.tiddlywiki.org/wiki/Plugin_specs#Template&quot; rel=&quot;nofollow&quot;&gt;on the community wiki&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice!</p>

<p>Just one suggestion: Instead of manually creating an element, you could use <code>wikify()</code>:</p>

<p><pre>
wikify(params.join(" ").toUpperCase(), place);
</pre></p>

<p>Also, while joining the <code>params</code> to form a single string is not unclever, I wonder whether it wouldn&#8217;t be better to only use <code>params[0]</code> (thus requiring the user to enclose the text in either quotes or double brackets).</p>

<p>FWIW, there&#8217;s a slightly updated plugin template available <a href="http://www.tiddlywiki.org/wiki/Plugin_specs#Template" rel="nofollow">on the community wiki</a>.</p>]]></content:encoded>
	</item>
</channel>
</rss>
