<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>OSBlues &#187; Bookmarklets</title>
	<atom:link href="http://osblues.com/category/bookmarklets/feed/" rel="self" type="application/rss+xml" />
	<link>http://osblues.com</link>
	<description>Life, technology and anything else that crops up..</description>
	<lastBuildDate>Tue, 14 Jun 2011 14:28:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='osblues.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>OSBlues &#187; Bookmarklets</title>
		<link>http://osblues.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://osblues.com/osd.xml" title="OSBlues" />
	<atom:link rel='hub' href='http://osblues.com/?pushpress=hub'/>
		<item>
		<title>Remove Pesonalised Search Greasemonkey Script</title>
		<link>http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/</link>
		<comments>http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 12:53:09 +0000</pubDate>
		<dc:creator>osblues</dc:creator>
				<category><![CDATA[Bookmarklets]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[personalised search]]></category>

		<guid isPermaLink="false">http://osblues.com/?p=216</guid>
		<description><![CDATA[I just knocked up a quick Greasemonkey script to add a &#8220;Remove customisations&#8221; link next to the &#8220;View customizations&#8221; (customisations) link that appears when Google is tailoring your results based on your search history. This is particularly useful if, like me, you want to know when this kind of thing is happening and need and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=216&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just knocked up a quick Greasemonkey script to add a &#8220;Remove customisations&#8221; link next to the &#8220;View customizations&#8221; (customisations) link that appears when Google is tailoring your results based on your search history.</p>
<p>This is particularly useful if, like me, you want to know when this kind of thing is happening and need and quick way to remove it.  Yes, you can <a href="http://www.google.com/support/accounts/bin/answer.py?answer=54048" target="_blank">disable it</a> but this gives you a more granular option.</p>
<p>So, here you go..</p>
<div style="overflow:auto;width:100%;">
<pre>// ==UserScript==
// @name           Remove Google Customisations
// @description    Adds link to remove personal customisations from Google searches
// @include        http://www.google.co.uk/search?*q=*
// ==/UserScript==

window.addEventListener('load', function() {
	var d=document;
	var n;var as=d.getElementsByTagName('a');
	for(var i=0;i&lt;as.length;i++){
		if(/View customi(s|z)ations/.test(as[i].textContent)){
			n=as[i];
			break;
		}
	}
	if(n){
		var a=d.createElement('a');
		a.href=d.location.href+'&amp;pws=0';
		a.innerHTML='Remove customisations';
		n.parentNode.insertBefore(a,n.parentNode.firstChild);
	}
}, true);</pre>
</div>
<p>That should do it.. I do have a bookmarklet version to if anyone wants it posted.</p>
<p><a title="add to del.icio.us" rel="nofollow" href="http://del.icio.us/post?url=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="del.icio.us:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/delicious.gif?w=780" alt="add to del.icio.us" /></a> :: <a title="add to Technorati" rel="nofollow" href="http://technorati.com/faves/?add=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="Technorati:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/technorati.gif?w=780" alt="Bookmark Post in Technorati" /></a> :: <a title="add to Blinkslist" rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;Title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="blinklist:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/blinklist.gif?w=780" alt="Add to Blinkslist" /></a> :: <a title="add to Furl" rel="nofollow" href="http://www.furl.net/storeIt.jsp?u=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;t=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="furl:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/furl.gif?w=780" alt="add to furl" /></a> :: <a title="Digg it" rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/"><img title="Digg it:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/digg.gif?w=780" alt="Digg it" /></a> :: <a title="add to ma.gnolia" rel="nofollow" href="http://ma.gnolia.com/bookmarklet/add?url=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="ma.gnolia:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/magnolia.gif?w=780" alt="add to ma.gnolia" /></a> :: <a title="Stumble it!" rel="nofollow" href="http://www.stumbleupon.com/submit?url=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/&amp;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="Stumble it:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/stumbleit.gif?w=780" alt="Stumble It!" /></a> :: <a title="add to Simpy" rel="nofollow" href="http://www.simpy.com/simpy/LinkAdd.do?url=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="simpy:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/simpy.png?w=780" alt="add to simpy" /></a> :: <a title="seed the vine" rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?url=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="newsvine:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/newsvine.gif?w=780" alt="seed the vine" /></a> :: <a title="add to Reddit" rel="nofollow" href="http://reddit.com/submit?url=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="reddit:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/reddit.gif?w=780" alt="" /></a> :: <a title="add to Fark" rel="nofollow" href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;new_comment=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="fark:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/fark.png?w=780" alt="" /></a> :: <a title="add to TailRank" rel="nofollow" href="http://tailrank.com/share/?text=&amp;link_href=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/&amp;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img src="http://osblues.files.wordpress.com/2008/07/tailrank.gif?w=780" alt="TailRank" /></a> :: <a title="post to FaceBook" rel="nofollow" href="http://www.facebook.com/sharer.php?u=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/&amp;t=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="facebook:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://sunburntkamel.files.wordpress.com/2008/02/facebookcom.gif?w=780" alt="post to facebook" /></a> :: <a title="bookmark on Google" rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="Google:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/google_bmarks.gif?w=780" alt="Bookmark on Google" /></a> :: <a title="add to Netscape" rel="nofollow" href="http://www.netscape.com/submit/?U=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="NetScape:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/netscape.gif?w=780" alt="Add to Netscape" /></a> :: <a title="share on Yahoo!" rel="nofollow" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="Yahoo:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/yahoo_myweb.gif?w=780" alt="Share on Yahoo" /></a> :: <a title="add this to Live" rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/;title=Remove+Pesonalised+Search+Greasemonkey+Script"><img title="Live:Remove+Pesonalised+Search+Greasemonkey+Script" src="http://osblues.files.wordpress.com/2008/07/windows_live.gif?w=780" alt="Add this to Live" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/osblues.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/osblues.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/osblues.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/osblues.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/osblues.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/osblues.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/osblues.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/osblues.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/osblues.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/osblues.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/osblues.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/osblues.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/osblues.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/osblues.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=216&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://osblues.com/2009/12/07/remove-google-personalised-search-greasemonkey-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d46f966c5a85f3238a4543f6ae3979?s=96&#38;d=wavatar&#38;r=R" medium="image">
			<media:title type="html">osblues</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/delicious.gif" medium="image">
			<media:title type="html">del.icio.us:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/technorati.gif" medium="image">
			<media:title type="html">Technorati:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/blinklist.gif" medium="image">
			<media:title type="html">blinklist:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/furl.gif" medium="image">
			<media:title type="html">furl:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/digg.gif" medium="image">
			<media:title type="html">Digg it:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/magnolia.gif" medium="image">
			<media:title type="html">ma.gnolia:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/stumbleit.gif" medium="image">
			<media:title type="html">Stumble it:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/simpy.png" medium="image">
			<media:title type="html">simpy:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/newsvine.gif" medium="image">
			<media:title type="html">newsvine:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/reddit.gif" medium="image">
			<media:title type="html">reddit:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/fark.png" medium="image">
			<media:title type="html">fark:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/tailrank.gif" medium="image">
			<media:title type="html">TailRank</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2008/02/facebookcom.gif" medium="image">
			<media:title type="html">facebook:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/google_bmarks.gif" medium="image">
			<media:title type="html">Google:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/netscape.gif" medium="image">
			<media:title type="html">NetScape:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/yahoo_myweb.gif" medium="image">
			<media:title type="html">Yahoo:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/windows_live.gif" medium="image">
			<media:title type="html">Live:Remove+Pesonalised+Search+Greasemonkey+Script</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Map UK Postcodes Bookmarklet</title>
		<link>http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/</link>
		<comments>http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 23:50:43 +0000</pubDate>
		<dc:creator>osblues</dc:creator>
				<category><![CDATA[Bookmarklets]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bookmarklet]]></category>

		<guid isPermaLink="false">http://osblues.com/?p=205</guid>
		<description><![CDATA[Today I found a really neat use for my Get Elements By Content function which I wrote recently.  I wanted to create a bookmarklet that allowed me to visit a page, click on the link and turn any UK postcodes in the page to a link to a Google Map.  Well, it&#8217;s pretty simple - [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=205&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I found a really neat use for my <a href="/2009/11/11/javascript-getelementsbycontent/">Get Elements By Content</a> function which I wrote recently.  I wanted to create a bookmarklet that allowed me to visit a page, click on the link and turn any UK postcodes in the page to a link to a Google Map.  Well, it&#8217;s pretty simple -</p>
<div style="overflow:auto;width:100%;">
<pre>var pc=gbc('[a-z]{1,2}\\d{1,2}[a-z]? \\d[a-z]{2}');
for(var i=0;i&lt;pc.length;i++){
 pc[i].innerHTML=pc[i].innerHTML.replace(/([a-z]{1,2}\d{1,2}[a-z]? \d[a-z]{2})/ig,'&lt;a href="http://maps.google.co.uk/maps?f=q&amp;hl=en&amp;q=$1,UK&amp;ie=UTF8&amp;z=16&amp;om=1&amp;iwloc=addr"&gt;$1&lt;/a&gt;');
}</pre>
</div>
<p>Obviously you need to &#8216;gbc&#8217; function from my last post, but other than that, you just need to turn it into a bookmarklet and away you go.  If you have any problems, let me know.</p>
<p><a title="add to del.icio.us" rel="nofollow" href="http://del.icio.us/post?url=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;title=Google+Map+UK+Postcodes+Bookmarklet"><img title="del.icio.us:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/delicious.gif?w=780" alt="add to del.icio.us" /></a> :: <a title="add to Technorati" rel="nofollow" href="http://technorati.com/faves/?add=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;title=Google+Map+UK+Postcodes+Bookmarklet"><img title="Technorati:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/technorati.gif?w=780" alt="Bookmark Post in Technorati" /></a> :: <a title="add to Blinkslist" rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;Title=Google+Map+UK+Postcodes+Bookmarklet"><img title="blinklist:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/blinklist.gif?w=780" alt="Add to Blinkslist" /></a> :: <a title="add to Furl" rel="nofollow" href="http://www.furl.net/storeIt.jsp?u=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;t=Google+Map+UK+Postcodes+Bookmarklet"><img title="furl:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/furl.gif?w=780" alt="add to furl" /></a> :: <a title="Digg it" rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/"><img title="Digg it:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/digg.gif?w=780" alt="Digg it" /></a> :: <a title="add to ma.gnolia" rel="nofollow" href="http://ma.gnolia.com/bookmarklet/add?url=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;title=Google+Map+UK+Postcodes+Bookmarklet"><img title="ma.gnolia:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/magnolia.gif?w=780" alt="add to ma.gnolia" /></a> :: <a title="Stumble it!" rel="nofollow" href="http://www.stumbleupon.com/submit?url=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/&amp;title=Google+Map+UK+Postcodes+Bookmarklet"><img title="Stumble it:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/stumbleit.gif?w=780" alt="Stumble It!" /></a> :: <a title="add to Simpy" rel="nofollow" href="http://www.simpy.com/simpy/LinkAdd.do?url=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;title=Google+Map+UK+Postcodes+Bookmarklet"><img title="simpy:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/simpy.png?w=780" alt="add to simpy" /></a> :: <a title="seed the vine" rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?url=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;title=Google+Map+UK+Postcodes+Bookmarklet"><img title="newsvine:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/newsvine.gif?w=780" alt="seed the vine" /></a> :: <a title="add to Reddit" rel="nofollow" href="http://reddit.com/submit?url=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;title=Google+Map+UK+Postcodes+Bookmarklet"><img title="reddit:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/reddit.gif?w=780" alt="" /></a> :: <a title="add to Fark" rel="nofollow" href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;new_comment=Google+Map+UK+Postcodes+Bookmarklet"><img title="fark:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/fark.png?w=780" alt="" /></a> :: <a title="add to TailRank" rel="nofollow" href="http://tailrank.com/share/?text=&amp;link_href=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/&amp;title=Google+Map+UK+Postcodes+Bookmarklet"><img src="http://osblues.files.wordpress.com/2008/07/tailrank.gif?w=780" alt="TailRank" /></a> :: <a title="post to FaceBook" rel="nofollow" href="http://www.facebook.com/sharer.php?u=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/&amp;t=Google+Map+UK+Postcodes+Bookmarklet"><img title="facebook:Google+Map+UK+Postcodes+Bookmarklet" src="http://sunburntkamel.files.wordpress.com/2008/02/facebookcom.gif?w=780" alt="post to facebook" /></a> :: <a title="bookmark on Google" rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;title=Google+Map+UK+Postcodes+Bookmarklet"><img title="Google:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/google_bmarks.gif?w=780" alt="Bookmark on Google" /></a> :: <a title="add to Netscape" rel="nofollow" href="http://www.netscape.com/submit/?U=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;title=Google+Map+UK+Postcodes+Bookmarklet"><img title="NetScape:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/netscape.gif?w=780" alt="Add to Netscape" /></a> :: <a title="share on Yahoo!" rel="nofollow" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;title=Google+Map+UK+Postcodes+Bookmarklet"><img title="Yahoo:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/yahoo_myweb.gif?w=780" alt="Share on Yahoo" /></a> :: <a title="add this to Live" rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/;title=Google+Map+UK+Postcodes+Bookmarklet"><img title="Live:Google+Map+UK+Postcodes+Bookmarklet" src="http://osblues.files.wordpress.com/2008/07/windows_live.gif?w=780" alt="Add this to Live" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/osblues.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/osblues.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/osblues.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/osblues.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/osblues.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/osblues.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/osblues.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/osblues.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/osblues.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/osblues.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/osblues.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/osblues.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/osblues.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/osblues.wordpress.com/205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=205&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://osblues.com/2009/11/11/google-map-uk-postcodes-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d46f966c5a85f3238a4543f6ae3979?s=96&#38;d=wavatar&#38;r=R" medium="image">
			<media:title type="html">osblues</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/delicious.gif" medium="image">
			<media:title type="html">del.icio.us:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/technorati.gif" medium="image">
			<media:title type="html">Technorati:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/blinklist.gif" medium="image">
			<media:title type="html">blinklist:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/furl.gif" medium="image">
			<media:title type="html">furl:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/digg.gif" medium="image">
			<media:title type="html">Digg it:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/magnolia.gif" medium="image">
			<media:title type="html">ma.gnolia:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/stumbleit.gif" medium="image">
			<media:title type="html">Stumble it:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/simpy.png" medium="image">
			<media:title type="html">simpy:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/newsvine.gif" medium="image">
			<media:title type="html">newsvine:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/reddit.gif" medium="image">
			<media:title type="html">reddit:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/fark.png" medium="image">
			<media:title type="html">fark:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/tailrank.gif" medium="image">
			<media:title type="html">TailRank</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2008/02/facebookcom.gif" medium="image">
			<media:title type="html">facebook:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/google_bmarks.gif" medium="image">
			<media:title type="html">Google:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/netscape.gif" medium="image">
			<media:title type="html">NetScape:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/yahoo_myweb.gif" medium="image">
			<media:title type="html">Yahoo:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/windows_live.gif" medium="image">
			<media:title type="html">Live:Google+Map+UK+Postcodes+Bookmarklet</media:title>
		</media:content>
	</item>
		<item>
		<title>Hosted wordpress social bookmarks bookmarklet</title>
		<link>http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/</link>
		<comments>http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 18:08:51 +0000</pubDate>
		<dc:creator>osblues</dc:creator>
				<category><![CDATA[Bookmarklets]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[socialmedia]]></category>

		<guid isPermaLink="false">http://osblues.com/?p=186</guid>
		<description><![CDATA[As I use Google Chrome as my default browser nowadays, I don&#8217;t currently have access to greasemonkey (userscripts are coming in 2.0 though ) and therefore I can&#8217;t use my hosted wordpress social bookmarks greasemonkey script. For this reason (and for others who don&#8217;t use firefox*), I&#8217;ve knocked up a bookmarklet version of the script. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=186&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As I use <a href="http://osblues.com/2008/09/12/make-google-chrome-your-default-browser-in-vista/">Google Chrome as my default browser</a> nowadays, I don&#8217;t currently have access to greasemonkey (userscripts are coming in 2.0 though <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) and therefore I can&#8217;t use my <a href="/2008/06/16/social-bookmarks-on-hosted-wordpress/">hosted wordpress social bookmarks greasemonkey script</a>.  For this reason (and for others who don&#8217;t use firefox*),  I&#8217;ve knocked up a bookmarklet version of the script.</p>
<p>Given that it&#8217;s really diffcult to format code correctly in here, I&#8217;ll just point you to it as a file.  Just grab <a title="Yes, this file" href="http://www.m69.co.uk/greasemonkey/wp_sb.js" target="_blank">the file</a> and and copy the contents as the location of a bookmark (preferably one on you bookmarks bar so you have easy access to it).  Then, whenever you&#8217;re on the add or edit post pages in your wordpress admin, you can click the link to add in the nifty &#8220;Social Bookmarks&#8221; section as if you were using the greasemonkey version.</p>
<p>Neat.</p>
<p>*Apart from those using IE as it seems to truncate all bookmarks longer than a predetermined max&#8230; what a PITA.</p>
<p><a title="add to del.icio.us" rel="nofollow" href="http://del.icio.us/post?url=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/delicious.gif?w=780" alt="add to del.icio.us" /></a> :: <a title="add to Technorati" rel="nofollow" href="http://technorati.com/faves/?add=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/technorati.gif?w=780" alt="Bookmark Post in Technorati" /></a> :: <a title="add to Blinkslist" rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;Title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/blinklist.gif?w=780" alt="Add to Blinkslist" /></a> :: <a title="add to Furl" rel="nofollow" href="http://www.furl.net/storeIt.jsp?u=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;t=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/furl.gif?w=780" alt="add to furl" /></a> :: <a title="Digg it" rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/digg.gif?w=780" alt="Digg it" /></a> :: <a title="add to ma.gnolia" rel="nofollow" href="http://ma.gnolia.com/bookmarklet/add?url=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/magnolia.gif?w=780" alt="add to ma.gnolia" /></a> :: <a title="Stumble it!" rel="nofollow" href="http://www.stumbleupon.com/submit?url=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/&amp;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/stumbleit.gif?w=780" alt="Stumble It!" /></a> :: <a title="add to Simpy" rel="nofollow" href="http://www.simpy.com/simpy/LinkAdd.do?url=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/simpy.png?w=780" alt="add to simpy" /></a> :: <a title="seed the vine" rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?url=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/newsvine.gif?w=780" alt="seed the vine" /></a> :: <a title="add to Reddit" rel="nofollow" href="http://reddit.com/submit?url=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/reddit.gif?w=780" alt="" /></a> :: <a title="add to Fark" rel="nofollow" href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;new_comment=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/fark.png?w=780" alt="" /></a> :: <a title="add to TailRank" rel="nofollow" href="http://tailrank.com/share/?text=&amp;link_href=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/&amp;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img src="http://osblues.files.wordpress.com/2008/07/tailrank.gif?w=780" alt="TailRank" /></a> :: <a title="post to FaceBook" rel="nofollow" href="http://www.facebook.com/sharer.php?u=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/&amp;t=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://sunburntkamel.files.wordpress.com/2008/02/facebookcom.gif?w=780" alt="post to facebook" /></a> :: <a title="bookmark on Google" rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/google_bmarks.gif?w=780" alt="Bookmark on Google" /></a> :: <a title="add to Netscape" rel="nofollow" href="http://www.netscape.com/submit/?U=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/netscape.gif?w=780" alt="Add to Netscape" /></a> :: <a title="share on Yahoo!" rel="nofollow" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/yahoo_myweb.gif?w=780" alt="Share on Yahoo" /></a> :: <a title="add this to Live" rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/;title=Hosted+wordpress+social+bookmarks+bookmarklet"><img title="Hosted+wordpress+social+bookmarks+bookmarklet" src="http://osblues.files.wordpress.com/2008/07/windows_live.gif?w=780" alt="Add this to Live" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/osblues.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/osblues.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/osblues.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/osblues.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/osblues.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/osblues.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/osblues.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/osblues.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/osblues.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/osblues.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/osblues.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/osblues.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/osblues.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/osblues.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=186&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://osblues.com/2009/01/11/hosted-wordpress-social-bookmarks-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d46f966c5a85f3238a4543f6ae3979?s=96&#38;d=wavatar&#38;r=R" medium="image">
			<media:title type="html">osblues</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/delicious.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/technorati.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/blinklist.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/furl.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/digg.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/magnolia.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/stumbleit.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/simpy.png" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/newsvine.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/reddit.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/fark.png" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/tailrank.gif" medium="image">
			<media:title type="html">TailRank</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2008/02/facebookcom.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/google_bmarks.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/netscape.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/yahoo_myweb.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/windows_live.gif" medium="image">
			<media:title type="html">Hosted+wordpress+social+bookmarks+bookmarklet</media:title>
		</media:content>
	</item>
	</channel>
</rss>
