<?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>CleverClogs &#187; Art of Blogging</title>
	<atom:link href="http://cleverclogs.org/category/art-of-blogging/feed" rel="self" type="application/rss+xml" />
	<link>http://cleverclogs.org</link>
	<description>Animal with me while I get to know this bear</description>
	<lastBuildDate>Tue, 25 Aug 2009 05:07:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Displaying Live-Updated Digg Buttons</title>
		<link>http://cleverclogs.org/2007/02/displaying-live-updated-digg-buttons.html</link>
		<comments>http://cleverclogs.org/2007/02/displaying-live-updated-digg-buttons.html#comments</comments>
		<pubDate>Wed, 21 Feb 2007 16:00:27 +0000</pubDate>
		<dc:creator>CleverClogs</dc:creator>
				<category><![CDATA[Art of Blogging]]></category>
		<category><![CDATA[Blog Marketing]]></category>
		<category><![CDATA[Bookmarking]]></category>
		<category><![CDATA[Browser Technology]]></category>

		<guid isPermaLink="false">http://cleverclogs.org/2007/02/displaying-live-updated-digg-buttons.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<div align="center"><script type="text/javascript">
digg_url = 'http://www.cleverclogs.org/2007/02/displaying_live.html';
</script><script type="text/javascript" src="http://digg.com/tools/diggthis.js"></script></div>
<p>Much to my surprise, it turns out that by embedding a single piece of Javascript code anyone can now include a live-updated Digg button on their blog or website. This is all the code you need: </p>
<pre>&lt;script src=&quot;<a set="yes" href="http://digg.com/tools/diggthis.js">http://digg.com/tools/diggthis.js</a>&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre>
<p>Include the code snippet into your blog and you&#8217;ll see the familiar Digg icon, including the number of current Diggs, right next to the content on your page. Full customization details are available on the <a href="http://www.digg.com/tools">Digg Tools</a> page. Before I found out about this Digg tool, I used Bitty browser to achieve almost the same result. Read on to learn how useful <a href="http://www.bitty.com">Bitty</a> is when combined with anchored urls.</p>
<p></p>
<p><a href="http://digg.com/tech_news/The_CNET_News_com_Ultimate_RSS_Make_Over"><img border="0" src="http://dutchisms.typepad.com/photos/uncategorized/digg_fame_for_cleverclogs_1.png" title="Digg_fame_for_cleverclogs_1" alt="Digg_fame_for_cleverclogs_1" /></a></p>
<p>
<p>A couple of weeks ago my <a href="http://www.cleverclogs.org/2007/02/the_cnet_newsco.html">CNET rant</a> was <a href="http://digg.com/tech_news/The_CNET_News_com_Ultimate_RSS_Make_Over">promoted on Digg</a> for a couple of hours, mostly thanks to the impression I seem to have made on one particular digger named <a href="http://digg.com/users/chrisek">chrisek</a> (have I thanked you enough?) It was really fun to see the counter go up each time I refreshed the page. One particular extension for Firefox by Jaap Haitsma, called <a href="https://addons.mozilla.org/firefox/115/">Reload Every</a>, which lets you set a refresh frequency for Firefox tabs, came in very handy in this situation. Still, keeping the news to myself didn&#8217;t seem the right thing to do, so I did some quick thinking.</p>
<p>It made sense to me to update my blog post and see if I could boost its popularity on Digg even more. I couldn&#8217;t find a suitable solution on the steadily growing <a href="http://www.sixapart.com/typepad/widgets/">TypePad Widget Gallery</a> and I had explored the <a href="http://www.digg.com/tools">Digg Tools</a> page for clues months ago already without much success, so I figured there was no way I could show the live Digg button unless I&#8217;d be prepared to migrate my entire blog just to be able to use the <a href="http://www.aviransplace.com/index.php/digg-this-wordpress-plugin/">Digg plugin for WordPress</a>. </p>
<p>I did some quick thinking and found a pretty acceptable solution by using &quot;the browser in a browser&quot; <a href="http://www.bitty.com">Bitty</a>, displaying just the top-left part of the page: </p>
<p><script type="text/javascript">
<!--</p>
<p>/* Bitty Browser tips &#038; tricks: */
/* http://www.bitty.com/manual/ */</p>
<p>bitty = {contents: [{
service: "bitty:browser",
title: "Bitty Browser",
width: "120",
height: "260",
titlebar: {display: "off"},
buttonbar: {textlabels: "off"},
searchbar: {display: "off"},
homepage: {contents: [{website: "http://digg.com/tech_news/The_CNET_News_com_Ultimate_RSS_Make_Over"}]}
}]};</p>
<p>// -->
</script><script src="http://b1.bitty.com/b2script/" type="text/javascript"></script><noscript>&amp;lt;a href=&amp;quot;http://www.bitty.com/&amp;quot;&amp;gt;Bitty Browser&amp;lt;/a&amp;gt; (JavaScript required)</noscript></p>
<p>I was reasonably satisfied with this outcome, but still wanted the image to be cleaner, smaller. Then I wrote to <a href="http://www.turnstyle.com/bio.asp">Scott Matthews</a>, the Bitty developer, and asked if he could think of some way to have the Bitty scroll down the page, so that just only the Digg button would be visible inside the Bitty view port. Scott replied almost instantly: &quot;Have you considered using one of the # anchor tags?&quot;</p>
<p>I looked at the source of the Digg page for my blog post, discovered that there was an anchor id named &quot;header-secondary&quot;, and added the id as an #anchor to the url used in the Bitty code. This was the result:</p>
<p><script type="text/javascript">
<!--</p>
<p>/* Bitty Browser tips &#038; tricks: */
/* http://www.bitty.com/manual/ */</p>
<p>bitty = {contents: [{
service: "bitty:browser",
title: "Bitty Browser",
width: "120",
height: "260",
titlebar: {display: "off"},
buttonbar: {textlabels: "off"},
searchbar: {display: "off"},
homepage: {contents: [{website: "http://digg.com/tech_news/The_CNET_News_com_Ultimate_RSS_Make_Over#header-secondary"}]}
}]};</p>
<p>// -->
</script><script src="http://b1.bitty.com/b2script/" type="text/javascript"></script><noscript>&amp;lt;a href=&amp;quot;http://www.bitty.com/&amp;quot;&amp;gt;Bitty Browser&amp;lt;/a&amp;gt; (JavaScript required)</noscript></p>
<p>
<p>I promise I won&#8217;t overdo it with these Digg buttons. I&#8217;ll only display one if someone else diggs any of my posts.<br />
The discovery about Bitty is quite cool I think, especially when you have control over the HTML source of the page that you are displaying, or when there are useful anchors available already.</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/cleverclogs.org/2007/02/displaying</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Answers.com Opens AnswerTips for All Web Publishers</title>
		<link>http://cleverclogs.org/2007/02/answerscom-opens-answertips-for-all-web-publishers.html</link>
		<comments>http://cleverclogs.org/2007/02/answerscom-opens-answertips-for-all-web-publishers.html#comments</comments>
		<pubDate>Tue, 20 Feb 2007 16:46:43 +0000</pubDate>
		<dc:creator>CleverClogs</dc:creator>
				<category><![CDATA[Art of Blogging]]></category>
		<category><![CDATA[Blog Marketing]]></category>
		<category><![CDATA[Search Engine News]]></category>

		<guid isPermaLink="false">http://cleverclogs.org/2007/02/answerscom-opens-answertips-for-all-web-publishers.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>As of today Answers.com made their <a href="http://www.answers.com/main/answertip_landing.jsp?lid=AnswerTip_enable&amp;lpos=ATip_bottom">AnswerTips</a> service available to anyone with a blog or website. Just follow the simple steps lined out on the <a href="http://www.answers.com/main/answertip_landing.jsp?lid=AnswerTip_enable&amp;lpos=ATip_bottom">AnswerTips configuration page</a>, insert the code into your site and you&#8217;re good to go. There are several icons available: smaller ones, larger ones, animated and non-animated.</p>
