<?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>Developer Tools Archives - this is how i code</title>
	<atom:link href="https://thisishowicode.com/category/developer-tools/feed/" rel="self" type="application/rss+xml" />
	<link>https://thisishowicode.com/category/developer-tools/</link>
	<description>my personal journey through creating with code</description>
	<lastBuildDate>Sun, 28 Apr 2024 09:35:58 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>How to Allow HTML formatting in JSX with VS Code</title>
		<link>https://thisishowicode.com/how-to-allow-html-formatting-in-jsx-with-vs-code/</link>
					<comments>https://thisishowicode.com/how-to-allow-html-formatting-in-jsx-with-vs-code/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 28 Apr 2024 09:35:57 +0000</pubDate>
				<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Workflow]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1182</guid>

					<description><![CDATA[<p>One of the annoying quirks of writing HTML inside of a javascript file is that, by default, it doesn&#8217;t recognise that you&#8217;re actually writing HTML. In VS Code, this can be fixed by opening your settings.json and adding this option: Oh happy days!</p>
<p>The post <a href="https://thisishowicode.com/how-to-allow-html-formatting-in-jsx-with-vs-code/">How to Allow HTML formatting in JSX with VS Code</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/how-to-allow-html-formatting-in-jsx-with-vs-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Block Editor Core Blocks Demo (Gutenberg)</title>
		<link>https://thisishowicode.com/wordpress-block-editor-core-blocks-demo-gutenberg/</link>
					<comments>https://thisishowicode.com/wordpress-block-editor-core-blocks-demo-gutenberg/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 18 Feb 2024 13:28:38 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1145</guid>

					<description><![CDATA[<p>This is a reference of the Block Editor blocks available in WordPress as of 6.4.3. There is an online resource here: Core Blocks Reference &#124; Block Editor Handbook &#124; WordPress Developer Resources But being the visual person I am, I find it helps to see what the available blocks are. This is especially useful for [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/wordpress-block-editor-core-blocks-demo-gutenberg/">WordPress Block Editor Core Blocks Demo (Gutenberg)</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/wordpress-block-editor-core-blocks-demo-gutenberg/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://thisishowicode.com/wp-content/uploads/2024/02/723954__josefpres__piano-loops-147-octave-up-short-loop-120-bpm.wav" length="5999452" type="audio/wav" />

			</item>
		<item>
		<title>VS Code Scripts Disabled Error: Fix</title>
		<link>https://thisishowicode.com/vs-code-scripts-disabled-error-fix/</link>
					<comments>https://thisishowicode.com/vs-code-scripts-disabled-error-fix/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 31 Oct 2021 14:21:57 +0000</pubDate>
				<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[How to]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=884</guid>

					<description><![CDATA[<p>I&#8217;ve started to enjoy using Visual Studio Code as of late, my favourite choice in Code editor (Intellisense ftw). However, if you notice that vs code scripts are disabled using the terminal, you might need a slight configuration. Specifically, if you plan on using it for running global commands. VS Code &#8216;scripts is disabled&#8217; error [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/vs-code-scripts-disabled-error-fix/">VS Code Scripts Disabled Error: Fix</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/vs-code-scripts-disabled-error-fix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Recommended WordPress Plugins For New Projects</title>
		<link>https://thisishowicode.com/recommended-wordpress-plugins-for-new-projects/</link>
					<comments>https://thisishowicode.com/recommended-wordpress-plugins-for-new-projects/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Thu, 13 Aug 2020 16:52:30 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://thisishowicode.com/?p=361</guid>

					<description><![CDATA[<p>I have some go-to recommended WordPress plugins I always install on new projects. They&#8217;re essentials, in my opinion, for making a WordPress website that much better. However, if you&#8217;re a WordPress developer, chances are you have some of these in your list already. Hey ho, here we go&#8230; Advanced Custom Fields https://wordpress.org/plugins/advanced-custom-fields/ Of all my [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/recommended-wordpress-plugins-for-new-projects/">Recommended WordPress Plugins For New Projects</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/recommended-wordpress-plugins-for-new-projects/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Essential Web Development Tools and Resources I Need</title>
		<link>https://thisishowicode.com/essential-web-development-tools-and-resources-i-need/</link>
					<comments>https://thisishowicode.com/essential-web-development-tools-and-resources-i-need/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Tue, 21 Jul 2020 22:44:10 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[Front End Development]]></category>
		<guid isPermaLink="false">http://thisishowicode.com/?p=46</guid>

					<description><![CDATA[<p>Everybody has their own set of essential web development tools. Here are a couple mine I thought I&#8217;d share. I might later add some more, as and when I find them. Jquery to vanilla js tobiasahlin.com/blog/move-from-jquery-to-vanilla-javascript This is a good quick reference comparison of jquery and javascript. There may be a need for one or [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/essential-web-development-tools-and-resources-i-need/">The Essential Web Development Tools and Resources I Need</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/essential-web-development-tools-and-resources-i-need/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Atom Packages to Improve Workflow: Try These Amazing Features</title>
		<link>https://thisishowicode.com/atom-code-editor-packages-to-improve-workflow/</link>
					<comments>https://thisishowicode.com/atom-code-editor-packages-to-improve-workflow/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Wed, 06 May 2020 08:13:09 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[Workflow]]></category>
		<guid isPermaLink="false">http://thisishowicode.com/?p=95</guid>

					<description><![CDATA[<p>Atom is a favourite text editor of choice for coding. I spent a long time with sublime text, until I bit the bullet to try something new. Obviously with all the extra new features, and nicer way to handle customisations and so on, I wanted to share some add-ons (known as packages) I use to [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/atom-code-editor-packages-to-improve-workflow/">Atom Packages to Improve Workflow: Try These Amazing Features</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/atom-code-editor-packages-to-improve-workflow/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Firefox for Web Development : Why I Really Prefer it</title>
		<link>https://thisishowicode.com/firefox-web-development-why-i-prefer-it/</link>
					<comments>https://thisishowicode.com/firefox-web-development-why-i-prefer-it/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sat, 25 Apr 2020 08:04:37 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[Workflow]]></category>
		<guid isPermaLink="false">http://thisishowicode.com/?p=79</guid>

					<description><![CDATA[<p>Like most people I&#8217;m a creature of habit, and I&#8217;ve always preferred to use firefox for web development. It&#8217;s understandable, considering it was released before Chrome (firefox first released 2002 &#8211; compared to Chrome in 2008), and it was a much better alternative to Internet Explorer at the time. Yeh, I&#8217;m somewhat of a veteran [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/firefox-web-development-why-i-prefer-it/">Firefox for Web Development : Why I Really Prefer it</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/firefox-web-development-why-i-prefer-it/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
