<?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>robinb0s.nl school &#187; General</title>
	<atom:link href="http://robinb0s.nl/school/index.php/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://robinb0s.nl/school</link>
	<description>bos504 - 88119 - minor RIA web 2.0</description>
	<lastBuildDate>Mon, 07 Sep 2009 18:37:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=1865</generator>
		<item>
		<title>How to format a readonly USB stick on Mac OS X</title>
		<link>http://robinb0s.nl/school/index.php/2009/09/07/how-to-format-a-readonly-usb-stick-on-mac-os-x/</link>
		<comments>http://robinb0s.nl/school/index.php/2009/09/07/how-to-format-a-readonly-usb-stick-on-mac-os-x/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 18:35:07 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[disk utility]]></category>
		<category><![CDATA[diskutil]]></category>
		<category><![CDATA[erase]]></category>
		<category><![CDATA[extended]]></category>
		<category><![CDATA[fat]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[read only]]></category>
		<category><![CDATA[readonly]]></category>
		<category><![CDATA[stick]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usbstick]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/?p=237</guid>
		<description><![CDATA[Open Terminal Enter the following: diskutil list Check which disknumber the USB-stick has. (disk0 or disk1 or disk2 etc) Enter the following: diskutil unmountDisk /dev/Disk# (Disk# = disk0 or disk 1 etc &#8211; see step 3) Open Disk Utility Click on the USB-stick Open the Erase-tab Choose the format  you want (Mac OS Extended(macosx)/ FAT [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Open <strong>Terminal</strong></li>
<li>Enter the following: <em>diskutil list</em></li>
<li>Check which disknumber the USB-stick has. (disk0 or disk1 or disk2 etc)</li>
<li>Enter the following: <em>diskutil unmountDisk /dev/Disk#</em> (Disk# = disk0 or disk 1 etc &#8211; see step 3)</li>
<li>Open <strong>Disk Utility</strong></li>
<li>Click on the USB-stick</li>
<li>Open the Erase-tab</li>
<li>Choose the format  you want (Mac OS Extended(macosx)/ FAT (windows))</li>
<li>Click the Erase-button</li>
<li>Once the erase is done, remove en replug the USB-stick into your Mac</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2009/09/07/how-to-format-a-readonly-usb-stick-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Leopard Quick Look *.nfo support</title>
		<link>http://robinb0s.nl/school/index.php/2009/06/04/mac-os-x-leopard-quick-look-nfo-support/</link>
		<comments>http://robinb0s.nl/school/index.php/2009/06/04/mac-os-x-leopard-quick-look-nfo-support/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 21:16:52 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[info.plist]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[nfo]]></category>
		<category><![CDATA[quick look]]></category>
		<category><![CDATA[quicklook]]></category>
		<category><![CDATA[shoe package contents]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[textedit]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/?p=232</guid>
		<description><![CDATA[Right-click TextEdit in the Applications map Click &#8220;Show Package Contents&#8220; Go to the &#8220;Contents&#8221; folder Open &#8220;Info.plist&#8221; (with an editor) Scroll all the way down Find &#60;/dict&#62; &#60;/plist&#62; Place this code right above it: &#60;key&#62;UTExportedTypeDeclarations&#60;/key&#62; &#60;array&#62; &#60;dict&#62; &#60;key&#62;UTTypeConformsTo&#60;/key&#62; &#60;array&#62; &#60;string&#62;public.text&#60;/string&#62; &#60;string&#62;public.plain-text&#60;/string&#62; &#60;/array&#62; &#60;key&#62;UTTypeDescription&#60;/key&#62; &#60;string&#62;NFO information file&#60;/string&#62; &#60;key&#62;UTTypeIdentifier&#60;/key&#62; &#60;string&#62;com.macromates.textmate&#60;/string&#62; &#60;key&#62;UTTypeTagSpecification&#60;/key&#62; &#60;dict&#62; &#60;key&#62;com.apple.ostype&#60;/key&#62; &#60;string&#62;TEXT&#60;/string&#62; &#60;key&#62;public.filename-extension&#60;/key&#62; &#60;array&#62; &#60;string&#62;nfo&#60;/string&#62; [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Right-click <strong>TextEdit</strong> in the <strong>Applications</strong> map</li>
<li>Click &#8220;<em>Show Package Contents</em>&#8220;</li>
<li>Go to the &#8220;<em>Contents</em>&#8221; folder</li>
<li>Open &#8220;<em>Info.plist</em>&#8221; (with an editor)</li>
<li>Scroll all the way down</li>
<li>Find</li>
<pre>&lt;/dict&gt;
&lt;/plist&gt;</pre>
<li>Place this code right above it:</li>
<pre>&lt;key&gt;UTExportedTypeDeclarations&lt;/key&gt;
	  &lt;array&gt;
	    &lt;dict&gt;
	      &lt;key&gt;UTTypeConformsTo&lt;/key&gt;
	      &lt;array&gt;
	        &lt;string&gt;public.text&lt;/string&gt;
	        &lt;string&gt;public.plain-text&lt;/string&gt;
	      &lt;/array&gt;
	      &lt;key&gt;UTTypeDescription&lt;/key&gt;
	      &lt;string&gt;NFO information file&lt;/string&gt;
	      &lt;key&gt;UTTypeIdentifier&lt;/key&gt;
	      &lt;string&gt;com.macromates.textmate&lt;/string&gt;
	      &lt;key&gt;UTTypeTagSpecification&lt;/key&gt;
	      &lt;dict&gt;
	        &lt;key&gt;com.apple.ostype&lt;/key&gt;
	        &lt;string&gt;TEXT&lt;/string&gt;
	        &lt;key&gt;public.filename-extension&lt;/key&gt;
	        &lt;array&gt;
	          &lt;string&gt;nfo&lt;/string&gt;
	        &lt;/array&gt;
	      &lt;/dict&gt;
	    &lt;/dict&gt;
	  &lt;/array&gt;</pre>
<li>Close and save the file</li>
<li>Open <strong>Terminal</strong> (in the <strong>Applications\Utilities</strong> folder)</li>
<li>Enter the following, and press enter</li>
<pre class="alt2" dir="ltr">touch /Applications/TextEdit.app/</pre>
<li>Close <strong>Terminal</strong></li>
<li>Done</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2009/06/04/mac-os-x-leopard-quick-look-nfo-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Asus EEE pc, MSI Wind &amp; Acer One</title>
		<link>http://robinb0s.nl/school/index.php/2008/08/11/asus-eee-pc-msi-wind-acer-one/</link>
		<comments>http://robinb0s.nl/school/index.php/2008/08/11/asus-eee-pc-msi-wind-acer-one/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 12:30:07 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[acer one]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[asus eee pc]]></category>
		<category><![CDATA[comparisation]]></category>
		<category><![CDATA[eee pc]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[msi wind]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/?p=227</guid>
		<description><![CDATA[Hello, since I&#8217;m interested in UMPC&#8217;s, I put together a comparisation chart between various models of this kind. The ones which are in the document are: Acer One MSI Wind NB-Linux MSI Wind U100-039LA MSI Wind U100-053LA MSI Wind U100-036LA MSI Wind U100-035LA MSI Wind U100-002LA Eee PC 1000 Eee PC 1000HEee PC 1000HD Eee [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone" title="Asus EEE PC 901 12g" src="http://www.eeeuser.com/wp-content/uploads/2008/05/white-901-150x150.jpg" alt="" width="150" height="150" /></p>
<p>Hello, since I&#8217;m interested in UMPC&#8217;s, I put together a comparisation chart between various models of this kind. The ones which are in the document are:</p>
<ul>
<li>Acer One</li>
<li>MSI Wind NB-Linux</li>
<li>MSI Wind U100-039LA</li>
<li>MSI Wind U100-053LA</li>
<li>MSI Wind U100-036LA</li>
<li>MSI Wind U100-035LA</li>
<li>MSI Wind U100-002LA</li>
<li>Eee PC 1000</li>
<li>Eee PC 1000HEee PC 1000HD</li>
<li>Eee PC 904 HD<span> </span>Eee PC 901</li>
<li>Eee PC 900<span> </span>Eee PC 8G</li>
<li>Eee PC 4G<span> </span>Eee PC 4G Surf</li>
<li>Eee PC 2G Surf</li>
</ul>
<p>I&#8217;ve decided to buy a Asus EEE PC 901&#8230; Which is not included in the xls ;-)</p>
<p>Later on I&#8217;ll post some pictures, and maybe even videos of the machine in action. Hopefully it works together with the <a href="http://www.sinovideo.com.cn/en/p/60/">SINOVIDEO USB 2.0 Digital DVB-T TV Stick Tuner Receiver</a>.</p>
<p><a href="http://robinb0s.nl/school/wp-content/uploads/2008/08/eeepc.xlsx">asus-eee-pc-msi-wind-acer-one-comparisation</a> XLSX</p>
<p><a href="http://robinb0s.nl/school/wp-content/uploads/2008/08/sheet1.pdf">asus-eee-pc-msi-wind-acer-one-comparisation</a> crap-layout PDF</p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2008/08/11/asus-eee-pc-msi-wind-acer-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nieuwe (school)weblog ipv deze!</title>
		<link>http://robinb0s.nl/school/index.php/2008/01/27/nieuwe-schoolweblog-ipv-deze/</link>
		<comments>http://robinb0s.nl/school/index.php/2008/01/27/nieuwe-schoolweblog-ipv-deze/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 20:31:37 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[CMD-Algemeen]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2008/01/27/nieuwe-schoolweblog-ipv-deze/</guid>
		<description><![CDATA[Â  Voor mijn schoolgerelateerde weblog-posts heb ik een nieuwe weblog klaar gezet opÂ http://log.robinb0s.nl,Â aangezien dit weblog aan de beheerderskant nogal rommelt en omdat ik geen vaste structuur heb vastgehouden in de loop van de tijd. Dus ben je op zoek naar mijn belevenissen van, in en tijdens de minor Buro Beeldwerk, dan moet je vooral een [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://log.robinb0s.nl"><img src="http://robinb0s.nl/school/wp-content/uploads/attentionwhore.png" alt="opgelet, watch out, attention" border="0" width="448" height="160" /></a>Â </p>
<p>Voor mijn schoolgerelateerde weblog-posts heb ik een nieuwe weblog klaar gezet opÂ <a href="http://log.robinb0s.nl">http://log.robinb0s.nl</a>,Â aangezien dit weblog aan de beheerderskant nogal rommelt en omdat ik geen vaste structuur heb vastgehouden in de loop van de tijd. Dus ben je op zoek naar mijn belevenissen van, in en tijdens de minor Buro Beeldwerk, dan moet je vooral een kijkje nemen op de nieuwe weblog! Er zijn nu per minor ook niet meer meerdere categorieen, maar gewoon 1, zodat ook de beoordelend docent zich eenvoudig een weg door mijn onzin-praatjes kan banen.Â Hij is lekker clean, en dat wil ik graag zo houden! Kijken of ik mijzelf in kan houden niet teveel overbodige plugins erbij te installeren.Â </p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2008/01/27/nieuwe-schoolweblog-ipv-deze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>robinb0s.nl in legoâ„¢</title>
		<link>http://robinb0s.nl/school/index.php/2008/01/03/robinb0snl-in-lego%e2%84%a2/</link>
		<comments>http://robinb0s.nl/school/index.php/2008/01/03/robinb0snl-in-lego%e2%84%a2/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 15:46:28 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2008/01/03/robinb0snl-in-lego%e2%84%a2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/robinbos/2159195662/" title="robinb0s.nl in (fake) Legoâ„¢ by robinbos, on Flickr">
<p style="text-align: center"><img src="http://farm3.static.flickr.com/2290/2159195662_dc3b2625f6.jpg" alt="robinb0s.nl in (fake) Legoâ„¢" height="375" width="500" /></p>
<p></a></p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2008/01/03/robinb0snl-in-lego%e2%84%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gelukkig nieuwjaar!</title>
		<link>http://robinb0s.nl/school/index.php/2008/01/02/gelukkig-nieuwjaar/</link>
		<comments>http://robinb0s.nl/school/index.php/2008/01/02/gelukkig-nieuwjaar/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 13:57:09 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2008/01/02/gelukkig-nieuwjaar/</guid>
		<description><![CDATA[â”â”â”â”“â”â”â”â”“â”â”â”â”“â”â˜…â”â”“ â”—â˜†â”“â”ƒâ”ƒâ˜†â”“â”ƒâ”ƒâ˜†â”“â”ƒâ”ƒâ”â”“â”ƒ â”â”â”›â”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”—â”›â˜† â”ƒâ”â˜†â”›â”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ˜†â”ƒâ”ƒâ”â”“â”ƒ â”ƒâ”—â”â”“â”ƒâ”—â˜…â”ƒâ”ƒâ”—â”›â”ƒâ”ƒâ˜…â”›â”ƒâ˜† â˜…â”â”â”›â”—â”â”â”›â”—â”â”â”›â”—â”â”â”› Â  Â ]]></description>
			<content:encoded><![CDATA[<pre>
â”â”â”â”“â”â”â”â”“â”â”â”â”“â”â˜…â”â”“
â”—â˜†â”“â”ƒâ”ƒâ˜†â”“â”ƒâ”ƒâ˜†â”“â”ƒâ”ƒâ”â”“â”ƒ
â”â”â”›â”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”—â”›â˜†
â”ƒâ”â˜†â”›â”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ”ƒâ˜†â”ƒâ”ƒâ”â”“â”ƒ
â”ƒâ”—â”â”“â”ƒâ”—â˜…â”ƒâ”ƒâ”—â”›â”ƒâ”ƒâ˜…â”›â”ƒâ˜†
â˜…â”â”â”›â”—â”â”â”›â”—â”â”â”›â”—â”â”â”›
</pre>
<p style="text-align: left"><span style="font-family: Arial; font-size: 12px; line-height: normal" class="Apple-style-span"></span>Â </p>
<p style="text-align: center"><img src="http://robinb0s.nl/school/wp-content/uploads/2008/01/fireworks.jpg" alt="fireworks.jpg" />Â </p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2008/01/02/gelukkig-nieuwjaar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paintball</title>
		<link>http://robinb0s.nl/school/index.php/2007/12/22/paintball/</link>
		<comments>http://robinb0s.nl/school/index.php/2007/12/22/paintball/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 11:42:36 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2007/12/22/paintball/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.flickr.com/photos/robinbos/2128746886/" title="Paintball by robinbos, on Flickr">
<p style="text-align: center"><img src="http://farm3.static.flickr.com/2269/2128746886_67c4056380.jpg" width="500" height="375" alt="Paintball" /></p>
<p></a></p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2007/12/22/paintball/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Begin van ons moodboard</title>
		<link>http://robinb0s.nl/school/index.php/2007/11/08/begin-van-ons-moodboard/</link>
		<comments>http://robinb0s.nl/school/index.php/2007/11/08/begin-van-ons-moodboard/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 21:40:48 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2007/11/08/begin-van-ons-moodboard/</guid>
		<description><![CDATA[DSC00876 Originally uploaded by robinbos Aan de hand van dit moodboard zijn we verder gekomen. Wies Noest, bedankt! Eerst zaten we vast, toen kwam de consults met Wies, en gingen we los..!]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
 <a href="http://www.flickr.com/photos/robinbos/1757765615/" title="photo sharing"><img src="http://farm3.static.flickr.com/2179/1757765615_6f10665b1b_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
 <br />
 <span style="font-size: 0.9em; margin-top: 0px;"><br />
  <a href="http://www.flickr.com/photos/robinbos/1757765615/">DSC00876</a><br />
  <br />
  Originally uploaded by <a href="http://www.flickr.com/people/robinbos/">robinbos</a><br />
 </span>
</div>
<p>Aan de hand van dit moodboard zijn we verder gekomen. Wies Noest, bedankt! Eerst zaten we vast, toen kwam de consults met Wies, en gingen we los..!<br />
<br clear="all" /></p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2007/11/08/begin-van-ons-moodboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moodboard mbt Vogels</title>
		<link>http://robinb0s.nl/school/index.php/2007/10/26/moodboard-mbt-vogels/</link>
		<comments>http://robinb0s.nl/school/index.php/2007/10/26/moodboard-mbt-vogels/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 14:06:11 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2007/10/26/moodboard-mbt-vogels/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://robinb0s.nl/school/vogels-moodboard.jpg" border="0"><img id="image173" src="http://robinb0s.nl/school/wp-content/uploads/2007/10/vogels-moodboard-1.jpg" alt="vogels moodboard" /></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2007/10/26/moodboard-mbt-vogels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColrAIR, the freeware AIR version of Color Schemer Studio</title>
		<link>http://robinb0s.nl/school/index.php/2007/09/11/colrair-the-freeware-air-version-of-color-schemer-studio/</link>
		<comments>http://robinb0s.nl/school/index.php/2007/09/11/colrair-the-freeware-air-version-of-color-schemer-studio/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 16:32:30 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[RIA-General]]></category>
		<category><![CDATA[RIA-Web 2.0]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2007/09/11/colrair-the-freeware-air-version-of-color-schemer-studio/</guid>
		<description><![CDATA[Hello, Today was my first day playing around with Adobe&#8217;s AIR SDK. And here is the result! Wow, isn&#8217;t it amazing Mike?! It&#8217;s my goal to make an freeware/opensource AIR app which will do the same thing as Color Schemer Studio. Original isn&#8217;t it? It&#8217;s the freeware/opensource part which is the main-reason why I&#8217;m building [...]]]></description>
			<content:encoded><![CDATA[<p><center><img id="image163" src="http://robinb0s.nl/school/wp-content/uploads/2007/09/color-schemer-studio-mac-osx.jpg" alt="Color Schemer Studio" /></center></p>
<p>Hello, Today was my first day playing around with Adobe&#8217;s AIR SDK. And <a href="http://robinb0s.nl/temp/ColrAIR/ColrAIR.air">here</a> is the result! Wow, isn&#8217;t it amazing Mike?!</p>
<p>It&#8217;s my goal to make an freeware/opensource AIR app which will do the same thing as <a href="http://www.colorschemer.com/">Color Schemer Studio</a>. Original isn&#8217;t it? It&#8217;s the freeware/opensource part which is the main-reason why I&#8217;m building this. Color Schemer is just the best application for organizing colors on your computer and/ or Mac.</p>
<p>Installing the AIR SDK on Mac isn&#8217;t that hard, but adding a PATH to some Environment Variables was completely new and unknown for me. Just coulnd&#8217;t get it to work, and it wasn&#8217;t documentated in the install guide provided by Adobe itself. So after some searching on the web, using my favourite search-engine <a href="http://www.google.com">Google</a>, I found <a href="http://www.laaker.com/micah/?p=113">this</a> how-to. Very usefull for Mac developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2007/09/11/colrair-the-freeware-air-version-of-color-schemer-studio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenIdea: Live mobile video on the net</title>
		<link>http://robinb0s.nl/school/index.php/2007/08/27/openidea-live-mobile-video-on-the-net/</link>
		<comments>http://robinb0s.nl/school/index.php/2007/08/27/openidea-live-mobile-video-on-the-net/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 20:44:19 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2007/08/27/openidea-live-mobile-video-on-the-net/</guid>
		<description><![CDATA[Web2.0 is about sharing everything with everyone. So why isn&#8217;t it easy yet to use your cellular (.. or mobile phone) as a portable webcam which broadcasts video using your cellulars-buildin-camera function? This would make it unnecessary to text-blog with your phone when your at a live festival. Live action videos will make your friends [...]]]></description>
			<content:encoded><![CDATA[<p><center><img id="image160" src="http://robinb0s.nl/school/wp-content/uploads/2007/08/201-4368a0c52981f.gif" alt="live webcamming" /></center><br />
Web2.0 is about sharing everything with everyone. So why isn&#8217;t it easy yet to use your cellular (.. or mobile phone) as a portable webcam which broadcasts video using your cellulars-buildin-camera function? This would make it unnecessary to text-blog with your phone when your at a live festival. Live action videos will make your friends and family stay home, while you have to cam for them. Anyone reading this blog, who knows why this isn&#8217;t possible yet? People who are willing to make this kind of service/ application will be a millionaire in no-time!</p>
<p>offtopic: <a href="http://robinb0s.nl/temp/test-site">http://robinb0s.nl/temp/test-site</a> (tip!)</p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2007/08/27/openidea-live-mobile-video-on-the-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to quickly rename a zillion files on your Mac</title>
		<link>http://robinb0s.nl/school/index.php/2007/08/16/how-to-quickly-rename-a-zillion-files-on-your-mac/</link>
		<comments>http://robinb0s.nl/school/index.php/2007/08/16/how-to-quickly-rename-a-zillion-files-on-your-mac/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 13:59:18 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2007/08/16/how-to-quickly-rename-a-zillion-files-on-your-mac/</guid>
		<description><![CDATA[How to quickly rename a zillion files at LifeClever ;-) Tips for Design and Life]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://www.power4mac.com/renamer/"><img id="image157" src="http://robinb0s.nl/school/wp-content/uploads/2007/08/remamer4mac.jpg" alt="renamer4mac" /></a></center><br />
<a href="http://www.lifeclever.com/how-to-quickly-rename-a-zillion-files/">  How to quickly rename a zillion files at  LifeClever ;-) Tips for Design and Life</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2007/08/16/how-to-quickly-rename-a-zillion-files-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenIdea: Firefox &#8220;Save Audio&#8221;-Add-on</title>
		<link>http://robinb0s.nl/school/index.php/2007/08/02/openidea-firefox-save-audio-add-on/</link>
		<comments>http://robinb0s.nl/school/index.php/2007/08/02/openidea-firefox-save-audio-add-on/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 16:14:55 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[RIA-Web 2.0]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2007/08/02/openidea-firefox-save-audio-add-on/</guid>
		<description><![CDATA[Wouldn&#8217;t it be great if you could save just any audio fragment directly from your browser? It&#8217;s isn&#8217;t necessarily that this idea has to be an Firefox add-on. If this can be constructed web-based-wise, it&#8217;s even better! People should be able to save the audio-file on their harddisk/through email/Pownce afterwards. This way mankind is able [...]]]></description>
			<content:encoded><![CDATA[<p><center><img id="image155" src="http://robinb0s.nl/school/wp-content/uploads/2007/08/tc2010taperecorder.jpg" alt="Taperecorder" /></center></p>
<p><b>Wouldn&#8217;t it be great if you could save just any audio fragment directly from your browser?</b><br />
It&#8217;s isn&#8217;t necessarily that this idea has to be an <a href="http://en.www.mozilla.com/en/firefox/">Firefox</a> add-on. If this can be constructed web-based-wise, it&#8217;s even better! People should be able to save the audio-file on their harddisk/through email/<a href="http://pownce.com/">Pownce</a> afterwards. This way mankind is able to save sound ,from the web, which they want to use for other things, like ring-tones/ sound effects for flash/ etc.<br />
Using <a href="http://pownce.com/">Pownce</a> (I still have a few <a href="http://robinb0s.nl/school/index.php/2007/07/01/pownce-the-new-twitter/">invitations left</a>!), you could send your friends a sound-effect/fragment.<br />
And to make things even better, an online sound-editting environment would be great! (something similar to online video-editting apps (<a href="http://www.techcrunch.com/2006/04/05/online-video-sites-breeding-like-rabbits/">link</a>)</p>
<p>Don&#8217;t be shy and put your comments and/or suggestions into the comment field below! Scripters can contact me through the <a href="http://robinb0s.nl/school/index.php/contact/">contact page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2007/08/02/openidea-firefox-save-audio-add-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pownce, the new Twitter</title>
		<link>http://robinb0s.nl/school/index.php/2007/07/01/pownce-the-new-twitter/</link>
		<comments>http://robinb0s.nl/school/index.php/2007/07/01/pownce-the-new-twitter/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 21:44:03 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2007/07/01/pownce-the-new-twitter/</guid>
		<description><![CDATA[I still have some invitations left, thanks to FranticIndustries! If you would like to have an invite for this new start-up, leave a comment on this post.]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://pownce.com/robinbos/"><img id="image152" src="http://robinb0s.nl/school/wp-content/uploads/2007/07/pownce.png" alt="Pownce" /></a></center></p>
<p>I still have some invitations left, thanks to <a href="http://franticindustries.com/blog/2007/07/01/pownce-the-twitter-killer/">FranticIndustries</a>!<br />
If you would like to have an invite for this new start-up, leave a comment on this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2007/07/01/pownce-the-new-twitter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>3Dconnexion SpaceNavigator PE</title>
		<link>http://robinb0s.nl/school/index.php/2007/06/18/3dconnexion-spacenavigator-pe/</link>
		<comments>http://robinb0s.nl/school/index.php/2007/06/18/3dconnexion-spacenavigator-pe/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 18:49:20 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2007/06/18/3dconnexion-spacenavigator-pe/</guid>
		<description><![CDATA[3Dconnexion SpaceNavigator PE Originally uploaded by robinbos This is one nifty piece of hardware! It really rocks in combination with Google Earth, browsing the world becomes even cooler! Possibilities are zooming, tilting and panning. Also works with other programs, like 3dsmax and such, but I am/ we are not into 3D (yet;)). I&#8217;m still giving [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
 <a href="http://www.flickr.com/photos/robinbos/565942641/" title="photo sharing"><img src="http://farm2.static.flickr.com/1193/565942641_f691694d0c_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
 <br />
 <span style="font-size: 0.9em; margin-top: 0px;"><br />
  <a href="http://www.flickr.com/photos/robinbos/565942641/">3Dconnexion SpaceNavigator PE</a><br />
  <br />
  Originally uploaded by <a href="http://www.flickr.com/people/robinbos/">robinbos</a><br />
 </span>
</div>
<p>This is one nifty piece of hardware! It really rocks in combination with Google Earth, browsing the world becomes even cooler!  Possibilities are zooming, tilting and panning. <br />
Also works with other programs, like 3dsmax and such, but I am/ we are not into 3D (yet;)).</p>
<p>I&#8217;m still giving away <a href="http://robinb0s.nl/school/index.php/2007/05/08/free-joost-invites-its-my-giveaway-party/">free Joost invites</a>!<br />
<br clear="all" /></p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2007/06/18/3dconnexion-spacenavigator-pe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My vacation location this year</title>
		<link>http://robinb0s.nl/school/index.php/2007/06/16/my-vacation-location-this-year/</link>
		<comments>http://robinb0s.nl/school/index.php/2007/06/16/my-vacation-location-this-year/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 10:35:33 +0000</pubDate>
		<dc:creator>robinbos</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://robinb0s.nl/school/index.php/2007/06/16/my-vacation-location-this-year/</guid>
		<description><![CDATA[Feel free to contact me if you want a place to sleep (for free) in this region somewhere in the begin of July.]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://www.google.com/maps?f=q&#038;hl=en&#038;q=48.69113,-1.943121&#038;ie=UTF8&#038;ll=48.693737,-1.945267&#038;spn=0.026628,0.058365&#038;t=h&#038;z=14&#038;om=1"><img id="image150" src="http://robinb0s.nl/school/wp-content/uploads/2007/06/vacation-location-france.png" alt="Vacation location 2007 (France)" /></a></center></p>
<p>Feel free to contact me if you want a place to sleep (for free) in <a href="http://www.google.com/maps?f=q&#038;hl=en&#038;q=48.69113,-1.943121&#038;ie=UTF8&#038;ll=48.693737,-1.945267&#038;spn=0.026628,0.058365&#038;t=h&#038;z=14&#038;om=1">this region</a> somewhere in the begin of July.</p>
]]></content:encoded>
			<wfw:commentRss>http://robinb0s.nl/school/index.php/2007/06/16/my-vacation-location-this-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
