<?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; Javascript</title>
	<atom:link href="http://osblues.com/category/javascript/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; Javascript</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>Ajax.Autocompleter is not a constructor</title>
		<link>http://osblues.com/2010/01/05/ajax-autocompleter-is-not-a-constructor/</link>
		<comments>http://osblues.com/2010/01/05/ajax-autocompleter-is-not-a-constructor/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 16:38:48 +0000</pubDate>
		<dc:creator>osblues</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[prototypejs]]></category>
		<category><![CDATA[scriptaculous]]></category>

		<guid isPermaLink="false">http://osblues.com/?p=221</guid>
		<description><![CDATA[Just before Xmas I spent ages struggling with the &#8220;Ajax.Autocompleter is not a constructor&#8221; error while trying to add a script.aculo.us autocompleter to a textbox.  I&#8217;ve done them loads of times before and never had an issue so unsurprisingly this infuriated me! I checked online and found suggestions to do with referencing prototype more than [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=221&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just before Xmas I spent ages struggling with the &#8220;<strong>Ajax.Autocompleter is not a constructor</strong>&#8221; error while trying to add a script.aculo.us autocompleter to a textbox.  I&#8217;ve done them loads of times before and never had an issue so unsurprisingly this infuriated me!</p>
<p>I checked online and found suggestions to do with referencing prototype more than once, and not including the right bits of script.aculo.us (effects.js, I think it&#8217;s in).  But none of those were the case.</p>
<p>In the end I found the answer myself&#8230; I&#8217;d followed the generally good practice of placing all my javascript references and code at the bottom of my page (just before /body) which is how I always do things nowadays.  This works absolutely great when working with prototype as it means the page doesn&#8217;t have to wait for the library to load and things therefore aren&#8217;t unnecessarily delayed.  Now, I say it works great for prototype, it doesn&#8217;t however work for script.aculo.us, THIS HAS TO GO IN THE HEAD!</p>
<p>So, there we have it, if you hit this problem and you&#8217;re doing &#8220;the right thing&#8221; by including your javascript goodies at the bottom of your page, I&#8217;m afraid that won&#8217;t work here.  Move your JS references to your head and things work dandy again.  You can still do your actual javascript code before /body (which I would suggest you do), just include the references to prototype and scriptaculous in the head.</p>
<p>I hope this helps&#8230;. and saves some hair pulling.</p>
<p><strong>Update:</strong> 15/03/2010 &#8211; Just had another instance of this (well, a colleague did) and we&#8217;ve uncovered another area that can throw this same error!  Everything looked exactly right, so we were scratching our heads for quite a while&#8230; until I looked at the HTML source and noticed a random &lt;br/&gt; at the top of the page.  Looking at the code I noticed that my colleague had been outputting some debug type info before the start of the document (in this case the debug info was empty, but it was outputting a &#8220;br&#8221; after it.  This, by the looks of it, throws out the DOM, such that Script.aculo.us can&#8217;t do it&#8217;s thing and rather usefully gives us this same standard &#8220;Ajax.Autocompeter is not a constructor&#8221; error.  So, if you&#8217;re still having issues&#8230; check your source!  Commenting the debug line out (and this the &#8220;br&#8221;), fixed it.</p>
<p><a title="add to del.icio.us" rel="nofollow" href="http://del.icio.us/post?url=http://osblues.com/2010/01/05/ajax-autocompleter-is-not-a-constructor/;title=Ajax.Autocompleter+is+not+a+constructor"><img title="del.icio.us:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;title=Ajax.Autocompleter+is+not+a+constructor"><img title="Technorati:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;Title=Ajax.Autocompleter+is+not+a+constructor"><img title="blinklist:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;t=Ajax.Autocompleter+is+not+a+constructor"><img title="furl:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/"><img title="Digg it:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;title=Ajax.Autocompleter+is+not+a+constructor"><img title="ma.gnolia:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/&amp;title=Ajax.Autocompleter+is+not+a+constructor"><img title="Stumble it:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;title=Ajax.Autocompleter+is+not+a+constructor"><img title="simpy:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;title=Ajax.Autocompleter+is+not+a+constructor"><img title="newsvine:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;title=Ajax.Autocompleter+is+not+a+constructor"><img title="reddit:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;new_comment=Ajax.Autocompleter+is+not+a+constructor"><img title="fark:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/&amp;title=Ajax.Autocompleter+is+not+a+constructor"><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/2010/01/05/ajax-autocompleter-is-not-a-constructor/&amp;t=Ajax.Autocompleter+is+not+a+constructor"><img title="facebook:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;title=Ajax.Autocompleter+is+not+a+constructor"><img title="Google:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;title=Ajax.Autocompleter+is+not+a+constructor"><img title="NetScape:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;title=Ajax.Autocompleter+is+not+a+constructor"><img title="Yahoo:Ajax.Autocompleter+is+not+a+constructor" 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/2010/01/05/ajax-autocompleter-is-not-a-constructor/;title=Ajax.Autocompleter+is+not+a+constructor"><img title="Live:Ajax.Autocompleter+is+not+a+constructor" 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/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/osblues.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/osblues.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/osblues.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/osblues.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/osblues.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/osblues.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/osblues.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/osblues.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/osblues.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/osblues.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/osblues.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/osblues.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/osblues.wordpress.com/221/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=221&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://osblues.com/2010/01/05/ajax-autocompleter-is-not-a-constructor/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">del.icio.us:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/technorati.gif" medium="image">
			<media:title type="html">Technorati:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/blinklist.gif" medium="image">
			<media:title type="html">blinklist:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/furl.gif" medium="image">
			<media:title type="html">furl:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/digg.gif" medium="image">
			<media:title type="html">Digg it:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/magnolia.gif" medium="image">
			<media:title type="html">ma.gnolia:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/stumbleit.gif" medium="image">
			<media:title type="html">Stumble it:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/simpy.png" medium="image">
			<media:title type="html">simpy:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/newsvine.gif" medium="image">
			<media:title type="html">newsvine:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/reddit.gif" medium="image">
			<media:title type="html">reddit:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/fark.png" medium="image">
			<media:title type="html">fark:Ajax.Autocompleter+is+not+a+constructor</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:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/google_bmarks.gif" medium="image">
			<media:title type="html">Google:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/netscape.gif" medium="image">
			<media:title type="html">NetScape:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/yahoo_myweb.gif" medium="image">
			<media:title type="html">Yahoo:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/windows_live.gif" medium="image">
			<media:title type="html">Live:Ajax.Autocompleter+is+not+a+constructor</media:title>
		</media:content>
	</item>
		<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>Javascript: GetElementsByContent</title>
		<link>http://osblues.com/2009/11/11/javascript-getelementsbycontent/</link>
		<comments>http://osblues.com/2009/11/11/javascript-getelementsbycontent/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 23:42:34 +0000</pubDate>
		<dc:creator>osblues</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://osblues.com/?p=203</guid>
		<description><![CDATA[I had the inclination last week to knock up a quick Javascript function to effectively give you GetElementsByContent. So, you can call a function which returns an array of nodes which match a string (or RegExp) which you pass in, which can optionally be filtered by tag name. Now, I make no claims that this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=203&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had the inclination last week to knock up a quick Javascript function to effectively give you GetElementsByContent.  So, you can call a function which returns an array of nodes which match a string (or RegExp) which you pass in, which can optionally be filtered by tag name.</p>
<p>Now, I make no claims that this is &#8220;a first&#8221;, as it probably isn&#8217;t, I wanted to write it, so I did.  If I&#8217;d have googled it, I&#8217;d have probably found something really quickly that did exactly what I wanted and would probably be far superior to what I have written.  I wanted to write it for fun really, but I think it&#8217;s actually quite useful, so here it is -</p>
<pre>var gbc=function(contents,tag){
  var n=[];var s=tag||'*';
  var b=document.getElementsByTagName(s);
  var r=new RegExp(contents,'ig');
  for(var i=0;i&lt;b.length;i++){
    for(var t=0;t&lt;b[i].childNodes.length;t++){
      if(b[i].childNodes[t].nodeType==3&amp;&amp;r.test(b[i].childNodes[t].textContent)){
        n.push(b[i]);
        break;
      }
    }
  }
  return n;
}
</pre>
<p>Because I&#8217;m lazy I&#8217;ve called it &#8216;gbc&#8217; (Get By Content), but obviously you can name it whatever you like.</p>
<p>You use it like -</p>
<pre>var f = gbc('forums');
</pre>
<p>This would return all nodes in the current document which contain the text &#8216;forums&#8217;.</p>
<p>You could do -</p>
<pre>var f = gbc('forums','a');
</pre>
<p>This would return all nodes matching the text &#8216;forums&#8217; (within the text content, not attributes), but limit the search to just &#8216;a&#8217; tags.</p>
<p>Because the first parameter (the text to search) is actually treated as a regex, you can actually pass it a string to treat as a regex. So -</p>
<pre>var f = gbc('abc\\d+');
</pre>
<p>This would return all nodes which contain the text &#8216;abc&#8217; followed by one or more numbers.  Note the double slash, this is due to the way Javascript interprets the RegExp when using the &#8216;new&#8217; style syntax, you need to escape any slashes.</p>
<p>That&#8217;s about it really, let me know if you use it or have any feedback.</p>
<p><a title="add to del.icio.us" rel="nofollow" href="http://del.icio.us/post?url=http://osblues.com/2009/11/11/javascript-getelementsbycontent/;title=Javascript:+GetElementsByContent"><img title="del.icio.us:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;title=Javascript:+GetElementsByContent"><img title="Technorati:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;Title=Javascript:+GetElementsByContent"><img title="blinklist:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;t=Javascript:+GetElementsByContent"><img title="furl:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/"><img title="Digg it:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;title=Javascript:+GetElementsByContent"><img title="ma.gnolia:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/&amp;title=Javascript:+GetElementsByContent"><img title="Stumble it:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;title=Javascript:+GetElementsByContent"><img title="simpy:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;title=Javascript:+GetElementsByContent"><img title="newsvine:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;title=Javascript:+GetElementsByContent"><img title="reddit:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;new_comment=Javascript:+GetElementsByContent"><img title="fark:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/&amp;title=Javascript:+GetElementsByContent"><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/javascript-getelementsbycontent/&amp;t=Javascript:+GetElementsByContent"><img title="facebook:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;title=Javascript:+GetElementsByContent"><img title="Google:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;title=Javascript:+GetElementsByContent"><img title="NetScape:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;title=Javascript:+GetElementsByContent"><img title="Yahoo:Javascript:+GetElementsByContent" 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/javascript-getelementsbycontent/;title=Javascript:+GetElementsByContent"><img title="Live:Javascript:+GetElementsByContent" 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/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/osblues.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/osblues.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/osblues.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/osblues.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/osblues.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/osblues.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/osblues.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/osblues.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/osblues.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/osblues.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/osblues.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/osblues.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/osblues.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=203&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://osblues.com/2009/11/11/javascript-getelementsbycontent/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:Javascript:+GetElementsByContent</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/technorati.gif" medium="image">
			<media:title type="html">Technorati:Javascript:+GetElementsByContent</media:title>
		</media:content>

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

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

		<media:content url="http://osblues.files.wordpress.com/2008/07/digg.gif" medium="image">
			<media:title type="html">Digg it:Javascript:+GetElementsByContent</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/magnolia.gif" medium="image">
			<media:title type="html">ma.gnolia:Javascript:+GetElementsByContent</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/stumbleit.gif" medium="image">
			<media:title type="html">Stumble it:Javascript:+GetElementsByContent</media:title>
		</media:content>

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

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

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

		<media:content url="http://osblues.files.wordpress.com/2008/07/fark.png" medium="image">
			<media:title type="html">fark:Javascript:+GetElementsByContent</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:Javascript:+GetElementsByContent</media:title>
		</media:content>

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

		<media:content url="http://osblues.files.wordpress.com/2008/07/netscape.gif" medium="image">
			<media:title type="html">NetScape:Javascript:+GetElementsByContent</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/yahoo_myweb.gif" medium="image">
			<media:title type="html">Yahoo:Javascript:+GetElementsByContent</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/windows_live.gif" medium="image">
			<media:title type="html">Live:Javascript:+GetElementsByContent</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>
		<item>
		<title>Social bookmarks greasemonkey script updated</title>
		<link>http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/</link>
		<comments>http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 15:42:23 +0000</pubDate>
		<dc:creator>osblues</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[socialmedia]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://osblues.com/?p=180</guid>
		<description><![CDATA[I&#8217;ve just updated my hosted wordpress social bookmarks script again. This update just makes it work with the wordpress admin update.  Sorry for the delay on updating this. If you&#8217;re using this greasemonkey script, you may want to grab the update. :: :: :: :: :: :: :: :: :: :: :: :: :: :: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=180&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated my <a href="/2008/06/16/social-bookmarks-on-hosted-wordpress/">hosted wordpress social bookmarks</a> script again.</p>
<p>This update just makes it work with the wordpress admin update.  Sorry for the delay on updating this.</p>
<p>If you&#8217;re using this greasemonkey script, you may want to grab the <a href="http://www.m69.co.uk/greasemonkey/wordpresssocialbookmarks.user.js" target="_blank">update</a>.</p>
<p><a href="http://del.icio.us/post?url=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="add to del.icio.us"><img src="http://osblues.files.wordpress.com/2008/07/delicious.gif?w=780" alt="add to del.icio.us" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://technorati.com/faves/?add=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="add to Technorati"><img title="Social+bookmarks+greasemonkey+script+updated" src="http://osblues.files.wordpress.com/2008/07/technorati.gif?w=780" alt="Bookmark Post in Technorati" /></a> :: <a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;Title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="add to Blinkslist"><img src="http://osblues.files.wordpress.com/2008/07/blinklist.gif?w=780" alt="Add to Blinkslist" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://www.furl.net/storeIt.jsp?u=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;t=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="add to Furl"><img src="http://osblues.files.wordpress.com/2008/07/furl.gif?w=780" alt="add to furl" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://digg.com/submit?phase=2&amp;url=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/" rel="nofollow" title="Digg it"><img src="http://osblues.files.wordpress.com/2008/07/digg.gif?w=780" alt="Digg it" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://ma.gnolia.com/bookmarklet/add?url=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="add to ma.gnolia"><img src="http://osblues.files.wordpress.com/2008/07/magnolia.gif?w=780" alt="add to ma.gnolia" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://www.stumbleupon.com/submit?url=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/&amp;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="Stumble it!"><img src="http://osblues.files.wordpress.com/2008/07/stumbleit.gif?w=780" alt="Stumble It!" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://www.simpy.com/simpy/LinkAdd.do?url=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="add to Simpy"><img src="http://osblues.files.wordpress.com/2008/07/simpy.png?w=780" alt="add to simpy" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://www.newsvine.com/_tools/seed&amp;save?url=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="seed the vine"><img src="http://osblues.files.wordpress.com/2008/07/newsvine.gif?w=780" alt="seed the vine" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://reddit.com/submit?url=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="add to Reddit"><img src="http://osblues.files.wordpress.com/2008/07/reddit.gif?w=780" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;new_comment=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="add to Fark"><img src="http://osblues.files.wordpress.com/2008/07/fark.png?w=780" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://tailrank.com/share/?text=&amp;link_href=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/&amp;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="add to TailRank"><img src="http://osblues.files.wordpress.com/2008/07/tailrank.gif?w=780" alt="TailRank" /></a> :: <a href="http://www.facebook.com/sharer.php?u=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/&amp;t=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="post to FaceBook"><img src="http://sunburntkamel.files.wordpress.com/2008/02/facebookcom.gif?w=780" alt="post to facebook" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="bookmark on Google"><img alt="Bookmark on Google" src="http://osblues.files.wordpress.com/2008/07/google_bmarks.gif?w=780" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://www.netscape.com/submit/?U=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="add to Netscape"><img alt="Add to Netscape" src="http://osblues.files.wordpress.com/2008/07/netscape.gif?w=780" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="share on Yahoo!"><img alt="Share on Yahoo" src="http://osblues.files.wordpress.com/2008/07/yahoo_myweb.gif?w=780" title="Social+bookmarks+greasemonkey+script+updated" /></a> :: <a href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/;title=Social+bookmarks+greasemonkey+script+updated" rel="nofollow" title="add this to Live"><img alt="Add this to Live" src="http://osblues.files.wordpress.com/2008/07/windows_live.gif?w=780" title="Social+bookmarks+greasemonkey+script+updated" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/osblues.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/osblues.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/osblues.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/osblues.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/osblues.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/osblues.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/osblues.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/osblues.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/osblues.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/osblues.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/osblues.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/osblues.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/osblues.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/osblues.wordpress.com/180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=180&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://osblues.com/2009/01/09/social-bookmarks-greasemonkey-script-updated-2/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">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/technorati.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/blinklist.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/furl.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/digg.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/magnolia.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/stumbleit.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/simpy.png" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/newsvine.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/reddit.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/fark.png" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</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">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/google_bmarks.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/netscape.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/yahoo_myweb.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/windows_live.gif" medium="image">
			<media:title type="html">Social+bookmarks+greasemonkey+script+updated</media:title>
		</media:content>
	</item>
		<item>
		<title>BBCode for Google Picasaweb images</title>
		<link>http://osblues.com/2009/01/05/bbcode-for-google-picasaweb-images/</link>
		<comments>http://osblues.com/2009/01/05/bbcode-for-google-picasaweb-images/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 22:45:53 +0000</pubDate>
		<dc:creator>osblues</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bbcode]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[picasaweb]]></category>

		<guid isPermaLink="false">http://osblues.com/?p=170</guid>
		<description><![CDATA[If, like me, you post links to your Picasaweb images on forums, you&#8217;ll probably have scratched your head in the past and wondered why Google doesn&#8217;t include a &#8216;BBCode&#8217; option in it&#8217;s &#8216;Link to this photo&#8217; section on the right hand side. So, I thought I&#8217;d knock up a quick bookmarklet to achieve this, basically [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=170&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If, like me, you post links to your Picasaweb images on forums, you&#8217;ll probably have scratched your head in the past and wondered why Google doesn&#8217;t include a &#8216;BBCode&#8217; option in it&#8217;s &#8216;Link to this photo&#8217; section on the right hand side.</p>
<p>So, I thought I&#8217;d knock up a quick bookmarklet to achieve this, basically if you copy the code below as the location for a bookmark in your bookmark bar, you can click it to swap out the standard &#8216;Embed image&#8217; code for BBCode for insertion to forums.</p>
<p>Here you go -</p>
<pre>
javascript:void(function(){
&nbsp;&nbsp;var s=document.getElementById('lhid_snippet');
&nbsp;&nbsp;if(s){
&nbsp;&nbsp;&nbsp;&nbsp;s.value='[url='+document.location.href+'][img]'+/&lt;img src="([^"]+)"\/&gt;/i.exec(s.value)[1]+'[/img][/url]'};
}())
</pre>
<p>(you&#8217;ll need to get it back one line, it wont format correctly here as one line)<br />
Enjoy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a title="add to del.icio.us" rel="nofollow" href="http://del.icio.us/post?url=http://osblues.com/2009/01/05/bbcode-for-google-picasaweb-images/;title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;Title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;t=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/&amp;title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;new_comment=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/&amp;title=BBCode+for+Google+Picasaweb+images"><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/05/bbcode-for-google-picasaweb-images/&amp;t=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/05/bbcode-for-google-picasaweb-images/;title=BBCode+for+Google+Picasaweb+images"><img title="BBCode+for+Google+Picasaweb+images" 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/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/osblues.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/osblues.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/osblues.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/osblues.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/osblues.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/osblues.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/osblues.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/osblues.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/osblues.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/osblues.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/osblues.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/osblues.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/osblues.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=170&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://osblues.com/2009/01/05/bbcode-for-google-picasaweb-images/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">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/technorati.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/blinklist.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/furl.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/digg.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/magnolia.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/stumbleit.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/simpy.png" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/newsvine.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/reddit.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/fark.png" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</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">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/google_bmarks.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/netscape.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/yahoo_myweb.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/07/windows_live.gif" medium="image">
			<media:title type="html">BBCode+for+Google+Picasaweb+images</media:title>
		</media:content>
	</item>
		<item>
		<title>Social bookmarks on hosted wordpress</title>
		<link>http://osblues.com/2008/06/16/social-bookmarks-on-hosted-wordpress/</link>
		<comments>http://osblues.com/2008/06/16/social-bookmarks-on-hosted-wordpress/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 21:58:49 +0000</pubDate>
		<dc:creator>osblues</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[socialmedia]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://osblues.wordpress.com/?p=104</guid>
		<description><![CDATA[Earlier today, I realised I was missing out an all the social media hoohah by not having nice links at the bottom of my posts. You know the ones, add to this, post to that, etc. So, I googled for something to achieve this (on wordpress.com rather than self-hosted) and came across a pretty nifty [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=104&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Earlier today, I realised I was missing out an all the social media hoohah by not having nice links at the bottom of my posts.  You know the ones, add to this, post to that, etc.</p>
<p>So, I googled for something to achieve this (on wordpress.com rather than self-hosted) and came across a pretty nifty solution <a href="http://archgfx.net/blog/2006/geek/blogging/social-bookmarks-on-wordpresscom" target="_blank">here</a>.  This involves keeping a template file and fiddling about doing a search and replace in a text editor and pasting the result back in to your post.  You obviously have to remember to do this for each post you write.  Although this is a perfectly good solution, I&#8217;m a bit lazy and thought I&#8217;d see if I could come up with something a bit quicker.</p>
<p>I decided to see if I could use a <a href="https://addons.mozilla.org/firefox/addon/748" target="_blank">GreaseMonkey</a> script to do it.  After much fiddling, I&#8217;ve come up with this</p>
<p><img class="aligncenter size-full wp-image-106" style="border:1px solid #5581C0;" src="http://osblues.files.wordpress.com/2008/06/wp-social.jpg?w=780" alt="Social Bookmarks Preview"   /></p>
<p>My script inserts an extra section between the post body and the tags section.  When you click the heading it generates a block of HTML using Archgfx&#8217;s template mentioned earlier.</p>
<p><img class="aligncenter size-full wp-image-108" style="border:1px solid #5581C0;" src="http://osblues.files.wordpress.com/2008/06/wp-social2.jpg?w=780" alt="Social Bookmarks in hosted wordpress"   /></p>
<p>You can then click in the newly inserted textarea, copy the code and paste it in to your post (HTML view, add to the bottom of your post).</p>
<p>This is the first GreaseMonkey script that I&#8217;ve written so it&#8217;s not going to be that &#8216;elegant&#8217;, suggestions for improvement are appreciated.</p>
<p>I plan to make improvements to it when I get a chance so keep an eye out here for updates.</p>
<p>You can grab the script <a href="http://www.m69.co.uk/greasemonkey/wordpresssocialbookmarks.user.js" target="_blank">here</a> (you&#8217;ll obviously need to install GreaseMonkey to use it!)</p>
<p>I&#8217;d like to get it to insert the code directly in to the textarea, but my knowledge of hacking tinyMCE is pretty much non-existent.</p>
<p><a title="add to del.icio.us" rel="nofollow" href="http://del.icio.us/post?url=http://osblues.com/2008/06/16/social-bookmarks-on-hosted-wordpress/;title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;Title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;t=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/&amp;title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;new_comment=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/&amp;title=Social+bookmarks+on+hosted+wordpress"><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/2008/06/16/social-bookmarks-on-hosted-wordpress/&amp;t=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" 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/2008/06/16/social-bookmarks-on-hosted-wordpress/;title=Social+bookmarks+on+hosted+wordpress"><img title="Social+bookmarks+on+hosted+wordpress" src="http://osblues.files.wordpress.com/2008/07/windows_live.gif?w=780" alt="Add this to Live" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/osblues.wordpress.com/104/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/osblues.wordpress.com/104/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/osblues.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/osblues.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/osblues.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/osblues.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/osblues.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/osblues.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/osblues.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/osblues.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/osblues.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/osblues.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/osblues.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/osblues.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/osblues.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/osblues.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=osblues.com&amp;blog=3608927&amp;post=104&amp;subd=osblues&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://osblues.com/2008/06/16/social-bookmarks-on-hosted-wordpress/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/06/wp-social.jpg" medium="image">
			<media:title type="html">Social Bookmarks Preview</media:title>
		</media:content>

		<media:content url="http://osblues.files.wordpress.com/2008/06/wp-social2.jpg" medium="image">
			<media:title type="html">Social Bookmarks in hosted wordpress</media:title>
		</media:content>

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

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

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

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

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

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

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

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

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

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

		<media:content url="http://osblues.files.wordpress.com/2008/07/fark.png" medium="image">
			<media:title type="html">Social+bookmarks+on+hosted+wordpress</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">Social+bookmarks+on+hosted+wordpress</media:title>
		</media:content>

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

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

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

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