<?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>html5 Archives - Timo Ernst</title>
	<atom:link href="https://www.timo-ernst.net/blog/tag/html5/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/tag/html5/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Tue, 06 Nov 2018 17:27:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.timo-ernst.net/wp-content/uploads/2021/03/cropped-Timo-Ernst-Small-32x32.jpg</url>
	<title>html5 Archives - Timo Ernst</title>
	<link>https://www.timo-ernst.net/blog/tag/html5/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Particle animation with HTML5 Canvas and JavaScript Tutorial</title>
		<link>https://www.timo-ernst.net/blog/2018/11/05/particle-animation-with-html5-canvas-javascript-tutorial/</link>
					<comments>https://www.timo-ernst.net/blog/2018/11/05/particle-animation-with-html5-canvas-javascript-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Mon, 05 Nov 2018 18:59:06 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[particle]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4130</guid>

					<description><![CDATA[<p>In this video I&#8217;ll show you how to create something like this: Source code available on GitHub: https://github.com/valnub/particle-animation-javascript</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2018/11/05/particle-animation-with-html5-canvas-javascript-tutorial/">Particle animation with HTML5 Canvas and JavaScript Tutorial</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2019/01/03/build-the-snake-game-for-browsers-with-html-and-javascript-tutorial/" rel="bookmark" title="Build the Snake Game for Browsers with HTML and JavaScript Tutorial">Build the Snake Game for Browsers with HTML and JavaScript Tutorial</a></li>
<li><a href="https://www.timo-ernst.net/blog/2021/12/19/create-appletv-ui-animation-with-atroposjs-html-css-javascript-tutorial/" rel="bookmark" title="Create AppleTV UI Animation with AtroposJS | HTML CSS JavaScript Tutorial">Create AppleTV UI Animation with AtroposJS | HTML CSS JavaScript Tutorial</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/" rel="bookmark" title="Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap">Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2018/11/05/particle-animation-with-html5-canvas-javascript-tutorial/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Build a chat app in 20 minutes</title>
		<link>https://www.timo-ernst.net/blog/2017/03/20/build-chat-app-20-minutes/</link>
					<comments>https://www.timo-ernst.net/blog/2017/03/20/build-chat-app-20-minutes/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Mon, 20 Mar 2017 18:21:20 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[cordova]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[phonegap]]></category>
		<category><![CDATA[vue.js]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3681</guid>

					<description><![CDATA[<p>In this video screencast I will teach you how to create a chat app for iOS and Android with the power of Vue.js, Framework7 and PhoneGap in only 20 minutes. Source code can be downloaded on Github If you want you can try out the demo first here Click the image below to watch the [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/03/20/build-chat-app-20-minutes/">Build a chat app in 20 minutes</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/01/15/log-twitter-api-using-oauth-create-twitter-app-vuejs-framework7-episode-02/" rel="bookmark" title="How to log in to Twitter API using oauth">How to log in to Twitter API using oauth</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/12/05/build-a-calendar-in-5-mins-with-html-and-framework7-video-tutorial/" rel="bookmark" title="Build a Calendar in 5 mins with HTML and Framework7 | Video Tutorial">Build a Calendar in 5 mins with HTML and Framework7 | Video Tutorial</a></li>
<li><a href="https://www.timo-ernst.net/blog/2019/01/03/build-the-snake-game-for-browsers-with-html-and-javascript-tutorial/" rel="bookmark" title="Build the Snake Game for Browsers with HTML and JavaScript Tutorial">Build the Snake Game for Browsers with HTML and JavaScript Tutorial</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/03/20/build-chat-app-20-minutes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</title>
		<link>https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/</link>
					<comments>https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Mon, 09 Jan 2017 13:14:03 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[cordova]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[es6]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[phonegap]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[VueJS]]></category>
		<category><![CDATA[webpack]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3587</guid>

					<description><![CDATA[<p>In my last post I showed you how to kick-off a new project with Framework7, VueJS and Webpack. So, I thought in the next video I could show you a real-world example on how to create an app based on these technologies. In this screencast we will create a Twitter client for iOS and Android [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/">Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/01/22/post-tweets-via-twitter-api-vue-js-framework7/" rel="bookmark" title="How to post tweets via Twitter API with Vue.js and Framework7">How to post tweets via Twitter API with Vue.js and Framework7</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/15/log-twitter-api-using-oauth-create-twitter-app-vuejs-framework7-episode-02/" rel="bookmark" title="How to log in to Twitter API using oauth">How to log in to Twitter API using oauth</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/30/port-a-vue-js-webapp-to-phonegap-tutorial/" rel="bookmark" title="Port a Vue.js webapp to PhoneGap tutorial">Port a Vue.js webapp to PhoneGap tutorial</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>Let&#8217;s try Vue.js with Framework7!</title>
		<link>https://www.timo-ernst.net/blog/2016/11/11/lets-try-vue-js-framework7/</link>
					<comments>https://www.timo-ernst.net/blog/2016/11/11/lets-try-vue-js-framework7/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Fri, 11 Nov 2016 11:12:28 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[VueJS]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3558</guid>

					<description><![CDATA[<p>Watch me trying the new Vue.js plugin for Framework7 for the first time. Bear with me on this one, it&#8217;s the first time I give this a try so there will be a lot of try and error involved! :-)</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2016/11/11/lets-try-vue-js-framework7/">Let&#8217;s try Vue.js with Framework7!</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/01/15/phonegapcordova-templates-for-vuejs-with-framework7/" rel="bookmark" title="PhoneGap/Cordova templates for VueJS with Framework7">PhoneGap/Cordova templates for VueJS with Framework7</a></li>
<li><a href="https://www.timo-ernst.net/blog/2016/11/13/how-to-get-started-with-framework7-vuejs-and-webpack/" rel="bookmark" title="How to get started with Framework7, VueJS and Webpack">How to get started with Framework7, VueJS and Webpack</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/" rel="bookmark" title="Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap">Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2016/11/11/lets-try-vue-js-framework7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why I am still in love with Framework7</title>
		<link>https://www.timo-ernst.net/blog/2015/08/07/why-i-am-still-in-love-with-framework7/</link>
					<comments>https://www.timo-ernst.net/blog/2015/08/07/why-i-am-still-in-love-with-framework7/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Fri, 07 Aug 2015 10:19:33 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[cordova]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[phonegap]]></category>
		<guid isPermaLink="false">http://timo-ernst.net/?p=3321</guid>

					<description><![CDATA[<p>Disclaimler: First of all, let me state clear that I am not involved into the Framework7 project. I am not getting paid for this post. This is just my honest, personal opinion as a mobile developer. Early steps The first framework I used when I started mobile development was jQueryMobile. I was used to jQuery [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2015/08/07/why-i-am-still-in-love-with-framework7/">Why I am still in love with Framework7</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/01/15/phonegapcordova-templates-for-vuejs-with-framework7/" rel="bookmark" title="PhoneGap/Cordova templates for VueJS with Framework7">PhoneGap/Cordova templates for VueJS with Framework7</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/" rel="bookmark" title="Tutorial: Auto-Complete Search with React, Node and Framework7">Tutorial: Auto-Complete Search with React, Node and Framework7</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/" rel="bookmark" title="Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap">Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2015/08/07/why-i-am-still-in-love-with-framework7/feed/</wfw:commentRss>
			<slash:comments>30</slash:comments>
		
		
			</item>
		<item>
		<title>Framework7 template with TypeScript and AngularJS</title>
		<link>https://www.timo-ernst.net/blog/2015/04/01/framework7-template-with-typescript-and-angularjs/</link>
					<comments>https://www.timo-ernst.net/blog/2015/04/01/framework7-template-with-typescript-and-angularjs/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Tue, 31 Mar 2015 23:38:31 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[angularjs]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[grunt]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[sass]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">http://www.timo-ernst.net/?p=3102</guid>

					<description><![CDATA[<p>Important: Read this first! This article covers a template for Framework7 apps built on TypeScript, SASS, Grunt and AngularJS. From my experience so far I discovered that TypeScript is really complicated and not much fun to use with F7 and Angular. Also, some people seem to struggle with the grunt compile process. So, I created [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2015/04/01/framework7-template-with-typescript-and-angularjs/">Framework7 template with TypeScript and AngularJS</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2015/11/05/video-screencast-how-to-use-framework7-with-angularjs/" rel="bookmark" title="Video Screencast: How to use Framework7 with Angular 1.x">Video Screencast: How to use Framework7 with Angular 1.x</a></li>
<li><a href="https://www.timo-ernst.net/blog/2015/04/02/experiment-an-iphone-app-built-with-framework7-typescript-and-angularjs/" rel="bookmark" title="Experiment: An iPhone app built with Framework7, TypeScript, and Angular 1.x">Experiment: An iPhone app built with Framework7, TypeScript, and Angular 1.x</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/06/23/framework7-template-choose/" rel="bookmark" title="Which Framework7 template should you choose?">Which Framework7 template should you choose?</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2015/04/01/framework7-template-with-typescript-and-angularjs/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Failed PhoneGap Update kills project</title>
		<link>https://www.timo-ernst.net/blog/2013/09/17/failed-phonegap-update-kills-project/</link>
					<comments>https://www.timo-ernst.net/blog/2013/09/17/failed-phonegap-update-kills-project/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Tue, 17 Sep 2013 10:47:52 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cordova]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[phonegap]]></category>
		<guid isPermaLink="false">http://www.timo-ernst.net/?p=3081</guid>

					<description><![CDATA[<p>Before you get the newest Cordova version for your PhoneGap project and run the update script, you better might want to back it up, or otherwise: taylor:bin valmar$ ./update ~/dev/android/myp An unexpected error occurred: ANDROID_BIN="${ANDROID_BIN:=$( which android )}" exited with 1 Deleting project... Thank you, PhoneGap for deleting my project!</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2013/09/17/failed-phonegap-update-kills-project/">Failed PhoneGap Update kills project</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/01/15/phonegapcordova-templates-for-vuejs-with-framework7/" rel="bookmark" title="PhoneGap/Cordova templates for VueJS with Framework7">PhoneGap/Cordova templates for VueJS with Framework7</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/05/01/2018-framework7-v2-templates-for-vue-phonegap-cordova/" rel="bookmark" title="2018 Framework7 V2 templates for Vue + PhoneGap/Cordova">2018 Framework7 V2 templates for Vue + PhoneGap/Cordova</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/05/28/deploy-framework7-apps-to-android-with-phonegap-cordova-beginner-tutorial/" rel="bookmark" title="Deploy Framework7 apps to Android with PhoneGap/Cordova | Beginner Tutorial">Deploy Framework7 apps to Android with PhoneGap/Cordova | Beginner Tutorial</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2013/09/17/failed-phonegap-update-kills-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to read cookies in a Phonegap-based Android app with Java</title>
		<link>https://www.timo-ernst.net/blog/2013/09/03/how-to-read-cookies-in-a-phonegap-based-android-app-with-java/</link>
					<comments>https://www.timo-ernst.net/blog/2013/09/03/how-to-read-cookies-in-a-phonegap-based-android-app-with-java/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Tue, 03 Sep 2013 10:44:51 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phonegap]]></category>
		<guid isPermaLink="false">http://www.timo-ernst.net/?p=3077</guid>

					<description><![CDATA[<p>Just took me forever to get this straight, here is the trick on how to do it: CookieSyncManager sym = CookieSyncManager.createInstance(appView.getContext()); CookieManager com = CookieManager.getInstance(); sym.sync(); String cookie = com.getCookie("file:///android_asset"); if (cookie == null) Log.d("MainActivity", "Cookie is null"); else{ Log.d("MainActivity", "Cookie exists, value is:"); Log.d("MainActivity", cookie); }</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2013/09/03/how-to-read-cookies-in-a-phonegap-based-android-app-with-java/">How to read cookies in a Phonegap-based Android app with Java</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2010/12/10/the-perfect-syncing-solution-for-android-based-devices-on-mac-computers/" rel="bookmark" title="The perfect syncing solution for Android-based devices on Mac computers">The perfect syncing solution for Android-based devices on Mac computers</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/05/28/deploy-framework7-apps-to-android-with-phonegap-cordova-beginner-tutorial/" rel="bookmark" title="Deploy Framework7 apps to Android with PhoneGap/Cordova | Beginner Tutorial">Deploy Framework7 apps to Android with PhoneGap/Cordova | Beginner Tutorial</a></li>
<li><a href="https://www.timo-ernst.net/blog/2013/09/17/failed-phonegap-update-kills-project/" rel="bookmark" title="Failed PhoneGap Update kills project">Failed PhoneGap Update kills project</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2013/09/03/how-to-read-cookies-in-a-phonegap-based-android-app-with-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SmokeScreen.us: Flash2HTML5 converter</title>
		<link>https://www.timo-ernst.net/blog/2010/06/05/smokescreen-us-flash2html5-converter/</link>
					<comments>https://www.timo-ernst.net/blog/2010/06/05/smokescreen-us-flash2html5-converter/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Sat, 05 Jun 2010 16:14:29 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">http://www.timo-ernst.net/?p=2390</guid>

					<description><![CDATA[<p>Here we have an interesting Flash2HTML5 converter which seems to work up to (parts of) Flash8. Check out smokescreen.us for demos and more info (Thanks to Antonio for the link). Seems like it works pretty decently regarding movies and animations but I wonder if &#8220;real&#8221; applications would work with it, like for example such which [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2010/06/05/smokescreen-us-flash2html5-converter/">SmokeScreen.us: Flash2HTML5 converter</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2010/04/14/chrome-flash-debugger-not-connecting-to-flexflash-builder/" rel="bookmark" title="Google Chrome Flash debugger not connecting to Flex/Flash Builder?">Google Chrome Flash debugger not connecting to Flex/Flash Builder?</a></li>
<li><a href="https://www.timo-ernst.net/blog/2010/03/30/rumor-google-bundles-chrome-with-flash/" rel="bookmark" title="Rumor: Google bundles Chrome with Flash?">Rumor: Google bundles Chrome with Flash?</a></li>
<li><a href="https://www.timo-ernst.net/blog/2010/05/06/flash-player-10-1-performance-explosion/" rel="bookmark" title="Flash Player 10.1 performance explosion">Flash Player 10.1 performance explosion</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2010/06/05/smokescreen-us-flash2html5-converter/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>OpenLaszlo: A new old rival for Adobe Flex</title>
		<link>https://www.timo-ernst.net/blog/2010/05/22/openlaszlo-a-new-old-rival-for-adobe-flex/</link>
					<comments>https://www.timo-ernst.net/blog/2010/05/22/openlaszlo-a-new-old-rival-for-adobe-flex/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Sat, 22 May 2010 13:26:16 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[OpenLaszlo]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Rich Internet Applications]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">http://www.timo-ernst.net/?p=2333</guid>

					<description><![CDATA[<p>Around two years ago, I wrote a little article about OpenLaszlo, a promising RIA framework, for richability.com in which I compared it to Adobe&#8217;s Flex platform. Since a lot of time has passed and many things changed since then, I think it&#8217;s time for an updated sight on this technology. Back in the days when [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2010/05/22/openlaszlo-a-new-old-rival-for-adobe-flex/">OpenLaszlo: A new old rival for Adobe Flex</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2008/07/26/openlaszlo-vs-flex/" rel="bookmark" title="OpenLaszlo vs. FLEX">OpenLaszlo vs. FLEX</a></li>
<li><a href="https://www.timo-ernst.net/blog/2010/04/29/please-adobe-give-us-the-ajax-builder/" rel="bookmark" title="Please, Adobe. Give us the Ajax Builder!">Please, Adobe. Give us the Ajax Builder!</a></li>
<li><a href="https://www.timo-ernst.net/blog/2010/03/25/there-is-no-flex-developer/" rel="bookmark" title="There is no Flex Developer!">There is no Flex Developer!</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2010/05/22/openlaszlo-a-new-old-rival-for-adobe-flex/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>
