<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mo'z Thinkz &#187; kool apps</title>
	<atom:link href="http://www.idiotz.nl/category/internet/kool-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idiotz.nl</link>
	<description>Just another idiot that wants to be heard...</description>
	<lastBuildDate>Sun, 28 Aug 2011 16:26:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Backbone everywhere</title>
		<link>http://www.idiotz.nl/2011/08/28/backbone-everywhere/</link>
		<comments>http://www.idiotz.nl/2011/08/28/backbone-everywhere/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 16:26:25 +0000</pubDate>
		<dc:creator>Morriz</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[kool apps]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.idiotz.nl/?p=192</guid>
		<description><![CDATA[<p>I finally put my newly built Node.js MVC stack on <a title="Github" href="http://github.com/">github</a>! You can download it here: <a title="Backbone-everywhere on github" href="http://github.com/morriz/backbone-everywhere">backbone-everywhere.</a></p>
<p>What&#8217;s so special about it? Here&#8217;s my list of exciting features:</p>
<ul>
<li>Pages are rendered on the Node.js server by Backbone and jQuery.</li>
<li>All script resources are bundled by browserify and fileify,  uglified by uglify, and gzipped by connect-gzip for fast loading and deployment on other possible javascript environments.</li>
<li>The entire Backbone MVC stack works on the server, and is loaded in javascript enabled browsers to take over from there.</li>
<li>The app state is reflected in the url by means of HTML5&#8242;s pushState, or using hash notation when not supported.</li>
<li>The same app state is regained for non-javascript browsers pulling full requests from the server, so no worries about SEO!</li>
<li>All client / server communication is handled by socket.io (ajax is sooo 2009) and subscribed clients are updated with published models.</li>
<li>A JSON-RPC service listening to &#8216;/api&#8217; requests, with an easy to build on service layer. Handy for non-web contexts such as mobile devices.</li>
<li>All data is persisted in Redis through an adaptation of mine of backbone-redis, enabling indexing, sorting and  foreign key lookups.</li>
</ul>
<p>For me this is a whole new approach at engineering web applications, but I think I&#8217;ve managed to get a grip on it.<br />
Not only that, it gave me a great impulse to reconnect with the pioneers of tomorrow. Because what I have done was build on top of the stuff from people with great vision.<br />
Big shout out to the open source community, and the people willing and wanting to share. The sum of it&#8217;s parts will eventually overcome the current patent trolling paradigm.</p>
<p>What are you waiting for? Dig in!</p>
    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; Morriz for <a href="http://www.idiotz.nl">Mo'z Thinkz</a>, 2011. |
      <a href="http://www.idiotz.nl/2011/08/28/backbone-everywhere/">Permalink</a> |
      <a href="http://www.idiotz.nl/2011/08/28/backbone-everywhere/#comments">4 comments</a></p>
    <p>Add to <a href="http://del.icio.us/post?url=http://www.idiotz.nl/2011/08/28/backbone-everywhere/&amp;title=Backbone everywhere">del.icio.us</a></p>
    <p>Search blogs linking this post with <a href="http://www.technorati.com/search/http://www.idiotz.nl/2011/08/28/backbone-everywhere/" title="Search on Technorati">Technorati</a></p>
    <p>Want more on these topics ? Browse the archive of posts filed under <a href="http://www.idiotz.nl/category/internet/" title="View all posts in internet" rel="category tag">internet</a>, <a href="http://www.idiotz.nl/category/internet/kool-apps/" title="View all posts in kool apps" rel="category tag">kool apps</a>, <a href="http://www.idiotz.nl/category/programming/" title="View all posts in programming" rel="category tag">programming</a>.</p>]]></description>
		<wfw:commentRss>http://www.idiotz.nl/2011/08/28/backbone-everywhere/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Node.js is the future of web dev happening now</title>
		<link>http://www.idiotz.nl/2011/07/28/node-js-is-the-future-of-web-dev-happening-now/</link>
		<comments>http://www.idiotz.nl/2011/07/28/node-js-is-the-future-of-web-dev-happening-now/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 12:51:10 +0000</pubDate>
		<dc:creator>Morriz</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[kool apps]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.idiotz.nl/?p=178</guid>
		<description><![CDATA[<p>Having been a javascript fan since I started working with it a long time ago, I immediately fell in love with <a title="Node.js homepage" href="http://nodejs.org/" target="_blank">Node.js</a>. Having discarded Jaxer earlier as too proprietary, even though it offered a solid mechanism for code reuse on the client, I have now adopted the uber active Node community.</p>
<p>You see, me and my partner decided to build a new and exciting community site/app (of which I have to keep the details secret for now). So when I started designing our new web 3.0 app with accompanying mobile app, I thought about and thoroughly  investigated the possible frameworks out there. We decide to build a single page application that would work in all javascript clients, and would gracefully degrade to server roundtrips when javascript was not available (but also to enable deep linking for SEO). I quickly decided to discard most PHP frameworks for our MVC setup. Not only because of the fact that those were mostly too bloated or complex, but also because it implied having to recode a lot of functionality for the client. Of course I also favor the stateful and event driven possibilities of javascript, so I made the paradigm shift and chose the Node javascript stack.</p>
<p>With all the Node modules out there it is finally possible to create a full MVC framework operating on the server as well as in the client, in the form of <a title="Backbone.js" href="http://documentcloud.github.com/backbone/" target="_blank">backbone.js</a> with the help of <a title="Bones" href="https://github.com/developmentseed/bones" target="_blank">bones</a> (a Node backbone server implementation offering code reuse in the client).<br />
And with the help of HTML5&#8242;s new pushState, we don&#8217;t have to worry about breaking Google&#8217;s need for deep linking. (Those looking for an example with gracefully degrading URL&#8217;s, take a look at the jquery <a title="jQuery's address plugin" href="http://www.asual.com/jquery/address/" target="_blank">address</a> plugin.)<br />
More goodies come in the form of the <a title="Browserify" href="https://github.com/substack/node-browserify" target="_blank">browserify</a> module, enabling us to optimally pack all our resources for client side usage, even all our templates and other static files!</p>
<p>Some more info for those interested:</p>
<p>With regards to storage, we decided to go for <a title="Cassandra" href="http://cassandra.apache.org/" target="_blank">Cassandra</a>, since we expect a lot of writes, and a lot of scaling. In the mean time I am hoping somebody will come up with a nice abstraction on top of the new <a title="Cassandra CQL documentation" href="http://www.datastax.com/docs/0.8/api/using_cql" target="_blank">Cassandra CQL language</a>, since there are already some Node modules out there working with it.</p>
<p>Taking sessions into account, I am currently favouring <a title="Redis" href="http://redis.io/" target="_blank">Redis</a>, which also has a nice pubsub layer. But I haven&#8217;t investigated that path fully yet.</p>
<p>In the mean time I am working on an iphone demo in Appcelerator&#8217;s Titanium. Too bad it doesn&#8217;t support all the functionality we need on Android as well.</p>
<p>That&#8217;s all for now. I have to try and curb my enthusiasm, as all this goodness may come at the expense of my sanity due to sleep deprivation.</p>
    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; Morriz for <a href="http://www.idiotz.nl">Mo'z Thinkz</a>, 2011. |
      <a href="http://www.idiotz.nl/2011/07/28/node-js-is-the-future-of-web-dev-happening-now/">Permalink</a> |
      <a href="http://www.idiotz.nl/2011/07/28/node-js-is-the-future-of-web-dev-happening-now/#comments">No comment</a></p>
    <p>Add to <a href="http://del.icio.us/post?url=http://www.idiotz.nl/2011/07/28/node-js-is-the-future-of-web-dev-happening-now/&amp;title=Node.js is the future of web dev happening now">del.icio.us</a></p>
    <p>Search blogs linking this post with <a href="http://www.technorati.com/search/http://www.idiotz.nl/2011/07/28/node-js-is-the-future-of-web-dev-happening-now/" title="Search on Technorati">Technorati</a></p>
    <p>Want more on these topics ? Browse the archive of posts filed under <a href="http://www.idiotz.nl/category/internet/" title="View all posts in internet" rel="category tag">internet</a>, <a href="http://www.idiotz.nl/category/internet/kool-apps/" title="View all posts in kool apps" rel="category tag">kool apps</a>, <a href="http://www.idiotz.nl/category/programming/" title="View all posts in programming" rel="category tag">programming</a>.</p>]]></description>
		<wfw:commentRss>http://www.idiotz.nl/2011/07/28/node-js-is-the-future-of-web-dev-happening-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1995 is here!</title>
		<link>http://www.idiotz.nl/2009/02/08/1995-is-here/</link>
		<comments>http://www.idiotz.nl/2009/02/08/1995-is-here/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 14:11:54 +0000</pubDate>
		<dc:creator>Morriz</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[kool apps]]></category>
		<category><![CDATA[AirSharing]]></category>
		<category><![CDATA[dTunes]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[PwnPlayer]]></category>
		<category><![CDATA[SeeqPod]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://www.idiotz.nl/?p=72</guid>
		<description><![CDATA[<p>Did you read my previous post? 1995 is here. Well, almost. I can now listen to or view any track, video or stream I want, since I have added dTunes and PwnPlayer to my iPhone. They rock!</p>
<p>dTunes is an alternative to iTunes. It doesn&#8217;t support podcast downloading/viewing (iTunes does that well and for free anyway), but does offer:</p>
<ul>
<li>torrent downloading with a webinterface defaulting to thepiratebay.org website;</li>
<li>a SeeqPod interface enabling almost all of their online functionality such as:
<ul>
<li>searching/discovering/browsing music/video:</li>
<li>downloading/streaming music or video files;</li>
<li>browsing my Podlists (SeeqPod&#8217;s online playlists). Problem is that it wont let me start playback of a playlist, nor let me create new Podlists. So I am left to downloading/streaming one track at a time. (And that suxx, so where&#8217;s the SeeqPod app?)</li>
</ul>
</li>
<li>a TinyTube interface (providing PDA-screen optimized video&#8217;s from well known 3rd parties);</li>
<li>shake and play: turn the feature on and shake yer iPhone to let it play shuffled songs :)</li>
</ul>
<p>How kool is that? But like I said, one problem is that it won&#8217;t allow me to create podlists , so I am tempted into downloading tracks for later organising (which I am trying to avoid). However, at other times you are likely to rip your own or somebody else&#8217;s cd&#8217;s. So you are bound to collect media files sooner or later anyway. And for that we have the PwnPlayer, which is an alternative to the original &#8216;iPod&#8217; player. It does everything the iPod player does, plus:</p>
<ul>
<li>filesystem browsing and playing;</li>
<li>on the fly playlist creation.</li>
</ul>
<p>One problem with the PwnPlayer is that it&#8217;s not so easy to sync it with desktop music apps like RhythmBox. (I think there are ways, but it involves hacking xml files on yer iPhone.) I use AirSharing to move files to its public folder on its webdav server, and created a symlink to that AirSharing folder in my ~/Library/Music folder. I also created a link there to the downloads folder that dTunes uses: ~/Media/Downloads. So now I can listen to and organise my incoming files from within PwnPlayer (or MobileFinder for more file management options).</p>
    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; Morriz for <a href="http://www.idiotz.nl">Mo'z Thinkz</a>, 2009. |
      <a href="http://www.idiotz.nl/2009/02/08/1995-is-here/">Permalink</a> |
      <a href="http://www.idiotz.nl/2009/02/08/1995-is-here/#comments">No comment</a></p>
    <p>Add to <a href="http://del.icio.us/post?url=http://www.idiotz.nl/2009/02/08/1995-is-here/&amp;title=1995 is here!">del.icio.us</a></p>
    <p>Search blogs linking this post with <a href="http://www.technorati.com/search/http://www.idiotz.nl/2009/02/08/1995-is-here/" title="Search on Technorati">Technorati</a></p>
    <p>Want more on these topics ? Browse the archive of posts filed under <a href="http://www.idiotz.nl/category/apps/" title="View all posts in apps" rel="category tag">apps</a>, <a href="http://www.idiotz.nl/category/gadgets/" title="View all posts in gadgets" rel="category tag">gadgets</a>, <a href="http://www.idiotz.nl/category/internet/" title="View all posts in internet" rel="category tag">internet</a>, <a href="http://www.idiotz.nl/category/internet/kool-apps/" title="View all posts in kool apps" rel="category tag">kool apps</a>.</p>]]></description>
		<wfw:commentRss>http://www.idiotz.nl/2009/02/08/1995-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone home</title>
		<link>http://www.idiotz.nl/2009/02/02/iphone-home/</link>
		<comments>http://www.idiotz.nl/2009/02/02/iphone-home/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 00:54:55 +0000</pubDate>
		<dc:creator>Morriz</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[kool apps]]></category>
		<category><![CDATA[Appulo.us]]></category>
		<category><![CDATA[Crackulous]]></category>
		<category><![CDATA[Installous]]></category>
		<category><![CDATA[InterGalacticFM]]></category>
		<category><![CDATA[internet radio]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[LastFM]]></category>
		<category><![CDATA[ShoutCast]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://www.idiotz.nl/?p=69</guid>
		<description><![CDATA[<p>I finally managed to go to a Belgian store and got me the last simlock free 16G black iPhone (of that particular week). Went home, tried to jailbreak it first over VMware, which fortunately told me in a rather early stage that it wouldn&#8217;t work. But then it dawned on me that I still had a dualboot XP setup (doh!), and JB&#8217;d that sucker in a whiffy.<br />
WHY, oh WHY didn&#8217;t I get me one SOONER? With the port of apt-get in the form of Cydia, it&#8217;s just like my Ubuntu! I&#8217;m in heaven, going through all those repositories offering me all da goodiez from open source geekdom. But wait, there&#8217;s so much more. After viewing some apps in uncle Stevies appstore, I googled around a bit for some easier handling of my insta-app needs. And thats when I found that little gem called Installous. It can install ipa files, which are basically user created archives of an installed app, which can be created with Crackulous. Just go to http://appulo.us, and you can see what people are sharing. It&#8217;s actually a better experience than the AppStore itself in my opinion. My mobile life will never be the same.</p>
<p>I have created a special <a title="my fav iPhone apps" href="http://www.idiotz.nl/apps/iphone">iPhone apps page</a> where I am listing and reviewing  my favourite apps. If you haven&#8217;t JB&#8217;d your iPhone yet, I suggest you do that asap :p</p>
<p>Did I already say I am in heaven? I can play LastFM without even a bit of lag, and the same goes for any stream over 3G, even on the highway! Some of the time I listen to dubstep.fm on ShoutCast, but I mostly crank it up for my favorite <a title="InterGalacticFM #1" href="http://radio.intergalacticfm.com/1.m3u">number 1 stream from InterGalacticFM</a> :) Finally, no more downloading music! Which is what I hoped for back in 1995, when I stopped buying plastic media and started downloading over dial-in&#8230;.what a way to come :]</p>
    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; Morriz for <a href="http://www.idiotz.nl">Mo'z Thinkz</a>, 2009. |
      <a href="http://www.idiotz.nl/2009/02/02/iphone-home/">Permalink</a> |
      <a href="http://www.idiotz.nl/2009/02/02/iphone-home/#comments">No comment</a></p>
    <p>Add to <a href="http://del.icio.us/post?url=http://www.idiotz.nl/2009/02/02/iphone-home/&amp;title=iPhone home">del.icio.us</a></p>
    <p>Search blogs linking this post with <a href="http://www.technorati.com/search/http://www.idiotz.nl/2009/02/02/iphone-home/" title="Search on Technorati">Technorati</a></p>
    <p>Want more on these topics ? Browse the archive of posts filed under <a href="http://www.idiotz.nl/category/apps/" title="View all posts in apps" rel="category tag">apps</a>, <a href="http://www.idiotz.nl/category/gadgets/" title="View all posts in gadgets" rel="category tag">gadgets</a>, <a href="http://www.idiotz.nl/category/internet/kool-apps/" title="View all posts in kool apps" rel="category tag">kool apps</a>.</p>]]></description>
		<wfw:commentRss>http://www.idiotz.nl/2009/02/02/iphone-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Music for me</title>
		<link>http://www.idiotz.nl/2008/12/29/music-for-me/</link>
		<comments>http://www.idiotz.nl/2008/12/29/music-for-me/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 18:42:43 +0000</pubDate>
		<dc:creator>Morriz</dc:creator>
				<category><![CDATA[kool apps]]></category>
		<category><![CDATA[internet radio]]></category>
		<category><![CDATA[LastFM]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://www.idiotz.nl/?p=68</guid>
		<description><![CDATA[<p>At last at last! I am getting old and must be a little bit deaf, for I didn&#8217;t hear of this beautiful gem called PocketScrobbler. It&#8217;s a LastFM client for my Windows Mobile 6.1 device! Yoohoo! Finally I can stream LastFM over bluetooth in my car. I wished for such a thing to happen the day I heard of the interwebs existence, and alas, its here! Not that I will enjoy it&#8217;s meager interface/options for long, because my iPhone day is coming closer and closer. And they have many clients for LastFM, according to some wiki :) Please God, let my current employer give me a couple of hours off to drive over the border of Belgium, so I can buy an unlocked 3G iPhone without that not so 3G, 2 year T-Mobile contract :p</p>
    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; Morriz for <a href="http://www.idiotz.nl">Mo'z Thinkz</a>, 2008. |
      <a href="http://www.idiotz.nl/2008/12/29/music-for-me/">Permalink</a> |
      <a href="http://www.idiotz.nl/2008/12/29/music-for-me/#comments">No comment</a></p>
    <p>Add to <a href="http://del.icio.us/post?url=http://www.idiotz.nl/2008/12/29/music-for-me/&amp;title=Music for me">del.icio.us</a></p>
    <p>Search blogs linking this post with <a href="http://www.technorati.com/search/http://www.idiotz.nl/2008/12/29/music-for-me/" title="Search on Technorati">Technorati</a></p>
    <p>Want more on these topics ? Browse the archive of posts filed under <a href="http://www.idiotz.nl/category/internet/kool-apps/" title="View all posts in kool apps" rel="category tag">kool apps</a>.</p>]]></description>
		<wfw:commentRss>http://www.idiotz.nl/2008/12/29/music-for-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking Good, Feeling Fresh</title>
		<link>http://www.idiotz.nl/2008/06/12/looking-good-feeling-fresh/</link>
		<comments>http://www.idiotz.nl/2008/06/12/looking-good-feeling-fresh/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 18:13:58 +0000</pubDate>
		<dc:creator>Morriz</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[kool apps]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[iD!OTZ]]></category>
		<category><![CDATA[idiotz]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.idiotz.nl/?p=62</guid>
		<description><![CDATA[<p>Yesss! I managed to put some time and effort into this blog and made it to my liking. Finally!</p>
<p>There are still some things I have to put up with for now, like the Flickr photo plugin behaving badly. It won&#8217;t consistently work with the lightbox module. If you click on one of my random pix it takes you to an HTML version of the gallery. Hmmm, time to override/add some event handlers then.</p>
<p>What constantly needs updating, are my <a title="Apps I Use" href="/apps/">favorite apps</a> and <a title="Open Source" href="/code/">open source</a> section. Go check em out! I even made special sections for my apps:</p>
<ul>
<li>OSX apps (coming soon)</li>
<li><strong><a title="My favorite Firefox plugins" href="/apps/firefox-plugins/">Firefox plugins</a></strong></li>
<li><a title="My favorite Eclipse plugins" href="/apps/eclipse-plugins/"><strong>Eclipse plugins</strong></a></li>
<li><strong><a href="http://www.idiotz.nl/apps/iphone/">iPhone apps</a><br />
</strong></li>
<li><a title="My Favorite Launchy Plugins" href="/apps/launchy-plugins/"><strong>Launchy plugins</strong></a></li>
</ul>
<p>I&#8217;ll try to keep them as updated as possible :)</p>
    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; Morriz for <a href="http://www.idiotz.nl">Mo'z Thinkz</a>, 2008. |
      <a href="http://www.idiotz.nl/2008/06/12/looking-good-feeling-fresh/">Permalink</a> |
      <a href="http://www.idiotz.nl/2008/06/12/looking-good-feeling-fresh/#comments">No comment</a></p>
    <p>Add to <a href="http://del.icio.us/post?url=http://www.idiotz.nl/2008/06/12/looking-good-feeling-fresh/&amp;title=Looking Good, Feeling Fresh">del.icio.us</a></p>
    <p>Search blogs linking this post with <a href="http://www.technorati.com/search/http://www.idiotz.nl/2008/06/12/looking-good-feeling-fresh/" title="Search on Technorati">Technorati</a></p>
    <p>Want more on these topics ? Browse the archive of posts filed under <a href="http://www.idiotz.nl/category/apps/" title="View all posts in apps" rel="category tag">apps</a>, <a href="http://www.idiotz.nl/category/internet/blogging-internet/" title="View all posts in blogging" rel="category tag">blogging</a>, <a href="http://www.idiotz.nl/category/internet/firefox-internet/" title="View all posts in firefox" rel="category tag">firefox</a>, <a href="http://www.idiotz.nl/category/internet/" title="View all posts in internet" rel="category tag">internet</a>, <a href="http://www.idiotz.nl/category/internet/kool-apps/" title="View all posts in kool apps" rel="category tag">kool apps</a>, <a href="http://www.idiotz.nl/category/personal/" title="View all posts in personal" rel="category tag">personal</a>.</p>]]></description>
		<wfw:commentRss>http://www.idiotz.nl/2008/06/12/looking-good-feeling-fresh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kohjinsha SR</title>
		<link>http://www.idiotz.nl/2008/05/28/kohjinsha-sr/</link>
		<comments>http://www.idiotz.nl/2008/05/28/kohjinsha-sr/#comments</comments>
		<pubDate>Wed, 28 May 2008 11:29:14 +0000</pubDate>
		<dc:creator>Morriz</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[kool apps]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[geotracking]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[gpsbabel]]></category>
		<category><![CDATA[Kohjinsha]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://www.idiotz.nl/?p=55</guid>
		<description><![CDATA[<p>Ok, I was in Japan..and had to get me one: the <a title="Kohjinsha SR series" href="http://www.kohjinsha.com.sg/products/outline-sr.htm">Kohjinsha SR. </a>Of course I also ordered the 2 GB  mem upgrade, the large battery and the car charger.<br />
I must say it&#8217;s rather sweet. The touchscreen especially has me panting. Installed some FF plugins like mouse gestures and the likes, and now it&#8217;s almost dashboard ready for my car :p. Almost. I just setup a XAMPP server to serve me a google maps page which updates every 4 seconds (thanks to <a href="http://www.ryanbyrd.net/rambleon/?p=625">the original post by Ryan Byrd</a>). Now I am waiting for the next GpsBabel beta that supports my Qstarz BT1000 gps mouse. With a little mashing of google maps services I can drive around and see my personalised stuff be updated on the screen in real time :).</p>
<p>Update: the latest GpsBabel just came out, and I got my setup working aok! Darn slowness of my phones GPRS internet connection won&#8217;t handle the payload though :(</p>
<p>Something related that also needs mashing into my own project:</p>
<p><a title="Google Calendar Map Generator" href="http://ouseful.open.ac.uk/maps/gCalMapGenerator.php">Google Calendar Map Generator</a></p>
    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; Morriz for <a href="http://www.idiotz.nl">Mo'z Thinkz</a>, 2008. |
      <a href="http://www.idiotz.nl/2008/05/28/kohjinsha-sr/">Permalink</a> |
      <a href="http://www.idiotz.nl/2008/05/28/kohjinsha-sr/#comments">No comment</a></p>
    <p>Add to <a href="http://del.icio.us/post?url=http://www.idiotz.nl/2008/05/28/kohjinsha-sr/&amp;title=Kohjinsha SR">del.icio.us</a></p>
    <p>Search blogs linking this post with <a href="http://www.technorati.com/search/http://www.idiotz.nl/2008/05/28/kohjinsha-sr/" title="Search on Technorati">Technorati</a></p>
    <p>Want more on these topics ? Browse the archive of posts filed under <a href="http://www.idiotz.nl/category/gadgets/" title="View all posts in gadgets" rel="category tag">gadgets</a>, <a href="http://www.idiotz.nl/category/internet/" title="View all posts in internet" rel="category tag">internet</a>, <a href="http://www.idiotz.nl/category/internet/kool-apps/" title="View all posts in kool apps" rel="category tag">kool apps</a>.</p>]]></description>
		<wfw:commentRss>http://www.idiotz.nl/2008/05/28/kohjinsha-sr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Songza: just music, no strings.</title>
		<link>http://www.idiotz.nl/2007/11/26/songza-just-music-no-strings/</link>
		<comments>http://www.idiotz.nl/2007/11/26/songza-just-music-no-strings/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 23:25:57 +0000</pubDate>
		<dc:creator>Morriz</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[kool apps]]></category>
		<category><![CDATA[Google Video]]></category>
		<category><![CDATA[Songza]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.idiotz.nl/2007/11/26/songza-just-music-no-strings/</guid>
		<description><![CDATA[<p>Ha, very refreshing! Remember how most of todays online music services want you to install a client? Or want you to register? Or give you the impression that it might be  tapping into a limited store of sponsored songs? Or are just too complex or trying to do too much?</p>
<p>Go check out <a href="http://www.songza.com/" title="Songza">Songza</a>. It&#8217;s just a Plain Ol&#8217; Website (with some smart scripting) that makes you search what you want and then play/playlist it with a clean friendly interface. I don&#8217;t say it looks that nice, but hey, I just wanna hear some music!</p>
<p>If you wonder where the songs are actually coming from, I checked under the hood: Youtube items are searched for, and only the audio is played. I wonder how much of those downloaded bits are actually used for music. Might not be such a good use of your bandwidth resources :P Also, if you  are a quality freak, you might barf on some of the noise&#8230;</p>
<p>Anyway, try it while it&#8217;s online! The copyright lawyers might decide to take it down before turning to the real bad boy of the class: Youtube itself.</p>
    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; Morriz for <a href="http://www.idiotz.nl">Mo'z Thinkz</a>, 2007. |
      <a href="http://www.idiotz.nl/2007/11/26/songza-just-music-no-strings/">Permalink</a> |
      <a href="http://www.idiotz.nl/2007/11/26/songza-just-music-no-strings/#comments">No comment</a></p>
    <p>Add to <a href="http://del.icio.us/post?url=http://www.idiotz.nl/2007/11/26/songza-just-music-no-strings/&amp;title=Songza: just music, no strings.">del.icio.us</a></p>
    <p>Search blogs linking this post with <a href="http://www.technorati.com/search/http://www.idiotz.nl/2007/11/26/songza-just-music-no-strings/" title="Search on Technorati">Technorati</a></p>
    <p>Want more on these topics ? Browse the archive of posts filed under <a href="http://www.idiotz.nl/category/internet/" title="View all posts in internet" rel="category tag">internet</a>, <a href="http://www.idiotz.nl/category/internet/kool-apps/" title="View all posts in kool apps" rel="category tag">kool apps</a>.</p>]]></description>
		<wfw:commentRss>http://www.idiotz.nl/2007/11/26/songza-just-music-no-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

