<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Home</title>
		<link>http://www.yourdimensions.nl/blog/</link>
		<atom:link href="http://www.yourdimensions.nl/blog/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Now working for the European Space Agency</title>
			<link>http://www.yourdimensions.nl/now-working-for-the-european-space-agency/</link>
			<description>&lt;p&gt;I am now working for the European Space Agency (also known as ESA). Most of my work is considered confidential, so i can't go into it here, but I am part of the development process of several satellites! For my job at the ESA i have to travel allot.&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Mon, 16 Jul 2012 19:41:00 +0200</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/now-working-for-the-european-space-agency/</guid>
		</item>
		
		<item>
			<title>Netbeans plugin for AVR microcontrollers</title>
			<link>http://www.yourdimensions.nl/netbeans-plugin-for-avr-microcontrollers/</link>
			<description>&lt;p&gt;In the beginning of November 2011, I posted&amp;nbsp;&lt;a href=&quot;http://netbeans.dzone.com/nb-c-avrdude-1&quot;&gt;an article on NetBeans Zone&lt;/a&gt;&amp;nbsp;about implementing AVR microcontroller support for NetBeans IDE. For the last month (in my spare time) I have been working to create the first plugin that brings the IDE closer to realizing that goal.&lt;/p&gt;
&lt;p&gt;I have already released a beta version of the RS232 plugin and i will release the first beta for AVR support in the Netbeans IDE soon!&lt;/p&gt;
&lt;p&gt;The RS232 window is capable of receiving RS232 communication data and display this data in either ASCII (plain text), hexadecimal, octal or binary values; sending data to the device in either ASCII or hexadecimal values; logging the data to a log file; changing COM port, baud, # databits, parity, stopbits, and some handy UI stuff.&amp;nbsp;The plugin also has some public API packages that other NetBeans RCP developers can use to implement RS232 communication in their own applications.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;http://java.net/projects/nbplugin-avr&quot;&gt;http://java.net/projects/nbplugin-avr&lt;/a&gt;&amp;nbsp;for the latest release and sources (GPL-2.0).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I am currently looking for people who are willing to join the project and help develop and/or test the plugin!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Sat, 14 Jan 2012 20:24:00 +0100</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/netbeans-plugin-for-avr-microcontrollers/</guid>
		</item>
		
		<item>
			<title>What do programmers listen to all day? The Java Song!</title>
			<link>http://www.yourdimensions.nl/what-do-programmers-listen-to-all-day-the-java-song/</link>
			<description>&lt;p&gt;As a programmer and computer specialist I can tell you that, even tough this song is awesome, it is not something we listen to all day. However I can tell you that ALL Java programmers will get a big smile on there face when they listen to this!&lt;br /&gt;&lt;br /&gt;&lt;iframe src=&quot;http://www.youtube.com/embed/b-Cr0EWwaTk&quot; width=&quot;475&quot; height=&quot;295&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;</description>
			<pubDate>Wed, 16 Nov 2011 09:19:00 +0100</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/what-do-programmers-listen-to-all-day-the-java-song/</guid>
		</item>
		
		<item>
			<title>Proposal: C/C++ with AVR Microcontroller Plugin AVRDUDE</title>
			<link>http://www.yourdimensions.nl/proposal-c-c-with-avr-microcontroller-plugin-avrdude/</link>
			<description>&lt;p&gt;For several years now I've noticed a lack of support in NetBeans IDE for the embedded systems world. I want to address this problem.&lt;/p&gt;