<p></p>
<p><a href="http://www.answers.com/main/answertip_landing.jsp?lid=AnswerTip_enable&amp;lpos=ATip_bottom"><img border="0" src="http://dutchisms.typepad.com/photos/uncategorized/answertips_for_all.png" title="Answertips_for_all" alt="Answertips_for_all" /></a></p>
<p>
<p>These are the icons you can choose from:</p>
<p>
<p><img border="0" src="http://dutchisms.typepad.com/photos/uncategorized/answertips_icons.png" title="Answertips_icons" alt="Answertips_icons" /></p>
<p>
<p>In anticipation of the official press release that came out today, I had another go at AnswerTips myself to make sure the service was still working as expected, and then realized that any double-click inside an AnswerTip itself <strong>in turn</strong> spawns an AnswerTip to be opened in the same space. Now this is really useful because you can now stay on the original page and perform a gradually more precise contextual search<strong> narrowed-down through the topic that you&#8217;re interested in</strong>. </p>
<p>In an email exchange I asked Liz Cohen of Answers.com if web users who happen to dislike AnswerTips could disable it altogether, and it turns out they can, by checking off the AnswerTips section on the <a href="http://www.answers.com/main/transoptform?gwp=8#ate">Answers.com Preferences</a> page:</p>
<p></p>
<p><img border="0" src="http://dutchisms.typepad.com/photos/uncategorized/answertips_disable.png" title="Answertips_disable" alt="Answertips_disable" /></p>
<p>
<p><a href="http://avc.blogs.com/about.html">Fred Wilson</a>, whose investment company Flatiron Partners used to have Answers.com in their portfolio, turned AnswerTips on today as well on his blog A VC. For more details visit his blog post <a href="http://avc.blogs.com/a_vc/2007/02/this_blog_is_an.html">This Blog Is AnswerTips Enabled</a>.<br />
If you&#8217;re especially interested in how Answers.com performs on the stock market now that this wonderful news was brought out, you may want to follow the developments on the <a href="http://search.messages.yahoo.com/search?.mbintl=finance&amp;q=&amp;type=0x20yALVWscwNiz2mmPxWWE9S8OzHzELXkR7jFEdugX5r2QSn9r9LXk0YffAeiKpB8J33g--&amp;action=Search&amp;srch=1&amp;v=o.KV5hrVWscaxPdvLPtl8zS.AAPwOU1fUL07aWSePbVdFUVVM8ZvTmY0fLT_.A--&amp;b=1&amp;within=subject&amp;within=msgtext&amp;showthread=tm&amp;sentiment=0&amp;authoredby=aa&amp;user_profiles=chopianissima&amp;thisuser=&amp;postedon=pd&amp;sMonth=2&amp;sDay=20&amp;sYear=2007&amp;eMonth=2&amp;eDay=20&amp;eYear=2007">Yahoo! Finances Message Board for Answers.com</a> (sorry, no feed).</p>
<p>Then some links for those who have missed my earlier posts containing more historical background and ideas:</p>
<ul>
<li>
<p><a href="http://www.cleverclogs.org/2006/12/instant_onsite_.html">Instant On-site Facts: AnswerTips Enabled on CleverClogs</a> (2006-12-22)</li>
<li><a href="http://www.cleverclogs.org/2007/02/answertips_avai.html">AnswerTips Available as TypePad Widget</a> (2007-02-01)</li>
</ul>
<p></p>
<p>And as usual a topic news radar based on Google Blog Search if you want to keep track of the blog posts about AnswerTips, presented using Grazr:</p>
<div style="height: 600px; width: 450px;"><a target="gz" href="http://grazr.com/gzpanel.html?view=3p&amp;file=http://blogsearch.google.com/blogsearch_feeds?hl=en&amp;q=AnswerTips&amp;ie=utf-8&amp;num=100&amp;output=rss"><img border="0" src="http://grazr.com/images/grazrbadge.png" /></a><script src="http://grazr.com/gzloader.js?view=3p&amp;file=http://blogsearch.google.com/blogsearch_feeds?hl=en&amp;q=answertips&amp;ie=utf-8&amp;num=100&amp;output=rss" type="text/javascript" defer="true"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/cleverclogs.org/2007/02/answerscom</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RSS-Enabled Marketing Search Engine : The Power 150</title>
		<link>http://cleverclogs.org/2007/02/rss-enabled-marketing-search-engine-the-power-150.html</link>
		<comments>http://cleverclogs.org/2007/02/rss-enabled-marketing-search-engine-the-power-150.html#comments</comments>
		<pubDate>Mon, 05 Feb 2007 23:26:14 +0000</pubDate>
		<dc:creator>CleverClogs</dc:creator>
				<category><![CDATA[Art of Blogging]]></category>
		<category><![CDATA[Blog Marketing]]></category>
		<category><![CDATA[Blog Search Engines]]></category>
		<category><![CDATA[Browser Technology]]></category>
		<category><![CDATA[OPML]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[RSS Aggregators]]></category>
		<category><![CDATA[RSS Tools]]></category>

		<guid isPermaLink="false">http://cleverclogs.org/2007/02/rss-enabled-marketing-search-engine-the-power-150.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<blockquote><blockquote>
