<?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>Ian Oxley &#187; github</title>
	<atom:link href="http://ianoxley.com/tag/github/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianoxley.com</link>
	<description>Web Developer</description>
	<lastBuildDate>Tue, 11 Oct 2011 08:33:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>encdec &#8211; BaseXX Encoding and Decoding in JavaScript</title>
		<link>http://ianoxley.com/2011/06/03/encdec-basexx-encoding-and-decoding-in-javascript/</link>
		<comments>http://ianoxley.com/2011/06/03/encdec-basexx-encoding-and-decoding-in-javascript/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 22:13:08 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[github]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/2011/06/03/encdec-javascript-library-for-base-encoding-and-decoding/</guid>
		<description><![CDATA[Recently, while hacking around with some Python code I came up with a Gist for base58 encoding and decoding. Now, just for fun, I thought it would be a good idea / exercise to port this over to JavaScript. This gave rise to encdec &#8211; a small base encoding / decoding library. By default if [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, while hacking around with some Python code I came up with a <a href="https://gist.github.com/865912" rel="external">Gist for base58 encoding and decoding</a>. Now, just for fun, I thought<br />
	it would be a good idea / exercise to port this over to JavaScript. This gave rise to <a href="https://github.com/ianoxley/encdec" rel="external"><strong>encdec</strong> &ndash; a small base encoding / decoding library</a>. </p>
<p>By default if uses base58 encoding, but it does let you pass it<br />
	your own base alphabet allowing you to do base16, base32 or base-whatever-you-like encoding.</p>
<p>Please <a href="https://github.com/ianoxley/encdec" rel="external" title="encdec on GitHub">have a play with it</a> and let me know what you think <img src='http://ianoxley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ianoxley.com/2011/06/03/encdec-basexx-encoding-and-decoding-in-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moving Greasemonkey Scripts To GitHub</title>
		<link>http://ianoxley.com/2010/08/18/moving-greasemonkey-scripts-to-github/</link>
		<comments>http://ianoxley.com/2010/08/18/moving-greasemonkey-scripts-to-github/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 21:05:57 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/2010/08/18/moving-greasemonkey-scripts-to-github/</guid>
		<description><![CDATA[Recently I made a few amends to some Greasemonkey scripts I wrote a while back and, since I&#8217;ve been using git quite a bit recently, it made sense to me to move my Greasemonkey scripts onto GitHub. So I did And here they are: google-search-shortcut open-selected-links stackoverflow-tag-cloud straight-to-reader]]></description>
			<content:encoded><![CDATA[<p>Recently I made a few amends to some Greasemonkey scripts I wrote a while back and, since I&#8217;ve been <a href="http://www.strongasanox.co.uk/2010/04/27/using-git/">using git</a> quite a bit recently, it made sense to me to move my Greasemonkey scripts onto GitHub.</p>
<p>So I did <img src='http://ianoxley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And here they are:</p>
<ul>
<li><a href="http://github.com/ianoxley/google-search-shortcut">google-search-shortcut</a></li>
<li><a href="http://github.com/ianoxley/open-selected-links">open-selected-links</a></li>
<li><a href="http://github.com/ianoxley/stackoverflow-tag-cloud">stackoverflow-tag-cloud</a></li>
<li><a href="http://github.com/ianoxley/straight-to-reader">straight-to-reader</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ianoxley.com/2010/08/18/moving-greasemonkey-scripts-to-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple jQuery Print Page Plugin</title>
		<link>http://ianoxley.com/2010/02/26/a-simple-jquery-print-page-plugin/</link>
		<comments>http://ianoxley.com/2010/02/26/a-simple-jquery-print-page-plugin/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:25:22 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=298</guid>
		<description><![CDATA[The other day I was after a really simple way to add a print page link to a page to, well, er, print it.  So I came up with my jQuery Print Page plugin and stuck it on GitHub with a demo page: http://github.com/ianoxley/jqueryprintpage This really is nothing fancy: it&#8217;s just a convenient way of adding [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I was after a really simple way to add a <em>print page</em> link to a page to, well, er, print it.  So I came up with my jQuery Print Page plugin and stuck it on GitHub with a demo page: <a href="http://github.com/ianoxley/jqueryprintpage">http://github.com/ianoxley/jqueryprintpage</a></p>
<p>This really is nothing fancy: it&#8217;s just a convenient way of adding an &lt;a&gt; tag plus an event-handler to a page to print it. Using it is as simple as, well, using File -&gt; Print. But you can&#8217;t style the File menu with <abbr title="Cascading Style Sheets">CSS</abbr> so this is much more fun <img src='http://ianoxley.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ianoxley.com/2010/02/26/a-simple-jquery-print-page-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