&lt;p&gt;In Eclipse and Microsoft Visual Studio, there are plugins/alternative versions to allow developers to program C/C++ code for embedded devices. So far NetBeans IDE only supports the development of microchip microcontrollers (MCU) via the &lt;a href=&quot;http://www.microchip.com/en_us/family/mplabx/index.html&quot;&gt;MPLAB X IDE&lt;/a&gt;, which is an extended version of NetBeans IDE.&lt;/p&gt;
&lt;p&gt;However, most enthusiasts use Atmel MCU's and Arduino platforms (based on Atmel). Although there are workarounds available to use NetBeans IDE as an Atmel MCU IDE, it is still not an optimal solution.&lt;/p&gt;
&lt;p&gt;See:&lt;br /&gt; &lt;a href=&quot;http://www.ethernut.de/nutwiki/Developing_for_AVR_with_NetBeans%3F_Easy_as_1-2-3!&quot;&gt;Developing for AVR with NetBeans&lt;/a&gt;&lt;br /&gt; &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=printview&amp;amp;t=104604&amp;amp;start=0&quot;&gt;AVRFreaks AVR with NetBeans&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Proposal&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt; I propose to create a new plugin for NetBeans IDE that allows an embedded engineer to compile and upload their code to an MCU by utilizing AVRDUDE.&lt;/p&gt;
&lt;p&gt;To create this functionality, we have to extend the existing C/C++ plugin with new features. After compiling a hex file, with the avr-gcc toolchain, the program AVRDUDE needs to be executed. The actual uploading of the compiled program is then handled by AVRDUDE, which is open source (see &lt;a href=&quot;http://savannah.nongnu.org/projects/avrdude/&quot;&gt;AVRDUDE&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;To make the whole picture complete, the plugin also needs an AVR simulator to debug en test the written code. For this we could use &lt;a href=&quot;http://www.nongnu.org/simulavr/&quot;&gt;http://www.nongnu.org/simulavr/&lt;/a&gt;. And, because embedded devices often use UART (RS232) to communicate with a computer, an RS232 implementation is also needed (see &lt;a href=&quot;http://rxtx.qbang.org/wiki/index.php/Main_Page&quot;&gt;RXTX lib&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Summary&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;The proposed features are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Uploading compiled program by calling AVRDUDE after compilation&lt;/li&gt;
&lt;li&gt;Configuring AVRDUDE for the selected MCU target (Settings)&lt;/li&gt;
&lt;li&gt;Code completion for Atmel AVR&lt;/li&gt;
&lt;li&gt;Integration of Arduino development plugin (&lt;a href=&quot;http://java.dzone.com/news/arduino-development-using&quot;&gt;Arduino Development using Netbeans&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Integration of Arduino libraries / processing&lt;/li&gt;
&lt;li&gt;An AVR simulator to debug en test code&lt;/li&gt;
&lt;li&gt;A RS232 monitoring tool/window &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I am committed to make this work! However, before I begin, I would like to hear your thoughts and ideas. Or maybe there are other NetBeans Platform developers willing to contribute to the development of this plugin?&lt;/p&gt;</description>
			<pubDate>Mon, 07 Nov 2011 10:15:00 +0100</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/proposal-c-c-with-avr-microcontroller-plugin-avrdude/</guid>
		</item>
		
		<item>
			<title>Advance Invoice System</title>
			<link>http://www.yourdimensions.nl/advance-invoice-system/</link>
			<description>&lt;p&gt;When I released the&amp;nbsp;&lt;a href=&quot;http://yourdimensions.nl/simple-invoice-manager/&quot;&gt;Simple Invoice Manager&lt;/a&gt;&amp;nbsp;(SIM) over a year ago (also see &lt;a href=&quot;https://blogs.oracle.com/geertjan/entry/invoices_for_barack_obama_on&quot;&gt;Invoices For Barack Obama On The NetBeans Platform&lt;/a&gt;) I didn't expect to get so much attention to this very simple program. Eventhoug the SIM was completely functional it wasn't meant for actual usage. It was a program created for demonstration purposes only. Since then I have received several requests from people if they could use the program.&lt;br /&gt;Because of this I have decided to create a new program, the Advance Invoice System (AIS), based on the Netbeans Platform.&lt;/p&gt;
&lt;p&gt;The proposed features of the first release are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Adding / Altering / Removing Invoices &amp;amp; customers;&lt;/li&gt;
&lt;li&gt;Server application for storage of invoices and other data
&lt;ul&gt;
&lt;li&gt;xml based communication between client and server;&lt;/li&gt;
&lt;li&gt;Acces control management&lt;/li&gt;
&lt;li&gt;database (in XML, MySQL or similar, this is yet to be defined)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Product management
&lt;ul&gt;
&lt;li&gt;Adding / Altering / Removing products&lt;/li&gt;
&lt;li&gt;Linking / unlinking product with invoice&lt;/li&gt;
&lt;li&gt;Product tax management&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Shipment management
&lt;ul&gt;
&lt;li&gt;Adding / Altering / Removing shipment methods.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;The target audience for this application will be small businesses, freelancers and other small entrepreneurs.&amp;nbsp;&lt;/div&gt;
&lt;p&gt;The project is going to be released with the GPL license and will be completely open-source.&lt;/p&gt;
&lt;p&gt;People interested in joining the development effort are welcome. The project has already started and can be found at&amp;nbsp;&lt;a href=&quot;http://kenai.com/projects/ais&quot;&gt;Kenai.&lt;/a&gt;&lt;/p&gt;</description>
			<pubDate>Mon, 07 Nov 2011 07:30:00 +0100</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/advance-invoice-system/</guid>
		</item>
		
		<item>
			<title>Started working at Logica</title>
			<link>http://www.yourdimensions.nl/started-working-at-logica/</link>
			<description>&lt;p&gt;Yesterday I got my leasecar and today was my first day at Logica as an Embedded systems engineer!&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Thu, 01 Sep 2011 20:45:00 +0200</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/started-working-at-logica/</guid>
		</item>
		
		<item>
			<title>Wind turbine race 2011</title>
			<link>http://www.yourdimensions.nl/wind-turbine-race-201/</link>
			<description>&lt;p&gt;After the amazing success of last years international &amp;ldquo;Racing Aeolus 2009&amp;rdquo; and &amp;ldquo;Racing Aeolus 2010&amp;rdquo; at Ringk&amp;oslash;bing-Skjern airport in Denmark, the Hogeschool van Amsterdam is again participating in the &amp;rdquo;Racing Aeolus 2011&amp;rdquo; that is held in the Netherlands. I will again be participating in this race.&lt;/p&gt;
&lt;p&gt;We have allot of new ideas this year and upgrading the drive-by-wire computer in the car is one of them. Since last year we have gathered allot of new experiance with creating a drive-by-wire computer in the &lt;a href=&quot;http://www.spiritofamsterdam.nl/&quot;&gt;Spirit of Amsterdam 2&lt;/a&gt;&amp;nbsp;and the &lt;a href=&quot;http://h2a.nu/&quot;&gt;H2A&lt;/a&gt;&amp;nbsp;vehicle. The lessons we learned during these two project will be incorperated in the design of the 2011 wind vehicle.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;img class=&quot;left&quot; src=&quot;http://www.yourdimensions.nl/assets/Portfolio/Hardware/_resampled/ResizedImage225300-P9240059.JPG&quot; width=&quot;225&quot; height=&quot;300&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Tue, 05 Apr 2011 21:51:00 +0200</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/wind-turbine-race-201/</guid>
		</item>
		
		<item>
			<title>Graduated!! </title>
			<link>http://www.yourdimensions.nl/graduated/</link>
			<description>&lt;p&gt;After almost 4 years I have completed my bachalors degree with cum laude!&lt;/p&gt;</description>
			<pubDate>Mon, 04 Apr 2011 20:40:00 +0200</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/graduated/</guid>
		</item>
		
		<item>
			<title>First test flight (Video)</title>
			<link>http://www.yourdimensions.nl/first-test-flight-video/</link>
			<description>&lt;p&gt;The first test flight of my quadrocopter. This quadrocopter was build as my graduation project for Logica Working Tomorrow.&lt;/p&gt;
&lt;p&gt;&lt;iframe src=&quot;http://www.youtube.com/embed/o8CBOaBlrD0&quot; width=&quot;480&quot; height=&quot;390&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Thu, 31 Mar 2011 21:24:00 +0200</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/first-test-flight-video/</guid>
		</item>
		
		<item>
			<title>QuadroCopter PID Test (Video)</title>
			<link>http://www.yourdimensions.nl/quadrocopter-pid-test-video/</link>
			<description>&lt;p&gt;Testing the PID controller on my quadrocopter that I build for my bachelor graduation project and internship at Logica Working Tomorrow.&lt;/p&gt;
&lt;p&gt;&lt;iframe src=&quot;http://www.youtube.com/embed/0aCqb-3ivjQ&quot; width=&quot;480&quot; height=&quot;390&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Wed, 30 Mar 2011 21:17:00 +0200</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/quadrocopter-pid-test-video/</guid>
		</item>
		
		<item>
			<title>Logica Quadrocopter engine test (Video)</title>
			<link>http://www.yourdimensions.nl/logica-quadrocopter-engine-test-video/</link>
			<description>&lt;p&gt;Just before Xmas I was able to do the first test flight with the quadrocopter that I am building for my graduation assignment.&lt;/p&gt;
&lt;p&gt;With this test flight i was able to show my project leader that it will be able to lift sufficient weight to carry the onboard computer + payload.&lt;/p&gt;
&lt;p&gt;Because the onboard system is not finished yet, we were unable to control the 4 engines separately and as a result were unable to steer the craft. So to do the test we simply put all the engines to full throttle and connected the quadrocopter to the desk with duck-tape and string (my version of a high-tech test environment)&lt;/p&gt;
&lt;p&gt;&lt;iframe src=&quot;http://www.youtube.com/embed/GYiA1CEPWDQ&quot; width=&quot;480&quot; height=&quot;390&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;</description>
			<pubDate>Mon, 03 Jan 2011 13:17:00 +0100</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/logica-quadrocopter-engine-test-video/</guid>
		</item>
		
		<item>
			<title>First place at the wind turbine race</title>
			<link>http://www.yourdimensions.nl/first-place-at-the-wind-turbine-race/</link>
			<description>&lt;p&gt;After the amazing success of last years international &amp;ldquo;Racing Aeolus&amp;rdquo; race at Ringk&amp;oslash;bing-Skjern airport in Denmark, the &amp;lsquo;Hogeschool van Amsterdam&amp;rsquo; has again won the 2010 race.&lt;br /&gt;&lt;img class=&quot;left&quot; src=&quot;http://www.yourdimensions.nl/assets/Portfolio/Hardware/_resampled/ResizedImage225300-P9240059.JPG&quot; width=&quot;225&quot; height=&quot;300&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe src=&quot;http://www.youtube.com/embed/f2yE35x-7G0&quot; width=&quot;480&quot; height=&quot;295&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For more info visit &lt;a href=&quot;http://www.yourdimensions.nl/spirit-of-amsterdam-page/&quot; title=&quot;Spirit of Amsterdam page&quot;&gt;the Spirit of Amsterdam page&lt;/a&gt; or visit&amp;nbsp;&lt;a href=&quot;http://www.spiritofamsterdam.nl/&quot;&gt;the official website&lt;/a&gt;.&lt;/p&gt;</description>
			<pubDate>Wed, 29 Sep 2010 21:23:00 +0200</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/first-place-at-the-wind-turbine-race/</guid>
		</item>
		
		<item>
			<title>Graduation assignment at logica</title>
			<link>http://www.yourdimensions.nl/graduation-assignment-at-logica/</link>
			<description>&lt;p&gt;Everything must come to an end! This, sadly, is also true for my studies at the Hogeschool van Amsterdam. Only one more semester and than i'm done. But before i graduate, i need to complete a graduation assignment. I have chosen to do this at logica.nl.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My assignment:&lt;br /&gt;For my assignment i'm going to build a quadro copter with automatic gps navigation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What is a quadro copter?:&lt;br /&gt;&quot;A quadrotor, also called a quadrotor helicopter or quadrocopter, is an aircraft that is lifted and propelled by four rotors. Quadrotors are classified as rotorcraft, as opposed to fixed-wing aircraft, because their lift is derived from four rotors. They can also be classified as helicopters, though unlike standard helicopters, quadrotors use fixed-pitch blades, whose rotor pitch does not vary as the blades rotate. Control of vehicle motion can be achieved by varying the relative speed of each rotor to change the thrust and torque produced by each.&quot; as described on wikipedia.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Fri, 27 Aug 2010 21:34:00 +0200</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/graduation-assignment-at-logica/</guid>
		</item>
		
		<item>
			<title>RPM measurement with GEL2474</title>
			<link>http://www.yourdimensions.nl/rpm-measurement-with-gel247/</link>
			<description>&lt;p&gt;For my project &quot;&lt;a href=&quot;http://www.yourdimensions.nl/spirit-of-amsterdam/&quot;&gt;The Spirit of Amsterdam&lt;/a&gt;&quot; we have to measure the speed of the vehicle. To do this we use the 'Lenord + Bauer Speed Sensor Gel 2474' with an optocoupler to deliver the data to an atmega32. The code however remains private until the race in Denmark except for the documentation which can be downloaded &lt;a href=&quot;http://www.yourdimensions.nl/assets/Portfolio/Hardware/RPM-measurement-specification.pdf&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;left&quot; src=&quot;http://www.yourdimensions.nl/assets/Portfolio/Hardware/_resampled/ResizedImage209189-gel2474.png&quot; width=&quot;209&quot; height=&quot;189&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Download&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.yourdimensions.nl/assets/Portfolio/Hardware/RPM-measurement-specification.pdf&quot;&gt;Measurement Specification&lt;/a&gt;&lt;/p&gt;</description>
			<pubDate>Tue, 01 Jun 2010 19:27:00 +0200</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/rpm-measurement-with-gel247/</guid>
		</item>
		
		<item>
			<title>Oneway Serial communication Library</title>
			<link>http://www.yourdimensions.nl/oneway-serial-communication-library/</link>
			<description>&lt;p&gt;A couple of days ago I got inspired to write a serial communications library in the C programming language to facilitate one-way communication between two atmega32 devices.&lt;/p&gt;
&lt;p&gt;I know that implementing a one-way serial communication library isn't always practical. Mainly because a one-way connection limits the possibilities for an implementor to do creative stuff with, but in my case, for my home project it was exactly what I wanted.&lt;/p&gt;
&lt;p&gt;With just a few modifications, it should be possible to implement a two-way connection, and maybe at a later time I will be inspired to do it myself.&lt;/p&gt;
&lt;p&gt;Will be Continued......&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Download&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.yourdimensions.nl/assets/Portfolio/Hardware/SerialCommunicationSpecification.pdf&quot;&gt;Library specification&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.yourdimensions.nl/assets/Portfolio/Hardware/Serial-Communication.zip&quot;&gt;C Library source code&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Sat, 08 May 2010 01:36:00 +0200</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/oneway-serial-communication-library/</guid>
		</item>
		
		<item>
			<title>Simple Invoice Manager</title>
			<link>http://www.yourdimensions.nl/simple-invoice-manager-2/</link>
			<description>&lt;p&gt;A simple mysql database driven invoice manager. It keeps track of all your invoices for your customers.  There is a working demo available in the download section of the &lt;a href=&quot;http://www.yourdimensions.nl/simple-invoice-manager/&quot;&gt;simple invoice manager page&lt;/a&gt;&amp;nbsp;as well as the source code.&lt;/p&gt;</description>
			<pubDate>Sat, 06 Mar 2010 14:17:00 +0100</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/simple-invoice-manager-2/</guid>
		</item>
		
		<item>
			<title>Spirit of Amsterdam</title>
			<link>http://www.yourdimensions.nl/spirit-of-amsterdam/</link>
			<description>&lt;p&gt;Today I joined the &quot;Spirit of Amsterdam&quot; team.&amp;nbsp;The international &amp;ldquo;Racing Aeolus&amp;rdquo; race will be held at the Ringk&amp;oslash;bing-Skjern airport in denmark and the &quot;Spirit of Amsterdam&quot; wil be participating in the race. Last year, the &quot;Spirit of Amsterdam&quot; came first place and we are hoping to repeat this feat.&lt;/p&gt;
&lt;p&gt;The mean goal of the race is to drive as fast as possible against the wind with a vehicle being driven on wind energy. The Hogeschool van Amsterdam (HvA) will be participating in the race of 2010. The vehicle is being built by students of several&amp;nbsp;faculties, teachers and outside experts.&lt;/p&gt;
&lt;p&gt;More information wil be available on a later date.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://yourdimensions.nl/assets/Portfolio/Hardware/spiritOfAmsterdam.jpg&quot; /&gt;&lt;/p&gt;</description>
			<pubDate>Fri, 05 Mar 2010 14:30:00 +0100</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/spirit-of-amsterdam/</guid>
		</item>
		
		<item>
			<title>Te Anau and Milford Sound</title>
			<link>http://www.yourdimensions.nl/te-anau-and-milford-sound/</link>
			<description>&lt;p&gt;In this video you can watch me and my friends visit Te Anau and Milford Sound in New Zealand. This day was very memorable. We witnessed many incredible things like waterfalls, snow, fjords and dolfins.&lt;/p&gt;
&lt;p&gt;
&lt;object width=&quot;480&quot; height=&quot;295&quot; data=&quot;http://www.youtube.com/v/h2YuGIG4WpI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00&quot; type=&quot;application/x-shockwave-flash&quot;&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;
&lt;param name=&quot;src&quot; value=&quot;http://www.youtube.com/v/h2YuGIG4WpI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00&quot; /&gt;
&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;
&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Thu, 31 Dec 2009 17:15:00 +0100</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/te-anau-and-milford-sound/</guid>
		</item>
		
		<item>
			<title>Christchurch in New Zealand</title>
			<link>http://www.yourdimensions.nl/christchurch-in-new-zealand/</link>
			<description>&lt;p&gt;Cristchurch in New Zealand.&lt;/p&gt;
&lt;p&gt;
&lt;object width=&quot;480&quot; height=&quot;295&quot; data=&quot;http://www.youtube.com/v/aJCyIHRMuHY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00&quot; type=&quot;application/x-shockwave-flash&quot;&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;
&lt;param name=&quot;src&quot; value=&quot;http://www.youtube.com/v/aJCyIHRMuHY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00&quot; /&gt;
&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;
&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Thu, 31 Dec 2009 17:09:00 +0100</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/christchurch-in-new-zealand/</guid>
		</item>
		
		<item>
			<title>Bungy jumping in New Zealand</title>
			<link>http://www.yourdimensions.nl/bungy-jumping-in-new-zealand/</link>
			<description>&lt;p&gt;Watch me jump of a bridge bungy style.&lt;/p&gt;
&lt;p&gt;
&lt;object width=&quot;480&quot; height=&quot;295&quot; data=&quot;http://www.youtube.com/v/afRuoAxW9oM&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00&quot; type=&quot;application/x-shockwave-flash&quot;&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;
&lt;param name=&quot;src&quot; value=&quot;http://www.youtube.com/v/afRuoAxW9oM&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00&quot; /&gt;
&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;
&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Wed, 30 Dec 2009 20:10:00 +0100</pubDate>
			
			
			<guid>http://www.yourdimensions.nl/bungy-jumping-in-new-zealand/</guid>
		</item>
		

	</channel>
</rss>