<?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>video Archives - Timo Ernst</title>
	<atom:link href="https://www.timo-ernst.net/blog/tag/video/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/tag/video/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Sun, 18 Oct 2020 13:59:27 +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>video Archives - Timo Ernst</title>
	<link>https://www.timo-ernst.net/blog/tag/video/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<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>Learn RegEx in 5 minutes &#124; Regular Expressions Beginner Tutorial</title>
		<link>https://www.timo-ernst.net/blog/2018/05/10/learn-regex-in-5-minutes-regular-expressions-beginner-tutorial/</link>
					<comments>https://www.timo-ernst.net/blog/2018/05/10/learn-regex-in-5-minutes-regular-expressions-beginner-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Thu, 10 May 2018 15:24:45 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4089</guid>

					<description><![CDATA[<p>I found this awesome regex tutorial by @wanago_io, so I thought it might be a cool idea to show the very basic fundamentals of regular expressions in a video. Enjoy! Regex Beginner Tutorial</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2018/05/10/learn-regex-in-5-minutes-regular-expressions-beginner-tutorial/">Learn RegEx in 5 minutes | Regular Expressions Beginner 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/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/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/2017/03/20/build-chat-app-20-minutes/" rel="bookmark" title="Build a chat app in 20 minutes">Build a chat app in 20 minutes</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2018/05/10/learn-regex-in-5-minutes-regular-expressions-beginner-tutorial/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>
	</channel>
</rss>