<p><em>&quot;Keep reading, or if you can&#8217;t hold your horses, head straight for the meat of my latest achievement: an <a href="http://www.toddand.com/power150/kitchensink">RSS-enabled Marketing Search Engine</a> created using GrazrScript, a relatively new language to create web-based RSS applications &#8230;&quot;</em></p>
</blockquote>
</blockquote>
<p>
<p>Next time I meet someone new on the web I should write down the whence, the where, the why and the how of the connection taking place. I do recall clearly that I took the initiative to connect to marketing and PR specialist <a href="http://www.toddand.com">Todd And</a> about a week ago, but I&#8217;ve completely forgotten <em>how</em> I found out about his website in the first place. His attractive banner logo definitely must have prolonged my attention span:</p>
<p></p>
<p><img border="0" src="http://dutchisms.typepad.com/photos/uncategorized/toddand_blogbanner.png" title="Toddand_blogbanner" alt="Toddand_blogbanner" /></p>
<p>
<p>Let&#8217;s forget (!) about my deteriorating memory, because what&#8217;s about to follow will hopefully blow your socks off. </p>
<p>Keep reading, or if you can&#8217;t hold your horses, head straight for the meat of my latest achievement: an <a href="http://www.toddand.com/power150/kitchensink">RSS-enabled Marketing Search Engine</a> created using <a href="http://feedonomics.grazr.com/index.php/archives/66">GrazrScript</a>, a language to create web-based RSS applications that was launched a few months ago by the <a href="http://www.grazr.com">Grazr</a> development team. If you want to explore it yourself, I suggest you start with the <a href="http://docs.grazr.com/script/tutorial/">GrazrScript Tutorial</a>. </p>
<p></p>
<p><strong>Background Story</strong></p>
<p>I immediately noticed Todd has a rather remarkable and attractive blog layout that he self-hosts using WordPress: two sidebars on the left-hand side, the left-most one containing an intriguing link to what turns out to be an impressive, <em>ranked</em> list of 150+ US marketing blogs. Here&#8217;s a quick live peek of Todd&#8217;s <a href="http://www.toddand.com/power150">Power 150 &#8211; Top Marketing Blogs</a> page using <a href="http://www.bitty.com">Bitty Browser</a>. You&#8217;ll immediately understand why it caught my eye: it has RSS written all over it.</p>
<p></p>
<p><!-- BITTY BROWSER : WWW.BITTY.COM : {BEGIN} --><br />
<script type="text/javascript">
<!--</p>
<p>/* Bitty Browser tips &#038; tricks: */
/* http://www.bitty.com/manual/ */</p>
<p>bitty = {contents: [{
service: "bitty:browser",
title: "Bitty Browser",
width: "100%",
height: "425",
titlebar: {display: "on"},
buttonbar: {textlabels: "on"},
searchbar: {display: "on"},
homepage: {contents: [{website: "http://www.toddand.com/power150"}]}
}]};</p>
<p>// -->
</script><script src="http://b1.bitty.com/b2script/" type="text/javascript"></script><noscript><a href="http://www.bitty.com/">Bitty Browser</a> (JavaScript required)</noscript><br />
<!-- BITTY BROWSER : WWW.BITTY.COM : {END} --></p>
<p>
<p>There was just one thing blatantly missing from Todd&#8217;s Power 150 page: OPML awareness. &quot;Wouldn&#8217;t it be cool if your list were browsable, discoverable and even &#8230; searchable?&quot;, I asked him on Skype. Todd quickly understood where I was heading. Our ideas matched perfectly and over the course of less than a week, with our time zones not exactly catalyzing effective communication, I helped Todd to display an advanced Grazr widget on a page we now nickname as the &quot;<a href="http://www.toddand.com/power150/kitchensink">Kitchen Sink</a>&quot;. The sections in the remainder of my blog post discuss the functionality of this RSS application and some details on how we built it.</p>
<p><img border="0" alt="Power150_interface" title="Power150_interface" src="http://dutchisms.typepad.com/photos/uncategorized/power150_interface.png" /></p>
<p><strong>Search Engine Functionality</strong></p>
<p>Todd&#8217;s Power 150 RSS-enabled marketing search engine lets you do the following: </p>
<ul>
<li><strong>Search</strong> all listed marketing blogs <strong>by keyword</strong> </li>
<li>Generate a <strong>custom keyword-feed from your search</strong> that you can add to your own RSS aggregator </li>
<li><strong>Browse</strong> all marketing blogs as a combined, <strong>River of News feed</strong> </li>
<li><strong>Browse</strong> all marketing blogs from <strong>an alphabetically ordered list</strong> </li>
<li><strong>Grab the URLs to the feeds and OPML files </strong>offered in the widget to <strong>import or subscribe to in your own feed reader</strong></li>
<li><strong>Send feedback</strong> by e-mail</li>
</ul>
<p>
<p><span style="font-size: 1.2em;"><strong>Details about the RSS Tools Used</strong></span></p>
<p><strong>Dynamic OPML file</strong></p>
<p>I started out with the OPML file from the feed list that Todd maintains on web-based feed reader <a href="http://www.newsgator.com">NewsGator Online</a>. This OPML file is web-based, public and dynamic, meaning that when Todd adds, changes or removes a feed in NewsGator Online, his OPML file will reflect this update immediately. RSS specialists refer to such an OPML file as a &quot;Reading List&quot;. The other components in the Power 150 search engine fully rely on the availability of this OPML. You can browse Todd&#8217;s OPML by clicking on &quot;Full List of Marketing Blogs&quot; in the Power 150 Grazr panel.</p>
<p><strong>Combining into a &#8216;River of News&#8217; feed</strong></p>
<p>The next step was to create a River of News feed from this OPML file using a feed digesting service. I prefer <a href="http://www.mysyndicaat.com">mySyndicaat</a>, an advanced newsmastering tool that I&#8217;ve found indispensable in multi-tier projects involving the merging of RSS feeds, OPML files and Reading Lists. </p>
<p><strong>FeedBurner for Cleanliness and Transparancy</strong></p>
<p>On my cue Todd created a FeedBurner version of the mySyndicaat output feed. This is the feed that we used for &quot;The Power 150 &#8211; River of News&quot; feed link in the Power 150 Grazr panel. Most of my RSS applications involve the use of FeedBurner: most people know it creates clean URLs that are easy to remember, that it renders a browser-friendly page when displayed as HTML and that it offers pretty neat feed analytics features. <strong>There&#8217;s another less talked about reason</strong> why I personally use FeedBurner a lot: if for some reason any RSS tool used in the previous steps of a project like this is no longer available, all I have to do is adjust the source feed of the FeedBurner feed and my application runs fine again. </p>
<p><strong>ReFilter Feed Filtering through Parameterized URLs</strong></p>
<p><a href="http://re.rephrase.net/filter">ReFilter</a> is not such a widely known RSS service. In this case I use it because it lets you filter feeds by providing keywords within the parameters of the original feed URL. Such URL parameterization is essential for vertical search engines like this marketing search engine, because we wanted to offer Todd&#8217;s readers the option to <strong>subscribe to a custom-keyword RSS feed using their own RSS aggregator</strong>. I only used a portion of ReFilter&#8217;s functionality: <a href="http://re.rephrase.net/filter/?p=filters">ReFilter&#8217;s also offers an advanced syntax</a> for sophisticated feed filtering: you can filter by field, use boolean commands and combine several searches into one URL. ReFilter is open-source, is based on the MagPie RSS parser for PHP and was developed by <a href="http://rephrase.net/">Sam Deelie</a>.</p>
<p></p>
<p><img border="0" alt="Refilter_interface" title="Refilter_interface" src="http://dutchisms.typepad.com/photos/uncategorized/refilter_interface.png" /></p>
<p>
<p><strong>GrazrScript, Creating RSS Applications</strong></p>
<p>I had played with <a href="http://www.grazr.com">Grazr</a> widgets plentiful in the past, but never taken the plunge to fully explore its scripting language until this week. <a href="http://docs.grazr.com/script/tutorial/index.html">GrazrScript</a> is a language that is still fully in development and I very much appreciate where the Grazr people are heading with this. As I wrote earlier, the best way to get started with this is how I did it too:</p>
<ol>
<li>download the <a href="http://docs.grazr.com/script/tutorial/examples.zip">GrazrScript examples</a></li>
<li>study the <a href="http://docs.grazr.com/script/tutorial/index.html">GrazrScript tutorial</a></li>
<li>modify the sample applications using a text editor</li>
<li>upload one of these applications back to your own server (!) </li>
<li>try it out by entering the URL of your Grazr application on the <a href="http://grazr.com/config.html?file=http://grazr.com/index.xml">Grazr.com configuration page</a></li>
</ol>
<p>
<p><strong>Credits</strong></p>
<p>I&#8217;d like to point out—magna cum gratia—that head developer Mike Kowalchik from <a href="http://www.grazr.com">Grazr</a> was of enormous help to get this project off the ground in such a short amount of time. No matter how we moved our goal posts, Mike offered great input. Mike created a branded Power 150 theme with a status bar logo and custom hyperlink icons that perfectly match Todd&#8217;s strong brand.</p>
<p>I&#8217;ve also had quite a few fruitful chat sessions this week with Giovanni Guardalben CEO of <a href="http://www.mysyndicaat.com">mySyndicaat</a>, my preferred feed digesting service. Gianni was kind enough to tweak his servers so that I could configure the combined feed with all the bells and whistles we required for this project.</p>
<p></p>
<p><img border="0" title="Todd And designed this new logo for CleverClogs" alt="new CleverClogs logo" src="http://dutchisms.typepad.com/cleverclogs/cclogob200w.jpg" /></p>
<p>
<p>Lastly I&#8217;d like to mention how rewarding the collaboration on this project was with Todd. I look forward to working with him more and extending our friendship. And, Todd&#8230;: thank you so much for the wonderful new logo for CleverClogs. I truly like your design a lot.</p>
<p><strong>Update</strong>: Marshall Kirkpatrick left a really <a href="http://www.cleverclogs.org/2007/02/rssenabled_mark.html#comment-28763430">nice comment</a> and created a <a href="http://digg.com/software/How_to_Build_a_Dynamic_RSS_Fueled_Search_Engine/who">digg</a> for it, so feel free to go visit:</p>
<p></p>
<p><a href="http://digg.com/software/How_to_Build_a_Dynamic_RSS_Fueled_Search_Engine/who"><img border="0" alt="Power150_on_digg" title="Power150_on_digg" src="http://dutchisms.typepad.com/photos/uncategorized/power150_on_digg.png" /></a></p>
<p><span style="font-size: 0.6em;"><em>By the time you read this, no doubt the counter is at 314 <img src='http://cleverclogs.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </em></span></p>
<p>
<p>And you, readers? Would you care to tell me what you think of this ambitious project? If so, please feel free to <a href="#comments">leave a comment</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/cleverclogs.org/2007/02/rss</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>AnswerTips Available as TypePad Widget</title>
		<link>http://cleverclogs.org/2007/02/answertips-available-as-typepad-widget.html</link>
		<comments>http://cleverclogs.org/2007/02/answertips-available-as-typepad-widget.html#comments</comments>
		<pubDate>Thu, 01 Feb 2007 22:59:50 +0000</pubDate>
		<dc:creator>CleverClogs</dc:creator>
				<category><![CDATA[Art of Blogging]]></category>
		<category><![CDATA[Browser Technology]]></category>
		<category><![CDATA[Personal Productivity]]></category>

		<guid isPermaLink="false">http://cleverclogs.org/2007/02/answertips-available-as-typepad-widget.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Apparently the TypePad people liked my implementation of AnswerTips (see my earlier story <a href="http://www.cleverclogs.org/2006/12/instant_onsite_.html">Instant On-site Facts: AnswerTips</a> from Dec 22nd 2006) so much that they&#8217;ve now approved this <a href="http://www.answers.com/answertips">Answers.com</a> service as an official TypePad widget. </p>
