<?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 Drewcorp Technical</title>
	<atom:link href="http://coding.drewcorp.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://coding.drewcorp.ca</link>
	<description>Memoirs of a Technomancer</description>
	<lastBuildDate>Sat, 05 Mar 2011 21:42:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on The Turbo Button by Gary F</title>
		<link>http://coding.drewcorp.ca/hardware/the-turbo-button/#comment-637</link>
		<dc:creator>Gary F</dc:creator>
		<pubDate>Sat, 05 Mar 2011 21:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://coding.drewcorp.ca/uncategorized/the-turbo-button/#comment-637</guid>
		<description>That&#039;s a good trip down memory lane. I&#039;m pleased the turbo button was dropped! Can you imagine depressing turbo today and dropping the clock speed to a few Mhz? Windows would effectively lock and a push of your mouse would take 5 minutes to register on the screen! :-D</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good trip down memory lane. I&#8217;m pleased the turbo button was dropped! Can you imagine depressing turbo today and dropping the clock speed to a few Mhz? Windows would effectively lock and a push of your mouse would take 5 minutes to register on the screen! :-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Turbo Button by Adrian</title>
		<link>http://coding.drewcorp.ca/hardware/the-turbo-button/#comment-634</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Sat, 05 Mar 2011 20:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://coding.drewcorp.ca/uncategorized/the-turbo-button/#comment-634</guid>
		<description>Thanks Andy.
