<?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>HTML Archives - Timo Ernst</title>
	<atom:link href="https://www.timo-ernst.net/blog/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/tag/html/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Wed, 05 May 2021 18:20:58 +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>HTML Archives - Timo Ernst</title>
	<link>https://www.timo-ernst.net/blog/tag/html/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Parallax Beginner Tutorial: A Cool 3D Effect With HTML, CSS, JavaScript</title>
		<link>https://www.timo-ernst.net/blog/2021/05/05/parallax-beginner-tutorial-a-cool-3d-effect-with-html-css-javascript/</link>
					<comments>https://www.timo-ernst.net/blog/2021/05/05/parallax-beginner-tutorial-a-cool-3d-effect-with-html-css-javascript/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Wed, 05 May 2021 18:11:17 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[parallax]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4546</guid>

					<description><![CDATA[<p>I found this great Photoshop tutorial by Dev Ed which inspired me to create my own implementation of a parallax effect based on his video in order to create more depth to websites and hey – a bit of eye candy never hearts, right? :-) So, here is my implementation below. As you can see [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2021/05/05/parallax-beginner-tutorial-a-cool-3d-effect-with-html-css-javascript/">Parallax Beginner Tutorial: A Cool 3D Effect With HTML, CSS, JavaScript</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/2020/07/12/swiperjs-react-video-tutorial-2020/" rel="bookmark" title="SwiperJS React Video Tutorial | 2020">SwiperJS React Video Tutorial | 2020</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/2021/05/05/parallax-beginner-tutorial-a-cool-3d-effect-with-html-css-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Build the Snake Game for Browsers with HTML and JavaScript Tutorial</title>
		<link>https://www.timo-ernst.net/blog/2019/01/03/build-the-snake-game-for-browsers-with-html-and-javascript-tutorial/</link>
					<comments>https://www.timo-ernst.net/blog/2019/01/03/build-the-snake-game-for-browsers-with-html-and-javascript-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Thu, 03 Jan 2019 10:38:37 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[snake]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4148</guid>

					<description><![CDATA[<p>Happy new year everyone! This tutorial is based on the previous Canvas Particle Animation tutorial and introduces simple gaming mechanics by showing how to create Snake for browsers. Enjoy! :-) Source code: https://github.com/valnub/snake</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2019/01/03/build-the-snake-game-for-browsers-with-html-and-javascript-tutorial/">Build the Snake Game for Browsers with HTML 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/2015/03/26/hcal-an-ios-inspired-html-based-calendar/" rel="bookmark" title="hcal: An iOS inspired HTML-based calendar">hcal: An iOS inspired HTML-based calendar</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/2017/05/04/es6-modules-ready-browsers/" rel="bookmark" title="Are ES6 modules ready for browsers?">Are ES6 modules ready for browsers?</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2019/01/03/build-the-snake-game-for-browsers-with-html-and-javascript-tutorial/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Build a Calendar in 5 mins with HTML and Framework7 &#124; Video Tutorial</title>
		<link>https://www.timo-ernst.net/blog/2018/12/05/build-a-calendar-in-5-mins-with-html-and-framework7-video-tutorial/</link>
					<comments>https://www.timo-ernst.net/blog/2018/12/05/build-a-calendar-in-5-mins-with-html-and-framework7-video-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Wed, 05 Dec 2018 22:32:38 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[HTML]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4143</guid>

					<description><![CDATA[<p>In this quick video tutorial I will explain how to use the calendar component in Framework7. Template download: framework7-simplest</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2018/12/05/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> 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/2015/03/26/hcal-an-ios-inspired-html-based-calendar/" rel="bookmark" title="hcal: An iOS inspired HTML-based calendar">hcal: An iOS inspired HTML-based calendar</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>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2018/12/05/build-a-calendar-in-5-mins-with-html-and-framework7-video-tutorial/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Tutorial: Auto-Complete Search with React, Node and Framework7</title>
		<link>https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/</link>
					<comments>https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Fri, 02 Nov 2018 22:48:21 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[react]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4126</guid>

					<description><![CDATA[<p>In this tutorial I will explain how you can easily use Framework7&#8217;s autocomplete feature for search input fields using React and web services with Node.js Source code on GitHub: https://github.com/valnub/f7-node-autocomplete-search-demo</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/">Tutorial: Auto-Complete Search with React, Node and 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/2020/09/12/arrows-in-react-swiper-js-how-to-customize-prev-next-button/" rel="bookmark" title="Arrows in React Swiper Js: How to Customize Prev/Next Button">Arrows in React Swiper Js: How to Customize Prev/Next Button</a></li>
<li><a href="https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/" rel="bookmark" title="SwiperJS React Video Tutorial | 2020">SwiperJS React Video Tutorial | 2020</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/04/11/how-to-use-framework7-v2-router-tutorial/" rel="bookmark" title="How to use Framework7 V2 Router Tutorial">How to use Framework7 V2 Router Tutorial</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Make Your Website Look Perfect on iPhoneX</title>
		<link>https://www.timo-ernst.net/blog/2018/05/22/make-your-website-look-perfect-on-iphonex/</link>
					<comments>https://www.timo-ernst.net/blog/2018/05/22/make-your-website-look-perfect-on-iphonex/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Tue, 22 May 2018 06:53:58 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iPhoneX]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4096</guid>

					<description><![CDATA[<p>In this video tutorial I will explain how to make your website/-app look good even with the iPhoneX&#8217;s notch in the way. On the next episode we&#8217;ll go a step further dealing with the same issue on PhoneGap/Cordova apps with Framework7. Enjoy! Ps: You&#8217;ll find the source code from the video on Gist. iPhoneX Anti-Notch [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2018/05/22/make-your-website-look-perfect-on-iphonex/">Make Your Website Look Perfect on iPhoneX</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/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>
<li><a href="https://www.timo-ernst.net/blog/2018/04/11/how-to-use-framework7-v2-router-tutorial/" rel="bookmark" title="How to use Framework7 V2 Router Tutorial">How to use Framework7 V2 Router Tutorial</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/2018/05/22/make-your-website-look-perfect-on-iphonex/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to use Framework7 V2 Router Tutorial</title>
		<link>https://www.timo-ernst.net/blog/2018/04/11/how-to-use-framework7-v2-router-tutorial/</link>
					<comments>https://www.timo-ernst.net/blog/2018/04/11/how-to-use-framework7-v2-router-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Wed, 11 Apr 2018 17:52:40 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[cordova]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ecmascript]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[phonegap]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4015</guid>

					<description><![CDATA[<p>I&#8217;ve been getting a lot of requests on how to use the new V2 Router of Framework7, so here are two episodes covering the absolute basics of routing in F7. Have fun, enjoy and let me know if anything is unclear or you want other specific topics covered. Video playlist: Episode 1: Basics Episode 2: [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2018/04/11/how-to-use-framework7-v2-router-tutorial/">How to use Framework7 V2 Router 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/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>
<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/08/10/what-is-vuex/" rel="bookmark" title="What is Vuex?">What is Vuex?</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2018/04/11/how-to-use-framework7-v2-router-tutorial/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>Why I do not use Ajax Pages in Framework7</title>
		<link>https://www.timo-ernst.net/blog/2016/11/07/not-use-ajax-pages-framework7/</link>
					<comments>https://www.timo-ernst.net/blog/2016/11/07/not-use-ajax-pages-framework7/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Mon, 07 Nov 2016 19:54:38 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[ajax pages]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">http://www.timo-ernst.net/?p=3552</guid>

					<description><![CDATA[<p>In this new screencast I explain why I don&#8217;t like using Ajax Pages in Framework7. Also, I explain how I split pages into multiple files without Ajax Pages. You can download the code from the video on Github here.</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2016/11/07/not-use-ajax-pages-framework7/">Why I do not use Ajax Pages in 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/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/2016/03/04/use-angular-router-framework7/" rel="bookmark" title="Should I use Angular&#8217;s ngRouter in Framework7?">Should I use Angular&#8217;s ngRouter in Framework7?</a></li>
<li><a href="https://www.timo-ernst.net/blog/2016/02/24/how-to-use-ajax-pages-with-angular-1-x-in-framework7/" rel="bookmark" title="How to use ajax pages with Angular 1.x in Framework7">How to use ajax pages with Angular 1.x in Framework7</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2016/11/07/not-use-ajax-pages-framework7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How we became the 2nd fastest online retail shop in Germany</title>
		<link>https://www.timo-ernst.net/blog/2016/11/04/how-we-became-the-2nd-fastest-online-retail-shop-in-germany/</link>
					<comments>https://www.timo-ernst.net/blog/2016/11/04/how-we-became-the-2nd-fastest-online-retail-shop-in-germany/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Fri, 04 Nov 2016 12:17:53 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">http://www.timo-ernst.net/?p=3500</guid>

					<description><![CDATA[<p>I&#8217;ve been working for my client HSE24 for quite some time now on optimizing their website&#8217;s load performance with their team. In this article I&#8217;d like to share how and what we optimized to become the 2nd fastest retail online shop in Germany according to Dynatrace Performance Benchmark. Actions to improve website performance Disclaimer: This [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2016/11/04/how-we-became-the-2nd-fastest-online-retail-shop-in-germany/">How we became the 2nd fastest online retail shop in Germany</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/2011/11/22/zk-user-group-conference-in-mannheim-germany/" rel="bookmark" title="ZK user group conference in Mannheim, Germany">ZK user group conference in Mannheim, Germany</a></li>
<li><a href="https://www.timo-ernst.net/blog/2016/06/18/lazy-load-images-framework7-angularjs/" rel="bookmark" title="How to lazy load images in Framework7 with AngularJS">How to lazy load images in Framework7 with AngularJS</a></li>
<li><a href="https://www.timo-ernst.net/blog/2013/04/09/simple-iphone-5-detection-with-javascript/" rel="bookmark" title="Simple iPhone5 detection with JavaScript">Simple iPhone5 detection with JavaScript</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2016/11/04/how-we-became-the-2nd-fastest-online-retail-shop-in-germany/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to add dots every 3 digits in currency values with JavaScript</title>
		<link>https://www.timo-ernst.net/blog/2015/07/10/how-to-add-dots-every-3-digits-in-currency-values-with-javascript/</link>
					<comments>https://www.timo-ernst.net/blog/2015/07/10/how-to-add-dots-every-3-digits-in-currency-values-with-javascript/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Fri, 10 Jul 2015 13:30:16 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">http://timo-ernst.net/?p=3271</guid>

					<description><![CDATA[<p>If you&#8217;re European like me, you&#8217;re probably used to this notation: € 366.432 instead of 366,432 or 366432. In order to get this done in JavaScript you want to do the following: // Number var money = 366432; // Convert to String and add dots every 3 digits var moneyDots = money.toString().replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1."); // Set [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2015/07/10/how-to-add-dots-every-3-digits-in-currency-values-with-javascript/">How to add dots every 3 digits in currency values with JavaScript</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/2009/12/21/object-inspector-for-javascript/" rel="bookmark" title="Object inspector for JavaScript">Object inspector for JavaScript</a></li>
<li><a href="https://www.timo-ernst.net/blog/2013/04/09/simple-iphone-5-detection-with-javascript/" rel="bookmark" title="Simple iPhone5 detection with JavaScript">Simple iPhone5 detection with JavaScript</a></li>
<li><a href="https://www.timo-ernst.net/blog/2010/04/12/instant-flash-player-engine-in-javascript/" rel="bookmark" title="Instant Flash player engine in JavaScript?">Instant Flash player engine in JavaScript?</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2015/07/10/how-to-add-dots-every-3-digits-in-currency-values-with-javascript/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