<p></p>
<p>
<img width="189" height="61" alt="answer-tips-logo.jpg" src="http://www.sixapart.com/typepad/widgets/images/answer-tips-logo.jpg" />
</p>
<p>
<p>TypePad CEO Michael Sippey explains the details in his <a href="http://www.sixapart.com/typepad/widgets/publishing-tools/answertips.html">AnswerTips Widget</a> announcement post on the <a href="http://www.sixapart.com/typepad/widgets/publishing-tools/answertips.html">TypePad Widgets Blog</a>&nbsp; <a href="http://feeds.feedburner.com/TypePadWidgets"><img border="0" src="http://dutchisms.typepad.com/cleverclogs/feed-icon-16x16.png" alt="RSS icon" /></a></p>
<p>To add AnswerTips to your own TypePad blog, follow the wizard at <a href="https://www.typepad.com/t/app/weblog/design/widgets">I Want AnswerTips Too</a>! Note that —rather contradictorily if you ask me—TypePad widgets can only be implemented on TypePad blogs <em>without</em> advanced templates.</p>
<p>Recent mentions of AnswerTips through a Google Blog Search, displayed in a Grazr widget:</p>
<div style="height: 100%; width: 100%;">
<a target="gz" href="http://grazr.com/gzpanel.html?view=o&amp;file=http://blogsearch.google.com/blogsearch_feeds?hl=en&amp;q=answertips&amp;scoring=d&amp;ie=utf-8&amp;num=100&amp;output=rss"><img border="0" src="http://grazr.com/images/grazrbadge.png" alt="Grazr badge" /></a><br />
<script src="http://grazr.com/gzloader.js?view=o&amp;file=http://blogsearch.google.com/blogsearch_feeds?hl=en&amp;q=answertips&amp;scoring=d&amp;ie=utf-8&amp;num=100&amp;output=rss" type="text/javascript" defer="true"></script>
</div>
<p>I&#8217;m very curious which other bloggers will enable this service. Please leave a <a href="#comments">comment</a> if you do. If you don&#8217;t and care to tell me why, then <a href="#comments">by all means</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/cleverclogs.org/2007/02/answertips</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tagged Twice: the Blog-Tag Game</title>
		<link>http://cleverclogs.org/2006/12/tagged-twice-the-blog-tag-game.html</link>
		<comments>http://cleverclogs.org/2006/12/tagged-twice-the-blog-tag-game.html#comments</comments>
		<pubDate>Wed, 20 Dec 2006 17:36:34 +0000</pubDate>
		<dc:creator>CleverClogs</dc:creator>
				<category><![CDATA[Art of Blogging]]></category>

		<guid isPermaLink="false">http://cleverclogs.org/2006/12/tagged-twice-the-blog-tag-game.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>It started with Marc Slijper, who tagged me on his Dutch blog <a href="http://www.marcnext.com/2006/12/19/ik-geloof-dat-ik-getagged-ben/">MarcNext</a> yesterday. I must admit I had never seen Marc&#8217;s blog before. From his blogroll I understand he&#8217;s connected to several of my Dutch, RSS-enabled friends. I&#8217;ll definitely try to catch Marc&#8217;s posts about RSS from now on.&nbsp; Then today my friend <a href="http://www.touchstonelive.com/blog/2006/12/tag-youre-it-5-things-you-didnt-know.html">Chris Saad</a> pulled me into the <a href="http://pulverblog.pulver.com/archives/006087.html">blog-tag game</a>. So I&#8217;m now officially &quot;it&quot;. </p>
