<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Things to remember...</title>
	<atom:link href="http://kristofhouwen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kristofhouwen.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 08 Nov 2011 12:00:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kristofhouwen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Things to remember...</title>
		<link>http://kristofhouwen.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kristofhouwen.wordpress.com/osd.xml" title="Things to remember..." />
	<atom:link rel='hub' href='http://kristofhouwen.wordpress.com/?pushpress=hub'/>
		<item>
		<title>xdebug met MAMP gebruiken op OSX</title>
		<link>http://kristofhouwen.wordpress.com/2010/12/28/xdebug-met-mamp-gebruiken-op-osx-10-5/</link>
		<comments>http://kristofhouwen.wordpress.com/2010/12/28/xdebug-met-mamp-gebruiken-op-osx-10-5/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 12:53:29 +0000</pubDate>
		<dc:creator>khouwen</dc:creator>
				<category><![CDATA[PHP development]]></category>
		<category><![CDATA[webdevelopment]]></category>
		<category><![CDATA[MAMP]]></category>
		<category><![CDATA[OSX 10.5]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[x-debug]]></category>

		<guid isPermaLink="false">http://kristofhouwen.wordpress.com/?p=103</guid>
		<description><![CDATA[Als lokale development server maak ik op mijn Macbook Pro gebruik van MAMP. Om te debuggen had ik op mijn Ubuntu machine XDebug geïnstalleerd. Een eerste blik op de website van XDebug en een search op Google bevestigden mijn vermoeden, er bestaan geen pre-compiled versie voor OSX. Gelukkig zijn de mensen van Komodo IDE zo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=103&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Als lokale development server maak ik op mijn Macbook Pro gebruik van <a href="http://www.mamp.info/en/mamp/index.html">MAMP</a>.  Om te debuggen had ik op mijn Ubuntu machine XDebug geïnstalleerd. Een eerste blik op de website van XDebug en een search op Google bevestigden mijn vermoeden, er bestaan geen pre-compiled versie voor OSX.  Gelukkig zijn de mensen van Komodo IDE zo goed geweest hun versie online te plaatsen zodat iedereen er kan gebuik van maken</p>
<p>1.  <a href="http://aspn.activestate.com/ASPN/Downloads/Komodo/RemoteDebugging">Download de XDebug file van de Komodo website</a></p>
<p>2. Kopieer de xdebug.so file naar de map voor extensie in uw  MAMP installatie<br />
<code>cp xdebug.so /Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20050922/<br />
</code></p>
<p>3. edit de file  <em>/Applications/MAMP/conf/php5/php.ini</em> en voeg de xdebug configuratie toe onderaan<br />
<code><br />
; xdebug config for Linux and Mac OS X<br />
zend_extension=/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20050922/xdebug.so<br />
xdebug.remote_enable=1<br />
xdebug.remote_handler=dbgp<br />
xdebug.remote_mode=req<br />
xdebug.remote_host=127.0.0.1<br />
xdebug.remote_port=9000<br />
</code></p>
<p>4. Herstart de MAMP server en check of alles correct is geïnstalleerd met phpinfo()</p>
<p>Je kan alles terugvinden via het artikel <a href="http://debuggable.com/posts/setting-up-xdebug-on-mac-os-x-or-win32-linux:480f4dd6-0240-4a90-8fa1-4e41cbdd56cb" target="_blank">http://debuggable.com/posts/setting-up-xdebug-on-mac-os-x-or-win32-linux:480f4dd6-0240-4a90-8fa1-4e41cbdd56cb</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kristofhouwen.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kristofhouwen.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kristofhouwen.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kristofhouwen.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kristofhouwen.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kristofhouwen.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kristofhouwen.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kristofhouwen.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kristofhouwen.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kristofhouwen.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kristofhouwen.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kristofhouwen.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kristofhouwen.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kristofhouwen.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=103&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kristofhouwen.wordpress.com/2010/12/28/xdebug-met-mamp-gebruiken-op-osx-10-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cacf6164c3ec70ff9f0cd18d9524cd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kristof Houwen</media:title>
		</media:content>
	</item>
		<item>
		<title>Setup PEAR in Mac OSX 10.5</title>
		<link>http://kristofhouwen.wordpress.com/2009/08/12/setup-pear-in-mac-osx-10-5/</link>
		<comments>http://kristofhouwen.wordpress.com/2009/08/12/setup-pear-in-mac-osx-10-5/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 13:54:36 +0000</pubDate>
		<dc:creator>khouwen</dc:creator>
				<category><![CDATA[PHP development]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://kristofhouwen.wordpress.com/?p=96</guid>
		<description><![CDATA[Standaard komt de OSX 10.5  met een PHP versie 5.2.6 of hoger geïnstalleerd.  Enkel PEAR wordt niet meer standaard voor geïnstalleerd.  Komende van een Ubuntu (Linux) omgeving, was het toch even zoeken om PEAR werkend te krijgen. Onderstaand de manier waarop ik mijn installatie heb uitgevoerd: 1. php.ini aanmaken cd /etc sudo cp php.ini.default php.ini [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=96&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Standaard komt de OSX 10.5  met een PHP versie 5.2.6 of hoger geïnstalleerd.  Enkel PEAR wordt niet meer standaard voor geïnstalleerd.  Komende van een Ubuntu (Linux) omgeving, was het toch even zoeken om PEAR werkend te krijgen.  Onderstaand de manier waarop ik mijn installatie heb uitgevoerd:</p>
<p>1.  php.ini aanmaken<br />
<code>cd /etc</code><br />
<code>sudo cp php.ini.default php.ini</code></p>
<p>2. PEAR downloaden en installeren<br />
<code>cd ~</code><br />
<code>curl http://pear.php.net/go-pear | sudo php</code></p>
<p>Wanneer de installatieprocedure komt bij &#8220;Below is a suggested file layout for your new PEAR installation&#8230;.&#8221; , heb ik de standaard opgegeven directories gewijzigd in:</p>
<ol>
<li>Installation prefix ($prefix) :      /usr</li>
<li>Tempory files directory:            /temp</li>
<li>Binaries directory:                    $prefix/bin</li>
<li>PHP code directory ($php_dir): $prefix/share/PEAR</li>
<li>Documentation base directory:$php_dir/docs</li>
<li>Data base directory:                 $php_dir/data</li>
<li>Tests base directory:                $php_dir/tests</li>
</ol>
<p>Op deze manier moest ik mijn path niet aanpassen daar pear wordt ge-installeerd in de /usr/bin directory.</p>
<p>Tijdens de installatie wordt gevraagd om /private/etc/php.ini aan te passen, dit heb ik ook gedaan daar dit de ini file is die wordt ingeladen door de PHP CLI.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kristofhouwen.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kristofhouwen.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kristofhouwen.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kristofhouwen.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kristofhouwen.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kristofhouwen.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kristofhouwen.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kristofhouwen.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kristofhouwen.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kristofhouwen.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kristofhouwen.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kristofhouwen.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kristofhouwen.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kristofhouwen.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=96&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kristofhouwen.wordpress.com/2009/08/12/setup-pear-in-mac-osx-10-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cacf6164c3ec70ff9f0cd18d9524cd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kristof Houwen</media:title>
		</media:content>
	</item>
		<item>
		<title>Setup Ubuntu 9.04 for RoR development</title>
		<link>http://kristofhouwen.wordpress.com/2009/05/02/setup-ubuntu-904-for-ror-development/</link>
		<comments>http://kristofhouwen.wordpress.com/2009/05/02/setup-ubuntu-904-for-ror-development/#comments</comments>
		<pubDate>Sat, 02 May 2009 17:10:53 +0000</pubDate>
		<dc:creator>khouwen</dc:creator>
				<category><![CDATA[Ruby development]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kristofhouwen.wordpress.com/2009/05/02/setup-ubuntu-904-for-ror-development/</guid>
		<description><![CDATA[I found this nice tutorial : http://www.maverickconceptions.com/2009/04/26/a-designersdevelopment-environment/ to setup Ubuntu 9.04 for development. If you want to use Ruby 1.9, you can follow this short tutorial http://rudygems.com/post/99075288/ruby-191-install<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=72&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found this nice tutorial : <a href="http://www.maverickconceptions.com/2009/04/26/a-designersdevelopment-environment/">http://www.maverickconceptions.com/2009/04/26/a-designersdevelopment-environment/</a> to setup Ubuntu 9.04 for development.</p>
<p>If you want to use Ruby 1.9, you can follow this short tutorial <a href="http://rudygems.com/post/99075288/ruby-191-install">http://rudygems.com/post/99075288/ruby-191-install</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kristofhouwen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kristofhouwen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kristofhouwen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kristofhouwen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kristofhouwen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kristofhouwen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kristofhouwen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kristofhouwen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kristofhouwen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kristofhouwen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kristofhouwen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kristofhouwen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kristofhouwen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kristofhouwen.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=72&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kristofhouwen.wordpress.com/2009/05/02/setup-ubuntu-904-for-ror-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cacf6164c3ec70ff9f0cd18d9524cd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kristof Houwen</media:title>
		</media:content>
	</item>
		<item>
		<title>403 error using Xampp</title>
		<link>http://kristofhouwen.wordpress.com/2009/02/03/403-error-using-xampp/</link>
		<comments>http://kristofhouwen.wordpress.com/2009/02/03/403-error-using-xampp/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 19:07:56 +0000</pubDate>
		<dc:creator>khouwen</dc:creator>
				<category><![CDATA[PHP development]]></category>
		<category><![CDATA[error 403]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://kristofhouwen.wordpress.com/?p=70</guid>
		<description><![CDATA[I use Xampp as my local webserver for development. When I re-install the software, I also linked my /home/kristof/www folder to the htdocs/kristof of Xampp. I use the command: ~$ ln -s ~/www /opt/xampp/htdocs/$USER After putting an index.html test file in the www map, I pointed Firefox to http://localhost/kristof/ An error 403 page was the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=70&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.apachefriends.org/en/xampp.html">Xampp</a> as my local webserver for development.  When I re-install the software, I also linked my /home/kristof/www folder to the htdocs/kristof of Xampp.  I use the command:</p>
<p><code>~$ ln -s ~/www /opt/xampp/htdocs/$USER </code></p>
<p>After putting an index.html test file in the www map, I pointed Firefox to http://localhost/kristof/  An error 403 page was the result.</p>
<p>The source of this error is Apache not having the rights to access files in the www directory.  For some reason, my home folder didn&#8217;t allow others to access files.  After right-clicking the home folder and changing the security settings to &#8220;access files&#8221;, I could surf to the index.html file without any problem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kristofhouwen.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kristofhouwen.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kristofhouwen.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kristofhouwen.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kristofhouwen.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kristofhouwen.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kristofhouwen.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kristofhouwen.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kristofhouwen.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kristofhouwen.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kristofhouwen.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kristofhouwen.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kristofhouwen.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kristofhouwen.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=70&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kristofhouwen.wordpress.com/2009/02/03/403-error-using-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cacf6164c3ec70ff9f0cd18d9524cd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kristof Houwen</media:title>
		</media:content>
	</item>
		<item>
		<title>install Sqlite3-ruby gem on ubuntu 8.10</title>
		<link>http://kristofhouwen.wordpress.com/2009/02/01/install-sqlite3-ruby-gem-on-ubuntu-810/</link>
		<comments>http://kristofhouwen.wordpress.com/2009/02/01/install-sqlite3-ruby-gem-on-ubuntu-810/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 20:15:47 +0000</pubDate>
		<dc:creator>khouwen</dc:creator>
				<category><![CDATA[Ruby development]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[sqlite3]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kristofhouwen.wordpress.com/?p=65</guid>
		<description><![CDATA[When I tried to install the Ruby adapter for Sqlite3 on my Ubuntu dev box, I encountered this error: Building native extensions. This could take a while&#8230; ERROR: Error installing sqlite3-ruby: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb install sqlite3-ruby checking for fdatasync() in -lrt&#8230; yes checking for sqlite3.h&#8230; no make make: *** [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=65&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I tried to install the Ruby adapter for Sqlite3 on my Ubuntu dev box, I encountered this error:</p>
<p><em>Building native extensions.  This could take a while&#8230;<br />
ERROR:  Error installing sqlite3-ruby:<br />
	ERROR: Failed to build gem native extension.</p>
<p>/usr/bin/ruby1.8 extconf.rb install sqlite3-ruby<br />
checking for fdatasync() in -lrt&#8230; yes<br />
checking for sqlite3.h&#8230; no</p>
<p>make<br />
make: *** No rule to make target `ruby.h&#8217;, needed by `sqlite3_api_wrap.o&#8217;.  Stop.</p>
<p>Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.4 for inspection.<br />
Results logged to /usr/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.4/ext/sqlite3_api/gem_make.out<br />
</em></p>
<p>After a look in some forums I found a solution.  These are the steps needed to install the database and the adapter for Ruby 1.8.7</p>
<p>First I install the Sqlite3 database:<br />
<code>~$ sudo apt-get install sqlite3</code></p>
<p>After this we install the lib so we don&#8217;t get the error:<br />
<code>~$ sudo apt-get install  libsqlite3-dev</code></p>
<p>Now we can install the gem without the error:<br />
<code>~$ sudo gem install sqlite3-ruby</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kristofhouwen.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kristofhouwen.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kristofhouwen.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kristofhouwen.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kristofhouwen.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kristofhouwen.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kristofhouwen.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kristofhouwen.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kristofhouwen.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kristofhouwen.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kristofhouwen.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kristofhouwen.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kristofhouwen.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kristofhouwen.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=65&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kristofhouwen.wordpress.com/2009/02/01/install-sqlite3-ruby-gem-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cacf6164c3ec70ff9f0cd18d9524cd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kristof Houwen</media:title>
		</media:content>
	</item>
		<item>
		<title>Develop ASP.net webpages in Ubuntu 8.10</title>
		<link>http://kristofhouwen.wordpress.com/2009/01/31/develop-aspnet-webpages-in-ubuntu-810/</link>
		<comments>http://kristofhouwen.wordpress.com/2009/01/31/develop-aspnet-webpages-in-ubuntu-810/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 17:41:37 +0000</pubDate>
		<dc:creator>khouwen</dc:creator>
				<category><![CDATA[Werken met Linux]]></category>
		<category><![CDATA[mono]]></category>

		<guid isPermaLink="false">http://kristofhouwen.wordpress.com/?p=56</guid>
		<description><![CDATA[Af en toe krijg ik nog eens een opdracht die moet uitgewerkt worden in asp.net 2.0 met C#. Hiervoor moet ik dan terug overschakelen naar de Windows Vista om met Visual Studio de (web)applicatie te schrijven. Er bestaat echter ook de mogelijkheid om te werken met mono, de .net voor Linux. Om aan de slag [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=56&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Af en toe krijg ik nog eens een opdracht die moet uitgewerkt worden in asp.net 2.0 met C#.  Hiervoor moet ik dan terug overschakelen naar de Windows Vista om met Visual Studio de (web)applicatie te schrijven.  Er bestaat echter ook de mogelijkheid om te werken met <a href="http://www.mono-project.com/Main_Page">mono</a>, de .net voor Linux.  Om aan de slag te gaan met <a href="http://monodevelop.com/Main_Page">mono-develop</a>, de IDE om .net/mono applicaties te ontwikkelen moet er eerst software worden geïnstalleerd <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><em>De installatie van mono runtime op Ubuntu 8.10:</em><br />
Standaard wordt mono niet meegeleverd in de Ubuntu 8.10 respositories. Gelukkig zijn er steeds mensen die zorgen voor een alternatief.  Thanks to FireRabbit for creating the packages.  Meer info vindt u op <a href="http://eric.extremeboredom.net/2008/10/15/296" target="_blank">http://eric.extremeboredom.net/2008/10/15/296</a>.</p>
<p><code>sudo apt-get install mono-devel build-essential mono-gmcs libmono-dev libpango1.0-dev libgtk2.0-dev libgtksourceview2.0-cil libgecko2.0-cil monodoc libmono-system-runtime2.0-cil libmono-cairo2.0-cil gettext</code></p>
<p><em>Installatie van IDE</em><br />
<code>sudo apt-get install monodevelop monodevelop-nunit monodevelop-versioncontrol monodevelop-database nemerle mono-xsp mono-xsp2 mono-mcs mono-1.0-devel</code></p>
<p>Als alles goed is gegaan moet je nu onder programming, de IDE mono-develop zien staan.  Meer info omtrent het ontwikkelen van asp.net webapps vindt u op <a href="http://monodevelop.com/Creating_ASP.NET_Projects">http://monodevelop.com/Creating_ASP.NET_Projects</a></p>
<p>Voorlopig blijf ik nog bij mijn vertrouwde VS2008 voor projecten van klanten, maar ik hoop toch wat te experimenteren met mono / mono-develop. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kristofhouwen.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kristofhouwen.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kristofhouwen.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kristofhouwen.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kristofhouwen.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kristofhouwen.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kristofhouwen.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kristofhouwen.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kristofhouwen.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kristofhouwen.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kristofhouwen.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kristofhouwen.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kristofhouwen.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kristofhouwen.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=56&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kristofhouwen.wordpress.com/2009/01/31/develop-aspnet-webpages-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cacf6164c3ec70ff9f0cd18d9524cd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kristof Houwen</media:title>
		</media:content>
	</item>
		<item>
		<title>Alternatieven voor Monkeybars</title>
		<link>http://kristofhouwen.wordpress.com/2009/01/24/alternatieven-voor-monkeybars/</link>
		<comments>http://kristofhouwen.wordpress.com/2009/01/24/alternatieven-voor-monkeybars/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 17:08:52 +0000</pubDate>
		<dc:creator>khouwen</dc:creator>
				<category><![CDATA[Ruby development]]></category>
		<category><![CDATA[ruby gui]]></category>

		<guid isPermaLink="false">http://kristofhouwen.wordpress.com/?p=52</guid>
		<description><![CDATA[Monkeybars is een schitterende oplossing voor mensen die Java kennen en in Ruby een goede Gui toolkit wensen. Zelf ben ik geen Java programmeur en ben ik gaan zoeken naar alternatieven. Hierbij een overzicht van de frameworks die ik heb gevonden tijdens mijn zoektocht met Google: FXRuby, gebaseerd op Fox. Net als Swing heeft FXRuby [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=52&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Monkeybars is een schitterende oplossing voor mensen die Java kennen en in Ruby een goede Gui toolkit wensen.  Zelf ben ik geen Java programmeur en ben ik gaan zoeken naar alternatieven.  Hierbij een overzicht van de  frameworks die ik heb gevonden tijdens mijn zoektocht met Google:</p>
<ul>
<li><a href="http://www.fxruby.org/">FXRuby</a>, gebaseerd op Fox.  Net als Swing heeft FXRuby eenzelfde look in alle operating systemen.</li>
<li><a href="http://ruby-gnome2.sourceforge.jp/hiki.cgi">Ruby-GNOME2</a>, gebaseerd op GTK+.  Met Glade kun je snel en makkelijk GUI applicaties maken zoals beschreven <a href="http://xrob.wordpress.com/2007/04/20/creating-a-gui-application-using-glade-and-ruby/">in deze korte tutorial</a>.</li>
<li><a href="http://techbase.kde.org/Development/Languages/Ruby">QtRuby</a>, een Ruby binding voor de alom gekende QT library van Trolltech.  Er zijn verschillende <a href="http://www.darshancomputing.com/qt4-qtruby-tutorial/">tutorials</a> en <a href="http://www.pragprog.com/titles/ctrubyqt/rapid-gui-development-with-qtruby">een boek</a> beschikbaar.</li>
<li><a href="http://wxruby.rubyforge.org/wiki/wiki.pl">WxRuby</a>, een binding voor WxWidgets.  Dit is een populaire open-source gui bibliotheek die veel wordt gebruikt voor cross-platform ontwikkeling van software.  Net als Qt zijn er bindings met verschillende talen.  Er zijn eveneens <a href="http://www.wxcommunity.com/modules.php?op=modload&amp;name=Downloads&amp;file=index&amp;req=viewsdownload&amp;sid=4">verschillende WYSIWYG builders</a> beschikbaar om snel en makkelijk de user interface op te zetten.
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kristofhouwen.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kristofhouwen.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kristofhouwen.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kristofhouwen.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kristofhouwen.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kristofhouwen.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kristofhouwen.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kristofhouwen.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kristofhouwen.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kristofhouwen.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kristofhouwen.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kristofhouwen.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kristofhouwen.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kristofhouwen.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=52&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kristofhouwen.wordpress.com/2009/01/24/alternatieven-voor-monkeybars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cacf6164c3ec70ff9f0cd18d9524cd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kristof Houwen</media:title>
		</media:content>
	</item>
		<item>
		<title>Installatie NVIDIA drivers op ubuntu</title>
		<link>http://kristofhouwen.wordpress.com/2009/01/09/installatie-nvidia-drivers-op-ubuntu/</link>
		<comments>http://kristofhouwen.wordpress.com/2009/01/09/installatie-nvidia-drivers-op-ubuntu/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 09:04:12 +0000</pubDate>
		<dc:creator>khouwen</dc:creator>
				<category><![CDATA[Werken met Linux]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://kristofhouwen.wordpress.com/?p=34</guid>
		<description><![CDATA[Om in de toekomst een nieuwe zoektocht te vermijden naar de (eenvoudige) procedure voor de manuele installatie van Nvidia drivers: download de nieuwste driver van www.nvidia.com ga naar een console via ctrl &#8211; alt -F1 stop de X-server ~$ sudo killall gdm Installeer de driver ~$ sudo sh /path/to/NVIDIA-Linux-x86-[versienummer].run Opstarten X-server ~$ sudo gdm Als [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=34&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Om in de toekomst een nieuwe zoektocht te vermijden naar de (eenvoudige) procedure voor de manuele installatie van Nvidia drivers:</p>
<ol>
<li>download de nieuwste driver van www.nvidia.com</li>
<li>ga naar een console via ctrl &#8211; alt -F1</li>
<li>stop de X-server<br />
             <code>~$ sudo killall gdm</code>
        </li>
<li>Installeer de driver<br />
             <code>~$ sudo sh /path/to/NVIDIA-Linux-x86-[versienummer].run
        </li>
<li>Opstarten X-server<br />
             <code>~$ sudo gdm</code></li>
</ol>
<p>Als alles goed is verlopen moet het bureaublad opnieuw verschijnen.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kristofhouwen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kristofhouwen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kristofhouwen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kristofhouwen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kristofhouwen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kristofhouwen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kristofhouwen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kristofhouwen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kristofhouwen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kristofhouwen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kristofhouwen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kristofhouwen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kristofhouwen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kristofhouwen.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=34&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kristofhouwen.wordpress.com/2009/01/09/installatie-nvidia-drivers-op-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cacf6164c3ec70ff9f0cd18d9524cd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kristof Houwen</media:title>
		</media:content>
	</item>
		<item>
		<title>Monkeybars links</title>
		<link>http://kristofhouwen.wordpress.com/2008/12/31/monkeybars-links/</link>
		<comments>http://kristofhouwen.wordpress.com/2008/12/31/monkeybars-links/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 16:34:48 +0000</pubDate>
		<dc:creator>khouwen</dc:creator>
				<category><![CDATA[Ruby development]]></category>
		<category><![CDATA[JRuby]]></category>
		<category><![CDATA[Monkeybars]]></category>

		<guid isPermaLink="false">http://kristofhouwen.wordpress.com/?p=28</guid>
		<description><![CDATA[Hierbij een overzicht van interessante links over Monkeybars: Tutorial : Cross-platform development with JRuby and Swing Artikel : &#8220;You’ll want to play with the latest and greatest versions of Monkeybars without conflicting with your install&#8221; Artikel: Het ontwikkelen van JBot, de eerste commerciële app met Monkeybars<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=28&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Hierbij een overzicht van interessante links over Monkeybars:</strong></p>
<ul>
<li>Tutorial : <a href="http://www.ibm.com/developerworks/library/j-monkeybars/">Cross-platform development with JRuby and Swing</a></li>
<li>Artikel : <a href="http://www.trawlr.com/feeds/23338-beyond-the-type-home"> &#8220;You’ll want to play with the latest and greatest versions of Monkeybars without conflicting with your install&#8221;</a></li>
<li>Artikel: <a href="http://dkoontz.wordpress.com/2008/12/22/jotbot-post-mortem-2/"> Het ontwikkelen van JBot, de eerste commerciële app met Monkeybars</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kristofhouwen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kristofhouwen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kristofhouwen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kristofhouwen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kristofhouwen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kristofhouwen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kristofhouwen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kristofhouwen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kristofhouwen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kristofhouwen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kristofhouwen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kristofhouwen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kristofhouwen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kristofhouwen.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=28&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kristofhouwen.wordpress.com/2008/12/31/monkeybars-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cacf6164c3ec70ff9f0cd18d9524cd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kristof Houwen</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello World met JRuby en Monkeybars</title>
		<link>http://kristofhouwen.wordpress.com/2008/12/29/hello-world-met-jruby-en-monkeybars/</link>
		<comments>http://kristofhouwen.wordpress.com/2008/12/29/hello-world-met-jruby-en-monkeybars/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 18:54:58 +0000</pubDate>
		<dc:creator>khouwen</dc:creator>
				<category><![CDATA[Ruby development]]></category>
		<category><![CDATA[JRuby]]></category>
		<category><![CDATA[Monkeybars]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://kristofhouwen.wordpress.com/?p=22</guid>
		<description><![CDATA[Na de installatie van JRuby wou ik zo snel mogelijk kennis maken met Monkeybars. In de tutorial sectie van de Monkeybars website is er voldoende materiaal aanwezig die u stap voor stap begeleidt in het opzetten en programmeren van een &#8220;Hello World&#8221; applicatie. Alvorens de tutorial uit te testen, moeten er nog enkele aanpassingen gebeuren [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=22&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Na de installatie van JRuby wou ik zo snel mogelijk kennis maken met Monkeybars.  In <a href="http://monkeybars.rubyforge.org/tutorials/">de tutorial sectie van de Monkeybars website</a>  is er voldoende materiaal aanwezig die u stap voor stap begeleidt in het opzetten en programmeren van een &#8220;Hello World&#8221; applicatie.</p>
<p>Alvorens de tutorial uit te testen, moeten er nog enkele aanpassingen gebeuren op de pc.  Hieronder een overzichtje, alsook  de volgorde van de eerste stappen die ik neem om de filestructuur van een project op te zetten.</p>
<p><strong>Aanpassing:</strong><br />
De rake in JRuby linken naar jrake.  Door deze link kan ik overal aan de rake in JRuby.  Door  deze jrake te noemen, heb ik nog steeds de rake in mijn standaard ruby installatie ter beschikking.</p>
<p><code>~$ ln -s /opt/jruby/bin/rake /usr/bin/jrake </code></p>
<p>Alsook maak ik een link aan van <em>rawr</em> en <em>monkeybars</em>.</p>
<p><code>~$ ln -s /opt/jruby/bin/rawr /usr/bin/rawr </code><br />
<code>~$ ln -s /opt/jruby/bin/rmonkeybars /usr/bin/monkeybars </code></p>
<p><strong>Opzetten van project</strong><br />
Monkeybars komt met een tool om snel en makkelijk een structuur op te zetten voor uw project.  De tool maakt in de directory een nieuwe map aan met de opgegeven naam en plaatst daarin alle benodigde files.</p>
<p><code>~$ monkeybars HelloWorld</code><br />
<code>~$ cd HelloWorld </code></p>
<p>Aanmaken van controller, view en model gebeurt met rake, in ons geval jrake (link aangemaakt).</p>
<p><code>~/HelloWorld$ jrake generate ALL="src/greet"</code></p>
<p>opm.  &#8216;greet&#8217; is een naam die u zelf kan kiezen, meer info vindt u<a href="http://monkeybars.rubyforge.org/tutorials/installing3.html"> in de documentatie.</a></p>
<p>Na deze stappen is de basisstructuur van het project opgezet.  De verdere uitleg omtrent het bouwen van de &#8216;Hello World&#8217; applicatie in Netbeans vindt u terug op hun <a href="http://monkeybars.rubyforge.org/tutorials/usage2.html">website</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kristofhouwen.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kristofhouwen.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kristofhouwen.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kristofhouwen.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kristofhouwen.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kristofhouwen.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kristofhouwen.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kristofhouwen.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kristofhouwen.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kristofhouwen.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kristofhouwen.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kristofhouwen.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kristofhouwen.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kristofhouwen.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kristofhouwen.wordpress.com&amp;blog=5394924&amp;post=22&amp;subd=kristofhouwen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kristofhouwen.wordpress.com/2008/12/29/hello-world-met-jruby-en-monkeybars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cacf6164c3ec70ff9f0cd18d9524cd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kristof Houwen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
