<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for audibleCode</title>
	<atom:link href="http://audiblecode.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://audiblecode.wordpress.com</link>
	<description>a code repository for codes that you don't have enough words to describe</description>
	<lastBuildDate>Wed, 22 Apr 2009 07:01:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using G-Mail as a virtual harddrive on your local computer by Random T.</title>
		<link>http://audiblecode.wordpress.com/2008/05/22/using-g-mail-as-a-virtual-harddrive-on-your-local-computer/#comment-43</link>
		<dc:creator>Random T.</dc:creator>
		<pubDate>Wed, 22 Apr 2009 07:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=7#comment-43</guid>
		<description>Hey, nice tips.   I&#039;ll buy a bottle of beer to the man from that forum who told me to visit your site :)</description>
		<content:encoded><![CDATA[<p>Hey, nice tips.   I&#8217;ll buy a bottle of beer to the man from that forum who told me to visit your site <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send emails in PHP-Using PEAR extensions by Zorfling</title>
		<link>http://audiblecode.wordpress.com/2008/05/24/send-emails-in-php-using-pear-extensions/#comment-42</link>
		<dc:creator>Zorfling</dc:creator>
		<pubDate>Tue, 24 Feb 2009 13:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=13#comment-42</guid>
		<description>Good post, however this doesn&#039;t actually work.
What this does is adds an HTML file as an attachment.

What you really want to do is replace line 9
$mime-&gt;addAttachment($html,”text/html”,”test.html”,false);

with 
$mime-&gt;setHTMLBody($html, false);

Then this code operates correctly.

Thanks for pointing out the Mail_Mime extension anyway!</description>
		<content:encoded><![CDATA[<p>Good post, however this doesn&#8217;t actually work.<br />
What this does is adds an HTML file as an attachment.</p>
<p>What you really want to do is replace line 9<br />
$mime-&gt;addAttachment($html,”text/html”,”test.html”,false);</p>
<p>with<br />
$mime-&gt;setHTMLBody($html, false);</p>
<p>Then this code operates correctly.</p>
<p>Thanks for pointing out the Mail_Mime extension anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send emails in PHP-Using PEAR extensions by Mubbashir</title>
		<link>http://audiblecode.wordpress.com/2008/05/24/send-emails-in-php-using-pear-extensions/#comment-41</link>
		<dc:creator>Mubbashir</dc:creator>
		<pubDate>Thu, 06 Nov 2008 08:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=13#comment-41</guid>
		<description>Good information, but I think, nothing much, PHP really stinks if I think of it working to go good SEO and it can take care of all the issues at meta data and still multi tier pages can be catered under data base.
Over all, this article did not serve the purpsoe. The writer must rewrite in view of its application.
Regards and good luck.</description>
		<content:encoded><![CDATA[<p>Good information, but I think, nothing much, PHP really stinks if I think of it working to go good SEO and it can take care of all the issues at meta data and still multi tier pages can be catered under data base.<br />
Over all, this article did not serve the purpsoe. The writer must rewrite in view of its application.<br />
Regards and good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Repairing Crashed MySQL Database tables. &#8220;table &#8216;employee&#8217; has crashed.&#8221; by Ravi</title>
		<link>http://audiblecode.wordpress.com/2008/05/23/repairing-crashed-mysql-database-tables-table-employee-has-crashed/#comment-40</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Mon, 20 Oct 2008 19:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=9#comment-40</guid>
		<description>Can you help me with the yum .. I am trying to install vlc on centos:

yum -y install vlc

but its not getting install... says that nothin to install !</description>
		<content:encoded><![CDATA[<p>Can you help me with the yum .. I am trying to install vlc on centos:</p>
<p>yum -y install vlc</p>
<p>but its not getting install&#8230; says that nothin to install !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Repairing Crashed MySQL Database tables. &#8220;table &#8216;employee&#8217; has crashed.&#8221; by Ravi</title>
		<link>http://audiblecode.wordpress.com/2008/05/23/repairing-crashed-mysql-database-tables-table-employee-has-crashed/#comment-39</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Mon, 20 Oct 2008 18:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=9#comment-39</guid>
		<description>You can also try this, from command prompt :

cd /var/lib/mysql/ 

mysqlcheck -r  

or if the storage engine is myisam them try this :

myisamchk -r /*.MYI 

This will repair the whole data-base.</description>
		<content:encoded><![CDATA[<p>You can also try this, from command prompt :</p>
<p>cd /var/lib/mysql/ </p>
<p>mysqlcheck -r  </p>
<p>or if the storage engine is myisam them try this :</p>
<p>myisamchk -r /*.MYI </p>
<p>This will repair the whole data-base.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send emails in PHP-Using PEAR extensions by kishore</title>
		<link>http://audiblecode.wordpress.com/2008/05/24/send-emails-in-php-using-pear-extensions/#comment-38</link>
		<dc:creator>kishore</dc:creator>
		<pubDate>Thu, 16 Oct 2008 08:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=13#comment-38</guid>
		<description>hi,thanks for the code but when i run the code i am getting the following error 

 syntax error, unexpected T_STRING  on line 8
  can you please help me whats going wrong...


thanks 

kishore</description>
		<content:encoded><![CDATA[<p>hi,thanks for the code but when i run the code i am getting the following error </p>
<p> syntax error, unexpected T_STRING  on line 8<br />
  can you please help me whats going wrong&#8230;</p>
<p>thanks </p>
<p>kishore</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal Backend theme issues by ber</title>
		<link>http://audiblecode.wordpress.com/2008/05/22/drupal-backend-theme-issues/#comment-37</link>
		<dc:creator>ber</dc:creator>
		<pubDate>Wed, 08 Oct 2008 12:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/2008/05/22/drupal-backend-theme-issues/#comment-37</guid>
		<description>Not only is it VERY ill advice to hack your Drupal core, above code is simply ugly.

It includes a rather obscure module called &quot;localizernode&quot; and it will break your system when e.g. you start using a forum. Because people who add forum-topics suddenly switch between backend and frontend. 

Better option is to enable a module such as sections or another theme-switcher, that lets you define where a certain theme is enabled.</description>
		<content:encoded><![CDATA[<p>Not only is it VERY ill advice to hack your Drupal core, above code is simply ugly.</p>
<p>It includes a rather obscure module called &#8220;localizernode&#8221; and it will break your system when e.g. you start using a forum. Because people who add forum-topics suddenly switch between backend and frontend. </p>
<p>Better option is to enable a module such as sections or another theme-switcher, that lets you define where a certain theme is enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal School Site. St Louis Jubilee School Drupal in Africa (Ghana) by audiblecode</title>
		<link>http://audiblecode.wordpress.com/2008/06/12/drupal-school-site-st-louis-jubilee-school-drupal-in-africa-ghana/#comment-18</link>
		<dc:creator>audiblecode</dc:creator>
		<pubDate>Mon, 16 Jun 2008 07:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=18#comment-18</guid>
		<description>Thanks for the compliment.

About the online results
Every student has an account on the site. Created by the teachers in charge. I then created a results_slip node type.
The result_slip is node using cck textfields for the subjects and the grades of the respective subjects. I created a result_slip-node.tpl.php for the results to display in a manner that i wanted it to.
I use user-reference to link the result to the respective student.

About the Mail.
I used the drupal basic webmail module.</description>
		<content:encoded><![CDATA[<p>Thanks for the compliment.</p>
<p>About the online results<br />
Every student has an account on the site. Created by the teachers in charge. I then created a results_slip node type.<br />
The result_slip is node using cck textfields for the subjects and the grades of the respective subjects. I created a result_slip-node.tpl.php for the results to display in a manner that i wanted it to.<br />
I use user-reference to link the result to the respective student.</p>
<p>About the Mail.<br />
I used the drupal basic webmail module.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal School Site. St Louis Jubilee School Drupal in Africa (Ghana) by Cormac Hannon</title>
		<link>http://audiblecode.wordpress.com/2008/06/12/drupal-school-site-st-louis-jubilee-school-drupal-in-africa-ghana/#comment-17</link>
		<dc:creator>Cormac Hannon</dc:creator>
		<pubDate>Sun, 15 Jun 2008 20:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=18#comment-17</guid>
		<description>Hi Kwadwo,

Website for www.louisjubileeschool.org looks great. Just starting to learn Drupal.

How does the Online Results System work? 

Also, what are you using for Staff and Student email - Google Apps, Exchange etc.?

We are currently upgrading our own website. We currently use Mambo as a CMS.

Regards,

Cormac.</description>
		<content:encoded><![CDATA[<p>Hi Kwadwo,</p>
<p>Website for <a href="http://www.louisjubileeschool.org" rel="nofollow">http://www.louisjubileeschool.org</a> looks great. Just starting to learn Drupal.</p>
<p>How does the Online Results System work? </p>
<p>Also, what are you using for Staff and Student email &#8211; Google Apps, Exchange etc.?</p>
<p>We are currently upgrading our own website. We currently use Mambo as a CMS.</p>
<p>Regards,</p>
<p>Cormac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom CSS for Internet Explorer 6 &amp; 7 by micktay</title>
		<link>http://audiblecode.wordpress.com/2008/05/23/custom-css-for-internet-explorer-6-7/#comment-2</link>
		<dc:creator>micktay</dc:creator>
		<pubDate>Sat, 24 May 2008 22:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=11#comment-2</guid>
		<description>Looks good, nice and simple, I&#039;ll give it a try in my next code. IE should be took around back and shot.</description>
		<content:encoded><![CDATA[<p>Looks good, nice and simple, I&#8217;ll give it a try in my next code. IE should be took around back and shot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
