<?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>Tech Blog &#187; Software</title>
	<atom:link href="http://informationideas.com/news/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://informationideas.com/news</link>
	<description>Using technology to help your business</description>
	<lastBuildDate>Fri, 23 Jul 2010 06:24:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Zencart and Ultimate URL &#8211; 1054 Unknown column &#8216;c.parent_id&#8217; in &#8216;on clause&#8217;</title>
		<link>http://informationideas.com/news/2006/11/15/zencart-and-ultimate-url-1054-unknown-column-cparent_id-in-on-clause/</link>
		<comments>http://informationideas.com/news/2006/11/15/zencart-and-ultimate-url-1054-unknown-column-cparent_id-in-on-clause/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 04:06:31 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/2006/11/15/zencart-and-ultimate-url-1054-unknown-column-cparent_id-in-on-clause/</guid>
		<description><![CDATA[Configuration: Linux Apache 1.3 Mysql 5 PHP 5 Zencart 1.3.5 Chemo Ultimate URL for Zencart 1.3.5 Problem: After installation, the error message 1054 Unknown column &#8216;c.parent_id&#8217; in &#8216;on clause&#8217; shows up on any page in the catalog. Fix: Make the following change to /include/classes/seo.url.php Original: SELECT c.categories_id as id, c.parent_id, cd.categories_name as cName, cd2.categories_name as [...]]]></description>
			<content:encoded><![CDATA[<p>Configuration:</p>
<p>Linux<br />
Apache 1.3<br />
Mysql 5<br />
PHP 5<br />
Zencart 1.3.5<br />
Chemo Ultimate URL for Zencart 1.3.5</p>
<p>Problem:</p>
<p>After installation, the error message<br />
1054 Unknown column &#8216;c.parent_id&#8217; in &#8216;on clause&#8217;<br />
shows up on any page in the catalog.</p>
<p>Fix:</p>
<p>Make the following change to /include/classes/seo.url.php<br />
Original:</p>
<p>SELECT c.categories_id as id, c.parent_id, cd.categories_name as cName, cd2.categories_name as pName<br />
FROM &#8220;.TABLE_CATEGORIES.&#8221; c,<br />
&#8220;.TABLE_CATEGORIES_DESCRIPTION.&#8221; cd<br />
LEFT JOIN &#8220;.TABLE_CATEGORIES_DESCRIPTION.&#8221; cd2<br />
ON c.parent_id=cd2.categories_id AND cd2.language_id=&#8217;&#8221;.(int)$this->languages_id.&#8221;&#8216;<br />
WHERE c.categories_id=cd.categories_id<br />
AND cd.language_id=&#8217;&#8221;.(int)$this->languages_id.&#8221;&#8216;&#8221;;</p>
<p>Change:</p>
<p>&#8220;SELECT c.categories_id as id, c.parent_id, cd.categories_name as cName, cd2.categories_name as pName<br />
FROM<br />
&#8220;.TABLE_CATEGORIES_DESCRIPTION.&#8221; cd,<br />
&#8220;.TABLE_CATEGORIES.&#8221; c<br />
LEFT JOIN &#8220;.TABLE_CATEGORIES_DESCRIPTION.&#8221; cd2<br />
ON c.parent_id=cd2.categories_id AND cd2.language_id=&#8217;&#8221;.(int)$this->languages_id.&#8221;&#8216;<br />
WHERE c.categories_id=cd.categories_id<br />
AND cd.language_id=&#8217;&#8221;.(int)$this->languages_id.&#8221;&#8216;&#8221;;</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://informationideas.com/news/2006/11/15/zencart-and-ultimate-url-1054-unknown-column-cparent_id-in-on-clause/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://informationideas.com/news/2006/11/15/zencart-and-ultimate-url-1054-unknown-column-cparent_id-in-on-clause/&amp;title=Zencart+and+Ultimate+URL+-+1054+Unknown+column+%27c.parent_id%27+in+%27on+clause%27" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://informationideas.com/news/2006/11/15/zencart-and-ultimate-url-1054-unknown-column-cparent_id-in-on-clause/&amp;title=Zencart+and+Ultimate+URL+-+1054+Unknown+column+%27c.parent_id%27+in+%27on+clause%27" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://informationideas.com/news/2006/11/15/zencart-and-ultimate-url-1054-unknown-column-cparent_id-in-on-clause/&amp;t=Zencart+and+Ultimate+URL+-+1054+Unknown+column+%27c.parent_id%27+in+%27on+clause%27" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://informationideas.com/news/2006/11/15/zencart-and-ultimate-url-1054-unknown-column-cparent_id-in-on-clause/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://informationideas.com/news/2006/11/15/zencart-and-ultimate-url-1054-unknown-column-cparent_id-in-on-clause/&amp;title=Zencart+and+Ultimate+URL+-+1054+Unknown+column+%27c.parent_id%27+in+%27on+clause%27&amp;summary=Configuration%3A%0D%0A%0D%0ALinux%0D%0AApache%201.3%0D%0AMysql%205%0D%0APHP%205%0D%0AZencart%201.3.5%0D%0AChemo%20Ultimate%20URL%20for%20Zencart%201.3.5%0D%0A%0D%0AProblem%3A%0D%0A%0D%0AAfter%20installation%2C%20the%20error%20message%0D%0A1054%20Unknown%20column%20%27c.parent_id%27%20in%20%27on%20clause%27%0D%0Ashows%20up%20on%20any%20page%20in%20the%20catalog.%0D%0A%0D%0AFix%3A%0D%0A%0D%0AMake%20the%20following%20change%20to%20%2Finclude%2Fclass&amp;source=Tech Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://informationideas.com/news/2006/11/15/zencart-and-ultimate-url-1054-unknown-column-cparent_id-in-on-clause/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Zencart+and+Ultimate+URL+-+1054+Unknown+column+%27c.parent_id%27+in+%27on+clause%27+-+http://b2l.me/acxg7m&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2006/11/15/zencart-and-ultimate-url-1054-unknown-column-cparent_id-in-on-clause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware of 64 bit Windows XP</title>
		<link>http://informationideas.com/news/2006/08/25/beware-of-64-bit-windows-xp/</link>
		<comments>http://informationideas.com/news/2006/08/25/beware-of-64-bit-windows-xp/#comments</comments>
		<pubDate>Sat, 26 Aug 2006 02:53:51 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/2006/08/25/beware-of-64-bit-windows-xp/</guid>
		<description><![CDATA[Windows XP 64 bit promises to be the operating system of choice for the AMD 64 chip but falls short. The primary problem is that many hardware makers still have not developed 64 bit drivers for their products making it very difficult to get a new system up and running. Therefore, 64 bit XP is [...]]]></description>
			<content:encoded><![CDATA[<p>Windows XP 64 bit promises to be the operating system of choice for the AMD 64 chip but falls short. The primary problem is that many hardware makers still have not developed 64 bit drivers for their products making it very difficult to get a new system up and running. Therefore, 64 bit XP is still not totally ready for primetime usage by consumers. It is still only for geeks and IT professionals.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://informationideas.com/news/2006/08/25/beware-of-64-bit-windows-xp/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://informationideas.com/news/2006/08/25/beware-of-64-bit-windows-xp/&amp;title=Beware+of+64+bit+Windows+XP" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://informationideas.com/news/2006/08/25/beware-of-64-bit-windows-xp/&amp;title=Beware+of+64+bit+Windows+XP" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://informationideas.com/news/2006/08/25/beware-of-64-bit-windows-xp/&amp;t=Beware+of+64+bit+Windows+XP" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://informationideas.com/news/2006/08/25/beware-of-64-bit-windows-xp/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://informationideas.com/news/2006/08/25/beware-of-64-bit-windows-xp/&amp;title=Beware+of+64+bit+Windows+XP&amp;summary=Windows%20XP%2064%20bit%20promises%20to%20be%20the%20operating%20system%20of%20choice%20for%20the%20AMD%2064%20chip%20but%20falls%20short.%20The%20primary%20problem%20is%20that%20many%20hardware%20makers%20still%20have%20not%20developed%2064%20bit%20drivers%20for%20their%20products%20making%20it%20very%20difficult%20to%20get%20a%20new%20system%20up%20and%20running.%20Therefore%2C%2064%20bit%20XP%20is%20still%20&amp;source=Tech Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://informationideas.com/news/2006/08/25/beware-of-64-bit-windows-xp/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Beware+of+64+bit+Windows+XP+-+http://b2l.me/advexv&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2006/08/25/beware-of-64-bit-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smart applications</title>
		<link>http://informationideas.com/news/2006/08/10/smart-applications/</link>
		<comments>http://informationideas.com/news/2006/08/10/smart-applications/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 04:47:54 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/2006/08/10/smart-applications/</guid>
		<description><![CDATA[We have been trained to deal with applications in a certain way. If we encounter a problem, we call tech support on the phone and explain what had happened. Without fail, tech support would not have enough information in order to answer our questions. It is not their fault since we usually do not have [...]]]></description>
			<content:encoded><![CDATA[<p>We have been trained to deal with applications in a certain way. If we encounter a problem, we call tech support on the phone and explain what had happened. Without fail, tech support would not have enough information in order to answer our questions. It is not their fault since we usually do not have all the information to give them because we did not know what we should remember when the problem occurred. This way of reporting errors is so 90s.</p>
<p>It is time for smart applications. Applications should know what to do when an error occurs. The system knows when the error happened, what the user was doing, what type of data was entered, and which line of code caused the error. With all this information, the system should be the one reporting the error, not the user.</p>
<p>One place where I have seen this implemented is Windows XP. When an error occurs, the OS prompts the user to submit the problem to Microsoft. Web applications should follow suit but they should take it a step further. If someone is making an online order and an error pops up, that error can be sent to customer support and the site can bring up a chat screen to help the customer immediately. All the information had been sent to the support person so the customer does not have to spend time recalling what had happened then relaying the information to customer support. This method of handling errors can make the process a lot more efficient for support and more pleasant for the users.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://informationideas.com/news/2006/08/10/smart-applications/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://informationideas.com/news/2006/08/10/smart-applications/&amp;title=Smart+applications" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://informationideas.com/news/2006/08/10/smart-applications/&amp;title=Smart+applications" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://informationideas.com/news/2006/08/10/smart-applications/&amp;t=Smart+applications" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://informationideas.com/news/2006/08/10/smart-applications/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://informationideas.com/news/2006/08/10/smart-applications/&amp;title=Smart+applications&amp;summary=We%20have%20been%20trained%20to%20deal%20with%20applications%20in%20a%20certain%20way.%20If%20we%20encounter%20a%20problem%2C%20we%20call%20tech%20support%20on%20the%20phone%20and%20explain%20what%20had%20happened.%20Without%20fail%2C%20tech%20support%20would%20not%20have%20enough%20information%20in%20order%20to%20answer%20our%20questions.%20It%20is%20not%20their%20fault%20since%20we%20usually%20do%20not%20ha&amp;source=Tech Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://informationideas.com/news/2006/08/10/smart-applications/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Smart+applications+-+http://b2l.me/advexw&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2006/08/10/smart-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
