<?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 Crainbandy</title>
	<atom:link href="http://www.crainbandy.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.crainbandy.com</link>
	<description>For Web Developers</description>
	<lastBuildDate>Tue, 02 Mar 2010 11:19:24 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Crop an Image with PHP by ozzysong</title>
		<link>http://www.crainbandy.com/programming/crop-an-image-with-php/comment-page-1#comment-2324</link>
		<dc:creator>ozzysong</dc:creator>
		<pubDate>Tue, 02 Mar 2010 11:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.crainbandy.com/?p=434#comment-2324</guid>
		<description>Cool script, is there a way to crop image from the center?</description>
		<content:encoded><![CDATA[<p>Cool script, is there a way to crop image from the center?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Fix the iPhone &#8220;Apple Mobile Device has not been started&#8221; Error by Kin</title>
		<link>http://www.crainbandy.com/software/fix-the-iphone-apple-mobile-device-has-not-been-started-error/comment-page-1#comment-2323</link>
		<dc:creator>Kin</dc:creator>
		<pubDate>Mon, 01 Mar 2010 13:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.crainbandy.com/?p=812#comment-2323</guid>
		<description>Thank u so much much much much.

Your post is very useful :]]</description>
		<content:encoded><![CDATA[<p>Thank u so much much much much.</p>
<p>Your post is very useful :]]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using PHP and Simple HTML DOM Parser to scrape artist tour dates off MySpace by E.M. August</title>
		<link>http://www.crainbandy.com/programming/using-php-and-simple-html-dom-parser-to-scrape-artist-tour-dates-off-myspace/comment-page-1#comment-2322</link>
		<dc:creator>E.M. August</dc:creator>
		<pubDate>Thu, 04 Feb 2010 03:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.crainbandy.com/?p=450#comment-2322</guid>
		<description>This code does work just fine - I have it running on my record labels events page: http://www.bitriotrecords.com/site/live-dates/

Just make sure your server permissions allow the HTML Dom to work.</description>
		<content:encoded><![CDATA[<p>This code does work just fine &#8211; I have it running on my record labels events page: <a href="http://www.bitriotrecords.com/site/live-dates/" rel="nofollow">http://www.bitriotrecords.com/site/live-dates/</a></p>
<p>Just make sure your server permissions allow the HTML Dom to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Fix the iPhone &#8220;Apple Mobile Device has not been started&#8221; Error by youarestupid</title>
		<link>http://www.crainbandy.com/software/fix-the-iphone-apple-mobile-device-has-not-been-started-error/comment-page-1#comment-2321</link>
		<dc:creator>youarestupid</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.crainbandy.com/?p=812#comment-2321</guid>
		<description>It says it can&#039;t find the file in my computer i reinstalled itunes still doesn&#039;t work I HATE YOU APPLE</description>
		<content:encoded><![CDATA[<p>It says it can&#8217;t find the file in my computer i reinstalled itunes still doesn&#8217;t work I HATE YOU APPLE</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find out what Linux Distribution/OS you&#8217;re running by Shadus</title>
		<link>http://www.crainbandy.com/linux/how-to-find-out-what-linux-distributionos-youre-running/comment-page-1#comment-2320</link>
		<dc:creator>Shadus</dc:creator>
		<pubDate>Thu, 21 Jan 2010 17:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.crainbandy.com/?p=834#comment-2320</guid>
		<description>Often times you can check /etc/debian_version or /etc/redhat-release for derivatives of those systems.  dmesg &#124; head -10 often catches things too.

cat /etc/*{version,release} will catch it 9/10 times.</description>
		<content:encoded><![CDATA[<p>Often times you can check /etc/debian_version or /etc/redhat-release for derivatives of those systems.  dmesg | head -10 often catches things too.</p>
<p>cat /etc/*{version,release} will catch it 9/10 times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using PHP and Simple HTML DOM Parser to scrape artist tour dates off MySpace by Matt</title>
		<link>http://www.crainbandy.com/programming/using-php-and-simple-html-dom-parser-to-scrape-artist-tour-dates-off-myspace/comment-page-1#comment-2319</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 11 Jan 2010 23:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.crainbandy.com/?p=450#comment-2319</guid>
		<description>how do i actually use this on my website? i mean i just don&#039;t want to get it “3D information” style. Can someone point me in the right direction?</description>
		<content:encoded><![CDATA[<p>how do i actually use this on my website? i mean i just don&#8217;t want to get it “3D information” style. Can someone point me in the right direction?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find out what Linux Distribution/OS you&#8217;re running by brandon</title>
		<link>http://www.crainbandy.com/linux/how-to-find-out-what-linux-distributionos-youre-running/comment-page-1#comment-2317</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Sat, 09 Jan 2010 16:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.crainbandy.com/?p=834#comment-2317</guid>
		<description>Every Linux distro I have used Identifies itsself during boot on the splash screen. Most gui front ends also have in one of the menus &quot;about this computer&quot; which tells you what you are running.</description>
		<content:encoded><![CDATA[<p>Every Linux distro I have used Identifies itsself during boot on the splash screen. Most gui front ends also have in one of the menus &#8220;about this computer&#8221; which tells you what you are running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the __PHP_Incomplete_Class Object error in PHP $_SESSION&#8217;s by Originative</title>
		<link>http://www.crainbandy.com/programming/php/how-to-fix-the-__php_incomplete_class-error-in-php-_sessions/comment-page-1#comment-2315</link>
		<dc:creator>Originative</dc:creator>
		<pubDate>Fri, 01 Jan 2010 14:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.crainbandy.com/?p=796#comment-2315</guid>
		<description>in my experience PHP sucks... it is not for programmers it is for children to play with.......</description>
		<content:encoded><![CDATA[<p>in my experience PHP sucks&#8230; it is not for programmers it is for children to play with&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Fix the iPhone &#8220;Apple Mobile Device has not been started&#8221; Error by bryan</title>
		<link>http://www.crainbandy.com/software/fix-the-iphone-apple-mobile-device-has-not-been-started-error/comment-page-1#comment-2303</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Sat, 19 Dec 2009 18:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.crainbandy.com/?p=812#comment-2303</guid>
		<description>Yeah. I&#039;d say if you can&#039;t find the service in device manager -- reinstall iTunes to the latest version. Don&#039;t upgrade, reinstall.
Be sure you have windows firewall disabled (I don&#039;t know why you would have it enabled anyway... it&#039;s worthless)
If you guys continue to have problems include your operating system in your comment and what service pack you&#039;re running. Maybe someone on the post frequently can help more.

Thanks.</description>
		<content:encoded><![CDATA[<p>Yeah. I&#8217;d say if you can&#8217;t find the service in device manager &#8212; reinstall iTunes to the latest version. Don&#8217;t upgrade, reinstall.<br />
Be sure you have windows firewall disabled (I don&#8217;t know why you would have it enabled anyway&#8230; it&#8217;s worthless)<br />
If you guys continue to have problems include your operating system in your comment and what service pack you&#8217;re running. Maybe someone on the post frequently can help more.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the __PHP_Incomplete_Class Object error in PHP $_SESSION&#8217;s by bryan</title>
		<link>http://www.crainbandy.com/programming/php/how-to-fix-the-__php_incomplete_class-error-in-php-_sessions/comment-page-1#comment-2297</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Thu, 17 Dec 2009 04:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.crainbandy.com/?p=796#comment-2297</guid>
		<description>It&#039;s just annoying.</description>
		<content:encoded><![CDATA[<p>It&#8217;s just annoying.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
