<?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>Dirk &#8211; BTA Blog</title>
	<atom:link href="https://www.businesstechnologyassociates.com/blog/author/dirk/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.businesstechnologyassociates.com/blog</link>
	<description>Weblog about business and technology issues</description>
	<lastBuildDate>Tue, 16 Dec 2025 02:06:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Big Bad Bug!</title>
		<link>https://www.businesstechnologyassociates.com/blog/2025/12/big-bad-bug/</link>
		
		<dc:creator><![CDATA[Dirk]]></dc:creator>
		<pubDate>Tue, 16 Dec 2025 02:06:48 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.businesstechnologyassociates.com/blog/?p=417</guid>

					<description><![CDATA[A really serious bug exists in the React Server Components, a popular JavaScript library and the Next.js framework that has reached a imperfect  CVSS score of 10.0! CVE-2025-55182 is a critical remote code execution vulnerability in React Server Components that allows attackers to execute arbitrary code without authentication by exploiting improper input deserialization. This vulnerability &#8230; <p class="link-more"><a href="https://www.businesstechnologyassociates.com/blog/2025/12/big-bad-bug/" class="more-link">Continue reading<span class="screen-reader-text"> "Big Bad Bug!"</span></a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Best Practices for Password Security</title>
		<link>https://www.businesstechnologyassociates.com/blog/2024/10/best-practices-for-password-security/</link>
					<comments>https://www.businesstechnologyassociates.com/blog/2024/10/best-practices-for-password-security/#comments</comments>
		
		<dc:creator><![CDATA[Dirk]]></dc:creator>
		<pubDate>Wed, 16 Oct 2024 02:32:24 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://www.businesstechnologyassociates.com/blog/?p=410</guid>

					<description><![CDATA[In today’s internet-connect age, strong passwords are your first line of defense against unauthorized access to your personal and professional accounts. Following best practices for password security is crucial to protect your sensitive information from cyber threats. Here are some essential guidelines to help you create and manage secure passwords. 1. Use Long and Complex &#8230; <p class="link-more"><a href="https://www.businesstechnologyassociates.com/blog/2024/10/best-practices-for-password-security/" class="more-link">Continue reading<span class="screen-reader-text"> "Best Practices for Password Security"</span></a></p>]]></description>
		
					<wfw:commentRss>https://www.businesstechnologyassociates.com/blog/2024/10/best-practices-for-password-security/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>MySQL JASON_VALUE fails with a key starting with a number</title>
		<link>https://www.businesstechnologyassociates.com/blog/2024/07/mysql-jason_value-fails-with-a-key-starting-with-a-number/</link>
		
		<dc:creator><![CDATA[Dirk]]></dc:creator>
		<pubDate>Sat, 27 Jul 2024 18:26:32 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.businesstechnologyassociates.com/blog/?p=402</guid>

					<description><![CDATA[SELECT JSON_VALUE('{"dateTime": "2024-07-21 08:11:07 -0600", "60SecInches": 0.00, "DailyInches": 0.01, "TotalInches": 10.61}', "$.60SecInches"); MySQL said: #3143 &#8211; Invalid JSON path expression. The error is around character position 13.  That seems to point to the end of this string. "$.60SecInches" If I remove the &#8220;60&#8221; from the key, the above SELECT works. But the following works as &#8230; <p class="link-more"><a href="https://www.businesstechnologyassociates.com/blog/2024/07/mysql-jason_value-fails-with-a-key-starting-with-a-number/" class="more-link">Continue reading<span class="screen-reader-text"> "MySQL JASON_VALUE fails with a key starting with a number"</span></a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Upgrading Drupal and blocked by MySQL library version</title>
		<link>https://www.businesstechnologyassociates.com/blog/2024/02/upgrading-drupal-and-blocked-by-mysql-library-version/</link>
		
		<dc:creator><![CDATA[Dirk]]></dc:creator>
		<pubDate>Thu, 29 Feb 2024 18:48:52 +0000</pubDate>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">https://www.businesstechnologyassociates.com/blog/?p=394</guid>

					<description><![CDATA[Recently I was upgrading a Drupal installation to version 9.5.11 and when in maintenance mode, received the error: 10.5.20-MariaDB-cll-lve-log The libmysqlclient driver version 3.1.21 is less than the minimum required version. Upgrade to libmysqlclient version 5.5.3 or up, or alternatively switch mysql drivers to MySQLnd version 5.0.9 or up. Since this installation was on a &#8230; <p class="link-more"><a href="https://www.businesstechnologyassociates.com/blog/2024/02/upgrading-drupal-and-blocked-by-mysql-library-version/" class="more-link">Continue reading<span class="screen-reader-text"> "Upgrading Drupal and blocked by MySQL library version"</span></a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Change ownership of a domain in Google Domains</title>
		<link>https://www.businesstechnologyassociates.com/blog/2023/01/change-ownership-of-a-domain-in-google-domains/</link>
		
		<dc:creator><![CDATA[Dirk]]></dc:creator>
		<pubDate>Thu, 19 Jan 2023 04:48:07 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet]]></category>
		<guid isPermaLink="false">https://www.businesstechnologyassociates.com/blog/?p=355</guid>

					<description><![CDATA[I used the following steps to transfer a domain name from one Google account to another Google account.  It seems that this procedure has changed recently and existing solutions found on the Internet are out of date.  Surprisingly, Google did not provide the solution either.  I  found the current solution by trial and error.   This &#8230; <p class="link-more"><a href="https://www.businesstechnologyassociates.com/blog/2023/01/change-ownership-of-a-domain-in-google-domains/" class="more-link">Continue reading<span class="screen-reader-text"> "Change ownership of a domain in Google Domains"</span></a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>MySQL/MariaDB needs upgrading after upgrading</title>
		<link>https://www.businesstechnologyassociates.com/blog/2021/10/mysql-mariadb-needs-upgrading-after-upgrading/</link>
		
		<dc:creator><![CDATA[Dirk]]></dc:creator>
		<pubDate>Sat, 02 Oct 2021 22:06:12 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">https://www.businesstechnologyassociates.com/blog/?p=342</guid>

					<description><![CDATA[Recently I was reviewing log files for one of my servers and came across the following error message: mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'mysql'': Cannot load from mysql.proc. The table is probably corrupted (1728) mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'mydatabase'': Cannot load from mysql.proc. The table is &#8230; <p class="link-more"><a href="https://www.businesstechnologyassociates.com/blog/2021/10/mysql-mariadb-needs-upgrading-after-upgrading/" class="more-link">Continue reading<span class="screen-reader-text"> "MySQL/MariaDB needs upgrading after upgrading"</span></a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Why does Firefox need it&#8217;s own print dialog?</title>
		<link>https://www.businesstechnologyassociates.com/blog/2021/03/why-does-firefox-need-its-own-print-dialog/</link>
		
		<dc:creator><![CDATA[Dirk]]></dc:creator>
		<pubDate>Wed, 03 Mar 2021 19:05:59 +0000</pubDate>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.businesstechnologyassociates.com/blog/?p=333</guid>

					<description><![CDATA[Recently Firefox started loading it&#8217;s own dialog when trying to print a web page, about version 85.  I have never had any real problems with the Ubuntu&#8217;s print dialog, so I was surprised when the Firefox version showed up.  I really like the Simplify Page feature which cleaned up a lot of poorly formatted web &#8230; <p class="link-more"><a href="https://www.businesstechnologyassociates.com/blog/2021/03/why-does-firefox-need-its-own-print-dialog/" class="more-link">Continue reading<span class="screen-reader-text"> "Why does Firefox need it&#8217;s own print dialog?"</span></a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Imagine a Football Game with No Rules</title>
		<link>https://www.businesstechnologyassociates.com/blog/2017/12/imagine-a-football-game-with-no-rules/</link>
		
		<dc:creator><![CDATA[Dirk]]></dc:creator>
		<pubDate>Thu, 14 Dec 2017 16:24:32 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Net Neutrality]]></category>
		<guid isPermaLink="false">https://www.businesstechnologyassociates.com/blog/?p=321</guid>

					<description><![CDATA[Today the FCC is voting to remove rules for Internet Neutrality that were adopted February 26, 2015.  Removing these rules would allow the few Internet Service Providers (ISP) to manipulate your Internet traffic as they see fit.  Comcast was found to be throttling BitTorrent traffic in 2011 and did not stop until the current rules &#8230; <p class="link-more"><a href="https://www.businesstechnologyassociates.com/blog/2017/12/imagine-a-football-game-with-no-rules/" class="more-link">Continue reading<span class="screen-reader-text"> "Imagine a Football Game with No Rules"</span></a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Privacy for All</title>
		<link>https://www.businesstechnologyassociates.com/blog/2017/03/privacy-for-all/</link>
		
		<dc:creator><![CDATA[Dirk]]></dc:creator>
		<pubDate>Fri, 31 Mar 2017 01:25:56 +0000</pubDate>
				<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://www.businesstechnologyassociates.com/blog/?p=283</guid>

					<description><![CDATA[The Founding Fathers created the Bill of Rights to protect citizens&#8217; rights including the Fourth Amendment (Amendment IV) to the United States Constitution that states: The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no Warrants shall issue, but &#8230; <p class="link-more"><a href="https://www.businesstechnologyassociates.com/blog/2017/03/privacy-for-all/" class="more-link">Continue reading<span class="screen-reader-text"> "Privacy for All"</span></a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Web Security for All</title>
		<link>https://www.businesstechnologyassociates.com/blog/2016/06/web-security-for-all/</link>
		
		<dc:creator><![CDATA[Dirk]]></dc:creator>
		<pubDate>Sat, 04 Jun 2016 20:20:37 +0000</pubDate>
				<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.businesstechnologyassociates.com/blog/?p=288</guid>

					<description><![CDATA[Accessing a web site sends information back and forth as you access pages and click on links.  This data travels through numerous computers on its way to the web site&#8217;s server and to your computer.  This varies depending on your Internet provider and the provider of the web site.  Recently, I traced my access to &#8230; <p class="link-more"><a href="https://www.businesstechnologyassociates.com/blog/2016/06/web-security-for-all/" class="more-link">Continue reading<span class="screen-reader-text"> "Web Security for All"</span></a></p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
