<?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; google</title>
	<atom:link href="http://ianoxley.com/tag/google/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>How to Export a List of Google Docs With GoogleCL and a Bash Script</title>
		<link>http://ianoxley.com/2010/10/20/how-to-export-a-list-of-google-docs-with-googlecl-and-a-bash-script/</link>
		<comments>http://ianoxley.com/2010/10/20/how-to-export-a-list-of-google-docs-with-googlecl-and-a-bash-script/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 22:40:43 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/2010/10/20/how-to-export-a-list-of-google-docs-with-googlecl-and-a-bash-script/</guid>
		<description><![CDATA[I was playing around with GoogleCL recently and came up with this: http://github.com/ianoxley/googlecl-export It&#39;s a Bash script that lets you export a list of Google Docs to a specified format. For example, to export a particular folder to PDF you&#39;d type something like this: googlecl-export -f pdf -d yourfolderofdocs You need to have GoogleCL installed [...]]]></description>
			<content:encoded><![CDATA[<p>I was playing around with <a href="http://code.google.com/p/googlecl/">GoogleCL</a> recently and came up with this: <a href="http://github.com/ianoxley/googlecl-export">http://github.com/ianoxley/googlecl-export</a></p>
<p>
	It&#39;s a Bash script that lets you export a list of Google Docs to a specified format. For example, to export a particular folder to <abbr title="Portable Document Format">PDF</abbr> you&#39;d type something like this:</p>
<div class="snippet">
	<code></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">googlecl-export <span style="color: #660033;">-f</span> pdf <span style="color: #660033;">-d</span> yourfolderofdocs</pre></div></div>

<p>	</code>
</div>
<p>You need to have GoogleCL installed for the Bash script to work (GoogleCL can be downloaded from <a href="http://code.google.com/p/googlecl/" rel="external">http://code.google.com/p/googlecl/</a>) but otherwise you should just need to make the script executable e.g. <code>chmod u+x googlecl-export</code> and possibly stick it somewhere on your <code>$PATH</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ianoxley.com/2010/10/20/how-to-export-a-list-of-google-docs-with-googlecl-and-a-bash-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Meta Keywords Tag Does Nothing for your Site&#8217;s Google Rank</title>
		<link>http://ianoxley.com/2009/12/18/a-meta-keywords-tag-does-nothing-for-your-sites-google-rank/</link>
		<comments>http://ianoxley.com/2009/12/18/a-meta-keywords-tag-does-nothing-for-your-sites-google-rank/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 14:04:37 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=260</guid>
		<description><![CDATA[Are you fed up with so called SEO experts extolling the importance of meta &#8220;keywords&#8221; tags on a site&#8217;s Google rank? Me too. I therefore created doesgoogleusethekeywordsmetatag.com. So the next time anyone moans about their site&#8217;s lack of a keywords meta tag, you know where to send them]]></description>
			<content:encoded><![CDATA[<p>Are you fed up with so called <abbr title="Search Engine Optimisation">SEO</abbr> experts extolling the importance of meta &#8220;keywords&#8221; tags on a site&#8217;s Google rank? Me too. I therefore created <a href="http://doesgoogleusethekeywordsmetatag.com/">doesgoogleusethekeywordsmetatag.com</a>.</p>
<p>So the next time anyone moans about their site&#8217;s lack of a keywords meta tag, you know where to send them <img src='http://ianoxley.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ianoxley.com/2009/12/18/a-meta-keywords-tag-does-nothing-for-your-sites-google-rank/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google, BigTable and YAGNI</title>
		<link>http://ianoxley.com/2008/08/11/google-bigtable-and-yagni/</link>
		<comments>http://ianoxley.com/2008/08/11/google-bigtable-and-yagni/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 20:27:09 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://ianoxley.wordpress.com/?p=29</guid>
		<description><![CDATA[YAGNI &#8211; short for &#8220;You Aren&#8217;t Going to Need It&#8221; &#8211; is the acronym given to not writing code until you are sure you are actually going to need it. While reading Google&#8217;s paper on BigTable the other day it was interesting to read that this was one of the lessons learned during its development: [...]]]></description>
			<content:encoded><![CDATA[<p><a title="You Aren't Going to Need It" href="http://en.wikipedia.org/wiki/You_Ain%27t_Gonna_Need_It">YAGNI</a> &#8211; short for &#8220;You Aren&#8217;t Going to Need It&#8221; &#8211; is the acronym given to not writing code until you are sure you are actually going to need it. While reading Google&#8217;s paper on BigTable the other day it was interesting to read that this was one of the lessons learned during its development:</p>
<blockquote cite="http://labs.google.com/papers/bigtable-osdi06.pdf"><p>Another lesson we learned is that it is important to delay adding new features until it is clear how the new features will be used. For example, we initially planned to support general-purpose transactions in our API. Because we did not have an immediate use for them, however,<br />
we did not implement them.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ianoxley.com/2008/08/11/google-bigtable-and-yagni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

