<?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>Elbert Niezen</title>
	<atom:link href="http://www.elbertniezen.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elbertniezen.nl</link>
	<description>Graphic &#38; Interaction design</description>
	<lastBuildDate>Wed, 17 Feb 2010 16:03:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone battery life</title>
		<link>http://www.elbertniezen.nl/blog/iphone-battery-indicator/</link>
		<comments>http://www.elbertniezen.nl/blog/iphone-battery-indicator/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 20:07:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[battery life]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[improvement]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.elbertniezen.nl/?p=102</guid>
		<description><![CDATA[Yes it&#8217;s a great device! But there are always things for improvement. This is my thought on the icon battery. You can already change the lifetime percantage % (to on or off) in the settings on the iPhone. I&#8217;m on the 3GS not sure if this is possible on the 3G or first generation iPhone&#8217;s? [...]]]></description>
			<content:encoded><![CDATA[<p>Yes it&#8217;s a great device! But there are always things for improvement. This is my thought on the icon battery. You can already change the lifetime percantage % (to on or off) in the settings on the iPhone. I&#8217;m on the 3GS not sure if this is possible on the 3G or first generation iPhone&#8217;s? But wouldn&#8217;t it be great if you the percantage % to time? You can do it already on a macbook (pro).</p>
<p><img src="http://farm3.static.flickr.com/2586/4181169037_8a217507bd.jpg" alt="iPhone battery life" /><br />
<a href="http://www.flickr.com/photos/suprel/4181169037/" target="_blank">Check my flickr for note&#8217;s on this picture.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.elbertniezen.nl/blog/iphone-battery-indicator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect user if he/she is on a iPhone/iPod</title>
		<link>http://www.elbertniezen.nl/blog/redirect-user-if-heshe-is-on-a-iphoneipod/</link>
		<comments>http://www.elbertniezen.nl/blog/redirect-user-if-heshe-is-on-a-iphoneipod/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 16:02:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[sub domain]]></category>
		<category><![CDATA[userAgent]]></category>

		<guid isPermaLink="false">http://www.elbertniezen.nl/?p=73</guid>
		<description><![CDATA[When developing a iPhone/iPod our other mobile website. It&#8217;s good to have that website in a other directory. For example you could use m.yourdomain.com, mob.yourdomain.com our iphone.yourdomain.com if you developed a website specific for the iPhone.
To get a iPhone/iPod user to that specific sub domain adress I used the next piece of javascript code
&#60;script type=&#34;text/javascript&#34;&#62;
if [...]]]></description>
			<content:encoded><![CDATA[<p>When developing a iPhone/iPod our other mobile website. It&#8217;s good to have that website in a other directory. For example you could use m.yourdomain.com, mob.yourdomain.com our iphone.yourdomain.com if you developed a website specific for the iPhone.<br />
To get a iPhone/iPod user to that specific sub domain adress I used the next piece of javascript code</p>
<div class="dean_ch" style="white-space: wrap;">&lt;script type=<span class="st0">&quot;text/javascript&quot;</span>&gt;<br />
<span class="kw1">if</span> <span class="br0">&#40;</span><span class="br0">&#40;</span>navigator.<span class="me1">userAgent</span>.<span class="me1">indexOf</span><span class="br0">&#40;</span><span class="st0">&#8216;iPhone&#8217;</span><span class="br0">&#41;</span> != <span class="nu0">-1</span><span class="br0">&#41;</span> || <span class="br0">&#40;</span>navigator.<span class="me1">userAgent</span>.<span class="me1">indexOf</span><span class="br0">&#40;</span><span class="st0">&#8216;iPod&#8217;</span><span class="br0">&#41;</span> != <span class="nu0">-1</span><span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; document.<span class="me1">location</span> = <span class="st0">&quot;http://subdomain.yourmaindomain.com&quot;</span>;<br />
<span class="br0">&#125;</span><br />
&lt;/script&gt;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.elbertniezen.nl/blog/redirect-user-if-heshe-is-on-a-iphoneipod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