<p>I&#8217;d be most interested to see a graphic presentation of how the blog-tag meme is spreading through the blogosphere, although some tell me privately it&#8217;s not really that new at all and actually really a boring game. I took it on as a writing exercise myself and use it as an excuse to introduce you to a couple of my dear friends. </p>
<p>So here are five things you may not want to know about me:</p>
<ol>
<li>I shared my whole school curriculum from age 5 until 18 with the same boy in my class room. I naturally fell in love with him more than once. I don&#8217;t believe the feelings were ever mutual, though. Ever since I secretly maintain a name list of those who fall victim to my charm.</li>
<p><img border="0" src="http://dutchisms.typepad.com/photos/uncategorized/deferment_for_dummies.png" title="Deferment_for_dummies" alt="Deferment_for_dummies" /></p>
<li>I&#8217;ve managed to make procrastination into that much of an art that I think I should write a book about it: &quot;<em>Deferment for Dummies</em>&quot;. I try to hide my continually recurring writer&#8217;s block, for example, by pretending that sending out &quot;have you seen this&#8230;&quot; links to friends of mine is of a much higher priority than to focus on the next topic of my blog. My first blog <a href="http://dutchisms.typepad.com/awesome">AWesome</a>, which deals with productivity tool <a href="http://www.activewords.com">ActiveWords</a>, is still online but has grown embarrassingly stale. I picked up the passion again yesterday and wrote an ActiveWords script that basically opens two browser tabs about any Skype contact: one containing that person&#8217;s blog and another tab&nbsp; with a Google Blog Search about that person. It was nice to play with ActiveWords again. </li>
<p></p>
<li>I have an extreme passion for learning languages and proper word usage, up to the point where I sometimes make myself utterly ridiculous (&quot;definately&quot; and &quot;recieved&quot; being the most frequently made typo corrections in texts by native speakers of English). I&#8217;m told that I was born with a red pencil in my tiny fist, constantly improving other people&#8217;s language when I get the chance. Over time I learned that perfectionism is really not a good trait at all. Right now I&#8217;m learning Mandarin Chinese—my fourth attempt since 1994. This time my 6-yr old daughter Julia is kind enough to ruthlessly correct the shape and direction of my character strokes (I&#8217;m enjoying every minute).</li>
<p></p>
<p><img border="0" alt="Shearing Sheep" src="http://static.flickr.com/62/208357741_d82232aa70.jpg?v=0" title="Shearing sheep" /></p>
<p>
<li>We own five ewe Shetland sheep. They live a pretty independent life on the field adjacent to our home. About six months ago I learned how to shear them by hand with special trimming scissors. This experience totally changed my relationship with the sheep. They have their own way of communicating and their own <a href="http://flickr.com/photos/chopianissima/214354720/in/set-72157594226676997/">pecking order</a>.</li>
<p></p>
<p><img border="0" alt="Guy and Marjolein" src="http://static.flickr.com/111/308299108_3716f8c28e.jpg?v=0" title="Guy and me on his third birthday" /> </p>
<p></p>
<li>A few years ago my kids and I moved to the Bay Area so that I could carry a baby for dear friends of mine. The boy, Guy, turned three recently, is surrounded by the most loving circle of family and friends that I could ever imagine and constitutes the living reward of my giving nature.</li>
</ol>
<p>I&#8217;m passing on the blog-tag token to these dear friends: <a href="http://teblog.typepad.com">David Tebbutt,</a> <a href="http://davidrothman.net/">David Rothman</a>, <a href="http://ajaxsearch.blogspot.com/">Mark Lucovsky</a>, <a href="http://megite.blogspot.com/">Matthew Chen</a>, and <a href="http://labnol.blogspot.com/">Amit Agarwal</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/cleverclogs.org/2006/12/tagged</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Launching in Beta? Here&#8217;s a Vendor&#8217;s Checklist</title>
		<link>http://cleverclogs.org/2006/11/launching-in-beta-heres-a-vendors-checklist.html</link>
		<comments>http://cleverclogs.org/2006/11/launching-in-beta-heres-a-vendors-checklist.html#comments</comments>
		<pubDate>Thu, 02 Nov 2006 20:19:28 +0000</pubDate>
		<dc:creator>CleverClogs</dc:creator>
				<category><![CDATA[Art of Blogging]]></category>
		<category><![CDATA[Writing Reviews]]></category>

		<guid isPermaLink="false">http://cleverclogs.org/2006/11/launching-in-beta-heres-a-vendors-checklist.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>I remember well that a couple of years ago it took me several days to finish off a review (for the curious: it was <a href="http://www.masternewmedia.org/news/2004/09/07/notetaking_attach_digital_sticky_notes.htm" target="_blank">Note-Taking, Attach Digital Sticky Notes&#8230;</a>, which I wrote for Robin Good’s MasterNewMedia). In the mean time I’ve become a bit more experienced in doing write-ups such as these, but it still takes considerable time to get all the facts together, to create meaningful screenshots and most of all: to structure all the information so that my visitors can quickly grab the essence of my post.</p>
