<?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>Alex&#039;s Blog</title>
	<atom:link href="http://www.oconnoat.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oconnoat.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 03 Mar 2011 18:21:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>xkcd parentheses</title>
		<link>http://www.oconnoat.com/blog/2011/02/11/xkcd-parentheses/</link>
		<comments>http://www.oconnoat.com/blog/2011/02/11/xkcd-parentheses/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 15:26:35 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Found on the Web]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[web comics]]></category>

		<guid isPermaLink="false">http://www.oconnoat.com/blog/?p=228</guid>
		<description><![CDATA[For those of you who are bothered by the comic below: just copy and paste this into your browser address bar on the site: javascript:if (typeof jQuery == 'undefined') { var jQ = document.createElement('script'); jQ.type = 'text/javascript'; jQ.onload=runthis; jQ.src = &#8230; <a href="http://www.oconnoat.com/blog/2011/02/11/xkcd-parentheses/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For those of you who are bothered by the comic below:</p>
<p><a href="http://xkcd.com/859/"><img alt="" src="http://imgs.xkcd.com/comics/(.png" title="xkcd" class="aligncenter" width="300" height="90" /></a></p>
<p>just copy and paste this into your browser address bar on the site:</p>
<pre>
javascript:if (typeof jQuery == 'undefined') {
	var jQ = document.createElement('script');
	jQ.type = 'text/javascript';
	jQ.onload=runthis;
	jQ.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js';
	document.body.appendChild(jQ);
} else {
	runthis();
}

function runthis() {
$('#middleContent div.s > img').attr('src', 'http://i.imgur.com/7Tvtd.png');
$('title').text('()');

 $('div.s > h1').text('()');
}
</pre>
<p>(code based on the <a href="http://www.smashingmagazine.com/2010/05/23/make-your-own-bookmarklets-with-jquery/">Smashing Magazine Bookmarklet Article</a>)</p>
<img src="http://www.oconnoat.com/blog/?ak_action=api_record_view&id=228&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oconnoat.com/blog/2011/02/11/xkcd-parentheses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steam App OSX Stuck in Offline Mode</title>
		<link>http://www.oconnoat.com/blog/2010/12/31/steam-app-osx-stuck-in-offline-mode/</link>
		<comments>http://www.oconnoat.com/blog/2010/12/31/steam-app-osx-stuck-in-offline-mode/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 02:48:46 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[fixing]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[offline mode]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[valve]]></category>

		<guid isPermaLink="false">http://www.oconnoat.com/blog/?p=223</guid>
		<description><![CDATA[I wanted to update Steam to purchase some games in the annual sale, and unfortunately due to some proxy-related configurations it was forced into offline mode. When the system came back, the error indicated that steam was in offline mode, &#8230; <a href="http://www.oconnoat.com/blog/2010/12/31/steam-app-osx-stuck-in-offline-mode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wanted to update Steam to purchase some games in the annual sale, and unfortunately due to some proxy-related configurations it was forced into offline mode. When the system came back, the error indicated that steam was in offline mode, but had to be in online mode to update, then it quit. Very annoying, since changing to online mode requires you to be in the steam application.</p>
<p>I found the solution, you go to:<br />
<code>/Users/$yourusername/Library/Application Support/Steam/</code> and locate <code>registry.vdf</code></p>
<p>The variable you need to set is <code>Registry / HKCU / Software / Valve / Steam / Offline</code>, which you set to <code>"0"</code>.</p>
<p>Pretty surprising to see that Steam just ports what seems to be the windows Registry format over for configuration, but it seems to work (mostly :) )</p>
<img src="http://www.oconnoat.com/blog/?ak_action=api_record_view&id=223&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oconnoat.com/blog/2010/12/31/steam-app-osx-stuck-in-offline-mode/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Finally, I know what to call myself.</title>
		<link>http://www.oconnoat.com/blog/2010/08/24/finally-i-know-what-to-call-myself/</link>
		<comments>http://www.oconnoat.com/blog/2010/08/24/finally-i-know-what-to-call-myself/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 15:23:57 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Academia]]></category>

		<guid isPermaLink="false">http://www.oconnoat.com/blog/?p=206</guid>
		<description><![CDATA[I submitted my hard-bound thesis some time ago. Thanks to PhD comics, I now know how to describe my status to others:]]></description>
			<content:encoded><![CDATA[<p>I submitted my hard-bound thesis some time ago.</p>
<p>Thanks to PhD comics, I now know how to describe my status to others:<br />
<a href="http://www.phdcomics.com/comics.php?f=1360"><img alt="Lame Doc" src="http://www.phdcomics.com/comics/archive/phd082310s.gif" title="Lame Doc" class="aligncenter" /></a></p>
<img src="http://www.oconnoat.com/blog/?ak_action=api_record_view&id=206&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oconnoat.com/blog/2010/08/24/finally-i-know-what-to-call-myself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone App List</title>
		<link>http://www.oconnoat.com/blog/2009/10/12/iphone-app-list/</link>
		<comments>http://www.oconnoat.com/blog/2009/10/12/iphone-app-list/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 14:51:11 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone apps]]></category>
		<category><![CDATA[telephone]]></category>

		<guid isPermaLink="false">http://www.oconnoat.com/blog/?p=189</guid>
		<description><![CDATA[iPhone Apps are what make the phone worthwhile. This is a list of Applications that I recommend: Stanza is a brilliant eBook reader. It allows over-the-air book downloading from places like Project Gutenberghttp://www.lexcycle.com/. Evernote stores notes you take on their &#8230; <a href="http://www.oconnoat.com/blog/2009/10/12/iphone-app-list/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>iPhone Apps are what make the phone worthwhile. This is a list of Applications that I recommend:</p>
<ul>
<li>Stanza is a brilliant eBook reader. It allows over-the-air book downloading from places like <a href="http://www.gutenberg.net/">Project Gutenberg</a><a href="http://www.lexcycle.com/">http://www.lexcycle.com/</a>.	</li>
<li>Evernote stores notes you take on their servers, and performs OCR on embedded images. Great way of taking meeting minutes. <a href="http://www.evernote.com/about/download/iphone/">http://www.evernote.com/about/download/iphone/</a>.</li>
<li>Shazam will identify songs for you that are playing nearby from a short sample. <a href="http://www.shazam.com/music/web/pages/iphone.html">http://www.shazam.com/music/web/pages/iphone.html</a>.</li>
<li>Discover provides a flex-based interface on your phone so you can copy files from a PC or mac to the phone. <a href="http://www.148apps.com/reviews/discover/">http://www.148apps.com/reviews/discover/</a>.</li>
<li>There are tons of iPhone Apps for Twitter (tweetie is very popular), but I use Tweetdeck, because it syncs with the groups I have on my desktop. <a href="http://tweetdeck.com/iphone/">http://tweetdeck.com/iphone/</a>.</li>
<li>EirText Pro gives you webtexts on your phone. Well worth paying for, though there is a free one. <a href="http://www.vinnycoyne.com/lackofconcept/?page_id=80">http://www.vinnycoyne.com/lackofconcept/?page_id=80</a></li>
<li>Dropship is a really fun little 3D shooter. <a href="http://toucharcade.com/2008/12/11/dropship-now-this-is-a-shooter/">http://toucharcade.com/2008/12/11/dropship-now-this-is-a-shooter/</a></li>
<li>I Dig It is a version of DigDug. Incredibly addictive. <http://www.inmotionsoftware.com/AppsGames/IDigIt.html>http://www.inmotionsoftware.com/AppsGames/IDigIt.html</a></li>
</ul>
<p>Also worth a look are the aggregate sites like <a href="http://www.148apps.com/">148apps</a>, </p>
<p>More when I think of them.</p>
<img src="http://www.oconnoat.com/blog/?ak_action=api_record_view&id=189&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oconnoat.com/blog/2009/10/12/iphone-app-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Googleiser</title>
		<link>http://www.oconnoat.com/blog/2009/04/23/googleiser/</link>
		<comments>http://www.oconnoat.com/blog/2009/04/23/googleiser/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 12:22:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[localisation]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[userscripts.org]]></category>

		<guid isPermaLink="false">http://www.oconnoat.com/blog/2009/04/23/googleiser/</guid>
		<description><![CDATA[My first Greasemonkey script is for people who travel. I find it annoying that google will re-direct me to the local country’s page, even if I don’t speak the language. This is a handy, incredibly feature light, script that redirects &#8230; <a href="http://www.oconnoat.com/blog/2009/04/23/googleiser/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My first <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> script is for people who travel. I find it annoying that google will re-direct me to the local country’s page, even if I don’t speak the language. This is a handy, incredibly feature light, script that redirects you to the google.ie site. It doesn’t redirect from .com because some tools depend on that tld.</p>
<p>I hope it’s useful!<br />
You can find it at the userscripts.org site here:<br />
<a href="http://userscripts.org/scripts/show/47340">http://userscripts.org/scripts/show/47340</a></p>
<p>To change it to redirect to another country, just edit the @<code>exclude</code> from <code>http://*.google.ie/* </code>to replace <code>.ie</code> with your tld of choice, and then change<br />
<code>'.google.ie' </code>in the parentheses with your desired domain.</p>
<img src="http://www.oconnoat.com/blog/?ak_action=api_record_view&id=182&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oconnoat.com/blog/2009/04/23/googleiser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes in Funding for 3rd Level and research after the Budget</title>
		<link>http://www.oconnoat.com/blog/2009/04/07/changes-in-funding-for-3rd-level-and-research-after-the-budget/</link>
		<comments>http://www.oconnoat.com/blog/2009/04/07/changes-in-funding-for-3rd-level-and-research-after-the-budget/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 16:59:33 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[3rd Level]]></category>
		<category><![CDATA[Budget]]></category>
		<category><![CDATA[HEA]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[univeristies]]></category>

		<guid isPermaLink="false">http://www.oconnoat.com/blog/?p=174</guid>
		<description><![CDATA[Ireland had an &#8216;emergency&#8217; budget re-allocation today. In addition to the general measures, which can be seen here [Supplementary Budget Changes], there were additional changes to the University Sector. I have copied these sections from the document [Minister O'Keeffe outlines &#8230; <a href="http://www.oconnoat.com/blog/2009/04/07/changes-in-funding-for-3rd-level-and-research-after-the-budget/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ireland had an &#8216;emergency&#8217; budget re-allocation today. In addition to the general measures, which can be seen here [<a href="http://budget.gov.ie/2009SupApril09/SummaryofSupplementaryBudgetMeasuresPolicyChanges.html">Supplementary Budget Changes</a>], there were additional changes to the University Sector. I have copied these sections from the document [<a href="http://www.education.ie/home/home.jsp?maincat=&#038;pcategory=10861&#038;ecategory=10876&#038;sectionpage=12251&#038;language=EN&#038;link=link001&#038;page=1&#038;doc=44123">Minister O'Keeffe outlines key Budget measures in Education as part of efforts to cut public spending</a>] which is attached to the announcement on the Dept. of Education and Science Website [<a href="Minister O'Keeffe outlines key Budget measures in Education as part of efforts to cut public spending">Word Document</a>]:</p>
<blockquote><p>
<strong>Higher education (minus €16m)</strong><br />
A reduction of €15.5m combined with earlier budgetary adjustments means that the Higher Education Authority’s budget will be €1.319bn. The colleges will have to operate within tighter budgets and effect economies. These reductions should be seen in the context of recent overall increases in investment in higher education. That’s risen by more than 33pc since 2004. There is also a reduction of €0.5m in respect of certain other third-level colleges.</p>
<p><strong>Research (minus €2m)</strong><br />
The revised provision for research of €86.6m indicates an increase of some 14pc on expenditure last year. However, last year brought a lower level of projects and activity and the provision for this year may curtail progress on some projects and reduce awards to be made by the research councils.<br />
<strong><br />
Strategic Innovation Fund (minus €2m) </strong><br />
The revised provision of €26m is an increase on last year’s expenditure. This reflects the lower level of activity on projects during last year which had not fully ramped up and this year’s provision will involve the scaling back of some SIF projects and a possible delay in new projects.</p>
<p>[...]</p>
<p><strong>Higher education [minus €24m]</strong><br />
Capital available for investment in the higher education sector this year amounts to €200m. This is net of €4m which has been transferred to support current expenditure on the labour market activation fund. Since there is now much better value in the construction market, in real terms this investment delivers significantly greater buying power. The allocation for last year was €184.056m.
</p></blockquote>
<p>This is balanced by an increase in the allocation of places for training:</p>
<blockquote><p>
<strong>Extra places in further education (€4m) and higher education</strong><br />
An additional 6,910 places will be created for unemployed people in the further and higher education sectors.  This requires a transfer of €4m capital to further education.  The places being provided are 1500 in PLC courses; 3,500 full and part time third level places; 930 on third level transition courses;  280 on accelerated certificate programmes; and 700 in a new education programme for redundant apprentices.  This initiative is part of a joint approach with the Departments of Enterprise, Trade and Employment and Social and Family Affairs on labour market activation. The overall cost to the Education budget in 2009 is nearly €19 million most of which is being met from within the overall third level provision and by transfer.
</p></blockquote>
<p>The full text can be found in the link above.</p>
<img src="http://www.oconnoat.com/blog/?ak_action=api_record_view&id=174&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oconnoat.com/blog/2009/04/07/changes-in-funding-for-3rd-level-and-research-after-the-budget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macports through a proxy</title>
		<link>http://www.oconnoat.com/blog/2009/03/18/macports-through-a-proxy/</link>
		<comments>http://www.oconnoat.com/blog/2009/03/18/macports-through-a-proxy/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 17:41:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.oconnoat.com/blog/?p=172</guid>
		<description><![CDATA[We have a proxy in work that prevents connections from being made out directly. I found out about the awesome MacPorts program, which is a bit like apt for OSX. It pulls backports from a repository and installs them for &#8230; <a href="http://www.oconnoat.com/blog/2009/03/18/macports-through-a-proxy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We have a proxy in work that prevents connections from being made out directly. I found out about the awesome <a href="http://www.macports.org">MacPorts</a> program, which is a bit like apt for OSX. It pulls backports from a repository and installs them for you.</p>
<p>There&#8217;s not a lot to the tool&#8217;s installation if you live on the open web, but I needed to do some stuff to get it working with our squid proxy. </p>
<p>If you run <code>sudo port selfupdate</code>, and get an error that says &#8216;port selfupdate failed: Couldn&#8217;t sync the ports tree&#8217; or something like that, chances are your proxy is blocking rsync.</p>
<p>There are three steps. The prerequisites required for this to work are that you have the proxy address, admin access to your mac, and that the proxy supports the rsync port (873/tcp).</p>
<p>You can test the connectivity by going to http://rsync.macports.org:873, you should get the following error:<br />
<code><br />
@RSYNCD: 30.0<br />
@ERROR: protocol startup error<br />
</code></p>
<h2>Step 1</h2>
<p>If that works ok, then you need to set up the sudo environment for osx to let proxy environment settings through. First, edit your sudoers file with:<br />
<code>sudo visudo</code><br />
Do not just edit /etc/sudoers</p>
<p>You need to append these lines:<br />
<code><br />
 Defaults        env_keep += "http_proxy HTTP_PROXY HTTPS_PROXY FTP_PROXY RSYNC_PROXY"<br />
 Defaults        env_keep += "ALL_PROXY NO_PROXY"<br />
</code></p>
<h2>Step 2</h2>
<p>Now, you need to set your http proxy<br />
<code>export http_proxy=http://proxy.example.com:8080</code><br />
where 8080 is the port number of the proxy</p>
<h2>Step 3</h2>
<p>By Default, port uses rsync to manage its updates. RSync can use a proxy environment setting (man rsync for mre)<br />
<code>export RSYNC_PROXY=proxy.example.com:8080</code><br />
Note the rsync proxy capitalisation, and the fact that it does not need http://</p>
<p>That should do it. You can then run selfupdate to get port to the latest version.</p>
<h2>The hard way</h2>
<p>If that doesn&#8217;t work, you can have a look at these instructions for replace rsync with subversion:<br />
<a href="http://trac.macports.org/wiki/howto/SyncingWithSVN">Syncing with SVN in Macports</a> </p>
<img src="http://www.oconnoat.com/blog/?ak_action=api_record_view&id=172&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oconnoat.com/blog/2009/03/18/macports-through-a-proxy/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Automatic Table Row Numbers in LaTeX</title>
		<link>http://www.oconnoat.com/blog/2009/03/10/automatic-table-row-numbers-in-latex/</link>
		<comments>http://www.oconnoat.com/blog/2009/03/10/automatic-table-row-numbers-in-latex/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 18:28:17 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[tabular]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.oconnoat.com/blog/?p=167</guid>
		<description><![CDATA[I am writing my thesis in LaTeX at the moment, and I highly recommend it. The main advantage is the ability to mark a document up with tags, such as section and chapter numbers, which count automatically. This means that &#8230; <a href="http://www.oconnoat.com/blog/2009/03/10/automatic-table-row-numbers-in-latex/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am writing my thesis in LaTeX at the moment, and I highly recommend it. The main advantage is the ability to mark a document up with tags, such as section and chapter numbers, which count automatically. This means that it is possible to move parts of the document around transparently, and all the references numbers will change.</p>
<p>I was compiling a table with numbered rows, and after moving rows a few times, decided it might be handy to be able to automatically number the rows. The code below displays the arabic numerals, but it is easy enough to choose other values.<br />
<code><br />
%Declare the Counter, then initialise it.<br />
\newcounter{rownum}<br />
 \setcounter{rownum}{0}<br />
% Table<br />
\begin{table}[htbp]<br />
\caption{Table Caption}<br />
\begin{center}<br />
\begin{tabular}{|c||l|l|}<br />
\hline<br />
\textbf{\#} &#038; \textbf{Column1} &#038; \textbf{Column2} \\ \hline \hline<br />
%Increment then display the counter value<br />
\addtocounter{rownum}{1}\arabic{rownum}. &#038; Row1Cell2 &#038; Row1Cell3 \\ \hline<br />
\addtocounter{rownum}{1}\arabic{rownum}. &#038; Row2Cell2 &#038; Row2Cell3 \\ \hline<br />
\addtocounter{rownum}{1}\arabic{rownum}. &#038; Row3Cell2 &#038; Row3Cell3 \\ \hline<br />
\end{tabular}<br />
\end{center}<br />
\label{tablelabel}<br />
\end{table}%<br />
</code></p>
<p>PDF output looks like this:<br />
<img src="http://www.oconnoat.com/blog/wp-content/uploads/2009/03/table.png" alt="table" title="table" width="340" height="178" class="aligncenter size-full wp-image-170" /></p>
<p>I suspect this can be shortened using \newcommand , but I haven&#8217;t done that yet.</p>
<p>Some <a href="http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-3.html">Counter Documentation</a>.</p>
<p><b>Update:</b> A Comment from Stefan_T corrected a typo in the script. He also mentions that the \centering command might be better than using \begin{centre}.<br />
For those of you who are interested, here is an article on the <a href="http://texblog.net/latex-archive/layout/center-centering/">centering vs. centre issue</a>. My thanks go out to Stefan_T for his help!</p>
<img src="http://www.oconnoat.com/blog/?ak_action=api_record_view&id=167&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oconnoat.com/blog/2009/03/10/automatic-table-row-numbers-in-latex/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cutbacks everywhere</title>
		<link>http://www.oconnoat.com/blog/2009/02/23/cutbacks-everywhere/</link>
		<comments>http://www.oconnoat.com/blog/2009/02/23/cutbacks-everywhere/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 15:45:16 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Found on the Web]]></category>
		<category><![CDATA[dublin]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[graffiti]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[public]]></category>
		<category><![CDATA[recession]]></category>

		<guid isPermaLink="false">http://www.oconnoat.com/blog/?p=165</guid>
		<description><![CDATA[Even the amusing sign industry has suffered pain, obviously losing writers and graphic artists:]]></description>
			<content:encoded><![CDATA[<p>Even the amusing sign industry has suffered pain, obviously losing writers and graphic artists:<br />
<a href="http://twitpic.com/1neyg"><img src="http://twitpic.com/show/full/1neyg" /></a></p>
<img src="http://www.oconnoat.com/blog/?ak_action=api_record_view&id=165&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oconnoat.com/blog/2009/02/23/cutbacks-everywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Engineers tell us that in the future, all newspapers will be delivered electronically</title>
		<link>http://www.oconnoat.com/blog/2009/01/29/engineers-tell-us-that-in-the-future-all-newspapers-will-be-delivered-electronically/</link>
		<comments>http://www.oconnoat.com/blog/2009/01/29/engineers-tell-us-that-in-the-future-all-newspapers-will-be-delivered-electronically/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 11:15:46 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Found on the Web]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[journalism]]></category>
		<category><![CDATA[newspaper]]></category>
		<category><![CDATA[retro-future]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.oconnoat.com/blog/?p=163</guid>
		<description><![CDATA[2 hours per edition seems a touch high!]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/5WCTn4FljUQ&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5WCTn4FljUQ&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>2 hours per edition seems a touch high!</p>
<img src="http://www.oconnoat.com/blog/?ak_action=api_record_view&id=163&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oconnoat.com/blog/2009/01/29/engineers-tell-us-that-in-the-future-all-newspapers-will-be-delivered-electronically/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

