<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mostly Technical &#187; bookmarklets</title>
	<atom:link href="http://www.rosssimpson.com/blog/tag/bookmarklets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rosssimpson.com/blog</link>
	<description>Development, Technical bits, Other.</description>
	<lastBuildDate>Wed, 11 Feb 2009 23:40:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>SEO headings bookmarklet</title>
		<link>http://www.rosssimpson.com/blog/2008/01/24/seo-headings-bookmarklet/</link>
		<comments>http://www.rosssimpson.com/blog/2008/01/24/seo-headings-bookmarklet/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 22:55:20 +0000</pubDate>
		<dc:creator>simpsora</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[bookmarklets]]></category>
		<category><![CDATA[headings]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.rosssimpson.com/blog/2008/01/24/seo-headings-bookmarklet/</guid>
		<description><![CDATA[I wrote this simple bookmarklet to highlight each heading (h1, h2 &#8230; h6) on the page with a 3px border, and add a tooltip with the tag name in it. Drag the Headings bookmarklet to your bookmarks bar, or bookmark it, or even click it to try it on this page.]]></description>
			<content:encoded><![CDATA[<p>I wrote this simple bookmarklet to highlight each heading (h1, h2 &#8230; h6) on the page with a 3px border, and add a tooltip with the tag name in it.</p>
<p>Drag the <a href="javascript:(function(){for(var%20i=1;i&lt;=6;++i){var%20elName='h'+i,els=document.getElementsByTagName(elName),color=(i&amp;1?'f':'0')+(i&amp;2?'f':'0')+(i&amp;4?'f':'0');for(var%20j=0;j&lt;els.length;++j){els[j].style.border='3px%20solid%20#'+color;els[j].title=elName;}}})();">Headings bookmarklet</a> to your bookmarks bar, or bookmark it, or even click it to try it on this page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosssimpson.com/blog/2008/01/24/seo-headings-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
