<?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>JurMo.us &#187; This Blog</title>
	<atom:link href="http://jurmo.us/category/this-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://jurmo.us</link>
	<description>About my visions and inspiration</description>
	<lastBuildDate>Fri, 02 Apr 2010 07:36:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML5, Flash, Google &amp; web apps</title>
		<link>http://jurmo.us/2010/03/31/html5-flash-google-web-apps/</link>
		<comments>http://jurmo.us/2010/03/31/html5-flash-google-web-apps/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 21:41:40 +0000</pubDate>
		<dc:creator>Jurriaan Mous</dc:creator>
				<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://jurmo.us/?p=394</guid>
		<description><![CDATA[Below a post with the presentation and some useful links of a lecture I gave at NHL university on March 31st 2010. Enjoy it  
Presentation (links below)

View more presentations from Jurriaan Mous.
iPad will change computers forever for normal people. Simple computers where web access is even more important. So web apps are the future.
The [...]]]></description>
			<content:encoded><![CDATA[<p>Below a post with the presentation and some useful links of a lecture I gave at NHL university on March 31st 2010. Enjoy it <img src='http://jurmo.us/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Presentation (links below)</h2>
<div style="width: 425px; margin-top: 20px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=html5googlewebapps-100331153518-phpapp01&amp;stripped_title=html5-google-web-apps" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=html5googlewebapps-100331153518-phpapp01&amp;stripped_title=html5-google-web-apps" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<div style="padding: 5px 0 12px;">View more presentations from <a href="http://www.slideshare.net/jurmous">Jurriaan Mous</a>.</div>
<p>iPad will change computers forever for normal people. Simple computers where web access is even more important. So web apps are the future.</p>
<p>The slides of the companies was about defining their core business and their interest in the web. Adobe: selling design software, Google: collecting data for relevant adds (wants everybody with webaccess to google products), Apple: selling hardware (best software experience), Microsoft: Selling windows, thats why IE9 will not be available for XP and why they now want HTML5 to succeed.</p>
<h2>Flash</h2>
<blockquote><p><span style="font-weight: normal;"><em>Adobe isn&#8217;t in the Flash business</em></span></p>
<p><em>Seriously.</em></p>
<p><em>It isn&#8217;t in the Photoshop business, or the Acrobat business, or the [take-your-pick product name] business, either.</em></p>
<p><em>It&#8217;s in the helping people communicate business.</em></p></blockquote>
<ul>
<li><a href="http://blogs.adobe.com/jnack/2010/02/adobe_isnt_in_the_flash_business.html">Adobe is not in the flash business</a> &#8211; On an adobe weblog</li>
</ul>
<h2>HTML5</h2>
<p>All examples are best seen in Safari 4+ or a recent Google Chrome release. Want to know how it works.</p>
<p>Use Web inspector in webkit to inspect the elements and to see their CSS. Read more about incredible webkit inspector <a href="http://webkit.org/blog/197/web-inspector-redesign/">here</a> and <a href="http://webkit.org/blog/829/web-inspector-updates/">here</a>.</p>
<p><strong>What can I use now:</strong></p>
<p>A simple matrix of <a href="http://a.deveria.com/caniuse/">what HTML5 features are implemented by which browser</a>.</p>
<p><strong>CSS fonts:</strong></p>
<ul>
<li><a href="http://www.fontsquirrel.com/fontface">Font-face generator</a> for all browsers incl free fonts to use.</li>
<li><a href="http://www.standardista.com/css3/font-face-browser-support">Font face more deeply explained</a></li>
<li><a href="http://typekit.com/">More Fonts for font-face css.</a></li>
</ul>
<p><strong>HTML5 video:</strong></p>
<ul>
<li><a href="http://jilion.com/sublime/video">Cool video player</a> &#8211; Also uses webfonts.</li>
<li>It is all about h264 which flash and html 5 video both support. Vimeo and youtube both have HTML5 video players in beta which are almost identical to flash version. <a href="http://www.youtube.com/html5">Test youtube HTML5</a></li>
<li>Internet Explorer 9 is going to support HTML5 H264 video. Firefox does support the tag but nog H264. But does support the inferior Ogg Vorbis format.</li>
</ul>
<p><strong>Canvas:</strong></p>
<ul>
<li><a href="http://9elements.com/io/projects/html5/canvas/">Cool interactive music visualisation</a> &#8211; Also uses HTML5 audio tag for native browser audio.</li>
<li><a href="http://mugtug.com/sketchpad/">Drawing in the browser</a> &#8211; almost like photoshop and can even save images thanks to base64.</li>
</ul>
<p><strong>CSS animations/transitions/transforms</strong></p>
<ul>
<li><a href="http://www.satine.org/research/webkit/snowleopard/snowstack.html">Snow stack</a> &#8211; Navigating through images in 2.5d. Space for enlarging.</li>
<li><a href="http://webkit.org/blog/324/css-animation-2/">CSS animation</a> &#8211; Webkit introduction, also in near future Firefox. Be sure to click through to demos.</li>
<li><a href="http://webkit.org/blog/138/css-animation/">CSS transitions</a> &#8211; Webkit and will also be included in firefox. All based on Apple Core Animation.</li>
<li><a href="http://webkit.org/blog/386/3d-transforms/">CSS 3D transforms</a> &#8211; See examples. <a href="http://webkit.org/blog-files/3d-transforms/morphing-cubes.html">This was the one</a> I showed in the talk.</li>
<li><a href="http://webkit.org/blog-files/animation-demo.svg">SVG vector animation</a> &#8211; You can create vectors in any vector program.</li>
</ul>
<p><strong>Local Storage:</strong></p>
<ul>
<li><a href="http://webkit.org/demos/sticky-notes/index.html">Webkit example</a> &#8211; Be sure to check web inspector to check results in db viewer.</li>
<li><a href="http://webkit.org/blog/126/webkit-does-html5-client-side-database-storage/">Webkit Introduction post</a></li>
<li><a href="http://www.webreference.com/authoring/languages/html/HTML5-Client-Side/">More client side storage</a>. Localstorage also works in IE8+.</li>
</ul>
<p><strong>IE9:</strong></p>
<ul>
<li><a href="http://blogs.msdn.com/ie/archive/2010/03/16/html5-hardware-accelerated-first-ie9-platform-preview-available-for-developers.aspx">HTML5, hardware accelerated drawing &amp; SVG</a></li>
<li><a href="http://blogs.msdn.com/ie/archive/2009/11/18/an-early-look-at-ie9-for-developers.aspx">Script speed compared to other browsers</a> &#8211; I used the graph from here.</li>
</ul>
<p><strong>Webgl: (only works in experimental browser versions of firefox &amp; webkit)</strong></p>
<ul>
<li><a href="http://googlewebtoolkit.blogspot.com/2010/04/look-ma-no-plugin.html">Quake 2 with GWT &amp; webgl in browser</a></li>
<li><a href="http://webkit.org/blog/603/webgl-now-available-in-webkit-nightlies/">Webkit webgl introduction</a> &#8211; The latest webkit build has changed too much to show all the demos correctly.</li>
<li><a href="http://3bb.cc/projects/webgl/test1/">Characters</a> be sure to try out multiple &amp; animated characters with right number select.</li>
<li><a href="http://blog.chromium.org/2010/03/introducing-angle-project.html">Chrome windows directX translation</a> for webGL coming.</li>
</ul>
<p><strong>Websockets:</strong></p>
<ul>
<li><a href="http://drawlogic.com/2009/12/09/web-sockets-in-google-chrome-and-proposed-standard-for-html5/">Websockets in Chrome</a></li>
</ul>
<p><strong>Google Web toolkit: </strong>write cool fast web apps in Java. Compiles to super optimized javascript. Google Wave is a GWT product and even Quake 2 can be built in it. (See webgl)</p>
<ul>
<li><a href="http://code.google.com/intl/nl-NL/webtoolkit/overview.html">Overview</a></li>
<li><a href="http://code.google.com/intl/nl-NL/webtoolkit/doc/latest/ReleaseNotes.html">2.0 new features with video</a></li>
<li><a href="http://code.google.com/intl/nl-NL/webtoolkit/doc/latest/DevGuideUiBinder.html">Building UI like Adobe Flex in XML</a></li>
<li><a href="http://code.google.com/intl/nl-NL/appengine/">App engine for superscalable cheap NOSQL databases</a></li>
</ul>
<p><strong>Our Care product: (screenshots are from an older version than I demoed)</strong></p>
<ul>
<li><a href="http://www.ezlp.nl/">Lable EZLP</a></li>
</ul>
<p style="text-align: center;"><img class="aligncenter" title="Presenting HTML5" src="http://jurmo.us/log/wp-content/uploads/2010/03/ch1jo.jpg" alt="" width="357" height="458" /></p>
<p style="text-align: center;">Photo by Raymond van Dongelen</p>
]]></content:encoded>
			<wfw:commentRss>http://jurmo.us/2010/03/31/html5-flash-google-web-apps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Triple 20</title>
		<link>http://jurmo.us/2007/10/26/triple-20/</link>
		<comments>http://jurmo.us/2007/10/26/triple-20/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 11:15:05 +0000</pubDate>
		<dc:creator>Jurriaan Mous</dc:creator>
				<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://jurmo.us/2007/10/26/triple-20/</guid>
		<description><![CDATA[
3 slideshows of 20 slides of 3 recent presentations. Translated into English.
The End of hierarchy
Pecha Kucha for an event by Nieuwe Garde Leeuwarden

 &#124; View &#124; Upload your own

CMD in 2013
Pecha Kucha for internal idea sharing about the future of CMD

 &#124; View &#124; Upload your own

CMD freshman introduction
20 slides to create more passion and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://jurmo.us/log/wp-content/uploads/2007/10/20slides.jpg" alt="the world in 2013" /></p>
<p>3 slideshows of 20 slides of 3 recent presentations. Translated into English.</p>
<h2>The End of hierarchy</h2>
<p>Pecha Kucha for an event by Nieuwe Garde Leeuwarden</p>
<div style="width:425px;text-align:center" id="__ss_146373"><center><object style="margin:0px" width="425" height="355"><param name="movie" value="http://s3.amazonaws.com/slideshare/ssplayer2.swf?doc=the-end-of-hierarchy-1193395584314190-4"/><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://s3.amazonaws.com/slideshare/ssplayer2.swf?doc=the-end-of-hierarchy-1193395584314190-4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img src="http://s3.amazonaws.com/slideshare/logo_embd.png" style="border:0px none;margin-bottom:-5px" alt="SlideShare"/></a> | <a href="http://www.slideshare.net/jurmous/the-end-of-hierarchy" title="View 'The end of hierarchy' on SlideShare">View</a> | <a href="http://www.slideshare.net/upload">Upload your own</a></div>
<p></center></div>
<h2 style="margin-top:55px">CMD in 2013</h2>
<p>Pecha Kucha for internal idea sharing about the future of CMD</p>
<div style="width:425px;text-align:center" id="__ss_146372"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://s3.amazonaws.com/slideshare/ssplayer2.swf?doc=cmd-in-2013-1193395581868364-3"/><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://s3.amazonaws.com/slideshare/ssplayer2.swf?doc=cmd-in-2013-1193395581868364-3" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img src="http://s3.amazonaws.com/slideshare/logo_embd.png" style="border:0px none;margin-bottom:-5px" alt="SlideShare"/></a> | <a href="http://www.slideshare.net/jurmous/cmd-in-2013" title="View 'CMD in 2013' on SlideShare">View</a> | <a href="http://www.slideshare.net/upload">Upload your own</a></div>
</div>
<h2 style="margin-top:55px">CMD freshman introduction</h2>
<p>20 slides to create more passion and insight into freshman CMD students</p>
<div style="width:425px;text-align:center" id="__ss_146371"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://s3.amazonaws.com/slideshare/ssplayer2.swf?doc=freshman-cmd-1193395581892843-4"/><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://s3.amazonaws.com/slideshare/ssplayer2.swf?doc=freshman-cmd-1193395581892843-4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img src="http://s3.amazonaws.com/slideshare/logo_embd.png" style="border:0px none;margin-bottom:-5px" alt="SlideShare"/></a> | <a href="http://www.slideshare.net/jurmous/freshman-cmd" title="View 'freshman CMD' on SlideShare">View</a> | <a href="http://www.slideshare.net/upload">Upload your own</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jurmo.us/2007/10/26/triple-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future of Apple products I</title>
		<link>http://jurmo.us/2007/09/16/future-of-apple-products-i/</link>
		<comments>http://jurmo.us/2007/09/16/future-of-apple-products-i/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 14:12:05 +0000</pubDate>
		<dc:creator>Jurriaan Mous</dc:creator>
				<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://jurmo.us/2007/09/16/future-of-apple-products-i/</guid>
		<description><![CDATA[
Apple is full of innovation and their innovation inspires people, me included, to look into the future of hardware and software. They have a unique way to look at what the people want and are famous for their simplicity in look and feel. The innovations mentioned could not only about Apple but could also be [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://jurmo.us/log/wp-content/uploads/2007/09/apple_macworld_20071.jpg" alt="Macworld 2007" /></p>
<p>Apple is full of innovation and their innovation inspires people, me included, to look into the future of hardware and software. They have a unique way to look at what the people want and are famous for their simplicity in look and feel. The innovations mentioned could not only about Apple but could also be implemented by other brands. But Apple seems the most interesting because they seem to have the most integrated platform. What will the future bring?</p>
<h2 align="left">Mediacenter</h2>
<p align="center"><img src="http://jurmo.us/log/wp-content/uploads/2007/09/ipod-nano-3g-review7.jpg" alt="nano tv" /><br />
Source: <a href="http://www.appleinsider.com/articles/07/09/10/review_apples_new_ipod_nano_is_a_5g_video_ipod_in_a_nano_thin_shell.html" target="_blank">Nano 3G review appleinsider</a></p>
<p>At the beginning this year Apple launched the <a href="http://www.apple.com/appletv/" target="_blank">Apple TV</a>. They later described it as a hobby project. But their goals with it are serious. With the macs, iTunes and iPods they want to conquer the media space. But the latest generation of iPods makes something clear: The iPod itself is the media center that connects to any TV. Okay, HD output is not yet possible but while connected it displays a nice TV menu and easy navigation even on older TVs. With the dock and Remote you can control your library from your couch.</p>
<p>But what about the wifi in the recent iPod Touch and iPhone? It should be possible to stream video to and from the iPod. You should be able to bring video to friends and connect with bonjour technology to share your personal media like photos and movies which is already possible with macs/pcs with iTunes and apple TV.</p>
<h2>Screensharing</h2>
</p>
<p align="center"><img src="http://jurmo.us/log/wp-content/uploads/2007/09/room.jpg" alt="media room wifi" /></p>
<p>Screensharing could become the new norm for anything screenbased. Why not send a video/photo slideshow/keynote/powerpoint/videochat to any screen? Why not an Apple TV light that can connect to any TV/beamer and use wifi technology  so you can connect with it wirelessly. Just like the Apple TV now can stream video off your mac/pc. Suddenly beamer troubles are a thing of the past and anything can connect. This could be the next HDMI cable. You could use your iPod touch as mediasource and maybe even use its screen and accelerometer as gaming device. All the groundwork is already there.</p>
<h2>Universal Remote</h2>
<p style="text-align: center"><img src="http://jurmo.us/log/wp-content/uploads/2007/09/iphone.jpg" alt="iphone" /></p>
<p>With the wifi technology and <a href="http://www.apple.com/macosx/features/bonjour/" target="_blank">bonjour</a> auto discovery and the just announced location aware technology Apple could create a universal remote application. Why not control your <a href="http://www.apple.com/airportexpress/" target="_blank">airport express audio</a> in your home or control the mood in the room with new <a href="http://www.aurea.philips.com/" target="_blank">color led lights</a>? Or schedule a series downloads on you mac? Or control a keynote/powerpoint presentations on multiple screens?</p>
<p>.Mac enables you in Leopard to connect to computers and spotlight search through them. So why not control your home computer away from your home on your iPhone/iPod. Maybe with an iPhone adapted interface for finder/spotlight to transfer/show files.</p>
<p>The iPod Touch/iPhone could become your personal assistant that can control multiple appliances. But I think for this the touch based devices need an open SKU so anyone can built on it. It is inevitable Apple will release one when it is mature.</p>
<h2>Multitouch</h2>
<p style="text-align: center"><img src="http://jurmo.us/log/wp-content/uploads/2007/09/imovieskimming.jpg" alt="imovie skimming" /></p>
<p><a href="http://www.apple.com/ilife/imovie/" target="_blank">iMovie 08</a> created big controversies because the total rebuild. I see it as preparations for a multitouch mac. A bigger screen for easy content creation. The skimming feature in both iMovie and iPhoto and the easier drag and drop interface make multitouch easier. Also new applications like mainstage seem to hint to multitouch thinking.</p>
<p>Ofcourse you should also look out for any full screen interface like front row, coverflow, time machine and new apple apps like <a href="http://www.apple.com/logicstudio/mainstage/" target="_blank">MainStage</a>. They certainly look as prime candidates for multitouch navigation. I think multitouch is one of the reasons why Apple is so obsessed about coverflow.</p>
<p>If Apple releases a multitouch mac the <a href="http://www.apple.com/ilife/" target="_blank">iLife</a> suite will be their first app to run on it. So any interface change will be a hint if multitouch is coming or not.</p>
<h2>More integrated OS</h2>
<p align="center"><img src="http://jurmo.us/log/wp-content/uploads/2007/09/timemachine.jpg" alt="time machine" /><br />
Time machine</p>
<p>Preparations for better interfaces have been made in Leopard with Core Animation. New systemwide to-dos, iCal calendar, file previews (<a href="http://www.apple.com/macosx/leopard/features/quicklook.html" target="_blank">quicklook</a>), already systemwide music, photos, video, search, passwords, email should make a new graphical interface possible that uses all the existing content. Apple experiments lightly with <a href="http://www.apple.com/macosx/leopard/features/frontrow.html" target="_blank">frontrow</a>, <a href="http://www.apple.com/macosx/leopard/features/dashboard.html" target="_blank">dashboard</a>, coverflow and time machine and in smaller degrees with fullscreen view in garageband and iPhoto.</p>
<p>We can only wait for a new integrated interface that can be summoned just like frontrow. But the question on which concept they will base the interface. Personal life, planning &amp; <a href="http://en.wikipedia.org/wiki/Getting_Things_Done" target="_blank">GTD</a>, contacts, entertainment? A single focus does not seem to be possible. Maybe different contexts can be switched, like frontrow is for passive entertainment and maybe iLife fullscreen interface for media creation.</p>
<p><strong>More quick thoughts soon about the iPhone, location awareness (starbucks/GPS), tablet mac, iTunes store, servers etc.</strong></p>
<blockquote><p>Image source: apple.com (except when mentioned)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jurmo.us/2007/09/16/future-of-apple-products-i/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>One year of blogging</title>
		<link>http://jurmo.us/2007/02/18/one-year-of-blogging/</link>
		<comments>http://jurmo.us/2007/02/18/one-year-of-blogging/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 09:34:21 +0000</pubDate>
		<dc:creator>Jurriaan Mous</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://jurmo.us/2007/02/18/one-year-of-blogging/</guid>
		<description><![CDATA[
Well I am still here online and blogging.   There were some quieter times but there are still topics I want to share. Putting your thoughts into concrete text really helps to evolve new ideas.
It is really weird to look at statistics. How just a thought could travel all over the world. My statistics [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jurmo.us/log/wp-content/uploads/2007/02/visits.jpg" alt="geolocation visits past month" /></p>
<p>Well I am still here online and blogging. <img src='http://jurmo.us/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  There were some quieter times but there are still topics I want to share. Putting your thoughts into concrete text really helps to evolve new ideas.</p>
<p>It is really weird to look at statistics. How just a thought could travel all over the world. My statistics show 700 visits per day on average (well I think a lot of those are search and spam bots) But the most mind boggling image seems the one provided by google analytics at the top. It shows the location of the visitors to this site in the past month. It is strange to see people visit from places I have never been to. To see that you share your thoughts with people from whole different environments and upbringings.</p>
<p>Well I will continue to blog my stories and am as always full of ideas. The <a href="http://jurmo.us/category/us-religion/" target="_blank">us-religion</a> is really something that sticks with me. It seems that everything in our society is on the brink of a fundamental change&#8230; I will continue to share my point of view on this change.</p>
<p>Where are you on the map? <img src='http://jurmo.us/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="margin-top: 40px"><strong>Related:</strong></p>
<ul>
<li><a href="http://jurmo.us/2006/02/16/a-new-weblog/" target="_blank">A new weblog<br />
</a></li>
<li><a href="http://jurmo.us/2006/07/29/reflecting-on-6-months-of-regular-blogging/" target="_blank">Reflecting on 6 months of regular blogging</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jurmo.us/2007/02/18/one-year-of-blogging/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MousLog &gt; JurMo.us: New brand, familior feeling</title>
		<link>http://jurmo.us/2006/08/07/mouslog-jurmous-new-brand-familior-feeling/</link>
		<comments>http://jurmo.us/2006/08/07/mouslog-jurmous-new-brand-familior-feeling/#comments</comments>
		<pubDate>Mon, 07 Aug 2006 12:45:50 +0000</pubDate>
		<dc:creator>Jurriaan Mous</dc:creator>
				<category><![CDATA[Experience Design]]></category>
		<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://jurmo.us/2006/08/07/mouslog-jurmous-new-brand-familior-feeling/</guid>
		<description><![CDATA[
I was in the mood for a big change for my site. My old domain name Arquelis.com was not feeling alright anymore. It was a relic from the past and I associated it with my scifi internet time and the days when nicknames were cool. The first step on this road was naming my weblog [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><img alt="JurMo.us" id="image146" src="http://jurmo.us/log/wp-content/uploads/2006/08/jurmous.png" /></div>
<p>I was in the mood for a big change for my site. My old domain name <a target="_blank" href="http://www.arquelis.com">Arquelis.com</a> was not feeling alright anymore. It was a relic from the past and I associated it with my scifi internet time and the days when nicknames were cool. The first step on this road was naming my weblog MousLog but in the end the domain and weblog name difference was confusing my &#8216;brand&#8217; to visitors.</p>
<p>I now want to get back to the roots and only use my own name. I seached for a short and simple domain name and chose <a target="_blank" href="http://jurmo.us">JurMo.us</a>.</p>
<p>With a new name I wanted to give the site an updated feeling. I wanted the site to look familior with the new brand so I decided not to redesign the visual design but to improve the flow and feel of the site.</p>
<p><strong>The changes:</strong></p>
<ul>
<li>New brand, same familior feeling</li>
<li>Improved archive and category pages for better browsing through past.</li>
<li>Instant search in the upper right corner</li>
<li>Instant commenting</li>
<li>Only the most important links in less cluttered right sidemenu. (+ for all options)</li>
<li>Less clutter in general on the site.</li>
</ul>
<p>Expect some more evolution in the site in the future. Most of the AJAX changes are thanks to the <a target="_blank" href="http://script.alicio.us">prototype and scriptalicious</a> libraries. For those interested: you can check <a target="_blank" href="http://jurmo.us/log/wp-content/themes/jurmo.us/javascript/mousscript/behaviours.js">my code</a> out in the source of the pages. The changes were inspired by a wordpress skin named <a target="_blank" href="http://www.bloxpress.org/demo/">bloxpress 2</a>.</p>
<p>Well these changes came with a cost&#8230; The ranks of <a target="_blank" href="http://jurmo.us/">JurMo.us</a> at google and technorati are 0. Help me to rebuild what is lost: Update your RSS and Blog links <img src='http://jurmo.us/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jurmo.us/2006/08/07/mouslog-jurmous-new-brand-familior-feeling/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Reflecting on 6 months of regular blogging</title>
		<link>http://jurmo.us/2006/07/29/reflecting-on-6-months-of-regular-blogging/</link>
		<comments>http://jurmo.us/2006/07/29/reflecting-on-6-months-of-regular-blogging/#comments</comments>
		<pubDate>Sat, 29 Jul 2006 00:10:21 +0000</pubDate>
		<dc:creator>Jurriaan Mous</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://jurmo.us/2006/07/29/reflecting-on-6-months-of-regular-blogging/</guid>
		<description><![CDATA[  



I forgot to celebrate the 6 month celebration of this blog. 6 months of regular blogging&#8230;
This blog really evolved my thinking and made my search for information more specific. My ideas on some areas really got some space to evolve.
At the moment I have found two three main topics to blog on: Design, [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><img alt="Reflecting" id="image87" src="http://jurmo.us/log/wp-content/uploads/2006/05/thinking.thumbnail.jpg" /><img id="image89" alt="london subway" src="http://jurmo.us/log/wp-content/uploads/2006/05/londonsubway.thumbnail.jpg" /> <img id="image91" alt="Subway" src="http://jurmo.us/log/wp-content/uploads/2006/06/subway.thumbnail.jpg" /> <img id="image96" alt="Da vinci, man" src="http://jurmo.us/log/wp-content/uploads/2006/06/da-vinci.thumbnail.jpg" /></div>
<div style="text-align: center"><img id="image94" alt="9Rules logo" src="http://jurmo.us/log/wp-content/uploads/2006/06/9rules.thumbnail.jpg" /><img id="image98" alt="Myself mirror" src="http://jurmo.us/log/wp-content/uploads/2006/06/mirrormyself.thumbnail.jpg" /><img id="image100" alt="Forbidden" src="http://jurmo.us/log/wp-content/uploads/2006/06/forbidden.thumbnail.jpg" /><img id="image101" alt="Evolution of Design Movements" src="http://jurmo.us/log/wp-content/uploads/2006/06/evodesign.thumbnail.png" /></div>
<div style="text-align: center"><img id="image105" alt="poppetje2" src="http://jurmo.us/log/wp-content/uploads/2006/06/poppetje2.thumbnail.jpg" /><img id="image106" alt="myself busy" src="http://jurmo.us/log/wp-content/uploads/2006/06/busy.thumbnail.jpg" /><img id="image110" alt="us logo2" src="http://jurmo.us/log/wp-content/uploads/2006/07/us2.thumbnail.png" /><img id="image113" alt="books" src="http://jurmo.us/log/wp-content/uploads/2006/07/books.thumbnail.jpg" /></div>
<div style="text-align: center"><img id="image116" alt="me dancing" src="http://jurmo.us/log/wp-content/uploads/2006/07/dance2.thumbnail.jpg" /><img id="image119" alt="Designfactors" src="http://jurmo.us/log/wp-content/uploads/2006/07/designingmedium.thumbnail.png" /><img id="image135" alt="head graffiti" src="http://jurmo.us/log/wp-content/uploads/2006/07/DSC00595.thumbnail.jpg" /><img id="image138" alt="Black and white" src="http://jurmo.us/log/wp-content/uploads/2006/07/chess.thumbnail.jpg" /></div>
<p>I forgot to celebrate the 6 month celebration of this blog. 6 months of regular blogging&#8230;<br />
This blog really evolved my thinking and made my search for information more specific. My ideas on some areas really got some space to evolve.</p>
<p>At the moment I have found <strike>two</strike> three main topics to blog on: <a target="_blank" href="http://jurmo.us/category/experience-design/">Design</a>, the <a href="http://jurmo.us/category/us-movement/">us &#8216;religion&#8217;</a> and <a target="_blank" href="http://jurmo.us/category/serious-games/">the new learning</a>. They seem to define some of the main topics behind my thinking. Design is something that is at the core of what I do. I design and manage multimedia products and have learned that media is broader than I originally envisioned. Design and media is universal in our human world.</p>
<p>On the other front I have a vision on how the world should look like. This vision formed into something concrete on this blog but is widely influenced by the new learning of my current education and its focus on the student community. The vision became the us religion and it is named from this post on the <a target="_blank" href="http://jurmo.us/category/us-movement/">us movement</a>. (more on that soon)</p>
<p>I  forgot one of the other main topics in the first version of this post&#8230; The <a target="_blank" href="http://jurmo.us/category/serious-games/">new learning</a> based on andragogy. It really keeps me busy with the serious games we build with our company. The interest is also spawn out of the experience with the new kind of learning at my study. My ideas on it will certainly evolve on this subject on this blog. Especially since I have some andragogy related projects on my agenda.</p>
<p>I begin to find a style of writing that I like. I begin to like my small experiments on making my points more visual and I am experimenting a bit with subheaders. While english is not my native language, I already get more fluently writing it. It is still not where I want it to be but it evolves in the right direction compared to where I was with my previous reflection.</p>
<p>The traffic on this blog trippled to 300 average per day the past 3 months since <a target="_blank" href="http://jurmo.us/2006/05/17/reflecting/">my last reflection</a>. Mostly thanks to my blogs addition to the <a target="_blank" href="http://9rules.com/">9Rules</a> network and the traffic is still growing. I don&#8217;t get much comments but I do get some nice e-mails and some good disscussions with friends out of it. I hear that people take my posts mainly as something to think about. Well I am not here to force commenting. It will happen or not. Although I invite you to discuss the posts, it helps me evolve my ideas <img src='http://jurmo.us/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What is next? I am already working out some thoughts on two fronts. On the design front I am thinking of defining the emotional space better. On the us movement front I will do some more searching on what it really is and what it&#8217;s place should be. Also expect some new fronts since I am on the edge of a transition in my life: going from student to the working class.</p>
<p>Now on to the next 6 months of blogging!</p>
<p>Oh, and what do you think of the blog?</p>
<p><strong>Update</strong>: added third main topic which I somehow forgot&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://jurmo.us/2006/07/29/reflecting-on-6-months-of-regular-blogging/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A 9rules member! (well almost)</title>
		<link>http://jurmo.us/2006/06/04/a-9rules-member-well-almost/</link>
		<comments>http://jurmo.us/2006/06/04/a-9rules-member-well-almost/#comments</comments>
		<pubDate>Sun, 04 Jun 2006 11:57:58 +0000</pubDate>
		<dc:creator>Jurriaan Mous</dc:creator>
				<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://jurmo.us/2006/06/04/a-9rules-member-well-almost/</guid>
		<description><![CDATA[
I checked the admin section of my weblog today and saw a new linking page: pingsix. And after visiting that site I discovered I made it with 110 others through the selection of round 4 of 9Rules! I am still one agreement away from placing the nice logo on my website.
When I submitted to 9rules [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><img alt="9Rules logo" id="image94" src="http://jurmo.us/log/wp-content/uploads/2006/06/9rules.jpg" /></div>
<p>I checked the admin section of my weblog today and saw a new linking page: <a target="_blank" href="http://pingsix.com/2006/06/03/round-4-preliminary-list/">pingsix</a>. And after visiting that site I discovered I made it with 110 others through the <a target="_blank" href="http://9rules.com/blog/2006/06/round-4-list/">selection</a> of round 4 of <a target="_blank" href="http://9rules.com">9Rules</a>! I am still one agreement away from placing the nice logo on my website.</p>
<p>When I submitted to 9rules I didn&#8217;t think I would make it. I was relatively new to regular blogging and thought I needed to grow a little more. But well, there was a submission round on the day I checked the 9rules site so why not just fill it in.</p>
<p>Some of the blogs I read were already member. Examples were I can see the logo are <a target="_blank" href="http://headrush.typepad.com/creating_passionate_users/">Creating Passionate Users</a>, <a target="_blank" href="http://www.lukew.com/ff/">Functioning Form</a> &#038; <a target="_blank" href="http://davidseah.com">David Seah</a>. It is a big honor to become a member of this community.</p>
<p>For those who don&#8217;t know what <a target="_blank" href="http://9rules.com/">9Rules</a> is:</p>
<blockquote><p><strong>The 9rules Network is a community of the best weblogs in the world on a variety of topics.</strong> We started 9rules to give passionate writers more exposure and to help readers find great blogs on their favorite subjects. Itâ€™s difficult to find sites worth returning to, so 9rules brings together the very best of the independent web all under one roof.</p></blockquote>
<blockquote>
<ol id="theList">
<li id="no1">Love what you do.</li>
<li id="no2">Never stop learning.</li>
<li id="no3">Form works with function.</li>
<li id="no4">Simple is beautiful.</li>
<li id="no5">Work hard, play hard.</li>
<li id="no6">You get what you pay for.</li>
<li id="no7">When you talk, we listen.</li>
<li id="no8">Must constantly improve.</li>
<li id="no9">Respect your inspiration.</li>
</ol>
</blockquote>
<p>I must say I really believe in those rules and will try my best to honor them. I will continue to try evolve my thoughts. Welcome new readers and expect some postings soon on experience design related topics.</p>
]]></content:encoded>
			<wfw:commentRss>http://jurmo.us/2006/06/04/a-9rules-member-well-almost/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Reflecting</title>
		<link>http://jurmo.us/2006/05/17/reflecting/</link>
		<comments>http://jurmo.us/2006/05/17/reflecting/#comments</comments>
		<pubDate>Wed, 17 May 2006 21:19:39 +0000</pubDate>
		<dc:creator>Jurriaan Mous</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://jurmo.us/2006/05/17/reflecting/</guid>
		<description><![CDATA[
The blog exists for 3 months now. Time for a reflection!   I tried to write regular posts on my previous sites and they never worked&#8230; I was more busy with tuning the experience of the site than with real content. With getting back to basics in this one I think I finally managed [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><img alt="Reflecting" id="image87" src="http://jurmo.us/log/wp-content/uploads/2006/05/thinking.jpg" /></div>
<p>The blog exists for <a target="_blank" href="http://jurmo.us/2006/02/16/a-new-weblog/">3 months now</a>. Time for a reflection! <img src='http://jurmo.us/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I tried to write regular posts on my previous sites and they never worked&#8230; I was more busy with tuning the experience of the site than with real content. With getting back to basics in this one I think I finally managed to write some regular posts. (Okay, I tweaked the minimalistic skin on the road)</p>
<p>I am still searching for what are my main topics but I see it as a real evolution. I started with some personal posts and drawings, also some reposts on interesting news and ideas elsewhere. Didn&#8217;t like the way I was just repeating others while I think my main strengths are my own formed ideas. Not that they are really there yet (will never be of course) but I like how they evolve while I write about them. I have not yet found my definitive writing style, having trouble expressing myself in a not native language. Well it is important to me to open my thoughts to the whole world and to really improve while trying.</p>
<p>While blogging I discovered that it is a kind of online brainstorming by venting what is on my mind and trying to structure it into a post. (my mind is pretty chaotic most of the time :p) I still have not covered all my main passions and I would like to express some of my <a target="_blank" href="http://jurmo.us/2006/04/20/the-wow-factor/">&#8216;experience&#8217; passion</a> first. But that can change every day of course. <img src='http://jurmo.us/log/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> </p>
<p>Oh and thanks for reading my blog <img src='http://jurmo.us/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It is nice to slowly see my daily visits number climb. Currently they are averaging 100 visits per day but I think most are RSS feed readers of mostly people I know. Although I hope for more feedback in the future.</p>
<p>Up to the next 3 months of evolution. Expect at least some coverage on the <a target="_blank" href="http://www.applyseriousgames.com/">Apply Serious Games</a> conference in London which I will attend next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://jurmo.us/2006/05/17/reflecting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Evolving weblog</title>
		<link>http://jurmo.us/2006/03/05/evolving-weblog/</link>
		<comments>http://jurmo.us/2006/03/05/evolving-weblog/#comments</comments>
		<pubDate>Sun, 05 Mar 2006 16:13:57 +0000</pubDate>
		<dc:creator>Jurriaan Mous</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://jurmo.us/2006/03/05/evolving-weblog/</guid>
		<description><![CDATA[Well the weblog is now my main site. It was very necessary because my old fancy flash website was not updated in a while. The website was always about its features I liked to program than about the content it provided. I had all kinds of thoughts on how to improve the experience of surfing [...]]]></description>
			<content:encoded><![CDATA[<p>Well the weblog is now my main site. It was very necessary because my old fancy flash website was not updated in a while. The website was always about its features I liked to program than about the content it provided. I had all kinds of thoughts on how to improve the experience of surfing and testing new kinds of interaction instead of really providing a fun website to visit. Well it is still available in the right menu if you want to see how far I got.</p>
<div style="text-align: center"><a target="_blank" href="http://jurmo.us/index2.php"><img width="434" height="299" id="image24" alt="Arquelis.com flash" src="http://jurmo.us/log/wp-content/uploads/2006/03/Afbeelding%201.jpg" /></a></div>
<p>This weblog is now more in the direction I would like to go now. I don&#8217;t need a portfolio website that showcases my abilities but more something that captures my thoughts. It fits more with what direction I would like to take in multimedia and my role as &#8216;CEO&#8217; of the just founded company. As regular visitors will see I try to optimize and minimize the weblog as I go along besides writing new content.</p>
<p>Minimization is my first goal of the weblog interface. Provide maximum user experience by getting everything as easy as possible. Later on I will add some personal touches. But I first want find the edge of the bare minimum. I still am in the process of finding the new identity now I am on the edge of a new phase of my life. If you have suggestions for the design of the weblog or on what I should post about, please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://jurmo.us/2006/03/05/evolving-weblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new weblog</title>
		<link>http://jurmo.us/2006/02/16/a-new-weblog/</link>
		<comments>http://jurmo.us/2006/02/16/a-new-weblog/#comments</comments>
		<pubDate>Thu, 16 Feb 2006 20:07:31 +0000</pubDate>
		<dc:creator>Jurriaan Mous</dc:creator>
				<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://jurmo.us/log/2006/02/17/a-new-weblog/</guid>
		<description><![CDATA[
Well a new weblog. Its not my first one and my previous trackrecord is failing logs after a few posts. I hope I can manage this one better.  
For my Dutch friends: Why in English? Well I want to reach the biggest audience possible and I think I have some worthy opinions on some [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><img width="393" height="295" alt="Myself" id="image148" src="http://jurmo.us/log/wp-content/uploads/2006/08/Foto%207.jpg" /></div>
<p>Well a new weblog. Its not my first one and my previous trackrecord is failing logs after a few posts. I hope I can manage this one better. <img src='http://jurmo.us/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For my Dutch friends: Why in English? Well I want to reach the biggest audience possible and I think I have some worthy opinions on some topics. This weblog will solely cover my private ideas on various topics and things that happen around me. I don&#8217;t know where I will end up but I hope it will be an interesting read. <img src='http://jurmo.us/log/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Jurriaan Mous</p>
]]></content:encoded>
			<wfw:commentRss>http://jurmo.us/2006/02/16/a-new-weblog/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