Wolfenstein was awesome.  How about our first encounter with Full Throttle playing on computers in Costco!</description>
		<content:encoded><![CDATA[<p>Thanks Andy.<br />
Wolfenstein was awesome.  How about our first encounter with Full Throttle playing on computers in Costco!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading ID3 and MetaData From MP3s Using ColdFusion 8/9 by amclean</title>
		<link>http://coding.drewcorp.ca/coding/coldfusion/reading-info-from-mp3s/#comment-83</link>
		<dc:creator>amclean</dc:creator>
		<pubDate>Wed, 24 Nov 2010 08:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://coding.drewcorp.ca/coding/coldfusion/reading-info-from-mp3s/#comment-83</guid>
		<description>It looks like CF isn&#039;t picking up the library class... I think. Truth be told I&#039;ve put CF on my backburner for the last few months.

The library still goes in the %CFHOME%\runtime\servers\lib (the ColdFusion install path) regardless of where the WebRoot is.

If you&#039;re still having trouble, I&#039;ll blow the dust of my CF server and see what I can find to help you.</description>
		<content:encoded><![CDATA[<p>It looks like CF isn&#8217;t picking up the library class&#8230; I think. Truth be told I&#8217;ve put CF on my backburner for the last few months.</p>
<p>The library still goes in the %CFHOME%\runtime\servers\lib (the ColdFusion install path) regardless of where the WebRoot is.</p>
<p>If you&#8217;re still having trouble, I&#8217;ll blow the dust of my CF server and see what I can find to help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Computer Repair School by Information Security</title>
		<link>http://coding.drewcorp.ca/it/computer-repair-school/#comment-18</link>
		<dc:creator>Information Security</dc:creator>
		<pubDate>Mon, 25 Oct 2010 06:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://coding.drewcorp.ca/it/computer-repair-school/#comment-18</guid>
		<description>Great post. A worthwhile read!</description>
		<content:encoded><![CDATA[<p>Great post. A worthwhile read!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading ID3 and MetaData From MP3s Using ColdFusion 8/9 by gavu</title>
		<link>http://coding.drewcorp.ca/coding/coldfusion/reading-info-from-mp3s/#comment-82</link>
		<dc:creator>gavu</dc:creator>
		<pubDate>Sat, 23 Oct 2010 13:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://coding.drewcorp.ca/coding/coldfusion/reading-info-from-mp3s/#comment-82</guid>
		<description>error is:

Object Instantiation Exception.

Class not found: org.farng.mp3.MP3File

The error occurred in /var/www/***/inc/mp3.cfc: line 17
Called from /var/www/***/fileUpload.cfm: line 62
Called from /var/www/***/inc/mp3.cfc: line 17
Called from /var/www/***/fileUpload.cfm: line 62
15 :
16 :         &lt;!--- create an instance of the java code --&gt;
17 :
18 :
19 :</description>
		<content:encoded><![CDATA[<p>error is:</p>
<p>Object Instantiation Exception.</p>
<p>Class not found: org.farng.mp3.MP3File</p>
<p>The error occurred in /var/www/***/inc/mp3.cfc: line 17<br />
Called from /var/www/***/fileUpload.cfm: line 62<br />
Called from /var/www/***/inc/mp3.cfc: line 17<br />
Called from /var/www/***/fileUpload.cfm: line 62<br />
15 :<br />
16 :         <!--- create an instance of the java code --><br />
17 :<br />
18 :<br />
19 :</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading ID3 and MetaData From MP3s Using ColdFusion 8/9 by gavu</title>
		<link>http://coding.drewcorp.ca/coding/coldfusion/reading-info-from-mp3s/#comment-81</link>
		<dc:creator>gavu</dc:creator>
		<pubDate>Sat, 23 Oct 2010 13:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://coding.drewcorp.ca/coding/coldfusion/reading-info-from-mp3s/#comment-81</guid>
		<description>i have copied the files:

/opt/coldfusion9/runtime/servers/lib/org/farng/...

and still not working.

the wwwroot has been changed to
/var/www instead of /opt/coldfusion9/wwwroot like the default installation, because i had it configure apache to work with coldfusion server.

am i doing something wrong?</description>
		<content:encoded><![CDATA[<p>i have copied the files:</p>
<p>/opt/coldfusion9/runtime/servers/lib/org/farng/&#8230;</p>
<p>and still not working.</p>
<p>the wwwroot has been changed to<br />
/var/www instead of /opt/coldfusion9/wwwroot like the default installation, because i had it configure apache to work with coldfusion server.</p>
<p>am i doing something wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Computer Myths by Darel Philip</title>
		<link>http://coding.drewcorp.ca/news/computer-myths/#comment-108</link>
		<dc:creator>Darel Philip</dc:creator>
		<pubDate>Fri, 17 Sep 2010 01:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://coding.drewcorp.ca/news/computer-myths/#comment-108</guid>
		<description>&lt;strong&gt;XAMPP - Make your Computer a Webserver: Apache, PHP, MySQL...&lt;/strong&gt;

I found your entry interesting thus I&#039;ve added a Trackback to it on my weblog :)...</description>
		<content:encoded><![CDATA[<p><strong>XAMPP &#8211; Make your Computer a Webserver: Apache, PHP, MySQL&#8230;</strong></p>
<p>I found your entry interesting thus I&#8217;ve added a Trackback to it on my weblog :)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Computer Myths by Jason Thomas</title>
		<link>http://coding.drewcorp.ca/news/computer-myths/#comment-107</link>
		<dc:creator>Jason Thomas</dc:creator>
		<pubDate>Thu, 16 Sep 2010 23:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://coding.drewcorp.ca/news/computer-myths/#comment-107</guid>
		<description>Hello ! Love your blog.</description>
		<content:encoded><![CDATA[<p>Hello ! Love your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Computer Myths by Computer Myths &#124; Drewcorp Coding and Technology</title>
		<link>http://coding.drewcorp.ca/news/computer-myths/#comment-106</link>
		<dc:creator>Computer Myths &#124; Drewcorp Coding and Technology</dc:creator>
		<pubDate>Tue, 14 Sep 2010 03:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://coding.drewcorp.ca/news/computer-myths/#comment-106</guid>
		<description>[...] more here: Computer Myths &#124; Drewcorp Coding and Technology Share this [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: Computer Myths | Drewcorp Coding and Technology Share this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Computer Myths by Technology By Day &#187; Computer Myths &#124; Drewcorp Coding and Technology</title>
		<link>http://coding.drewcorp.ca/news/computer-myths/#comment-105</link>
		<dc:creator>Technology By Day &#187; Computer Myths &#124; Drewcorp Coding and Technology</dc:creator>
		<pubDate>Tue, 14 Sep 2010 03:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://coding.drewcorp.ca/news/computer-myths/#comment-105</guid>
		<description>[...] the rest here: Computer Myths &#124; Drewcorp Coding and Technology Tags: cases, cycle-advertisements, legitimate-piece, other-cases, technology     Leave a Reply  [...]</description>
		<content:encoded><![CDATA[<p>[...] the rest here: Computer Myths | Drewcorp Coding and Technology Tags: cases, cycle-advertisements, legitimate-piece, other-cases, technology     Leave a Reply  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

