<?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 Designerfoo.com</title>
	<atom:link href="http://designerfoo.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://designerfoo.com</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 19:36:55 -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 Howto: CodeIgniter + Uploadify by Trutz</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-781</link>
		<dc:creator>Trutz</dc:creator>
		<pubDate>Tue, 20 Jul 2010 19:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-781</guid>
		<description>For all who get the &quot;Trying to get property of non-object ... &quot; error and use a CI installation on your local computer, e.g. with XAMPP:

Just replace the following line in the views file welcome_message.php 

folder: &#039;system\application\uploads&#039;,

with this one

folder: &#039;/your/path/to-your-upload-folder&#039;,

This worked for me!

Great tutorial!

Regards!</description>
		<content:encoded><![CDATA[<p>For all who get the &#8220;Trying to get property of non-object &#8230; &#8221; error and use a CI installation on your local computer, e.g. with XAMPP:</p>
<p>Just replace the following line in the views file welcome_message.php </p>
<p>folder: &#8217;system\application\uploads&#8217;,</p>
<p>with this one</p>
<p>folder: &#8216;/your/path/to-your-upload-folder&#8217;,</p>
<p>This worked for me!</p>
<p>Great tutorial!</p>
<p>Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Shorthand and Alternate Syntax: A quickie! by Designerfoo</title>
		<link>http://designerfoo.com/php-shorthand-php-alternative-alternate-syntax-a-quickie.html/comment-page-1#comment-780</link>
		<dc:creator>Designerfoo</dc:creator>
		<pubDate>Tue, 20 Jul 2010 07:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=607#comment-780</guid>
		<description>Agreed! :)</description>
		<content:encoded><![CDATA[<p>Agreed! <img src='http://designerfoo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto: CodeIgniter + Uploadify by Designerfoo</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-779</link>
		<dc:creator>Designerfoo</dc:creator>
		<pubDate>Tue, 20 Jul 2010 07:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-779</guid>
		<description>Yup, that is right, you can do that without the ajax also if you want do to so, from within the callback itself. Hope this helps!</description>
		<content:encoded><![CDATA[<p>Yup, that is right, you can do that without the ajax also if you want do to so, from within the callback itself. Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Shorthand and Alternate Syntax: A quickie! by Aaron</title>
		<link>http://designerfoo.com/php-shorthand-php-alternative-alternate-syntax-a-quickie.html/comment-page-1#comment-778</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Tue, 20 Jul 2010 06:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=607#comment-778</guid>
		<description>using the if (...) :
endif;

syntax is great if you have blocks of html code in between your php. I find it&#039;s easier to scan for endif; or endwhile; when there is mixed html and php rather than searching through code looking for that missing curly brace ;)</description>
		<content:encoded><![CDATA[<p>using the if (&#8230;) :<br />
endif;</p>
<p>syntax is great if you have blocks of html code in between your php. I find it&#8217;s easier to scan for endif; or endwhile; when there is mixed html and php rather than searching through code looking for that missing curly brace <img src='http://designerfoo.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto: CodeIgniter + Uploadify by Althalos</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-775</link>
		<dc:creator>Althalos</dc:creator>
		<pubDate>Sun, 18 Jul 2010 09:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-775</guid>
		<description>No wait... I am terribly stupid. Really. I suppose the best way to write the info to the database and do operations would be to put that code in the uploadify method that is inside the controller and outputs back the Ajax results.</description>
		<content:encoded><![CDATA[<p>No wait&#8230; I am terribly stupid. Really. I suppose the best way to write the info to the database and do operations would be to put that code in the uploadify method that is inside the controller and outputs back the Ajax results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto: CodeIgniter + Uploadify by Althalos</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-774</link>
		<dc:creator>Althalos</dc:creator>
		<pubDate>Sun, 18 Jul 2010 08:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-774</guid>
		<description>I wonder if there&#039;s a method to be able to get access to the CI libraries and models inside of uploadify.php, I need to write the uploaded files to the database and preferably also do some image cropping/scaling with the CI image class.

Thanks for a great article though, the uploadify part worked flawlessly for me!</description>
		<content:encoded><![CDATA[<p>I wonder if there&#8217;s a method to be able to get access to the CI libraries and models inside of uploadify.php, I need to write the uploaded files to the database and preferably also do some image cropping/scaling with the CI image class.</p>
<p>Thanks for a great article though, the uploadify part worked flawlessly for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto: CodeIgniter + Uploadify by light_tuner</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-768</link>
		<dc:creator>light_tuner</dc:creator>
		<pubDate>Wed, 14 Jul 2010 09:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-768</guid>
		<description>Sorry for the troubles; I have replaced the whole uploadify folder in CI system/application and it now works like a charm.

(for those interested, I read in CI forum it might be an issue with uploadify.swf and the way it passes data back using &#039;scriptURL&#039; httpRequest variable..)

Thanks again!</description>
		<content:encoded><![CDATA[<p>Sorry for the troubles; I have replaced the whole uploadify folder in CI system/application and it now works like a charm.</p>
<p>(for those interested, I read in CI forum it might be an issue with uploadify.swf and the way it passes data back using &#8217;scriptURL&#8217; httpRequest variable..)</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto: CodeIgniter + Uploadify by light_tuner</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-767</link>
		<dc:creator>light_tuner</dc:creator>
		<pubDate>Wed, 14 Jul 2010 08:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-767</guid>
		<description>Thanks a lot for great tutorial and files.

I am still getting the same error than MR-H, even if I have the right path and file in the right place..

Isn&#039;t it a problem with Json object?

When I use print_r($data[&#039;json&#039;]) in the controller I get &#039;1&#039; as output value

Any help would be appreciated. Keep on the good work!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for great tutorial and files.</p>
<p>I am still getting the same error than MR-H, even if I have the right path and file in the right place..</p>
<p>Isn&#8217;t it a problem with Json object?</p>
<p>When I use print_r($data['json']) in the controller I get &#8216;1&#8242; as output value</p>
<p>Any help would be appreciated. Keep on the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Shorthand and Alternate Syntax: A quickie! by Designerfoo</title>
		<link>http://designerfoo.com/php-shorthand-php-alternative-alternate-syntax-a-quickie.html/comment-page-1#comment-763</link>
		<dc:creator>Designerfoo</dc:creator>
		<pubDate>Tue, 13 Jul 2010 05:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=607#comment-763</guid>
		<description>Jason,

To each his own? :) I love the : syntax, It&#039;s more clear to me than using { }, I love {} too. It might be hard to debug I will give you that, but how is it that its hard to read and ugly? Ternary operators would save you a lot bytes if you have a lot of &quot;if&quot;s in the code. :) JMPO.</description>
		<content:encoded><![CDATA[<p>Jason,</p>
<p>To each his own? <img src='http://designerfoo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I love the : syntax, It&#8217;s more clear to me than using { }, I love {} too. It might be hard to debug I will give you that, but how is it that its hard to read and ugly? Ternary operators would save you a lot bytes if you have a lot of &#8220;if&#8221;s in the code. <img src='http://designerfoo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  JMPO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress Plugin &#8211; Eventify &#8211; Simple Events Management by Designerfoo</title>
		<link>http://designerfoo.com/wordpress-plugin-eventify-simple-events-management/comment-page-1#comment-762</link>
		<dc:creator>Designerfoo</dc:creator>
		<pubDate>Tue, 13 Jul 2010 05:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?page_id=5#comment-762</guid>
		<description>Can I mail you the screenshots? Currently working on the iCal and additional field options.</description>
		<content:encoded><![CDATA[<p>Can I mail you the screenshots? Currently working on the iCal and additional field options.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
