<?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; JavaScript</title>
	<atom:link href="http://blog.gobansaor.com/category/javascript/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; JavaScript</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>JavaScript as an Excel scripting language via JSDB</title>
		<link>http://blog.gobansaor.com/2010/06/04/javascript-as-an-excel-scripting-language-via-jsdb/</link>
		<comments>http://blog.gobansaor.com/2010/06/04/javascript-as-an-excel-scripting-language-via-jsdb/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 17:44:59 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[BI]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[ETL]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSDB]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[xLite]]></category>

		<guid isPermaLink="false">http://blog.gobansaor.com/?p=953</guid>
		<description><![CDATA[A few years back I posted about JavaScript as an Excel scripting language via ExcelDNA. That involved using JavaScript (in the guise of JScript.NET) as an ExcelDNA scripting language. It was purely an academic exercise to prove it could be done, I continued &#8230; <a href="http://blog.gobansaor.com/2010/06/04/javascript-as-an-excel-scripting-language-via-jsdb/">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=953&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few years back I posted about <a href="http://blog.gobansaor.com/2007/10/04/javascript-as-an-excel-scripting-language-via-exceldna/">JavaScript as an Excel scripting language via ExcelDNA</a>. That involved using JavaScript (in the guise of JScript.NET) as an <a href="http://exceldna.typepad.com/">ExcelDNA </a> scripting language. It was purely an academic exercise to prove it could be done, I continued to use C# (or increasingly VB.NET) to build .NET user defined functions. This time however, I&#8217;ve managed to embed JavaScript (in the guise of <a href="http://www.mozilla.org/js/spidermonkey/">Mozilla Foundation&#8217;s SpiderMonkey</a>) directly via a native C interface not to prove I could do it (even though there&#8217;s a definite satisfaction in simply doing it) but to use it.</p>
<p>Why add another scripting language to xLite, hasn&#8217;t it already got Python?</p>
<p>True, Python is and remains a very powerful add-on to <a href="http://www.gobansaor.com/xlite">xLite</a>. It&#8217;s a mature and long-established language, popular amongst IT professionals and &#8220;citizen programmers&#8221; alike. But, it&#8217;s a bit of a monster and can be awkward to package, particularly on Windows. By using <a href="http://www.py2exe.org/index.cgi/Tutorial">Py2Exe</a> and after a lot of digging on <a href="http://groups.google.com/group/wxPython-users/msg/dfad0122afda5d21?pli=1">the issue of manifest files</a> I have managed to package and isolate xLite&#8217;s Pythonic bits so that it can be used on a PC without first installing the required Python version (<del datetime="2010-06-11T10:46:38+00:00">I&#8217;ve only tested against V2.6, Python&#8217;s lack of a side-by-side Windows installation capability is a major pain-in-the-butt</del> bad news: tested against Python 2.5 &amp; it doesn&#8217;t work; good news: side-by-side is possible; simply change the system path to reflect which-ever version you wish to run at the command line; xLite will (must) continue to use V2.6). <del datetime="2010-06-11T10:47:57+00:00">This &#8220;version-hell&#8221; mitigates against using Python as a core-element of xLite, fine for those of us who are comfortable with and require the full power of Python, but not as the tool&#8217;s primary scripting environment.</del></p>
<p>No, what I need is:</p>
<ul>
<li>a light (single EXE or DLL preferably) and an approachable popular language,</li>
<li>with native SQLite support,</li>
<li>runable as standalone executable (on both Windows &amp; Linux),</li>
<li>embeddable (is that a word?) in Excel via VBA-friendly DLL.</li>
</ul>
<p>Add to that essential list some nice-to-haves such as:</p>
<ul>
<li>native COM-interface support (for the likes of ADO etc.),</li>
<li>native networking support, for HTTP, raw TCP sockets etc.,</li>
<li>native (and easy to use) XML and JSON parsers and emitters,</li>
<li>ability to spawn detached/attached command line processes and the ability to stream data to and from such processes; allowing me to easily orchestrate &amp; provide a &#8220;grid&#8221; of processes (scripted, command line executables, Excel instances) both local and remote (with remote being either traditional servers, http servers or <a href="http://hadoop.apache.org/common/docs/current/streaming.html">Hadoop Streaming</a> grids).</li>
</ul>
<p>While looking at the various implementations of Javascipt as a server/shell language, I came across <a href="http://www.jsdb.org/">JSDB &#8211; JavaScript for Databases</a>. It&#8217;s a C++ wrapper around Mozilla&#8217;s SpiderMonkey, with lots of useful data related utility classes added. To make JSDB a perfect fit it simply required:</p>
<ul>
<li>a few minor changes to the <a href="http://www2.gobansaor.com/share/wrap_sqlite.cpp">SQlite class</a> (allow the loading of Virtual Table extensions, add the ability to pass in the address of already open SQLite memory structures);</li>
<li>a linker change to use the DLL version of SQLite;</li>
<li>plus a <a href="http://bit.ly/aNYRCk">VBA-friendly DLL wrapper</a> ( &amp; <a href="http://bit.ly/dynHWD">VBA declares</a>, to call the <a href="http://bit.ly/arH2fB">DLL</a>) to replace the JSDB shell when embedding in Excel.</li>
</ul>
<p>From my <a href="http://blog.gobansaor.com/2009/03/14/sqlite-as-the-mp3-of-data/">SQLite as the MP3 of Data</a> post:  &#8221;<em>Just as &#8220;fractional horsepower” electrical motors revolutionised manufacturing and eventually all our lives (car starter-motors, fridge motors, washing machines etc.), “fractional horsepower” databases can do the same for data. Distributing data to where it is needed.&#8221; </em>I can now add a distributed &#8220;fractional horsepower&#8221; processing engine for that distributed data. This transforms <a href="http://www.gobansaor.com/xlite">xLite</a> from a micro-ETL platform into one capable of handling (or at least orchestrating) practically any ETL (Extract, Transform &amp; Load),DI (data integration) or &#8220;Time Asset&#8221; (<a href="http://blog.gobansaor.com/2010/05/12/time-assets/">see this post</a>) process.</p>
<p>UPDATE:</p>
<p>Here&#8217;s a VBA source with examples of using the embedded JSDB engine:</p>
<p><a href="http://www2.gobansaor.com/share/example_jsdb_vb_embed.bas">http://www2.gobansaor.com/share/example_jsdb_vb_embed.bas</a></p>
<p>&#8230; and the source code for the DLL wrapper:</p>
<p><a href="http://www2.gobansaor.com/share/wrap_sqlite.cpp">http://www2.gobansaor.com/share/wrap_sqlite.cpp</a></p>
<p>&#8230; plus the VBA Declares and helper Windows APIs:</p>
<p><a href="http://www2.gobansaor.com/share/jsdb.bas">http://www2.gobansaor.com/share/jsdb.bas</a></p>
<p>UPDATE:</p>
<p>See JSDB being used to front-end Excel as a web service <a href="http://blog.gobansaor.com/2011/02/06/excel-as-a-diy-web-service/">http://blog.gobansaor.com/2011/02/06/excel-as-a-diy-web-service/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/953/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=953&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2010/06/04/javascript-as-an-excel-scripting-language-via-jsdb/feed/</wfw:commentRss>
		<slash:comments>7</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>
	</item>
		<item>
		<title>Time Assets</title>
		<link>http://blog.gobansaor.com/2010/05/12/time-assets/</link>
		<comments>http://blog.gobansaor.com/2010/05/12/time-assets/#comments</comments>
		<pubDate>Wed, 12 May 2010 09:48:56 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[GoogleApps]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[ITC skills]]></category>
		<category><![CDATA[Spreadsheets]]></category>

		<guid isPermaLink="false">http://blog.gobansaor.com/?p=928</guid>
		<description><![CDATA[This Stephen Hawkins article on &#8220;How to build a time machine&#8221; (all that&#8217;s needed is a wormhole, the Large Hadron Collider or a rocket that goes really,really fast) is well worth a read. The concept of time travel was, for most &#8230; <a href="http://blog.gobansaor.com/2010/05/12/time-assets/">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=928&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://gobansaor.files.wordpress.com/2010/05/time-machine.jpg"><br />
<img class="size-medium wp-image-931 alignleft" title="time-machine (by Daniel Cardle)" src="http://gobansaor.files.wordpress.com/2010/05/time-machine.jpg?w=300&#038;h=224" alt="" width="300" height="224" /></a></p>
<p style="text-align:left;">This Stephen Hawkins article on <a href="http://www.dailymail.co.uk/home/moslive/article-1269288/STEPHEN-HAWKING-How-build-time-machine.html">&#8220;How to build a time machine&#8221;</a> (all that&#8217;s needed is a wormhole, the Large Hadron Collider or a rocket that goes really,really fast) is well worth a read.</p>
<p style="text-align:left;">The concept of time travel was, for most of my life, simply science fiction, but it&#8217;s now looking more &amp; more like science fact. Most science-fiction plots involving time-travel tend to involve travelling to the past; this, however, is not part of the emerging time travelling theory, moving forward in time seems the only option.</p>
<p style="text-align:left;">We may not be able to go back in time but we humans have become adept at &#8220;capturing time&#8221; and packaging it for reuse later on; our early ancestors spent valuable time crafting  tools and honing skills that they figured would repay any time spent many times over; they were in fact investing in time assets.</p>
<p style="text-align:left;">Software is perhaps human kind&#8217;s greatest time asset generator, similar in concept to the tools and machines we&#8217;ve always built, but nearly totally frictionless and with the potential of immense returns on the asset once the initial upfront cost has been met. Yet many are leaving our formal education systems with no idea of the power of software to harness time, to save it, shape it and reuse it again &amp; again. They have not been taught to program.</p>
<p style="text-align:left;">I&#8217;m not suggesting here that every student be forced to study computer science, no, just for them to be introduced to the practical everyday uses of programming (with some formal theory as a foundation) &#8211; Applied Computing, if you like. In fact, if hardcore geeks consider the course to be rubbish and refuse to take it, then you know you&#8217;re hitting the right note.</p>
<p style="text-align:left;">At a minimum, everybody should be taught the basics and the possibilities of spreadsheets.  Although using Excel for this purpose would be more &#8220;saleable&#8221; once students hit the streets and join the work force, I would think that Google Docs Spreadsheets would be a better option as a teaching tool, because:</p>
<ul style="text-align:left;">
<li>Firstly, it would be cheaper, no licences, minimum hardware requirement (anything with a browser) and <a href="http://www.google.com/google-d-s/tour1.html">the collaboration features of Goggle Docs</a> in general are ideally suited for use in education.</li>
<li>Secondly, such training should not be primarily vocational, it should be about learning the possibilities of end-user programming.</li>
<li>Excel&#8217;s macro language is VBA, a noble language with a long distinguished history, but a language that its owners have abandoned. Google Doc&#8217;s<a href="http://www.google.com/google-d-s/scripts/scripts.html"> scripting language is JavaScript</a>, like VB a language that has often been much maligned, but unlike VB, it&#8217;s a language with a future, it&#8217;s the magic behind the browser. So students would not only learn the fundamentals of spreadsheets but would through the courses&#8217; scripting modules learn a language that lies at the heart of their everyday computing experience.</li>
<li>Google Docs can also be manipulated via a web-based API and can be embedded in web pages. So again students would learn the fundamentals of <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">REST</a> and basic HTML markup, the underlying architecture of the WWW .</li>
</ul>
<p style="text-align:left;">Studying such a course, would not only teach a useful life skill (the manipulation of numbers and lists and the automation of such tasks to create time assets) but would also provide an understanding of the building blocks of modern IT.</p>
<p style="text-align:left;">We need more, and better prepared (dare I say, trained) citizen programmers; there&#8217;ll never be enough professional programmers to go around and even if there were, the cost will continue to be prohibitive in many situations (both the financial cost and the time cost of keeping professional programmers aligned with (or even aware of) the business needs of multitudes of organisations).</p>
<p style="text-align:left;">Just like the right to bear arms was regarded as a necessity in the frontier society of 18th century America, the right (and the basic skills) to program is a necessity on our modern IT frontier. Not everybody will use (or indeed even be capable of using, or allowed to use) that right, but for millions of others, having the power to build time assets for themselves or their businesses will be one of their most prized skills.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/928/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=928&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2010/05/12/time-assets/feed/</wfw:commentRss>
		<slash:comments>5</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/2010/05/time-machine.jpg?w=300" medium="image">
			<media:title type="html">time-machine (by Daniel Cardle)</media:title>
		</media:content>
	</item>
		<item>
		<title>Zimki &#8211; the spirt lives on &#8230;</title>
		<link>http://blog.gobansaor.com/2007/12/13/zimki-the-spirt-lives-on/</link>
		<comments>http://blog.gobansaor.com/2007/12/13/zimki-the-spirt-lives-on/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 17:36:24 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[AppJet]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Horuku]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[zimki]]></category>

		<guid isPermaLink="false">http://blog.gobansaor.com/2007/12/13/zimki-the-spirt-lives-on/</guid>
		<description><![CDATA[Although Zimki is to shut down on Christmas Eve, the ideas behind the service live on. Two new offerings, Horuku and AppJet, offer variations on the idea of hosted application development/deployment. AppJet, funded by Paul Graham&#8216;s Y-Combinator, is very similar &#8230; <a href="http://blog.gobansaor.com/2007/12/13/zimki-the-spirt-lives-on/">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=342&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Although <a href="http://blog.gobansaor.com/2007/09/25/zimki-rip/">Zimki is to shut down on Christmas Eve</a>, the ideas behind the service live on.  Two new offerings, Horuku and AppJet, offer variations on the idea of hosted application development/deployment.</p>
<p><a href="http://appjet.com/">AppJet</a>, funded by <a href="http://www.paulgraham.com/">Paul Graham</a>&#8216;s Y-Combinator, is  very similar to Zimki, being a server-side JavaScript platform.  No details yet as to what sort of paid options will be offered (all accounts are free at the moment).  Unlike Zimki there&#8217;s no plans to create an open-source version.  I like the easy &#8220;<a href="http://appjet.com/docs/guide/facebook">build a Facebook app</a>&#8221; feature; and I guess this is the sort of light-weight applications that they hope to attract.</p>
<p>Although <a href="http://heroku.com/">Heroku</a> uses Ruby-on-Rails technology, rather than JavaScript, it is closer to the original Zimki idea; but rather than take the hard (and ultimately unsuccessful in Zimki&#8217;s case) road of building an open-source platform from scratch, Heroku takes an already popular open-source project and offers it wrapped in  a full on-line development and deployment environment.  Again, being in beta, there&#8217;s no indication as to what pricing model it will operate under, but I would think that it will attract more &#8220;serious&#8221; projects than AppJet since anything developed under Heroku is pure Rails which means it can be migrated to any other Rails hosting environment; so no lock-in.    The online editor is excellent and whatever about its merits as a hosting service it&#8217;s by far the easiest way to learn and explore Ruby and Rails, even easier than <a href="http://blog.gobansaor.com/2007/06/25/ror-data-warehouse-on-ec2/">this&#8230;</a></p>
<p>If Facebook apps are your goal but you wish to use Ruby rather than AppJet&#8217;s JavaScript then not to panic, as being Ruby some bright young spark (no, not me I&#8217;m afraid) will already have done a lot of the <a href="http://blog.gobansaor.com/2007/07/19/facebook-apps-using-ruby-on-rails/">hard graft for you&#8230;</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/342/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/342/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/342/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=342&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/12/13/zimki-the-spirt-lives-on/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>JavaScript as an Excel scripting language via ExcelDNA</title>
		<link>http://blog.gobansaor.com/2007/10/04/javascript-as-an-excel-scripting-language-via-exceldna/</link>
		<comments>http://blog.gobansaor.com/2007/10/04/javascript-as-an-excel-scripting-language-via-exceldna/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 11:25:52 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[excel]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[ExcelDNA]]></category>
		<category><![CDATA[JScript.NET]]></category>
		<category><![CDATA[UDF]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://blog.gobansaor.com/2007/10/04/javascript-as-an-excel-scripting-language-via-exceldna/</guid>
		<description><![CDATA[Update June 2010: Also, see JavaScript as an Excel scripting language via JSDB Developing .NET DLLs that are to be used within an Excel VBA add-in is relatively easy to do. But the overhead of the COM managed interfaces can &#8230; <a href="http://blog.gobansaor.com/2007/10/04/javascript-as-an-excel-scripting-language-via-exceldna/">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=330&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Update June 2010: Also, see <a href="http://blog.gobansaor.com/2010/06/04/javascript-as-an-excel-scripting-language-via-jsdb/">JavaScript as an Excel scripting language via JSDB</a></p>
<p>Developing .NET DLLs that are to be used within an Excel VBA add-in is <a href="http://richnewman.wordpress.com/2007/04/15/a-beginner%E2%80%99s-guide-to-calling-a-net-library-from-excel/">relatively easy to do</a>. But the overhead of the COM managed interfaces can be a serious performance bottleneck if the .NET managed functions are called from within a tight loop.  The alternative is to  create a C++ XLL and then to call out to .NET, and that&#8217;s exactly what the <a href="http://exceldna.typepad.com/">ExcelDNA</a> add-in does.</p>
<p>ExcelDNA allows you to expose any .NET DLL&#8217;s public static methods as <a href="http://msdn2.microsoft.com/en-us/library/ms499792.aspx">Excel UDFs</a>, but not only that, by inserting code into the add-in&#8217;s associated .dna file you can &#8216;script&#8217; a UDF without compiling it into a DLL (via the magic of <a href="http://www.developerfusion.co.uk/show/4529/3/">CodeDomProviders</a>).  Both C# and VB.net are supported as &#8216;scripting&#8217; languages but in fact any .NET language that exposes a CodeDomProvider class can be used.   I thought to myself, how cool would it be to use JavaScript as an Excel scripting language!</p>
<p>To use JavaScript (in the guise of JScript.NET) with ExcelDNA you&#8217;ll need the <a href="http://msdn2.microsoft.com/en-us/library/system.type.assemblyqualifiedname.aspx">AssemblyQualifiedName</a> of the  Microsoft.JScript.JScriptCodeProvider type. Set the Project Language=&#8221;Microsoft.JScript.JScriptCodeProvider, Microsoft.JScript, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&#8221; within the .dna file and that&#8217;s it, code away in JavaScript.  The code snippet below also includes a C# UDF to check if a Type is a sub-class of CodeDomProvider.</p>
<p><pre class="brush: jscript;">

&lt;DnaLibrary Name=&quot;My Test AddIn&quot;&gt;
&lt;Project Language=&quot;Microsoft.JScript.JScriptCodeProvider, Microsoft.JScript, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot;&gt;
&lt;![CDATA[

import ExcelDna.Integration;
public class myFunctions
{
ExcelFunctionAttribute(Description=&quot;Checks if a 1 to 3 digit number&quot;, Category=&quot;JScript REGEX example&quot;, IsMacroType=true)
public static function  ValidateStuff(str)
{
var regex=/^\\d{1,3}$/;
if (regex.test(str))
{
return &quot;VERY GOOD: it's a 1 to 3 digit number&quot;;
}
else
{
return &quot;NOT GOOD: Must be a number with between 1 and 3 digits&quot;;
}
}
}

]]&gt;
&lt;/Project&gt;
&lt;Project Language=&quot;CS&quot;&gt;
&lt;![CDATA[
using System;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
using System.Reflection.Emit;
using System.Text;
using System.Xml.Serialization;

using ExcelDna.Integration;

public class Testing123
{
[ExcelFunction(Description=&quot;Check if type inherits CodeDomProvider&quot;, Category=&quot;Useful functions&quot;)]
public static string Test11(string str)
{
string str2;
str2=&quot;Testing if ...&quot;;
try
{
Type t = Type.GetType(str,true,true);

if (t.IsSubclassOf(typeof(CodeDomProvider)))
{
ConstructorInfo ci = t.GetConstructor(new Type[] {} );
CodeDomProvider p = (CodeDomProvider)ci.Invoke(new object[] { });
str2 = p.GetType().AssemblyQualifiedName;
}

}
catch (Exception e)
{
str2=e.ToString();
}
return str2;
}
[ExcelFunction(Description=&quot;Joins a string to a number&quot;, Category=&quot;Useful functions&quot;)]
public static string DoJoinThem(string str, double val)
{
return str + val;
}

}

]]&gt;
&lt;/Project&gt;
&lt;/DnaLibrary&gt;

</pre></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/330/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/330/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=330&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/10/04/javascript-as-an-excel-scripting-language-via-exceldna/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>
	</item>
		<item>
		<title>Zimki &#8211; R.I.P.</title>
		<link>http://blog.gobansaor.com/2007/09/25/zimki-rip/</link>
		<comments>http://blog.gobansaor.com/2007/09/25/zimki-rip/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 15:16:18 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[GAFyD]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[zimki]]></category>

		<guid isPermaLink="false">http://blog.gobansaor.com/2007/09/25/zimki-rip/</guid>
		<description><![CDATA[Zimki, the London based innovative JavaScript application hosting service is to close down this Christmas Eve. Not surprising really, the announcement last June to stop the proposed open sourcing of the platform and the parent company&#8217;s (Canon Europe) decision to &#8230; <a href="http://blog.gobansaor.com/2007/09/25/zimki-rip/">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=326&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zimki.com">Zimki</a>, the London based innovative JavaScript application hosting service <a href="http://service.zimki.com/user/blog/Zimki/2007/09/25/zimki-service-announcement">is to close down this Christmas Eve</a>. Not surprising really, <a href="http://blog.gobansaor.com/2007/06/14/zimki-goes-off-the-boil/">the announcement last June</a> to stop the proposed open sourcing of the platform and the parent company&#8217;s (<a href="http://www.canon-europe.com/">Canon Europe</a>) decision to order  a review on the future direction of Zimki looked ominous at the time.  Ah well, at least my experimentation with Zimki has given me a very useful take-away, a <a href="http://blog.gobansaor.com/2007/05/12/javascript-101/">real respect for the JavaScript language</a>.</p>
<p>The reasonable notice period gives me plenty of time to find alternative hosting, I&#8217;ll more than likely give <a href="http://blog.gobansaor.com/2006/12/20/google-apps-for-your-domain-and-robotstxt/">GAFyD another try</a>; maybe <a href="http://www.jot.com/">JotSpot wiki</a> will have been added to Google Apps by then allowing me to continue to use a hosted service to handle my online database application needs.  If not, I may have to sign up for a bog-standard PHP hosting deal.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/326/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/326/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/326/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=326&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/09/25/zimki-rip/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>
	</item>
		<item>
		<title>Zimki &#8211; trust and hope.</title>
		<link>http://blog.gobansaor.com/2007/06/16/zimki-trust-and-hope/</link>
		<comments>http://blog.gobansaor.com/2007/06/16/zimki-trust-and-hope/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 11:34:40 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[GAFyD]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[zimki]]></category>

		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/06/16/zimki-trust-and-hope/</guid>
		<description><![CDATA[Fotango&#8216;s Chief Operating Officer, Simon Wardle, writes further about the decision to delay open sourcing Zimki on his personal blog. I&#8217;ve decided to look at the situation form a glass-half-full perspective; hey it&#8217;s still free, professionally managed, easy to use; &#8230; <a href="http://blog.gobansaor.com/2007/06/16/zimki-trust-and-hope/">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=286&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font size="-1"><a href="http://www.fotango.com">Fotango</a>&#8216;s Chief Operating Officer, <strong>Simon Wardle</strong>, writes further about the decision to delay open sourcing <a href="http://www.zimki.com">Zimki</a> on his <a href="http://swardley.blogspot.com/2007/06/milk-and-two-sugars.html">personal blog</a>.  I&#8217;ve decided to look at the situation form a glass-half-full perspective; hey it&#8217;s still free, professionally managed, easy to use; I&#8217;ve some really useful web services running on it and the rest are static pages that I migrated from <a href="http://gobansaor.wordpress.com/2006/12/20/google-apps-for-your-domain-and-robotstxt/">Google Apps a few months ago</a> but could easily be moved back to Google or to a run-of-the-mill hosting provider.</font></p>
<p><font size="-1"> OK maybe it&#8217;ll disappear in the future but I like the way Simon was up front about the problems, not &#8216;going to ground&#8217; or worse using marketing-speak to promise vapour ware!  So I&#8217;m going to <strong>trust </strong>that if the situation changes again that Fotango will give Zimki users sufficient notice to enable a orderly transition to an alternative platform but <strong>hope</strong> that they can eventually realise the potential of this innovative product.</font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/286/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/286/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/286/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=286&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/06/16/zimki-trust-and-hope/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>
	</item>
		<item>
		<title>Zimki &#8211; goes off the boil.</title>
		<link>http://blog.gobansaor.com/2007/06/14/zimki-goes-off-the-boil/</link>
		<comments>http://blog.gobansaor.com/2007/06/14/zimki-goes-off-the-boil/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 13:51:44 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[zimki]]></category>

		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/06/14/zimki-goes-off-the-boil/</guid>
		<description><![CDATA[Looks like any further enhancement of Zimki is to be put on hold until Fotango&#8216;s parent company, Canon Europe, completes a review on the future direction (and viability?) of the hosted application market. This means the platform will not be &#8230; <a href="http://blog.gobansaor.com/2007/06/14/zimki-goes-off-the-boil/">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=284&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.zimki.com/swardley/2007/06/13/breaking-a-few-eggs">Looks like any further enhancement of Zimki is to be put on hold</a> until <a href="http://www.fotango.com/index.htm">Fotango</a>&#8216;s parent company, <a href="http://www.canon-europe.com/">Canon Europe</a>, completes a review on the future direction (and viability?) of the hosted application market.  This means the platform will not be open sourced in the near future.  This and the lack of any sign of a <a href="http://www.zimki.com">Zimki</a> user community probably means I&#8217;ll abandon the platform; with some regret I might add as the infrastructure is rock solid and professionally managed, and the JavaScript based development environment is both productive and fun to work on.   But the feeling that one is backing the wrong horse is hard to shake, particularly with the lack of any sign of developer mind share (i.e. no official forum,  <a href="http://zimki.jml.net/">unofficial forum</a> never took off and very few, if any, comments on the <a href="http://blog.zimki.com/">Zimki blog</a>).</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/284/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/284/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=284&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/06/14/zimki-goes-off-the-boil/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>
	</item>
		<item>
		<title>Google Gears &#8211; SQLite Killer App</title>
		<link>http://blog.gobansaor.com/2007/05/31/google-gears-sqlite-killer-app/</link>
		<comments>http://blog.gobansaor.com/2007/05/31/google-gears-sqlite-killer-app/#comments</comments>
		<pubDate>Thu, 31 May 2007 09:24:41 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[ETL]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[kettle]]></category>
		<category><![CDATA[Proto]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/05/31/google-gears-sqlite-killer-app/</guid>
		<description><![CDATA[The announcement of Google Gears is of course a game changer for those working in the development of online apps; its addition to Goggle Reader alone would make it worth while for me and I&#8217;m sure we&#8217;ll see it integrated &#8230; <a href="http://blog.gobansaor.com/2007/05/31/google-gears-sqlite-killer-app/">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=280&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://gobansaor.wordpress.com/wp-admin/SQLite%20Killer%20App">announcement of Google Gears</a> is of course a game changer for those working in the development of online apps; its addition to <a href="http://reader.google.com">Goggle Reader</a> alone would make it worth while for me and I&#8217;m sure we&#8217;ll see it integrated into <a href="http://docs.google.com">Google Docs </a>and <a href="http://www.gmail.com">GMail</a> in the near future.  If you had any plans to develop a web based app or already deploy one you need to give this technology some quality time.</p>
<p>But it is the use of <a href="http://www.sqlite.org">SQLite</a> as the client-side persistence engine that excites this datasmith&#8217;s old heart.  Since first coming across SQLite (while learning Ruby on Rails) I&#8217;ve been convinced that this &#8220;good enough&#8221; micro-database on steroids was a winner.  Since then, as well as using it with Ruby ,I&#8217;ve integrated it with excel to use as a <a href="http://gobansaor.wordpress.com/2006/12/28/ruby-and-sqlite-a-micro-etl-environment/">micro-ETL tool</a>, I was instrumental in getting SQLite support added to <a href="http://kettle.pentaho.org">Kettle (Pentaho PDI)</a>, I wrote a <a href="http://gobansaor.wordpress.com/projects/xlite/">SQLite custom module</a> for <a href="http://www.protosw.com">Proto,</a> in fact the first thing I now do when checking out a data manipulation tool is to check if it supports SQLite.</p>
<p>I&#8217;m looking forward to investigating further what <a href="http://gears.google.com/">Google Gears</a> can add to my existing datasmithing tool set, and I&#8217;m certainly glad I invested the time <a href="http://gobansaor.wordpress.com/2007/05/12/javascript-101/">in learning JavaScript</a>. Exciting times.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/280/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/280/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/280/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=280&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/05/31/google-gears-sqlite-killer-app/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>
	</item>
		<item>
		<title>Talend vs. Kettle (Pentaho PDI)</title>
		<link>http://blog.gobansaor.com/2007/05/27/talend-vs-kettle-pentaho-pdi/</link>
		<comments>http://blog.gobansaor.com/2007/05/27/talend-vs-kettle-pentaho-pdi/#comments</comments>
		<pubDate>Sun, 27 May 2007 16:40:22 +0000</pubDate>
		<dc:creator>gobansaor</dc:creator>
				<category><![CDATA[BI]]></category>
		<category><![CDATA[ETL]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaFX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[kettle]]></category>
		<category><![CDATA[Palo]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[Talend]]></category>
		<category><![CDATA[xLite]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/05/27/talend-vs-kettle-pentaho-pdi/</guid>
		<description><![CDATA[Over the last few weeks I&#8217;ve received a lot of traffic from Goggle searches comparing Talend and Kettle and also from Vincent McBurney&#8217;s ITtoolbox article comparing the two products, so where do I stand? As ETL tools they take different &#8230; <a href="http://blog.gobansaor.com/2007/05/27/talend-vs-kettle-pentaho-pdi/">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=279&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Over the last few weeks I&#8217;ve received a lot of traffic from Goggle searches comparing Talend and Kettle and also from <a href="http://www.ittoolbox.com/profiles/vmcburney">Vincent McBurney&#8217;</a>s <a href="http://blogs.ittoolbox.com/bi/websphere/archives/wiki-wednesday-comparing-talend-and-pentaho-kettle-open-source-etl-tools-16294">ITtoolbox article</a> comparing the two products, so where do I stand?</p>
<p>As ETL tools they take different approaches, Kettle is a meta data driven framework (which is in turn tightly integrated into an even larger BI framework, the <a href="http://blogs.ittoolbox.com/bi/websphere/archives/wiki-wednesday-comparing-talend-and-pentaho-kettle-open-source-etl-tools-16294">Pentaho BI Project</a>), while Talend is at the end of the day a code generator.  The code generator nature of Talend does impart certain capabilities such as the ability to easily integrate into other BI platforms (such as <a href="http://www.jaspersoft.com/">JasperSoft</a> and <a href="http://spagobi.eng.it">SpagoBI</a> ) and as <a href="http://gobansaor.wordpress.com/2006/12/28/ruby-and-sqlite-a-micro-etl-environment/">micro-ETL</a> tool. On the other hand Kettle&#8217;s increasing integration into the Pentaho family makes it natural choice for larger BI implementations.  So which one would I recommend ?  It&#8217;s got to be Kettle and the main reason for that choice is the Pentaho PDI <a href="http://forums.pentaho.org/forumdisplay.php?f=69">community</a>.</p>
<p>My experience so far with the <a href="http://www.talendforge.org/forum/">Talend community</a> has not been good.  Admittedly I&#8217;ve only asked two questions, one looking for more details on a statement regarding <a href="http://www.talendforge.org/forum/viewtopic.php?id=660">ERP and CRM connectors</a> mentioned in <a href="http://www.talend.com/press/java-data-integration.php">a press release</a> and the other a technical query about a new<a href="http://www.talendforge.org/forum/viewtopic.php?id=721"> tSQLite connector</a>.  Neither were answered. OK I&#8217;m a big boy I can handle the rejection and I&#8217;m also technically savvy, I can eventually fix most of my own problems.  But I&#8217;m sure if I posted similar questions on the Pentaho forums I would have received an answer, probably from <a href="http://www.ibridge.be/">Matt Casters</a> if he though the general community would not be able to provide the answer.</p>
<p>So will this experience stop me from using Talend?  Maybe not, the code generation capability may come in handy as a micro-ETL tool (but I do have <a href="http://gobansaor.wordpress.com/projects/xlite/">other options</a>); however, through an offline <a href="http://gobansaor.wordpress.com/2007/04/26/talend-etl-a-new-contender/#comment-1384">conversation</a> with  <cite>Samatar </cite>(an <a href="http://forums.pentaho.org/search.php?searchid=74414">active member of the Kettle community</a>) and Matt Casters I learned of a new XML input step and of a <a href="http://kettle.pentaho.org/">PDI</a> alternative to the Talend tJavaFlex component, the &#8220;Modified Java Script Value&#8221; step.  This allows for the creation of START, TRANSFORM (i.e. for-each-row) and END JavaScript scripts.  As Kettle uses the Rhino scripting engine I have access to any Java API (e.g. <a href="http://www.jpalo.net">Palo</a>,<a href="http://www.bluishcoder.co.nz/2006/05/amazon-s3.html">S3</a>, <a href="http://code.google.com/apis/spreadsheets/developers_guide_protocol.html">Google Spreadsheets</a>) but with the flexibility of JavaScript; <a href="http://www.bbc.co.uk/comedy/fastshow/characters/brilliant.shtml">brilliant</a>!</p>
<p>Not only that, since my experience with Talend tJavaFlex reintroduced me to the world of Java I though I might as well look into creating my own Kettle plugin and guess what, it looks easy enough.  So I&#8217;m going to develop my first plugin to be based on the ScriptValueMod step, replacing the Rhino engine with the Java 6 <a href="http://java.sun.com/javase/6/docs/api/javax/script/ScriptEngineManager.html">ScriptEngineManager</a>.  This will give me access to the latest version of Rhino which supports E4X (<a href="http://www.devx.com/webdev/Article/33393/0/page/1">will make handling XML must easier</a>) and also opens the possibility of using <a href="http://gobansaor.wordpress.com/2007/05/19/javafx-a-gui-dsl/">JavaFX</a> or indeed <a href="http://jruby.codehaus.org/">JRuby</a> as Kettle scripting languages.</p>
<p>UPDATE:</p>
<p>I&#8217;ve received <a href="http://talendforge.org/forum/viewtopic.php?pid=3146#p3146">a reply</a> to my tSQLite question!</p>
<p>UPDATE: July 2008</p>
<p>This post is now over a year old, Talend as a product and as a community has improved enormously in the last 12 months; so much so, I now use Talend  (Java) in preference to PDI for most of my datasmithing needs.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gobansaor.wordpress.com/279/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gobansaor.wordpress.com/279/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gobansaor.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gobansaor.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gobansaor.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gobansaor.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gobansaor.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gobansaor.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gobansaor.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gobansaor.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gobansaor.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gobansaor.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gobansaor.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gobansaor.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gobansaor.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gobansaor.wordpress.com/279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gobansaor.com&amp;blog=110633&amp;post=279&amp;subd=gobansaor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gobansaor.com/2007/05/27/talend-vs-kettle-pentaho-pdi/feed/</wfw:commentRss>
		<slash:comments>5</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>
	</channel>
</rss>
