<?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>Michel Hiemstra - Web Development &#38; Internet Marketing &#187; dev</title>
	<atom:link href="http://www.michelhiemstra.nl/blog/tag/dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michelhiemstra.nl/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 30 Mar 2011 14:59:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Expanding my programming knowledge with: iPhone development</title>
		<link>http://www.michelhiemstra.nl/blog/expanding-my-programming-knowledge-with-iphone-development/</link>
		<comments>http://www.michelhiemstra.nl/blog/expanding-my-programming-knowledge-with-iphone-development/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 09:17:59 +0000</pubDate>
		<dc:creator>Michel Hiemstra</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.michelhiemstra.nl/blog/?p=183</guid>
		<description><![CDATA[Yeah, I started to learn iPhone development a while back, but gave up pretty easily when work started to get busy. But now I finally found some time to continue learning the cool, but different language: Objective-C. 
I started to watch the movies on iTunes U, enrolled as a Apple developer and bought some books, <a href="http://www.michelhiemstra.nl/blog/expanding-my-programming-knowledge-with-iphone-development/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Yeah, I started to learn iPhone development a while back, but gave up pretty easily when work started to get busy. But now I finally found some time to continue learning the cool, but different language: Objective-C. </p>
<p>I started to watch the movies on iTunes U, enrolled as a Apple developer and bought some books, even though I watched over 8 hours of video I haven&#8217;t touched xCode yet <img src='http://www.michelhiemstra.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But brewing up some idea&#8217;s already that would make cool apps! So look out in the App store if you see my name or my company name scrolling by! <img src='http://www.michelhiemstra.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The books I bought:<br />
- <a href="http://www.amazon.com/Beginning-iPhone-Development-Exploring-SDK/dp/1430224592/ref=sr_1_1?ie=UTF8&#038;qid=1287652669&#038;sr=8-1">Beginning iPhone development: Exploring the iPhone SDK</a><br />
- <a href="http://www.bol.com/nl/p/nederlandse-boeken/apps-maken-voor-de-iphone/1001004007515042/index.html">Apps maken voor de iPhone (dutch)</a></p>
<p>Other resources:<br />
- <a href="http://developer.apple.com">Apple developer center</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michelhiemstra.nl/blog/expanding-my-programming-knowledge-with-iphone-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making local development a little bit easier on Mac OS X Leopard</title>
		<link>http://www.michelhiemstra.nl/blog/making-local-development-a-little-bit-easier-on-mac-os-x-leopard/</link>
		<comments>http://www.michelhiemstra.nl/blog/making-local-development-a-little-bit-easier-on-mac-os-x-leopard/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 11:51:10 +0000</pubDate>
		<dc:creator>Michel Hiemstra</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[apache wildcard]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns enabler]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[local dns]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://www.michelhiemstra.nl/blog/?p=58</guid>
		<description><![CDATA[I&#8217;ve configured a local DNS server that makes it a little bit easier to develop locally, because i always work with local domains like e.g. project.local.dev i always had to add them to my host file, and that&#8217;s very annoying. I stumbled upon the little app DNS Enabler and it saves me allot of trouble <a href="http://www.michelhiemstra.nl/blog/making-local-development-a-little-bit-easier-on-mac-os-x-leopard/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve configured a local DNS server that makes it a little bit easier to develop locally, because i always work with local domains like e.g. project.local.dev i always had to add them to my host file, and that&#8217;s very annoying. I stumbled upon the little app <a title="DNS Enabler for Leopard" href="http://cutedgesystems.com/software/DNSEnablerForLeopard/" target="_blank">DNS Enabler</a> and it saves me allot of trouble installing a local DNS server, and it saves me allot of time! It costs 15 dollar but worth every penny. Whenever i add something in my addressbar, like blabla.local.dev it automatticly goes to a local folder on /data/www/blabla. This is how i did it:</p>
<p><span id="more-58"></span>I assume you already have apache installed, if not, you can follow <a title="Installing Apache, PHP and MySQL on Mac OS X Leopard" href="http://www.michelhiemstra.nl/blog/installing-apache-php-with-xdebug-and-mysql-on-mac-os-x-leopard/" target="_blank">my tutorial</a> on that too. Open up your apache config, usually found in /private/etc/apache2/</p>
<p>Add the following:</p>
<p><a href="http://www.michelhiemstra.nl/blog/wp-content/uploads/vhost-config-wildcard.txt" target="_blank">Click here for the vhost config</a>, my code syntax highlighter messes it up <img src='http://www.michelhiemstra.nl/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Next thing up is, install <a title="DNS Enabler for Leopard" href="http://cutedgesystems.com/software/DNSEnablerForLeopard/" target="_blank">DNS Enabler</a> (buy if first ofcourse) and copy these settings:</p>
<p><a href="http://www.michelhiemstra.nl/blog/wp-content/uploads/2009/08/dns-enabler.png" target="_blank"><img class="alignnone size-medium wp-image-59" title="dns-enabler" src="http://www.michelhiemstra.nl/blog/wp-content/uploads/2009/08/dns-enabler-300x193.png" alt="dns-enabler" width="300" height="193" border="0" /></a></p>
<p><em>(click image to enlarge)</em></p>
<p>And make sure you set the DNS in your system preferences to localhost, e.g.:</p>
<p><a href="http://www.michelhiemstra.nl/blog/wp-content/uploads/2009/08/picture-2.png" target="_blank"><img class="alignnone size-medium wp-image-60" title="picture-2" src="http://www.michelhiemstra.nl/blog/wp-content/uploads/2009/08/picture-2-300x247.png" alt="picture-2" width="300" height="247" border="0" /></a></p>
<p>Thats all! Now you can add a directory in your root e.g. /data/www/test and go to it in your browser with http://test.local.dev</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michelhiemstra.nl/blog/making-local-development-a-little-bit-easier-on-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

