<?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>Gabor Flamich</title>
	<atom:link href="https://gaborflamich.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://gaborflamich.com</link>
	<description>Front-End Developer</description>
	<lastBuildDate>Thu, 27 May 2021 09:32:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://gaborflamich.com/wp-content/uploads/2019/09/cropped-favicon-32x32.png</url>
	<title>Gabor Flamich</title>
	<link>https://gaborflamich.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Fetch API – Local text, json, external API &#8211; with Arrow Functions</title>
		<link>https://gaborflamich.com/fetch-api-local-text-json-external-api-with-arrow-functions/</link>
					<comments>https://gaborflamich.com/fetch-api-local-text-json-external-api-with-arrow-functions/#respond</comments>
		
		<dc:creator><![CDATA[Gabor Flamich]]></dc:creator>
		<pubDate>Wed, 12 May 2021 11:41:23 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[fetch]]></category>
		<guid isPermaLink="false">https://wpflames.com/?p=6438</guid>

					<description><![CDATA[Get Local Text File Data function getText() { fetch('test.txt') .then(res => res.text()) .then(data => { console.log(data); document.getElementById('output').innerHTML = data; }) [&#8230;]]]></description>
		
					<wfw:commentRss>https://gaborflamich.com/fetch-api-local-text-json-external-api-with-arrow-functions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fetch API &#8211; Local text, json, external API</title>
		<link>https://gaborflamich.com/fetch-api-local-text-json-external-api/</link>
					<comments>https://gaborflamich.com/fetch-api-local-text-json-external-api/#respond</comments>
		
		<dc:creator><![CDATA[Gabor Flamich]]></dc:creator>
		<pubDate>Wed, 12 May 2021 08:52:05 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[fetch]]></category>
		<guid isPermaLink="false">https://wpflames.com/?p=6419</guid>

					<description><![CDATA[Fetch API is a new standard for dealing with http requests. Get Local Text File Data document.getElementById('button1').addEventListener('click', getText); function getText() [&#8230;]]]></description>
		
					<wfw:commentRss>https://gaborflamich.com/fetch-api-local-text-json-external-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Receive data from JSON file with Ajax</title>
		<link>https://gaborflamich.com/receive-data-from-json-file-with-ajax/</link>
					<comments>https://gaborflamich.com/receive-data-from-json-file-with-ajax/#respond</comments>
		
		<dc:creator><![CDATA[Gabor Flamich]]></dc:creator>
		<pubDate>Sun, 02 May 2021 09:11:19 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Ajax]]></category>
		<guid isPermaLink="false">https://wpflames.com/?p=6366</guid>

					<description><![CDATA[document.getElementById('button1').addEventListener('click', loadCustomer); document.getElementById('button2').addEventListener('click', loadCustomers); // Load Single Customer // Create a function named LoadCustomer and passing the Event Object function [&#8230;]]]></description>
		
					<wfw:commentRss>https://gaborflamich.com/receive-data-from-json-file-with-ajax/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Book List Application with JavaScript ES5</title>
		<link>https://gaborflamich.com/book-list-application-with-javascript-es5/</link>
					<comments>https://gaborflamich.com/book-list-application-with-javascript-es5/#respond</comments>
		
		<dc:creator><![CDATA[Gabor Flamich]]></dc:creator>
		<pubDate>Fri, 30 Apr 2021 15:05:52 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[es5]]></category>
		<guid isPermaLink="false">https://wpflames.com/?p=6326</guid>

					<description><![CDATA[I have created a simple book list application with JavaScript ES5. HTML JavaScript]]></description>
		
					<wfw:commentRss>https://gaborflamich.com/book-list-application-with-javascript-es5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Number Guesser JavaScript app with Skeleton UI</title>
		<link>https://gaborflamich.com/number-guesser-javascript-app-with-skeleton-ui/</link>
					<comments>https://gaborflamich.com/number-guesser-javascript-app-with-skeleton-ui/#respond</comments>
		
		<dc:creator><![CDATA[Gabor Flamich]]></dc:creator>
		<pubDate>Mon, 26 Apr 2021 17:23:54 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">https://wpflames.com/?p=6272</guid>

					<description><![CDATA[HTML JavaScript]]></description>
		
					<wfw:commentRss>https://gaborflamich.com/number-guesser-javascript-app-with-skeleton-ui/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AJAX request from MySQL database</title>
		<link>https://gaborflamich.com/ajax-request-from-mysql-database/</link>
					<comments>https://gaborflamich.com/ajax-request-from-mysql-database/#respond</comments>
		
		<dc:creator><![CDATA[Gabor Flamich]]></dc:creator>
		<pubDate>Thu, 03 Dec 2020 13:04:51 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://wpflames.com/?p=5291</guid>

					<description><![CDATA[HTML PHP JavaScript]]></description>
		
					<wfw:commentRss>https://gaborflamich.com/ajax-request-from-mysql-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AJAX &#8211; Submit data with POST request into a MySQL database</title>
		<link>https://gaborflamich.com/submit-data-with-post-request-into-a-mysql-database/</link>
					<comments>https://gaborflamich.com/submit-data-with-post-request-into-a-mysql-database/#respond</comments>
		
		<dc:creator><![CDATA[Gabor Flamich]]></dc:creator>
		<pubDate>Thu, 03 Dec 2020 11:07:43 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://wpflames.com/?p=5286</guid>

					<description><![CDATA[To make it work you will need to create a database in phpMyAdmin. HTML PHP JS]]></description>
		
					<wfw:commentRss>https://gaborflamich.com/submit-data-with-post-request-into-a-mysql-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AJAX request &#8211; JSON local file</title>
		<link>https://gaborflamich.com/ajax-request-for-json-file-local/</link>
					<comments>https://gaborflamich.com/ajax-request-for-json-file-local/#respond</comments>
		
		<dc:creator><![CDATA[Gabor Flamich]]></dc:creator>
		<pubDate>Mon, 30 Nov 2020 17:59:45 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[json]]></category>
		<guid isPermaLink="false">https://wpflames.com/?p=5242</guid>

					<description><![CDATA[Request single JSON data Request array JSON data]]></description>
		
					<wfw:commentRss>https://gaborflamich.com/ajax-request-for-json-file-local/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AJAX request &#8211; TXT file</title>
		<link>https://gaborflamich.com/ajax-request-txt-file/</link>
					<comments>https://gaborflamich.com/ajax-request-txt-file/#respond</comments>
		
		<dc:creator><![CDATA[Gabor Flamich]]></dc:creator>
		<pubDate>Mon, 30 Nov 2020 09:42:37 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Ajax]]></category>
		<guid isPermaLink="false">https://wpflames.com/?p=5217</guid>

					<description><![CDATA[With Ajax You can receive data asynchronously without page reload. Method 1 &#8211; onload function Method 2 &#8211; readystate function [&#8230;]]]></description>
		
					<wfw:commentRss>https://gaborflamich.com/ajax-request-txt-file/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
