<?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>Aaron Belchamber</title>
	<atom:link href="https://tools.belchamber.us/author/admin-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/author/admin-2/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Wed, 21 Feb 2024 18:08:12 +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>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>Git error: &#8220;git dst refspec matches more than one&#8221;</title>
		<link>https://tools.belchamber.us/git-error-git-dst-refspec-matches-more-than-one/</link>
					<comments>https://tools.belchamber.us/git-error-git-dst-refspec-matches-more-than-one/#comments</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 07 Nov 2020 19:05:34 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1215</guid>

					<description><![CDATA[<p>&#8220;git dst refspec matches more than one&#8221; You may get this error when pushing a commit to your repo.&#160; The most likely suspect is that someone named a tag the exact name of the branch.&#160; You can rename the tag or delete it and retry pushing the commit. If you have a branch you typically [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/git-error-git-dst-refspec-matches-more-than-one/">Git error: &#8220;git dst refspec matches more than one&#8221;</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/git-error-git-dst-refspec-matches-more-than-one/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1215</post-id>	</item>
		<item>
		<title>Using raw PDO MySQL queries with safe placeholders in Symfony</title>
		<link>https://tools.belchamber.us/using-raw-pdo-mysql-queries-with-safe-placeholders-in-symfony/</link>
					<comments>https://tools.belchamber.us/using-raw-pdo-mysql-queries-with-safe-placeholders-in-symfony/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Thu, 10 Sep 2020 19:48:57 +0000</pubDate>
				<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1203</guid>

					<description><![CDATA[<p>This comes in handy as Doctrine doesn&#8217;t always support all native MySQL commands and functions.&#160; Strangely, certain common time and date-related ones like YEAR(), MONTH() and DAY(). The $paramsArr is an array for all placeholders in your standard PDO query.</p>
<p>The post <a href="https://tools.belchamber.us/using-raw-pdo-mysql-queries-with-safe-placeholders-in-symfony/">Using raw PDO MySQL queries with safe placeholders in Symfony</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/using-raw-pdo-mysql-queries-with-safe-placeholders-in-symfony/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1203</post-id>	</item>
		<item>
		<title>Well, Hello Microsoft .NET!</title>
		<link>https://tools.belchamber.us/well-hello-microsoft-net/</link>
					<comments>https://tools.belchamber.us/well-hello-microsoft-net/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Tue, 09 Jun 2020 13:42:38 +0000</pubDate>
				<category><![CDATA[Microsoft .NET]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1199</guid>

					<description><![CDATA[<p>The post <a href="https://tools.belchamber.us/well-hello-microsoft-net/">Well, Hello Microsoft .NET!</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/well-hello-microsoft-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1199</post-id>	</item>
		<item>
		<title>Deploying a Node.js Server with Dreamhost</title>
		<link>https://tools.belchamber.us/deploying-a-node-js-server-with-dreamhost/</link>
					<comments>https://tools.belchamber.us/deploying-a-node-js-server-with-dreamhost/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Thu, 02 Apr 2020 21:08:43 +0000</pubDate>
				<category><![CDATA[Node]]></category>
		<category><![CDATA[Servers & Hosts]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1190</guid>

					<description><![CDATA[<p>The post <a href="https://tools.belchamber.us/deploying-a-node-js-server-with-dreamhost/">Deploying a Node.js Server with Dreamhost</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/deploying-a-node-js-server-with-dreamhost/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1190</post-id>	</item>
		<item>
		<title>Upgrading to Mautic 2.9.2 requires a few tweaks</title>
		<link>https://tools.belchamber.us/upgrading-mautic-2-9-2-requires-tweaks/</link>
					<comments>https://tools.belchamber.us/upgrading-mautic-2-9-2-requires-tweaks/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 13 Aug 2017 14:23:23 +0000</pubDate>
				<category><![CDATA[Marketing Automation]]></category>
		<category><![CDATA[Mautic]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1115</guid>

					<description><![CDATA[<p>All experienced web developers know that before you run any updates to a system that you back up your database and files, and Mautic, the marketing automation platform, is no exception.  Mautic comes in two flavors and this only applies to the completely free community version, which in my opinion makes Mautic the best, most [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/upgrading-mautic-2-9-2-requires-tweaks/">Upgrading to Mautic 2.9.2 requires a few tweaks</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/upgrading-mautic-2-9-2-requires-tweaks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1115</post-id>	</item>
		<item>
		<title>Updating to Mautic 2.9.1 mild issues resolved</title>
		<link>https://tools.belchamber.us/updating-mautic-2-9-1-mild-issues-resolved/</link>
					<comments>https://tools.belchamber.us/updating-mautic-2-9-1-mild-issues-resolved/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 31 Jul 2017 12:53:28 +0000</pubDate>
				<category><![CDATA[Marketing Automation]]></category>
		<category><![CDATA[Mautic]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1108</guid>

					<description><![CDATA[<p>As a PHP web developer with over 13 years experience, I can say that Mautic is the best of all the free marketing automation platforms, by far.  Sugar CRM is good, for what it does, but that&#8217;s a CRM, not an MA (Marketing Automation).  Still, when you are updating Mautic, like you would WordPress, be [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/updating-mautic-2-9-1-mild-issues-resolved/">Updating to Mautic 2.9.1 mild issues resolved</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/updating-mautic-2-9-1-mild-issues-resolved/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1108</post-id>	</item>
		<item>
		<title>So you&#8217;re an American and you support the H1B Visa program?  Watch it &#8212; karma will get you next!</title>
		<link>https://tools.belchamber.us/youre-american-support-h1b-visa-program-watch-karma-will-get-next/</link>
					<comments>https://tools.belchamber.us/youre-american-support-h1b-visa-program-watch-karma-will-get-next/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 09 Jul 2017 15:17:24 +0000</pubDate>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[H1B Visas]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1087</guid>

					<description><![CDATA[<p>Of all people a tech recruiter on LinkedIn recently asked &#8220;IT professional&#8221;, &#8220;Non-IT professionals&#8221;, web developers, recruiters, and HR managers what they thought about the H1B Visa Program. Hmmm.  I should ask him how he feels about cancer or being paid about half of what he&#8217;s worth?!  I seldom engage on any social media, but [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/youre-american-support-h1b-visa-program-watch-karma-will-get-next/">So you&#8217;re an American and you support the H1B Visa program?  Watch it &#8212; karma will get you next!</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/youre-american-support-h1b-visa-program-watch-karma-will-get-next/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1087</post-id>	</item>
		<item>
		<title>Upgrading to Drupal 8 looks a lot like Symfony</title>
		<link>https://tools.belchamber.us/upgrading-drupal-8-looks-lot-like-symfony/</link>
					<comments>https://tools.belchamber.us/upgrading-drupal-8-looks-lot-like-symfony/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Tue, 02 Aug 2016 13:17:39 +0000</pubDate>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[symfony]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1069</guid>

					<description><![CDATA[<p>The good news about upgrading to Drupal 8 is that it looks a lot like Symfony, the bad news is that upgrading to Drupal 8 looks a lot like Symfony.  I guess it&#8217;s just your perspective but if you have a lot of sites steeped deeply in D7, it&#8217;s quite a transition.  However, if most [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/upgrading-drupal-8-looks-lot-like-symfony/">Upgrading to Drupal 8 looks a lot like Symfony</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/upgrading-drupal-8-looks-lot-like-symfony/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1069</post-id>	</item>
		<item>
		<title>Preventing double form submissions with Parsley form validation</title>
		<link>https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/</link>
					<comments>https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Fri, 29 Jul 2016 12:06:35 +0000</pubDate>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[form validation]]></category>
		<category><![CDATA[parsley]]></category>
		<category><![CDATA[ux optimization]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1067</guid>

					<description><![CDATA[<p>Thanks to Jon Leigh for this snippet!  If you use Parsley form validation, a reliable form validation library, here&#8217;s an easy way to prevent double submissions of forms.  This disables the form submission button only once the form passes Parsley&#8217;s form validation. $.listen('parsley:form:validated', function(e){ if (e.validationResult) { /* Validation has passed, prevent double submissions */ [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/">Preventing double form submissions with Parsley form validation</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1067</post-id>	</item>
		<item>
		<title>Mesocolumn WordPress child theme fix after updating theme</title>
		<link>https://tools.belchamber.us/mesocolumn-wordpress-child-theme-fix-updating-theme/</link>
					<comments>https://tools.belchamber.us/mesocolumn-wordpress-child-theme-fix-updating-theme/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 15 May 2016 14:43:23 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1058</guid>

					<description><![CDATA[<p>It was bound to happen, the very reliable Mesocolumn WordPress theme finally made an entry in a website&#8217;s fatal error logs.  I make a habit of examining website error logs, if you have a business with a web department, insist that they regularly scan and check your website error logs or subscribe to a service [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/mesocolumn-wordpress-child-theme-fix-updating-theme/">Mesocolumn WordPress child theme fix after updating theme</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/mesocolumn-wordpress-child-theme-fix-updating-theme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1058</post-id>	</item>
	</channel>
</rss>
