<?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>TIMO ERNST</title>
	<atom:link href="http://www.timo-ernst.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timo-ernst.net</link>
	<description>Specialist for Rich Internet Applications and UI-Design</description>
	<lastBuildDate>Tue, 09 Apr 2013 17:02:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>How to hide the address bar on iPhone5 Safari browser</title>
		<link>http://www.timo-ernst.net/2013/04/how-to-hide-the-address-bar-on-iphone5-safari-browser/</link>
		<comments>http://www.timo-ernst.net/2013/04/how-to-hide-the-address-bar-on-iphone5-safari-browser/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 16:41:12 +0000</pubDate>
		<dc:creator>Timo</dc:creator>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[In English]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[webdevelopent]]></category>

		<guid isPermaLink="false">http://www.timo-ernst.net/?p=3046</guid>
		<description><![CDATA[If you created a website with 100% height, you might encounter the problem that iPhone5 doesn&#8217;t hide the address bar while iPhone 4/4s and older do hide it. Existing solutions There are quite some JavaScript-based solutions on this issue that use scrollTop() and add a margin at the bottom of your page, e.g.: Hide address [...]]]></description>
		<wfw:commentRss>http://www.timo-ernst.net/2013/04/how-to-hide-the-address-bar-on-iphone5-safari-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple iPhone5 detection with JavaScript</title>
		<link>http://www.timo-ernst.net/2013/04/simple-iphone-5-detection-with-javascript/</link>
		<comments>http://www.timo-ernst.net/2013/04/simple-iphone-5-detection-with-javascript/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 16:24:12 +0000</pubDate>
		<dc:creator>Timo</dc:creator>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[In English]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[webdevelopent]]></category>

		<guid isPermaLink="false">http://www.timo-ernst.net/?p=3042</guid>
		<description><![CDATA[It&#8217;s really simple, just use this function: function isIphone5(){ function iOSVersion(){ var agent = window.navigator.userAgent, start = agent.indexOf( 'OS ' ); if( (agent.indexOf( 'iPhone' ) > -1) &#038;&#038; start > -1) return window.Number( agent.substr( start + 3, 3 ).replace( '_', '.' ) ); else return 0; } return iOSVersion() >= 6 &#038;&#038; window.devicePixelRatio >= 2 [...]]]></description>
		<wfw:commentRss>http://www.timo-ernst.net/2013/04/simple-iphone-5-detection-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proper JavaScript OOP with inheritance for Java developers</title>
		<link>http://www.timo-ernst.net/2012/11/proper-javascript-oop-with-inheritance-for-java-developers/</link>
		<comments>http://www.timo-ernst.net/2012/11/proper-javascript-oop-with-inheritance-for-java-developers/#comments</comments>
		<pubDate>Fri, 23 Nov 2012 17:22:20 +0000</pubDate>
		<dc:creator>Timo</dc:creator>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[In English]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://www.timo-ernst.net/?p=2989</guid>
		<description><![CDATA[Coming from a Java background, I really miss keywords like class or extends when I write JavaScript. Yes, I know. You can write OO-code in JavaScript but it&#8217;s really a mess using the prototype property. So I&#8217;ve been looking for a best practice for this for quite a while now. Reading through various tutorials I [...]]]></description>
		<wfw:commentRss>http://www.timo-ernst.net/2012/11/proper-javascript-oop-with-inheritance-for-java-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZK user group conference in Mannheim, Germany</title>
		<link>http://www.timo-ernst.net/2011/11/zk-user-group-conference-in-mannheim-germany/</link>
		<comments>http://www.timo-ernst.net/2011/11/zk-user-group-conference-in-mannheim-germany/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 01:06:13 +0000</pubDate>
		<dc:creator>Timo</dc:creator>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[ZK]]></category>

		<guid isPermaLink="false">http://www.timo-ernst.net/?p=2893</guid>
		<description><![CDATA[I&#8217;ll be speaking on the upcoming ZK user group conference in Mannheim, Germany on December 6th, 2011 (what&#8217;s ZK?). If you enjoy developing rich internet applications with the power of Java, I highly recommend to be there. If you want to join, just sign up for the event on zkoss.org for free and see three [...]]]></description>
		<wfw:commentRss>http://www.timo-ernst.net/2011/11/zk-user-group-conference-in-mannheim-germany/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R.I.P., Steve!</title>
		<link>http://www.timo-ernst.net/2011/10/r-i-p-steve/</link>
		<comments>http://www.timo-ernst.net/2011/10/r-i-p-steve/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 00:34:55 +0000</pubDate>
		<dc:creator>Timo</dc:creator>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Steve Jobs]]></category>

		<guid isPermaLink="false">http://www.timo-ernst.net/?p=2886</guid>
		<description><![CDATA[Thank you Steve Jobs for many years of inspiration and for teaching me that one must have faith in his own ideas, beliefs and dreams so they become reality. Your visions accounted for what I am today and what I believe in. Thank you. &#8220;Stay hungry, stay foolish.&#8221; (Steve Jobs)]]></description>
		<wfw:commentRss>http://www.timo-ernst.net/2011/10/r-i-p-steve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
