<?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 UltraMega Blog</title>
	<atom:link href="http://www.ultramegatech.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/blog</link>
	<description>Web development blog from UltraMega Tech.</description>
	<lastBuildDate>Wed, 10 Mar 2010 19:09:15 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating an Upload Progress Bar in PHP with APC by Steve</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1179</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 10 Mar 2010 19:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1179</guid>
		<description>Yes, unfortunately this feature requires PHP 5.2 or greater. See: &lt;a href=&quot;http://www.php.net/manual/apc.configuration.php#ini.apc.rfc1867&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/manual/apc.configuration.php#ini.apc.rfc1867&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Yes, unfortunately this feature requires PHP 5.2 or greater. See: <a href="http://www.php.net/manual/apc.configuration.php#ini.apc.rfc1867" target="_blank" rel="nofollow">http://www.php.net/manual/apc.configuration.php#ini.apc.rfc1867</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reloading Images Using JavaScript by fakhrul</title>
		<link>http://www.ultramegatech.com/blog/2008/12/reloading-images-using-javascript/comment-page-1/#comment-1178</link>
		<dc:creator>fakhrul</dc:creator>
		<pubDate>Wed, 10 Mar 2010 05:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=155#comment-1178</guid>
		<description>Great job man, nice browser cache trouble workaround for same img name but diff content.

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Great job man, nice browser cache trouble workaround for same img name but diff content.</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Upload Progress Bar in PHP with APC by Rune</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1176</link>
		<dc:creator>Rune</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1176</guid>
		<description>Thanks for a great tutorial :-)

However, im having trouble with the progressbar. When i start en upload, the iframe shows the progress bar, and starts at 0%. But it&#039;s stuck at 0%, while the upload is going in the background. The file is successfully uploaded, but the bar still indicates 0% after the upload has completed.

You mentioned that PHP 5.2+ is required. I have PHP 4.4 with APC installed. Would i still need to upgrade php? That requires alot of script-updates from our webpages :X</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial <img src='http://www.ultramegatech.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>However, im having trouble with the progressbar. When i start en upload, the iframe shows the progress bar, and starts at 0%. But it&#8217;s stuck at 0%, while the upload is going in the background. The file is successfully uploaded, but the bar still indicates 0% after the upload has completed.</p>
<p>You mentioned that PHP 5.2+ is required. I have PHP 4.4 with APC installed. Would i still need to upgrade php? That requires alot of script-updates from our webpages :X</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reloading Images Using JavaScript by balakarthikeyan</title>
		<link>http://www.ultramegatech.com/blog/2008/12/reloading-images-using-javascript/comment-page-1/#comment-1173</link>
		<dc:creator>balakarthikeyan</dc:creator>
		<pubDate>Fri, 05 Mar 2010 14:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=155#comment-1173</guid>
		<description>Thank you it helped me a lot</description>
		<content:encoded><![CDATA[<p>Thank you it helped me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Upload Progress Bar in PHP with APC by Marco</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1171</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 04 Mar 2010 12:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1171</guid>
		<description>Very nice tutorial. Thank you. I&#039;ve got it working with a nice moving progress bar and such.

But .. the receiving page &quot;upload.php&quot; never gets loaded. And I want to show results from the processing of the uploaded file there.

Are there any solutions for that?</description>
		<content:encoded><![CDATA[<p>Very nice tutorial. Thank you. I&#8217;ve got it working with a nice moving progress bar and such.</p>
<p>But .. the receiving page &#8220;upload.php&#8221; never gets loaded. And I want to show results from the processing of the uploaded file there.</p>
<p>Are there any solutions for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Upload Progress Bar in PHP with APC by Steve</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1145</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 17 Feb 2010 22:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1145</guid>
		<description>It could be a number of things, so I&#039;d need more info to help. Are you sure APC is installed correctly with &lt;code&gt;apc.rfc1867 = On&lt;/code&gt;, and the HTTP server was restarted? What is the output of the APC section of phpinfo()?</description>
		<content:encoded><![CDATA[<p>It could be a number of things, so I&#8217;d need more info to help. Are you sure APC is installed correctly with <code>apc.rfc1867 = On</code>, and the HTTP server was restarted? What is the output of the APC section of phpinfo()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Upload Progress Bar in PHP with APC by dungeon</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1144</link>
		<dc:creator>dungeon</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1144</guid>
		<description>I need help..

File uploads to server but the progress bar does not show anything..
You only see Upload Complete in white...

Can someone help?</description>
		<content:encoded><![CDATA[<p>I need help..</p>
<p>File uploads to server but the progress bar does not show anything..<br />
You only see Upload Complete in white&#8230;</p>
<p>Can someone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQL Prepared Statements in PHP by Steve</title>
		<link>http://www.ultramegatech.com/blog/2009/07/using-mysql-prepared-statements-in-php/comment-page-1/#comment-1143</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 16 Feb 2010 22:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=549#comment-1143</guid>
		<description>I&#039;m not sure what you mean by using XML. Prepared statements are specific to certain database engines. If your problems are simply with concatenation, you might want to look at using &lt;a href=&quot;http://www.php.net/manual/function.sprintf.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;sprintf&lt;/a&gt; or simply using double quotes around the string.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what you mean by using XML. Prepared statements are specific to certain database engines. If your problems are simply with concatenation, you might want to look at using <a href="http://www.php.net/manual/function.sprintf.php" target="_blank" rel="nofollow">sprintf</a> or simply using double quotes around the string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQL Prepared Statements in PHP by John</title>
		<link>http://www.ultramegatech.com/blog/2009/07/using-mysql-prepared-statements-in-php/comment-page-1/#comment-1141</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 16 Feb 2010 02:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=549#comment-1141</guid>
		<description>Is there any way to do this with XML? I&#039;m using regular queries right now (which is fine because there is no user-input), but the where column = &#039; . $var;  doesn&#039;t work because the variable needs to be in quotation marks while concatenated... you know what I mean? Prepared Statements are a great way to do this but I can&#039;t figure out how to get an XML from it. If you could help that&#039;d be awesome.</description>
		<content:encoded><![CDATA[<p>Is there any way to do this with XML? I&#8217;m using regular queries right now (which is fine because there is no user-input), but the where column = &#8216; . $var;  doesn&#8217;t work because the variable needs to be in quotation marks while concatenated&#8230; you know what I mean? Prepared Statements are a great way to do this but I can&#8217;t figure out how to get an XML from it. If you could help that&#8217;d be awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Upload Progress Bar in PHP with APC by Michael Narciso</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1138</link>
		<dc:creator>Michael Narciso</dc:creator>
		<pubDate>Fri, 12 Feb 2010 23:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1138</guid>
		<description>Hi Steve,

I&#039;ve figured it out. I&#039;m actually going to drop the UID and use the key i&#039;m already generating!

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>I&#8217;ve figured it out. I&#8217;m actually going to drop the UID and use the key i&#8217;m already generating!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
