<?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>Dan Cryer - Leeds Web Developer &#187; chrome</title>
	<atom:link href="http://www.dancryer.com/tag/chrome/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dancryer.com</link>
	<description>Dan Cryer - Leeds Web Developer</description>
	<lastBuildDate>Mon, 06 Sep 2010 22:05:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>NoFollow Checker For Safari 5</title>
		<link>http://www.dancryer.com/2010/06/nofollow-checker-for-safari-5</link>
		<comments>http://www.dancryer.com/2010/06/nofollow-checker-for-safari-5#comments</comments>
		<pubDate>Wed, 09 Jun 2010 09:00:28 +0000</pubDate>
		<dc:creator>Dan Cryer</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.dancryer.com/?p=531</guid>
		<description><![CDATA[A while ago, I wrote a very simple nofollow extension for Google Chrome. When enabled, it marks all no-follow links with a red highlight. Despite it&#8217;s simplicity, it has been downloaded a few thousand times! So, with the release of Safari 5 and it&#8217;s new extensions system, I thought I&#8217;d knock together something that does [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago, I wrote a very simple <a href="/2009/10/chrome-nofollow-extension-updated">nofollow extension for Google Chrome</a>. When enabled, it marks all no-follow links with a red highlight. Despite it&#8217;s simplicity, it has been downloaded a few thousand times!</p>
<p>So, with the release of Safari 5 and it&#8217;s new extensions system, I thought I&#8217;d knock together something that does the same thing for Safari. It uses exactly the same CSS-based method that the Google Chrome extension does.</p>
<p>Want the extension? <a href="/files/extensions/nofollow/safari_nofollow_checker.safariextz">Download it here</a>. Let me know if you have any problems with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dancryer.com/2010/06/nofollow-checker-for-safari-5/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome Frame</title>
		<link>http://www.dancryer.com/2010/02/google-chrome-frame</link>
		<comments>http://www.dancryer.com/2010/02/google-chrome-frame#comments</comments>
		<pubDate>Thu, 11 Feb 2010 22:16:44 +0000</pubDate>
		<dc:creator>Dan Cryer</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://www.dancryer.com/?p=468</guid>
		<description><![CDATA[I&#8217;m sure by now, if you work in web development, you&#8217;ll have heard of Google Chrome Frame. The plugin for Internet Explorer that replaces the entire rendering engine with Google Chrome, on demand. Whilst I understand that this is a less than ideal solution, as if a user can install a plugin, they can probably [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure by now, if you work in web development, you&#8217;ll have heard of <a rel="nofollow" href="http://www.google.com/chromeframe">Google Chrome Frame</a>. The plugin for Internet Explorer that replaces the entire rendering engine with Google Chrome, on demand.</p>
<p>Whilst I understand that this is a less than ideal solution, as if a user can install a plugin, they can probably replace the browser anyway. However, they released an interesting update today that makes implementation a little more feasible for site owners. You can now issue the &#8220;X-UA-Compatible&#8221; string as a HTTP response header instead of a meta tag, meaning your Chrome Frame enabled pages can validate again! It also means you can, to clients that support it, serve appropriate MIME type headers that IE does not support, such as application/xhtml+xml.</p>
<p>The Apache configuration snippet to enable this functionality is as follows, you&#8217;ll need mod_setenvif and mod_headers enabled to use it:</p>
<p><code>&lt;IfModule mod_setenvif.c&gt;<br />
&lt;IfModule mod_headers.c&gt;<br />
BrowserMatch chromeframe gcf<br />
Header append X-UA-Compatible "chrome=1" env=gcf<br />
&lt;/IfModule&gt;<br />
&lt;/IfModule&gt;</code></p>
<p>I&#8217;ve implemented it on this server, so now any Internet Explorer visitors with Chrome Frame installed going to any of my sites, will see them as I designed them originally &#8211; in Webkit.</p>
<p>For more information about this update to Chrome Frame, see <a rel="nofollow" href="http://blog.chromium.org/2010/02/google-chrome-frame-developer-updates.html">this blog post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dancryer.com/2010/02/google-chrome-frame/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome Extension: Ten Blue Links</title>
		<link>http://www.dancryer.com/2009/12/chrome-extension-ten-blue-links</link>
		<comments>http://www.dancryer.com/2009/12/chrome-extension-ten-blue-links#comments</comments>
		<pubDate>Fri, 18 Dec 2009 16:10:17 +0000</pubDate>
		<dc:creator>Dan Cryer</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.dancryer.com/?p=331</guid>
		<description><![CDATA[Over the past few years, search engines have been adding more and more content to every search result page. From local listings and maps, to images and tweets. A lot of people find that search results are now too cluttered and it&#8217;s difficult to actually see the listings themselves. I&#8217;ve developed a Google Chrome extension [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few years, search engines have been adding more and more content to every search result page. From local listings and maps, to images and tweets. A lot of people find that search results are now too cluttered and it&#8217;s difficult to actually see the listings themselves.</p>
<p>I&#8217;ve developed a Google Chrome extension that strips out everything in the results area apart from the &#8220;ten blue links&#8221;, your search results. This includes Images, Maps, Video, Twitter, Site Links and Ads. You can <a rel="nofollow" href="https://chrome.google.com/extensions/detail/fdbliigignocmngieodebepjmeclgcbh">download the extension</a> from the Google Chrome Extensions site.</p>
<p>If you&#8217;ve got any feedback, please let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dancryer.com/2009/12/chrome-extension-ten-blue-links/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome Twitter Extension: TweetPage</title>
		<link>http://www.dancryer.com/2009/10/google-chrome-twitter-extension-tweetpage</link>
		<comments>http://www.dancryer.com/2009/10/google-chrome-twitter-extension-tweetpage#comments</comments>
		<pubDate>Thu, 15 Oct 2009 19:05:36 +0000</pubDate>
		<dc:creator>Dan Cryer</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.dancryer.com/?p=246</guid>
		<description><![CDATA[I&#8217;ve just written another Google Chrome extension, this time a little more complex. It&#8217;s a Twitter &#8216;Tweet This Page&#8217; extension, much like the many available bookmarklets, except this one allows you to tweet directly from within the extension, without leaving the site you&#8217;re on to go to twitter.com. You&#8217;ll need to log into Twitter the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just written another Google Chrome extension, this time a little more complex. It&#8217;s a Twitter &#8216;Tweet This Page&#8217; extension, much like the many available bookmarklets, except this one allows you to tweet directly from within the extension, without leaving the site you&#8217;re on to go to twitter.com. You&#8217;ll need to log into Twitter the first time you use it, but after that, simply click the button, alter the tweet as you desire, and submit.</p>
<p>You can <a href="/files/extensions/tweetpage/tweetpage.crx">download the extension here</a>, automatic updates are enabled, so you should get new versions as and when I put them up. Please be aware that this extension is quite rough around the edges, (and quite spectacularly ugly,) so please let me know if you manage to break it!</p>
<p>If you choose to use the extension, please let me know, either by commenting below&#8230; or by tweeting this page!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dancryer.com/2009/10/google-chrome-twitter-extension-tweetpage/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Chrome NoFollow extension updated</title>
		<link>http://www.dancryer.com/2009/10/chrome-nofollow-extension-updated</link>
		<comments>http://www.dancryer.com/2009/10/chrome-nofollow-extension-updated#comments</comments>
		<pubDate>Thu, 15 Oct 2009 10:14:44 +0000</pubDate>
		<dc:creator>Dan Cryer</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.dancryer.com/?p=243</guid>
		<description><![CDATA[As a quick follow up to my nofollow marker post, I&#8217;ve put up a new version of the extension. It does exactly the same job as the old one, except without the need for any JavaScript. The new extension simply uses the following CSS: a[rel~=nofollow] { background-color: #FCC !important; border: 1px dashed #F55 !important; color: #600 [...]]]></description>
			<content:encoded><![CDATA[<p>As a quick follow up to my <a title="Google Chrome Extension: NoFollow Marker" href="http://www.dancryer.com/2009/09/google-chrome-extension-nofollow-marker">nofollow marker</a> post, I&#8217;ve put up a new version of the extension. It does exactly the same job as the old one, except without the need for any JavaScript. The new extension simply uses the following CSS:</p>
<p><code>a[rel~=nofollow]<br />
{<br />
background-color: #FCC !important;<br />
border: 1px dashed #F55 !important;<br />
color: #600 !important;<br />
}</code></p>
<p>I should really have thought of that in the first place! Want the extension? <a href="/files/extensions/nofollow/nofollow.crx">Download it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dancryer.com/2009/10/chrome-nofollow-extension-updated/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Chrome Extension: nofollow marker</title>
		<link>http://www.dancryer.com/2009/09/google-chrome-extension-nofollow-marker</link>
		<comments>http://www.dancryer.com/2009/09/google-chrome-extension-nofollow-marker#comments</comments>
		<pubDate>Thu, 17 Sep 2009 20:34:48 +0000</pubDate>
		<dc:creator>Dan Cryer</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.dancryer.com/?p=186</guid>
		<description><![CDATA[I was just playing about with Google Chrome&#8217;s extension system, and threw together a very simple one that highlights all nofollow links in pink, as I&#8217;d seen a few people using something similar in Firefox. It doesn&#8217;t do anything complex, the code is as follows: var elements = document.getElementsByTagName('a'); var length = elements.length - 1; [...]]]></description>
			<content:encoded><![CDATA[<p>I was just playing about with Google Chrome&#8217;s extension system, and threw together a very simple one that highlights all nofollow links in pink, as I&#8217;d seen a few people using something similar in Firefox. It doesn&#8217;t do anything complex, the code is as follows:</p>
<p><code>var elements = document.getElementsByTagName('a');<br />
var length   = elements.length - 1;</code></p>
<p><code> </code></p>
<p><code>for(var i = length; i &gt;= 0; i--)<br />
{<br />
if(elements[i].getAttribute('rel') &amp;&amp; elements[i].getAttribute('rel').indexOf('nofollow') &gt;= 0)<br />
{<br />
elements[i].className += ' nofollow_has_no_follow';<br />
}<br />
}</code></p>
<p>Google Chrome Dev Channel users can <a rel="nofollow" href="/files/extensions/nofollow/nofollow.crx">Download and Install</a> it now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dancryer.com/2009/09/google-chrome-extension-nofollow-marker/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