<p>It would make my job and that of many of my fellow IT journalists a lot easier if vendors would provide easy access to the following details when launching a new product or service:</p>
<ul>
<li>core focus and purpose of the product (30-second elevator pitch)</li>
<li>feature list</li>
<li>supported platforms and system requirements</li>
<li>date launched and development stage</li>
<li>vendor contact details</li>
<li>screenshots, virtual tours, FAQ, user forums</li>
<li>links to team blog, release notes and feeds</li>
<li>other reviews and product radars</li>
<li>pricing plans and trial limitations</li>
<li>download link</li>
</ul>
<p><strong>General remarks</strong><br />If you need to use geekspeak, then be sure to explain or simplify these words. If it’s not obvious from the hyperlink text, consider adding tooltips to your hyperlinks telling site visitors where the link is taking them. Ask someone outside of your direct circle of friends and co-workers to go through your pages and listen to their feedback. Simplify where necessary. <strong>Added note: </strong>I recommend running a spell checker on anything your publish. If you can afford it hire a professional copy editor to proofread your material and to check your facts.</p>
<p><strong>Core focus</strong><br />Imagine I have about 50 words to describe your product—what problem does your product or service aim to solve? Who would benefit from what you have to offer?</p>
<p><strong>Feature list</strong><br />If your product or service has a broad range of features, then categorize them in logical groups, or group them in the order that people are likely to use them: from simple features to more advanced ones. This allows people to gradually build up a clear understanding of what your product is about.&nbsp; If you have unique features compared to what your competitors offer, then don’t hesitate to point these out. Just trust that I’ll investigate to see if you speak the truth.If your service offers RSS-related functionality, then point this out explicitly. It’s among the first features I’m likely to look for. </p>
<p><strong>Platforms and requirements</strong><br />Be clear on the platforms that you support, preferably mention also if you intend to extend support onto other platforms in the near future. Mac owners hate it if I rave about a product of which the developers do not even consider porting it to OS X. If specific browsers or layers need to be present (e.g. a toolbar that only works on IE, or a service that requires Macromedia Flash), then say so. Don’t publish a service that will only work in version 1.5 of Firefox, knowing that 2.0 is around the corner. What else does it require to start using your product or service? Do I need to sign up first to use your service? Will I get an immediate, automated approval or is human intervention required before I can use your product? What unsolicited newsletters are you intending to sign me up for?</p>
<p><strong>Date launched and development stage</strong><br />Is this a new launch or an improved version you are selling? Is the product in preview release, private alpha, closed beta? What is the planned roadmap from here?</p>
<p><strong>Vendor contact details and feedback management</strong><br />Can’t stress this enough. Provide e-mail, instant messaging and Skype details. If your product is in beta, it’s likely that early testers and reviewers run into ’undocumented features’. The quicker I can forward those to you, the sooner you can attend to them. If you can’t respond immediately, for example due to limited availability of human resources, then say so up-front. It’s frustrating to compile an error report and never receive a decent reply. If you ask for feedback, then be genuinely prepared to do something with it.</p>
<p><strong>Screenshots, virtual tours, FAQ, user forums</strong><br />Visual cues work wonders if you want to make sure people understand how unique your product or service is. You could provide static screenshots, animated GIFs (look at the new <a href="http://www.gicker.com" target="_blank">Gickr</a> service, which actually inspired me to write this post in the first place) and screencasts that explain how to best use your product. Frequently Asked Questions pages are very helpful too, especially if I can see all the answers to all the questions in one glance—don’t make me click endlessly to scan them all. If you provide a user forum, then please accept my existing credentials to use it. Choose forum software that is protected against sploggers and please provide RSS feeds for the forum entries.</p>
<p><strong>Team blog, release notes and feeds</strong><br />Nothing informs me so well about a product as a team blog: I get a feel for the people behind the product, I taste their enthousiasm, their struggles and where they’re coming from. Please consider setting up a team blog if you haven’t done so already. Make sure your feeds are auto-discoverable. If you choose to write about other topics on your team blog also, then please provide a product-specific feed so that I can skip your off-topic rants if I want to. If you’re launching a .0.1.2 release, and choose to point me to it, then please make clear what’s new about this minor update and why I should care to have a look.</p>
<p><strong>Other reviews and product radars</strong><br />Do some ego searching and build a topic radar about your product. Start out with URL searches in blog search engines like Google Blog Search, Technorati and IceRocket. Add tag feeds from a couple of social bookmark engines (del.icio.us and Reddit come to mind) and feeds from any other possibly relevant, RSS-enabled search engines and you should have a constantly updated monitor of what’s being said about your product around the blogosphere. This saves me from writing a review from the same angle as someone else has already done. If you want to take it one step further you could bundle the feeds into an OPML file and present it using Grazr, OPML browser or Bitty Browser, or even create a river-of-news feed using MySyndicaat or FeedDigest. In whatever way you choose to publish your product radar, please make it available on your site.</p>
<p><strong>Pricing plans and trial limitations</strong><br />Provide a feature comparison chart including pricing details. I’ve seen quite a few products that require me to put stuff in a shopping cart, sometimes even sign up for an account first only to find out how much it’s supposed to cost. Then, if there’s a trial version of your software, be clear what the limitations are compared to the full product. </p>
<p><strong>Download links</strong><br />I prefer direct download links. Don’t make me go through ZDNet or CNet or some other software archive’s pages to get to my file. </p>
<p>Of course this is only my own point of view. What things do you look for when you check out new software? Please feel free to <a href="http://#comments.com" target="_blank">use the comment form</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/cleverclogs.org/2006/11/launching</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Explained in American Sign Language</title>
		<link>http://cleverclogs.org/2006/09/rss-explained-in-american-sign-language.html</link>
		<comments>http://cleverclogs.org/2006/09/rss-explained-in-american-sign-language.html#comments</comments>
		<pubDate>Tue, 05 Sep 2006 13:54:25 +0000</pubDate>
		<dc:creator>CleverClogs</dc:creator>
				<category><![CDATA[Art of Blogging]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[RSS Aggregators]]></category>
		<category><![CDATA[Video blogging]]></category>

		<guid isPermaLink="false">http://cleverclogs.org/2006/09/rss-explained-in-american-sign-language.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<blockquote><blockquote>
