<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Gobán Saor &#187; Ireland</title>
	<atom:link href="http://blog.gobansaor.com/category/ireland/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gobansaor.com</link>
	<description>A country datasmith.</description>
	<lastBuildDate>Fri, 27 Jan 2012 10:22:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.gobansaor.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/67e164f5d51c2b3115a7819b84505c13?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Gobán Saor &#187; Ireland</title>
		<link>http://blog.gobansaor.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.gobansaor.com/osd.xml" title="Gobán Saor" />
	<atom:link rel='hub' href='http://blog.gobansaor.com/?pushpress=hub'/>
		<item>
		<title>Data Wrangler</title>
		<link>http://blog.gobansaor.com/2011/06/04/data-wrangler/</link>
		<comments>http://blog.gobansaor.com/2011/06/04/data-wrangler/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 13:57:29 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[ETL]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[microETL]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[data wrangler]]></category>

		<guid isPermaLink="false">http://blog.gobansaor.com/?p=1754</guid>
		<description><![CDATA[A few weeks ago I came across (thanks to @lismiss) Data Wrangler; a very promising data cleansing tool from the Stanford Visualization Group. Not only is Data Wrangler a web-service (which the group intend to open source) but it also allows transformations to &#8230; <a href="http://blog.gobansaor.com/2011/06/04/data-wrangler/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=1754&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.gobansaor.com/2011/06/04/data-wrangler/data-wrangler/" rel="attachment wp-att-1755"><img class="alignleft size-full wp-image-1755" title="data-wrangler" src="http://gobansaor.files.wordpress.com/2011/06/data-wrangler.jpg?w=500" alt=""   /></a>A few weeks ago I came across (thanks to <a href="http://www.twitter.com/lismiss">@lismiss</a>) <a href="http://vis.stanford.edu/wrangler/">Data Wrangler</a>; a very promising data cleansing tool from the <a href="http://vis.stanford.edu/">Stanford Visualization Group</a>. Not only is Data Wrangler a web-service (which the group intend to open source) but it also allows transformations to be &#8220;recorded&#8221; in either Python or JavaScript (<a href="http://vis.stanford.edu/wrangler/blog/2/">see here</a>). It was this Python scripting feature that really caught my attention; would be very useful to be able to hack away at a dataset using the service, then transfer the script to microETL&#8217;s PyScript to adjust and integrate with Excel and SQL.</p>
<p>The demo video and test datasets give a good overview of the tool but the proof of the pudding is in trying out some real world dirty data; I chose a fine example of the art of Freedom Of Information datasets, issued by a Republic of Ireland government department. As an example of how not to do something (unless your intention is to make the recipient regret asking for the FOI in the first place) this is excellent. (I suppose we should be grateful it&#8217;s in Excel not Word or PDF or even PowerPoint). You can download it here <a href="http://bit.ly/Ireland_FOI_example" target="_blank">http://bit.ly/Ireland_FOI_example</a> (the data as released is in the FOI sheet).</p>
<p>As I said, Data Wrangler is promising, but needs some more work (to be fair, the group warns it&#8217;s a work in progress). The tool choked on the FOI dataset, too many columns I think, so not ready for the real world yet but I&#8217;ll be keeping an eye on its progress. Don&#8217;t let my experience put you off, it looks more than capable of handling smaller but still quite messy datasets.</p>
<p>If you&#8217;ve downloaded my example workbook, you&#8217;ll see how I managed to cleanse the data using <a href="http://www.gobansaor.com/microetl">microETL&#8217;s</a> Python &amp; SQL scripting functionality (the PyScript is in the Python sheet, with the SQLScript in the Control sheet). I could have cleansed the data using pure Excel and some VBA  and perhaps I would have if this was a format requiring parsing on a regular basis; I could then save the transformation as a single file macro-enabled workbook, ideal for sharing, no need for add-ins etc. But it was a once-off, and even if it wasn&#8217;t, it&#8217;s quite likely the format supplied in answer to a subsequent FOI request would be different. This is the sort of work that microETL&#8217;s Python &amp; SQL scripting is designed for; quick and dirty data wrangling, but with the ability ro persist, and modify the resulting transformations if so required.</p>
<p>If you wish to try out this example, there&#8217;s<a href="http://bit.ly/microetl_latest"> a new version of microETL (Alpha1.08) available for download</a>. You&#8217;ll notice a new folder structure (the usual sub-folders are now under a single sub-folder call microETL) to make installation of the add-in somewhat neater; and there&#8217;s also a setup.xls that&#8217;ll do all the hard work of installing (and un-installing) the microETL add-in. Note: you still need to manually install Python 2.7 to enable the PyScript&#8217;ing functionality.</p>
<p style="text-align:left;padding-left:30px;"><a href="http://www.gobansaor.com?dw-post" target="_blank">If you need help with your Excel, ETL or  data cleansing tasks, I can help</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/1754/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=1754&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2011/06/04/data-wrangler/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point>53.204039 -6.574340</georss:point>
		<geo:lat>53.204039</geo:lat>
		<geo:long>-6.574340</geo:long>
		<media:content url="http://1.gravatar.com/avatar/b714f82b5e24beb3b74779615b6ad969?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">gobansaor</media:title>
		</media:content>

		<media:content url="http://gobansaor.files.wordpress.com/2011/06/data-wrangler.jpg" medium="image">
			<media:title type="html">data-wrangler</media:title>
		</media:content>
	</item>
		<item>
		<title>PowerPivot Powered Budgets &amp; Targets</title>
		<link>http://blog.gobansaor.com/2011/03/03/powerpivot-powered-budgets-targets/</link>
		<comments>http://blog.gobansaor.com/2011/03/03/powerpivot-powered-budgets-targets/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 16:24:39 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[ETL]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[microETL]]></category>
		<category><![CDATA[PowerPivot]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[Drive Down Hierarchies]]></category>
		<category><![CDATA[Parent Child Hierarchy]]></category>
		<category><![CDATA[PowerPivot Budgeting]]></category>
		<category><![CDATA[PowerPivot hierarchies]]></category>

		<guid isPermaLink="false">http://blog.gobansaor.com/?p=1365</guid>
		<description><![CDATA[Last week I used PowerPivot for the first time in a classic budgeting scenario. The existing, Excel based, system was straining at the seams due to recent changes in the organisation (merger, followed by lots of changes, resulting in the &#8230; <a href="http://blog.gobansaor.com/2011/03/03/powerpivot-powered-budgets-targets/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=1365&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week I used PowerPivot for the first time in a classic budgeting scenario. The existing, Excel based, system was straining at the seams due to recent changes in the organisation (merger, followed by lots of changes, resulting in the replacement of long-established reporting and budgeting hierarchies).</p>
<p>The budget process followed the, more or less, classic lines of using adjusted previous years figures to create high-level targets for coming years, agreeing those targets with various interests and then &#8220;driving&#8221; these high-level targets down various hierarchies to inform front-line staff what would be expected of them in the years to come.</p>
<p>PowerPivot did a marvellous job of providing the necessary figures required to set the initial budgets and to help inform those who must agree them. This involved lots of moving-annual-totals, percentage-increases and so on. A dream compared to the purely excel methods employed in the past.</p>
<p>The &#8220;driving down&#8221; logic was however kept outside PowerPivot, as the hierarchies involved were unbalanced in the main and the rules were complex but already existed and worked (and probably more importantly were understood and agreed by the various &#8220;interested parties&#8221;) in Excel. All that was required was the creation of the numerous &#8220;flattened <a href="http://en.wikipedia.org/wiki/Join_%28SQL%29#Cross_join">cross-join</a> tables&#8221; to support the existing logic. The various SQLite &#8220;hierarchy helpers&#8221; I detailed in my previous <a href="http://blog.gobansaor.com/2011/02/18/handling-flat-parent-child-and-nested-set-hierarchies/">Handling Flat, Parent-Child and Nested Set Hierarchies</a> post did most of the heavy lifting. As the process involved the &#8220;cross-join&#8221; of  hierarchies at various levels I used a great deal of &#8220;nested set&#8221; SQL to achieve the required result; simple enough, but did become tedious and made the resulting logic somewhat un-approachable for those with limited SQL. What I needed was another &#8220;helper function&#8221;. The CROSS_JOIN_HIER function was born!</p>
<h3>FUNCTION: CROSS_JOIN_HIER</h3>
<h3><span style="font-size:14px;line-height:23px;font-family:Georgia, 'Bitstream Charter', serif;font-weight:normal;text-transform:none;">First argument is the hierarchy table name (see <a href="http://blog.gobansaor.com/2011/02/18/handling-flat-parent-child-and-nested-set-hierarchies/">previous pos</a>t for description of this table). The 2nd is the output table name. This table must already exist and have at least the same number of columns as the number of subsequent arguments.</span></h3>
<h3><span style="font-size:14px;line-height:23px;font-family:Georgia, 'Bitstream Charter', serif;font-weight:normal;text-transform:none;">The remaining arguments specify the source of the tables (single column lists) to cross-join in order to populate the output table. The arguments can be of three types.</span></h3>
<ul>
<li>The name of an existing table. This table must consist of single column named &#8220;Name&#8221;. This allows for complex (or perhaps, simple lists in a different sort order) to be generated outside the function call.</li>
<li>A request for a list of nodes from some level within a hierarchy. Such requests can consist of one of the following:
<ul>
<li>Integer between 0 and 99. If the column name associated with this argument (e.g. arg 1 implies column 1 of output table, arg 2 column 2 etc&#8230;) is the same name as a valid hierarchy, fetch all nodes at that level (e.g. if 0, then fetch top level nodes, if 1, 2nd level etc..). Allows for up to 99 levels (i.e max value  98). Level 99 is special, it&#8217;ll return all &#8220;leaf nodes&#8221; i.e. those nodes with no children.</li>
<li>aNode,(+ or -)integerValue e.g. &#8220;Beer,+2&#8243;, in this case fetch all nodes 2 levels below Beer in the hierarchy corresponding with column name. The value before the comma must be a valid node name (assumes names are unique within hierarchies). A value after the comma of &#8220;-1&#8243; will fetch parent node, a value of &#8220;-2&#8243; will fetch grandparent. In both &#8220;+&#8221; and &#8220;-&#8221; if the level to navigate down/up is greater than the levels available, the last available level is returned.</li>
<li>In both cases above, the name of the column can be over-ridden by prepending the hierarchy name such that: &#8220;Product,Beer,+1&#8243; will drive down 1 level from &#8220;Beer&#8221; in the Product hierarchy. And, &#8220;Product,99&#8243; will return a leaf nodes of the Product hierarchy.</li>
</ul>
</li>
<li>A comma separated list to create a &#8220;manual&#8221; level. For example, &#8220;Budget,Actual&#8221;, &#8220;2010,2011,2012&#8243; or &#8220;Beer&#8221;</li>
</ul>
<p><span style="font-size:14px;line-height:23px;">The resulting single column tables are then cross-joined with the resulting multi-column table (a column for each &#8220;source&#8221; argument) which is used to populate the output table. </span></p>
<p>This is a “stored procedure” like function, so should be called using “<em>Select function(arg1,arg2 …);”</em> syntax.</p>
<p>Example: click for larger version.</p>
<p><a href="http://gobansaor.files.wordpress.com/2011/03/crossjoinexample.png"><img class="aligncenter size-medium wp-image-1367" title="CrossJoinExample" src="http://gobansaor.files.wordpress.com/2011/03/crossjoinexample.png?w=300&#038;h=154" alt="" width="300" height="154" /></a></p>
<p>Download microETL from <a href="http://www.gobansaor.com/microetl">http://www.gobansaor.com/microetl</a> and unpack to a folder, locate alberto_hier workbook (2007/2010 format) and go to the makeBudgetTable sheet.</p>
<p>The microETL project  is password protected; if you need access to the code just email me I&#8217;ll send you on the password.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/1365/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=1365&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2011/03/03/powerpivot-powered-budgets-targets/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<georss:point>53.204039 -6.574340</georss:point>
		<geo:lat>53.204039</geo:lat>
		<geo:long>-6.574340</geo:long>
		<media:content url="http://1.gravatar.com/avatar/b714f82b5e24beb3b74779615b6ad969?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">gobansaor</media:title>
		</media:content>

		<media:content url="http://gobansaor.files.wordpress.com/2011/03/crossjoinexample.png?w=300" medium="image">
			<media:title type="html">CrossJoinExample</media:title>
		</media:content>
	</item>
		<item>
		<title>PowerPivot &amp; The Parable of the Snow Sock</title>
		<link>http://blog.gobansaor.com/2011/01/01/the-parable-of-the-snow-sock/</link>
		<comments>http://blog.gobansaor.com/2011/01/01/the-parable-of-the-snow-sock/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 20:41:36 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[BI]]></category>
		<category><![CDATA[eadestown]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[PowerPivot]]></category>
		<category><![CDATA[snow socks]]></category>

		<guid isPermaLink="false">http://blog.gobansaor.com/?p=1249</guid>
		<description><![CDATA[For those of us in North West Europe this winter has been one of the coldest on record; not only cold but early, in this part of the world winter usually only kicks in after Christmas. The beauty of a &#8230; <a href="http://blog.gobansaor.com/2011/01/01/the-parable-of-the-snow-sock/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=1249&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For those of us in North West Europe this winter has been one of the coldest on record; not only cold but early, in this part of the world winter usually only kicks in after Christmas. The beauty of a perfect White Christmas Day did make up for the previous month of extreme cold and inconvenience but only just; and would not have at all if I had not invested in a simple piece of relatively new technology; a pair of snow socks.</p>
<p><img class="alignleft size-medium wp-image-1250" title="Blessington Lake frozen from shore to shore" src="http://gobansaor.files.wordpress.com/2011/01/dsc02665.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></p>
<p>For it was this pair of snow socks that enabled our household to continue to get to work and school, to Christmas shop, visit a sick relative and drive on Christmas Day to the winter wonderland that was a frozen Blessington Lake.</p>
<p>As the cold spell continued the main roads (and eventually the motorways) became hazardous to travel on; minor roads and housing estates became close to impassable for many normal cars. As the ability of the county council to keep roads functioning decreased (due to an early winter catching it on the hop with insufficient salt stocks and no Plan B) so my family and our neighbours realised than self-help was our best bet. People started investing in snow shovels, sand and salt, and hiring <a href="http://www.jcb.com/">JCB</a>s; gritting hills, clearing school and community hall carparks, helping dig out neighbours&#8217; and strangers&#8217; cars. And I invested in a pair of Weissenfels WeissSock Snow Socks (from <a href="http://www.micksgarage.ie/tyre-snow-socks.aspx">http://www.micksgarage.ie/tyre-snow-socks.aspx</a>).</p>
<p>Snow chains or even <a class="zem_slink" title="Tire" href="http://en.wikipedia.org/wiki/Tire" rel="wikipedia">winter tyres</a> are not seen as necessary by most drivers in Ireland or the UK; our winters (including this and last year&#8217;s nearly as cold one) are not that severe. Most are unaware of the alternative, <a href="http://www.rud.com/en/produkte/schneeketten/schneeketten1/hightech_textil_stahl.html">the snow sock</a>, a relatively new concept; in effect, a fabric <a class="zem_slink" title="Snow chains" href="http://en.wikipedia.org/wiki/Snow_chains" rel="wikipedia">snow chain</a>. A fraction of the cost of winter tyres; easier to use (and nearly as effective) as snow chains.</p>
<p>Having a pair meant we had our own self-service road treating device, insuring we could safely get to the local town or nearest motorway and  when the M7 motorway was backed-up being able to use the old un-treated N7 road to bypass it.</p>
<p><a href="http://www.powerpivot.com/">PowerPivot</a> is to Excel what a Snow Sock is to a car in a snowy winter. The ideas and a lot of the technology used in both products have been around for some time, but the accessibility, low-cost and &#8220;good enough&#8221; packaging are game changers.</p>
<p>Like our neighbourhood waiting on an over-stretched, under-funded county council to solve our &#8220;last mile&#8221; problems, countless small companies, departments and individuals in large organisations are likewise awaiting their IT <a href="http://en.wikipedia.org/wiki/Waiting_for_Godot">Godots</a> often in vain and if delivered, often too little and/or too late.</p>
<p>Two technologies that I&#8217;ve been introduced to in the last 12 months:</p>
<ul>
<li><a href="http://blog.gobansaor.com/category/powerpivot/">PowerPivot</a> and the</li>
<li>Snow Sock;</li>
</ul>
<p>both liberating, both having the ability to make aspects of my life much better and much easier. I expect to see a lot more people adopt both in the year to come.</p>
<p>So if you&#8217;re stuck for some New Years&#8217;s resolutions this year:</p>
<ul>
<li>Buy some snow socks now; i.e. do NOT wait until the next &#8220;snow event&#8221;!</li>
<li>Learn PowerPivot.</li>
</ul>
<div><span class="Apple-style-span" style="font-size:14px;line-height:23px;"><br />
</span></div>
<p>Happy New Year <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>UPDATE: Looks like Marco &amp; Alberto are doing one of their PowerPivot courses in Dublin this March, so no excuses for not learning PowerPivot <a href="http://sqlblog.com/blogs/marco_russo/archive/2011/02/15/new-powerpivot-workshop-dates-copenhagen-dublin-and-zurich.aspx">http://sqlblog.com/blogs/marco_russo/archive/2011/02/15/new-powerpivot-workshop-dates-copenhagen-dublin-and-zurich.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/1249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/1249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/1249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/1249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/1249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/1249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/1249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/1249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/1249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/1249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/1249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/1249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/1249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/1249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=1249&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2011/01/01/the-parable-of-the-snow-sock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>53.204039 -6.574340</georss:point>
		<geo:lat>53.204039</geo:lat>
		<geo:long>-6.574340</geo:long>
		<media:content url="http://1.gravatar.com/avatar/b714f82b5e24beb3b74779615b6ad969?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">gobansaor</media:title>
		</media:content>

		<media:content url="http://gobansaor.files.wordpress.com/2011/01/dsc02665.jpg?w=300" medium="image">
			<media:title type="html">Blessington Lake frozen from shore to shore</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloudy skies, cloudy apps&#8230;</title>
		<link>http://blog.gobansaor.com/2008/08/28/cloudy-skies-cloudy-apps/</link>
		<comments>http://blog.gobansaor.com/2008/08/28/cloudy-skies-cloudy-apps/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 11:53:01 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[BI]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[ETL]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[olap]]></category>
		<category><![CDATA[Palo]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[Aasleagh Falls]]></category>
		<category><![CDATA[Freiburg]]></category>
		<category><![CDATA[Freiburg im Breisgau]]></category>
		<category><![CDATA[Jedox]]></category>
		<category><![CDATA[WaveMaker]]></category>
		<category><![CDATA[Worksheet Server]]></category>

		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=453</guid>
		<description><![CDATA[Just back from a break in Clifden, Connemara, summer is nearly over, the kids return to school today, back to work. Counties Galway and Mayo were like the rest of the country last week, a tad wet, but unlike the &#8230; <a href="http://blog.gobansaor.com/2008/08/28/cloudy-skies-cloudy-apps/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=453&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just back from a break in <a href="http://www.connemara.ie/connemara/clifden/">Clifden, Connemara</a>, summer is nearly over, the kids return to school today, back to work.</p>
<div id="attachment_459" class="wp-caption aligncenter" style="width: 310px"><a href="http://gobansaor.files.wordpress.com/2008/08/aasleagh-falls.jpg"><img class="size-medium wp-image-459" src="http://gobansaor.files.wordpress.com/2008/08/aasleagh-falls.jpg?w=300&#038;h=225" alt="Aasleagh Falls, Co. Mayo" width="300" height="225" /></a><p class="wp-caption-text">Aasleagh Falls, Co. Mayo</p></div>
<p><a href="http://www.discoverireland.ie/west.aspx">Counties Galway and Mayo</a> were like the rest of the country last week, <a href="http://www.rte.ie/news/2008/0818/floods.html">a tad wet</a>, but unlike the developed east of the island, flooding was not a problem; a problematic drainage area is called a lake in the west.</p>
<p>This August has been the wettest and dullest I&#8217;ve ever experienced but at least I saw some sunshine earlier in the month thanks to Kristian Raue CEO of <a href="http://www.jedox.com/en/enterprise-spreadsheets/index.html">Jedox</a> who kindly invited me to visit the company&#8217;s offices in Freiburg, Germany.  <a href="http://www.freiburg-online.com/freiburg/English/online/html/frameset.html">Freiburg</a> is very green in both senses of the word, surrounded as it is by the <a href="http://en.wikipedia.org/wiki/Black_Forest">Black Forest</a> and its well deserved &#8220;eco-city&#8221; status.  Its also know as the warmest city in Germany, a reputation it thankfully lived up for this visitor from a <a href="http://www.irishtimes.com/newspaper/breaking/2008/0901/breaking50.htm">rain-soaked Atlantic isle</a>.</p>
<div id="attachment_461" class="wp-caption aligncenter" style="width: 310px"><a href="http://gobansaor.files.wordpress.com/2008/08/freiburg.jpg"><img class="size-medium wp-image-461" src="http://gobansaor.files.wordpress.com/2008/08/freiburg.jpg?w=300&#038;h=225" alt="August morning, Frieburg Im Breisgau" width="300" height="225" /></a><p class="wp-caption-text">August morning, Freiburg im Breisgau</p></div>
<p>If Freiburg left a positive impression on my mind, so too did Jedox.  The overall impression is of a company which intends to use a combination of quality, vision and the judicious use of open-source to build the Jedox brand into one associated with best-of-breed products and consultancy.  This vision can be seen in the evolution of <a href="http://www.palo.net">Palo</a>, from its &#8220;good enough&#8221; beginnings to its current near-best-of-breed 2.5 version, and from talking to some of those working on the product, best-of-breed status is not that far off.</p>
<p>Likewise, ETL-Server which is currently a Palo only &#8220;loader&#8221;, is to be further  developed into a true ETL tool, while continuing to offer MOLAP-centric specialisms.</p>
<p>I also got a glimpse of the next version of <a href="http://www.jedox.com/en/enterprise-spreadsheet-server/excel-to-web-worksheet-server/products.html">Worksheet Server</a>. &#8220;Wow!&#8221;, is all I can say.</p>
<p>Existing web based spreadsheet products are fine for simple data analysis or basic data capture purposes but cannot compete with their client-based elder cousins when serious datasmithing is required.  Well, from the demo I saw of Worksheet Server in action, that&#8217;s about to change.  The look and, more importantly, the feel is similar to that of traditional spreadsheets, its interface with Palo is identical to that of the existing Excel add-in, and here&#8217;s the big one, its open source!  Game-changing or what?</p>
<p>But &#8230;</p>
<blockquote><p>That might enable me to move a lot of my spreadsheet applications to the cloud, but what about those applications that are more suited to an MS Access type solution?</p></blockquote>
<p>Then try out <a href="http://www.wavemaker.com">WaveMaker</a>. It’s open source and built on <a href="http://www.wavemaker.com/solutions/forit.html">industry standards</a>, Hibernate,Spring and the Javascript Dojo framework but has the ease of GUI database development more <a href="http://blog.gobansaor.com/2008/03/11/java-at-the-eye-of-a-perfect-storm/">usually associated with MS tools</a>. The  resulting applications are packaged as a WAR file which can be hosted by any standards based Java server  (e.g. <a href="http://tomcat.apache.org/">Tomcat</a> or <a href="http://www.mortbay.org/">Jetty</a>).  The latest version makes developing Ajax-fronted database applications even easier with the addition of layout templates.  Its existing ability to automatically bind interfaces to <a href="http://wanderingbarque.com/nonintersecting/2006/11/15/the-s-stands-for-simple/">SOAP web services</a> has been extended to <a href="http://www.pluralsight.com/community/blogs/tewald/archive/2007/04/26/46984.aspx">REST web services</a> by means of a new <a href="http://en.wikipedia.org/wiki/Web_Services_Description_Language">WSDL</a> auto-discover tool.  And <a href="http://www.keeneview.com/">Chris Keene</a> CEO of WaveMaker also informs me that &#8230;</p>
<blockquote><p>We are also releasing a cloud-based IDE in October with Amazon &#8211; stay tuned&#8230;</p>
<p>We launched in February and will be announcing our first 7 figure deal this month. We run on Mac, Linux and Windows and are currently the #1 developer download on Apple.com (<a href="http://www.apple.com/downloads/macosx/development_tools/" target="_blank">http://www.apple.com/downloads/macosx/development_tools/</a>)</p>
<p>Our goal is to make it easy to build rich internet applications without complex coding – kind of a MS Access for the Web.</p></blockquote>
<p>Jedox and Wavemaker the <a href="http://www.keeneview.com/2008/02/silverado-rules-for-open-source-success.html">new breed of open-source businesses</a>&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/453/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/453/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/453/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=453&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2008/08/28/cloudy-skies-cloudy-apps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<georss:point>53.204039 -6.574340</georss:point>
		<geo:lat>53.204039</geo:lat>
		<geo:long>-6.574340</geo:long>
		<media:content url="http://1.gravatar.com/avatar/b714f82b5e24beb3b74779615b6ad969?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">gobansaor</media:title>
		</media:content>

		<media:content url="http://gobansaor.files.wordpress.com/2008/08/aasleagh-falls.jpg?w=300" medium="image">
			<media:title type="html">Aasleagh Falls, Co. Mayo</media:title>
		</media:content>

		<media:content url="http://gobansaor.files.wordpress.com/2008/08/freiburg.jpg?w=300" medium="image">
			<media:title type="html">August morning, Frieburg Im Breisgau</media:title>
		</media:content>
	</item>
		<item>
		<title>Nollaig Shona Daoibh</title>
		<link>http://blog.gobansaor.com/2007/12/21/nollaig-shona-dhaoibh/</link>
		<comments>http://blog.gobansaor.com/2007/12/21/nollaig-shona-dhaoibh/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 18:39:04 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[daoibh]]></category>
		<category><![CDATA[dhaoibh]]></category>
		<category><![CDATA[dhuit]]></category>
		<category><![CDATA[duit]]></category>
		<category><![CDATA[Glending]]></category>
		<category><![CDATA[Newgrange]]></category>
		<category><![CDATA[Nollaig Shona]]></category>
		<category><![CDATA[solstice]]></category>

		<guid isPermaLink="false">http://blog.gobansaor.com/2007/12/21/nollaig-shona-dhaoibh/</guid>
		<description><![CDATA[&#160; It&#8217;s December 21st, the shortest day of the year; either the middle of winter or the start, depending on your view (here in Ireland,winter really only kicks in from mid-December onwards). The lucky annual lottery winners had a fantastic &#8230; <a href="http://blog.gobansaor.com/2007/12/21/nollaig-shona-dhaoibh/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=345&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><a href="http://blog.gobansaor.com/2007/12/21/nollaig-shona-dhaoibh/glending-mid-winter/" rel="attachment wp-att-2328"><img class="alignleft size-medium wp-image-2328" title="Glending mid-winter" src="http://gobansaor.files.wordpress.com/2007/12/glending-mid-winter.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a>It&#8217;s December 21st, the shortest day of the year; either the middle of winter or the start, depending on your view (here in Ireland,winter really only kicks in from mid-December onwards). The lucky annual lottery winners had a fantastic clear frosty morning to witness the <a href="http://www.newgrange.com/webcast.htm">solstice dawn in Newgrange</a>, but the view I experienced from the hill fort in Glending, Co. Wicklow this morning was just as rewarding.</p>
<p>Merry Christmas to you all.</p>
<p>Update: My sister (the teacher) informs me that the modern spelling for Nollaig Shona Dhaoibh (i.e. Merry Christmas to you (ye)) is Nollaig Shona Daoibh, well you learn something new every day!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/345/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/345/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=345&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/12/21/nollaig-shona-dhaoibh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>53.204039 -6.574340</georss:point>
		<geo:lat>53.204039</geo:lat>
		<geo:long>-6.574340</geo:long>
		<media:content url="http://1.gravatar.com/avatar/b714f82b5e24beb3b74779615b6ad969?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">gobansaor</media:title>
		</media:content>

		<media:content url="http://gobansaor.files.wordpress.com/2007/12/glending-mid-winter.jpg?w=300" medium="image">
			<media:title type="html">Glending mid-winter</media:title>
		</media:content>
	</item>
		<item>
		<title>Trying out Vodafone&#8217;s 3G service.</title>
		<link>http://blog.gobansaor.com/2007/10/29/trying-out-vodafones-3g-service/</link>
		<comments>http://blog.gobansaor.com/2007/10/29/trying-out-vodafones-3g-service/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 14:36:29 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[broadband]]></category>
		<category><![CDATA[eadestown]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Rathmore]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[nokia n70]]></category>
		<category><![CDATA[omnitel]]></category>
		<category><![CDATA[vodafone]]></category>

		<guid isPermaLink="false">http://blog.gobansaor.com/2007/10/29/trying-out-vodafones-3g-service/</guid>
		<description><![CDATA[For over a week this month our local OmniTel wireless broadband was out of action (the 3rd major interruption of service in the last year). As usual I had to revert back to my 64Kbps ISDN line which is not &#8230; <a href="http://blog.gobansaor.com/2007/10/29/trying-out-vodafones-3g-service/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=333&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For over a week this month our local <a href="http://www.omnitel.ie/">OmniTel wireless broadband</a> was out of action (the 3rd major interruption of service in the last year).   As usual I had to revert back to my 64Kbps ISDN line which is not as bad as analogue dial-up but it&#8217;s still a shock to the system!  Being within 3Km of a telephone exchange which is due to be broadband enabled we should eventually have a more reliable alternative.   A 3g mobile signal would also be an alternative but alas our local Vodafone signal is still GPRS only (and O2&#8242;s signal is non existent); living in the countryside can be idyllic but it has its drawbacks.</p>
<p>Nevertheless, my wife&#8217;s new Nokia n70 is 3G enabled, and as we were visiting a 3g enabled area this bank holiday weekend, I decided to install the N70&#8242;s modem drivers on my laptop to try it out.  Two hours later, I eventually got it to work, I pity any non-technical person who attempts to set it up.   The Nokia PCSuite installed OK but when the Modem was detected on the USB port the drivers failed with a <strong>&#8220;Windows could not load installer for modem. Contact the hardware vendor&#8221; </strong>error.</p>
<p>Likewise, when I attempted to un-install existing Bluetooth / GPRS modems I use with my  own Sony Ericsson in case a conflict was the cause of the problem I got the same error but this time with a message saying Windows 2000 couldn&#8217;t remove the drivers (I&#8217;m on XP SP2 !!).</p>
<p>Eventually I discovered I was missing a mdminst.dll from my windows/system32 folder, took a copy for another Dell laptop, REGSVR32&#8242;d it ( getting the message   &#8220;The module &#8216;c:\windows\system32\mdminst.dll&#8217; was loaded, but the entry-point DllRegisterServer was not found.&#8221;) and , hey presto, it worked.   Why was I  missing the dll? I guess I&#8217;ll never know but thanks to this <a href="http://forums.driverguide.com/showthread.php?t=1539">www.driverguide.com thread</a> for pointing me in the right direction.</p>
<p>The  modem connected with a speed of 460.8Kbps, but my actual download speed was about half that with an upload speed in the mid 50s.  Well ahead of ISDN download speeds and <a href="http://www.vodafone.ie/vlive/costs/"> much cheaper</a> (taking into account ISDN has a monthly fixed charge AND is charged by the minute ,while 3G is traffic based).  So for those of you in a 3G area, if you still depend on ISDN for either backup or for your main internet service, throw it out and replace it with either a <a href="http://www.vodafone.ie/broadband/?bannerdesc=personal_broadband_180907">USB modem</a>, <a href="http://www.expansys.ie/p.aspx?i=129557">router</a> or even a member of your family&#8217;s mobile; don&#8217;t you just love having alternatives!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/333/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/333/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/333/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=333&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/10/29/trying-out-vodafones-3g-service/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b714f82b5e24beb3b74779615b6ad969?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">gobansaor</media:title>
		</media:content>
	</item>
		<item>
		<title>Excel 2007 bug and the chance of being hit by a meteorite.</title>
		<link>http://blog.gobansaor.com/2007/09/27/excel-2007-bug-and-the-chance-of-being-hit-by-a-meteorite/</link>
		<comments>http://blog.gobansaor.com/2007/09/27/excel-2007-bug-and-the-chance-of-being-hit-by-a-meteorite/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 11:01:57 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[ETL]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[65535]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Irish Times]]></category>
		<category><![CDATA[Killenaule]]></category>
		<category><![CDATA[meteorite]]></category>

		<guid isPermaLink="false">http://blog.gobansaor.com/2007/09/27/excel-2007-bug-and-the-chance-of-being-hit-by-a-meteorite/</guid>
		<description><![CDATA[Joel On Software gives a very good technical explanation of the Excel 2007 53,535 as 100,000 bug. And, as he points out, it only affects 12 out of a potential 9.214*10^18 floating point numbers, so is he worried? &#8230;no, the &#8230; <a href="http://blog.gobansaor.com/2007/09/27/excel-2007-bug-and-the-chance-of-being-hit-by-a-meteorite/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=329&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joelonsoftware.com/items/2007/09/26b.html">Joel On Software gives a very good technical explanation</a> of the <a href="http://blog.gobansaor.com/2007/09/25/you-say-100000-i-say-65535-lets-call-the-whole-thing-off/">Excel 2007 53,535 as 100,000 bug</a>.  And, as he points out, it only affects 12 out of a potential 9.214*10^18 floating point numbers, so is he worried?</p>
<blockquote><p>&#8230;no, the chance that you would see this in real life calculations is microscopic. Better worry about getting hit by a meterorite(sic).</p></blockquote>
<p><a href="http://gobansaor.files.wordpress.com/2007/09/the-irish-times-saturday-april-26.png" title="the-irish-times-saturday-april-26.png"><img src="http://gobansaor.files.wordpress.com/2007/09/the-irish-times-saturday-april-26.png?w=500" alt="Meteorite Over Ireland - the-irish-times april-26" align="left" /></a></p>
<p>But then again, on April 25th 1969, I witnessed a fireball  cross the night sky over my childhood home town of <a href="http://www.killenaule.net/">Killenaule, Co. Tipperary</a>.  It appeared to be the size of a full moon with a streaming tail  and made a &#8220;whish&#8217;ing sound&#8221; &#8211; it turned out to be a meteorite. At the time, &#8220;The Bunt&#8221; Shaw said it landed in the town&#8217;s &#8220;<a href="http://www.killenaule.net/aerial/pages/0037.htm">well field</a>&#8220;, but it actually fell to earth over Northern Ireland.   So it can happen.</p>
<p>The above image is from the new <a href="http://www.ireland.com/newspaper/archive/">Irish Times archive service</a>.</p>
<p><strong>UPDATE:</strong></p>
<p>Fix <a href="http://support.microsoft.com/default.aspx/kb/943075/">now available</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/329/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/329/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/329/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=329&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/09/27/excel-2007-bug-and-the-chance-of-being-hit-by-a-meteorite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b714f82b5e24beb3b74779615b6ad969?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">gobansaor</media:title>
		</media:content>

		<media:content url="http://gobansaor.files.wordpress.com/2007/09/the-irish-times-saturday-april-26.png" medium="image">
			<media:title type="html">Meteorite Over Ireland - the-irish-times april-26</media:title>
		</media:content>
	</item>
		<item>
		<title>Rain Has Stopped</title>
		<link>http://blog.gobansaor.com/2007/09/01/rain-has-stopped/</link>
		<comments>http://blog.gobansaor.com/2007/09/01/rain-has-stopped/#comments</comments>
		<pubDate>Sat, 01 Sep 2007 12:04:45 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[Ireland]]></category>

		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/09/01/rain-has-stopped/</guid>
		<description><![CDATA[Summer eventually arrived, the rain has stopped; last two weeks of August have being warm and dry if not always sunny. Managed to give the kids at least some more time at the beach before they had to go back &#8230; <a href="http://blog.gobansaor.com/2007/09/01/rain-has-stopped/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=307&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1121" class="wp-caption alignleft" style="width: 160px"><a href="http://gobansaor.files.wordpress.com/2007/09/annestowngrasshopper.jpg"><img class="size-thumbnail wp-image-1121 " title="AnnestownGrasshopper" src="http://gobansaor.files.wordpress.com/2007/09/annestowngrasshopper.jpg?w=150&#038;h=112" alt="" width="150" height="112" /></a><p class="wp-caption-text">Grasshopper - Annestown Cliffs, Copper Coast, Waterford</p></div>
<p>Summer eventually arrived, the <a href="http://gobansaor.wordpress.com/2007/08/17/its-still-raining/">rain</a> has stopped; last two weeks of August have being warm and dry if not always sunny.  Managed to give the kids at least some more time at the beach before they had to go back to school.  As usual for our short breaks we headed to Waterford&#8217;s <a href="http://www.copper-coast.com/copper/web">&#8220;Copper Coast&#8221;</a> where I made the acquaintance of the little fellow on the left &#8211; first time I heard grasshoppers chirping this summer.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/307/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/307/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=307&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/09/01/rain-has-stopped/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>53.204039 -6.574340</georss:point>
		<geo:lat>53.204039</geo:lat>
		<geo:long>-6.574340</geo:long>
		<media:content url="http://1.gravatar.com/avatar/b714f82b5e24beb3b74779615b6ad969?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">gobansaor</media:title>
		</media:content>

		<media:content url="http://gobansaor.files.wordpress.com/2007/09/annestowngrasshopper.jpg?w=150" medium="image">
			<media:title type="html">AnnestownGrasshopper</media:title>
		</media:content>
	</item>
		<item>
		<title>It&#8217;s still raining&#8230;.</title>
		<link>http://blog.gobansaor.com/2007/08/17/its-still-raining/</link>
		<comments>http://blog.gobansaor.com/2007/08/17/its-still-raining/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 01:33:02 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Dingle]]></category>
		<category><![CDATA[ice cream]]></category>
		<category><![CDATA[Inch]]></category>
		<category><![CDATA[Kerry]]></category>

		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/08/17/its-still-raining/</guid>
		<description><![CDATA[Fantastic picture from a July post to the Ice Cream Ireland blog. It&#8217;s now mid-way through August and it&#8217;s still raining&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=303&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.icecreamireland.com/images/Killarney1/Inchrain-sm.jpg" align="left" height="269" width="400" />Fantastic picture from a July post to the <a href="http://icecreamireland.com/2007/07/04/summer-what-summer/">Ice Cream Ireland blog</a>.  It&#8217;s now mid-way through August and it&#8217;s still raining&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/303/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/303/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/303/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=303&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/08/17/its-still-raining/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b714f82b5e24beb3b74779615b6ad969?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">gobansaor</media:title>
		</media:content>

		<media:content url="http://www.icecreamireland.com/images/Killarney1/Inchrain-sm.jpg" medium="image" />
	</item>
		<item>
		<title>Rain Radar</title>
		<link>http://blog.gobansaor.com/2007/08/11/rain-radar/</link>
		<comments>http://blog.gobansaor.com/2007/08/11/rain-radar/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 15:07:40 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[Ireland]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/08/11/rain-radar/</guid>
		<description><![CDATA[As those of you reading this from Ireland or the UK know, this has been a very very very wet summer. The most useful technology for dealing with it has been breathable wet gear on the principle that there&#8217;s no &#8230; <a href="http://blog.gobansaor.com/2007/08/11/rain-radar/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=301&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://gobansaor.files.wordpress.com/2007/08/dsc01519.thumbnail.jpg?w=500" alt="Sunshine &amp; Showers August 2007" align="left" />As those of you reading this from Ireland or the UK know, this has been a very very very wet summer.  The most useful technology for dealing with it has been <a href="http://en.wikipedia.org/wiki/Waterproof_fabric#waterproof.2Fbreathable_fabric">breathable wet gear</a> on the principle that there&#8217;s no such thing as bad weather just bad clothing.  But on two occasions this summer another technology, the mobile internet, has come to my aid dealing with this biblical-like flood we call Summer 2007, namely the <a href="http://www.met.ie/latest/rainfall_radar.asp">Met Eireann rainfall radar</a>.  On two separate holidays by the coast (<a href="http://www.eastcorktourism.com/">East Cork</a> and last week <a href="http://www.achilltourism.com/">Achill</a>/<a href="http://www.connemara.net/">Connemara</a>) I&#8217;ve used the updated-every-30-minutes radar (accessed via <a href="http://en.wikipedia.org/wiki/Gprs">GPRS</a> on my <a href="http://www.sonyericsson.com/spg.jsp?cc=ie&amp;lc=en&amp;ver=4000&amp;template=pip1&amp;zone=pp&amp;pid=10242">Sony Ericsson 750i</a>, using the <a href="http://www.opera.com/products/mobile/">Opera Mobile browser</a>) to decide which beach to head for to avoid the many showers and bask in the not so frequent sunny spells.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/301/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/301/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=301&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/08/11/rain-radar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b714f82b5e24beb3b74779615b6ad969?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">gobansaor</media:title>
		</media:content>

		<media:content url="http://gobansaor.files.wordpress.com/2007/08/dsc01519.thumbnail.jpg" medium="image">
			<media:title type="html">Sunshine &#38; Showers August 2007</media:title>
		</media:content>
	</item>
	</channel>
</rss>
