<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments for Belchamber Web Tools, AI Guidance &amp; Code	</title>
	<atom:link href="https://tools.belchamber.us/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Sat, 23 Aug 2025 09:55:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Comment on Consider Twig templating for faster coding and more reliable and efficient websites by Nick		</title>
		<link>https://tools.belchamber.us/consider-twig-templating-for-faster-coding-and-more-reliable-and-efficient-websites/#comment-952</link>

		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Sat, 16 Dec 2023 17:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=315#comment-952</guid>

					<description><![CDATA[Your post demonstrates a deep understanding of the subject matter. It&#039;s evident in the comprehensive coverage and detailed explanations. To learn more, &lt;a href=&quot;https://www.digistore24.com/redir/511379/Nongsaba/&quot; rel=&quot;nofollow ugc&quot;&gt;click here&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>Your post demonstrates a deep understanding of the subject matter. It&#8217;s evident in the comprehensive coverage and detailed explanations. To learn more, <a href="https://www.digistore24.com/redir/511379/Nongsaba/" rel="nofollow ugc">click here</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Git error: &#8220;git dst refspec matches more than one&#8221; by Jonny Klasson		</title>
		<link>https://tools.belchamber.us/git-error-git-dst-refspec-matches-more-than-one/#comment-948</link>

		<dc:creator><![CDATA[Jonny Klasson]]></dc:creator>
		<pubDate>Mon, 29 Nov 2021 05:59:08 +0000</pubDate>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1215#comment-948</guid>

					<description><![CDATA[Thank you for this, had to visit the dark side of the net (google page 2) to find this.
But it was just what I needed.]]></description>
			<content:encoded><![CDATA[<p>Thank you for this, had to visit the dark side of the net (google page 2) to find this.<br />
But it was just what I needed.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Mautic fix for forms hanging on &#8220;Please wait&#8230;&#8221; happens when installed in subdirectory by Vasilis		</title>
		<link>https://tools.belchamber.us/mautic-fix-forms-hanging-please-wait-happens-installed-subdirectory/#comment-946</link>

		<dc:creator><![CDATA[Vasilis]]></dc:creator>
		<pubDate>Mon, 08 Jan 2018 14:38:19 +0000</pubDate>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1118#comment-946</guid>

					<description><![CDATA[For me (Mautic version 2.12) the problem was that I haven&#039;t SSL installed after http -&#062; https the problem was solved!!]]></description>
			<content:encoded><![CDATA[<p>For me (Mautic version 2.12) the problem was that I haven&#8217;t SSL installed after http -&gt; https the problem was solved!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Ensure certain elements on a page display in matching heights throughout. by Aaron Belchamber		</title>
		<link>https://tools.belchamber.us/ensure-certain-elements-on-a-page-display-in-matching-heights-throughout/#comment-564</link>

		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Fri, 22 Aug 2014 18:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://tools.belchamber.us/cms/?p=43#comment-564</guid>

					<description><![CDATA[check checkbox with specific value ( using jQuery )

To check/uncheck checkbox with specific value using jQuery.

To check checkbox with id lead with &quot;chk_hobby_&quot; and has value = 7 :
?
1
	
$(&quot;#data-form input[id^=&#039;chk_hobby_&#039;][value=7]&quot;).prop(&#039;checked&#039;,true);

To uncheck checkbox with id lead with &quot;chk_hobby_&quot; and has value = 2 :
?
1
	
$(&quot;#data-form input[id^=&#039;chk_hobby_&#039;][value=2]&quot;).prop(&#039;checked&#039;,false);

HTML Sample :
?
1
2
3
4
5
	
Hobby
 Swimming
 Watching Movie
 Bowling
]]></description>
			<content:encoded><![CDATA[<p>check checkbox with specific value ( using jQuery )</p>
<p>To check/uncheck checkbox with specific value using jQuery.</p>
<p>To check checkbox with id lead with &#8220;chk_hobby_&#8221; and has value = 7 :<br />
?<br />
1</p>
<p>$(&#8220;#data-form input[id^=&#8217;chk_hobby_&#8217;][value=7]&#8221;).prop(&#8216;checked&#8217;,true);</p>
<p>To uncheck checkbox with id lead with &#8220;chk_hobby_&#8221; and has value = 2 :<br />
?<br />
1</p>
<p>$(&#8220;#data-form input[id^=&#8217;chk_hobby_&#8217;][value=2]&#8221;).prop(&#8216;checked&#8217;,false);</p>
<p>HTML Sample :<br />
?<br />
1<br />
2<br />
3<br />
4<br />
5</p>
<p>Hobby<br />
 Swimming<br />
 Watching Movie<br />
 Bowling</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Mysql PDO standard insert (persist) of data to a table with placeholders to protect from MySQL injection attacks by aaron b		</title>
		<link>https://tools.belchamber.us/mysql-pdo-standard-insert-persist-of-data-to-a-table-with-placeholders-to-protect-from-mysql-injection-attacks/#comment-560</link>

		<dc:creator><![CDATA[aaron b]]></dc:creator>
		<pubDate>Wed, 20 Aug 2014 15:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=331#comment-560</guid>

					<description><![CDATA[Symfony controllers requires response:  

http://stackoverflow.com/questions/9063103/the-controller-must-return-a-response]]></description>
			<content:encoded><![CDATA[<p>Symfony controllers requires response:  </p>
<p><a href="http://stackoverflow.com/questions/9063103/the-controller-must-return-a-response" rel="nofollow ugc">http://stackoverflow.com/questions/9063103/the-controller-must-return-a-response</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Quick reference to create URL rewrites in .htaccess by AB		</title>
		<link>https://tools.belchamber.us/quick-reference-to-create-rewrite-in-htaccess/#comment-553</link>

		<dc:creator><![CDATA[AB]]></dc:creator>
		<pubDate>Thu, 14 Aug 2014 18:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=248#comment-553</guid>

					<description><![CDATA[http://moz.com/blog/htaccess-file-snippets-for-seos]]></description>
			<content:encoded><![CDATA[<p><a href="http://moz.com/blog/htaccess-file-snippets-for-seos" rel="nofollow ugc">http://moz.com/blog/htaccess-file-snippets-for-seos</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Symfony Twig Cheatsheet by Twig Cheat Sheet &#124; Prolific Futility		</title>
		<link>https://tools.belchamber.us/symfony-twig-cheatsheet/#comment-551</link>

		<dc:creator><![CDATA[Twig Cheat Sheet &#124; Prolific Futility]]></dc:creator>
		<pubDate>Sun, 10 Aug 2014 00:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://tools.belchamber.us/?page_id=339#comment-551</guid>

					<description><![CDATA[[&#8230;] http://tools.belchamber.us/symfony-twig-cheatsheet/ [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] <a href="http://tools.belchamber.us/symfony-twig-cheatsheet/" rel="ugc">http://tools.belchamber.us/symfony-twig-cheatsheet/</a> [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Symfony Cheatsheet by Symfony 2.5 Cheat Sheet &#124; Prolific Futility		</title>
		<link>https://tools.belchamber.us/symfony-cheatsheet/#comment-550</link>

		<dc:creator><![CDATA[Symfony 2.5 Cheat Sheet &#124; Prolific Futility]]></dc:creator>
		<pubDate>Sun, 10 Aug 2014 00:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://tools.belchamber.us/?page_id=345#comment-550</guid>

					<description><![CDATA[[&#8230;] http://tools.belchamber.us/symfony-cheatsheet/ [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] <a href="http://tools.belchamber.us/symfony-cheatsheet/" rel="ugc">http://tools.belchamber.us/symfony-cheatsheet/</a> [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Symfony Cheatsheet by aaron b		</title>
		<link>https://tools.belchamber.us/symfony-cheatsheet/#comment-549</link>

		<dc:creator><![CDATA[aaron b]]></dc:creator>
		<pubDate>Fri, 08 Aug 2014 19:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://tools.belchamber.us/?page_id=345#comment-549</guid>

					<description><![CDATA[Do article on hwow to use different routes to inject different global vals w/ &quot;hand-off&quot; controllers that just initialize certain custom vals before passing to the main controller.]]></description>
			<content:encoded><![CDATA[<p>Do article on hwow to use different routes to inject different global vals w/ &#8220;hand-off&#8221; controllers that just initialize certain custom vals before passing to the main controller.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Symfony:  FOS User Bundle, check if user is logged in by aaron b		</title>
		<link>https://tools.belchamber.us/symfony-fos-user-bundle-check-if-user-is-logged-in/#comment-547</link>

		<dc:creator><![CDATA[aaron b]]></dc:creator>
		<pubDate>Thu, 07 Aug 2014 13:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=428#comment-547</guid>

					<description><![CDATA[You can do $this-&#062;getRequest()-&#062;query-&#062;all(); to get all GET params and $this-&#062;getRequest()-&#062;request-&#062;all(); to get all POST params.

So in your case:

$params = $this-&#062;getRequest()-&#062;request-&#062;all();
$params[&#039;value1&#039;];
$params[&#039;value2&#039;];]]></description>
			<content:encoded><![CDATA[<p>You can do $this-&gt;getRequest()-&gt;query-&gt;all(); to get all GET params and $this-&gt;getRequest()-&gt;request-&gt;all(); to get all POST params.</p>
<p>So in your case:</p>
<p>$params = $this-&gt;getRequest()-&gt;request-&gt;all();<br />
$params[&#8216;value1&#8217;];<br />
$params[&#8216;value2&#8217;];</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