<p><em>&quot;Now isn&#8217;t this ironic: usually we&#8217;re being told to make an effort so that deaf people are not excluded from conversations between hearing people, but with Jon&#8217;s ASL video about RSS it&#8217;s the other way around: it&#8217;s clear Jon is extremely proficient in ASL and this time it would be nice if we, &#8216;the hearing&#8217;, could get subtitles&#8230;&quot;</em></p>
</blockquote>
</blockquote>
<p>A couple of weeks ago Jon-Lenois Savage posted a two-minute explanation of RSS for deaf people in his blog post <a title="Open Jon's vlog post about RSS" href="http://lenois.com/?p=14">What&#8217;s RSS?</a> on his video blog <a href="http://lenois.com/">Jon&#8217;s Vlog</a>. </p>
<p><a href="http://www.youtube.com/watch?v=KGhyyH1WDl8" title="Click on the image to open Jon's video in a new window" target="_blank"><img border="0" src="http://dutchisms.typepad.com/photos/uncategorized/rss_asl_video.png" title="Rss_asl_video" alt="Rss_asl_video" /></a>
</p>
<p></p>
<p><a href="http://www.blogger.com/profile/26120219">Jon</a> is a deaf blogger from San Diego with a passion for surfing, who has posted about twenty videos on YouTube already (<a href="http://youtube.com/watch?v=KGhyyH1WDl8#">all Jon&#8217;s videos</a>).</p>
<p>Now isn&#8217;t this ironic: usually we&#8217;re being told to make an effort so that deaf people are not excluded from conversations between hearing people, but with Jon&#8217;s ASL video about RSS it&#8217;s the other way around: it&#8217;s clear Jon is extremely proficient in ASL and I personally would so much like to know how he explains RSS to deaf people.</p>
<p></p>
<p>I found this video through a blog post by another deaf blogger called <a href="http://jarednevans.typepad.com/">Jared Evans</a>, who maintains a <a href="http://www.solutionwatch.com/501/tracking-the-web-with-single-page-aggregators/ " title="I'm  gratefully re-using Ben (SolutionWatch) Benzinger's notion here">single-page aggregator</a> about blogs for and by deaf bloggers, and who advises deaf people how to use RSS technology effectively. </p>
<p><img border="0" alt="Best_of_deaf_blogs" title="Best_of_deaf_blogs" src="http://dutchisms.typepad.com/photos/uncategorized/best_of_deaf_blogs.png" /></p>
<p>Check out more <a href="http://www.youtube.com/results?search_type=tag&amp;search_sort=relevance&amp;search_query=RSS+feeds&amp;search=Search" title="Subscribe to the YouTube RSS feed of videos that are tagged 'RSS Feeds'">YouTube videos tagged with the keywords &quot;RSS&quot; and &quot;feeds&quot;</a> <a href="http://www.youtube.com/rss/tag/rss%20feed.rss"><img border="0" src="http://www.cleverclogs.org/feed-icon-16x16.png" /></a></p>
<p></p>
<p>The same YouTube video search displayed using <a href="http://onelurv.com" title="Visit the onelurv website">onelurv</a>, a personalized RSS portal that I&#8217;m currently investigating:</p>
<p><script src="http://onelurv.com/jsNews.php?u=227" type="text/javascript" language="javascript"></script></p>
<p>Note that the contents of this widget will reflect any changes that I make the RSS subscriptions stored in my online onelurv account. As such it&#8217;s not really an RSS to Javascript tool—it merely shows which feeds I&#8217;ve subscribed to.</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/cleverclogs.org/2006/09/rss</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Custom TypePad Widgetry</title>
		<link>http://cleverclogs.org/2006/08/custom-typepad-widgetry.html</link>
		<comments>http://cleverclogs.org/2006/08/custom-typepad-widgetry.html#comments</comments>
		<pubDate>Mon, 21 Aug 2006 20:05:16 +0000</pubDate>
		<dc:creator>CleverClogs</dc:creator>
				<category><![CDATA[Art of Blogging]]></category>

		<guid isPermaLink="false">http://cleverclogs.org/2006/08/custom-typepad-widgetry.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<blockquote><blockquote>
<p><em>&quot;A <strong>speed-read button</strong> based on Zap Reader that takes the contents from<br />
any CleverClogs blog post (or any text that you prefer) and flashes it<br />
at you word by word at 300 WPM. <a href="http://www.zapreader.com/">Zap Reader</a>, a service that runs from your browser, was just launched earlier this month. Contact <a href="http://www.zapreader.com/blog/">Ricky Spears</a> if you want to embed this button in your own website.&quot;</em></p>
</blockquote>
</blockquote>
<p>Repeat visitors may have noticed that I recently carried out some improvements to my CleverClogs blog. I have come to like them so much that I figured it would be a nice contributive exercise if I&#8217;d describe them in a separate blog post. Some of these widgets or plugins are fairly new or unusual, others have been around for quite a while. I purposely didn&#8217;t include technical instructions here, just links to the places where I found them and short notes why I implemented a particular widget. Of course I&#8217;d be more than happy to go into detail if anyone is interested.</p>
<p><a href="http://dutchisms.typepad.com/photos/uncategorized/zap_reader_button_and_action_2.png"><img border="1" class="image-full" alt="Zap_reader_button_and_action_2" title="Zap_reader_button_and_action_2" src="http://dutchisms.typepad.com/photos/uncategorized/zap_reader_button_and_action_2.png" /></a></p>
<p>A speed-read button based on <a href="http://www.zapreader.com">Zap Reader</a> that takes the contents from any CleverClogs blog post (or any text that you prefer) and flashes it at you word by word at 300 WPM. Speed reading has my interest for over 15 years—hey I once even programmed a similar program that ran under MS-DOS in my days as a Turbo Pascal coder.<br /><a href="http://www.zapreader.com">Zap Reader</a>, a service that runs from your browser, was just launched earlier this month. Contact its very helpful programmer <a href="http://www.zapreader.com/blog/">Ricky Spears</a> if you want to embed this button in your own blog or website. I adapted Ricky&#8217;s javascript code for Blogger so that it would run from TypePad. </p>
<p></p>
<p><img border="1" alt="Newsgator_online_star_rating" title="Newsgator_online_star_rating" src="http://dutchisms.typepad.com/photos/uncategorized/newsgator_online_star_rating.png" /></p>
<p>There are now star ratings at the top of each CleverClogs post. This is a free service <a href="http://www.newsgator.com/ngs/subscriber/blogtools.aspx">NewsGator Online</a> offers to its subscribers. Star Ratings automatically tracks ratings for individual posts. I prefer the NewsGator solution over the one recently launched by <a href="http://www.majikwidgets.com">MajikWidgets</a>, because it doesn&#8217;t require that you manually generate a new piece of script for each post like MajikWidget does. The MajikWidget rating code needs to be manually embedded into your blog post and is charged at a recurring fee.</p>
<p></p>
<p>
<img border="1" alt="Post_title_hyperlinking_1" title="Post_title_hyperlinking_1" src="http://dutchisms.typepad.com/photos/uncategorized/post_title_hyperlinking_1.png" />
</p>
<p>Then I implemented hyperlinked post titles, a piece of cake thanks to the very clear instructions John T. Unger made available in his post <a href="http://www.typepadhacks.org/2006/04/how_to_link_the.html ">How to Link the Title of a Post to the Permalink URL in TypePad</a>. Note that this is a follow-up to the lessons I learned from Stephan Spencer, see my previous post <a href="http://www.cleverclogs.org/2006/08/taking_blogs_an.html">Taking Blogs and RSS Feeds to Market</a>.</p>
<p></p>
<p><img border="1" alt="Cleverclogs_comments_enhancements" title="Cleverclogs_comments_enhancements" src="http://dutchisms.typepad.com/photos/uncategorized/cleverclogs_comments_enhancements.png" /></p>
<p>Two improvements in the comments section: firstly, a <a href="http://www.cocomment.com/tools/integrate">coComment widget</a> that allows guest commenters and existing coComment subscribers to track conversations on CleverClogs. I enabled this after I noticed that <a href="http://www.fredscapes.nl/">Fred Zelders</a> seemed to be waiting indefinitely for <a href="http://blog.arc90.com/">Chris LoSacco</a> (Arc90) to respond to his <a href="http://www.cleverclogs.org/2006/08/pull_quote_myst.html#comments">comments</a> on my post <a href="http://www.cleverclogs.org/2006/08/pull_quote_myst.html">Pull Quote Mystery</a> about Arc90&#8217;s Link Thumbnail feature.</p>
<p>Then, secondly, just below the comment form I implemented a nifty Live Comment Preview feature showing markup while a commenter is in the process of writing a comment. I slightly altered the instructions from (former TypePad user) Michael Hanscom&#8217;s post <a href="http://www.michaelhanscom.com/eclecticism/2003/07/live_comment_pr.html">Live Comment Previews</a> to reflect some changes (textarea id, to be exact) that Six Apart apparently made to one of the underlying templates. Michael wasn&#8217;t the original inventor of the code but his tutorial was the one I remembered being very easy to follow.<br />The usefulness of this feature fully shines when commenters start using<br />
HTML inside their comment, like &lt;a href=&quot;&quot;&gt; and &lt;strong&gt;.</p>
<p>Lastly, I tweaked the footer of each of my blog posts to not just display Technorati Tags, but to hyperlink them as CleverClogs-only topic searches. Just roll your mouse over a Technorati tag and you&#8217;ll see that a tag like &#8216;RSS technology&#8217; now points to the url http://technorati.com/search/RSS+technology?from=http://www.cleverclogs.org. </p>
<p><em>Check back for more improvements and do provide feedback. I promise I won&#8217;t use this as a bad excuse not to write blog posts <img src='http://cleverclogs.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</em></p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/cleverclogs.org/2006/08/custom</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Letter to BlogBridge Food Porn &#8216;Expert&#8217; Andrew Barrow</title>
		<link>http://cleverclogs.org/2006/08/open-letter-to-blogbridge-food-porn-expert-andrew-barrow.html</link>
		<comments>http://cleverclogs.org/2006/08/open-letter-to-blogbridge-food-porn-expert-andrew-barrow.html#comments</comments>
		<pubDate>Fri, 11 Aug 2006 17:21:04 +0000</pubDate>
		<dc:creator>CleverClogs</dc:creator>
				<category><![CDATA[Art of Blogging]]></category>

		<guid isPermaLink="false">http://cleverclogs.org/2006/08/open-letter-to-blogbridge-food-porn-expert-andrew-barrow.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p class="MsoPlainText"><em>&quot;Dear Mr Barrow,<o:p></o:p></em></p>
<p class="MsoPlainText"><em>I was notified of your blog post <a href="http://www.spittoonextra.biz/blogbridge_expert.html">BlogBridge Food Expert</a><br />
dated August 10th. I immediately noticed a remarkable resemblance of several<br />
paragraphs between your post and my own blog post <a href="http://www.cleverclogs.org/2006/08/in_the_lions_ca.html">In the Lion’s Cave:<br />
BlogBridge Expert for RSS</a> on my technology blog CleverClogs of August 9th.</em></p>
<p class="MsoPlainText"><em> <o:p></o:p></em></p>
<p class="MsoPlainText"><em><o:p>&nbsp;</o:p>
<p><a onclick="window.open(this.href, '_blank', 'width=800,height=653,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://dutchisms.typepad.com/.shared/image.html?/photos/uncategorized/barrow_plagiarism.png"><img width="400" height="326" border="0" src="http://www.cleverclogs.org/images/barrow_plagiarism.png" title="Barrow_plagiarism" alt="Barrow_plagiarism" /></a></p>
<p></em></p>
<p class="MsoPlainText"><em>Of course through some remote coincidence an email message in which you may have requested permission to copy my content may have gone astray<br />
somewhere between your email server and mine, but frankly speaking I was less<br />
than amused by your action. <o:p></o:p></em></p>
<p class="MsoPlainText"><em><o:p></o:p>For your information: I will publish<br />
this email message on my website together with side-by-side screenshots of your<br />
article and mine, with clear markups where you obviously copied my content<br />
without permission or attribution.<o:p></o:p></em></p>
<p class="MsoPlainText"><em><o:p></o:p>I’m appalled that a fellow BlogBridge &#8216;expert’ uses this<br />
type of pathetic plagiarism<br />
to &#8216;inform&#8217; his readers.<o:p></o:p></em></p>
<p class="MsoPlainText"><em>Note that I am sending a copy of this message to Pito<br />
Salas of BlogBridge. I believe you have some explaining to do.<o:p></o:p></em></p>
<p class="MsoPlainText"><em><o:p></o:p></em></p>
<p class="MsoPlainText"><em>With not-so-high regards,<o:p></o:p></em></p>
<p><em><o:p>&nbsp;</o:p></em></p>
<p class="MsoPlainText"><em>Marjolein Hoekstra<o:p></o:p>&quot;</em></p>
<p class="MsoPlainText">
<p class="MsoPlainText">sent by email, Friday August 11th 2006.<em></em></p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/cleverclogs.org/2006/08/open</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pull Quote Mystery</title>
		<link>http://cleverclogs.org/2006/08/pull-quote-mystery.html</link>
		<comments>http://cleverclogs.org/2006/08/pull-quote-mystery.html#comments</comments>
		<pubDate>Fri, 04 Aug 2006 18:41:23 +0000</pubDate>
		<dc:creator>CleverClogs</dc:creator>
				<category><![CDATA[Art of Blogging]]></category>

		<guid isPermaLink="false">http://cleverclogs.org/2006/08/pull-quote-mystery.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<blockquote><blockquote>
<p><span style="font-size: 1.2em;"><em>&quot;How do you call a piece of text that is quoted from your main text and then displayed at the top or to the side of your article?&quot;</em></span></p>
</blockquote>
</blockquote>
<p>Today my otherwise maddening habit of losing myself on the web, while navigating from one site to the next, led me to find the answer to a question that had been bothering me for quite a while: <em>how do you call a piece of text that is quoted from your main text and then displayed at the top or to the side of your article?</em> I finally found the answer on a <a href="http://www.boxesandarrows.com/view/the_elements_of">blog by Christina Wodtke</a>: it&#8217;s called a <strong>pull quote</strong>.</p>
<p><img border="0" src="http://dutchisms.typepad.com/photos/uncategorized/christinas_pull_quote.gif" title="Christinas_pull_quote" alt="Christinas_pull_quote" /></p>
<p>Pull quotes weren&#8217;t all I learned about today:</p>
<p>&nbsp;</p>
<p>All hyperlinks on CleverClogs are now preview-enabled thanks to the <a href="http://lab.arc90.com/2006/07/link_thumbnail.php">Link Thumbnail</a> script provided by the generous developers of <a href="http://arc90.com/">Arc90</a>. Just hover your mouse on one of the many hyperlinks in this article and you&#8217;ll see immediately what I mean.</p>
<p>Over the past few months Arc90—a New York-based technology and<br />
strategic consulting firm—has been releasing from their sandbox a<br />
couple of nifty pieces of experimental Javascript code that are<br />
especially useful to bloggers like myself who prefer to practice what<br />
they preach. </p>
<p>
<p><img border="0" src="http://dutchisms.typepad.com/photos/uncategorized/arc90_image_caption.gif" title="Arc90_image_caption" alt="Arc90_image_caption" /></p>
<p>In addition to the Link Thumbnail script Arc90 offers an <a href="http://lab.arc90.com/2006/07/image_caption_1.php">Image Caption</a> script that keeps the caption with the image you are annotating, a script called <a href="http://lab.arc90.com/2006/05/unobtrusive_sidenotes.php">Unobtrusive Sidenotes</a> that allows you to annotate a particular keyword in your text, and, of more recent date, <a href="http://lab.arc90.com/2006/08/external_link.php">External Link</a>. When applied to your website External Link displays tiny icons next to your outgoing hyperlinks.</p>
<p>The nice thing about the Arc90 scripts is not just that they&#8217;re<br />
accompanied by clear<br />
examples and instructions, but also that the developers listen very<br />
well to the comments they receive and revise the scripts accordingly if<br />
necessary. Each script is licensed under Creative Commons, which means<br />
that you can use it as long as you properly attribute the work to the<br />
original publishers. </p>
<p>Arc90 received thousands of Digg comments for their releases last<br />
month, so I was pretty eager to learn who was behind this company. I<br />
quickly discovered that Richard Ziade, a former lawyer who&#8217;s now<br />
partner and lead strategist at Arc90, maintains his personal blog at <a href="http://www.basement.org/">Basement.org</a>. In his article <a href="http://www.basement.org/archives/2006/08/the_elements_of_design.html">The Elements of Design</a><br />
Richard happens to point to an article by Christina Wodtke (<a href="http://www.boxesandarrows.com/view/the_elements_of">The Elements of Style for Designers</a>) in which she<br />
adapts and summarizes some of the recommendations of Strunck and White,<br />
authors of the infamous book &#8216;The Elements of Style&#8217;. And that&#8217;s where<br />
I found the nice example of a formatted pull quote displayed above. </p>
<p>Christina implemented her pull quote quite transparently using CSS,<br />
as was revealed to me when I opened the neat coding in one of her<br />
stylesheets. I had a quick look at how she did it and actually it&#8217;s not<br />
that difficult—so if you see a nicely formatted pull quote show up on<br />
my blog over the next few days, you&#8217;ll know I adapted it from<br />
Christina&#8217;s source code and that I&#8217;m ever so grateful for having<br />
another of life&#8217;s mysteries resolved. </p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/cleverclogs.org/2006/08/pull</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
