<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: GitHub Badge for your Blog with 100% guarantee of more coolness</title>
	<atom:link href="http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<pubDate>Sun, 20 Jul 2008 23:45:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Pete On Rails &#187; Blog Archive &#187; GitHub Sidebar Plugin for Typo</title>
		<link>http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-104152</link>
		<dc:creator>Pete On Rails &#187; Blog Archive &#187; GitHub Sidebar Plugin for Typo</dc:creator>
		<pubDate>Wed, 09 Jul 2008 20:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=272#comment-104152</guid>
		<description>[...] liked Dr Nic&#8217;s github badge so much that I wrapped a sidebar plugin around it for Typo users. You can get it from [...]</description>
		<content:encoded><![CDATA[<p>[...] liked Dr Nic&#8217;s github badge so much that I wrapped a sidebar plugin around it for Typo users. You can get it from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete On Rails &#187; Blog Archive &#187; GitHub Javascript Badge</title>
		<link>http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-104150</link>
		<dc:creator>Pete On Rails &#187; Blog Archive &#187; GitHub Javascript Badge</dc:creator>
		<pubDate>Wed, 09 Jul 2008 20:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=272#comment-104150</guid>
		<description>[...] Nic has released a  javascript based badge for GitHub. While I generally like to keep my sidebars clean because most readers just ignore the cruft in [...]</description>
		<content:encoded><![CDATA[<p>[...] Nic has released a  javascript based badge for GitHub. While I generally like to keep my sidebars clean because most readers just ignore the cruft in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soleone</title>
		<link>http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-88579</link>
		<dc:creator>Soleone</dc:creator>
		<pubDate>Mon, 12 May 2008 02:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=272#comment-88579</guid>
		<description>Very good!

I installed it on my (typo-)blog, but without the plugin, because I did not know about it at that time, and it works wonderfully and looks nice!

greetings and kudos from germany</description>
		<content:encoded><![CDATA[<p>Very good!</p>
<p>I installed it on my (typo-)blog, but without the plugin, because I did not know about it at that time, and it works wonderfully and looks nice!</p>
<p>greetings and kudos from germany</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Jackson</title>
		<link>http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-88169</link>
		<dc:creator>Peter Jackson</dc:creator>
		<pubDate>Sat, 10 May 2008 05:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=272#comment-88169</guid>
		<description>Love the badge. I've wrapped it into a sidebar plugin for Typo users. It abstracts away the need to get the HTML correct for Typo. 

Typo users can grab it here: 

http://github.com/peteonrails/githubsidebar/tree/master</description>
		<content:encoded><![CDATA[<p>Love the badge. I&#8217;ve wrapped it into a sidebar plugin for Typo users. It abstracts away the need to get the HTML correct for Typo. </p>
<p>Typo users can grab it here: </p>
<p><a href="http://github.com/peteonrails/githubsidebar/tree/master" rel="nofollow">http://github.com/peteonrails/githubsidebar/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86583</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sun, 04 May 2008 02:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=272#comment-86583</guid>
		<description>@Kevin Ballard [&lt;a href='http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86566' rel="nofollow"&gt;via&lt;/a&gt;] - I have seen that error before - when I had the OpenID plugin activated - something weird was going on with the jquery library. I don't know what the problem was, but when I deactivated the openid plugin (which seems to use jquery itself) then the openid issue disappeared and the badge worked fine. I noticed this on my local machine's dev install of wordpress when I just installed 2.5.1, and realised i had the wpopenid plugin activated on the dev machine, and not on production. Perhaps something similar is happening?

The badge will only load jQuery and jquery.template.js if they haven't been loaded elsewhere on the page. So if something else is loading a dodgy jquery file, then "jquery" variable is probably defined already, so the badge doesn't attempt to load its jquery file.

If you want to leave the badge installed on your blog, I'll have a look at it.</description>
		<content:encoded><![CDATA[<p>@Kevin Ballard [<a href='http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86566' rel="nofollow">via</a>] - I have seen that error before - when I had the OpenID plugin activated - something weird was going on with the jquery library. I don&#8217;t know what the problem was, but when I deactivated the openid plugin (which seems to use jquery itself) then the openid issue disappeared and the badge worked fine. I noticed this on my local machine&#8217;s dev install of wordpress when I just installed 2.5.1, and realised i had the wpopenid plugin activated on the dev machine, and not on production. Perhaps something similar is happening?</p>
<p>The badge will only load jQuery and jquery.template.js if they haven&#8217;t been loaded elsewhere on the page. So if something else is loading a dodgy jquery file, then &#8220;jquery&#8221; variable is probably defined already, so the badge doesn&#8217;t attempt to load its jquery file.</p>
<p>If you want to leave the badge installed on your blog, I&#8217;ll have a look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86581</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sun, 04 May 2008 02:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=272#comment-86581</guid>
		<description>@Greg [&lt;a href='http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86541' rel="nofollow"&gt;via&lt;/a&gt;] - the jquery bundle was created by someone else; I think my only contribution was pushing it to github :)</description>
		<content:encoded><![CDATA[<p>@Greg [<a href='http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86541' rel="nofollow">via</a>] - the jquery bundle was created by someone else; I think my only contribution was pushing it to github <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Ballard</title>
		<link>http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86566</link>
		<dc:creator>Kevin Ballard</dc:creator>
		<pubDate>Sun, 04 May 2008 00:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=272#comment-86566</guid>
		<description>This simply does not work for me. I get the following error:

Value GitHubBadge.Launcher.loadedLibraries (result of expression s.success) is not object.

As best I can tell, the problem is it's being handed "GitHubBadge.Launcher.loadedLibraries" and then trying to call that as a function.</description>
		<content:encoded><![CDATA[<p>This simply does not work for me. I get the following error:</p>
<p>Value GitHubBadge.Launcher.loadedLibraries (result of expression s.success) is not object.</p>
<p>As best I can tell, the problem is it&#8217;s being handed &#8220;GitHubBadge.Launcher.loadedLibraries&#8221; and then trying to call that as a function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86541</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 03 May 2008 23:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=272#comment-86541</guid>
		<description>Thanks for this Dr. Nic!  Also thanks for the Jquery TMbundle</description>
		<content:encoded><![CDATA[<p>Thanks for this Dr. Nic!  Also thanks for the Jquery TMbundle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86279</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sat, 03 May 2008 05:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=272#comment-86279</guid>
		<description>@Mislav [&lt;a href='http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86277' rel="nofollow"&gt;via&lt;/a&gt;] - ooh good point. Should be fixed now.</description>
		<content:encoded><![CDATA[<p>@Mislav [<a href='http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86277' rel="nofollow">via</a>] - ooh good point. Should be fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mislav</title>
		<link>http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/#comment-86277</link>
		<dc:creator>Mislav</dc:creator>
		<pubDate>Sat, 03 May 2008 04:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=272#comment-86277</guid>
		<description>Done: http://mislav.caboo.se/rails/github-is-amazing/#extended

One bug, though. It shows the "show more" link even when all the projects are already shown. I don't have as many projects as you! :)</description>
		<content:encoded><![CDATA[<p>Done: <a href="http://mislav.caboo.se/rails/github-is-amazing/#extended" rel="nofollow">http://mislav.caboo.se/rails/github-is-amazing/#extended</a></p>
<p>One bug, though. It shows the &#8220;show more&#8221; link even when all the projects are already shown. I don&#8217;t have as many projects as you! <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
