<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5573108</id><updated>2012-01-08T01:57:45.820-05:00</updated><category term='yahoo'/><category term='blogger'/><category term='blogging'/><category term='google'/><category term='freshblog'/><category term='beta'/><title type='text'>Freshblog</title><subtitle type='html'>Blogger Hacks, including Categories for Blogger and other Blog Tips, Tricks &amp; Tools.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default?start-index=101&amp;max-results=100'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1783</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5573108.post-1576401234488223352</id><published>2008-07-27T10:43:00.002-04:00</published><updated>2008-07-27T11:10:07.877-04:00</updated><title type='text'>Fun with 2D Barcodes on Your Phone</title><content type='html'>Have you noticed those strange black and white grids - like demented crosswords - popping up around the place? In newspapers, flyers and the like? No? Well, I have. And I dare say if I lived in Japan I'd have seen them on T-shirts, coffee mugs and a whole lot more.&lt;br /&gt;&lt;br /&gt;They're &lt;a href="http://en.wikipedia.org/wiki/Barcode#2D_barcodes"&gt;2D barcodes&lt;/a&gt; for your mobile device (primarily phones). You take a photo with the built-in camera and the onboard software automatically extracts some text, a phone number or a link. (If your phone is a bit older, you can download the software from your manufacturer.)&lt;br /&gt;&lt;br /&gt;I've been playing around with these mobile codes (QR codes and Datamatrix) for the past few weeks, thinking of things to do with them. As a starting point, &lt;a href="http://mobilecodes.nokia.com/create.jsp"&gt;Nokia's handy webservice&lt;/a&gt; for creating the images needed to meet our friends at &lt;a href="http://pipes.yahoo.com/pipes/"&gt;Yahoo Pipes&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The result is &lt;a href="http://ghill.customer.netspace.net.au/Mbarcode"&gt;Mbarcode URL&lt;/a&gt;. It's run along the same lines as &lt;a href="http://ghill.customer.netspace.net.au/embiggen/"&gt;Embiggen TinyURL&lt;/a&gt;: there's a page where you can see it working, plus a bookmarklet for browsers and a button for publishers.&lt;br /&gt;&lt;br /&gt;Go on, give it a click! (Click anywhere on the popup to close it.)&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;a id="button" href="javascript: Mbarcode={'popup':'true', 'format':'qr', 'size':'L'}; var s=document.createElement('script'); s.type='text/javascript'; s.src='http://ghill.customer.netspace.net.au/Mbarcode/Mbarcode.js'; document.getElementsByTagName('head')[0].appendChild(s); void(0);"&gt;&lt;img src="http://ghill.customer.netspace.net.au/Mbarcode/Mbarcode-badge.png"/&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;One of the limitations with the QR and Datamatrix codes is there's a limit to how much you can pack in. As it gets bigger, the blocks get smaller and the decoding error rate grows. This limits the effective size of a URL to around 50 characters - even less if you want to be robust.&lt;br /&gt;&lt;br /&gt;So behind the scenes, Mbarcode uses &lt;a href="http://tinyurl.com/"&gt;TinyURL&lt;/a&gt; to shorten the target link into something much more compact. Now you don't have to worry about the size. As a result, you can use the &lt;a href="http://en.wikipedia.org/wiki/Data:_URI_scheme"&gt;data: URI scheme&lt;/a&gt; to pack as much into your mobile codes as you want. I've "compressed" a 10K PNG image into a QR code using this approach, effectively achieving far higher resolution than you deserve with a mobile phone camera. Neat.&lt;br /&gt;&lt;br /&gt;What's the point? Not sure, really. Here's a couple of ideas:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;You're browsing along on your desktop and you want to send a link to your phone for when you're out and about later. Click the bookmarklet, point your phone at the screen, take a snap. Done. It's in your phone.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;You're out with a cool friend who owns an iPhone with GPS. She's checking out nearby bars on Google Maps. You'd like to look too, but while your phone has a web connection, it has no GPS. What are you going to do? Laboriously type the address or longitude/latitude into Google Maps? No! You're friend clicks the bookmarklet, it creates the QR code, you snap her screen with your phone and now you're both browsing the current location!&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Yeah, it's not a lot, but it's still fun to play. Maybe more uses will come later, especially if I figure out what to do with the cool &lt;a href="http://zxing.org/w/decode.jspx"&gt;experimental online barcode decoder at ZXing&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Suggestions?&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/hacks" rel="tag"&gt;hacks&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/tinyURL" rel="tag"&gt;tinyURL&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/bookmarklets" rel="tag"&gt;bookmarklets&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-1576401234488223352?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/1576401234488223352/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=1576401234488223352' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/1576401234488223352'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/1576401234488223352'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2008/07/fun-with-2d-barcodes-on-your-phone.html' title='Fun with 2D Barcodes on Your Phone'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-8090753918687976799</id><published>2007-06-10T03:46:00.000-04:00</published><updated>2007-06-10T04:03:20.442-04:00</updated><title type='text'>Embiggen Those TinyURLs</title><content type='html'>If you use a lot of &lt;a href="http://www.tinyurl.com"&gt;TinyURLs&lt;/a&gt; on your blog, you might want to checkout this new tool - &lt;a href="http://ghill.customer.netspace.net.au/embiggen/"&gt;Embiggen&lt;/a&gt;. It expands those cryptic TinyURLs (eg &lt;a href="http://tinyurl.com/2dfmty"&gt;tinyurl.com/2dfmty&lt;/a&gt;) to their full version, allowing your readers to make an informed decision about following a link. (That's &lt;a href="http://lifehacker.com/software/web-surfing/tiny-url-etiquette-132763.php"&gt;good URL etiquette&lt;/a&gt;.)&lt;br /&gt;&lt;br /&gt;It's available as a button to insert into any page eg &lt;a href="http://www.blogger.com"&gt;Blogger&lt;/a&gt;, but it's especially handy for micro-blogging services like &lt;a href="http://www.twitter.com/"&gt;Twitter&lt;/a&gt;. You can also get it as a bookmarklet for when you're browsing around and come across a mysterious TinyURL.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;a href="http://ghill.customer.netspace.net.au/embiggen/"&gt;See demo and get buttons&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;The hack works by using &lt;a href="http://www.dapper.net/"&gt;Dapper&lt;/a&gt; to &lt;a href="http://www.dapper.net/dapp-howto-use.php?dappName=ExpandTinyURL"&gt;grab the URL&lt;/a&gt; from the &lt;a href="http://preview.tinyurl.com/2dfmty"&gt;TinyURL preview page&lt;/a&gt; and munging the resulting JSON object with regular expressions.&lt;br /&gt;&lt;br /&gt;I cobbled this together as part of another project on URL manipulation and tagging, but thought it might be useful enough to release on its own. There's no reason why this approach couldn't be applied to other common-yet-cryptic URLs, like &lt;a href="http://www.youtube.com"&gt;YouTube&lt;/a&gt;, so watch this space.&lt;br /&gt;&lt;br /&gt;Any other suggestions, feedback, bug reports etc? Please leave a comment.&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/hacks" rel="tag"&gt;hacks&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/tinyURL" rel="tag"&gt;tinyURL&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/bookmarklets" rel="tag"&gt;bookmarklets&lt;/a&gt;&lt;/span&gt;&lt;div style="clear:both; padding-bottom:0.25em"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-8090753918687976799?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/8090753918687976799/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=8090753918687976799' title='21 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/8090753918687976799'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/8090753918687976799'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2007/06/embiggen-those-tinyurls.html' title='Embiggen Those TinyURLs'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>21</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-4760664275157578225</id><published>2007-04-29T08:22:00.000-04:00</published><updated>2007-07-23T11:48:25.640-04:00</updated><title type='text'>Blog Update Feed and Sidebar Display</title><content type='html'>One question that arises regularly with my blogging is the update dilemma - what should to do with those little scraps of information that pertain to an earlier post? This article outlines an approach to dealing with this common issue.&lt;br /&gt;&lt;br /&gt;When I'm following a breaking news story or there's delayed developments or even a random thought occurs, I want to inform my readers in the most convenient way. If it's big enough, a whole new post may be warranted (with a link back to the earlier post). Otherwise, I ask myself: should it be done with a comment or with a manual update to the bottom of the original post? Thanks to &lt;a href="http://blogfresh.blogspot.com/2006/07/sidebar-comments-and-hearsay.html"&gt;Hearsay&lt;/a&gt; (and other recent comments hacks), a comment will have visibility across all blog pages, informing all visitors (but not subscribers). If there's a lot of comments on a particular post or a high rate of commenting on the blog, important updates can get lost. Alternatively, appending an update (or follow-up, postscript, addendum, errata or correction) to the post may not get out to subscribers and visitors who are interested.&lt;br /&gt;&lt;br /&gt;I've tried to get the best of both worlds by using &lt;a href="http://blogfresh.blogspot.com/2007/02/mashups-for-rest-of-us.html"&gt;Yahoo Pipes&lt;/a&gt; to automatically generate an update feed for my blog. This feed consists of the most recent updates (to any post on my blog) and can be offered to subscribers, much like a regular post or comment feed. It can also be combined with &lt;a href="http://blogfresh.blogspot.com/2006/07/sidebar-comments-and-hearsay.html"&gt;Hearsay&lt;/a&gt; to produce a friendly sidebar panel to display the most recent updates to your site visitors.&lt;br /&gt;&lt;br /&gt;The rest of this article introduces the Blogger Update Extractor pipe, explains its operation and how you can use it in your blog. I conclude with some possible alternative uses and pointers on future developments.&lt;br /&gt;&lt;br /&gt;First of all, to get a clearer idea about the problem I'm talking about (and my solution), have a look at this post about &lt;a href="http://ghill.customer.netspace.net.au/speccy/2006/05/afl-drug-takers-named-and-shamed_24.html"&gt;a court case I was following&lt;/a&gt;. As you can see, there were five updates (each about two paragraphs) over the twelve months after the original post. This is fairly common with my posts - perhaps a quarter of them feature one or more updates like this.&lt;br /&gt;&lt;br /&gt;I have long adopted the convention of using &lt;span style="font-weight: bold;"&gt;*** UPDATE ***&lt;/span&gt; to indicate that the subsequent text has been appended to the original post. I also use a named anchor (eg &lt;span style="font-style: italic;"&gt;&amp;lt;a name="update1"&gt; ... &amp;lt;/a&gt;&lt;/span&gt;) on each update heading. Why? Two reasons. Firstly, it gives me a unique URL for each update (ie &lt;span style="font-style: italic;"&gt;http://...#update1&lt;/span&gt;) in case someone wishes to bookmark it. Secondly, my &lt;a href="http://ghill.customer.netspace.net.au/blog-nav"&gt;Blog-Nav&lt;/a&gt; system picks up anchors so that users can jump up and down the page (use the up/down arrow in the top right to see).&lt;br /&gt;&lt;br /&gt;What the &lt;a href="http://pipes.yahoo.com/pipes/person.info?eyuid=xsCLCj8noGbRPBRXKLJXQNjAMQ--"&gt;Update Extractor&lt;/a&gt; pipe does is gather &lt;a href="http://feeds.feedburner.com/Speccy"&gt;my blog's RSS feed&lt;/a&gt; (not Atom - see below) and parse out the updates, returning a new RSS feed that consists of &lt;a href="http://feeds.feedburner.com/SpeccyUpdates"&gt;just the most recent updates&lt;/a&gt;. This works because of handy feature in Blogger's RSS feed that is not present in Atom: when you update any post it automatically goes to the top of your RSS feed. The rest is just straightforward regular expressions in Yahoo's Pipes.&lt;br /&gt;&lt;br /&gt;With this new feed, you can offer it to readers (perhaps after burning it through &lt;a href="http://feedburner.com/"&gt;FeedBurner&lt;/a&gt; for stats) and/or display it in your blog's sidebar to let all readers know. The links will point to the actual update, not just the post (eg &lt;span style="font-style: italic;"&gt;http://...#update1&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;Now, the latest Blogger has support for displaying arbitrary RSS feeds: you can simply use that. Or, you can create a "special" feed that will work with the &lt;a href="http://blogfresh.blogspot.com/2006/07/sidebar-comments-and-hearsay.html"&gt;Hearsay&lt;/a&gt; hack to give you a bit more control over presentation.&lt;br /&gt;&lt;br /&gt;If you want an RSS feed of your recent updates, use this URL:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://pipes.yahoo.com/pipes/pipe.run?BlogID=xxxxxxxx&amp;_id=pAQ35A322xGwxdeMouNLYQ&amp;amp;_run=1&amp;_render=rss"&gt;http://pipes.yahoo.com/pipes/pipe.run?BlogID=&lt;span style="font-weight: bold;"&gt;xxxxxxxx&lt;/span&gt;&amp;_id=pAQ35A322xGwxdeMouNLYQ&amp;amp;_run=1&amp;_render=rss&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;(replace &lt;span style="font-weight: bold;"&gt;xxxxxxxx&lt;/span&gt; with your blog's Blogger ID)&lt;br /&gt;&lt;br /&gt;If you want a Hearsay-style sidebar panel of your recent updates, insert this code into your Blogger template sidebar:&lt;br /&gt;&lt;br /&gt;&amp;lt;div id="recent-updates" &gt;&amp;lt;center&gt;&amp;lt;br/&gt;&amp;lt;br/&gt;&amp;lt;br/&gt;Please wait ... &amp;lt;br/&gt;loading updates.&amp;lt;br/&gt;&amp;lt;br/&gt;&amp;lt;img src="http://ghill.customer.netspace.net.au/snake_transparent.gif"/&gt;&amp;lt;/center&gt;&amp;lt;/div&gt;&lt;br /&gt;&amp;lt;script type="text/javascript" src="http://ghill.customer.netspace.net.au/hearsay/hearsay-v01c.js"&gt;&amp;lt;/script&gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&gt;&lt;br /&gt;hearsay("http://pipes.yahoo.com/pipes/pipe.run?BlogID=&lt;span style="font-weight: bold;"&gt;xxxxxxxx&lt;/span&gt;&amp;_id=Ik9FeAz22xGZT18tqWIyXQ&amp;amp;_run=1&amp;_render=json", "recent-updates", true);&lt;br /&gt;&amp;lt;/script&gt;&lt;br /&gt;&lt;br /&gt;(Again, where xxxxxxxx is your blog's Blogger ID.)&lt;br /&gt;&lt;br /&gt;The Update Extractor comes in three flavours: "Full" grabs all the text following an update (ie to the end of the post); "Partial" grabs just the next (substantial) paragraph and "Hearsay" grabs the partial feed but prepares it for display by the Hearsay script. Please feel free to clone and modify the pipes as needed; I'd appreciate it if you could put a comment here so I can have a look.&lt;br /&gt;&lt;br /&gt;NB: Using more Pipes, your blog's update feed can be merged easily with your blog's comment feed if that would make more sense for your blog.&lt;br /&gt;&lt;br /&gt;One downside of this solution is when there are multiple updates to a post: it will only "see" the most recent (ie physically last) update. This is okay for low-frequency updates but completely inadequate if you put your updates at the top of the blog.&lt;br /&gt;&lt;br /&gt;The problem is that the feed doesn't contain any information about the time of all the updates, just the first publication timestamp and the most-recent update timestamp. To deal with this, I'm now using a new convention whereby instead of naming my anchors "update1", "update2" etc I'm using a timestamp "update1177829961000". Future versions of the pipe will be able to see this and handle multiple updates per post intelligently.&lt;br /&gt;&lt;br /&gt;Rather than typing all that in each time, I've made a bookmarklet to help out. (See below for code.) The automatically generated update heading looks like this:&lt;br /&gt;&lt;br /&gt;&amp;lt;center&gt;&amp;lt;a title="Sunday, 29 April 2007 04:59:21 PM" name="update1177829961000"&gt;&amp;lt;span style="font-weight:bold;"&gt;*** UPDATE ***&amp;lt;/span&gt;&amp;lt;/a&gt;&amp;lt;/center&gt;&lt;br /&gt;&lt;br /&gt;This same basic approach - mark out content with an anchor, process the RSS feed through Pipes and display via JSON - can apply to other content too. For example, I quote heavily from newspapers in my blog posts, so I could create a feed just of quotes. You could also make a feed for &lt;a href="http://www.blogossary.com/define/hat-tip/"&gt;hat-tips&lt;/a&gt;, code, links, images, citations, headings or pretty much anything else.&lt;br /&gt;&lt;br /&gt;So there you have it: blog update feeds for your subscribers and visitors. As usual, comments, criticisms and suggestions are most welcome.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Timestamp Anchor Bookmarklet Code:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;javascript:var insert_date= new Date(); insert_timestamp=Date.parse(insert_date); insert_html='&amp;lt;center&gt;&amp;lt;a title=%22'+insert_date.toLocaleString()+'%22 name=%22update'+insert_timestamp+'%22&gt;&amp;lt;span style=%22font-weight:bold;%22&gt;*** UPDATE ***&amp;lt;/span&gt;&amp;lt;/a&gt;&amp;lt;/center&gt;'; document.forms.stuffform.htmlPostBody.value+=insert_html; void(0);&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;a title="Monday, 30 April 2007 01:03:46 AM" name="update1177859026000"&gt;&lt;span style="font-weight:bold;"&gt;*** UPDATE ***&lt;/span&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;It occurs to me that maybe a live working example on this page might help. This is what I mean by an update - some content added some hours laters. If you mouseover the update heading thingy above, you'll note that it gives you the time of update. At the risk of inducing recursive madness, here's &lt;a href="http://pipes.yahoo.com/pipes/pipe.run?BlogID=5573108&amp;_id=pAQ35A322xGwxdeMouNLYQ&amp;amp;_run=1&amp;_render=rss"&gt;Freshblog's update feed&lt;/a&gt;. Note that the embedded link in the feed doesn't just point to this post, it points to this update (via the named anchor).&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;a title="Tuesday, 24 July 2007 1:44:36 AM" name="update1185205476000"&gt;&lt;span style="font-weight:bold;"&gt;*** UPDATE ***&lt;/span&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;After noticing "something screwy" going on, I've modified this Yahoo Pipe to append the now-required &lt;span style="font-style:italic;"&gt;orderby=updated&lt;/span&gt; to the feed fetch module. Props to &lt;a href="http://phydeaux3.blogspot.com/2007/06/blogger-feeds-now-sorted-by-published.html"&gt;Phydeaux3&lt;/a&gt; for the explanation and syntax.&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/how-to" rel="tag"&gt;how-to&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-4760664275157578225?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/4760664275157578225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=4760664275157578225' title='18 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/4760664275157578225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/4760664275157578225'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2007/04/blog-update-feed-and-sidebar-display.html' title='Blog Update Feed and Sidebar Display'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>18</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-5469951024414864026</id><published>2007-04-26T02:20:00.000-04:00</published><updated>2007-04-26T03:34:59.529-04:00</updated><title type='text'>BuzzFlux: Recent Search Queries</title><content type='html'>In my ceaseless quest for content to clutter up my blog's sidebar, I have found a rich new source: reader search queries, or "buzz". &lt;span style="font-weight:bold;"&gt;BuzzFlux&lt;/span&gt; allows you to retrieve and display these search queries in near-real-time, right in your sidebar, for the amazement of your readership. It also signals my return to blog-hacking after a six month hiatus.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Should I Do This?&lt;/h3&gt;&lt;br /&gt;First things first: is it a good idea to display your readers "live" search queries on your blog? On the plus side, it gives readers a good idea about what kinds of content your blog has (at least, as far as search engines and their users are concerned). In that sense, search queries may be considered as micro-content, a bit like tags. It may also help keep readers on your page, especially if coupled to your built-in blog search (see below).&lt;br /&gt;&lt;br /&gt;On the downside, it may disturb some readers to see their recent queries displayed like this and some may be sensitive to the privacy side of things. Also, you have no control over what readers type into search engines, so you may be displaying potentially defamatory, profane or otherwise inappropriate content on your blog.&lt;br /&gt;&lt;br /&gt;I'd be interested in Freshblog's readers' views on this one, so please chime in with your own thoughts on this question.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;How Does BuzzFlux Work?&lt;/h3&gt;&lt;br /&gt;Most blogs worth their salt employ some sort of web stats service. Typically, you put a bit of code into your template that "phones home" to a central server every time a page is hit. Among other things collected is the &lt;a href="javascript:alert(document.referrer)"&gt;referring URL&lt;/a&gt;, which contains the search query if the reader used a search engine to find your blog. &lt;br /&gt;&lt;br /&gt;I think all stats services report on search queries. I use &lt;a href="http://blogflux.com/"&gt;BlogFlux&lt;/a&gt; for some of my web reporting. They make some (though not all) of their stats available via RSS, which is handy for hacking. Unfortunately, the search queries page isn't one of them. To get the search page info in a useful form, I made a simple &lt;a href="http://blogfresh.blogspot.com/2006/09/dapper-content-integration-for.html"&gt;Dapp&lt;/a&gt; to retrieve the &lt;a href="http://mapstats.blogflux.com/1413-breakdown-search-week.html"&gt;target page&lt;/a&gt;. (&lt;a href="http://www.dapper.net/dapp-howto-use.php?dappName=BlogFluxQueryGrabber"&gt;Here's the Dapp&lt;/a&gt;.) Once the contents are returned as a JSON object (an array of the top search queries), the BuzzFlux script just formats the results for display in the sidebar.&lt;br /&gt;&lt;br /&gt;If there are more search queries than space permits, BuzzFlux "rotates" the queries every few seconds. (That is, it swaps in other queries at random).&lt;br /&gt;&lt;br /&gt;As a nice add-on, readers can click on a search query of interest and my &lt;a href="http://blogfresh.blogspot.com/2006/05/recursive-backlinks.html"&gt;sidebar searching hack&lt;/a&gt; will scour your blog for that query, displaying the results in your sidebar too. By showing readers &lt;span style="font-style:italic;"&gt;other people's&lt;/span&gt; queries and the results on the page, it's hoped that it will help readers find relevant content without leaving your site. (NB: This extension requires you to install the &lt;a href="http://blogfresh.blogspot.com/2006/05/recursive-backlinks.html"&gt;Recursive Backlinker&lt;/a&gt; hack.)&lt;br /&gt;&lt;br /&gt;Check out the magic in action on &lt;span style="font-style:italic;"&gt;&lt;a href="http://ghill.customer.netspace.net.au/speccy/speccy.html"&gt;The Speccy&lt;/a&gt;&lt;/span&gt; (scroll down to "Catch the Buzz" in the sidebar).&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;How Do I Install BuzzFlux?&lt;/h3&gt;&lt;br /&gt;First, go and register with BlogFlux and install their stats counter on your blog. (This hack doesn't &lt;span style="font-style:italic;"&gt;have to&lt;/span&gt; rely on BlogFlux, but that's how it is at the moment.)&lt;br /&gt;&lt;br /&gt;Next, put this in the header of your blog template:&lt;br /&gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&gt;&lt;br /&gt;// BuzzFlux&lt;br /&gt;Buzz = {"divid":"BuzzFlux", "limit":"15", "timer":"2000", "blogid":"1413", "period":"hour", "scan":"", "queries":[]};&lt;br /&gt;&amp;lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type="text/javascript" src= "http://ghill.customer.netspace.net.au/buzzflux/buzzflux.js"&gt;&amp;lt;/script&gt;&lt;br /&gt;&lt;br /&gt;The parameters are as follows:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;divid&lt;/span&gt; = the ID of the div in your sidebar where all this content will be displayed.&lt;br /&gt;&lt;span style="font-style:italic;"&gt;limit&lt;/span&gt; = the number of queries to display at any given moment&lt;br /&gt;&lt;span style="font-style:italic;"&gt;timer&lt;/span&gt; = the delay (in milliseconds) between rotating queries&lt;br /&gt;&lt;span style="font-style:italic;"&gt;blogid&lt;/span&gt; = the BlogFlux ID number for your blog. Found in the URL of your results pages.&lt;br /&gt;&lt;span style="font-style:italic;"&gt;period&lt;/span&gt; = the period over which search queries are drawn. Allowable values are month, week and hour. Only use hour for high-traffic blogs since you want a reasonable number of queries to display (ie less than five search hits an hour and it will look a little sparse).&lt;br /&gt;&lt;span style="font-style:italic;"&gt;scan&lt;/span&gt; = the ID of your in-blog search field. Leave it as "" if you're not using the extension.&lt;br /&gt;&lt;br /&gt;Now, edit your blog template to put this in your sidebar:&lt;br /&gt;&lt;br /&gt;&amp;lt;div id="BuzzFlux" style="text-align: justify"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;... loading recent search queries ...&amp;lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Finally, you might consider throwing some CSS styling in. Either add these to your CSS file, or put them in the &amp;lt;style&gt; part of your template header:&lt;br /&gt;&lt;br /&gt;.BuzzList{ height: 9em; overflow: hidden; padding: 10px;} &lt;br /&gt;&lt;br /&gt;a.BuzzItem{ text-decoration: none;} &lt;br /&gt;&lt;br /&gt;a:hover.BuzzItem{ text-decoration: underline;}&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Where To Next?&lt;/h3&gt;&lt;br /&gt;This opens up a range of possibilities. Not least is that FreshTags has for some time &lt;a href="http://blogfresh.blogspot.com/2006/01/freshtags-v-05.html"&gt;supported tag extraction from search queries&lt;/a&gt;, providing a means for some sort of query/tag cross-over. Another thought would be to use &lt;a href="http://blogfresh.blogspot.com/2007/02/mashups-for-rest-of-us.html"&gt;Yahoo's Pipes to merge, sort and process buzz&lt;/a&gt; from &lt;span style="font-style:italic;"&gt;other&lt;/span&gt; (related? or rival?) blogs too.&lt;br /&gt;&lt;br /&gt;As alluded to before, there are also pitfalls too. For example, who owns the copyright on a collection of search queries? Who's liable for publishing them? Of course, it's anonymous - to a degree. Without the aggregation effect of a &lt;a href="http://www.google.com/press/zeitgeist.html"&gt;Google Zeitgeist&lt;/a&gt;, it may be more like &lt;a href="http://en.wikipedia.org/wiki/AOL_search_data_scandal"&gt;AOL's search debacle&lt;/a&gt; from last year. &lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/search" rel="tag"&gt;search&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogsearch" rel="tag"&gt;blogsearch&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-5469951024414864026?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/5469951024414864026/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=5469951024414864026' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/5469951024414864026'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/5469951024414864026'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2007/04/buzzflux-recent-search-queries.html' title='BuzzFlux: Recent Search Queries'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-1697043726224350514</id><published>2007-04-01T18:16:00.000-04:00</published><updated>2007-04-01T18:27:59.306-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google'/><title type='text'>Google offers free wireless broadband to your home</title><content type='html'>&lt;h4&gt;Solution for the last hundred yards&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;For those who haven't seen the news yet, Google has announced &lt;a href="http://www.google.com/tisp/"&gt;TiSP&lt;/a&gt;, a free in-home wireless broadband service.  It's in BETA, and those wishing to participate must apply &lt;b&gt;TODAY&lt;/b&gt;, April 1, 2007. &lt;br /&gt;&lt;br /&gt;Installation couldn't be simpler: Remove the spindle of fiber optic cable from the installation kit, activate the patented "GFLush" system which connects the cable to one of thousands of TiSP Access Nodes, where Plumbing Hardware Dispatchers (PHDs) complete the access point connection. &lt;br /&gt;&lt;br /&gt;Drawbacks: Google Toolbar &lt;b&gt;must&lt;/b&gt; be installed, presumably so Google can serve up their ads on this advertising supported service. &lt;br /&gt;&lt;br /&gt;Don't forget, incidentally, that today is &lt;a href="http://urbanlegends.about.com/library/bltune-up.htm"&gt;Internet Spring Cleaning Day&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-1697043726224350514?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/1697043726224350514/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=1697043726224350514' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/1697043726224350514'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/1697043726224350514'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2007/04/google-offers-free-wireless-broadband.html' title='Google offers free wireless broadband to your home'/><author><name>Yokota Fritz</name><uri>http://www.blogger.com/profile/04808661100114872654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://2.bp.blogspot.com/_KO7yBOKk9jo/SwOnht_qwYI/AAAAAAAAAI0/mqkE6QX30nc/s1600-R/4112665379_c010034cd6.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-8691269288488645006</id><published>2007-03-17T03:15:00.000-04:00</published><updated>2007-03-17T03:59:37.534-04:00</updated><title type='text'>Pipes, JSON, and code for your website</title><content type='html'>Although there's still quite a bit going on with Yahoo Pipes, interest in the gee-whiz user interface seems to be waning around the blogosphere. While the drag-and-drop interface is cool, I think one of the more useful and interesting features of Yahoo Pipes is its ability to export data as JSON data.&lt;br /&gt;&lt;br /&gt;Yahoo makes all of its data -- including Pipes feeds data -- available as JSON. JSON -- Javascript Object Notation -- is just data presented as Javascript code. That means you can write Javascript to work directly on the data without any XMLHttpRequest objects to open, get and parse. And because Yahoo provides a nifty callback mechanism, you don't run into the cross domain security issues that plague Ajax developers -- &lt;b&gt;everything runs on the client&lt;/b&gt; and Yahoo Pipes enables some truly interesting mashup possibilities that go way beyond the "aggregate 200 feeds and filter on my keywords and pull in some Flickr photos" examples that dominate most blog discussion on Yahoo Pipes.&lt;br /&gt;&lt;h3&gt;Code for your site&lt;/h3&gt; The most frequently asked question I see on the Pipes discussion boards seems to be "How to I put Pipes feeds on my website?" Here are code examples showing how you can pull data from a Pipes JSON feed and display it automatically on any web page.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;Get the JSON feed data.&lt;/b&gt; Here's the code to do that. Replace "PipeID" with the feed you're interested in. Be sure to retain "_render=json&amp;_callback=pipeCallback". More about the callback parameter later. Make sure this script is someplace it will be executed when the HTML page loads.&lt;br /&gt;&lt;pre&gt;  &amp;lt;script type="text/javascript" &lt;br /&gt;  src="http://pipes.yahoo.com/pipes/pipe.run?_id=pipeID&amp;_render=json&amp;_callback=pipeCallback"&gt;&lt;br /&gt;  &amp;lt;/script&amp;gt;&lt;/pre&gt; If you need a real life example, try this:&lt;br /&gt;&lt;pre&gt; &amp;lt;script type="text/javascript"&lt;br /&gt;  src="http://pipes.yahoo.com/pipes/pipe.run?_id=lLJMf7HH2xGlUlFRJjBjOg&amp;_render=json&amp;_callback=pipeCallback"&gt;&lt;br /&gt;  &amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;b&gt;Write some CSS.&lt;/b&gt; To keep my example simple, I'll use &amp;lt;div&amp;gt; to put things where I want to go. Because this is a callback function, you can't just use document.write because you don't know where the text will actually end up unless you use CSS to place the text. You can define this however you want, but in my sample code I'll use a CSS ID called "leftside" and define a left sidebar.&lt;blockquote&gt;&lt;pre&gt;&lt;br /&gt;#leftside {&lt;br /&gt; position:absolute;&lt;br /&gt; left:10px;&lt;br /&gt; width:180px;&lt;br /&gt; border:1px solid black;&lt;br /&gt; font-size:0.8em;&lt;br /&gt; padding:8px;&lt;br /&gt; margin:8px;&lt;br /&gt;}&lt;/pre&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;li&gt;&lt;b&gt;Create the callback function.&lt;/b&gt;The &lt;b&gt;&amp;lt;HEAD&amp;gt;&lt;/b&gt; section of the HTML page is as good a place as any to put this code. &lt;pre&gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;function pipeCallback(obj) &lt;br /&gt; document.write("&amp;lt;div id=leftside&amp;gt;&amp;lt;h3&amp;gt;My Pipes Feed&amp;lt;/h3&amp;gt;");&lt;br /&gt; var x;&lt;br /&gt; for (x = 0; x &amp;lt; obj.count ; x++)&lt;br /&gt; {&lt;br /&gt;&lt;br /&gt;  var buildstring = "&amp;lt;b&amp;gt;&amp;lt;a href=" + obj.value.items[x].link + "&amp;gt;" + obj.value.items[x].title + "&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt;. &amp;lt;span id=desc&amp;gt;" + obj.value.items[x].description + "&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;";&lt;br /&gt;  document.write(buildstring);&lt;br /&gt;  buildstring = null;&lt;br /&gt; }&lt;br /&gt; document.write("&amp;lt;/div&amp;gt");&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;li&gt;&lt;b&gt;Some explanation.&lt;/b&gt; The function &lt;i&gt;pipeCallback&lt;/i&gt; is called by the JSON method that you loaded in Step (1) above. Note that the name of the function matches the &lt;i&gt;_callback&lt;/i&gt; parameter you used in calling the first script. &lt;i&gt;obj&lt;/i&gt; is the JSON object with one or more members. I'll describe the members in the next step. You can modify this function to change how the link text looks and where the text is placed, but in this example the Title will be a link to the URL of the original article, and the description is also displayed. In real life, you may want to limit the number of items that are actually displayed. &lt;br /&gt;&lt;li&gt;&lt;b&gt;Arrays and fields.&lt;/b&gt;  &lt;i&gt;obj.count&lt;/i&gt; is the number of members that are in the object. obj.value.items is an array of the members. These members may have different elements depending on how the Pipe was constructed -- you'll need to look at the actual JSON data to see what's specifically available -- but typical RSS feed things will be there, including &lt;ul&gt;&lt;li&gt;obj.value.items[x].title -- the title of the article.&lt;br /&gt;&lt;li&gt;obj.value.items[x].description -- the text or summary of the article.&lt;br /&gt;&lt;li&gt;obj.value.items[x].link -- the URL to the original article.&lt;br /&gt;&lt;li&gt;obj.value.items[x].pubDate -- the publication date of the article.&lt;/ul&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;If you're able to make use of this code, please feel free to post your example in the comments.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-8691269288488645006?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/8691269288488645006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=8691269288488645006' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/8691269288488645006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/8691269288488645006'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2007/03/pipes-json-and-code-for-your-website.html' title='Pipes, JSON, and code for your website'/><author><name>Yokota Fritz</name><uri>http://www.blogger.com/profile/04808661100114872654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://2.bp.blogspot.com/_KO7yBOKk9jo/SwOnht_qwYI/AAAAAAAAAI0/mqkE6QX30nc/s1600-R/4112665379_c010034cd6.jpg'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-316147145661759596</id><published>2007-02-26T17:16:00.000-05:00</published><updated>2007-02-26T17:56:41.198-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='yahoo'/><category scheme='http://www.blogger.com/atom/ns#' term='blogging'/><title type='text'>Stem the flow but find what you need</title><content type='html'>Technorati has their &lt;a href="http://www.technorati.com/pop/blogs/"&gt;top 100 blogs&lt;/a&gt;, with popularity based on the number of links to the blog. These popular blogs are high volume and tend to be heavy on geek-tech subjects, though a number of political blogs are also featured.&lt;br /&gt;&lt;br /&gt;These blogs are linked to because the content tends to be pretty good, but the busy blogger may not have time to follow these feeds effectively. If you blog about a niche topic, you've probably been scooped by some of your friends who caught a mention of your favorite subject on BoingBoing or engadget.&lt;br /&gt;&lt;br /&gt;I've created a handy, &lt;a href="http://pipes.yahoo.com/pipes/6GVYfd7F2xGjAcsvFG_cUw/"&gt;subject-filtering tool&lt;/a&gt; just for you. Enter the keywords you're interested in and you'll have your own, custom RSS feed that search for those keywords from many of the most popular, English-language blogs. Subscribe to that feed and you've narrowed your view of these high volume blogs to just the topics you're interested in.&lt;br /&gt;&lt;br /&gt;For example, I blog about bicycling. I watch for the terms bike, cyclist and bicycl. With these words, I get bikes, bikers, bicyclist, bicycling and so forth. I tried "cycle" at first, but I got a lot of posts about recycling, budget cycles, and the water cycle. You may need to experiment similary.&lt;br /&gt;&lt;br /&gt;Let me know if you find this tool helpful. I've created it with Yahoo Pipes; if you need more than four keywords or you need some flexibility in where the searches are done, it's not difficult to copy my Pipe and create your own.&lt;br /&gt;&lt;br /&gt;Try out the &lt;a href="http://pipes.yahoo.com/pipes/6GVYfd7F2xGjAcsvFG_cUw/"&gt;user provide keyword search for top blogs&lt;/a&gt; tool.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-316147145661759596?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/316147145661759596/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=316147145661759596' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/316147145661759596'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/316147145661759596'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2007/02/stem-flow-but-find-what-you-need.html' title='Stem the flow but find what you need'/><author><name>Yokota Fritz</name><uri>http://www.blogger.com/profile/04808661100114872654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://2.bp.blogspot.com/_KO7yBOKk9jo/SwOnht_qwYI/AAAAAAAAAI0/mqkE6QX30nc/s1600-R/4112665379_c010034cd6.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-8780068489560908474</id><published>2007-02-26T12:50:00.000-05:00</published><updated>2007-02-26T12:51:15.839-05:00</updated><title type='text'>How to watch for Diggs to your site</title><content type='html'>I plan to post a series of tips on how to use RSS to help with your blogging. This first one comes from howtogeek.com.Digg.com can be a great source of traffic to your site. If you want to know if an article has been Dugg, follow the link and read the post.&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;&lt;a href='http://www.howtogeek.com/howto/blogging/how-to-get-alerted-when-somebody-has-dugg-your-article/'&gt;read more&lt;/a&gt; | &lt;a href='http://digg.com/software/How_to_Get_Alerted_When_Somebody_Has_Dugg_your_Article'&gt;digg story&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-8780068489560908474?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/8780068489560908474/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=8780068489560908474' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/8780068489560908474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/8780068489560908474'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2007/02/how-to-watch-for-diggs-to-your-site.html' title='How to watch for Diggs to your site'/><author><name>Yokota Fritz</name><uri>http://www.blogger.com/profile/04808661100114872654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://2.bp.blogspot.com/_KO7yBOKk9jo/SwOnht_qwYI/AAAAAAAAAI0/mqkE6QX30nc/s1600-R/4112665379_c010034cd6.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-3487143160948039932</id><published>2007-02-15T18:25:00.000-05:00</published><updated>2007-02-15T20:03:40.342-05:00</updated><title type='text'>Post every 90 seconds</title><content type='html'>Media Guerrilla has a provocative post on &lt;a href="http://www.mguerrilla.com/media_guerrilla/2007/02/24hour_news_cyc.html"&gt;the 90 second news cycle&lt;/a&gt;. The secret to media exposure and worldwide fame, then, is to post something good every 90 seconds, 24 hours a day, 7 days a week. That's over &lt;s&gt;9000&lt;/s&gt; 350,000 blog posts a year.&lt;br /&gt;&lt;br /&gt;Alternatively, you can create &lt;a href="http://blog.searchenginewatch.com/blog/070208-140546"&gt;good quality relevant content&lt;/a&gt; and maybe get somebody's attention.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://hyku.com/blog/archives/001470.html"&gt;Via Hyuku&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Update:&lt;/b&gt; Correction to a simple arithmetic error.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-3487143160948039932?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/3487143160948039932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=3487143160948039932' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/3487143160948039932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/3487143160948039932'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2007/02/post-every-90-seconds.html' title='Post every 90 seconds'/><author><name>Yokota Fritz</name><uri>http://www.blogger.com/profile/04808661100114872654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://2.bp.blogspot.com/_KO7yBOKk9jo/SwOnht_qwYI/AAAAAAAAAI0/mqkE6QX30nc/s1600-R/4112665379_c010034cd6.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-5774257743633486977</id><published>2007-02-10T18:14:00.000-05:00</published><updated>2007-02-09T06:37:12.582-05:00</updated><title type='text'>Mashups for the rest of us</title><content type='html'>Yahoo calls it &lt;a href="http://pipes.yahoo.com/"&gt;Pipes&lt;/a&gt;, but I call it drag-and-drop mashup creation. Absolutely no programming knowledge is required to create Pipes with Yahoo's new tool.&lt;br /&gt;&lt;br /&gt;With Pipes, you start with one or more sources of data. These can be search results from the web, from a map location, or from Flickr; or the data can be an RSS feed like from a blog or news site.&lt;br /&gt;&lt;br /&gt;After you create your inputs, you can massage the data with Yahoo's secret sauce -- modules that you can drag in to filter, translate, and otherwise modify the incoming data.&lt;br /&gt;&lt;br /&gt;An example of a Pipe you can create is &lt;a href="http://pipes.yahoo.com/pipes/RhDowme52xG72_B4e_gC8A/"&gt;this one where I combined&lt;/a&gt; the posts and comments feeds for Freshblog into &lt;a href="http://pipes.yahoo.com/pipes/RhDowme52xG72_B4e_gC8A/run?_render=rss"&gt;one aggregate feed&lt;/a&gt; using the "Union" module.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://pipes.yahoo.com/pipes/ZLw7d2i52xGWpld6e_gC8A/"&gt;In this simple example&lt;/a&gt;, I've taken the Freshblog feed and run it through the BabelFish module to quickly create &lt;a href="http://pipes.yahoo.com/pipes/ZLw7d2i52xGWpld6e_gC8A/run?_render=rss"&gt;a Spanish language version of Freshblog&lt;/a&gt;. You can conceivably expand the audience of your blog by providing a separate feed for each of the 12 languages Babelfish supports. &lt;br /&gt;&lt;br /&gt;A great way to learn Pipes to to start with the simple examples above and modify them. Have fun with it!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-5774257743633486977?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/5774257743633486977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=5774257743633486977' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/5774257743633486977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/5774257743633486977'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2007/02/mashups-for-rest-of-us.html' title='Mashups for the rest of us'/><author><name>Yokota Fritz</name><uri>http://www.blogger.com/profile/04808661100114872654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://2.bp.blogspot.com/_KO7yBOKk9jo/SwOnht_qwYI/AAAAAAAAAI0/mqkE6QX30nc/s1600-R/4112665379_c010034cd6.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-8708631880138778456</id><published>2007-01-27T10:31:00.000-05:00</published><updated>2007-01-27T10:50:41.772-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='freshblog'/><category scheme='http://www.blogger.com/atom/ns#' term='beta'/><category scheme='http://www.blogger.com/atom/ns#' term='google'/><title type='text'>Forced Migration</title><content type='html'>So, after noodling around in beta in response to a reader's question about using Haloscan's new auto-import system with the new blogger, I was greeted with an arm-twisty hammerlock (I exaggerate for comic effect, of course!) in my old account and encouraged to make the move, thus Freshblog now resides in Beta.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-8708631880138778456?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/8708631880138778456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=8708631880138778456' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/8708631880138778456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/8708631880138778456'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2007/01/forced-migration.html' title='Forced Migration'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116840874349071821</id><published>2007-01-10T00:38:00.000-05:00</published><updated>2007-05-31T02:18:12.036-04:00</updated><title type='text'>Re: Scripted Re-Mark Re-Released</title><content type='html'>Readers may be interested to know that the &lt;a href="http://ghill.customer.netspace.net.au/re-mark/"&gt;Scripted Re-Mark del.icio.us bookmarking utility&lt;/a&gt; has been updated. Previously &lt;a href="http://blogfresh.blogspot.com/2006/08/scripted-re-mark-batch-editing-your.html"&gt;launched on Freshblog&lt;/a&gt;, I've taken onboard the &lt;a href="http://chris.pirillo.com/2006/06/23/freedbacking/"&gt;freedbacking&lt;/a&gt; therein and the re-hashed Scripted Re-Mark now sports the following features:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;It works again.&lt;/span&gt; Yes, changes in the delicious interface crippled it. Sadly, I was travelling and unable to fix it. Thanks to those for pointing out &lt;a href="http://blogfresh.blogspot.com/2006/08/scripted-re-mark-batch-editing-your.html#c116305271101422578"&gt;the problem&lt;/a&gt;, and even better - &lt;a href="http://blogfresh.blogspot.com/2006/08/scripted-re-mark-batch-editing-your.html#c116335532936010217"&gt;the solution&lt;/a&gt;!&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Supports functions-as-parameters.&lt;/span&gt; Strictly for the &lt;a href="http://blogfresh.blogspot.com/2006/08/scripted-re-mark-batch-editing-your.html#c116042082804956625"&gt;hard-core&lt;/a&gt;, this means you can now get it to operate on your titles, tags etc with JavaScript &lt;span style="font-style:italic;"&gt;functions&lt;/span&gt;. Eg use toUpperCase() on your text. Or whatever you like. Dangerous in the wrong hands, please &lt;a href="http://ghill.customer.netspace.net.au/re-mark/help.html#function"&gt;read the instructions&lt;/a&gt;. I'm curious to know what people will make of this.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Zip through.&lt;/span&gt; Faster operation since it will now only use that pesky del.icio.us-mandated delay on the bookmarks that it changes. If no rule changes the bookmark, it will jump straight to the next one without waiting. Now you can ruin your bookmarks even faster!&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;As always, I love getting comments so please send 'em in: horror stories, bugs, fixes, extensions, navel-gazing, use-cases - and especially your regexps and (shudder) functions.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;a name="update1"&gt;&lt;span style="font-weight:bold;"&gt;*** Update ***&lt;/span&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;I've bolted more bells and whistles on to this power tool. It now supports &lt;a href="http://en.wikipedia.org/wiki/Stemming"&gt;tag stemming&lt;/a&gt;. Suppose you have similar tags like &lt;span style="font-style:italic;"&gt;blog&lt;/span&gt;, &lt;span style="font-style:italic;"&gt;blogging&lt;/span&gt; and &lt;span style="font-style:italic;"&gt;blogs&lt;/span&gt;. Scripted Re-Mark can detect that these are similar (ie share a common stem, &lt;span style="font-style:italic;"&gt;blog&lt;/span&gt;) and rename accordingly. Great for rationalising your tagspace, especially with plurals, tenses and the like.&lt;br /&gt;&lt;br /&gt;There's also new support for a &lt;a href="http://ghill.customer.netspace.net.au/re-mark/help.html#touched"&gt;"touched tag"&lt;/a&gt; ie a tag that is added to all bookmarks that are updated. This is handy for multi-stage processing and manually reviewing edits.&lt;br /&gt;&lt;br /&gt;I'm always looking out for more ideas, so please send them in!&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;a title="Thursday, 31 May 2007 4:10:23 PM" name="update1180591823000"&gt;&lt;span style="font-weight:bold;"&gt;*** UPDATE ***&lt;/span&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;Bowing to public pressure, &lt;a href="http://ghill.customer.netspace.net.au/re-mark/"&gt;Scripted Re-Mark&lt;/a&gt; now features a &lt;a href="http://ghill.customer.netspace.net.au/re-mark/help.html#delete"&gt;mass delete option&lt;/a&gt;. Wanna make some bookmarks drink the grape-flavoured Kool-Aid? Now you can ... &lt;br /&gt;&lt;br /&gt;Please, be careful with this as it has the potential to inflict much sadness.&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/tags" rel="tag"&gt;tags&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/bookmarklets" rel="tag"&gt;bookmarklets&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/bookmarks" rel="tag"&gt;bookmarks&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/del.icio.us" rel="tag"&gt;del.icio.us&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116840874349071821?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116840874349071821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116840874349071821' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116840874349071821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116840874349071821'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2007/01/re-scripted-re-mark-re-released.html' title='Re: Scripted Re-Mark Re-Released'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116751128217278184</id><published>2006-12-30T15:14:00.000-05:00</published><updated>2006-12-30T15:41:22.276-05:00</updated><title type='text'>Hacks Wiki Update</title><content type='html'>Major kudos to &lt;a href="http://singpolyma-tech.blogspot.com/2006/12/blogger-hacks-wiki-update.html"&gt;Singpolyma&lt;/a&gt; for putting in some significant effort at the &lt;a href="http://www.editthis.info/bloggerhacks/Main_Page"&gt;Blogger Hacks Wiki&lt;/a&gt;, updating the navigation and sorting the hacks by platform. Now you can see the hacks as follows:&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.editthis.info/bloggerhacks/Category:New_Blogger" class="external text" title="http://www.editthis.info/bloggerhacks/Category:New Blogger" rel="nofollow"&gt;New Blogger&lt;/a&gt; | &lt;a href="http://www.editthis.info/bloggerhacks/Category:Blogger_FTP" class="external text" title="http://www.editthis.info/bloggerhacks/Category:Blogger FTP" rel="nofollow"&gt;Blogger FTP&lt;/a&gt; | &lt;a href="http://www.editthis.info/bloggerhacks/Category:Blogger_Classic" class="external text" title="http://www.editthis.info/bloggerhacks/Category:Blogger Classic" rel="nofollow"&gt;Blogger Classic&lt;/a&gt; | &lt;a href="http://www.editthis.info/bloggerhacks/Category:Platform_Unknown" class="external text" title="http://www.editthis.info/bloggerhacks/Category:Platform Unknown" rel="nofollow"&gt;Platform Unknown&lt;/a&gt;&lt;/div&gt;&lt;p&gt;The goal of Stephen's restructuring of the Wiki is to keep the content relevant, as well as providing a dedicated hub for all of the great new hacks that have been generated for the new Blogger platform. This is great work!&lt;/p&gt;So over to you.... If you've got a great hack (whether for Beta or Classic), and you want to ensure maximum exposure for your work, as well as placing your hack up against similar ones to allow users to make comparisons, make sure you're &lt;a href="http://www.editthis.info/bloggerhacks/Bloggerhacks:Create_Page"&gt;adding your hacks&lt;/a&gt; to the wiki.&lt;br /&gt;&lt;br /&gt;If you're working on your template (whether in Beta or Classic) and you want some extra features for your blog, borrow a hack or two from the wiki and test them out. As Stephen notes, it would be particularly useful to the Wiki community if you'd road-test hacks from the (currently rather large) &lt;a href="http://www.editthis.info/bloggerhacks/Category:Platform_Unknown"&gt;platform unknown&lt;/a&gt; collection so that they can be cataloged appropriately according to platform.&lt;br /&gt;&lt;br /&gt;Check out Stephen's &lt;a href="http://singpolyma-tech.blogspot.com/2006/12/blogger-hacks-wiki-update.html?&amp;amp;tags=blog"&gt;wiki update&lt;/a&gt; to get the latest on the &lt;a href="http://www.editthis.info/bloggerhacks/Request_Hacks"&gt;request hacks&lt;/a&gt; process and page.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/wiki" rel="tag"&gt;wiki&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116751128217278184?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116751128217278184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116751128217278184' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116751128217278184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116751128217278184'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/12/hacks-wiki-update.html' title='Hacks Wiki Update'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116613664994805260</id><published>2006-12-16T15:31:00.000-05:00</published><updated>2007-01-12T06:33:17.030-05:00</updated><title type='text'>Pressure to make the Beta Switch</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger/4232/204/1600/360328/miniinvite.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/x/blogger/4232/204/320/102229/miniinvite.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Now that team blogs are able to make the transition to Beta, my Google interface has a couple of new and highly suggestive arm-twists to encourage the move... Are these new, or just new to me?&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger/4232/204/1600/977228/invite.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/x/blogger/4232/204/320/30471/invite.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116613664994805260?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116613664994805260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116613664994805260' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116613664994805260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116613664994805260'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/12/pressure-to-make-beta-switch.html' title='Pressure to make the Beta Switch'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116613522270477468</id><published>2006-12-14T17:15:00.000-05:00</published><updated>2006-12-16T12:26:36.973-05:00</updated><title type='text'>New Hub for Hacks</title><content type='html'>&lt;a href="http://vlehmann.blogspot.com/"&gt;Volker Lehmann&lt;/a&gt; has developed a &lt;a href="http://hemdenmeister.de/betafeeds/"&gt;very cool feed hub&lt;/a&gt; for Blogger hacks that pulls feeds from 9 of the usual suspects &amp; displays the content all on a single page. Click the magnifying glass / plus sign icon to expand the post you're interested in. You can see what's hot in the hackosphere with one click. All v. non-plagiaristic too, since Volker asked permission, links to both source blog &amp;amp; source feed in each box's header, and doesn't carry links over into his reproduced posts. A fine resource, w/ space for expansion &amp;amp; the addition of other sources.&lt;br /&gt;&lt;br /&gt;Oh, and another great incentive to write descriptive, explanatory post titles!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116613522270477468?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116613522270477468/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116613522270477468' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116613522270477468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116613522270477468'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/12/new-hub-for-hacks.html' title='New Hub for Hacks'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116336648034108943</id><published>2006-11-12T16:14:00.000-05:00</published><updated>2006-11-25T06:56:28.016-05:00</updated><title type='text'>Widgets on Main / Archive / Label Pages</title><content type='html'>Vivek writes to point out his &lt;a href="http://stubborn-fanatic.blogspot.com/2006/11/only-on-comment-label-search-and.html"&gt;latest beta how-to&lt;/a&gt;... Conditional code for your widgets. Using this info, you can tell a widget to only show up on the main, post, archive or label page, and thusly customise your beta blog. All good stuff. While we're zipping through a new beta hack or two, check out &lt;a href="http://instant-messengers.blogspot.com/2006/11/show-recent-referrers-on-blogger-beta.html"&gt;Deniz's&lt;/a&gt; repackaging of the good ole' referrer script for beta blogs. If you're looking for a recent referrer list, this is the way to go.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116336648034108943?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116336648034108943/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116336648034108943' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116336648034108943'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116336648034108943'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/11/widgets-on-main-archive-label-pages.html' title='Widgets on Main / Archive / Label Pages'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116265392567544512</id><published>2006-11-04T10:22:00.000-05:00</published><updated>2006-11-06T17:26:21.420-05:00</updated><title type='text'>When is a Draft Not a Draft?</title><content type='html'>When you know the Post ID#.... Richard at &lt;a href="http://pixnaps.blogspot.com/2006/11/blogger-bug-makes-drafts-public.html"&gt;Philosophy, Etc&lt;/a&gt; points out that the comments page for a draft post can be accessed by anyone who knows the post ID. This presents an interesting (though not 100% secure) option for using the non-beta version of Blogger as a private discussion board, by circulating the post ID / URL of the comment page to members of the discussion.&lt;br /&gt;&lt;br /&gt;Interesting to note that the comments feature gets attached to the post before publication, &amp;amp; that the "full" comments page appears when you do this, even if the blog you're (not) publishing to has pop-up comments enabled.&lt;br /&gt;&lt;br /&gt;All good stuff....&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/drafts" rel="tag"&gt;drafts&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/comments" rel="tag"&gt;comments&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116265392567544512?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116265392567544512/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116265392567544512' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116265392567544512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116265392567544512'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/11/when-is-draft-not-draft.html' title='When is a Draft Not a Draft?'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116256373756581033</id><published>2006-11-03T09:22:00.000-05:00</published><updated>2006-11-03T09:22:18.016-05:00</updated><title type='text'>Blogger Beta Feed Tips</title><content type='html'>There's some good stuff happening over at PurpleMoggy's Blog. Check out the &lt;a href="http://purplemoggy.blogspot.com/2006/09/blogger-beta-feeds.html"&gt;Blogger Beta Feeds&lt;/a&gt; post for a full catalog of available feed links, &amp; spend some time in the notes section where there are all sorts of great tips &amp;amp; tricks for customising your feeds in beta.&lt;br /&gt;&lt;br /&gt;In the PurpleMoggy sidebar you'll see that the labels widget has a feed icon next to each label, leveraging and advertising the label-feed subscription option to your readers in a clear and obvious way. PurpleMoggy has a &lt;a href="http://purplemoggy.blogspot.com/2006/09/adding-label-feeds-to-your-template.html"&gt;how-to&lt;/a&gt; for that as well. Very cool! Let the label subscriptions increase and multiply...&lt;br /&gt;&lt;br /&gt;(well, er... increase, at least...)&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/labels" rel="tag"&gt;labels&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116256373756581033?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://purplemoggy.blogspot.com/2006/09/blogger-beta-feeds.html' title='Blogger Beta Feed Tips'/><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116256373756581033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116256373756581033' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116256373756581033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116256373756581033'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/11/blogger-beta-feed-tips.html' title='Blogger Beta Feed Tips'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116250323792767510</id><published>2006-11-02T16:33:00.000-05:00</published><updated>2006-11-02T16:33:58.290-05:00</updated><title type='text'>Blogger Beta now fully loaded</title><content type='html'>&lt;a href="http://buzz.blogger.com/2006/11/blogger-beta-feature-complete.html"&gt;Blogger Buzz&lt;/a&gt; reports that the beta is done cookin' and that all systems are getting towards go on wider migration / rollout. Note that (for now) this says that migration will be possible for all users, but not compulsory. I guess the whole "team blog" deal must be mostly fixed now too, then?&lt;br /&gt;&lt;blockquote&gt;The addition of FTP to the beta means that account migration will soon (like Really Really Soon) be available to all Blogger users -- it's currently just enabled for blogspot users. &lt;/blockquote&gt;Let's see what's next! (&lt;span style="font-style: italic;"&gt;Really really soon&lt;/span&gt; would tend to suggest hours to me in terms of a timescale....)&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116250323792767510?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://buzz.blogger.com/2006/11/blogger-beta-feature-complete.html' title='Blogger Beta now fully loaded'/><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116250323792767510/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116250323792767510' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116250323792767510'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116250323792767510'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/11/blogger-beta-now-fully-loaded.html' title='Blogger Beta now fully loaded'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116225174539452439</id><published>2006-10-30T17:38:00.000-05:00</published><updated>2006-10-30T18:42:34.363-05:00</updated><title type='text'>ClipClip revives Clipmarks Debate</title><content type='html'>My previous post was recently clipped to a new service called &lt;a href="http://www.clipclip.org/skwan/clips/detail/9722"&gt;ClipClip&lt;/a&gt;.   As &lt;a href="http://www.problogger.net/archives/2005/12/22/clipmarks-and-copyright/"&gt;Darren wrote&lt;/a&gt; last December in regard to &lt;a href="http://clipmarks.com/"&gt;Clipmarks&lt;/a&gt;, I'm curious to know when a clip is more than a bookmark, especially since ClipClip reproduces the post template n' all, includes existing Freshblog comments, and offers the opportunity for users to add comments that will sit on the complete reproduced post, not on the original.&lt;br /&gt;&lt;br /&gt;So... Clipping. What's up with that? Here's some ideas for discussion pro &amp; con:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;What if all clips sat in a private user's account, &amp;amp; were not publicly visible?&lt;/li&gt;&lt;li&gt;What if the ClipClip default "whole page is bookmarked when no text is selected" was actually "&lt;span style="font-style: italic;"&gt;nothing&lt;/span&gt; is bookmarked when no text is selected?&lt;br /&gt;&lt;/li&gt;&lt;li&gt;How about an intro phrase for the link at the top of the page. "This content clipped from...." or similar.&lt;/li&gt;&lt;li&gt;What about clip technology that doesn't reproduce the template? Is that more acceptable? Clipmarks appears (at least based on my quick refresher visit) to work that way.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Is there a Search-Engine penalty here, since this is 100% duplicate content at a different URL?&lt;/li&gt;&lt;li&gt;Where's the benefit of a "clip" over a web-based bookmark w/ limited notes, such as those at Del.icio.us?&lt;/li&gt;&lt;li&gt;What if there was a way (either on the source page or the clipping service) to limit the amount of a post that could be clipped, so that it was truly an extract, &amp;amp; not the whole thing?&lt;/li&gt;&lt;/ul&gt;Clipmarks looks a bit like Google Reader now, with a nav-pane of multiple posts on the left and a window that displays the whole text on the right. This seems to me to be a bit more feed-reader-like than ClipClip, although of course the "river of news" that is being fed is a composite of multiple users' selected content, rather than the account-holder's selected feeds.&lt;br /&gt;&lt;br /&gt;I'm still making up my mind (insert Whitman quote here.... the one about Multitudes...) but I think my ultimate issue here is the risk / possibility of a "rival focal point" developing for the conversation. If there's action around one of my posts / ideas, I'd like it to either be on the post, or link directly back to the post, rather than coalescing at the clip. See section 3 "Parallel Microspheres" of my &lt;a href="http://blogfresh.blogspot.com/2006/09/challenge-of-blog-community.html"&gt;Community Participation&lt;/a&gt; post for an earlier and broader statement of the same psychosis. Ok, so I have issues....&lt;br /&gt;&lt;br /&gt;Hit the comments / trackbacks (or the comments on the &lt;a href="http://www.clipclip.org/skwan/clips/detail/9722"&gt;clip&lt;/a&gt;?) to set me straight!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogosphere" rel="tag"&gt;blogosphere&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/microspheres" rel="tag"&gt;microspheres&lt;/a&gt; &lt;span class="technoratitag"&gt;&lt;a href="http://del.icio.us/jrfj44/clipmarks" rel="tag"&gt;clipmarks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/readers" rel="tag"&gt;readers&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/bookmarking" rel="tag"&gt;bookmarking&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/clipclip" rel="tag"&gt;clipclip&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116225174539452439?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116225174539452439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116225174539452439' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116225174539452439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116225174539452439'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/clipclip-revives-clipmarks-debate.html' title='ClipClip revives Clipmarks Debate'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116144685306187998</id><published>2006-10-22T14:15:00.000-04:00</published><updated>2007-01-12T08:44:01.366-05:00</updated><title type='text'>Social Searching with URL.com</title><content type='html'>There's an interesting innovation in the search field that is an effort to leverage social participation for search result relevance. &lt;a href="http://www.url.com/"&gt;URL.com&lt;/a&gt; is a search engine with a difference. The goal of the service is to harness the social power of the search community in order to increase the relevance and usefulness of results.&lt;br /&gt;&lt;br /&gt;To see it in action, let's try my default comedy test search for &lt;a href="http://www.url.com/search/meta?query=chickens&amp;commit=Search"&gt;chickens&lt;/a&gt;. You'll notice that URL.com returns a consolidated set of results derived from the top 10 results on Google, Yahoo and MSN. Interesting so far, esp. w/ the ranking for each engine displayed there on the left, and the small icons at the top of the ranking columns that let you jump direct to those results, but nothing that blows your socks off....&lt;br /&gt;&lt;br /&gt;So what's new? Well, let's &lt;a href="http://www.url.com/account/signup"&gt;sign up&lt;/a&gt; and see. If you sign in before you search, then click a result, the result loads in a frame, which gives you the chance to rank your result.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/url.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/url.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The frame makes sure that you visit the page that you're evaluating, rather than expressing an opinion on the list of results page. In a sense, this relies on the same sort of social contract as a wiki. "First do no harm, respect the common good" etc. Of course, search engines aren't always the premier forum for this kind of ethical web-citizenship, &amp; I'd be interested to see what sort of tools are employed to prevent an American-Idol style "Chickens Rock" campaign from taking over the universe. (Bwahahahahahah!) I'm growing my Bo Bice hair as we speak....&lt;br /&gt;&lt;br /&gt;Anyhow... (sanity returns...) there's a &lt;a href="http://www.url.com/message/about_us"&gt;Techie About page&lt;/a&gt; at URL.com that explains the weights and rankings that are assigned to results. There's also an &lt;a href="http://www.url.com/message/faq"&gt;FAQ&lt;/a&gt;, containing the nugget that votes are superceded... If there are multiple votes from a single account, then only the most recent will count. Thus, the universe would have to be conquered by committee!&lt;br /&gt;&lt;br /&gt;Privacy is also addressed at the FAQ. URL.com state that they only publicise the links that you vote or comment on... so I guess your personal search history is no &lt;a href="http://news.com.com/Feds+Googles+privacy+concerns+unfounded/2100-1028_3-6043338.html"&gt;more&lt;/a&gt; or &lt;a href="http://adamhewgill.com/blog/2006/04/21/yahoo-privacy-concerns/"&gt;less&lt;/a&gt; problematic than with any other search engine. The long &amp;amp; short of it, I think, is that searches shouldn't be regarded as private, whichever engine you use.&lt;br /&gt;&lt;br /&gt;Here's my thought / wish for the future. The evaluation of the page doesn't seem to get at accuracy or "aboutness" as clearly as you might wish for. Your vote for "good" &amp; "not so good" results affects the way that results from that engine are interfiled with results from the other two. It does not unequivocally state "This page was / was not about Chickens..."&lt;br /&gt;&lt;br /&gt;Now I realise that we'd be talking 8,000,000 servers to do it this way, and that other engines approximate an "aboutness" voting system by boosting the juice of pages that are frequently clicked results for a given search, (the implication being that regular traffic = aboutness)  but if you're asking for my vote, I'd like to be able to say "This page wasn't about Chickens" and have it affect the page in relation to the search, rather than the bulk of engine results in relation to the other engines.&lt;br /&gt;&lt;br /&gt;I'd eventually like the judgement to be about the page and not about the engine.&lt;br /&gt;&lt;br /&gt;Some challenging new issues, then, but an interesting combination of two different models / technologies, and one worth keeping an eye on.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/search" rel="tag"&gt;search&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/url.com" rel="tag"&gt;url.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116144685306187998?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116144685306187998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116144685306187998' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116144685306187998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116144685306187998'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/social-searching-with-urlcom.html' title='Social Searching with URL.com'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116121098654022900</id><published>2006-10-18T18:23:00.000-04:00</published><updated>2006-10-18T18:36:26.670-04:00</updated><title type='text'>BloggerHacks Wiki Hack Requests</title><content type='html'>A whole bunch of &lt;a href="http://www.editthis.info/bloggerhacks/Request_Hacks"&gt;new hack requests&lt;/a&gt; were posted to the wiki in the last couple of days. If you've got some time to spare this weekend, and you're wearing your hacker hat (the one with the blue flashing light &amp; space for a can of soda), take a look &amp;amp; see what you make of the requests:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Merge Blogs:&lt;/span&gt; Basically, I have 6 personal blogs on my Blogger dashboard. That's because I wanted categorization before Blogger Beta introduced labels. For a number of reasons, I want to merge my blogs into one. If there is a way to import all the posts from one blog into another, that would be an ideal solution. Please advise or create a hack to do this, thanks in advance. My blog is here at &lt;a href="http://www.shan.ca.tf/" class="external text" title="http://www.shan.ca.tf" rel="nofollow"&gt;www.Shan.ca.tf&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Blogsend: No Linkback to Main Blog:&lt;/span&gt; I have a &lt;a href="http://usurpingivy.blogspot.com/" class="external text" title="http://usurpingivy.blogspot.com" rel="nofollow"&gt;Blogger Blog&lt;/a&gt; that I've been updating since the Dawn of time, but my friends are all on LiveJournal. Using the Blogsend function, I'm able to update the &lt;a href="http://usurpingivylj.livejournal.com/" class="external text" title="http://usurpingivylj.livejournal.com" rel="nofollow"&gt;LiveJournal&lt;/a&gt; without actually ever stepping foot on LJ, BUT the issue becomes that BlogSend automatically adds a footer with a linkback to the main Blog. I need to figure out a way to circumvent that, for privacy reasons on my main blog and to protect my guestbloggers. Any ideas? Thanks!! &lt;/li&gt;&lt;li&gt;&lt;a name="Pick_up_labels_in_adding_to_delicious_.28beta.29"&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;Pick up labels in adding to delicious (beta):&lt;/span&gt; I know there is a known hack to add capability to link to delicious from beta blogger posts. But right now it does not pick up labels of the post and create automatic tags for delicious bookmark. I know it should be not so difficult to include the tags for the delicious link. I am quite used to the current Greasemonkey method to tag my non-beta blog posts and am itching to move to the new beta, but this is one big roadblock for me. Any takers?&lt;a href="http://usctrojan98.blogspot.com/" class="external free" title="http://usctrojan98.blogspot.com" rel="nofollow"&gt; http://usctrojan98.blogspot.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a name="My_feeds_for_autodetection_.28beta.29"&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;My feeds for Autodetection (beta):&lt;/span&gt; Is it possible to add my feedburner feed in the beta blog so that autodetection is done on the feedburner feed rather than the default Atom feed or even the beta blogger RSS feed? &lt;a href="http://usctrojan98.blogspot.com/" class="external free" title="http://usctrojan98.blogspot.com" rel="nofollow"&gt;http://usctrojan98.blogspot.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a name="Tag_Hack_for_Qumana"&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;Tag Hack for Qumana:&lt;/span&gt; I want to use Qumana for my post editing for Blogger. It works much better with Blogger than Performancing. But I want to change the tagging option from Technocratii to RawSugar (as exists with the great BlogThis/Tag hack.) My guess it's a simple business of changing the url somewhere in the Qunama script. Where? How? &lt;/li&gt;&lt;/ol&gt;        To date, the convention for replying has been to edit the relevant section of the &lt;a href="http://www.editthis.info/bloggerhacks/Request_Hacks"&gt;Request Hacks page&lt;/a&gt;, and add your advice / recommendation under a bolded "solution" heading. Thanks for your input. Check out the Wiki &amp;amp; have fun supporting your fellow bloggers!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/wiki" rel="tag"&gt;wiki&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116121098654022900?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116121098654022900/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116121098654022900' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116121098654022900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116121098654022900'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/bloggerhacks-wiki-hack-requests.html' title='BloggerHacks Wiki Hack Requests'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116104103940437058</id><published>2006-10-17T08:47:00.000-04:00</published><updated>2007-01-10T09:50:39.333-05:00</updated><title type='text'>Blogger Beta Hack Round-Up 2</title><content type='html'>A whole raft of new hacks for Blogger Beta since the &lt;a href="http://blogfresh.blogspot.com/2006/09/blogger-beta-hack-round-up.html"&gt;last time&lt;/a&gt; we cataloged your available options. Most of these are courtesy of your usual suspects: Hoctro, Ramani, Hans, Vivek,  Singpolyma, but there's some other folks working on this good stuff too.... Here's the latest:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;First, &lt;a href="http://hoctro.blogspot.com/2006/10/new-but-useful-feature-of-beta.html"&gt;Hoctro&lt;/a&gt; notes the new Beta feature that allows the mass-application of a single label to a number of posts by selecting the checkbox on a list (just like when you delete your e-mail!) Good call, Blogger! Update: See screenshots etc at &lt;a href="http://phydeaux3.blogspot.com/2006/10/bulk-label-management-in-beta.html"&gt;Phydeaux3&lt;/a&gt;.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Since we're talking labels, check out Ramani's mighty-fine multi-mode choose-your-own-format &lt;a href="http://hackosphere.blogspot.com/2006/09/multi-style-labels-widget-for-blogger.html"&gt;label menu widget&lt;/a&gt; for your beta sidebar. Would you like your labels in a list? A drop-down? A cloud? (Mmmmm... Clouds!) How about all three, with the option for the reader to switch between them? 'Tis done....&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;As I noted earlier in the week, Trackback for Blogger Beta is now available, using custom Haloscan code courtesy of &lt;a href="http://logicalphilosopher.blogspot.com/2006/09/getting-haloscan-to-work-in-beta.html"&gt;Logical Philosopher&lt;/a&gt;, modified by Pete from &lt;a href="http://uttermuttering.blogspot.com/2006/10/now-wasnt-that-fun.html"&gt;Utter Muttering&lt;/a&gt;. If you have Haloscan comments, you'll need 2 sets of the code... 1 for the comments and a second (Pete-style) for the Trackbacks.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://singpolyma-tech.blogspot.com/2006/10/comments-on-mainarchive-page-peek-boo.html"&gt;Singpolyma&lt;/a&gt; has developed peek-a-boo comment code for beta, so that you can have inline comments that pop out beneath the body of your post. Apparently he's now investigating the possibilities of an inline comment form that will peek-a-boo too!&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Another goodie from &lt;a href="http://singpolyma-tech.blogspot.com/2006/10/feed-links-in-beta.html?&amp;tags="&gt;Singpolyma&lt;/a&gt;... A feed-links widget for your sidebar, to get feed links up and away from your page footer, where they may not be having a lot of fun!&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Mohammed at &lt;a href="http://mohdmoyeen.blogspot.com/2006/10/blogger-beta-hacks.html"&gt;Daily Routines&lt;/a&gt; explains how to add a third column to your Blogger Beta template, and suggests a strategy for adding HTML / Javascript elements to your template that are true page footers.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://stubborn-fanatic.blogspot.com/2006/10/comment-feed-for-individual-posts.html"&gt;Vivek Sanghi&lt;/a&gt; presents a workaround that will display "subscribe to comments" links on each post without displaying the default post-feed options.... Useful if you're on Feedburner or similar.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Since Feedburner Feedflare is now post-footer legal, &lt;a href="http://loupdargentonline.blogspot.com/2006/09/fwd-adding-feedflare-to-blogger-beta.html"&gt;Loup d'Argent&lt;/a&gt; points to Feedburner's new Beta-friendly Feedflare insert code on the &lt;a href="http://forums.feedburner.com/viewtopic.php?t=7192"&gt;Feedburner forums&lt;/a&gt;. Flare your Beta Blog's  Footer forthwith!&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt; More good stuff from &lt;a href="http://hackosphere.blogspot.com/2006/10/author-comment-highlighting-and.html"&gt;Ramani&lt;/a&gt;. He's upgraded a couple of pre-beta hacks for the new system. You can now highlight your comments on your own blog, as well as setting up your comments section with e-mail icons so that you can e-mail a previous commenter to notify them of your comment / response. Very cool, &amp;amp; an additional tool to use alongside the beta comment feeds.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt; Hans at &lt;a href="http://beautifulbeta.blogspot.com/2006/10/adding-menubar-to-your-blog.html"&gt;Beautiful Beta&lt;/a&gt; has the scoop on creating a horizontal navigation menu between your header and your content on Blogger Beta. A useful &amp; welcome addition.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt; Hans also points to Gabriel Lau's &lt;a href="http://freeyasoul.blogspot.com/2006/10/random-rotating-banner-hack.html"&gt;Random Rotating Banner&lt;/a&gt; Hack for Beta. Change out your Beta header images automagically and in a random-type way! Grand.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt; In a comment on Amit's &lt;a href="http://labnol.blogspot.com/2006/10/blog-hacks-add-javacript-code-in.html"&gt;Digital Inspiration&lt;/a&gt;, Vin from &lt;a href="http://widgetry.blogspot.com/"&gt;Blog Widgetry&lt;/a&gt; explains how to add a second element field to the main body section of your beta blog (where the posts go) so that (for instance) your adsense stays where you put it instead of scrolling down with the posts.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;While we're talking Adsense, &lt;a href="http://consumingexperience.blogspot.com/2006/10/blogger-beta-adsense-added-but.html"&gt;Improbulus&lt;/a&gt; points out that the addition of Adsense to Beta blogs is now an officially sanctioned / supported activity, with official Blogger help etc, &amp;amp; that there might be an overload in the circuits due to the additional demand for accounts.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Finally (for now)... If you still want to lose the Navbar from your beta blog, in spite of the new cool functions and the interface to your blogger acct when you're signed in, &lt;a href="http://blogger-templates.blogspot.com/2005/01/remove-navbar.html#comment-115591735569475545"&gt;Epirater&lt;/a&gt; has edited the &lt;a href="http://blogger-templates.blogspot.com/2005/01/remove-navbar.html"&gt;Blogger Templates&lt;/a&gt; nav-bar hack to make it work in Beta.&lt;/li&gt;&lt;/ul&gt;Lots of great stuff, and more to come, I'm sure. Update: &lt;a href="http://phydeaux3.blogspot.com/2006/10/beta-tags-evolution.html"&gt;Phydeaux3&lt;/a&gt; looks at the promise of more to come by evaluating beta code that hints at more features than are currently offered.&lt;br /&gt;&lt;br /&gt;For more, see our first &lt;a href="http://blogfresh.blogspot.com/2006/09/blogger-beta-hack-round-up.html"&gt;Blogger Beta Hacks Round-Up&lt;/a&gt;, &amp;amp; watch for volume 3 in the series...&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116104103940437058?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116104103940437058/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116104103940437058' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116104103940437058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116104103940437058'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/blogger-beta-hack-round-up-2.html' title='Blogger Beta Hack Round-Up 2'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116104499290649302</id><published>2006-10-16T20:14:00.000-04:00</published><updated>2006-10-16T20:29:52.956-04:00</updated><title type='text'>Integrate Google Reader with GMail</title><content type='html'>Philipp at &lt;a href="http://blog.outer-court.com/archive/2006-10-16.html#n64"&gt;Google Blogoscoped&lt;/a&gt; points out a nifty &lt;a href="http://persistent.info/greasemonkey/gmail-reader.user.js"&gt;Greasemonkey script&lt;/a&gt; that will integrate Google Reader capabilities into GMail, which comes to us courtesy of Mihai Parprita of &lt;a href="http://persistent.info/archives/2006/10/13/google-reader-redux"&gt;Persistent.info&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The script will add star, share, e-mail, mark as read, &amp; tag management tabs to feed-sourced entries that appear in the message list in G-Mail, &amp;amp; make it that much easier to view your e-mail feed subs in  a full-fledged RSS reader, as we've &lt;a href="http://blogfresh.blogspot.com/2006/10/e-mail-for-feedreading.html"&gt;recently discussed&lt;/a&gt; in relation to &lt;a href="http://www.r-mail.org/"&gt;R-Mail&lt;/a&gt;. A great way to consolidate two major streams of incoming information, &amp;amp; perhaps to save a bit of time? Philipp and Garett at ZD.Net's &lt;a href="http://blogs.zdnet.com/Google/?p=358"&gt;Googling Google &lt;/a&gt;speculate as to the eventual integration of the two products. Sounds good to me!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/readers" rel="tag"&gt;readers&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt; google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/gmail" rel="tag"&gt;gmail&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116104499290649302?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116104499290649302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116104499290649302' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116104499290649302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116104499290649302'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/integrate-google-reader-with-gmail.html' title='Integrate Google Reader with GMail'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116069695835613847</id><published>2006-10-12T19:35:00.000-04:00</published><updated>2006-10-15T15:58:37.033-04:00</updated><title type='text'>E-Mail for Feedreading</title><content type='html'>&lt;a href="http://www.r-mail.org/blog/?guid=20061012045830"&gt;Randy&lt;/a&gt; notes that &lt;a href="http://www.r-mail.org/"&gt;R-Mail&lt;/a&gt; has passed 27,000 users and 68,000 subscriptions.  Many congrats, Randy! A great service, which (among other, more significant milestones) is clearly impacting the distribution of Freshblog's content. &lt;span style="font-style: italic;"&gt;Warning: Stats Ahead&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;As you may recall, I was surprised &lt;a href="http://blogfresh.blogspot.com/2006/08/on-reach-of-feeds.html"&gt;last August&lt;/a&gt; to see that 37% of our 929 subscribers accessed Freshblog via R-Mail. Well, the trend continues. 519 of Freshblog's 1180 subscribers, or 44% now use R-Mail. We're 8th on the &lt;a href="http://www.r-mail.org/top.aspx"&gt;R-Mail top-blogs&lt;/a&gt; list. This is our biggest single subscriber chunk, and we've piled on 172 new R-Mail readers since Aug. More than twice as many readers see Freshblog posts through R-Mail than through Bloglines, &amp; we're 46% R-Mail - 54% All other Readers at this point, which is much heavier on the e-mail end of things than I would, off the top of my head, have thought.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/freshblog.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/freshblog.png" alt="" border="0" /&gt;&lt;/a&gt;So let's revisit my questions from Aug, &amp; provide an opportunity for some &lt;a href="http://blogfresh.blogspot.com/2006/10/lurkers-and-blog-participation.html"&gt;delurking&lt;/a&gt; on the part of our e-mail subscribers. We want to hear from you! If you access Freshblog through R-Mail....&lt;br /&gt;&lt;ul&gt;&lt;li&gt;How many other blogs do you read that way? &lt;/li&gt;&lt;li&gt;What prompted your choice to read blogs through e-mail? &lt;/li&gt;&lt;li&gt;What e-mail program do you use, &amp;amp; have you crafted filters and such to help to sort the incoming content?&lt;/li&gt;&lt;li&gt;Was the prominence of the R-Mail widget here a factor in your decision?&lt;/li&gt;&lt;li&gt;Are you "new" to RSS?&lt;/li&gt;&lt;li&gt;Do you have a Feedreader account as well as some e-mail subscriptions?&lt;/li&gt;&lt;/ul&gt;If you use R-Mail to read Freshblog (&amp; we know there's 500+ of you) we want to know what you think! Please delurk forthwith.... Oh, &amp;amp; if you subscribe through a reader, feel free to chip in too!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/readers" rel="tag"&gt;readers&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116069695835613847?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116069695835613847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116069695835613847' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116069695835613847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116069695835613847'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/e-mail-for-feedreading.html' title='E-Mail for Feedreading'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116057032229109121</id><published>2006-10-11T08:29:00.000-04:00</published><updated>2006-10-11T08:38:42.346-04:00</updated><title type='text'>Trackback Works in Blogger Beta</title><content type='html'>Pete from &lt;a href="http://uttermuttering.blogspot.com/2006/10/now-wasnt-that-fun.html"&gt;Utter Muttering&lt;/a&gt; has taken the beta code for Haloscan comments provided by &lt;a href="http://logicalphilosopher.blogspot.com/2006/09/getting-haloscan-to-work-in-beta.html"&gt;Logical Philosopher&lt;/a&gt;, made a minor but significant edit, &amp; voila, Haloscan Trackbacks now work in Blogger Beta. See &lt;a href="http://www.haloscan.com/comments/noremacc/474378852539454150/#94472"&gt;Pete's comment&lt;/a&gt; on LP's original post for the details of the edit. You'll need the code from the original post too....&lt;br /&gt;&lt;br /&gt;If you're asking "What is a Trackback?", check out the Freshblog &lt;a href="http://blogfresh.blogspot.com/2006/07/haloscan-trackback-what-why-how.html?&amp;amp;tags=Highlights"&gt;what, why, how&lt;/a&gt;?&lt;br /&gt;&lt;br /&gt;Another example of collaboration, sharing, &amp;amp; an individual response to the beta upgrade being put out there for the benefit of all. Gotta love this stuff! Now go make your beta blog all trackback-y!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/haloscan" rel="tag"&gt;haloscan&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/trackback" rel="tag"&gt;trackback&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116057032229109121?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116057032229109121/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116057032229109121' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116057032229109121'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116057032229109121'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/trackback-works-in-blogger-beta.html' title='Trackback Works in Blogger Beta'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116040777519200318</id><published>2006-10-09T10:32:00.000-04:00</published><updated>2006-10-09T11:29:36.186-04:00</updated><title type='text'>Lurkers and Blog Participation</title><content type='html'>Here's usability guru Jakob Nielsen on &lt;a href="http://www.useit.com/alertbox/participation_inequality.html"&gt;participation inequality in online systems&lt;/a&gt;, providing much-needed grist for our &lt;a href="http://blogfresh.blogspot.com/2006/09/challenge-of-blog-community.html"&gt;blog-participation&lt;/a&gt; mill. As usual, Dr Nielsen is succinct and insightful. The thrust is  that "&lt;span style="font-style:italic;"&gt;In most online systems, 90% of users are lurkers who never contribute, 9% of users contribute a little, and 1% of users account for almost all the action.&lt;/span&gt;". &lt;br /&gt;&lt;br /&gt;This disparity follows &lt;a href="http://en.wikipedia.org/wiki/Zipf%27s_law"&gt;Zipf Law&lt;/a&gt;, whereby 90% of users are lurkers (yes, you know who you are), 9% contribute occasionally while only 1% account for most activity. This pattern seems to hold up to a wide range of online activities, like wikis, discussion forums, review sites and the like. But, interestingly, not blogs. Blogs suffer from this phenomenon to a higher degree, with a &lt;span style="font-weight:bold;"&gt;95-5-0.1&lt;/span&gt; split!&lt;br /&gt;&lt;br /&gt;If the Freshblog subscription figures (currently around 1100) proxied for readers, then this would indicate we have 1045 passive lurkers, 55 occasional contributors and a measly 1.1 readers doing most of the heavy-lifting. While I'd be the first to congratulate John on his prolificity, I think the real split's probably closer to 95-4-1, or in whole numbers, 1045 lurkers, 44 occasional contributors and 10 regulars. So we might be doing better than the average blog, but there's more to be done. Fortunately, the good doctor also has a prescription. Most obviously, encouraging lurkers to "decloak" (yes, "&lt;a href="http://www.dwarfnet.com/glossary/delurk.shtml"&gt;delurk&lt;/a&gt;" is the approrpriate Usenet-era term) will get the participation rates up. Here's some blog-relevant tips from Jakob Nielsen:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Make it easier to contribute.&lt;/span&gt; C'mon people, hit that comment button! Honestly, how much easier could it be? Thumbs up / thumbs down buttons on each post footer?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Make participation a side-effect.&lt;/span&gt; A great suggestion, but it requires users' passive actions (looking at, bookmarking, forwarding a page) to somehow "count". Displaying the popularity of outgoing links ("24th most followed link") might fall under this category. As does "today's top searches" and "today's top pages".&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Edit, don't create.&lt;/span&gt; Sure, give people templates. Works great in wikis. But blogs? Would people want "comment templates"? Or even a "clone this comment" button? Would that increase or decrease the signal-to-noise ratio?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Reward participants.&lt;/span&gt; Sounds good in theory, but you invariably end up with some sort of unwieldy, readily-gamed, karma-based system, like &lt;a href="http://slashdot.org/faq/com-mod.shtml"&gt;Slashdot's mod points&lt;/a&gt;. (In fairness, imagine how much worse that site would be &lt;span style="font-style:italic;"&gt;without&lt;/span&gt; karma.)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Promote quality contributors.&lt;/span&gt; Dr Nielsen suggests giving greater prominence to quality contributions. This smacks of the "highlight own comments" hacks by &lt;a href="http://www.editthis.info/bloggerhacks/Highlight_Own_Comments"&gt;Adi&lt;/a&gt; and &lt;a href="http://www.editthis.info/bloggerhacks/Highlight_Comments_with_Profile_Pictures"&gt;Singpolyma&lt;/a&gt; - the presumption being that a blog's owner is likely to be of high quality. In a similar vein, sometimes blog owners invite their more-profligate commentors to join officially (effectively graduating from long, unreadable comments to long, undreadable posts :-) Is there a middle ground, whereby high-quality commentors can have their "associate" status recognised in the form of prominence?&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Perhaps an alternative view is to say "well, if you want to get the participation rate up, why not just work hard to repel lurkers?" At which point, maybe it becomes apparent that the participation &lt;span style="font-style:italic;"&gt;rate&lt;/span&gt; is the wrong metric ... after all, lurkers are pretty easy to tend, mostly feeding and watering themselves. Besides, they may make contributions behind the scenes, forwarding and discussing post via email or suggesting blogs of note to friends. Should bloggers be focused on the quality and quantity of contributions, not the proportion of seemingly-passive readership?&lt;br /&gt;&lt;br /&gt;With a nod to that mischievous logician Lewis Carroll, can I ask: any lurkers feel like commenting on this?&lt;br /&gt;&lt;br /&gt;With these discussion points in mind, perhaps this is the perfect post on which to decloak yourself and add your first Freshblog comment ...&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogosphere" rel="tag"&gt;blogosphere&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116040777519200318?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116040777519200318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116040777519200318' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116040777519200318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116040777519200318'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/lurkers-and-blog-participation.html' title='Lurkers and Blog Participation'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116022776517090593</id><published>2006-10-07T09:20:00.000-04:00</published><updated>2006-10-07T09:29:25.243-04:00</updated><title type='text'>Technorati Link Counts</title><content type='html'>In a &lt;a href="http://technorati.com/weblog/2006/10/127.html"&gt;recent post&lt;/a&gt;, Brian at Technorati dissects the statistics that t'rati displays for each blog:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Rank 1,375:&lt;/strong&gt;the number of blogs, plus one, that have more than 1,005 blogs linking to them&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;1,919 links:&lt;/strong&gt; the number of links pointing at this URL in the last 180 days&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;1,005 blogs:&lt;/strong&gt; the number of distinct blogs pointing at this URL in the last 180 days&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;3,149 links:&lt;/strong&gt; the total number of links we found pointing at this blog, ever&lt;/li&gt;&lt;/ul&gt;There's some explanation and discussion too, esp. of the ranking number, &amp; the notion that several blogs w/ the same number of inbounds within the last 90 days can (&amp;amp; do) share a ranking.&lt;br /&gt;&lt;br /&gt;Brian's post is now accessible from the green-circle questionmark next to the rank on your search results page...&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/+technorati" rel="tag"&gt;technorati&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+webtech" rel="tag"&gt;webtech&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116022776517090593?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116022776517090593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116022776517090593' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116022776517090593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116022776517090593'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/technorati-link-counts.html' title='Technorati Link Counts'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-116000530699233329</id><published>2006-10-04T19:36:00.000-04:00</published><updated>2006-10-05T12:42:08.350-04:00</updated><title type='text'>Agitate for Full Feeds</title><content type='html'>You can now express your need for (full) feeds by adding your signature, URL &amp; comments to the petition at &lt;a href="http://www.fullfeeds.com/"&gt;FullFeeds.com&lt;/a&gt;, where you're invited to "use RSS properly."&lt;br /&gt;&lt;br /&gt;No indication of what will happen to the petition when it reaches critical mass, &amp;amp; not all of the signatures are commented, so they don't all move the ball forward in the debate, but still worth a look.&lt;br /&gt;&lt;br /&gt;For my part, I'm onboard with the full feeds, because I'm interested in sharing my ideas, &amp; don't have any ads that I need you to come here &amp;amp; click. For more on the debate, and a challenge to see whether full or partial feeds are more effective, see &lt;a href="http://www.punny.org/money/gripe-time-the-shame-of-partial-rss-feeds/"&gt;Punny Money&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;via the &lt;a href="http://www.kbcafe.com/rss/?guid=20061004134154"&gt;RSS Blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/readers" rel="tag"&gt;readers&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/rss" rel="tag"&gt;rss&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-116000530699233329?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/116000530699233329/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=116000530699233329' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116000530699233329'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/116000530699233329'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/agitate-for-full-feeds.html' title='Agitate for Full Feeds'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115996923071037435</id><published>2006-10-04T09:36:00.000-04:00</published><updated>2006-10-04T09:40:30.766-04:00</updated><title type='text'>Moving a Blog to a different account....</title><content type='html'>&lt;a href="http://blogger-tricks.blogspot.com/2006/10/how-to-have-different-profiles-for.html"&gt;Blogger Tips &amp; Tricks&lt;/a&gt; walks through the process of migrating a blog to a different account (so that you can have a different profile on one of your blogs...) Simply put, create a new account, add the new account as a member on the existing blog that you want to "move", make the new user an admin, then delete the old user as a contributor. Interesting, esp. if you have multiple blogs &amp;amp; the one that has taken off is not the one that your profile is optimised for.&lt;br /&gt;&lt;br /&gt;For the detailed walkthrough, see &lt;a href="http://blogger-tricks.blogspot.com/2006/10/how-to-have-different-profiles-for.html"&gt;Blogger Tips &amp; Tricks&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115996923071037435?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115996923071037435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115996923071037435' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115996923071037435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115996923071037435'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/moving-blog-to-different-account.html' title='Moving a Blog to a different account....'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115989479781059830</id><published>2006-10-03T12:57:00.000-04:00</published><updated>2006-10-03T12:59:57.866-04:00</updated><title type='text'>Javascript in Blogger Posts</title><content type='html'>&lt;a href="http://labnol.blogspot.com/2006/10/blog-hacks-add-javacript-code-in.html"&gt;Amit&lt;/a&gt; reminds us that you can run scripts in your posts, by clicking the "stop showing errors" checkbox and allowing the post to publish. Does stop &lt;span style="font-style: italic;"&gt;showing&lt;/span&gt; errors mean that the errors go away, though? One to test, I think....&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115989479781059830?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115989479781059830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115989479781059830' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115989479781059830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115989479781059830'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/javascript-in-blogger-posts.html' title='Javascript in Blogger Posts'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115989227974436557</id><published>2006-10-03T12:08:00.000-04:00</published><updated>2006-10-03T12:17:59.796-04:00</updated><title type='text'>Matt Cutts on Pagerank</title><content type='html'>&lt;a href="http://www.mattcutts.com/blog/more-info-on-pagerank/"&gt;Matt Cutts&lt;/a&gt; has answered some of his frequently-asked pagerank questions in response to the buzz around this week's PR update. There's some good stuff there, exploring and explaining the mysterious mystery that is page-rank.... I especially like the "why should we care?" question, to which Matt's answer (I'm paraphrasing) is "if you don't, you shouldn't!"&lt;br /&gt;&lt;br /&gt;Filed in: &lt;span&gt;&lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/pagerank" rel="tag"&gt;pagerank&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/seo" rel="tag"&gt;seo&lt;/a&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115989227974436557?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115989227974436557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115989227974436557' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115989227974436557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115989227974436557'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/matt-cutts-on-pagerank.html' title='Matt Cutts on Pagerank'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115982574354065192</id><published>2006-10-02T17:26:00.000-04:00</published><updated>2006-10-02T17:49:03.703-04:00</updated><title type='text'>Netflix Recommendation Engine Contest</title><content type='html'>Netflix is looking for a new recommendation engine, &amp; they're putting $1 million behind the effort. They're opening the effort up to users, and apparently (longitude prize stylee) they're willing to pay 50k/yr for anything over a 1% improvement 'til the grand-prize winner comes along. Check out the &lt;a href="http://www.netflix.com/MediaCenter?id=5368"&gt;press release&lt;/a&gt; for the details.&lt;br /&gt;&lt;blockquote&gt; The threshold required to win the Netflix Prize is a 10 percent improvement in accuracy over the current Netflix recommendation system. If no one wins the grand prize this year, the company said it will award a $50,000 progress prize to whoever makes the most significant advancement toward the goal and will award a progress prize annually until someone wins the grand prize. &lt;/blockquote&gt;Who will be the &lt;a href="http://www.answers.com/topic/john-harrison"&gt;John Harrison&lt;/a&gt; of the online movie world?  See &lt;a href="http://developers.slashdot.org/article.pl?sid=06/10/02/1359221"&gt;Slashdot&lt;/a&gt;, or check out the audio on &lt;a href="http://www.npr.org/templates/story/story.php?storyId=6183015"&gt;NPR&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Oh, &amp;amp; if you win because of this referral, I'll be looking for 10%....&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/netflix" rel="tag"&gt;netflix&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/business" rel="tag"&gt;business&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/movies" rel="tag"&gt;movies&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115982574354065192?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115982574354065192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115982574354065192' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115982574354065192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115982574354065192'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/10/netflix-recommendation-engine-contest.html' title='Netflix Recommendation Engine Contest'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115939850293748329</id><published>2006-09-27T19:00:00.000-04:00</published><updated>2006-09-27T19:17:03.356-04:00</updated><title type='text'>Beta Feeds and Your Subscribers</title><content type='html'>Keeping the subscribers in mind above all, &lt;a href="http://nofancyname.blogspot.com/2006/09/blogger-beta-and-feeds-and-your-readers.html"&gt;Julie&lt;/a&gt; has some ideas for those of you who are recent migrants to beta to ensure that you keep your subscribers happy and connected to the good stuff that you're publishing. These include announcing your new feed URL &amp; updating your feedburner source feed. All good stuff.....&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115939850293748329?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115939850293748329/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115939850293748329' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115939850293748329'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115939850293748329'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/beta-feeds-and-your-subscribers.html' title='Beta Feeds and Your Subscribers'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115523563071580346</id><published>2006-09-26T08:44:00.000-04:00</published><updated>2006-09-26T08:30:52.620-04:00</updated><title type='text'>The Challenge of Blog-Community Participation</title><content type='html'>&lt;p style="margin-bottom: 0.2in;"&gt;Taking as a starting point the idea that there is undiscovered quality content out there, I've been doing a lot of thinking lately (hence the smell of burning) about the structure of the blogosphere, "microspheres philosophy", and the pluses and minuses thereof.  I'm interested in three main issues:&lt;/p&gt; &lt;ol&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;The reputation / authority economy  in the blogosphere, &amp; how that creates &amp;amp; encourages  "microspheres" - communities of shared interest with  similar authority levels.&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt;  &lt;ol start="2"&gt;&lt;li&gt;&lt;p&gt;The challenge of developing your blog, when the  above-mentioned structure can be hostile to competition.&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p&gt;The limitations of the structure of the blogosphere, and the  emergence of parallel / duplicate microspheres.&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;p&gt;So what is a microsphere? Well... the notion of "the blogosphere" is no longer very helpful (if it ever was). There are now blogs about anything you can imagine, and many thousands of "&lt;a href="http://del.icio.us/jrfj44/microspheres"&gt;microspheres&lt;/a&gt;" made up of sites that are both interconnected by links and shared by a community of readers. To my mind, the microsphere is a much more useful tool for thinking about the social &amp; informational connections between blogs than is the concept of the monolithic "blogosphere." The microsphere (at least the microsphere defined by Freshblog's inbound links) is graphically represented by the new graphics at &lt;a href="http://truthlaidbear.com/showdetails.php?host=http://blogfresh.blogspot.com"&gt;The Truth Laid Bear&lt;/a&gt;:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/ttlb.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/400/ttlb.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I imagine each blog as having multiple microspheres.... Inbound links, outbound links, readers, subscribers, sources.... These are the online communities in which either bloggers or their content participate. Significantly, these seem to coalesce around a couple of different factors. The first of these,  similar content, is no great surprise. I want to read, be informed by, &amp; respond to blogs that post about stuff that I'm interested in. Far more interesting to me is the notion of microspheres and authority.  &lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;b&gt;1. The Reputation / Authority Economy&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;I have &lt;a href="http://blogfresh.blogspot.com/2005/10/top-blog-lists-some-thoughts.html"&gt;riffed previously&lt;/a&gt; on how useless rankings are for anything other than estimating the "weight" of incoming links or assessing the relative performance of your blog against the blogs you want to emulate. What else is the reputation / authority economy about?&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;Adding to the conversation with  relevant, original and insightful material&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;Drawing attention to that material&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p&gt;Actively participating in discussions to support your  positions / respond to challenges / integrate new material&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;What is the currency in this economy? Links. The relationship here is, of course, cyclical:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;The more inbound links you have,  the more people will see your stuff&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p&gt;The more people see your stuff, the more links you'll have&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;This is great, because it is self-reinforcing, &amp; a single post can reverberate through the blogosphere for a good while and change the fortunes of your blog. It also means, though, that it is hard to get started. Authoritative bloggers are selective in their linking, and &lt;i&gt;very&lt;/i&gt;&lt;span style="font-style: normal;"&gt; authoritative bloggers are very selective. This suggests that Microspheres tend to include blogs of similar levels of authority, &amp; that it is difficult to gain attention from blogs which are more authoritative than your own. The process of community formation amongst peers seems to be the strongest phase in the formation of a microsphere. These blogs then grow in reputation and authority together. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2. Niche Building: Becoming Reputable and Authoritative&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The &lt;a href="http://www.squidoo.com/bloggerhacks/"&gt;Squidoo&lt;/a&gt; folks invite the authors of complete lenses to "create your own recommendation economy and traffic network online." Well, isn't that just the thing of it. The work of years in 10 words or less.... Ultimately (and at multiple levels as your microsphere expands) your blog will gather momentum and come to be viewed as both reputable and authoritative by some percentage of your readers. How to get this done? Time is critical, of course, (you can't turn this around in a week!) as are links, and active participation in the conversation.&lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.micropersuasion.com/2006/07/only_generous_b.html"&gt;Steve Rubel&lt;/a&gt; encourages us to "be generous to be effective." To my mind that's the key and has always been. Link as you wish to be linked to! I noticed a significant percentage of the blogs that I read regularly because they linked here, or because they were "recommended" by a link from another regular read. Dialogue in comments and e-mail also raises the profile of your blog &amp;amp; enables you to sharpen opinions / clarify confusions in exchanges with individual readers. Ultimately, I think that reputation and authority in the virtual world are derived from the same sources as in the real world (however much we'd like to think otherwise).... Civility and relevance / interest. To grab a niche, write well about something that you know about, and add value to the debate.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;While we're talking about niches, &lt;a href="http://labnol.blogspot.com/2006/08/niche-blogs-will-always-find-readers.html"&gt;Amit&lt;/a&gt; links to Mike Rundle's plea to "&lt;a href="http://www.9rules.com/blog/2006/08/9rules-long-tail/"&gt;go find your own niche&lt;/a&gt;" rather than trying to emulate the top 100. Agreed. Write what you know. The structure of blogging as a medium will allow you to choose any topic that sounds good to you. So let's say you find a niche... a half-dozen blogs that talk about the same good stuff that you do. How do you get a seat at the table?&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;3. Parallel Microspheres&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;Whether deliberately or coincidentally, the blog world is a place in which multiple communities address similar concerns, and are not always integrated effectively with one another. What is it about the structure and functions of blogs that fails to discourage duplication?&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;The structure of blogs encourages  and places disproportionate value on "fresh" content, and  so there is a pressure to produce.&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;Mechanisms for finding content are  imperfect, &amp; so existing quality content can't always be found -  this encourages duplication.&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;Authors may not search for  existing content before making their contribution.&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;The volume of content in the  blogosphere is too great to navigate comprehensively, and so we  define our own "microspheres" and navigate those.&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p&gt;Duplicate content can be rewarded if your post has the  highest profile.&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Is the duplication of information necessarily a bad thing? No. Content theft is, of course, but the offering of similar information in multiple locations spreads the wealth and maximizes the chance that a curious reader will find what they're looking for. There is, though, an inefficiency there. If you can find my "page titles optimization" hack, for example, your time might be better spent improving upon it, rather than re-creating it.&lt;br /&gt;&lt;br /&gt;What about integration? Well, there's a counter-argument there too. Maybe your "page titles optimization" hack is your ticket to the big time (or at least to a bigger time?) &amp; so not only do you want to present your hack to the world, but you want to obliterate mine in the process (bwahahahah!) Now sure, competition drives creativity to a degree, but collaboration (at least in my experience) has a significant role to play.&lt;br /&gt;&lt;br /&gt;How might the blogosphere recognize and reward collaboration? &lt;a href="http://napsterization.org/stories/archives/000287.html"&gt;Mary Hodder&lt;/a&gt; has argued persuasively for a "visible microsphere" of declared interconnections between authors:&lt;/p&gt; &lt;blockquote&gt;We want to see where people link, what the relationships are between them, and make our own decisions as readers and conversants about what those author relationships mean, as we take in the work. It's the author who matters, and the author who must decide how and what to show about their own biases and relationships. Because otherwise the online communities will decide for that author. It's so much cleaner if authors and creators give it to us up front. Readers like it and we need it to evaluate trust because authors have become uncommodified.&lt;/blockquote&gt; &lt;p&gt;Such a "declared microsphere" would also make it easier for authors to locate related content, &amp;amp; to identify online communities that they'd like to integrate with. This would also increase the level of “personal” interaction in the blogosphere and therefore require a certain standard of civility.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;4. Over to You&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;As you can tell by now, I'm interested in Blogging as a social process, and as an opportunity for community building, collaboration and the sharing / refining of ideas so that they might reach their greatest potential. Nor am I alone. &lt;a href="http://confusedofcalcutta.com/2006/08/31/things-i-have-been-able-to-do-because-of-my-blog/"&gt;Confused of Calcutta&lt;/a&gt; explores a list of six unintended consequences of blogging. They all have to do with testing opinions, forming communities and opening up new avenues for collaboration. Meanwhile John at &lt;a href="http://www.beelerspace.com/?p=1050"&gt;Beelerspace&lt;/a&gt; develops a great theory of blogs as tools for social networking and communication:&lt;/p&gt; &lt;blockquote&gt;We have created blogs – and other technologies like it (email, for example) – so that we can maintain our village, so that we don’t have to create new meaningful relationships every 2-3 years. Technology hasn’t created a global village, it has enabled global village&lt;b&gt;s&lt;/b&gt;. Blogs and email are a direct evolutionary reaction to the demanding mobility of modern society.&lt;br /&gt;&lt;/blockquote&gt; &lt;p&gt;I'm curious to hear your ideas for consolidation and integration.... I'm not talking about censorship, exclusion, or steamrolling the spheres that operate in parallel to yours, but about ways to form stronger bonds between blogs that have similar content, &amp; ways to present a single (expanding) topical microsphere that encompasses more voices. This might be a new third-party service for blogs, tighter search, more widespread use of search by bloggers, a consistent pattern of tagging, a declared community hub, or more personal activity (off site) between bloggers. What do you think? Write your own post &amp;amp; track back, or leave a comment here.&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;How do we tie this thing together more tightly?&lt;/li&gt;&lt;li&gt;How can we find related and relevant content more effectively?&lt;/li&gt;&lt;li&gt;How do we restructure the process so that there is a greater reward for collaboration / inclusion &amp;amp; a diminished incentive for excluding / marginalising “competing” blogs?&lt;/li&gt;&lt;li&gt;How might we encourage or achieve greater "vertical" interaction between blogs to complement  the "horizontal" process of peer-to-peer microsphere formation?&lt;/li&gt;&lt;/ul&gt;Answers on a postcard please.....&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogosphere" rel="tag"&gt;blogosphere&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/microspheres" rel="tag"&gt;microspheres&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115523563071580346?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115523563071580346/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115523563071580346' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115523563071580346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115523563071580346'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/challenge-of-blog-community.html' title='The Challenge of Blog-Community Participation'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115921809981394127</id><published>2006-09-25T16:54:00.000-04:00</published><updated>2006-09-25T17:01:39.903-04:00</updated><title type='text'>Recent Posts &amp; Comments on Main Page Only</title><content type='html'>More good stuff from &lt;a href="http://hoctro.blogspot.com/index.html"&gt;Hoctro&lt;/a&gt;... This time &lt;a href="http://hoctro.blogspot.com/2006/09/tweaking-new-blogger-feeds-on-front.html"&gt;conditional widget code&lt;/a&gt; to display the "recent posts" and "recent comments" feed widgets on the main page of his blog, &amp; leave them off the post pages. Streamline your post pages with Blogger Beta's new if / then syntax, (which is also handy for fixing your &lt;a href="http://basangpanaginip.blogspot.com/2006/09/how-to-fix-comment-count-grammar-in.html"&gt;comment count&lt;/a&gt;.)  As Hoctro points out, the conditional code can be put to work with any widget. Cool!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115921809981394127?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115921809981394127/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115921809981394127' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115921809981394127'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115921809981394127'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/recent-posts-comments-on-main-page.html' title='Recent Posts &amp; Comments on Main Page Only'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115746915474305336</id><published>2006-09-25T08:30:00.000-04:00</published><updated>2006-09-25T08:30:18.753-04:00</updated><title type='text'>Sharing Code in Beta</title><content type='html'>My eye was recently caught by a Slashdot &lt;a href="http://slashdot.org/comments.pl?sid=195551&amp;cid=16024814"&gt;comment&lt;/a&gt; on Scott's &lt;a href="http://slashdot.org/article.pl?sid=06/09/01/1410217"&gt;code-table submission&lt;/a&gt;. The uber-geek commenter in question, in an attempt to belittle Scott's efforts, wondered "just how hard is it to view source".... (har-de-har!)&lt;br /&gt;&lt;br /&gt;Not hard, of course, but in the Blogger of the Beta it doesn't work. &lt;a href="http://help.blogger.com/bin/answer.py?answer=46888&amp;amp;topic=9084"&gt;Beta Help&lt;/a&gt; says that "in your published blog, all &amp;lt;b:section&amp;gt;&amp;lt;/b:section&amp;gt; and &amp;lt;b:widget&amp;gt;&amp;lt;/b:widget&amp;gt; tags will be replaced with &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt; tags, which will have the specified ID. So you are welcome to refer to, for example, &lt;code&gt;div.header&lt;/code&gt; or &lt;code&gt;div.myList&lt;/code&gt; in your CSS if you want to."&lt;br /&gt;&lt;br /&gt;Long &amp; short of it.... View source is no longer going to reflect cut &amp;amp; pasteable examples of features that you want to add.&lt;br /&gt;&lt;br /&gt;I bring this up because it presents an opportunity for collaboration &amp; for the sharing of widget code. Singpolyma has taken a major and significant step down this road by establishing &amp;amp; publishing a proposed shared standard  for javascript widgets known as &lt;a href="http://singpolyma-tech.blogspot.com/2006/09/widgetdata.html"&gt;widget data&lt;/a&gt;. Excellent.&lt;br /&gt;&lt;br /&gt;Might I also propose a "beta code" category on the &lt;a href="http://www.editthis.info/bloggerhacks/Main_Page"&gt;wiki&lt;/a&gt; for swapping &amp;amp; sharing beta widgets?&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/wiki" rel="tag"&gt;wiki&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115746915474305336?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115746915474305336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115746915474305336' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115746915474305336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115746915474305336'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/sharing-code-in-beta.html' title='Sharing Code in Beta'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115912371110044921</id><published>2006-09-24T14:38:00.000-04:00</published><updated>2006-09-24T14:48:31.150-04:00</updated><title type='text'>Comment Count in Beta</title><content type='html'>Another very useful hack for Blogger Beta from Michael at &lt;a href="http://basangpanaginip.blogspot.com/2006/09/how-to-fix-comment-count-grammar-in.html"&gt;Basang Panganip&lt;/a&gt;. This one takes advantage of Beta's new &lt;span style="font-style: italic;"&gt;if&lt;/span&gt; - &lt;span style="font-style: italic;"&gt;else&lt;/span&gt; architecture to correct the grammar of the comment count (0 comment&lt;span style="font-style: italic;"&gt;s&lt;/span&gt;, 1 commen&lt;span style="font-style: italic;"&gt;t&lt;/span&gt;, 2 comment&lt;span style="font-style: italic;"&gt;s &lt;/span&gt;etc). Michael also has a helpful review of the history of the hack, &amp;amp; catalogs your existing options for getting this done if you're not on beta yet. Great stuff!&lt;br /&gt;&lt;br /&gt;See Also: Freshblog: &lt;a href="http://blogfresh.blogspot.com/2006/05/grammatically-correct-comment-count.html"&gt;Grammatically Correct Comment Count&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115912371110044921?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115912371110044921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115912371110044921' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115912371110044921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115912371110044921'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/comment-count-in-beta.html' title='Comment Count in Beta'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115904724943793774</id><published>2006-09-23T17:25:00.000-04:00</published><updated>2006-09-23T17:34:09.490-04:00</updated><title type='text'>Digg Traffic vs. Del.icio.us Traffic</title><content type='html'>Brian Clark at &lt;a href="http://performancing.com/node/4425"&gt;Performancing&lt;/a&gt; compares the two, &amp; finds that, in the long run, 'tis better to be Del.icio.us'd than to be Dugg.&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;Creating content with the bookmark in mind tends to make you concentrate more on delivering truly useful resources, rather than just pulling stunts to pull traffic. Getting the right type of traffic (rather than just tons of traffic) is one of the main keys to a successful blog. So, aim for getting a bookmark, and you just might get Dugg too.&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;Go read the 3 reasons why.... As you know I'm philosphically pre-primed to agree with Brian that quality content is the critical issue. Whether you carefully craft your posts so that they get bookmarked, so that your ads get eyeballs, or so that they make sense and can inform / persuade your reader, the important part is that you craft (the majority of)  your posts, rather than slapping up the first thing that comes to mind. Say it with me... &lt;a href="http://blogfresh.blogspot.com/2005/11/networking-community-in-blogosphere.html"&gt;Content then Linking then Ranking&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/+social-bookmarking" rel="tag"&gt;social-bookmarking&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+digg" rel="tag"&gt;digg&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+del.icio.us" rel="tag"&gt;del.icio.us&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115904724943793774?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115904724943793774/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115904724943793774' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115904724943793774'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115904724943793774'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/digg-traffic-vs-delicious-traffic.html' title='Digg Traffic vs. Del.icio.us Traffic'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115904592659526296</id><published>2006-09-23T17:08:00.000-04:00</published><updated>2006-09-23T17:12:06.646-04:00</updated><title type='text'>Label Feed Addresses</title><content type='html'>In a post that I missed at the time, &lt;a href="http://phydeaux3.blogspot.com/2006/09/feeds-for-labels-in-beta-blogger.html"&gt;Phydeaux3&lt;/a&gt; has decoded the info required to determine label-feed addresses in Blogger Beta. Now you can set your beta blog up so that readers can sub to your labels!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/labels" rel="tag"&gt;labels&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115904592659526296?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115904592659526296/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115904592659526296' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115904592659526296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115904592659526296'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/label-feed-addresses.html' title='Label Feed Addresses'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115881529732159768</id><published>2006-09-20T22:56:00.000-04:00</published><updated>2006-09-21T09:51:49.263-04:00</updated><title type='text'>Collective Wisdom: From Polls to Markets</title><content type='html'>In the ceaseless quest for stuff to roll into my sidebar, I thought I'd try that old standard, the &lt;span style="font-weight:bold;"&gt;reader poll&lt;/span&gt;. Beloved by all media, it's found a natural home in the blogosphere. And why not: it's a great way to make your blog interactive, foster a sense of community plus garner some insights into your readership.&lt;br /&gt;&lt;br /&gt;The downside is that (as any losing politician will happily point out), polls are meaningless, arbitrary, prone to abuse, afford only a snapshot view and, for participants, finding out the results isn't exactly exhilarating. From a bloghacking perspective, the widespread availability of good quality in-blog polling options means it's very quick and easy to get a polished result with hardly any effort. Honestly, where's the fun in that? So I thought I'd turn all that on its head with integrated &lt;span style="font-weight:bold;"&gt;prediction markets&lt;/span&gt;. &lt;br /&gt;&lt;br /&gt;Read on for how to build a deeply-committed interactive community around your blog, using the latest ideas in applied economics and cutting-edge web technology.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;The Prediction Market Concept&lt;/h3&gt;The idea behind &lt;a href="http://en.wikipedia.org/wiki/Prediction_market"&gt;prediction markets&lt;/a&gt; is that if you want to know what will happen, you should let people speculate (ie &lt;span style="font-weight:bold;"&gt;bet&lt;/span&gt;) on those outcomes (or events). The hope is that the prices in the market represent the distilled aggregate assessment of the underlying odds (or probabilities) by informed participants. The net effect of a large group of people putting money on the line is that it encourages individuals to divulge their private information, plus movements in prices (ie changes in odds) are quickly assimilated by the market.&lt;br /&gt;&lt;br /&gt;These markets have been put to use (very successfully) in a range of human activities. Some of the more notable ones include picking &lt;a href="http://en.wikipedia.org/wiki/Iowa_Electronic_Markets"&gt;the US president&lt;/a&gt;, picking &lt;a href="http://en.wikipedia.org/wiki/Hollywood_Stock_Exchange"&gt;Oscar winners&lt;/a&gt; and picking &lt;a href="http://en.wikipedia.org/wiki/TradeSports"&gt;champion sports teams&lt;/a&gt;. There was also the unfortunate matter of the US Defense Department's &lt;a href="http://en.wikipedia.org/wiki/Policy_Analysis_Market"&gt;Policy Analysis Market&lt;/a&gt;, designed to predict coups and the like. It was lambasted as a "terrorism futures market" and unceremoniously dumped. Of course, &lt;a href="http://catallarchy.net/blog/archives/2005/09/22/more-on-google-prediction-markets/"&gt;big, forward-looking companies like Google&lt;/a&gt; are not stymied by knee-jerk popular opinions and so use these internally.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Prediction Markets as Polls&lt;/h3&gt;Generally speaking, a poll lets you pick one option (from a set), once. Some might ask about your preferences (not open to speculation), but a lot ask you to make a &lt;span style="font-weight:bold;"&gt;prediction about the future&lt;/span&gt; or other unknowns. This is where Prediction Markets come to the fore.&lt;br /&gt;&lt;br /&gt;You need to set up a contract-type for each alternative, with a "pay-off" (say, $100) if that outcome eventuates. You then release a fixed number of contracts of each type (say, 100), and let &lt;span style="font-weight:bold;"&gt;readers buy and sell&lt;/span&gt; at whatever price they wish. If someone thinks the chance of an event is 15%, then they'll pay $15 for a $100 pay-off. (That is, a 15% shot at $100 is worth $15.) If a second person thinks the odds are really 30%, then they'll pay $30 - and the first person will gladly sell them the contract. In this way, market mechanisms ensure that prices tend towards the best assessment of the underlying odds. This is sometimes dubbed "&lt;a href="http://en.wikipedia.org/wiki/The_Wisdom_of_Crowds"&gt;the wisdom of crowds&lt;/a&gt;".&lt;br /&gt;&lt;br /&gt;Participants can trade as often as they like across whichever outcomes they choose. Typically, they would have a "portfolio" of events at different prices, and they would buy and sell contracts as news comes to hand. When the event materialises, the market owner "closes out" the contracts - the "winning" contracts pay out $100 each and all the rest are worthless. &lt;span style="font-weight:bold;"&gt;Savvy pundits&lt;/span&gt; will make sure they're holding more of the winning contracts than anyone else - and they would have bought them at a cheaper price. (Hey, if you just paid $99 for a winning contract, you're hardly ahead, are you?)&lt;br /&gt;&lt;br /&gt;So, you can see why prediction markets out-perform polls: you can "spread your bets" across multiple outcomes, revise your estimates continuously and see what "odds" (prices) others have set. As a blog publisher, this translates into more readers, more monitoring activity, more discussion and an emotional commitment to &lt;span style="font-weight:bold;"&gt;keep coming back&lt;/span&gt; as news comes to hand.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Implementing Prediction Markets&lt;/h3&gt;This might be sounding all a bit &lt;span style="font-weight:bold;"&gt;pie-in-the-sky&lt;/span&gt;, right. Well, as they say on the cooking shows, here's one I prepared earlier. &lt;a href="http://www.crowdiq.com/opex/marketinfodisplay.do?marketid=72"&gt;The Aussie Rules Misbehaviour Market&lt;/a&gt; is a prediction market I set up last month that allows people to speculate on &lt;a href="http://ghill.customer.netspace.net.au/speccy/2006/08/aussie-rules-misbehaviour-market.html"&gt;which football club will next see a player appear in court&lt;/a&gt;. (We have a problem with criminality amongst professional footballers where I live.) Check out the market link. You can see there are 16 mutually-exclusive options (one for each team in the league). There are presently 13 participants in the market &lt;span style="font-weight:bold;"&gt;actively trading contracts &lt;/span&gt;which, in turn, determines prices. The only footballers in court this past month have been for prior matters (which don't count under my rules), so I haven't "closed out" the current contracts. Once that happens, I'll start it all up again for the next round of speculation.&lt;br /&gt;&lt;br /&gt;My technology partner in this dubious exercise is &lt;a href="http://www.crowdiq.com"&gt;CrowdIQ&lt;/a&gt;, a Web 2.0 startup that, amongst things, makes a damn-fine free prediction market product. They host dozens of markets in all sorts of sectors, and I heartily recommend them for this purpose. Please note, &lt;span style="font-weight:bold;"&gt;this is play money only&lt;/span&gt;, so it's egos only at this stage. Still, that's a sufficient motivator to get things rolling.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.crowdiq.com/opex/en/help_about.jsp"&gt;CrowdIQ&lt;/a&gt; makes it &lt;span style="font-weight:bold;"&gt;easy to setup a market&lt;/span&gt; - one minute to create an account and perhaps ten minutes to get the market up and running. It has nice financial engineering flourishes: an IPO (&lt;a href="http://en.wikipedia.org/wiki/Dutch_auction"&gt;Dutch auction style&lt;/a&gt;, like Google) to set the initial prices, &lt;a href="http://www.crowdiq.com/opex/en/help_trading.jsp#trading"&gt;limit buys/sells&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Short_sell"&gt;short selling&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;More importantly, they publish the market as an RSS feed. For those of you using Blogger Beta, you should be able to just plug the feed into a sidebar widget and get the information flowing. (Or, install it using &lt;a href="http://singpolyma-tech.blogspot.com/2006/09/widgetdata.html"&gt;WidgetData&lt;/a&gt; for nice presentation.) They also have a &lt;a href="http://www.crowdiq.com/opex/en/help_api.jsp"&gt;REST API&lt;/a&gt;, which means you can programmatically poke and prod at your market, if you so desire.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Collective Wisdom - Prediction Market Blog Integration&lt;/h3&gt;Not surprisingly, I wrote my own hack - humbly dubbed &lt;a href="http://ghill.customer.netspace.net.au/wisdom/wisdom-dev-v01.js"&gt;Collective Wisdom&lt;/a&gt; (source code) - for rolling in the information. The goals are two-fold. Firstly, to &lt;span style="font-weight:bold;"&gt;display a formatted list&lt;/span&gt; of current contracts and prices in the sidebar. Secondly, to &lt;span style="font-weight:bold;"&gt;highlight keyword occurrences&lt;/span&gt; in the blog text, with current prices and links, much as the financial media does for company name mentions.&lt;br /&gt;&lt;br /&gt;While I sweet-talked the principals at CrowdIQ into adopting &lt;a href="http://www.json.org"&gt;JSON&lt;/a&gt; (Hi, Chris!), there's still some technical foibles, so I run their RSS feed through &lt;a href="http://singpolyma-tech.blogspot.com"&gt;Singpolyma&lt;/a&gt;'s &lt;a href="http://xoxotools.ning.com"&gt;Ning converter&lt;/a&gt;. The client-side script uses that info to build a drop-down menu with the current contracts and prices, and extra details in the mouseover. It also goes through the blog page, looking for text that matches a contract name and then inserts a link to that contract along with price and other details. &lt;br /&gt;&lt;br /&gt;At this point, you might want to &lt;a href="http://ghill.customer.netspace.net.au/speccy/2006/09/cat-in-drink-driving-disgrace.html"&gt;check out an example page&lt;/a&gt;. In the sidebar, check under "Informants' Tips" for the contract menu. In the blog text, look in the second block of quoted text. You'll see that two team names (Cats and Tiger - it's a feline article) have been dolled up with a fancy stock code and price and linked to the contract on CrowdIQ, with more details in the mouseover.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;The Getting of Wisdom&lt;/h3&gt;Want that for yourself? Once your market is up and running on CrowdIQ, install this code into the header of your blog (or in the external script, if that's how you arrange things):&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;script type="text/javascript" src = "http://ghill.customer.netspace.net.au/wisdom/wisdom-dev-v01.js"&gt;&lt;br /&gt;&amp;lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&gt;&lt;br /&gt;function setCollectiveWisdom()&lt;br /&gt;{&lt;br /&gt;// Collective Wisdom Parameters&lt;br /&gt;&lt;br /&gt;crowdRSS='http://www.crowdiq.com/opex/rss/ ...xml'; // URL of market RSS feed&lt;br /&gt;crowdNode='collective-wisdom';    // ID of div to put list&lt;br /&gt;scanNode='main-content'; // ID of div to scan for keywords&lt;br /&gt;&lt;br /&gt;doHighlight=true;&lt;br /&gt;doList=true;&lt;br /&gt;&lt;br /&gt;return;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/script&gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Update:&lt;/span&gt; Code truncated on suggestion of Singpolyma (thanks, chief!).&lt;br /&gt;&lt;br /&gt;The &lt;span style="font-weight:bold;"&gt;options&lt;/span&gt; are straightforward: &lt;span style="font-style:italic;"&gt;crowdRSS&lt;/span&gt; is the URL on CrowdIQ for your market's RSS feed. &lt;span style="font-style:italic;"&gt;crowdNode&lt;/span&gt; is the ID of the element where the list will be put (see below). &lt;span style="font-style:italic;"&gt;scanNode&lt;/span&gt; is the ID of the div to scan for keywords. Use this to stop the script interfering with other elements. Depending on your blog template, it might be something like "main-body" or "main" or something. The &lt;span style="font-style:italic;"&gt;do...&lt;/span&gt; variables simply turn on/off their respective functions. Lastly, if you don't want the highlighting code to use the whole text of the contract name, you can define &lt;span style="font-style:italic;"&gt;reN&lt;/span&gt; as your own custom regular expression. (In my case, I only wanted to use the last word of the contract name eg "Melbourne &lt;span style="font-style:italic;"&gt;Demons&lt;/span&gt;".) Don't touch the launch code.&lt;br /&gt;&lt;br /&gt;NB: If you don't already have the generic &lt;a href="http://simon.incutio.com/archive/2004/05/26/addLoadEvent"&gt;AddLoadEvent utility function&lt;/a&gt; defined, copy/paste the ten lines or so into your header too.&lt;br /&gt;&lt;br /&gt;Next, in the body template of your blog, put this where you want to see the contract menu appear:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;p id="collective-wisdom"&gt; ... fetching prices from CrowdIQ ... &amp;lt;/p&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Change &lt;span style="font-style:italic;"&gt;collective-wisdom&lt;/span&gt; to match the &lt;span style="font-style:italic;"&gt;crowdNode&lt;/span&gt; variable above, if you don't like that. And you can use whatever loading message you like.&lt;br /&gt;&lt;br /&gt;Finally, all the Collective Wisdom elements have a class associated with them, so you can make them spiffy with CSS. For starters, try putting this into your CSS file (or CSS block in your header):&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;/* ---( Collective Wisdom ) --- */&lt;br /&gt;&lt;br /&gt;.CIQ-title&lt;br /&gt;{&lt;br /&gt; font-size: 120%;&lt;br /&gt; text-align: center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.CIQ-highlight&lt;br /&gt;{&lt;br /&gt;  border-bottom: black 1px dotted;&lt;br /&gt;  font-weight:bold;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;a.CIQ-highlight&lt;br /&gt;{&lt;br /&gt;  font-weight: normal;&lt;br /&gt;  cursor: help;&lt;br /&gt;  background: #e0e0e0;&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;While this is highly-experimental, it seems to work okay under IE (eventually ... *wince* ...) and FireFox. The highlighting function is a bit clunky in that &lt;s&gt;it does a search/replace on the entire document.body.innerHTML, causing a brief re-render at the end of the page load&lt;/s&gt; - not ideal, so I'm open to suggestions for improvements. &lt;span style="font-weight:bold;"&gt;Update:&lt;/span&gt; Use &lt;span style="font-style:italic;"&gt;scanNode&lt;/span&gt; (above) to restrict the search/replace to your blog's main content div. It will now only highlight the first instance of a match, to save repetition throughout the blog.&lt;br /&gt;&lt;br /&gt;Also, if I were a bit smarter (or less lazy), I'd have figured out how to re-purpose the &lt;a href="http://ghill.customer.netspace.net.au/freshtags/"&gt;FreshTags&lt;/a&gt; code for displaying different types of lists, including clouds which would be neat.&lt;br /&gt;&lt;br /&gt;Well done on sticking through to the end of this monster post. I hope that you're inspired to set about being the first to create a prediction market based around your blog's topic. Any suggestions, feedback etc welcome - along with ideas for a &lt;span style="font-weight:bold;"&gt;Freshblog market&lt;/span&gt;! &lt;span style="font-style:italic;"&gt;"When will Blogger support categories?"&lt;/span&gt; would have been great, but that's closed out now ...&lt;br /&gt;&lt;br /&gt;Filed in: &lt;span&gt;&lt;a href="http://del.icio.us/jrfj44/crowdiq" rel="tag"&gt;crowdiq&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/how-to" rel="tag"&gt;how-to&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/web2.0" rel="tag"&gt;web2.0&lt;/a&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115881529732159768?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115881529732159768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115881529732159768' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115881529732159768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115881529732159768'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/collective-wisdom-from-polls-to.html' title='Collective Wisdom: From Polls to Markets'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115879119382039011</id><published>2006-09-20T18:18:00.000-04:00</published><updated>2006-09-20T18:26:33.883-04:00</updated><title type='text'>Commenting between Blogger versions is fixed</title><content type='html'>&lt;a href="http://consumingexperience.blogspot.com/2006/09/blogger-beta-commenting-on-blogger.html"&gt;Imp&lt;/a&gt; reports that the bug preventing Beta users from commenting on regular ole' blogger blogs (like this one) has been fixed. The details are on &lt;a href="http://buzz.blogger.com/2006/09/comment-like-pirate-day.html"&gt;Blogger Buzz&lt;/a&gt;, courtesy (as the post title suggests) of the Grogmaster himself. Arrr! Get that man a parrot...&lt;br /&gt;&lt;br /&gt;...or maybe he already has one?&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115879119382039011?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115879119382039011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115879119382039011' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115879119382039011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115879119382039011'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/commenting-between-blogger-versions-is.html' title='Commenting between Blogger versions is fixed'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115878852047663673</id><published>2006-09-20T17:14:00.000-04:00</published><updated>2006-09-23T11:57:11.706-04:00</updated><title type='text'>"Digg It" Links for your Posts</title><content type='html'>The &lt;a href="http://www.editthis.info/bloggerhacks/Main_Page"&gt;Blogger Hacks Wiki&lt;/a&gt; continues to roll on, gather steam &amp; justify our faith in the format. The &lt;a href="http://www.editthis.info/bloggerhacks/How_to_add_a_digg_button_to_your_blogger_post"&gt;latest addition&lt;/a&gt;, courtesy of &lt;a href="http://diggbutton.blogspot.com/2006/09/add-digg-button-to-single-blogger-post.html"&gt;Tom Thomas&lt;/a&gt;, is a method for adding a full-service &lt;span style="font-style: italic;"&gt;Digg It&lt;/span&gt; button to your post footer. This hack suffers from the same chicken / egg issue that other efforts do.... &lt;span style="font-style: italic;"&gt;&lt;br /&gt;Chicken&lt;/span&gt;: You need a published post to bookmark something to Digg. &lt;span style="font-style: italic;"&gt;&lt;br /&gt;Egg:&lt;/span&gt; You need the URL of the dugg story before you can add the button....&lt;br /&gt;&lt;br /&gt;This, however, is not Tom's problem, and his workaround has the required outcome. Perhaps a little too much effort if you're looking to have every story dugg, but if you want to raise the profile of a few key posts, this is a workable option.&lt;br /&gt;&lt;br /&gt;Update 9/23: As Ariel points out in the comments, there's a Feedburner Feedflare by &lt;a href="http://rossbelmont.com/?p=82"&gt;Ross Belmont&lt;/a&gt; that will include "Digg It" links on your posts. For instructions on adding Feedflare to your blog instead of / as well as your feed, see &lt;a href="http://blogs.feedburner.com/help/feedflare/adding_feedflare_to_your_blogg/popup/"&gt;Feedburner's quickstart&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/+social-bookmarking" rel="tag"&gt;social-bookmarking&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+digg" rel="tag"&gt;digg&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+wiki" rel="tag"&gt;wiki&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Related Posts&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/07/richer-one-click-digg-links.html"&gt; Richer "one-click Digg" links&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/01/social-bookmarking-links-for-your-post.html"&gt; Social Bookmarking Links for your Post Footer&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2005/07/tagging-posts-blogged-direct-from-digg.html"&gt; Tagging posts blogged direct from Digg&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115878852047663673?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115878852047663673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115878852047663673' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115878852047663673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115878852047663673'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/digg-it-links-for-your-posts.html' title='&quot;Digg It&quot; Links for your Posts'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115868853601807429</id><published>2006-09-19T13:46:00.000-04:00</published><updated>2006-10-11T08:56:37.336-04:00</updated><title type='text'>Haloscan for Blogger Beta</title><content type='html'>Haloscan trackback / commenting is another feature / function that needs to be wrapped in a widget and edited before it will play effectively on Beta. &lt;a href="http://logicalphilosopher.blogspot.com/2006/09/getting-haloscan-to-work-in-beta.html"&gt;Logical Philosopher&lt;/a&gt; has written a how-to for making Haloscan comments beta-friendly. Any thoughts out there on deploying the trackback feature in beta?&lt;br /&gt;&lt;br /&gt;Update10/11: The wait is over. See &lt;a href="http://blogfresh.blogspot.com/2006/10/trackback-works-in-blogger-beta.html"&gt;today's post&lt;/a&gt; for pointers to code that is beta-friendly.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/haloscan" rel="tag"&gt;haloscan&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/trackback" rel="tag"&gt;trackback&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115868853601807429?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115868853601807429/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115868853601807429' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115868853601807429'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115868853601807429'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/haloscan-for-blogger-beta.html' title='Haloscan for Blogger Beta'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115856773331742507</id><published>2006-09-18T03:46:00.000-04:00</published><updated>2006-09-18T04:22:13.720-04:00</updated><title type='text'>FreshTags for Blogger Beta</title><content type='html'>&lt;a href="http://ghill.customer.netspace.net.au/freshtags/"&gt;FreshTags&lt;/a&gt; users who jumped ship early to the new Blogger platform have cause to rejoice: &lt;a href="http://singpolyma-tech.blogspot.com/"&gt;Singpolyma&lt;/a&gt; has coded up a &lt;a href="http://singpolyma-tech.blogspot.com/2006/09/freshtags-singpolyma-2.html"&gt;version that supports the new environment&lt;/a&gt;! (Instructions and explanation on his post.) Kudos and praise to Singpolyma for this important breakthrough.&lt;br /&gt;&lt;br /&gt;The new release is based on &lt;a href="http://singpolyma-tech.blogspot.com/2006/02/freshtags-singpolyma.html?&amp;tags=freshtags"&gt;his earlier FreshTags version&lt;/a&gt; and integrates the tags and posts as sidebar widgets. The focus is on supporting the long-standing technique of &lt;span style="font-style:italic;"&gt;tag passing between blogs&lt;/span&gt;. This is where readers select tags on one blog, follow a link to another and find that the same tag is already selected on this new page.&lt;br /&gt;&lt;br /&gt;Singpolyma has also finally achieved what so many have clamoured for, but none has seen in Blogger: full text of tagged posts on a single page. That is, when a reader selects a tag (say, "folksonomy"), all posts with that tag are listed in full on the same page. There have been various work-arounds whereby summary text is provided using a page from the distant past, but this uses the new label search feature in Blogger Beta. As long as your tags in Delicious sync with your Blogger labels, the trick is flawless.&lt;br /&gt;&lt;br /&gt;Under the hood, we're also seeing the first instantiation of important changes to the way FreshTags variants store, access and share configuration information. This new standard will be further developed and support a wider-range of future applications, particularly around multiple FreshTags-enabled widgets on the page.&lt;br /&gt;&lt;br /&gt;With Singpolyma's recent development of Beta-friendly "&lt;a href="http://singpolyma-tech.blogspot.com/2006/09/freshrolls-wrinks.html"&gt;FreshRolls&lt;/a&gt;" (a "tag-aware" extension to &lt;a href="http://singpolyma-tech.blogspot.com/2006/08/blogger-hacks-wrink.html"&gt;Singpolyma's&lt;/a&gt; &lt;a href="http://wrinks.ning.com/"&gt;Wrinks&lt;/a&gt; &lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-hacks-wrink.html"&gt;blogroll/blogring app&lt;/a&gt;), we're seeing a distinct ramp-up in FreshTags development. To keep that momentum going, if you're a FreshTags user still on Blogger Classic and keen to help try out some new presentation styles (eg &lt;a href="http://vent-letters.blogspot.com/"&gt;asynchronous tag clouds&lt;/a&gt; and nested post titles), please leave a note and I'll see what we can do.&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/freshtags" rel="tag"&gt;freshtags&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/singpolyma" rel="tag"&gt;singpolyma&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/wrink" rel="tag"&gt;wrink&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115856773331742507?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115856773331742507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115856773331742507' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115856773331742507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115856773331742507'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/freshtags-for-blogger-beta.html' title='FreshTags for Blogger Beta'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115852066477011241</id><published>2006-09-17T15:09:00.000-04:00</published><updated>2006-09-17T15:17:44.856-04:00</updated><title type='text'>Google Personal's Page Tabs</title><content type='html'>Google have added tabs to their personal page, allowing you to keep track of many more sources of information and to organise them by topic. As the comments at &lt;a href="http://paulstamatiou.com/2006/09/14/google-adds-tabs-to-personalized-homepage/"&gt;Paul Stamatiou&lt;/a&gt; note, though, how useful are tabs when compared to an RSS reader?&lt;br /&gt;&lt;br /&gt;via &lt;a href="http://googlesystem.blogspot.com/2006/09/google-personalized-homepage-has-tabs.html"&gt;Google Operating System&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Filed in: &lt;span&gt;&lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/readers" rel="tag"&gt;readers&lt;/a&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115852066477011241?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115852066477011241/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115852066477011241' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115852066477011241'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115852066477011241'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/google-personals-page-tabs.html' title='Google Personal&apos;s Page Tabs'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115820203846037628</id><published>2006-09-13T22:07:00.000-04:00</published><updated>2006-12-31T22:07:25.416-05:00</updated><title type='text'>Blogger Beta Hack Round Up</title><content type='html'>As expected, Blogger Beta has kicked up a storm of blog hacking activity. It's appropriate to start the round up with the irrepressible &lt;a href="http://hackosphere.blogspot.com/index.html"&gt;Ramani at Hackosphere&lt;/a&gt;. Buoyed by being listed as a &lt;a href="http://hackosphere.blogspot.com/2006/09/i-just-made-it-to-blogs-of-note.html"&gt;Blog Of Note&lt;/a&gt;, he's been burning the candle at both ends, calling in sick and leaving the phone off the hook in his efforts to roll out hack after hack.&lt;br /&gt;&lt;br /&gt;First off is the &lt;a href="http://hackosphere.blogspot.com/2006/09/multi-style-labels-widget-for-blogger.html"&gt;multi-style label widget&lt;/a&gt;. This button lets your readers choose how your labels are presented to them - list, drop-down or cloud. It doesn't get much more flexible than that!&lt;br /&gt;&lt;br /&gt;If you like clouds for your label, you might want to check out the Blogger Beta &lt;a href="http://phydeaux3.blogspot.com/2006/09/code-for-beta-blogger-label-cloud.html"&gt;implementation of clouds at Phydeaux3&lt;/a&gt;. This is a great looking hack and while it takes a bit pfaffing about the end-result looks pretty sweet.&lt;br /&gt;&lt;br /&gt;Not satisfied with that? How about using your labels as tabs. That's right, tabs running across the top of your blog that let your readers select content. &lt;a href="http://hoctro.blogspot.com/2006/09/tweaking-new-blogger-turning-labels.html"&gt;Hoctro has the write up&lt;/a&gt; (via &lt;a href="http://hackosphere.blogspot.com/2006/09/hoctros-tabbed-label-pages.html"&gt;Hackosphere&lt;/a&gt;).  I've just discovered Hoctro's blog - causing quite a bit of buzz amongst the blogoscenti - where there's also a post on &lt;a href="http://hoctro.blogspot.com/2006/09/tweaking-new-blogger-adding-breadcrumbs.html"&gt;re-conceiving your labels as a breadcrumb trail&lt;/a&gt;. That's two fresh takes on labels. Hence the buzz. Check it out.&lt;br /&gt;&lt;br /&gt;Ramani's also been a busy boy with the post content too. He has an article on how to &lt;a href="http://hackosphere.blogspot.com/2006/09/peek-boo-view-of-posts-in-label-pages.html"&gt;show only post titles&lt;/a&gt; (expandable with a single click of &lt;span style="font-weight:bold;"&gt;+/-&lt;/span&gt; button), or &lt;a href="http://hackosphere.blogspot.com/2006/09/expandable-post-summaries-with-beta.html"&gt;show only post summaries&lt;/a&gt; (linking to the full content with a &lt;span style="font-weight:bold;"&gt;read more ...&lt;/span&gt; link). Or, both at once. This packs a lot more information per page on both the main/archive pages and the label results pages.&lt;br /&gt;&lt;br /&gt;Lastly, if you're still struggling to corral those pesky comment feeds into your sidebar widget, take a page out of &lt;a href="http://camusliebtduessi.blogspot.com/"&gt;失踪&lt;/a&gt;'s book and employ &lt;a href="http://blogfresh.blogspot.com/2006/09/dapper-content-integration-for.html"&gt;Dapper&lt;/a&gt; to &lt;a href="http://camusliebtduessi.blogspot.com/2006/09/recent-comments-for-blogger-using.html"&gt;scrape your comments for you&lt;/a&gt; and turn them into an sidebar-ready RSS feed. Neat.&lt;br /&gt;&lt;br /&gt;We know this is just a taste of some of the work going on out there - if you've got hackage to share, we'd love to hear about it so please leave a link below.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115820203846037628?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115820203846037628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115820203846037628' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115820203846037628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115820203846037628'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/blogger-beta-hack-round-up.html' title='Blogger Beta Hack Round Up'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115761296037705973</id><published>2006-09-07T02:08:00.000-04:00</published><updated>2006-12-13T06:29:43.166-05:00</updated><title type='text'>Dapper: Content Integration For Everyone</title><content type='html'>It's not often that we get to see disruptive technologies emerge. The new &lt;a href="http://www.dappit.com/index.php"&gt;Dapper&lt;/a&gt; service (from Dappit) is firmly in that category. &lt;a href="http://www.techcrunch.com/2006/08/17/create-an-api-for-any-site-with-dapper/"&gt;Billed as a mashup tool&lt;/a&gt;, it allows you to grab content simply from static or dynamic web pages and integrate it in a mind-boggling range of ways. Services like this will further breakdown the distinction between content providers and consumers and force an overhaul of existing customs and business models around web content.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;What Does Dapper Do?&lt;/h4&gt;Similar to &lt;a href="http://www.ning.com"&gt;Ning&lt;/a&gt;, it's a managed service to let people create and host their own applications, or clone and edit others'. At its heart, the service is an online web scraper; it lets you extract content and shunt it around. You nominate elements on the target page you'd like, and it will go and fetch them for you. &lt;br /&gt;&lt;br /&gt;In principle, all you ever needed to do this was the good old Unix utilities &lt;span style="font-weight:bold;"&gt;wget&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;grep&lt;/span&gt; (this is &lt;a href="http://blogfresh.blogspot.com/2005/09/categories-dropdown-w-numbers.html"&gt;how FreshTags started&lt;/a&gt;, in the days before JSON). Oh, but you'll also need a net-connected, secure machine. And the ability to write hairy regular expressions. Plus a lot of patience. And if you were thinking of actually &lt;span style="font-style:italic;"&gt;doing&lt;/span&gt; anything with the results, then you'd need something like a PHP server and working knowledge of Perl, with various libraries for handling outputs and transformations. Not to mention a managed website to publish it all through. Yeah, it's sounding like one big headache, isn't it?&lt;br /&gt;&lt;br /&gt;With Dapper, you simply create a "Dapplication". It's a very straight-forward, step-by-step process, with the requisite Web 2.0 flavour. You submit some examples of your target page and use a simple "point and click" interface to nominate the elements you wish to extract. These elements could be tabular data, links, text and so on. The Dapper system guesses (and is, in turn, corrected by you) to figure out the underlying structure of the page. You assign some names to these fields and (optionally) group them. That's it - your Dapp is done.&lt;br /&gt;&lt;br /&gt;A really neat feature of the system is the way you can specify inputs for the target page (you rarely want to scrape &lt;span style="font-style:italic;"&gt;exactly&lt;/span&gt; the same page each time). If your target page uses URL parameters, you can instruct Dapper to pass those in for you using curly brackets eg&lt;br /&gt;&lt;br /&gt;http://somewhere.com/action?display=printer&amp;&lt;span style="font-style:italic;"&gt;mo={month}&amp;da={day}&lt;/span&gt;&amp;range=allusers&lt;br /&gt;&lt;br /&gt;This will cause Dapper to prompt users for &lt;span style="font-style:italic;"&gt;month&lt;/span&gt; and &lt;span style="font-style:italic;"&gt;day&lt;/span&gt; variables. Or, you can nominate the existing input fields on the target page for data insertion in the same way. It's really very simple and intuitive.&lt;br /&gt;&lt;br /&gt;Once it's up and running, there is a truly dizzying array of options for getting the data out: the usual vegetable soup of web standards (XML, HTML, JSON, YAML, RSS), plus some novel ones (email, image loop, Google Gadget and an alert mechanism). What's more, Dapper's not shy about accepting requests. The service was lacking callbacks for the JSON feed, which make it easy for lightweights like me to play with the data. I emailed the developer, Jon Aizen, and within a couple of hours it was done! Thanks, Jon!&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Case Study&lt;/h4&gt;To test out the service, I built a Dapp in a few minutes to extract tabular data from a particular website (I'm currently negotiating an informal content and link-sharing agreement with a website related to &lt;a href="http://ghill.customer.netspace.net.au/speccy/speccy.html"&gt;Speccy&lt;/a&gt;, so I'm afraid I'll have to keep a bit vague). One of the roadblocks on negotiation is that some data I want from the other site is locked up in their SQL database, only served up as an HTML table by PHP. It would be very difficult for me to get at this. With Dapper, I was able to nominate the fields and extract the data I wanted, lowering the hassle involved and improving the chances of concluding a mutually-beneficial deal.&lt;br /&gt;&lt;br /&gt;Dapper has two mechanisms to let you fine-tune your content selection: a slider that selects how "restrictive" it is in guessing what you're after, and a container that limits the grab to certain elements. Unfortunately, in my case, it wasn't too successful with either and I was getting unwanted extra content. I tried some other pages and both mechanisms worked as advertised; I must have been dealing with a pathological site. In the end, I opted to "over extend", grabbing more content than required, and knocked together some regular expressions to parse out the bits I wanted. It works beautifully: I can enter the parameters and Dapper builds the appropriate URL (with parameters inserted into the query string), fetches the pages, strips out the data I want (plus a bit more) and hands it back to me a JSON object - with a callback function!&lt;br /&gt;&lt;br /&gt;With a bit of confidence and some practice, I'm sure that anyone can extract content from a page of interest and display it on their own page (perhaps as an iframe element or an image loop, for simplicity). &lt;a href="http://blogfresh.blogspot.com/2006/08/beta-html-template-editor-is-live.html"&gt;Blogger Beta's new RSS display widget&lt;/a&gt; really open things up. &lt;span style="font-style:italic;"&gt;This&lt;/span&gt;, I believe, is the disruptive element of the technology.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Implications For The Web&lt;/h4&gt;Many of us involved in blog hacking are comfortable with content being passed around like this; we provide RSS and Atom versions of our content (plus social bookmarking of titles and summaries) and actively encourage others to pick it up. We also have an informal code for link sharing ("link love") that defines norms and governs behaviour. Dapper knocks all that on its head, and provides new challenges for content production and consumption.&lt;br /&gt;&lt;br /&gt;For starters, web feeds are a &lt;span style="font-style:italic;"&gt;push&lt;/span&gt; technology; publishers elect to syndicate their content in this way. By contrast, Dapper is a &lt;span style="font-style:italic;"&gt;pull&lt;/span&gt; approach, whereby others suck content out of your site without your permission or knowledge.&lt;br /&gt;&lt;br /&gt;Despite what the odd (and I mean weird) lawyer might believe, no one can control who you link to on the web. But extracting slabs of content ... that's different. Clearly, new customs and practices - not laws - will have to emerge to deal with this. (I believe existing intellectual "property" laws are simply not up to it, being too clumsy and blunt.) Dapper has gone some way to facilitate this, with its "&lt;a href="http://dapper.wordpress.com/2006/08/26/dapper-empowering-content-providers/"&gt;empowering content providers&lt;/a&gt;" (ie site-based access restriction) form. Hopefully, more content providers will see the benefits of their users figuring out new and powerful uses of their content rather than just blocking requests from the dappit.com domain.&lt;br /&gt;&lt;br /&gt;(For what it's worth, in my case, I'm not using the tech as an excuse to barge in and pillage the target site. Instead, I see it as a means for lowering the barriers to exchange and thus (hopefully) allowing a fruitful partnership to develop where it might not have been possible before.)&lt;br /&gt;&lt;br /&gt;Of course, content-sharing issues don't arise if you scrape your own stuff. You could create Dapps to parse out interesting bits and pieces from your blog and offer them as emails, alerts, feeds, looped images and the like. Nearly all blogs - and wikis for that matter - employ templating of some kind. This means that you can be more-or-less guaranteed that the Dapper will have a good shot at easily parsing the underlying structure. Headings, profiles, post titles, dates, leading paragraphs, links, quotes, tags, authors, comments, timestamps ... all that static content (ie not generated by JavaScript) is ripe for extraction and syndication.&lt;br /&gt;&lt;br /&gt;Another suggestion is to look for stuff with RSS or Atom feeds. Chances are, if the publisher is happy pushing out content in this way, they'll also be cool with you grabbing it with a Dapp. Ditto for content released under (some) Creative Commons licences. And, hey, you can always ask: I'd love to know if someone's built a Dapp to do something novel with my content! I'm sure that proper attribution, link back, notification and being respectful of server/bandwidth load will all be part of the basis of an emerging Dapper netiquette.&lt;br /&gt;&lt;br /&gt;If this post has piqued your interest, please go ahead and check out the growing &lt;a href="http://www.dappit.com/dapplications/"&gt;list of Dapps&lt;/a&gt; already available, read &lt;a href="http://dapper.wordpress.com/"&gt;the Dapper blog&lt;/a&gt; or just dive right in and &lt;a href="http://www.dappit.com/index.php"&gt;create your own Dapp&lt;/a&gt;. I'm sure that within five minutes you'll grok the disruptive nature of this service and get a glimpse of the jaw-dropping possibilities.&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/dapper" rel="tag"&gt;dapper&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/web2.0" rel="tag"&gt;web2.0&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/syndication" rel="tag"&gt;syndication&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115761296037705973?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115761296037705973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115761296037705973' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115761296037705973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115761296037705973'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/dapper-content-integration-for.html' title='Dapper: Content Integration For Everyone'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115740342795171014</id><published>2006-09-05T10:48:00.000-04:00</published><updated>2006-09-05T10:38:49.576-04:00</updated><title type='text'>Social Bookmarking Icons for your Beta Blog</title><content type='html'>&lt;a href="http://stubborn-fanatic.blogspot.com/2006/09/get-socially-bookmarked.html"&gt;Vivek Sanghi&lt;/a&gt; has built on &lt;a href="http://hackosphere.blogspot.com/2006/09/delicious-and-digg-hotlinks-for-your.html"&gt;Ramani's&lt;/a&gt; social bookmarking syntax for beta &amp; published the code to add 6 social-bookmarking icons to your post-footer. These include Digg, Del.icio.us, Furl, Spurl, Simpy &amp;amp; My Yahoo. There are 11 others Vivek's post footer too. Fine work, Vivek! Great to see existing hacks being re-engineered for beta, &amp;amp; new contributors....&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/social-bookmarking" rel="tag"&gt;social-bookmarking&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115740342795171014?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115740342795171014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115740342795171014' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115740342795171014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115740342795171014'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/social-bookmarking-icons-for-your-beta.html' title='Social Bookmarking Icons for your Beta Blog'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115732837134471806</id><published>2006-09-03T20:06:00.000-04:00</published><updated>2006-09-03T20:06:11.856-04:00</updated><title type='text'>Beta Label URL's now Microformat Compliant</title><content type='html'>&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;More great stuff at Hackosphere.... this time a &lt;a href="http://hackosphere.blogspot.com/2006/09/petes-visit-to-my-blog.html"&gt;couple&lt;/a&gt; of &lt;a href="http://hackosphere.blogspot.com/2006/09/to-all-my-readers.html"&gt;posts&lt;/a&gt; that note a change in the structure of Beta's label URL's so that they follow the &lt;a href="http://microformats.org/wiki/rel-tag"&gt;rel-tag microformat&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;As rolled out w/ the beta, the format was:&lt;br /&gt;&lt;br /&gt;http://yourblog.blogspot.com/search?label=xxx&lt;br /&gt;&lt;br /&gt;which has now been amended to:&lt;br /&gt;&lt;br /&gt;http://yourblog.blogspot.com/search/label/xxx&lt;br /&gt;&lt;br /&gt;making the tagword the end of the URL, and the whole thing kosher as related to the specifications for tags. Methinks that having the query part of the URL back in play will open up some modification possibilities that had previously been closed off too.....&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;br /&gt;&lt;a href="http://del.icio.us/jrfj44/blogger" hacks="" blogtech="" beta="" rel="tag"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115732837134471806?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115732837134471806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115732837134471806' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115732837134471806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115732837134471806'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/beta-label-urls-now-microformat.html' title='Beta Label URL&apos;s now Microformat Compliant'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115720694450927710</id><published>2006-09-02T10:17:00.000-04:00</published><updated>2006-09-02T13:22:40.560-04:00</updated><title type='text'>Blogger Help Gets Juicy</title><content type='html'>The Blogger Help pages with the meat of the new template language are live. These include &lt;span style="text-decoration: underline;"&gt; &lt;/span&gt;&lt;a href="http://help.blogger.com/bin/answer.py?answer=46995&amp;amp;topic=9084"&gt;Widget Tags for Layouts&lt;/a&gt; and the  mind-bendingly expansive full list of &lt;a href="http://help.blogger.com/bin/answer.py?answer=47270"&gt;layout data tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Let the widget-authoring commence!&lt;br /&gt;&lt;br /&gt;Some great posts that will help you get started include:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Hans from &lt;a href="http://beautifulbeta.blogspot.com/2006/09/adding-second-sidebar-to-your-template.html"&gt;Beautiful Beta&lt;/a&gt; on adding a third column to a default beta template, and on page layout basics.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Ecmanaut on &lt;a href="http://ecmanaut.blogspot.com/2006/09/blogger-beta-templates.html"&gt;Blogger Beta Templates&lt;br /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115720694450927710?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115720694450927710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115720694450927710' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115720694450927710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115720694450927710'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/blogger-help-gets-juicy.html' title='Blogger Help Gets Juicy'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115706259465836175</id><published>2006-09-01T09:35:00.000-04:00</published><updated>2006-09-01T09:31:06.686-04:00</updated><title type='text'>Formatting Labels in Beta</title><content type='html'>Ramani at Hackosphere has spent some time immersed in the new HTML interface, and has &lt;a href="http://hackosphere.blogspot.com/2006/08/drop-down-labels-blogger-beta-hack.html"&gt;developed a method&lt;/a&gt; for formatting Blogger's default list of labels as a drop-down menu. In addition, he's also &lt;a href="http://hackosphere.blogspot.com/3006/08/new-hack-to-improve-your-labelsearch.html"&gt;restructured the label results display&lt;/a&gt; so that it only shows permalinked post titles (rather than the default whole posts), which will be a much more user-friendly output style once we all end up with a large collection of labelled content. All good stuff...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;&lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115706259465836175?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115706259465836175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115706259465836175' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115706259465836175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115706259465836175'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/09/formatting-labels-in-beta.html' title='Formatting Labels in Beta'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115703011548134589</id><published>2006-08-31T09:05:00.000-04:00</published><updated>2006-08-31T18:50:40.196-04:00</updated><title type='text'>Beta HTML Template Editor is Live</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/templateeditor.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/templateeditor.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&amp;amp; within days, as promised... excellent. I noticed a couple of new help files this morning, and then the editor itself...&lt;br /&gt;&lt;br /&gt;There's plenty of discussion and help out there already. The big change seems to be as expected, that your hand-coding will have to be layouts compliant and that each new element of the page will have to be defined by its own widget. See the new and growing &lt;a href="http://help.blogger.com/bin/answer.py?answer=46888"&gt;help pages&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For more, see&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://buzz.blogger.com/2006/08/new-old-feature-on-beta.html"&gt;Blogger Buzz&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://google.blognewschannel.com/index.php/archives/2006/08/31/blogger-gets-an-old-feature-back/"&gt;Inside Google&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://consumingexperience.blogspot.com/2006/08/blogger-beta-edit-html-for-templates.html"&gt;A Consuming Experience&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Update: As he points out in the comments, Scott at Banana Stew has authored a &lt;a href="http://www.wilkinsons.com/Bananna/2006/08/deconstructing-blogger-beta-html.html"&gt;template walkthrough&lt;/a&gt; that provides a great launch point as we all embark on learning this new template language. Great work, Scott!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/search" rel="tag"&gt;search&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115703011548134589?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115703011548134589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115703011548134589' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115703011548134589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115703011548134589'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/beta-html-template-editor-is-live.html' title='Beta HTML Template Editor is Live'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115628863308519921</id><published>2006-08-31T08:44:00.000-04:00</published><updated>2006-08-31T08:50:07.116-04:00</updated><title type='text'>Moods for Your Blog w/ Pic2Color</title><content type='html'>Just got wind of an interesting new way to give your blog multiple colorschemes or "moods" without going to tons of effort to select colors that match. &lt;a href="http://pic2color.com/"&gt;Pic2Color&lt;/a&gt; is a service that will derive a colorscheme from an image that you specify, and apply it to your blog.  You could  have multiple images in a menu for users to select, as you see on the Pic2Color &lt;a href="http://pic2color.com/demo.php"&gt;demo page&lt;/a&gt;, or even set up an input box &amp; allow users to submit their own pics in .jpg, .png or .gif format.  This is an interesting complement to Aditya's &lt;a href="http://blogfresh.blogspot.com/2006/04/print-preview-in-blogger.html"&gt;stylesheet switcher&lt;/a&gt; for blogger, &amp;amp; will allow users to quickly choose their favorite colorscheme for your content, &amp;amp; package your goodies to reflect their mood.&lt;br /&gt;&lt;br /&gt;To signup as an alpha tester, &lt;a href="mailto:info@pic2color.com"&gt;e-mail&lt;/a&gt; the Pic2Color folks. To input your e-mail to be on the waitlist for the beta, head to the &lt;a href="http://pic2color.com/signup.php"&gt;signup page&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Pic2Color also announced yesterday that they now offer their first downloadable wordpress template.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/images" rel="tag"&gt;images&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/pic2color" rel="tag"&gt;pic2color&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115628863308519921?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115628863308519921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115628863308519921' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115628863308519921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115628863308519921'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/moods-for-your-blog-w-pic2color.html' title='Moods for Your Blog w/ Pic2Color'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115694558007775595</id><published>2006-08-30T09:45:00.000-04:00</published><updated>2006-08-30T19:29:15.300-04:00</updated><title type='text'>HTML in your Gmail Footer?</title><content type='html'>A quickie. Amit at &lt;a href="http://labnol.blogspot.com/2006/08/how-to-add-html-signatures-with-images.html"&gt;Digital Inspiration&lt;/a&gt; points out that you can drag &amp; drop images and such into the compose window of GMail, even though you can't add the raw HTML to the signature field in "settings." I might be able to get my Feedburner Headline Animator in there after all... as long as I can keep it handy on the web somewhere for drag &amp;amp; drop purposes!&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/gmail" rel="tag"&gt;gmail&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/feedburner" rel="tag"&gt;feedburner&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/e-mail" rel="tag"&gt;e-mail&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115694558007775595?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115694558007775595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115694558007775595' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115694558007775595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115694558007775595'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/html-in-your-gmail-footer.html' title='HTML in your Gmail Footer?'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115648824921631182</id><published>2006-08-25T00:44:00.000-04:00</published><updated>2006-08-25T02:44:09.520-04:00</updated><title type='text'>Experiments With TagPie</title><content type='html'>It occurred to me that we haven't seen much innovation on the tag-display front since the heady days of &lt;a href="http://en.wikipedia.org/wiki/Tag_cloud"&gt;tagclouds&lt;/a&gt;. Acting on a whim, I thought I try out a new approach ... &lt;a href="http://ghill.customer.netspace.net.au/tagpie/tagpie-demo.html"&gt;TagPie&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;Now, pie charts aren't particularly a good fit for this task. Firstly, tag counts rarely "add up to 100%" since there's a huge amount of overlap. Secondly, JavaScript does not lend itself to rendering graphs of any kind - but especially pie charts. Still, I found a free piechart provider (they use a PHP back-end to produce an image) in &lt;a href="http://gheos.net/js/pie/"&gt;Gheos&lt;/a&gt; for proof-of-concept purposes.&lt;br /&gt;&lt;br /&gt;So, it's not clickable, and isn't that flexible. But the concept is there - worth pursuing?&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/tags" rel="tag"&gt;tags&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/graphics" rel="tag"&gt;graphics&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/del.icio.us" rel="tag"&gt;del.icio.us&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115648824921631182?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115648824921631182/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115648824921631182' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115648824921631182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115648824921631182'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/experiments-with-tagpie.html' title='Experiments With TagPie'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115627951737572120</id><published>2006-08-24T09:30:00.000-04:00</published><updated>2006-08-28T18:41:09.256-04:00</updated><title type='text'>Raise the Profile of the Beta Search Box</title><content type='html'>Michael's been at it again... This time extracting the search box from the navbar in Blogger Beta and allowing you to reposition it on your blog. His &lt;a href="http://basangpanaginip.blogspot.com/2006/08/how-to-hideremove-navbar-and-replace-it.html"&gt;latest how-to&lt;/a&gt; [link updated] is a four-part tutorial in which you'll learn to:&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;p&gt;1. Hide the navbar.&lt;/p&gt; &lt;p&gt;2. Construct the search box, and reposition it.&lt;/p&gt; &lt;p&gt;3. Resize the search box.&lt;/p&gt; &lt;p&gt;4. Change the appearance of the search button.&lt;/p&gt;&lt;/blockquote&gt;Grand! All sorts of goodies start to break through. &lt;a href="http://nevertobenext.blogspot.com/2006/08/cmo-quitar-la-navbar-en-blogger-beta.html"&gt;Shora&lt;/a&gt; also has a new "especially for beta" hack for hiding the navbar, which is &lt;span style="font-style: italic;"&gt;en espanol&lt;/span&gt;. Now, the "legality" of hacking the navbar has never been quite clear, &amp; the new &lt;a href="http://www.blogger.com/terms.g"&gt;Terms of Service&lt;/a&gt; (if, indeed, these were the &lt;span style="font-style: italic;"&gt;new&lt;/span&gt; Terms of Service) don't seem to clear things up. Section 10 is still Section 10, &amp; modifying the navbar is probably still a violation of the Blogger TOS....&lt;br /&gt;&lt;br /&gt;Important to note that in beta the navbar is a little less cluttered, and contains (at least for the moment) an interface to let you directly access features to edit your blog if you're already signed in.... so there are some tools that you'll lose if you tell the navbar goodbye.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="fullpost"&gt;Other pre-beta Navbar hacks were discussed here &lt;a href="http://blogfresh.blogspot.com/2005/11/blogger-navbar-hacks.html"&gt;last Fall&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Update: Perhaps in response to TOS concerns, Michael's post now also contains information about how to reposition the navbar.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/search" rel="tag"&gt;search&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See also:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-feed-urls.html"&gt;Blogger Beta Feed URL's&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/get-blogger-beta-labels-without.html"&gt;Get Blogger Beta Labels without Layouts!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-for-weekend.html"&gt;Blogger Beta for the Weekend&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-update-incl-template-news.html"&gt;Blogger Beta Update, Incl. Template News&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/beta-comment-notifications.html"&gt;Beta Comment Notifications&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/beta-templates-layouts-tags.html"&gt;Beta Templates, Layouts, &amp;amp; Tags&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/under-hood-bloggers-new-labels.html"&gt;Under The Hood: Blogger's New Labels&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-explored.html"&gt;Blogger Beta Explored&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;Significant Blogger Upgrade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115627951737572120?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115627951737572120/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115627951737572120' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115627951737572120'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115627951737572120'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/raise-profile-of-beta-search-box.html' title='Raise the Profile of the Beta Search Box'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115630705695316963</id><published>2006-08-22T23:58:00.000-04:00</published><updated>2006-08-23T00:24:17.006-04:00</updated><title type='text'>New Delicious JSON Feeds</title><content type='html'>The &lt;a href="http://blog.del.icio.us/blog/2006/08/json_reaches_le.html"&gt;Del.icio.us Blog&lt;/a&gt; brings news of two new &lt;a href="http://www.json.org"&gt;JSON&lt;/a&gt; feeds in addition to the existing tag and bookmark feeds. Now you can access &lt;a href="http://del.icio.us/help/network"&gt;your network and your fans&lt;/a&gt; in this format. The &lt;a href="http://del.icio.us/help/json/"&gt;JSON help&lt;/a&gt; has also had an upgrade. &lt;br /&gt;&lt;br /&gt;Getting a list of your network (and fans) should be straightforward. A bit more work and you can have featured tags and posts from those sources displayed too. Taking it a step further, &lt;a href="http://www.rockitbaby.de/"&gt;Michael Schieben&lt;/a&gt; created the &lt;a href="http://www.twoantennas.com/projects/delicious-network-explorer/"&gt;Delicious Network Explorer&lt;/a&gt; using this new tech. (Warning, Java Applet may take some time to load.)&lt;br /&gt;&lt;br /&gt;This could also be the basis for new &lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-hacks-wrink.html"&gt;blogrolling or webring&lt;/a&gt; applications. The duality of network/fan lists means you'd get automatic link &lt;a href="http://en.wikipedia.org/wiki/Reciprocity"&gt;reciprocity&lt;/a&gt;: blogrolling me (ie add me to your network) automatically sees you blogrolled too (ie added to my fans). That's the sort of mechanism that could see networks really take off ... and "fan spam" (fam? Infamy?) too. Since you have no control over who adds you to &lt;span style="font-style:italic;"&gt;their&lt;/span&gt; network (and hence becomes a fan of yours), it's prone to abuse.&lt;br /&gt;&lt;br /&gt;What other possibilities and pitfalls do these new feeds present? Where might this new data go, and what might it do when it gets there? Thoughts in the comments please!&lt;br /&gt;&lt;br /&gt;In other Del.icio.us news: Private feeds (in John's case the feed from &lt;span style="font-style: italic;"&gt;links for you&lt;/span&gt;, specifically) have been placed behind an additional layer of security, and will need to be resubscribed.&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/readers" rel="tag"&gt;readers&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/del.icio.us" rel="tag"&gt;del.icio.us&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115630705695316963?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115630705695316963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115630705695316963' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115630705695316963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115630705695316963'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/new-delicious-json-feeds.html' title='New Delicious JSON Feeds'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115619604599715324</id><published>2006-08-22T08:35:00.000-04:00</published><updated>2006-08-28T18:42:58.496-04:00</updated><title type='text'>Blogger Beta Feed URL's</title><content type='html'>Thanks to Scott from &lt;a href="http://www.wilkinsons.com/Bananna/"&gt;Banana Stew&lt;/a&gt; for laying out the new beta feed URL's in a &lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html#c115616997440361911"&gt;comment here&lt;/a&gt;. This belongs front &amp; center... The url's are laid out as follows:&lt;br /&gt;&lt;br /&gt;The URL for the post feed is:&lt;br /&gt;&lt;br /&gt;http://beta.blogger.com/feeds/&lt;span style="font-style: italic;"&gt;blogID&lt;/span&gt;#/posts/full&lt;br /&gt;&lt;br /&gt;The URL of the comment feed is:&lt;br /&gt;&lt;br /&gt;http://beta.blogger.com/feeds/&lt;span style="font-style: italic;"&gt;blogID&lt;/span&gt;#/comments/full&lt;br /&gt;&lt;br /&gt;The URL of the per-post comment feed is:&lt;br /&gt;&lt;br /&gt;http://beta.blogger.com/feeds/&lt;span style="font-style: italic;"&gt;blogID&lt;/span&gt;#/&lt;span style="font-style: italic;"&gt;postID#&lt;/span&gt;/comments/full&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The URL for the short form of each feed is at the same URL, but ends with /summary rather than /full.&lt;/li&gt;&lt;li&gt;I would imagine that these feeds can still be run through Feedburner to gather &amp; report accurate subscriber stats.&lt;/li&gt;&lt;li&gt;To access these feeds in RSS 2.0 rather than Atom 1.0 format, append &lt;code&gt;&amp;amp;alt=rss &lt;/code&gt; to the end of the URL, as described in &lt;a href="http://help.blogger.com/bin/answer.py?answer=42662"&gt;Blogger Help&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;To find out your blogID, sign in to Blogger beta, then head to new post, or to manage posts, settings, or layout. In each case the end of the destination page URL will be your blog ID.&lt;/li&gt;&lt;li&gt;To find out a post ID, head to a Beta post page, &amp; select the "post a comment" link. The end of the "post a comment" URL is the post ID.&lt;/li&gt;&lt;/ul&gt;As discussed in the comments at &lt;a href="http://the-lastword.blogspot.com/2006/08/blogger-relaunch-more-stuff-that.html"&gt;The Last Word&lt;/a&gt;, the link to the whole blog comment feed seems to be awol for a significant number of users (me, Ramani, &amp;amp; Adi, at least), but the URL above holds up, &amp; let me make a sidebar widget....&lt;br /&gt;&lt;br /&gt;With this info in hand, I've road-tested Ramani's "recent comments in the sidebar" method on &lt;a href="http://freshblogbeta.blogspot.com/"&gt;FreshblogBeta&lt;/a&gt;. To get this to work, log in to beta and select "layouts." Add a sidebar page element, &amp;amp; select "feed" from the list of options. Enter the feed URL (your beta blog's comment URL, for example)  in the pop-up window, and an options window will appear.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/feedwidget.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/feedwidget.jpg" alt="" border="0" /&gt;&lt;/a&gt;This will give you the opportunity to change the title of the sidebar box, as well as to add  dates &amp; authors to the content titles. This means that you can add summaries of recent posts on related blogs, (as well as a quick &amp;amp; easy recent comments section) to your sidebar. Excellent.&lt;br /&gt;&lt;br /&gt;One other feed-related issue. As &lt;a href="http://blog.outer-court.com/archive/2006-08-15-n59.html"&gt;Philipp&lt;/a&gt; points out in the update to his announcement,  having the new feeds be beta URL's could later present a problem after everyone has migrated and the system isn't in beta anymore.&lt;br /&gt;&lt;br /&gt;While we're walking through the beta, here's a round-up of recent discussion:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://consumingexperience.blogspot.com/2006/08/blogger-beta-labels-categories-tags.html"&gt;Improbulus&lt;/a&gt; explores the detection of labels as tags by Technorati &amp; not by Icerocket&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://nofancyname.blogspot.com/2006/08/on-migrating-or-not-to-blogger-beta.html"&gt;Julie&lt;/a&gt; walks through the current state of play for anyone who has the option to migrate &amp;amp; isn't sure whether to make the move. The comments on Julie's post also point up an anonymity issue. If your GMail account has your real (and / or whole) name, &amp; your anonymity is valuable to you as a blogger, don't use that account to migrate with.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://consumingexperience.blogspot.com/2006/08/blogger-beta-how-to-update-technorati.html"&gt;Imp (again)&lt;/a&gt; has the scoop on updating your tagger userscripts so that they'll work in the beta. This fix points scripts to the new beta pages, and will work as long as the underlying functions are still possible, &amp;amp; only the locations of the pages that you want to modify have changed.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Peter @ &lt;a href="http://blogger-tricks.blogspot.com/2006/08/blogger-beta-adding-advertisement-and.html"&gt;Blogger Tips &amp; Tricks&lt;/a&gt; walks through the greatly simplified process of adding advertisements and affiliate content to your beta blog using layouts, which seems to have been a significant target of the upgrade.&lt;/li&gt;&lt;/ul&gt;Nice to breathe out, relax, &amp;amp; start to see the lay of the new beta land a little.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See also:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/get-blogger-beta-labels-without.html"&gt;Get Blogger Beta Labels without Layouts!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-for-weekend.html"&gt;Blogger Beta for the Weekend&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-update-incl-template-news.html"&gt;Blogger Beta Update, Incl. Template News&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/beta-comment-notifications.html"&gt;Beta Comment Notifications&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/beta-templates-layouts-tags.html"&gt;Beta Templates, Layouts, &amp;amp; Tags&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/under-hood-bloggers-new-labels.html"&gt;Under The Hood: Blogger's New Labels&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-explored.html"&gt;Blogger Beta Explored&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;Significant Blogger Upgrade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115619604599715324?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115619604599715324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115619604599715324' title='16 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115619604599715324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115619604599715324'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/blogger-beta-feed-urls.html' title='Blogger Beta Feed URL&apos;s'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>16</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115617896138697574</id><published>2006-08-21T11:17:00.000-04:00</published><updated>2007-01-10T01:03:14.816-05:00</updated><title type='text'>Scripted Re-Mark: Batch Editing Your Bookmarks</title><content type='html'>Many bloggers like to bookmark their posts in &lt;a href="http://del.icio.us"&gt;del.icio.us&lt;/a&gt;, whether for their own reference, &lt;a href="http://ghill.customer.netspace.net.au/freshtags/"&gt;categories&lt;/a&gt; or just &lt;a href="http://blogfresh.blogspot.com/2006/08/10-ways-to-feature-crucial-posts.html"&gt;getting their links out there&lt;/a&gt;. Dealing with a large of collection of bookmarks can be quite unwieldy, especially if you're used to modern niceties likes search-and-replace, macros, wildcards and other "luxuries". Picking out and treating your bookmarks one at a time can be dispiriting. This post introduces a new service I knocked together over the weekend that makes it easy to update and edit your bookmarks wholesale.&lt;br /&gt;&lt;br /&gt;The service is dubbed &lt;a href="http://ghill.customer.netspace.net.au/re-mark/"&gt;Scripted Re-Mark&lt;/a&gt;, since you use a script to "re-mark" your bookmarks. It grew out of my &lt;a href="http://blogfresh.blogspot.com/2006/08/auto-tagger-tag-suggestion-for.html"&gt;earlier experiments with automatic tagging&lt;/a&gt; and frustrations with &lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-migration-for-delicious-and.html"&gt;migrating a blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;span style="font-weight:bold;"&gt;*** Update ***&lt;/span&gt;&lt;/center&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;(There's a &lt;a href="http://blogfresh.blogspot.com/2007/01/re-scripted-re-mark-re-released.html"&gt;new release for Scripted Re-Mark&lt;/a&gt; that features zippier updates and functions-as-parameters.)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To use the service, you visit the page, play around with some search/replace rules and then copy/paste a code snippet into another window, opened up to your del.icio.us account. The code snippet zips through the bookmarks, making changes and saving the result.&lt;br /&gt;&lt;br /&gt;You can search/replace on the &lt;span style="font-weight:bold;"&gt;Title&lt;/span&gt;, &lt;span style="font-weight:bold;"&gt;URL&lt;/span&gt;, &lt;span style="font-weight:bold;"&gt;Notes&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;Tags&lt;/span&gt; of your bookmarks, using as many rules as you like. (And, yes, you &lt;span style="font-style:italic;"&gt;can&lt;/span&gt; use full &lt;a href="file:///c:/Greg_docs/Web%20Publish/batch%20re-mark/help.html#regexp"&gt;regular expressions&lt;/a&gt;!) You can also set the sharing (public/private) properties. The service deals with the del.icio.us "rate limiter" for you, ensuring that you don't get locked out of your account for thrashing their servers.&lt;br /&gt;&lt;br /&gt;Some possible uses:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Site Migration:&lt;/span&gt; Change the domain name in the URLs of a bunch of bookmarks.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Spelling Correction:&lt;/span&gt; As a favour, why not fix all the different flavours of spelling, without too much labour?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Tag Migration:&lt;/span&gt; Delete, merge and rename tags in one hit. Or, add a common tag across a subset of your bookmarks to help with grouping.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Share your Imports:&lt;/span&gt; By default, imported bookmarks are private; set them all free with a mass "tag and release program".&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;If you've got more ideas, please share them in the comments, including any regular expressions you come up with.&lt;br /&gt;&lt;br /&gt;I've tested it under FireFox and Internet Explorer (I wept tears getting it to work in IE ...) but not Safari or Opera. If someone could let me know how it travels, that'd be great. Still, this is "beta" (not like Google - I mean &lt;span style="font-style:italic;"&gt;beta&lt;/span&gt;) so please backup your bookmarks before committing anything. &lt;br /&gt;&lt;br /&gt;The &lt;a href="http://ghill.customer.netspace.net.au/re-mark/re-mark-engine-v01.js"&gt;code&lt;/a&gt; is released under a Creative Common licence so feel free to "extend and embrace". Future ideas include allowing generic functions in the replace string, rolling in the &lt;a href="http://blogfresh.blogspot.com/2006/08/auto-tagger-tag-suggestion-for.html"&gt;auto-tagger for suggestions&lt;/a&gt;, deletion and, well, you tell me!&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/tags" rel="tag"&gt;tags&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/bookmarklets" rel="tag"&gt;bookmarklets&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/bookmarks" rel="tag"&gt;bookmarks&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/del.icio.us" rel="tag"&gt;del.icio.us&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115617896138697574?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115617896138697574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115617896138697574' title='46 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115617896138697574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115617896138697574'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/scripted-re-mark-batch-editing-your.html' title='Scripted Re-Mark: Batch Editing Your Bookmarks'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>46</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115616188394516342</id><published>2006-08-21T07:53:00.000-04:00</published><updated>2006-08-28T18:43:31.176-04:00</updated><title type='text'>Get Blogger Beta Labels without Layouts!</title><content type='html'>Michael at &lt;a href="http://basangpanaginip.blogspot.com/2006/08/how-to-add-categories-to-your-sidebar.html"&gt;Basang Panganip&lt;/a&gt; has figured out a way to add labels to your Blogger Beta blog, even if you're running without the new layouts in classic template mode. The how-to is lengthy because it is specific, but the process doesn't appear to be difficult.  It involves:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Temporarily selecting a new template&lt;/li&gt;&lt;li&gt;Labelling all of your posts &amp; keeping a cut &amp;amp; paste list of your labels&lt;/li&gt;&lt;li&gt;Reverting to your "classic" template &lt;span style="font-style: italic;"&gt;after&lt;/span&gt; you've labelled your posts&lt;/li&gt;&lt;li&gt;Writing a hand-coded sidebar list of search strings for your labels&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;IMPORTANT: If you want to do this, please work from the full how-to and not from the summary above!&lt;br /&gt;&lt;br /&gt;As we suspected, it seems that the only part of the labels system that is truly layouts-dependent is the  default sidebar menu... and &lt;a href="http://basangpanaginip.blogspot.com/2006/08/how-to-add-categories-to-your-sidebar.html"&gt;Michael&lt;/a&gt; has the scoop on how to build a perfectly serviceable substitute. Once again, let's see what happens when the HTML editor goes live....&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/labels" rel="tag"&gt;labels&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/categories" rel="tag"&gt;categories&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See also:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-for-weekend.html"&gt;Blogger Beta for the Weekend&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-update-incl-template-news.html"&gt;Blogger Beta Update, Incl. Template News&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/beta-comment-notifications.html"&gt;Beta Comment Notifications&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/beta-templates-layouts-tags.html"&gt;Beta Templates, Layouts, &amp;amp; Tags&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/under-hood-bloggers-new-labels.html"&gt;Under The Hood: Blogger's New Labels&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-explored.html"&gt;Blogger Beta Explored&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;Significant Blogger Upgrade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115616188394516342?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115616188394516342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115616188394516342' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115616188394516342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115616188394516342'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/get-blogger-beta-labels-without.html' title='Get Blogger Beta Labels without Layouts!'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115599137899794331</id><published>2006-08-19T08:36:00.000-04:00</published><updated>2006-08-28T18:44:15.840-04:00</updated><title type='text'>Blogger Beta for the Weekend</title><content type='html'>The deeper you dig, the more treasure you find! Ramani at &lt;a href="http://hackosphere.blogspot.com/3006/08/blogger-beta-easter-eggs.html"&gt;Hackosphere&lt;/a&gt; has taken beta for a decent test-drive and finds several new features that once were hacks. These include:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Next &amp; Previous Post Links (here called newer &amp;amp; older)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;In-Post Display of Navbar Search results&lt;/li&gt;&lt;li&gt;Manual selection of posting Dates &amp; Times&lt;/li&gt;&lt;/ul&gt;Check out &lt;a href="http://hackosphere.blogspot.com/3006/08/blogger-beta-easter-eggs.html"&gt;Ramani's post&lt;/a&gt; for the details, &amp;amp; see Aditya's expanding &lt;a href="http://the-lastword.blogspot.com/2006/08/blogger-relaunch-more-stuff-that.html"&gt;list o' features&lt;/a&gt;. Who knows what we'll find on Monday!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See also:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-update-incl-template-news.html"&gt;Blogger Beta Update, Incl. Template News&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/beta-comment-notifications.html"&gt;Beta Comment Notifications&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/beta-templates-layouts-tags.html"&gt;Beta Templates, Layouts, &amp;amp; Tags&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/under-hood-bloggers-new-labels.html"&gt;Under The Hood: Blogger's New Labels&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-explored.html"&gt;Blogger Beta Explored&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;Significant Blogger Upgrade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115599137899794331?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115599137899794331/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115599137899794331' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115599137899794331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115599137899794331'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/blogger-beta-for-weekend.html' title='Blogger Beta for the Weekend'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115585409544617061</id><published>2006-08-18T13:50:00.000-04:00</published><updated>2006-08-18T14:07:22.636-04:00</updated><title type='text'>Hacks Wiki gets some Love</title><content type='html'>As part of the content becomes obsolete due to built-in Beta Blogger goodness, the &lt;a href="http://www.editthis.info/bloggerhacks/Main_Page"&gt;Blogger Hacks Wiki&lt;/a&gt; is getting a goodly slice of link love. The &lt;a href="http://www.downloadsquad.com/2006/08/16/bloggerhacks-wiki/"&gt;Download Squad&lt;/a&gt; give a positive review, and link to a March 6th, 2000 post documenting the arrival of &lt;a href="http://a.wholelottanothing.org/2000/03/caroline_wishes.html"&gt;permalinks&lt;/a&gt; to the platform. It would be interesting to compare the buzz re: the arrival of comments (or permalinks) w/. the buzz that has greeted the arrival of categories.&lt;br /&gt;&lt;br /&gt;I added a section to the main page to suggest that the wiki will be overhauled as soon as the dust settles. I'm reluctant to delete content, but perhaps we could label certain pages as superceded by default offerings? Add your thoughts to the comments.&lt;br /&gt;&lt;br /&gt;&lt;div class="tag_list"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/wiki" rel="tag"&gt;wiki&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/editthis" rel="tag"&gt;editthis&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115585409544617061?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115585409544617061/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115585409544617061' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115585409544617061'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115585409544617061'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/hacks-wiki-gets-some-love.html' title='Hacks Wiki gets some Love'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115584907864937456</id><published>2006-08-18T08:46:00.000-04:00</published><updated>2006-08-28T18:44:42.656-04:00</updated><title type='text'>Blogger Beta Update, Incl. Template News</title><content type='html'>The dust settles, some folks dig in &amp; take a good look, and a 2nd round of reviews &amp;amp; user insights emerge.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Annie at BlogU &lt;a href="http://bloggeruniversity.blogspot.com/2006/08/i-did-blogger-beta-switch.html"&gt;made the switch&lt;/a&gt;, keeping the non-layouts "classic" template, and everything except &lt;a href="http://ghill.customer.netspace.net.au/freshtags/"&gt;Freshtags&lt;/a&gt; made the migration with her. &lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;We're investigating&lt;/a&gt;....&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://the-lastword.blogspot.com/2006/08/day-after-yesterday.html"&gt;Aditya&lt;/a&gt; notes that few of the usual suspects have migrated. We haven't because we can't (team blog), but  like many others I think we're waiting for the HTML template editor too, so that our widgets can come with us when we move! He's also opened a "&lt;a href="http://the-lastword.blogspot.com/2006/08/blogger-relaunch-more-stuff-that.html"&gt;peeking under the hood&lt;/a&gt;" thread, &amp; promised to update frequently.... So send him the good stuff that you see.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.micropersuasion.com/2006/08/blogger_patches.html"&gt;Steve Rubel&lt;/a&gt; reports that the "public feeds on private blogs" bug that &lt;a href="http://www.micropersuasion.com/2006/08/bewarned_privat.html"&gt;he exposed&lt;/a&gt; has now been resolved.&lt;/li&gt;&lt;li&gt;&lt;a href="http://bloghacker.net/blogger-beta-8-new-features-and-8-new-issues/2006/08/17/"&gt;BlogHacker&lt;/a&gt; reports 8 new features and 8 new issues. To be fair, most of the issues will be resolved with time and the full rollout of Blogger beta features, but the post is a balanced look at the current state of play.&lt;/li&gt;&lt;li&gt;Turning up the geek factor to maximum, &lt;a href="http://bloggersbuzz.com/2006/08/17/blogger-api-update/"&gt;Bloggers Buzz&lt;/a&gt; points to the new &lt;a href="http://buzz.blogger.com/2006/08/blogger-api-update.html"&gt;Blogger API&lt;/a&gt; and suggests some of the promise thereof.&lt;/li&gt;&lt;li&gt;&lt;a href="http://instabloke.blogspot.com/2006/08/blogger-beta-update_18.html"&gt;Instabloke&lt;/a&gt; counsels patience, testing, &amp;amp; waiting to play w/ the full suite of tools. Good call!&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Avatar at &lt;a href="http://bloggeratto.blogspot.com/2006/08/new-blogger-reality.html"&gt;Bloggeratto&lt;/a&gt; finds a good conspiracy theory in the phased rollout. Hmmmm! Elvis is alive and well and living in Mountain View.... right next to Han Solo frozen in Carbonite.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Plenty of discussion as this news has spread. Check out the T'rati graph of posts that contain the terms &lt;a href="http://technorati.com/search/"&gt;Blogger Beta&lt;/a&gt; over the last 7 days. The wave is growing, with more than 1000 posts Thursday &amp; half that already today:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/blogger%20beta.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/blogger%20beta.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;The critical next step would seem to be the introduction of the raw HTML edit window for layout-enabled templates. Blogger users will then be able to use the new labels but also add any additional widgets to their site. &lt;a href="http://buzz.blogger.com/2006/08/beta-update.html"&gt;Blogger Buzz&lt;/a&gt; suggests that we can look for this in "days not weeks." Thanks, Jason!&lt;br /&gt;&lt;br /&gt;As things stand now, you can either keep your template, in "classic" mode (dynamic serving but no layouts, and therefore no labels), you can use a new beta default template, or you can wait a while to migrate 'til the HTML editor goes live on the beta, &amp; (hopefully) re-create your template as closely as possible w/ added "layouts". This will involve migrating individual customisations &amp;amp; widgets from current to beta... &amp; testing each one to see whether they fall over. As Pete pointed out, though, there will be a "view classic template" option that will allow the cut &amp;amp; paste grabbing of the code you want to keep.&lt;br /&gt;&lt;br /&gt;I'm optimistic that once the HTML editor goes live in beta, this will be a useful &amp;amp; interesting process, and that a second generation of mods will emerge that can live with (and even extend) the new platform.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See also:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/beta-comment-notifications.html"&gt;Beta Comment Notifications&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/beta-templates-layouts-tags.html"&gt;Beta Templates, Layouts, &amp;amp; Tags&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/under-hood-bloggers-new-labels.html"&gt;Under The Hood: Blogger's New Labels&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-explored.html"&gt;Blogger Beta Explored&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;Significant Blogger Upgrade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115584907864937456?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115584907864937456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115584907864937456' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115584907864937456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115584907864937456'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/blogger-beta-update-incl-template-news.html' title='Blogger Beta Update, Incl. Template News'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115584796858734144</id><published>2006-08-17T16:44:00.000-04:00</published><updated>2006-08-17T16:52:48.640-04:00</updated><title type='text'>Windows Live Writer and .Net Framework</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://static.flickr.com/62/217649618_3eba507127_m.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://static.flickr.com/62/217649618_3eba507127_m.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;a href="http://nofancyname.blogspot.com/2006/08/on-using-windows-live-writer.html"&gt;&lt;br /&gt;Julie&lt;/a&gt; and I have had identical experiences w/ the Windows Live Writer, and identical responses. I don't know what the .Net framework is, but I haven't needed it 'til now, &amp; I'm not sure I want it.&lt;br /&gt;&lt;br /&gt;Imagine, a Microsoft product that requires other Microsoft products before it will work. Who'da Thunk! For reviews and other good stuff, see the &lt;a href="http://blogfresh.blogspot.com/2006/08/windows-live-writer.html"&gt;post that I wrote&lt;/a&gt; before I tried to install it!&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag" style="font-family: arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/windows_live_writer" rel="tag"&gt;windows_live_writer&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/reviews" rel="tag"&gt;reviews&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115584796858734144?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115584796858734144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115584796858734144' title='16 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115584796858734144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115584796858734144'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/windows-live-writer-and-net-framework.html' title='Windows Live Writer and .Net Framework'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>16</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115583015238410991</id><published>2006-08-17T10:43:00.000-04:00</published><updated>2006-08-17T12:00:23.513-04:00</updated><title type='text'>Auto-Tagger: Tag Suggestion for Delicious</title><content type='html'>Rather than letting grievances fester, I'm all for rolling up the sleeves and making a contribution. I guess I'm just a positive person like that. Last week I &lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-migration-for-delicious-and.html"&gt;complained about the limitations of the delicious interface&lt;/a&gt; when it comes to managing tags. This week, I've started poking around further in their interface, figuring out more "improvements". By way of proof of concept, I've integrated &lt;a href="http://www.knallgrau.at/"&gt;Knallgrau's&lt;/a&gt; &lt;a href="http://tagthe.net/"&gt;tagthe.net automatic tagging webservice&lt;/a&gt; (see &lt;a href="http://blogfresh.blogspot.com/2006/05/tagoverlay-reverse-bookmarking.html"&gt;earlier&lt;/a&gt; &lt;a href="http://blogfresh.blogspot.com/2006/05/tagthenet-and-more-tagoverlays.html"&gt;experiments&lt;/a&gt;) with this Delicious. &lt;br /&gt;&lt;br /&gt;First, a few words on the wisdom of doing this. &lt;a href="http://del.icio.us"&gt;Delicious&lt;/a&gt; actually does a reasonable job of prompting you for tags under their "full-screen edit" (albeit not in their inline edit mode). It's also not particularly useful to have people ("sheeple") copying tags wholesale - and even less so when those tags are machine generated. That said, this might be useful for those times when you have "tagger's block" or you've sourced a bunch of URLs and want to get some quick-and-dirty structure across them before refined tagging can begin.&lt;br /&gt;&lt;br /&gt;In light of &lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;recent developments&lt;/a&gt;, I'm also expecting a rush of people &lt;a href="http://blogfresh.blogspot.com/2006/02/retro-fitting-tags-to-your-blog.html"&gt;retro-fitting tags to their content&lt;/a&gt;, so it's good to get some practice in with this. It's also a nice little learning project for me on hacking the delicious interface to handle the much-needed batch-mode. Finally, it's just plain cool watching all those empty text fields magically fill up with content! &lt;br /&gt;&lt;br /&gt;Oh, and I doffs me hat to the folk at Knallgrau; the tags their baby generates aren't half bad in most cases. It errs on the side of verbosity (so do I!), but that's beneficial for this situation. Let's hope they stick at it and don't go the way of &lt;a href="http://tagyu.com/"&gt;Tagyu&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The use of it is pretty straightforward: visit &lt;a href="http://del.icio.us/thetan"&gt;your delicious page&lt;/a&gt; and press "edit" on any bookmarks you wish to treat (as many as you like). The code is activated by clicking a bookmarklet on your browser. (Alternatively, you can just paste in the javascript for a one-off effort.) The bookmark's title and tags are automagically populated and you can make further changes before clicking save. It also works in the  "&lt;a href="http://del.icio.us/post?url=http%3A%2F%2Fghill.customer.netspace.net.au%2F;jump=no"&gt;full-screen edit&lt;/a&gt;" mode (where you have just one bookmark to edit and you get a list of your tags plus suggestions).&lt;br /&gt;&lt;br /&gt;Installation is easy and takes just a moment. If you're running FireFox, you should be able to just drag the link below onto your links bar. If not (or your stuck with IE), just drag any old shortcut out of your Favourites folder and onto your links bar while holding down control (this makes it a copy). Then, right-click the link below and copy it (eg "copy shortcut"). You should now have the code on the clipboard. Finally, do a right-click and edit-properties on your cloned favourite. Make the name something like "Auto-Tagger" and then paste the code into the URL field (it should start "javascript: ... "). You may be prompted something about safety - just click OK.&lt;br /&gt;&lt;br /&gt;That's it! Take it out for a test run and see what it makes of your existing tags.&lt;br /&gt;&lt;br /&gt;As usual, feedback, troubleshooting and suggestions in the comments please.&lt;br /&gt;&lt;br /&gt;&lt;a href="javascript: var s=document.createElement('script'); s.type='text/javascript'; s.src='http://ghill.customer.netspace.net.au/auto-tagger/auto-tagger-v01.js'; document.getElementsByTagName('head')[0].appendChild(s); void(0);"&gt;Auto-Tagger&lt;/a&gt;  (drag or copy this link)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ghill.customer.netspace.net.au/auto-tagger/auto-tagger-v01.js"&gt;Source Code&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Oh - and sorry about the name "Auto-Tagger". I acknowledge it's unbearably lame but it's nearly 2am here and I'd be delighted to changed it to something suitably witty tomorrow.&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/tags" rel="tag"&gt;tags&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/bookmarklets" rel="tag"&gt;bookmarklets&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/tagthe.net" rel="tag"&gt;tagthe.net&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/del.icio.us" rel="tag"&gt;del.icio.us&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115583015238410991?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115583015238410991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115583015238410991' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115583015238410991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115583015238410991'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/auto-tagger-tag-suggestion-for.html' title='Auto-Tagger: Tag Suggestion for Delicious'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115516067686154880</id><published>2006-08-17T08:45:00.000-04:00</published><updated>2006-08-17T08:40:26.116-04:00</updated><title type='text'>10 Ways to Feature Crucial Posts</title><content type='html'>Like many blogs, this is a two-pronged blog..... There are the "hey did you see?" posts that steer readers &amp; subscribers to interesting content elsewhere in the blogosphere, &amp;amp; then there's the more substantial, meaty, original posts that we want you to read, inwardly digest, and act upon by adopting the suggested hack or exploring the reviewed service! So... how can bloggers (ourselves included) feature and draw attention to certain content within our blogs, &amp; keep critical content alive once it falls off the front page? Some thoughts, in no particular order:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Exclusivity:&lt;/span&gt; Be the only person writing about your topic. If there are only a half-dozen posts that discuss &lt;span style="font-style: italic;"&gt;Creamaid&lt;/span&gt;, for example, you'll be in great shape to have your content found and enjoyed.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Internal Links within Posts:&lt;/span&gt; String your own related posts together in a way that will make sense to your reader, and lead them to explore your content. Add "see also" links to your posts as you publish them, whether at the end of the post or in the body, in "&lt;span style="color: rgb(0, 0, 0);"&gt;as we discussed last week&lt;/span&gt;" style.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Categories&lt;/span&gt;: Use categories on your blog to organise your content. This will assist folks in following a content thread through your whole blog. Blogger Beta's new &lt;a href="http://help.blogger.com/bin/answer.py?answer=44498"&gt;labels&lt;/a&gt; will make this a much more straightforward process. Maintain a "highlights" category or similar that prominently features the posts that you consider to be critical content.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Sidebar Menus&lt;/span&gt;: Use menus on your site to provide obvious and direct links to critical content. Hand code a series of links or a &lt;a href="http://blogfresh.blogspot.com/2005/07/drop-down-menu-for-recent-posts.html"&gt;drop-down&lt;/a&gt; if that will work for you.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Prominent Site Search: &lt;/span&gt;Don't hide the blogger navbar... The search box can be your site's best friend. Add the Technorati site search box too.... Get the most out of site search with a version, such as &lt;a href="http://the-lastword.blogspot.com/2006/05/native-blog-search.html"&gt;Aditya's&lt;/a&gt;, that provides post previews within your template.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Community&lt;/span&gt;: If you're lucky enough to be active in a blogging community, e-mail your colleagues to alert them to the good stuff. Use the for: tag on Del.icio.us to (&lt;a href="http://blogfresh.blogspot.com/2006/07/anti-social-bookmarking.html"&gt;selectively&lt;/a&gt;) push your posts to members of your community who will be interested.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Comments and Trackback:&lt;/span&gt; Comment judiciously on related posts with a link to your own. Continue the dialog on your own blog in the comments, and take the opportunity to direct your readers to related critical content as the opportunity arises.  Use trackbacks to your source posts to draw attention to your part in the conversation. If you don't trackback every post, be sure to trackback your critical posts. Offer a comment feed (easy w/ the new &lt;a href="http://the-lastword.blogspot.com/2006/05/native-blog-search.html"&gt;Blogger&lt;/a&gt;) so that readers can keep up with the ongoing discussion on older posts.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Prime your content to be shared virally:&lt;/span&gt; Bookmark posts in a shared bookmark manager so that they're ready to be discovered and cloned. Pre-populate social / distributed / voting type link services. Provide buttons for voting / sharing / cloning / storing and emailing your links. Use tags to draw attention to posts on your blog. If you don't tag everything, tag your critical posts.&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Judicious branding of your blog.&lt;/span&gt; Take advantage of Technorati's blog tags service to advertise the content that readers can expect. Use  sub-titles in your blog header to explain your focus.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Create a "hub-post"&lt;/span&gt; such as &lt;a href="http://blogfresh.blogspot.com/2005/08/blogger-hacks-series.html?&amp;amp;tags=Highlights"&gt;Blogger Hacks - The Series&lt;/a&gt; that will serve as an entry point and response point for multiple readers. Direct those readers to both internal and external content of a high quality and related topical focus.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;How else do you draw attention to the critical content on your blog? Let us know!&lt;br /&gt;&lt;br /&gt;Submitted to Darren Rowse's &lt;a href="http://www.problogger.net/archives/2006/08/14/lists-group-writing-project/#more-2933"&gt;Group List-Writing Project&lt;/a&gt;, which is a hub-post, of course, and will be prominently featured on multiple blogs, I'm sure... especially since this time, submitting a post to the project carries with it the possibility of a hefty prize. (Mmmm, prizes!)&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115516067686154880?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115516067686154880/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115516067686154880' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115516067686154880'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115516067686154880'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/10-ways-to-feature-crucial-posts.html' title='10 Ways to Feature Crucial Posts'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115576373305211890</id><published>2006-08-16T17:20:00.000-04:00</published><updated>2006-08-28T18:45:17.840-04:00</updated><title type='text'>Beta Comment Notifications</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/commentnotification.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/commentnotification.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Have you checked the comment notification e-mails for your beta blog? The information ID of the commenter and the title of the post that has been commented are now front and center.&lt;br /&gt;&lt;br /&gt;This used to be somewhat buried in the footer of the mail. A small thing, to be sure, but an indication that this has been a comprehensive refit. Good call, Blogger! Now it is much easier to see where the discussion is happening, and (at least in the example above) to link to the Blogger profile of the commenter. I wonder what this will look like if the user is anonymous or is not on Blogger? &lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See also:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/beta-templates-layouts-tags.html"&gt;Beta Templates, Layouts, &amp;amp; Tags&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/under-hood-bloggers-new-labels.html"&gt;Under The Hood: Blogger's New Labels&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-explored.html"&gt;Blogger Beta Explored&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;Significant Blogger Upgrade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115576373305211890?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115576373305211890/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115576373305211890' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115576373305211890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115576373305211890'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/beta-comment-notifications.html' title='Beta Comment Notifications'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115573123106385998</id><published>2006-08-16T08:13:00.000-04:00</published><updated>2006-08-28T18:49:11.790-04:00</updated><title type='text'>Beta Templates, Layouts, &amp; Tags</title><content type='html'>&lt;a href="http://blog.grogmaster.com/"&gt;Pete&lt;/a&gt; leaves a &lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html#c115570613469714103"&gt;comment&lt;/a&gt; clarifying some of the new tools, and the situation re: existing templates etc. I've reposted in full since this explains the labels, layouts and existing templates issue, which was on my "&lt;span style="font-style: italic;"&gt;have to figure this out asap&lt;/span&gt;" list. Thanks once again, Pete, for the insights:&lt;br /&gt;&lt;blockquote&gt;If you migrate your blog, your template will be preserved as-is. It's in what we call "Classic" template mode. It will be dynamically served, but you won't get the drag-and-drop customization. You also won't get labels.&lt;br /&gt;&lt;br /&gt;New blogs have Layouts by default, but can switch to Classic mode (there's a button on the Edit HTML subtab page).&lt;br /&gt;&lt;br /&gt;You will be able to upgrade from Classic to Layouts, but, as the Layouts template language is completely different (but significantly improved), you'll lose your prodigious customizations. We make a best effort to save straightforward changes (sidebar lists, for the most part) but your milege will decrease the further you have gone from the stock templates.&lt;br /&gt;&lt;br /&gt;You can see that there's a "View Classic Template" button on the Edit page, which is there to make it easier to copy over anything that the upgrade missed. (I'm going to a have a fun time w/ my blog... might just take the opportunity to design a new one.)&lt;br /&gt;&lt;br /&gt;I'm excited to see what folks will come up with when Layouts's Edit HTML is available. Dragging and dropping in the official templates is fun, but doing it with your own template design is even better.&lt;br /&gt;&lt;br /&gt;Oh, and as for mass-labeling, there's no interface for that. You can, however, use the new &lt;a href="http://code.google.com/apis/gdata/blogger.html" rel="nofollow" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"&gt;Gdata API (based on Atom 1.0) support&lt;/a&gt; to change labels. Atom categories === Blogger labels.  &lt;/blockquote&gt;It seems, then, that dynamic loading works w? your old template after migration, &amp; that what we're looking if we want to access labels and drag &amp;amp; drop is the eventual need to re-create a template in the new format. No immeditate pressure to do so, though, which is grand, &amp; methinks the labels will be worth it, esp. given that there's an existing layout insert for custom blocks of HTML / Scripts &amp;amp; a way to view your existing template to grab the goodies.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See also:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/under-hood-bloggers-new-labels.html"&gt;Under The Hood: Blogger's New Labels&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-explored.html"&gt;Blogger Beta Explored&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;Significant Blogger Upgrade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115573123106385998?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115573123106385998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115573123106385998' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115573123106385998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115573123106385998'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/beta-templates-layouts-tags.html' title='Beta Templates, Layouts, &amp; Tags'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115570603255446014</id><published>2006-08-16T01:05:00.000-04:00</published><updated>2007-01-26T06:15:56.486-05:00</updated><title type='text'>Under The Hood: Blogger's New Labels</title><content type='html'>Being unable to help myself, I thought I'd have a quick peek at the label system.&lt;br /&gt;&lt;br /&gt;The logical structure of the page (including "widgets" like archives, feeds etc) seem to be encoded in a strange markup and dumped in a giant string in the header. This string is the sole parameter of a function called "_WidgetManager._Init". This function is invoked on page load and is defined in &lt;A href="http://beta.blogger.com/widgets/1819633357-widgets.js"&gt;this external script&lt;/a&gt;. At this point, my brain boggled and I needed a lie down.&lt;br /&gt;&lt;br /&gt;The actual &lt;s&gt;tag&lt;/s&gt;label names and counts are not in the header object literals - they make an appearance via a plain old unordered list in the sidebar. In my view, this is not a good place to keep such crucial information. It should be out in the wider world, making itself useful and mingling with others of its ilk. (Perhaps this will be supported in &lt;a href="http://code.blogger.com/archives/atom-docs.html"&gt;Blogger's Atom API&lt;/a&gt; - but I don't see it.)&lt;br /&gt;&lt;br /&gt;To that end, I knocked together a little fragment of (ugly, unsafe) code to extract the labels and counts into a JavaScript object and read it back to you:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;javascript: var rexp=/search\?label=(\S+)/i; var cexp=/.*(\d).*/i; var labels={}; var links=document.links; for(var i=0; i&amp;lt;links.length;i++) if (l=rexp.exec(links[i].href)) if (!links[i].rel) labels[l[1]]=cexp.exec(links[i].nextSibling.nodeValue)[1]; for (var j in labels) alert(j+' ['+ labels[j]+']')&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;(load up a &lt;A href="http://freshblogbeta.blogspot.com/"&gt;beta&lt;/a&gt; &lt;a href="http://the-blog-guy.blogspot.com/"&gt;blog&lt;/a&gt; and copy/paste this code into your browser address bar to watch the magic unfold.)&lt;br /&gt;&lt;br /&gt;Here's another code snippet to transform Google's labels into a form a little more familiar to &lt;a href="http://del.icio.us/feeds/json/tags/jrfj44"&gt;delicious JSON feed&lt;/a&gt; users:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;javascript: var rexp=/search\?label=(\S+)/i; var cexp=/.*(\d).*/i; var labels={}; var links=document.links; for(var i=0; i&amp;lt;links.length;i++) if (l=rexp.exec(links[i].href)) if (!links[i].rel) labels[l[1]]=cexp.exec(links[i].nextSibling.nodeValue)[1]; var str="if(typeof(Delicious) == 'undefined') Delicious = {}; Delicious.tags = {"; for (var j in labels)  str+='"'+j+'":'+labels[j]+','; str+="};"; document.write(str);&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Does that get your creative juices flowing?&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/freshtags" rel="tag"&gt;freshtags&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/del.icio.us" rel="tag"&gt;del.icio.us&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;See also:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-beta-explored.html"&gt;Blogger Beta Explored&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;Significant Blogger Upgrade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115570603255446014?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115570603255446014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115570603255446014' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115570603255446014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115570603255446014'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/under-hood-bloggers-new-labels.html' title='Under The Hood: Blogger&apos;s New Labels'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115564482660516830</id><published>2006-08-15T08:30:00.000-04:00</published><updated>2006-08-28T18:51:18.563-04:00</updated><title type='text'>Blogger Beta Explored</title><content type='html'>In addition to the &lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;Freshblog intro&lt;/a&gt;, here's some great posts that walk through the new service. Interesting to see the subtle differences in who noticed what..... Go check out&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://mashable.com/2006/08/14/blogger-releases-new-beta-version/"&gt;Mashable&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blog.outer-court.com/archive/2006-08-15-n59.html" rel="nofollow"&gt;Google Blogoscoped&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://labnol.blogspot.com/2006/08/new-version-of-blogger-launched-with.html" rel="nofollow"&gt;Digital Inspiration&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.micropersuasion.com/2006/08/bewarned_privat.html" rel="nofollow"&gt;Micro Persuasion&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.blogherald.com/2006/08/14/blogger-ready-to-unveil-some-snazzy-features-sort-of/" rel="nofollow"&gt;The Blog Herald&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.techcrunch.com/2006/08/14/bloggercom-unveils-new-beta-version/" rel="nofollow"&gt;TechCrunch&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://googlesystem.blogspot.com/2006/08/new-blogger.html" rel="nofollow"&gt;Ionut&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.problogger.net/archives/2006/08/15/bloggercom-announces-beta-update/"&gt;ProBlogger&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://bloggeratto.blogspot.com/2006/08/new-blogger-beta.html"&gt;Bloggeratto&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://the-lastword.blogspot.com/2006/08/great-blogger-relaunch-part-deux.html"&gt;The Last Word&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://consumingexperience.blogspot.com/2006/08/blogger-beta-new-features-review-first.html"&gt;A Consuming Experience&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://bloghacker.net/bloggercom-beta-review/2006/08/15/"&gt;BlogHacker&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See also:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;Significant Blogger Upgrade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115564482660516830?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115564482660516830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115564482660516830' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115564482660516830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115564482660516830'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/blogger-beta-explored.html' title='Blogger Beta Explored'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115558819492487556</id><published>2006-08-15T08:05:00.000-04:00</published><updated>2006-08-15T08:01:37.476-04:00</updated><title type='text'>Windows Live Writer</title><content type='html'>So I was eating lunch, or sleeping, or something, and Microsoft rolled out &lt;a href="http://windowslivewriter.spaces.live.com/PersonalSpace.aspx?_c02_owner=1"&gt;Windows Live Writer&lt;/a&gt;, a stand-alone desktop blog post writer and editor that is Blogger-compatible. I have downloaded it to mess with at my leisure, &amp; in the meantime, permit me to link to some judicious reviews from elsewhere in the blogosphere to explain, critique and evaluate the tool:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://paulstamatiou.com/2006/08/14/review-windows-live-writer-beta/"&gt;Paul Stamatiou&lt;/a&gt; approves, and provides a full walkthrough with screenshots. Paul also requests a feature that  would give icon designers a side project for weeks... See the end of the &lt;span style="font-style: italic;"&gt;It is Still Beta&lt;/span&gt; section for the scoop.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://performancing.com/node/3752"&gt;Chris Garrett&lt;/a&gt; at Performancing has a review that starts to make comparisons between Performancing for Firefox and Microsoft's offering. I would love to see this thread developed. (Browser Extension vs. Stand Alone, Online vs. Offline etc)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.zoliblog.com/blog/_archives/2006/8/14/2229839.html"&gt;Zoli&lt;/a&gt; points out the limitations of Live Writer as an offline blogging platform, and the seeming disconnect between Writer and Windows Live, which is supposed to be "all about the web..." He also highlights the absence of integrated tagging. A commenter there points to  &lt;a href="http://timheuer.com/blog/archive/2006/08/13/13265.aspx"&gt;Tim Heuer's&lt;/a&gt; tagging plugin, which is not available yet, apparently, but is on the way.&lt;/li&gt;&lt;li&gt;Amit at Digital Inspiration has a couple of good articles too... One is an &lt;a href="http://labnol.blogspot.com/2006/08/microsoft-wysiwyg-blog-editor-how-do-i.html"&gt;introduction&lt;/a&gt;, which emphasises the "offline preview" feature (your post is formatted in a downloaded copy of your template, &amp; so the preview is a &lt;span style="font-style: italic;"&gt;real&lt;/span&gt; preview!) as well as investigating the automatically posted &amp;amp; hard to delete first post for "style detection." The &lt;a href="http://labnol.blogspot.com/2006/08/windows-live-writer-tips-tricks.html"&gt;second&lt;/a&gt; is a look at how to integrate pinging, and customise the BlogIt feature to add default info to every post.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Windows Live Writer also has a &lt;a href="http://windowslivewriter.spaces.live.com/blog/"&gt;blog&lt;/a&gt; on MSN Spaces.&lt;/li&gt;&lt;/ul&gt;As always.... plenty of good stuff in the comments of these articles too, as users respond and the discussion develops. Interesting to see the default online Blogger interface get some teeth as a new offline product comes to market. We're all authors now!&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/windows_live_writer" rel="tag"&gt;windows_live_writer&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/reviews" rel="tag"&gt;reviews&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115558819492487556?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115558819492487556/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115558819492487556' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115558819492487556'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115558819492487556'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/windows-live-writer.html' title='Windows Live Writer'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115559612375344157</id><published>2006-08-14T18:53:00.000-04:00</published><updated>2007-01-22T19:24:27.330-05:00</updated><title type='text'>Significant Blogger Upgrade</title><content type='html'>Things are more exciting than even my &lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-accepts-google-accounts-for_14.html"&gt;previous post&lt;/a&gt; suggests! Thanks to Pete for pulling back the curtain &amp; pointing out that signon integration is not even the start of the deal.... Long &amp;amp; short of it is that this appears to be the upgrade we've been waiting for. There are labels (categories) and WYSIWYG template editing, &lt;a href="http://psyc.horm.org/?PsycHodrama=%7B100blogger%5D720px%5D90%5E25%5Drepeat%5Dscroll%5Dtop%5E20center%5Dsolid%5D1px%5DTahoma%5E2C%5E20sans-serif%5D5em%5D1.75em%5Dsolid%5D1px%5D30px%5D40px%5D5px%5Dsolid%5D1px%5Dsolid%5D1px%5D_L_DefaultDivBackIsColorEr%5Dsolid%5D1px%5Dsolid%5D1px%5DTahoma%5E2C%5E20sans-serif%5D150%5E25%5D1em%5D1em%5DTahoma%5E2C%5E20sans-serif%5Dsolid%5D1px%5Dsolid%5D1px%5DTahoma%5E2C%5E20sans-serif%5D1.25em%5D1.25em%5D1em%5D150%5E25%5D1em%5D1em%5D_R_DefaultDivBackIsColorEr%5Dsolid%5D1px%5Dsolid%5D1px%5DTahoma%5E2C%5E20sans-serif%5D150%5E25%5D1em%5D1em%5D4%5D4%5D%5Dkeyword1%5E2C%5E20keyword2%5E2C%5E20keyword3%5DFreshblog%5E3A%5E20Blogger%5E20Hacks%5E2C%5E20Categories%5E2C%5E20Tips%5E20%5E26%5E20Tricks%5D,%5D%28%5Dwhite%5D%28%5D%29%5D%5E23003%5D%5E23900%5Dnavy%5D,%5D%28%5D%28%5D%5D%5Dblack%5D,%5D3%5D1%5D2%5D3%5D1%5D1%5D4%5D1%5D2%5D3%5D1%5D1%5D,%5D%28%5D%28%5D%5E23FFFff%5D%29%5D%29%5DFreshblog%5DBlogger%5E20Hacks%5E2C%5E20Categories%5E2C%5E20Tips%5E20%5E26%5E20Tricks%5D,%5D%28%5D,%5D%28%5D%28%5D%5E23900%5D%28%5D%28%5D%28%5D%5E23666%5D%28%5D%28%5D%28%5D%5E23900%5D%28%5D,%5D%28%5D%28%5D75%5D20%5D,%5D%28%5D%28%5D%5E23FFF%5D%29%5D%29%5D%5E23900%5D1.5%5D15%5D,%5D%28%5D%28%5D%5E23999%5D%29%5D%29%5D%5E23900%5D%5E23CCC%5D%29%5D%29%5D%5E23900%5D30%5D%5E23003%5D%5E23003%5D,%5D%28%5D%28%5D%5E23333%5D%28%5D,%5D%28%5D%5E23003%5D%5E23039%5D%5E2306C%5D,%5D%28%5D%28%5D%5E23CCC%5D%29%5D%29%5D,%5D%28%5D%28%5D%5E23EEE%5D%29%5D%29%5D,%5D%28%5D%28%5D%5E23CCC%5D%29%5D%29%5D,%5D%28%5D%5E23006%5D%5E23666%5D15%5D3%5D25%5D20%5D%5E23003%5D,%5D%28%5D%28%5D,%5D%28%5D,%5D%28%5D%28%5D,%5D%28%5D%5E23003%5D%28%5D%28%5D%28%5D,%5D%28%5D%28%5D%28%5D,%5Dblack%5D%28%5D%28%5D%28%5D,%5D%28%5D%28%5Dblack%5D%28%5D%28%5D%28%5D%28%5D%28%5D,%5D%5E2336F%5D%5E23003%5D%28%5D,%5D%28%5DPosted%5E20at%5E20%5E24TIME%5E20by%5E20%5E24AUTH.%5D20%5D,%5D%28%5D%28%5D%5E23900%5D%29%5D%29%5D%5E23CCC%5D%29%5D%29%5D%5E23666%5D30%5Dblack%5Dblack%5D,%5D%28%5D%28%5D%5E23333%5D%28%5D,%5D%28%5D%5E23333%5D%5E23039%5D%5E2306C%5DFreshblog%5D%5D%5DHome%5D%5E24HOME%5DFirst%5E20Page%5DEmail%5D%5E24EMAIL%5DMail%5E20me%5E21%5DRSS%5D%5E24RSS%5DRSS%5E20Feed%5DComments%5E20Feed%5D%5DComment%5E20Feed%5E20%5DArchive%5D%5D%5D%5E24ARCHIVE%5D%5E20%5D%5DFreshtags%5D%5D%5DHorm%5D%29blog.horm.org%5DHallucinations%5E20Of%5E20Reabsorbed%5E20Mind%5DPhorm%5D%29p.horm.org%5DAnother%5E20Phormation%5DEtc%5D%5D%5D%5E3Cimg%5E20src%5E3D%5E22%29psyc.horm.org/barimg/bar_psycho.png%5E22%5E20width%5E3D%5E2280%5E22%5E20height%5E3D%5E2215%5E22%5E20alt%5E3D%5E22PsycHo%5E3A%5E20Free%5E20Template%5E20Generator%5E22%5E20style%5E3D%5E22border%5E3A%5E200px%5E20solid%5E20black%5E22%5E20/%5E3E%5D%5E24PSYCHO%5DPsycHo%5E3A%5E20Free%5E20Template%5E20Generator%5D%5E3Cimg%5E20src%5E3D%5E22%29psyc.horm.org/barimg/bar_firefox.png%5E22%5E20width%5E3D%5E2280%5E22%5E20height%5E3D%5E2215%5E22%5E20alt%5E3D%5E22Get%5E20FireFox%5E21%5E22%5E20style%5E3D%5E22border%5E3A%5E200px%5E20solid%5E20black%5E22%5E20/%5E3E%5D%29www.mozilla.org/products/firefox/%5DGet%5E20Firefox%5E21%5D%5E3Cimg%5E20src%5E3D%5E22%29psyc.horm.org/barimg/bar_xhtml.png%5E22%5E20width%5E3D%5E2280%5E22%5E20height%5E3D%5E2215%5E22%5E20alt%5E3D%5E22XHTML%5E20Validator%5E22%5E20style%5E3D%5E22border%5E3A%5E200px%5E20solid%5E20black%5E22%5E20/%5E3E%5D%29validator.w3.org/check/referer%5DXHTML%5E20Validator%5E26%5E2361470%5E3BPsycHo%7D"&gt;PsycHo&lt;/a&gt; style.&lt;br /&gt;&lt;br /&gt;The new features are beta, and are not yet fully integrated with the existing system, but as the &lt;a href="http://help.blogger.com/bin/answer.py?answer=42659"&gt;Blogger Help overview&lt;/a&gt; reveals, there is plenty of new stuff happening at Blogger. Some of the upgrades are "backroom" changes, and others will be visible to Blogger users and to your readers. There are five significant changes:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1. Dynamic Serving:&lt;/span&gt; Dynamic "on the fly" serving of blog content for Blogspot hosted blogs. No more lengthy republishing process or building of multiple static pages. "Dynamic Serving" means that your edits are instantly saved in a database, and the page that the edits appear on isn't built until someone tries to look at it. Think of that! Make changes across your whole site  as quick as a click.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. Private Blogs:&lt;/span&gt; Blogger's new &lt;a href="http://help.blogger.com/bin/answer.py?answer=42673&amp;topic=9084"&gt;Access Control Settings&lt;/a&gt; will enable you to keep a private blog, viewable only by selected Google account holders that you've approved.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/betareaders.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/betareaders.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Folks who you invite by e-mail will be able to view your blog whenever they're logged into their Google account. Failing that, they'll be able to get hooked on your blog by viewing it as a guest for 2 weeks (from a link in your e-mail). The author of a private blog will be able to delete readers off the list of approved accounts.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3. Categories / Labels:&lt;/span&gt; We've asked for categories pretty consistently, and developed 30+ variations on methods for working around the omission. Well... Someone was listening, because Blogger Beta has &lt;a href="http://help.blogger.com/bin/answer.py?answer=44498"&gt;Labels&lt;/a&gt;, which I guess puts us out of a job, kids!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/betacreatefooter.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/betacreatefooter.jpg" alt="" border="0" /&gt;&lt;/a&gt;You add comma separated labels to a special field in the footer of the create post page, and those labels are published with the post. When a label is selected on your blog, all posts with that label are displayed. Even the sidebar menu has some teeth. You'll be able to sort your labels either alphabetically or by frequency.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4. Drag &amp; Drop Page Editing:&lt;/span&gt; Labels will require the use of &lt;a href="http://help.blogger.com/bin/answer.py?answer=44474"&gt;Layouts&lt;/a&gt;, which is the new drag &amp;amp; drop WYSIWYG template editor. This will probably open up a world of custom template fun, but currently requires you to select a default template.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/betaelements.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/betaelements.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;For more, check out the &lt;a href="http://help.blogger.com/bin/answer.py?answer=43708"&gt;Layout Guide&lt;/a&gt;, &amp; the guide to &lt;a href="http://help.blogger.com/bin/answer.py?answer=43709"&gt;Fonts &amp;amp; Colors&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/betafonts.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/betafonts.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5. Choice of Feeds:&lt;/span&gt; This new version of Blogger also offers a &lt;a href="http://help.blogger.com/bin/answer.py?answer=42662"&gt;much richer set of options&lt;/a&gt; for syndication and feeds. You'll be able to choose between Atom 1.0 and RSS 2.0, or make use of an advanced feed mode. What's so advanced? That would be comment feeds!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/betaadvancedfeed.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/betaadvancedfeed.jpg" alt="" border="0" /&gt;&lt;/a&gt;Blogger are now offering an integrated comment feed, as well as the option to toggle the comment feed on &amp; off on a per post basis. These new feed options can be offered in your sidebar by default using &lt;a href="http://help.blogger.com/bin/answer.py?answer=42663"&gt;new feed tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition, there's a redesigned dashboard:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/betadashboard.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/betadashboard.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;It appears that the navbar will find a purpose, and double as an admin console when you're logged in:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/betanavbar.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/betanavbar.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;There's also the promise of much more to come..... Not that it's all fluffy clouds and such. There are some &lt;a href="http://help.blogger.com/bin/answer.py?answer=44251&amp;topic=9084"&gt;known issues&lt;/a&gt;, the most significant of which is an incompatibility of old accounts with new blogs for comments:&lt;br /&gt;&lt;blockquote&gt;Users who have not switched to Blogger in beta will not be able to login to comment on blogs that have been switched. Commenting using the "anonymous" or "other" options will still work.&lt;/blockquote&gt;To see whether you can take the blue pill and go down the rabbit hole.  See &lt;a href="http://help.blogger.com/bin/answer.py?answer=42660"&gt;Blogger Help&lt;/a&gt; once again. If you have the option to signon to Blogger w/ a Gmail account&lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-accepts-google-accounts-for_14.html"&gt;&lt;/a&gt;, do so. After you're signed in, Select the "switch now" link in the top right of the page to jump to Blogger beta. Look for the "switch in two steps" box.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/switchsignon.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/switchsignon.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;If you're able to get to the goodies, you'll see step 2 and your account will roll over to a Google account, you'll accept the new TOS, and your new start URL will be &lt;a href="http://beta.blogger.com/"&gt;beta.blogger.com&lt;/a&gt;. If not, you'll be cruelly shut down &amp; cut off in your prime, as I was. (weeps softly...) Freshblog isn't eligible to &lt;a href="http://help.blogger.com/bin/answer.py?answer=44404&amp;amp;topic=9083"&gt;migrate in the first wave&lt;/a&gt; because we're a team blog.&lt;br /&gt;&lt;br /&gt;Does that mean we can't play? No... See &lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html#c115559979571971504"&gt;Pete&lt;/a&gt; in the comments again. There's nothing to stop you from creating a new blog in the beta to go with your gmail account, and then integrating it back into a single Blogger account at a later point. For more on the integration of accounts, see the pre-emptive &lt;a href="http://help.blogger.com/bin/topic.py?topic=8939"&gt;Blogger Help FAQ&lt;/a&gt;. Not hosted on Blogspot? This may be an &lt;a href="http://help.blogger.com/bin/answer.py?answer=42661&amp;topic=9084"&gt;incentive to switch&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Have fun, &amp;amp; please leave a ton of comments documenting your reactions and experiences with the upgrade.&lt;br /&gt;&lt;br /&gt;Update 8/15: Check this out on &lt;a href="http://slashdot.org/articles/06/08/15/1258212.shtml"&gt;Slashdot&lt;/a&gt;, or &lt;a href="http://digg.com/tech_news/Significant_Blogger_Upgrade"&gt;Digg It&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/beta" rel="tag"&gt;beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115559612375344157?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115559612375344157/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115559612375344157' title='54 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115559612375344157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115559612375344157'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html' title='Significant Blogger Upgrade'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>54</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115559416174422118</id><published>2006-08-14T18:08:00.001-04:00</published><updated>2006-08-14T19:50:07.116-04:00</updated><title type='text'>Blogger Accepts Google Accounts for Signon</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/blogger.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/blogger.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Logged in to Blogger tonight &amp; saw a significant change on the signon page. Blogger is now accepting Google accounts as valid user ID's, perhaps as a consequence of the &lt;a href="http://blogfresh.blogspot.com/2006/08/blogger-server-switch.html"&gt;server migration&lt;/a&gt; noted by &lt;a href="http://phydeaux3.blogspot.com/2006/08/blogspot-goes-google.html"&gt;Phydeaux3&lt;/a&gt; a week or so ago.  As you can see, I was able to sign on with my GMail ID.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/bloggersignedin.0.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/bloggersignedin.0.jpg" alt="" border="0" /&gt;&lt;/a&gt;Integration, &amp;amp; perhaps an indication of Blogger being given some priority, as suggested by &lt;a href="http://the-lastword.blogspot.com/2006/08/modern-revolution.html"&gt;Aditya&lt;/a&gt; and &lt;a href="http://bloggeratto.blogspot.com/2006/07/on-road-to-blogger-20.html"&gt;Avatar&lt;/a&gt;? I wonder if we'll reach a point at which we're encouraged to consolidate our ID's?&lt;br /&gt;&lt;br /&gt;Update: This was the tip of the iceberg, as pointed out by Pete in the comments. See my &lt;a href="http://blogfresh.blogspot.com/2006/08/significant-blogger-upgrade.html"&gt;more recent post&lt;/a&gt; for much more....&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115559416174422118?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115559416174422118/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115559416174422118' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115559416174422118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115559416174422118'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/blogger-accepts-google-accounts-for_14.html' title='Blogger Accepts Google Accounts for Signon'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115530094644397286</id><published>2006-08-14T08:40:00.000-04:00</published><updated>2006-08-14T08:33:43.120-04:00</updated><title type='text'>On the Reach of Feeds</title><content type='html'>Without sharing (yet) the underlying thought that prompted him to ask the question, &lt;a href="http://jeremy.zawodny.com/blog/archives/007173.html"&gt;Jeremy Zawodny&lt;/a&gt; wonders what share of your subscriber base access your content through bloglines.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/feedstats.0.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/400/feedstats.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Freshblog reports 224 bloglines users, for a 24% share of our just-shy-of-1000 subscriber base. &lt;a href="http://www.feedblog.org/2006/08/feedburner_subs.html"&gt;Kevin Burton&lt;/a&gt; reports a similar share on a similar subscriber base, though with very different  numbers reported for other readers, perhaps influenced by the prominent Rojo and Newsgator chicklets at the top of each page, &amp; the absence of an e-mail sub option?&lt;br /&gt;&lt;br /&gt;I frame the discussion this way because the statistic I'm most interested in is the number of subscribers who are provided with Freshblog's content via &lt;a href="http://www.r-mail.org/blog/"&gt;R-Mail&lt;/a&gt;. 347 subscribers, or 37%, get their Freshblog fix this way, and that's a much higher number than I would have expected. My sense of e-mail subscription has always been that it is the tool of choice for folks who are just getting their feet wet w/ RSS and who aren't ready to grapple with a reader just yet, but the statistics are poking holes in my supposition!&lt;br /&gt;&lt;br /&gt;In fact Randy reports that &lt;a href="http://www.r-mail.org/blog/?guid=20060809101841"&gt;a number of R-Mail users&lt;/a&gt; are choosing to use R-Mail to subscribe to many and multiple feeds, and that users are leveraging the tagging, sorting and display features of G-mail to create a "lite" reader. R-Mail messages are delivered with the name of the source blog in the "From" line, making the filtering of the posts into folders pretty straightforward. You can, of course, filter the content from multiple topically similar blogs, apply a single consistent label and sort your content that way. If this sounds like your sort of project, read Randy's post for the detailed scoop.&lt;br /&gt;&lt;br /&gt;So... some questions for readers and publishers... you should feel free to answer as few or as many of these as you like, of course, I'm just thinking of stuff that I'd like to know!&lt;br /&gt;&lt;br /&gt;For Readers: If you access Freshblog through R-Mail.... How many other blogs do you read that way? What prompted your choice to read blogs through e-mail? What e-mail program do you use, &amp;amp; have you crafted filters and such to help to sort the incoming content? Was the prominence of the R-Mail widget here a factor in your decision? Are you "new" to RSS? Tell me about the experience of reading blogs through e-mail.....&lt;br /&gt;&lt;br /&gt;For Publishers: What percentage of users access your content via e-mail? What do you think explains and accounts for that percentage? What e-mail subscription service do you use? Do you have an e-mail subscription widget on your blog? Is it prominent &amp; tempting?&lt;br /&gt;&lt;br /&gt;Oh, and what do you think is Jeremy's theory of Bloglines reach &amp;amp; depth? I'd be interested to know!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/readers" rel="tag"&gt;readers&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115530094644397286?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115530094644397286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115530094644397286' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115530094644397286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115530094644397286'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/on-reach-of-feeds.html' title='On the Reach of Feeds'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115523081577248507</id><published>2006-08-11T08:35:00.000-04:00</published><updated>2006-08-11T08:40:28.390-04:00</updated><title type='text'>Alternate Inline Comment Form Hack</title><content type='html'>Avi writes to let us know about his &lt;a href="http://avi.alkalay.net/techdumps/2006/08/integrated-bloggercom-comment-form.html"&gt;inline comment form&lt;/a&gt;, which requires an externally hosted script, some code in your template head, and a modification to the post footer to replace the "post a comment" link. Avi's post documents a number of variables that you can add to the script in the head of your template to customise the look &amp;amp; feel of the form for your blog.&lt;br /&gt;&lt;br /&gt;This is a great hack, including bold, italic, link and blockquote buttons, as well as multiple comment signing options.  If you're looking for an inline comment form, check out Avi's version. You can see &lt;a href="http://www.editthis.info/bloggerhacks/Category:Comments"&gt;alternate versions&lt;/a&gt;, which each have something to recommend them, listed in the wiki.&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115523081577248507?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115523081577248507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115523081577248507' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115523081577248507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115523081577248507'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/alternate-inline-comment-form-hack.html' title='Alternate Inline Comment Form Hack'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115521395184051495</id><published>2006-08-10T08:37:00.000-04:00</published><updated>2006-08-10T14:30:28.146-04:00</updated><title type='text'>Blogger Hacks Wrink</title><content type='html'>Ah, yes, but what's a wrink? Well, this wrink is a &lt;a href="http://wrinks.ning.com/about.php"&gt;webring, blogroll, linkroll and blogring mashup&lt;/a&gt; administered by Singpolyma, designed to tie together the blogger-hacks microsphere. From the &lt;a href="http://wrinks.ning.com/wrink.php?id=1790699"&gt;wrink homepage&lt;/a&gt; on Ning you can grab the code to deploy this either as a blogroll or a blogring, as well as submitting your blog for inclusion. The tool will offer stats, as well as the opportunity to affiliate your blogger-hacks blog closely with other bloggers who share your interests.&lt;br /&gt;&lt;br /&gt;Update: See the wrink in the sidebar at Freshblog, just ahead of the blogroll, &amp;amp; please visit the &lt;a href="http://wrinks.ning.com/wrink.php?id=1790699"&gt;wrink page&lt;/a&gt; on Ning to submit your blog for inclusion.&lt;br /&gt;&lt;br /&gt;&lt;div class="tags"&gt;Filed In:&lt;ul&gt;&lt;li&gt;&lt;a href="http://del.icio.us/jrfj44/+blogger" rel="tag"&gt;blogger&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://del.icio.us/jrfj44/+blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://del.icio.us/jrfj44/+microspheres" rel="tag"&gt;microspheres&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://del.icio.us/jrfj44/+wrink" rel="tag"&gt;wrink&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://del.icio.us/jrfj44/+ning" rel="tag"&gt;ning&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115521395184051495?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115521395184051495/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115521395184051495' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115521395184051495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115521395184051495'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/blogger-hacks-wrink.html' title='Blogger Hacks Wrink'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115516170098364116</id><published>2006-08-10T08:09:00.000-04:00</published><updated>2006-08-10T08:37:34.420-04:00</updated><title type='text'>Default Markup for Post Contents, Anyone?</title><content type='html'>Turns out that the barrier keeping Adi's &lt;a href="http://the-lastword.blogspot.com/2006/07/asynchronous-backlinks.html"&gt;ajax-powered backlink previews&lt;/a&gt; from working across blogging platforms is the lack of a consistent markup for post content. So here's a request for all platform administrators, blogging software designers and template designers. Let's wrap your platform's version of the  &lt;$blogitembody$&gt; tag in a unique class to make it easy to find. A quick survey of the folks in the know (&lt;a href="http://singpolyma-tech.blogspot.com/"&gt;Stephen&lt;/a&gt;) indicates that the required class would be&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;class="entry-content"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If all of the &lt;$blogitembody$&gt; tags in Blogger, as well as equivalent tags in Moveable Type, Live Journal, Typepad, Wordpress etc were defined by this class, then the ajax preview of backlinks would be able to grab the data that is required, and previews would be available for backlinks from multiple sources. This modification strikes me as an excellent example of the need for interoperability and consistency between platforms.  Let's see whether we can effect a change!&lt;br /&gt;&lt;br /&gt;See Also: &lt;a href="http://blogfresh.blogspot.com/2006/08/ajaxified-display-of-internal.html"&gt;Ajaxified Display of Internal Backlinks&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115516170098364116?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115516170098364116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115516170098364116' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115516170098364116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115516170098364116'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/default-markup-for-post-contents.html' title='Default Markup for Post Contents, Anyone?'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115498687258856330</id><published>2006-08-09T09:06:00.000-04:00</published><updated>2006-08-09T09:02:52.100-04:00</updated><title type='text'>10 Reasons Readers Don't Comment</title><content type='html'>&lt;a href="http://www.successful-blog.com/1/10-reasons-readers-dont-leave-comments/"&gt;Liz Strauss&lt;/a&gt; lists out the reasons why your comment count may not be reaching double figures..... Hopefully Freshblog isn't a number 6, Liz? &lt;span style="font-style: italic;"&gt;(OK, we are...) &lt;/span&gt;&lt;br /&gt;&lt;strong&gt;&lt;blockquote&gt;6. Your blog has geeky attitude and I’m not geeky enough to keep up.&lt;/blockquote&gt;&lt;span style="font-weight: normal;"&gt;There's a mnemonically elegant conclusion to the post that suggests the promise of community creation, effective participation, traffic-building and all of that good stuff. "Compelling content causes comments...." I'll second that. Compelling content will, of course, bring with it a myriad of other goodies....&lt;br /&gt;&lt;br /&gt;While you're over there checking out the other 9 reasons for limited comment numbers, check out Liz's links to both official and unofficial &lt;a href="http://www.successful-blog.com/blogger-status-link/"&gt;Blogger Help resources&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt;&lt;strong&gt;&lt;/strong&gt; &lt;span class="technoratitag"&gt;&lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115498687258856330?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115498687258856330/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115498687258856330' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115498687258856330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115498687258856330'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/10-reasons-readers-dont-comment.html' title='10 Reasons Readers Don&apos;t Comment'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115512201628812779</id><published>2006-08-09T06:41:00.000-04:00</published><updated>2006-08-09T22:07:47.803-04:00</updated><title type='text'>Dynamic Related Posts Service</title><content type='html'>Serial hacker Ramani (from &lt;a href="http://hackosphere.blogspot.com/"&gt;Hackosphere&lt;/a&gt;) has released another ingenious feature for the blogging public: &lt;a href="http://hackosphere.blogspot.com/2006/08/hack-to-display-related-posts-from_08.html"&gt;related posts from the blogosphere&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;You just drop a bit of code into the footer (or elsewhere) of your posts, and it picks up the permalink URL and sends it off to Ramani's magical PHP server. There, the URL is stripped back to a few keywords from your post title which are then run through &lt;a href="http://blogsearch.google.com/blogsearch"&gt;Google's Blogsearch&lt;/a&gt;. The results are parsed and displayed nicely on your page.&lt;br /&gt;&lt;br /&gt;Once neat feature is that you can just &lt;a href="http://www.anniyalogam.com/scripts/relatedposts.php?url="&gt;grab the invoking URL&lt;/a&gt; and append any of your own permalinks to it to see what the service returns. This openness means that I'm sure we'll see tool this cropping up in a range of other hacks.&lt;br /&gt;&lt;br /&gt;On the plus side, the lack of use of tags (relying only on title keywords) means that it's robust and will work on just about anything. You also get back an eclectic mix of posts that you might not otherwise associate with your original post.&lt;br /&gt;&lt;br /&gt;On the down side, the lack of use of tags means that it regularly turns up a whole bunch of unrelated content. Also, there's no way (that I can see) of tweaking the layout, in terms of what gets displayed, how much, style info and so.&lt;br /&gt;&lt;br /&gt;If you tend to write lengthy and specific titles for your posts and want to constantly delight your readers with novelty, this would make a great addition to your blog!&lt;br /&gt;&lt;br /&gt;If you'd like to test out the service on a few of your pages, here's a javascript bookmarklet to try out. Just create a temporary bookmark, then swap in the new code (below) into the URL field. Then drag the bookmark onto your toolbar. Visit the pages of interest, click the button, and you'll see which related posts from the blogosphere the systems returns.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;javascript: window.location.href = 'http://www.anniyalogam.com/scripts/bookmarklet.php?url=' + window.location.href;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(41, 57, 56);"&gt;&lt;span class="technoratitag"&gt;Filed In: &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogsearch" rel="tag"&gt;blogsearch&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogs" rel="tag"&gt;blogs&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogosphere" rel="tag"&gt;blogosphere&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115512201628812779?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115512201628812779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115512201628812779' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115512201628812779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115512201628812779'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/dynamic-related-posts-service.html' title='Dynamic Related Posts Service'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115419088739825845</id><published>2006-08-08T08:46:00.000-04:00</published><updated>2006-08-08T08:45:26.933-04:00</updated><title type='text'>Google Backlinks: What? Why? How?</title><content type='html'>As a companion post to my recent walkthrough of &lt;a href="http://blogfresh.blogspot.com/2006/07/haloscan-trackback-what-why-how.html"&gt;Haloscan trackback&lt;/a&gt;, and a contribution to the recently-launched "&lt;a href="http://blogfresh.blogspot.com/2006/08/blogging-services-survey-plus-intros.html"&gt;What is this and what does it do?&lt;/a&gt;" content thread here at Freshblog, here's a peek at Google Backlinks, &amp; at the ways to add them to your blog.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;What are Google Backlinks?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The first big post-footer gotta-have, in the heady days before social bookmarking caught on, was the "who links to this post" inbound link checker. The &lt;a href="http://consumingexperience.blogspot.com/2005/03/technorati-cosmos-and-watchlists.html"&gt;Technorati Cosmos checker&lt;/a&gt; for your post footer was everywhere, &amp; was pretty much the only game in town for finding inbound links to single posts. Then came a number of other blog search services, including &lt;a href="http://blogfresh.blogspot.com/2005/08/metasearch-tool-for-blog-engines.html"&gt;Talkdigger&lt;/a&gt;, &amp;amp; the emergence of Google's &lt;a href="http://blogfresh.blogspot.com/2005/10/blogger-google-backlinks.html"&gt;Backlinks&lt;/a&gt; service as an extension of their blogsearch. Where backlinks has the edge is that "backlinks" to referring posts appear right in your post footer, &amp; not on an offsite 3rd party search results page. The only potential downside is that Google Blogsearch may not see all of the inbound links to a post, &amp;amp; so the listed backlinks may not be all of the inbounds for a given post.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Why do I need Google Backlinks?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Backlinks displays inbound links to a post within that post, right in your template, without you or your readers having to go off &amp; chase down the related posts. The other significant feature is that you don't need to bookmark your posts anywhere. Since Google is finding the links through their Blogsearch tool, no bookmarking is required. Very useful. It's also pretty darn easy to install, all things being equal, as long as your blog hasn't been hacked about too much.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How do I get Backlinks?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you've got a newer blogger template and you haven't messed with it to any great degree, you should just be able to turn on the backlinks. To do this, log in to blogger, and head to settings &gt; comments. Set the backlinks radio button to "show," &amp; make sure that the "backlinks default for posts" is set to "new posts have backlinks."&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/backlinks.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 371px; height: 81px;" src="http://photos1.blogger.com/blogger/4232/204/320/backlinks.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;For more on this see &lt;a href="http://labnol.blogspot.com/2005/10/instructions-for-enabling-blogger.html"&gt;Digital Inspiration&lt;/a&gt; and Blogger's  Backlinks &lt;a href="http://help.blogger.com/bin/answer.py?answer=42533"&gt;help article&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Older Blogger template? Custom template? To get into the code of the backlinks, see Blogger Help's &lt;a href="http://help.blogger.com/bin/answer.py?answer=42552"&gt;Backlink Tag&lt;/a&gt; walkthrough. It is a pretty straightforward layout of the 2 blocks of code that you'll need to get default backlinks to work for you, with clear instructions about what to wrap the blocks in etc. It has to be said, though, that if you're a candidate for cutting and pasting, there are some great "Backlinks-Plus" user authored versions of this functionality that you might want to consider.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;User-Authored versions, you say?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Why yes! There are four excellent user-enhanced implementations of backlinks that I know about, each of which will do a little something above and beyond the default version, and a little something different from the others:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Jasper's &lt;a href="http://browservulsel.blogspot.com/2006/01/custom-blogger-backlinks-speed-up.html"&gt;Custom Backlinks&lt;/a&gt; hack will work if your template is not an off-the-peg Blogger template, &amp; if you have difficulty with the default code provided by Blogger.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://singpolyma-tech.blogspot.com/2006/01/new-backlinks-hack.html"&gt;Stephen's Backlinks&lt;/a&gt; will pop-up / expand &amp;amp; appear on the main page in response to a click on the Backlinks link in the footer of any post.&lt;/li&gt;&lt;li&gt;Greg's &lt;a href="http://blogfresh.blogspot.com/2006/05/recursive-backlinks.html"&gt;Recursive Backlinks&lt;/a&gt; shows backlinks for multiple linked posts on the post that you're reading. Drill down following the ~&gt; to track backlinks across multiple posts.&lt;/li&gt;&lt;li&gt;Aditya's &lt;a href="http://the-lastword.blogspot.com/2006/07/asynchronous-backlinks-well-most-of.html"&gt;Asynch Internal Backlinks&lt;/a&gt; will load a preview of any internally-linked posts in an Ajax window on the post that you're viewing. If you link to yourself a lot, this is worth investigating.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;If you know of other custom versions of backlinks, please leave a comment or trackback from the write-up on this post, and for more information, check out &lt;a href="http://editthis.info/bloggerhacks/Category:Backlinks"&gt;backlinks&lt;/a&gt; on the &lt;a href="http://editthis.info/bloggerhacks/Main_Page"&gt;wiki&lt;/a&gt;. Aditya's hack isn't in there yet, but it is on the way....&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;What else can I do with Backlinks?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can turn them on &amp; off on individual posts, for one, by using the  &lt;span style="font-style: italic;"&gt;Allow New Backlinks on this Post&lt;/span&gt; option under  "post &amp; comment options" in the footer of the create post window.&lt;br /&gt;&lt;br /&gt;If you have a Blogger account, you can use the "Create a Link" link in the backlinks section of a post that you're reading to launch Blogger's BlogThis! window, and write about what you're reading as soon as you see it.&lt;br /&gt;&lt;br /&gt;As they say in the &lt;a href="http://help.blogger.com/bin/answer.py?answer=42533"&gt;Google help article&lt;/a&gt;, you can subscribe to the feed of Google Blogsearch results for a search that includes the link operator, as follows: &lt;span style="font-style: italic;"&gt;link:http://yourbloghere.com/ &lt;/span&gt;to get notification of new links.&lt;br /&gt;&lt;br /&gt;Backlinks are a great way to start to see the connections between your blog &amp; the wider blogosphere, &amp;amp; to present those links to your readers. Try them out!&lt;br /&gt;&lt;br /&gt;For other &lt;a href="http://del.icio.us/jrfj44/what_why_how"&gt;What? Why? How?&lt;/a&gt; goodness, see:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2006/07/haloscan-trackback-what-why-how.html?&amp;tags=Highlights"&gt;Haloscan Trackback&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogfresh.blogspot.com/2005/08/technorati-tags-what-why-how.html?&amp;amp;tags=Highlights"&gt;Technorati Tags&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/backlinks" rel="tag"&gt;backlinks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/what_why_how" rel="tag"&gt;what_why_how&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115419088739825845?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115419088739825845/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115419088739825845' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115419088739825845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115419088739825845'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/google-backlinks-what-why-how.html' title='Google Backlinks: What? Why? How?'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115498573601160657</id><published>2006-08-07T17:14:00.000-04:00</published><updated>2006-08-09T09:19:57.353-04:00</updated><title type='text'>State of the Blogosphere</title><content type='html'>&lt;a href="http://www.sifry.com/alerts/archives/000436.html"&gt;Dave Sifry&lt;/a&gt; lays out the statistics once again, as usual supported by some interesting charts, &amp; this time using boldface type to offset the critical insights. Here's the summary:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://technorati.com/"&gt;Technorati&lt;/a&gt; is now tracking over 50 Million Blogs.&lt;/li&gt;&lt;li&gt;The Blogosphere is over 100 times bigger than it was just 3 years ago.&lt;/li&gt;&lt;li&gt;Today, the blogosphere is doubling in size every 200 days, or about once every 6 and a half months.&lt;/li&gt;&lt;li&gt;From January 2004 until July 2006, the number of blogs that Technorati tracks has continued to double every 5-7 months.&lt;/li&gt;&lt;li&gt;About 175,000 new weblogs were created each day, which means that on average, there are more than 2 blogs created each second of each day.&lt;/li&gt;&lt;li&gt;About 8% of new blogs get past Technorati's filters, even if it is only for a few hours or days.&lt;/li&gt;&lt;li&gt;About 70% of the pings Technorati receives are from known spam sources, but we drop them before we have to send out a spider to go and index the splog.&lt;/li&gt;&lt;li&gt;Total posting volume of the blogosphere continues to rise, showing about 1.6 Million postings per day, or about 18.6 posts per second.&lt;/li&gt;&lt;li&gt;This is about double the volume of about a year ago.&lt;/li&gt;&lt;li&gt;The most prevalent times for English-language posting is between the hours of 10AM and 2PM Pacific time, with an additional spike at around 5PM Pacific time&lt;/li&gt;&lt;/ul&gt;Several interesting things here... including of course the continuing rate of growth, and the significant percentage of pings that are spam. Read the whole thing &amp;amp; groove on the charts!&lt;br /&gt;&lt;br /&gt;Update: &lt;a href="http://www.feedblog.org/2006/08/technoratis_num.html"&gt;Kevin Burton&lt;/a&gt; checks the math &amp; comes to some interesting conclusions re: index size and active blogs etc.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(41, 57, 56);"&gt;&lt;span class="technoratitag"&gt;Filed In: &lt;a href="http://del.icio.us/jrfj44/technorati" rel="tag"&gt;technorati&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/search" rel="tag"&gt;search&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogs" rel="tag"&gt;blogs&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt;,&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115498573601160657?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115498573601160657/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115498573601160657' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115498573601160657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115498573601160657'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/state-of-blogosphere.html' title='State of the Blogosphere'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115496455539276530</id><published>2006-08-07T10:34:00.001-04:00</published><updated>2008-08-20T21:19:52.280-04:00</updated><title type='text'>Blogger Migration for Delicious and FreshTags</title><content type='html'>Last weekend, my capacity to spew forth vitriol exceeded my ISP's ability to host it: I'd used up all ten of megabytes allocated to me! So, I set about on a &lt;span style="font-style:italic;"&gt;reverse&lt;/span&gt; blog migration project, from self-hosting to &lt;a href="http://blogger.com/"&gt;Blogger's Blog*Spot&lt;/a&gt; (where else to get free unlimited blog hosting?). Naturally, &lt;a href="http://del.icio.us/thetan/vent"&gt;my bookmarks on delicious&lt;/a&gt; would no longer point to the right place, breaking my blog categories solution (&lt;a href="http://ghill.customer.netspace.net.au/freshtags/"&gt;FreshTags&lt;/a&gt;). This post explores some of the issues I encountered along the way, plus tips and working code to smooth the transition.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;a title="Thursday, 21 August 2008 11:18:42 AM" name="update1219281522000"&gt;&lt;span style="font-weight:bold;"&gt;*** UPDATE ***&lt;/span&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;Please note the methods and code discussed here have been superseded by the &lt;a href="http://blogfresh.blogspot.com/2006/08/scripted-re-mark-batch-editing-your.html"&gt;Scripted Re-Mark&lt;/a&gt; batch editing tool.&lt;br /&gt;&lt;br /&gt;First off, the transition on Blogger's end was surprisingly easy: change the settings on the Publish page, nominate a new blog address and re-publish. Easy-peasy. (OK, there was a slight hitch with the baffling failure to re-publish initially when Blogger informed me &lt;span style="font-style:italic;"&gt;004 dk.eos.net.FtpError: Login incorrect.&lt;/span&gt;. A spot of googling turned up &lt;a href="http://i-admin.blogspot.com/2005/06/004-dkeosnetftperror-login-incorrect.html"&gt;the explanation and very simple fix&lt;/a&gt;.)&lt;br /&gt;&lt;br /&gt;Next, I needed to ensure my delicious bookmarks pointed at &lt;a href="http://vent-letters.blogspot.com/"&gt;my shiny new Blog*Spot domain&lt;/a&gt;. "Why", I thought to myself, "delicious is the premiere bookmark manager - surely updating several hundred links will be a hassle-free pleasure". Hardly. Maybe it's just that I'm an idiot, maybe I just had too big a weekend but, darn it, I couldn't for the life of me figure out how I could effect such a change!&lt;br /&gt;&lt;br /&gt;The solution I came up with was to &lt;a href="http://del.icio.us/help/settings"&gt;export my bookmarks&lt;/a&gt; (as an HTML file), make the simple changes to the URLs of bookmark posts (including archives) via the search-and-replace feature of my text editor (no regular expressions required) and finally re-import them back into my account.&lt;br /&gt;&lt;br /&gt;Not bad, I guess. Clumsy, but feasible. I'd give it a C. Then I hit the first hitch.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Hitch #1.&lt;/span&gt; Delicious does not support batch delete.&lt;br /&gt;&lt;br /&gt;Before I re-import the updated bookmarks, I thought I should delete the old ones. (Delicious can't overwrite them, since it uses the URL - which would have changed - to identify the bookmarks. I would have ended up with &lt;span style="font-style:italic;"&gt;both&lt;/span&gt; sets, making my job even harder!) I googled around, &lt;a href="http://del.icio.us/help/api/"&gt;checked out the API&lt;/a&gt; (which needed URLs) and looked at third-party libraries without joy. I resigned myself to clicking the delete button (plus confirmation) several hundred times.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Hitch #2.&lt;/span&gt; Delicious will block you if you generate requests too quickly. &lt;br /&gt;&lt;br /&gt;Using my patented whirlwind mouse techniques, I was deleting posts off the page at a rate of one or two a second. Delicious does not like this. It will cut you off and lock you out for some ten or fifteen minutes. Apparently, you need to use a delay of ten seconds or more. OK, I could accept five minutes of furious clicking, but counting "one cat-and-dog, two cat-and-dog ... ten cat-and-dog" between clicks would take ages. Not cool.&lt;br /&gt;&lt;br /&gt;Peering into the delicious page, I thought I could automate the whole painful process with a bit of javascript (see Code #1 at the end of this post). The idea is to grab all the "delete" links on the page and open them (with a suitable delay) in new windows. Sure, it coud be nicer (perhaps removing the popups), but it works. Just paste the code into your browser bar and press enter. Be warned: it will delete every post on the page, so make sure you are looking only at posts you want to have disappear. (Tip: make sure your browser allows popups on this page!)&lt;br /&gt;&lt;br /&gt;Moving along now, I began the import process. Strangely, this takes up to half an hour after you upload the file. Goodness knows why. But, it worked as advertised, retaining tags, notes, dates and even my bundles. Except ...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Hitch #3.&lt;/span&gt; Delicious imports are compulsorily marked "not shared".&lt;br /&gt;&lt;br /&gt;This means that no one else can see them - and presumably you can't use them to categorise your blog! Again, I couldn't see any mechanism to turn them all off in one hit (and yes, I don't "allow private saves" in my options). This time, I had to have a closer peek at the Ajaxy goodness in the delicious page and, after butchering one of their functions, managed to figure it out. (Please check out Code #2 below.) Paste this code into your browser bar and it will go through the current page, systematically triggering the "shared" option for each post (waiting politely in between).&lt;br /&gt;&lt;br /&gt;Finally, it all worked. I was able to get away with a delay of as little as five seconds in both scripts, but I suggest you try it yourself. Even still, allowing for pagination and the various steps, the whole thing took an hour to process  some 200+ posts and 40 archive pages, albeit mostly not requiring my attention.&lt;br /&gt;&lt;br /&gt;And, yes, if I'd known what was involved I probably would have knocked together a variant on Code #2 to use the post &lt;span style="font-style:italic;"&gt;edit&lt;/span&gt; function to sequentially edit the URL of each post on the page ... ahhh, the wisdom of hindsight.&lt;br /&gt;&lt;br /&gt;So, at the end of this arduous task, I'm left in some doubts as to delicious' claim to be a bookmark &lt;span style="font-style:italic;"&gt;manager&lt;/span&gt; (as opposed to repository) given the lack of support for basic batch-mode updating, deleting and reloading functions. &lt;br /&gt;&lt;br /&gt;Does anyone have some pointers to share on this topic? Is there a secret batch-mode facility available? Has someone knocked together a web-app for doing this? It'd be great to save others the pain of doing this.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Code #1.&lt;/span&gt; For deleting (via popups) your delicious posts. &lt;br /&gt;&lt;br /&gt;&lt;code&gt;javascript:var delay=10000; var l=new Array(); var a=document.links; for(var i=0; i&amp;lt;a.length; i++) if(a[i].href.search('delete')&gt;0)  l.push(a[i].href); alert(l.length); count=0; doPopDel(); function doPopDel(){ window.open(l[count],count,''); count++; if(count&amp;lt;=l.length) setTimeout(doPopDel, delay);}&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Code #2. For sharing (via AJAX) your delicious posts.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;javascript:var delay=10000; var l=new Array(); var a=document.links; for (var i=0; i&amp;lt;a.length; i++) if(a[i].className.search("share")==0) l.push(a[i]); alert(l.length); count=0; doShareDel(); function doShareDel(){ sharePostYes(l[count].parentNode); count++; if (count&amp;lt;l.length) setTimeout(doShareDel, delay);}  function sharePostYes(confirm){ commands = nextElement(confirm), post = confirm.parentNode, share = $('.share', post)[0]; remove(share.previousSibling, share, confirm, $('.private', post)[0]); commands.style.display = 'inline'; var data = getPostData(post); var postBody = 'jump=no&amp;format=none&amp;private=0'; var fields = { description: data.desc, url: data.url, oldurl: data.url, date: data.isoDate, notes: data.notes, tags: data.tags, key: data.key}; for(var i in fields) postBody += '&amp;' + i + '=' + encodeURIComponent(fields[i]); var url = 'http://' + location.host + '/' + Delicious.cuser; new Ajax({url: url, method: 'post', postBody: postBody });}&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;In both cases, copy and paste the code into the address bar of your browser when you have loaded the appropriate delicious page. Set "delay" to be the duration (in milliseconds) to wait between requests (5-15 seconds should do it). The first alert box is the number of posts it's found. Good luck!&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/del.icio.us" rel="tag"&gt;del.icio.us&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/tagging" rel="tag"&gt;tagging&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogspot" rel="tag"&gt;blogspot&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/freshtags" rel="tag"&gt;freshtags&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/how-to" rel="tag"&gt;how-to&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115496455539276530?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115496455539276530/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115496455539276530' title='19 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115496455539276530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115496455539276530'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/blogger-migration-for-delicious-and.html' title='Blogger Migration for Delicious and FreshTags'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>19</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115463308645460705</id><published>2006-08-07T08:21:00.000-04:00</published><updated>2006-08-07T20:28:46.073-04:00</updated><title type='text'>Ajaxified Display of Internal Backlinks</title><content type='html'>Aditya's latest hack is an interesting one, both because of what it does, and as an illustration of the limits of user-authored modifications. Aditya's &lt;a href="http://the-lastword.blogspot.com/2006/07/asynchronous-backlinks.html"&gt;asynchronous backlinks hack&lt;/a&gt; works on the list of backlinks in your post footer, and will open a great-looking ajax window containing the contents of the backlinking post in response to a single click. A double click will do what it usually does, &amp; load the whole post.&lt;br /&gt;&lt;br /&gt;To see this in action, load Aditya's &lt;a href="http://the-lastword.blogspot.com/2006/05/native-blog-search.html"&gt;Native Blog Search&lt;/a&gt; post, &amp;amp; single-click any of the internal links. These are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a tip="" onclick="req('http://the-lastword.blogspot.com/2006/07/asynchronous-backlinks-well-most-of.html')" ondblclick="javascript:location.href='http://the-lastword.blogspot.com/2006/07/asynchronous-backlinks-well-most-of.html'" rel="nofollow" style="color: rgb(51, 136, 204);"&gt;Asynchronous Backlinks! (well, most of them)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;                        &lt;a tip="" onclick="req('http://the-lastword.blogspot.com/2006/06/100th-post.html')" ondblclick="javascript:location.href='http://the-lastword.blogspot.com/2006/06/100th-post.html'" rel="nofollow" style="color: rgb(51, 136, 204);"&gt;                        100th Post!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a tip="" onclick="req('http://the-lastword.blogspot.com/2006/06/static-vs-dynamic.html')" ondblclick="javascript:location.href='http://the-lastword.blogspot.com/2006/06/static-vs-dynamic.html'" rel="nofollow" style="color: rgb(51, 136, 204);"&gt;                        Static Vs. Dynamic&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Now you can see the whole thread of related "Last Word" content on a single page. Grand.&lt;br /&gt;&lt;br /&gt;Note that this won't load samples of external posts, because apparently Ajax can only fetch content from the same domain as the request, but even as an internal tool this is a huge step forward in consolidating content and presenting a coherent set of information, especially if your blog is a series of interlinked and evolving posts that build on one another.&lt;br /&gt;&lt;br /&gt;Update: Looks like Adi has enhanced the way that the backlinks display, so that they write out an author name as well as the post title. This makes it much easier to tell which ones are internal links, and looks pretty darn cool. Good call!&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/backlinks" rel="tag"&gt;backlinks&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115463308645460705?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115463308645460705/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115463308645460705' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115463308645460705'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115463308645460705'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/ajaxified-display-of-internal.html' title='Ajaxified Display of Internal Backlinks'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115475741124882850</id><published>2006-08-06T01:36:00.000-04:00</published><updated>2006-08-06T01:51:23.163-04:00</updated><title type='text'>Singpolyma Interviewed on Ning</title><content type='html'>Many of us know &lt;a href="http://singpolyma-tech.blogspot.com/"&gt;Singpolyma&lt;/a&gt; (aka Stephen Paul Weber) as one the Wunderkinder of the bloghacking scene. An area that receives a lot of his attention is creating social apps with &lt;a href="http://www.ning.com/"&gt;Ning&lt;/a&gt;, including his &lt;a href="http://bloggercomments.ning.com/index.php"&gt;Recent Comments app&lt;/a&gt; and his &lt;a href="http://xoxotools.ning.com/"&gt;pivotal XOXO conversion app&lt;/a&gt; - the basis for any &lt;a href="the-lastword.blogspot.com/2006/05/native-blog-search.html"&gt;number&lt;/a&gt; of &lt;a href="http://blogfresh.blogspot.com/2006/05/recursive-backlinks.html"&gt;other&lt;/a&gt; &lt;a href="http://blogfresh.blogspot.com/2006/07/sidebar-comments-and-hearsay.html"&gt;bloghacks&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;A regular participant and collaborator on Freshblog, now Singpolyma's talents are being recognised and appreciated by a larger audience: he's been &lt;a href="http://blog.ning.com/2006/08/a_chat_with_stephen_paul_weber.html"&gt;interviewed on the Ning Blog &lt;/a&gt;and provided a &lt;a href="http://tech.ning.com/?action=post&amp;id=1725169"&gt;guest post on their tech blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Click over and check it out; he's writing about parsing feeds. And Singpolyma, as you begin your meteoric rise to hacker fame, &lt;span style="font-style:italic;"&gt;don't forget the little people!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/friends" rel="tag"&gt;friends&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/singpolyma" rel="tag"&gt;singpolyma&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/Ning" rel="tag"&gt;Ning&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115475741124882850?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115475741124882850/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115475741124882850' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115475741124882850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115475741124882850'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/singpolyma-interviewed-on-ning.html' title='Singpolyma Interviewed on Ning'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115469623718831254</id><published>2006-08-04T08:57:00.000-04:00</published><updated>2006-08-04T16:48:54.066-04:00</updated><title type='text'>Time for Del.icio.us to go Mainstream?</title><content type='html'>Michael at &lt;a href="http://www.techcrunch.com/2006/08/04/dazzle-us-again-delicious/"&gt;Techcrunch&lt;/a&gt; speculates on declining Del.icio.us user stats&lt;br /&gt;&lt;blockquote&gt;&lt;p&gt;Has del.icio.us tapped out its userbase of early adopters? Will social bookmarking fail to go mainstream?&lt;/p&gt;&lt;p&gt;I think mainstream users will want to use del.icio.us,...Some users call for a redesign…something flashier and bolder. I don’t think that’s the answer. Easier bookmarking and better tools for sharing seem like the right direction to me....&lt;/p&gt;&lt;/blockquote&gt; Better tools for sharing? How about a whole new layer of tag-o-spheric interactivity like the ability to pass tags between blogs, &lt;a href="http://ghill.customer.netspace.net.au/freshtags/"&gt;Freshtags&lt;/a&gt; style! Michael's right. The solution here isn't a flashier site, it is a continued migration of the features and functions &lt;i&gt;off&lt;/i&gt; the site and into our links bars &amp; sidebars. Most of the recent innovations (tagroll, linkroll, Firefox extension) have done that....&lt;br /&gt;&lt;br /&gt;There have been a number of &lt;a href="http://blogfresh.blogspot.com/2006/05/new-frontpage-at-delicious.html"&gt;recent discussions&lt;/a&gt; about what it would take to de-geek Del.icio.us, and to see the recent bookmark list be as much about dog grooming as it is about programming. Let's also note, though, that Del.icio.us was the only game in town (or at least the stand-out choice) for social bookmarking as recently as 18 months ago when I started to tag my posts for categories. Now &lt;a href="http://3spots.blogspot.com/2006/02/30-social-bookmarks-add-to-footer.html"&gt;3Spots&lt;/a&gt; lists more than 100 social bookmarking sites, with every imaginable topical and geographic focus. The middle and late-comers to social bookmarking have their pick of services, &amp;amp; will choose features that are important to them.&lt;br /&gt;&lt;br /&gt;More generally... What is the next evolution in social bookmarking? My thought is that for this to catch on, online content has to become more important to more people, &amp; that Aunty Sue has to choose to bookmark that cookie recipe at home &amp;amp; then visit the site again at grandma's, rather than writing it down or printing it &amp; stuffing it in her purse... What do you think?&lt;br /&gt;______&lt;br /&gt;&lt;br /&gt;Related Update: Pete Cashmore at &lt;a href="http://mashable.com/2006/08/04/delicious-adds-network-badges-now-officially-a-social-network/"&gt;Mashable&lt;/a&gt; reports that Del.icio.us now has a sidebar widget like the "favorite me on Technorati" widget, that invites readers to add you to their network, and that they've also added the ability to see a list of "most active users" for  individual tags, thereby allowing the casual user to see who is interested (&amp;amp; presumably authoritative) in a given area. &lt;br /&gt;&lt;br /&gt;The sidebar widget is known as a &lt;a href="http://blog.del.icio.us/blog/2006/08/show_off_your_n.html"&gt;Network Badge&lt;/a&gt;.  It  is customiseable  in the same way as the tagroll, via a very clean interface that has a preview at the right.  In addition to the default "add me to your network" link (which is the point,after all) the badge has custom options to show username, network count, fan count,  &amp; the option to choose no icon, or either a large or small icon. If your network or fan counts are 0, that element will not display. See what a network badge looks like in the preview column below:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/networkbadge.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/networkbadge.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Once again, Del.icio.us are getting people off the site, &amp; getting the features &amp;amp; functions into your everyday browsing experience.... This tool also follows up the &lt;a href="http://blogfresh.blogspot.com/2006/04/delicious-network.html"&gt;division of the inbox&lt;/a&gt; into inbox &amp;amp; network by amplifying the "social" components of the site.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/+del.icio.us" rel="tag"&gt;del.icio.us&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+social%20_bookmarking" rel="tag"&gt;social_bookmarking&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115469623718831254?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115469623718831254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115469623718831254' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115469623718831254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115469623718831254'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/time-for-delicious-to-go-mainstream.html' title='Time for Del.icio.us to go Mainstream?'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115455982770001673</id><published>2006-08-04T08:40:00.000-04:00</published><updated>2006-08-04T08:31:51.540-04:00</updated><title type='text'>Asynch &amp; Ajax Javascript Categories</title><content type='html'>The category hacks keep comin', and here's another &lt;a href="http://emorshdy.blogspot.com/2006/07/blogger-categories.html"&gt;great Javascript hack&lt;/a&gt; for categories that was added direct to the &lt;a href="http://www.editthis.info/bloggerhacks/Categories_using_Javascript_%22only%22_Javascript_with_Ajax"&gt;Blogger Hacks Wiki&lt;/a&gt; by Eslam, the hack author.  This category method, which loads asynchronously in the sidebar of your blog, produces an ajax menu. Post titles load underneath individual tags when you click the tags. This method also allows multiple category labels per post. Most excellent.&lt;br /&gt;&lt;br /&gt;Multiple template edits are required, but the instructions are clear. My one question involves the use of atom to provide the category tags. The script queries your feed to find labels, &amp;amp; since this uses atom, can it still see older posts after they fall out of your feed, or does it only categorise the new stuff on your site?&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/categories" rel="tag"&gt;categories&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/wiki" rel="tag"&gt;wiki&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115455982770001673?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115455982770001673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115455982770001673' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115455982770001673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115455982770001673'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/asynch-ajax-javascript-categories.html' title='Asynch &amp; Ajax Javascript Categories'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115455617884843632</id><published>2006-08-03T08:35:00.000-04:00</published><updated>2006-08-03T08:49:46.570-04:00</updated><title type='text'>Creamaid: Teaser-Free Intro</title><content type='html'>Having buzzed &lt;a href="http://creamaid.com/"&gt;Creamaid&lt;/a&gt; without pulling back the curtain &lt;a href="http://blogfresh.blogspot.com/2006/07/creamaid-plugaid-jumps-blogosphere.html"&gt;earlier in the week&lt;/a&gt;, the time has come to explore the service in more detail. As you can tell, I'm into the idea...&lt;br /&gt;&lt;br /&gt;Here's why. At it's most abstract, Creamaid is a bridge between the static web and the dynamic web, a link between websites and blogs, and a way to integrate the two. It is a tool designed to allow corporations and organisations to "seed" conversations in the blogosphere, and then keep track of the &lt;a href="http://blogfresh.blogspot.com/2006/07/freedbacking-freedbackers.html"&gt;freedback&lt;/a&gt;. How, I hear you cry, &amp; what does this have to do with &lt;a href="http://www.plugaid.com/"&gt;Plugaid&lt;/a&gt;?&lt;br /&gt;&lt;br /&gt;Well, Creamaid widgets are from the same company, &amp;amp; are super-charged Plugaid widgets. A company or conversation initiator with a viral advertising budget creates a widget for themselves with Creamaid, and installs the widget on the page that will be the hub of the conversation. What's new here is that this can be a "regular website" &amp; not only a blog. Joe's Hardware could widget their fall sale, or International Soda Pop could widget their new "atomic bubblegum" soda. Next step, bloggers find the widget.  As the Creamaid folks say:&lt;br /&gt;&lt;blockquote&gt;There are three ways a blogger can discover a conversation:                                     &lt;ol&gt;&lt;li class="ver12"&gt; &lt;b&gt;In the wild&lt;/b&gt;:                                         On a website that contains the conversation&lt;/li&gt;&lt;li class="ver12"&gt; &lt;b&gt;Virally&lt;/b&gt;: From                                         another blogger's post&lt;/li&gt;&lt;li class="ver12"&gt; &lt;b&gt;Browsing&lt;/b&gt;: From                                         the updated list on CREAMaid's main page&lt;/li&gt;&lt;/ol&gt;&lt;/blockquote&gt;Bloggers who have found the widget and are in the mood to dish out a good freedbacking then author relevant &amp;amp; responsive posts that critique, boost or otherwise discuss the content on the source page. When the post is published, the author includes the CreamAid embed, and this duplicates the widget on their post. Blogger Tip: Blogger seems to require the manual addition of a closing embed tag such as this &lt;span style="color: rgb(0, 0, 0); font-style: italic;"&gt;&amp;lt;/embed&amp;gt;&lt;/span&gt; to the cut 'n paste code that is provided by the service. After you paste in the embed, manually append the closing tag, &amp; don't click back to the compose side of the window or your tag will go awol.&lt;br /&gt;&lt;br /&gt;Posts are approved before being included in the conversation / listed on the widget, and the author of each approved post is financially rewarded 30 days later, currently via Paypal. You'll note that my previous teaser post has been approved &amp; is now listed on the widget. (There's no budget for this conversation, though, so no payment )&lt;br /&gt;&lt;br /&gt;So... viral advertising that crosses over between blogs and websites. Curious that you're only paid if you're included, &amp;amp; that the person who initiated the conversation is the one approving the posts. I guess there's a chance that you won't get paid if your review of Atomic Bubblegum soda suggests that it tastes like motor oil.... Since this particular widget is set to support 1000 posts, it is also reasonable to assume that your post will eventually fall off the top of the list and spend some time in scroll-bar purgatory. I wonder what it would take to add an "authority" sort to the widget as well as a "most recently approved" sort. In a genuine business review situation, I might be interested in cutting to the chase &amp; seeing what a "big" blogger had to say.... That said, I'm all for efforts to energize the static web and to tie the blogosphere to happenings in the real world, &amp;amp; the idea of a viral advertising tool that can compensate readers is v. cool.&lt;br /&gt;&lt;br /&gt;One other question from the conversation-starter's end. Let's say I seed a conversation, and specify a budget of $1000... If only 2 posts respond to the widget, do I give them $500 each (big incentive to pick up the widget) or do they only get the $1 per post that the 1000-post widget would support if it was filled w/ freedback?&lt;br /&gt;&lt;br /&gt;Read more on the &lt;a href="http://creamaid.com/howto.html#starting"&gt;Creamaid&lt;/a&gt; site, &amp; if you want to spin off this post &amp;amp; discuss Creamaid on your own blog, by all means click the header of the attached widget and then the "participate" button in the lower right to submit your post to Trent @ Creamaid for widgetization... Check out the widget to see other Creamaid related posts &amp; to see an example of a widget-tracked conversation which, now that it includes some "real" content, demonstrates the power of the tool by linking to &lt;a href="http://blog.snipperoo.com/2006/08/marketing_widge.html"&gt;Snipperoo&lt;/a&gt;, and from there &lt;a href="http://www.postbubble.com/2006/08/01/creamaid-aims-to-be-your-brandaid/"&gt;Postbubble&lt;/a&gt;, showing me another discussion thread on this that I would otherwise not have found. See Alice @ &lt;a href="http://www.tiara.org/blog/?p=226"&gt;Tiara.org&lt;/a&gt; for another review of the service.&lt;br /&gt;&lt;br /&gt;&lt;embed src="http://www.creamaid.com/cream.swf?id=10000000141000000270" flashvars="aid=10000000141000000270" wmode="transparent" height="376" width="341"&gt;&lt;img src="http://www.creamaid.com/140b45454a16222510da54b32b8e1c0636f9bc6f" height="0" width="0" /&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/creamaid" rel="tag"&gt;creamaid&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/plugaid" rel="tag"&gt;plugaid&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115455617884843632?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115455617884843632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115455617884843632' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115455617884843632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115455617884843632'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/creamaid-teaser-free-intro.html' title='Creamaid: Teaser-Free Intro'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115418938960992109</id><published>2006-08-02T10:14:00.000-04:00</published><updated>2006-08-02T10:09:10.086-04:00</updated><title type='text'>Blogging Services Survey Plus Intros</title><content type='html'>Alright.... Embarking from platform 4, a blog services survey with a difference. We've all seen surveys that ask you to name the tools that are critical to your blogging. I'm asking that too, but with a Freshblog spin. What are the tools that are critical to your blogging &lt;span style="font-style: italic;"&gt;and how do they work?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I'm looking for the names of your favorite search services, tagging tools, social bookmarking engines, photo-managers, traffic counters, firefox extensions, browsers, cocktails... whatever those tools are that make your blogging easier. With the core Freshblog audience of blog developers and extenders in mind, though, I'd like to see how-to's, intro posts, and walkthroughs to go with your recommendations. If you've written a post like that yourself, by all means link to it.  If you want to recommend a great intro by someone else, that's great too. If you're feeling remarkably gung-ho &amp; want to take on &amp;amp; compare a set of similar tools (or if you already did that), then please give me a heads-up.&lt;br /&gt;&lt;br /&gt;My goal is to develop a set of links to quality intro materials for the best &amp; most  frequently used blogging tools, so that a single post can serve as a launch point for all those "What does **** do?" questions.&lt;br /&gt;&lt;br /&gt;To start the ball rolling, here's the Freshblog take on a couple of services, as well as some other information introducing some of the most frequently discussed services:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Blogging - Introduced and explained at &lt;a href="http://codex.wordpress.org/Introduction_to_Blogging"&gt;codex.wordpress.org&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;CoComment - reviewed by the &lt;a href="http://www.blogherald.com/2006/02/06/cocomment-reviewed/"&gt;Blog Herald&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Del.icio.us - broken down by &lt;a href="http://www.beelerspace.com/index.php?p=890"&gt;Beelerspace&lt;/a&gt;, explored w/ screencaps by &lt;a href="http://erlang.no/?p=140"&gt;Andreas Solberg&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Desktop Blog Editors - introduced by &lt;a href="http://www.problogger.net/archives/2006/08/01/introduction-to-desktop-blog-editors/"&gt;Problogger&lt;/a&gt; and &lt;a href="http://lifehacker.com/software/web-publishing/desktop-blog-editor-comparison-190652.php"&gt;Lifehacker&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Feedburner - Evaluated and found to be &lt;a href="http://www.slightlyremarkable.com/2005/11/feedburner-is-a-good-thing"&gt;Slightly Remarkable&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Greasemonkey - by &lt;a href="http://www.oreillynet.com/pub/a/network/2005/09/01/what-is-greasemonkey.html"&gt;Mark Pilgrim&lt;/a&gt; on the O'Reilly Network&lt;/li&gt;&lt;li&gt;Haloscan Trackback - by &lt;a href="http://blogfresh.blogspot.com/2006/07/haloscan-trackback-what-why-how.html"&gt;Freshblog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Haloscan Commenting and Trackback - by &lt;a href="http://consumingexperience.blogspot.com/2005/05/trackback-and-commenting-howto.html"&gt;Improbulus&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;How to Flickr - by &lt;a href="http://www.benbishop.me.uk/software/how-to-flickr-into/"&gt;Ben Bishop&lt;/a&gt;&lt;/li&gt;&lt;li&gt;RSS - explored and explained, w/ some recommended feed readers, by &lt;a href="http://paulstamatiou.com/2005/11/13/how-to-getting-started-with-rss/"&gt;Paul Stamatiou&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Sitemeter - Installation &amp;amp; setup explained by &lt;a href="http://weblogs.about.com/cs/blogutilities/ht/addcounter1.htm"&gt;Sheila Coggins&lt;/a&gt;. Other counters are also listed at &lt;a href="http://weblogs.about.com/od/freecounters/index_a.htm"&gt;About.com&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Technorati Tags - by &lt;a href="http://consumingexperience.blogspot.com/2005/02/technorati-tags-introduction.html"&gt;Improbulus&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Ten Technorati Hacks - from &lt;a href="http://www.micropersuasion.com/2005/11/ten_technorati_.html"&gt;Micro Persuasion&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;If you find other great explanatory posts, leave a comment with a link. What do these services do for you? Which ones can't you live without?&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"&gt;Filed In: &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115418938960992109?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115418938960992109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115418938960992109' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115418938960992109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115418938960992109'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/blogging-services-survey-plus-intros.html' title='Blogging Services Survey Plus Intros'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115452708594024464</id><published>2006-08-02T09:56:00.000-04:00</published><updated>2006-08-02T09:58:05.960-04:00</updated><title type='text'>Blogger Server Switch?</title><content type='html'>"Tell me what you saw, Jim, and what you think it means..." &lt;a href="http://phydeaux3.blogspot.com/2006/08/blogspot-goes-google.html"&gt;Phydeaux3&lt;/a&gt; notes that there appears to be a migration of content occurring, w/ Blogger stuff getting housed in Google boxes.  As the comments over there explore, this may mean nothing, but may mean something, &amp;amp; perhaps something significant....&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"&gt;Filed In: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115452708594024464?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115452708594024464/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115452708594024464' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115452708594024464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115452708594024464'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/blogger-server-switch.html' title='Blogger Server Switch?'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115438546660047927</id><published>2006-08-01T09:51:00.000-04:00</published><updated>2006-08-01T09:47:10.786-04:00</updated><title type='text'>Expand - Collapse Categories with Javascript</title><content type='html'>Another great javascript category hack comes our way from Caramuel. This method involves multiple template edits &amp; the addition of "labels"  to each post that you publish. The details and code are  laid out in Caramuel's intro post at&lt;span style="text-decoration: underline;"&gt; &lt;/span&gt;&lt;a href="http://categorize.blogspot.com/"&gt;categorize.blogspot.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;This category method is best  explored and tested on Caramuel's &lt;a href="http://biominds.blogspot.com/"&gt;Biominds&lt;/a&gt; blog. Select a category from the green box at the top of the biominds sidebar, &amp;amp; the page loads every post in that category in the main column. The posts are pre-expanded, but have the option of being collapsed. I'm curious to know if this setting can be flipped as more posts are put in each category and the content loading in the main page grows. having the posts collapsed as the default would make more space on the page.&lt;br /&gt;&lt;br /&gt;Using one hack for multiple purposes, Caramuel has also leveraged his category hack to &lt;a href="http://categorize.blogspot.com/2006/07/using-categories-in-this-blog.html"&gt;force a sticky post&lt;/a&gt; (effectively the only page in the "quick guide" category) to appear each time the main page is loaded. Looks like an interesting and multi-purpose method!&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"  style="font-family:arial;"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/categories" rel="tag"&gt;categories&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115438546660047927?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115438546660047927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115438546660047927' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115438546660047927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115438546660047927'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/08/expand-collapse-categories-with.html' title='Expand - Collapse Categories with Javascript'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115420756763396867</id><published>2006-07-31T09:02:00.000-04:00</published><updated>2006-07-31T08:58:53.930-04:00</updated><title type='text'>Ultimate Traffic Tip: Time</title><content type='html'>Not one to (often) use a teaser in the title,  I'm blowing the surprise up front. Anyway, &lt;a href="http://7cmarketing.supremeserver20.com/blog/2006/07/if-you-remember-no-other-traffic-tip.html"&gt;7cMarketing&lt;/a&gt; links to John at &lt;a href="http://findingthemoney.blogspot.com/2006/07/if-you-remember-no-other-traffic-tip.html"&gt;FindingTheMoney&lt;/a&gt;, and John provides the ultimate traffic tip for bloggers both pro and am. The whole thing takes time, regardless of effort:&lt;br /&gt;&lt;blockquote&gt;Time to get indexed. Time to get out of the Google sandbox. Time for the algorithms to do their thing with your rankings. Time to become like an old reference book to a few web surfers. It all happens in &lt;span style="font-weight: bold;"&gt;time&lt;/span&gt;.&lt;/blockquote&gt;John also suggests that you'll need some time to find your voice &amp; build your community, &amp;amp; he's right, of course. Let's call this a late submission to Darren Rowse's "&lt;a href="http://www.problogger.net/if-i-had-to-start-my-blog-again-group-writing-project-central-submissions-page/"&gt;If I Had To Start My Blog All Over Again&lt;/a&gt;" series, which now consists of eighty insights into the evolution and development of the blogs of multiple authors, including a discussion of the &lt;a href="http://limb2limb.com/2006/07/27/discovering-more-time/"&gt;time it takes to write a blog&lt;/a&gt;. As for building the site, &lt;span style="font-style: italic;"&gt;If I had to start my blog all over again I'd know that it takes some time to get off the ground.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogosphere" rel="tag"&gt;blogosphere&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/microspheres" rel="tag"&gt;microspheres&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115420756763396867?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115420756763396867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115420756763396867' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115420756763396867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115420756763396867'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/07/ultimate-traffic-tip-time.html' title='Ultimate Traffic Tip: Time'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115435046416323816</id><published>2006-07-31T08:46:00.000-04:00</published><updated>2006-07-31T09:02:13.136-04:00</updated><title type='text'>Creamaid: Plugaid jumps the Blogosphere</title><content type='html'>In a very cool viral marketing campaign which ought to pay off big-style, the folks at &lt;a href="http://www.plugaid.com/"&gt;Plugaid&lt;/a&gt; have rolled out a version of the service with a slightly different (and &lt;a href="http://blogfresh.blogspot.com/2006/07/freedbacking-freedbackers.html"&gt;freedback&lt;/a&gt; related) purpose. They're calling it &lt;a href="http://www.creamaid.com/"&gt;CreamAid&lt;/a&gt;, &amp; I can't decide whether to tell you what it does, or let the marketing do the work!  Perhaps I'll update the post in 24hrs &amp;amp; we can discuss the idea in response to comments etc?&lt;br /&gt;&lt;br /&gt;As my post title suggests, what interests me here is the idea of a bridge between blogs and "regular" websites!&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogging" rel="tag"&gt;blogging&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/creamaid" rel="tag"&gt;creamaid&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/plugaid" rel="tag"&gt;plugaid&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;embed src="http://www.creamaid.com/cream.swf?id=10000000141000000246" wmode="transparent" height="376" width="341"&gt;&lt;img src="http://www.creamaid.com/6e6ffdbab1b3bfe8464aa9b0c1be114cc526c35d" height="0" width="0" /&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115435046416323816?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115435046416323816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115435046416323816' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115435046416323816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115435046416323816'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/07/creamaid-plugaid-jumps-blogosphere.html' title='Creamaid: Plugaid jumps the Blogosphere'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115418539518117484</id><published>2006-07-29T16:17:00.000-04:00</published><updated>2006-07-30T10:04:03.926-04:00</updated><title type='text'>Technorati for Categories Implementation</title><content type='html'>As regular readers will recall, a while back Technorati introduced the ability to limit tag search results to posts from a single user account. There was much rejoicing in this little corner of the blogosphere (do spheres have corners?) as JohnT, Imp, Nathan and myself put &lt;a href="http://blogfresh.blogspot.com/2006/01/technorati-categories.html?&amp;tags=technorati"&gt;shoulders to the wheel&lt;/a&gt; to turn this into a viable method for tagging and categorising content.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4232/204/1600/carolyn.1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/4232/204/320/carolyn.1.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;All of which is a roundabout way of highlighting the implementation of said category hack by Carolyn at &lt;a href="http://www.fieldtofeast.blogspot.com/"&gt;Field to Feast&lt;/a&gt;. Not only are the categories slick (esp. w/ Technorati's recent makeover) but the recipes are delicious (no pun intended.... really... well, alright, maybe a little......)&lt;br /&gt;&lt;br /&gt;If you're looking for categories without the hassle of bookmarking your content, consider Technorati tags!&lt;br /&gt;&lt;br /&gt;Update: Phydeaux3 points out that the tag-tool that's being used here is the &lt;a href="http://consumingexperience.blogspot.com/2005/12/updated-multiple-word-technorati-tag.html"&gt;Magical Sheep Technorati Tagger Greasemonkey Script&lt;/a&gt;. Greasemonkey once again enables the most integrated and seamless solution to the issue.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/+technorati" rel="tag"&gt;technorati&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+technorategories" rel="tag"&gt;technorategories&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+categories" rel="tag"&gt;categories&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+tags" rel="tag"&gt;tags&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+tagging" rel="tag"&gt;tagging&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115418539518117484?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115418539518117484/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115418539518117484' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115418539518117484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115418539518117484'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/07/technorati-for-categories.html' title='Technorati for Categories Implementation'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115420324515161862</id><published>2006-07-29T15:43:00.000-04:00</published><updated>2006-07-29T16:00:45.400-04:00</updated><title type='text'>Posting from the Future, or the Past</title><content type='html'>&lt;a href="http://bloggeratto.blogspot.com/2006/07/phydeaux3-time-warp-gm-userscript.html"&gt;Bloggeratto&lt;/a&gt; reports on the latest &lt;a href="http://phydeaux3.blogspot.com/"&gt;Phydeaux3&lt;/a&gt; greasemonkey script, and 'tis a doozie.  We're waiting, as you know, for the ability to write a post in Blogger, save it on a Sunday, and tell it to publish itself on a Wednesday. We're not there yet, but Phydeaux has boosted one of the existing solutions (to manually change the date on the post when you publish) by extending the range of available dates via Greasemonkey to be infinite! Now you can pick any 4-digit year that floats your boat, &amp;amp; publish from there. A highly specific niche, to be sure, but an interesting tweak too. Cool.&lt;br /&gt;&lt;br /&gt;The mainstream solution for automatically post-dated publication  comes from &lt;a href="http://consumingexperience.blogspot.com/2005/12/how-to-postpone-or-delay-your-blog.html"&gt;Improbulus&lt;/a&gt;, and uses &lt;a href="http://www.emailschedule.com/"&gt;EMailSchedule&lt;/a&gt; to time the posting of content via mail. I wonder if you can tell it to send you an e-mail from 1947?&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogger-hacks" rel="tag"&gt;blogger-hacks&lt;/a&gt;, &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115420324515161862?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115420324515161862/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115420324515161862' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115420324515161862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115420324515161862'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/07/posting-from-future-or-past.html' title='Posting from the Future, or the Past'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115378470569526185</id><published>2006-07-25T15:21:00.000-04:00</published><updated>2006-07-25T15:15:23.050-04:00</updated><title type='text'>Horizontal Menu with CSS</title><content type='html'>Highlighting some of the truly innovative stuff here on Freshblog, and road-testing a new hack at the same time, I've added in a horizontal menu underneath the page header. I looked at a couple of these, in an effort to help Chaim get one off the ground at &lt;a href="http://life-of-rubin.blogspot.com/"&gt;Life of Rubin&lt;/a&gt;. We ran into an MSIE compatibility error with the first effort, but the menu at &lt;a href="http://tutorials.alsacreations.com/menu/"&gt;Alsacreations&lt;/a&gt; seems to be browser-proof and was pretty easy to install &amp;amp; customise. Chaim's implementation turned out even slicker than the implementation here, I think!&lt;br /&gt;&lt;br /&gt;The installation is pretty straightforward. There's a pre-formed stylesheet for your template head, and a chunk of HTML that goes where you want the buttons to appear. I ran into an issue with my existing CSS, and had to make some changes to the code as provided. It took some work w/ the CSS at Freshblog to make sure that the formatting only applied to the buttons under the header, and not to all of the lists on the page, but formatting the list in its own class seems to work, and we're good to go. Check out the basic code at &lt;a href="http://tutorials.alsacreations.com/menu/"&gt;Alsacreations&lt;/a&gt;, and see whether it will work for you!&lt;br /&gt;&lt;div class="tags"&gt;Filed In:&lt;ul&gt;&lt;li&gt;&lt;a href="http://del.icio.us/jrfj44/+CSS" rel="tag"&gt;CSS&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://del.icio.us/jrfj44/+freshblog" rel="tag"&gt;freshblog&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://del.icio.us/jrfj44/+template" rel="tag"&gt;template&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://del.icio.us/jrfj44/+menu" rel="tag"&gt;menu&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://del.icio.us/jrfj44/+layout" rel="tag"&gt;layout&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115378470569526185?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115378470569526185/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115378470569526185' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115378470569526185'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115378470569526185'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/07/horizontal-menu-with-css.html' title='Horizontal Menu with CSS'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115378736720548990</id><published>2006-07-24T20:27:00.000-04:00</published><updated>2006-07-24T20:29:27.206-04:00</updated><title type='text'>Feedburner Stats</title><content type='html'>Is there a Feedreader hiding their stats under a bushel? We dropped from 832 readers to 554 on Sun, &amp;amp; have yet to recover...&lt;br /&gt;&lt;br /&gt;Filed in: &lt;span class="technoratitag"&gt;&lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/webtech" rel="tag"&gt;webtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/feeds" rel="tag"&gt;feeds&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115378736720548990?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115378736720548990/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115378736720548990' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115378736720548990'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115378736720548990'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/07/feedburner-stats.html' title='Feedburner Stats'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115377826638665015</id><published>2006-07-24T17:51:00.000-04:00</published><updated>2006-07-24T17:57:46.393-04:00</updated><title type='text'>Doc to PDF</title><content type='html'>Had cause to make a PDF this weekend, wanting to create an electronic document that would retain formatting and look the way that I wanted it to for all eternity (bwahahahahah!) I used &lt;a href="http://www.pdfonline.com/convert_pdf.asp"&gt;PDFOnline.com&lt;/a&gt; and was more than happy with the result. You upload your doc, specify a filename, and enter an e-mail address for delivery of the PDF. Pretty soon, the thing is in your e-mail as an attachment and can be downloaded to your desktop. Easy and quick. There's a 2mb file size limit, so that transcription of &lt;span style="font-style: italic;"&gt;War &amp;amp; Peace&lt;/span&gt; that you're working on won't fly, but otherwise you should be in good shape. Give it a whirl if you're looking to convert a document to a PDF on the fly.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/+PDF" rel="tag"&gt;PDF&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/+webtech" rel="tag"&gt;webtech&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115377826638665015?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115377826638665015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115377826638665015' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115377826638665015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115377826638665015'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/07/doc-to-pdf.html' title='Doc to PDF'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115353699039935605</id><published>2006-07-21T22:41:00.000-04:00</published><updated>2006-07-26T21:47:40.986-04:00</updated><title type='text'>Google's Blogsearch Crippled?</title><content type='html'>I've noticed that Google's &lt;a href="http://blogsearch.google.com"&gt;Blogsearch&lt;/a&gt; seems to have been crippled for at least 24 hours now. When you restrict the scope of the search to a single blog using &lt;code&gt;blogurl:&lt;/code&gt; it will return only one result.&lt;br /&gt;&lt;br /&gt;Check it out:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogsearch.google.com/blogsearch?hl=en&amp;q=freshtags&amp;btnG=Search+Blogs"&gt;Search all blogs for FreshTags&lt;/a&gt; (no problems)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogsearch.google.com/blogsearch?hl=en&amp;q=freshtags+blogurl:http://blogfresh.blogspot.com/&amp;ie=UTF-8"&gt;Search Freshblog for FreshTags&lt;/a&gt; (only one hit - should be dozens!)&lt;br /&gt;&lt;br /&gt;It seems to apply to self-hosted, non-BlogSpot blogs too, as well as across different time periods (12 hours, day, week etc) and the RSS/Atom search feeds.&lt;br /&gt;&lt;br /&gt;Even using a different option (eg "&lt;a href="http://blogsearch.google.com/blogsearch?as_q=freshtags&amp;num=10&amp;hl=en&amp;c2coff=1&amp;btnG=Search+Blogs&amp;as_epq=&amp;as_oq=&amp;as_eq=&amp;bl_pt=&amp;bl_bt=Freshblog&amp;bl_url=&amp;bl_auth=&amp;as_drrb=q&amp;as_qdr=a&amp;as_mind=1&amp;as_minm=1&amp;as_miny=2000&amp;as_maxd=21&amp;as_maxm=7&amp;as_maxy=2006&amp;lr=&amp;safe=off"&gt;Freshblog in the title&lt;/a&gt;") seems to produce the same (solitary) result.&lt;br /&gt;&lt;br /&gt;Of course, this means the &lt;a href="http://search.blogger.com/?as_q=freshtags&amp;ie=UTF-8&amp;ui=blg&amp;bl_url=blogfresh.blogspot.com&amp;x=286&amp;y=8"&gt;Blogger Navbar&lt;/a&gt; is broken too. Not to mention &lt;a href="http://the-lastword.blogspot.com/2006/05/native-blog-search.html"&gt;Aditya's Native Blogsearch&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I haven't turned up any buzz on the interweb about it yet ... is it restricted to just a few blogs?&lt;br /&gt;&lt;br /&gt;Anyone got any theories? It can't be the indexing, since the pages show up in a universal search; things just go awry on the restricted ones. &lt;br /&gt;&lt;br /&gt;What blog search engines do people like to use instead? Personally, I've never had a satisfying experience using &lt;a href="http://technorati.com/"&gt;technorati&lt;/a&gt; ... there's gotta be something better out there.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;h4&gt;*** Update ***&lt;/h4&gt;&lt;/center&gt;&lt;br /&gt;It seems blogsearch is back!&lt;br /&gt;&lt;br /&gt;I'm getting normal behaviour now with all the variants (RSS, Atom), and for all the add-ons (NavBar, native search).&lt;br /&gt;&lt;br /&gt;I wonder what was going on?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="technoratitag"&gt;Filed In: &lt;a href="http://del.icio.us/jrfj44/google" rel="tag"&gt;google&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogger" rel="tag"&gt;blogger&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/search" rel="tag"&gt;search&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogsearch" rel="tag"&gt;blogsearch&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115353699039935605?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115353699039935605/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115353699039935605' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115353699039935605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115353699039935605'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/07/googles-blogsearch-crippled.html' title='Google&apos;s Blogsearch Crippled?'/><author><name>Greg</name><uri>http://www.blogger.com/profile/07749796777534219331</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5573108.post-115341948840891715</id><published>2006-07-20T14:06:00.000-04:00</published><updated>2006-07-20T14:18:08.633-04:00</updated><title type='text'>Keotag Tagging Tool</title><content type='html'>As part of a useful walkthrough of what Technorati can do for you, &lt;a href="http://www.kylescove.com/2006/07/what_is_technor.html"&gt;Kyle's Cove&lt;/a&gt; features &lt;a href="http://www.keotag.com/tagger.php"&gt;Keotag&lt;/a&gt;, a tag generator that allows you to customise URL's for either Technorati, Del.icio.us, or Icerocket. They also offer a tag search, and a social bookmarking link generator for static URL's. The tag generator is an alternative to &lt;a href="http://blogfresh.blogspot.com/2006/04/new-technorati-tag-generator.html"&gt;other online tagmakers&lt;/a&gt;, and is well worth a look if you want to add tag code occasionally and don't have access to a customiseable browser.&lt;br /&gt;&lt;br /&gt;Filed in: &lt;a href="http://del.icio.us/jrfj44/technorati" rel="tag"&gt;technorati&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/tags" rel="tag"&gt;tags&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/tagging" rel="tag"&gt;tagging&lt;/a&gt; &lt;a href="http://del.icio.us/jrfj44/blogtech" rel="tag"&gt;blogtech&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5573108-115341948840891715?l=blogfresh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogfresh.blogspot.com/feeds/115341948840891715/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5573108&amp;postID=115341948840891715' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115341948840891715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5573108/posts/default/115341948840891715'/><link rel='alternate' type='text/html' href='http://blogfresh.blogspot.com/2006/07/keotag-tagging-tool.html' title='Keotag Tagging Tool'/><author><name>John</name><uri>http://www.blogger.com/profile/11399892018986242488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://www.geocities.com/jrfj44/fbfavicon_red.jpg'/></author><thr:total>0</thr:total></entry></feed>
