<?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 fengcool.com</title>
	<atom:link href="http://www.fengcool.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fengcool.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 11 Feb 2010 00:15:14 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Ajax form upload local image file without refresh by Marco</title>
		<link>http://www.fengcool.com/2009/06/ajax-form-upload-local-image-file-without-refresh/comment-page-1/#comment-5385</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 11 Feb 2010 00:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=83#comment-5385</guid>
		<description>Hi all, many thanks for the script, i&#039;m testing it but it seems to work only for Firefox. IE can&#039;t show the picture immediatly like FF, i&#039;v to change the focus and come back to the ajax form... 
I tried to change line 24 to
$(&quot;#inp&quot;).bind(($.browser.msie ? &quot;propertychange&quot; : &quot;change&quot;),startUpload);   //bind onchange function to input element

but it works only for the first image... could you help me?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi all, many thanks for the script, i&#8217;m testing it but it seems to work only for Firefox. IE can&#8217;t show the picture immediatly like FF, i&#8217;v to change the focus and come back to the ajax form&#8230;<br />
I tried to change line 24 to<br />
$(&#8221;#inp&#8221;).bind(($.browser.msie ? &#8220;propertychange&#8221; : &#8220;change&#8221;),startUpload);   //bind onchange function to input element</p>
<p>but it works only for the first image&#8230; could you help me?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rsync server and client &#8211; backup your server files by mark</title>
		<link>http://www.fengcool.com/2009/07/rsync_server_and_client_backup_server_file/comment-page-1/#comment-5307</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 27 Jan 2010 23:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=112#comment-5307</guid>
		<description>nice write-up.  thanks.</description>
		<content:encoded><![CDATA[<p>nice write-up.  thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ffmpeg &#8211; capture screenshot from a video file by Tombe</title>
		<link>http://www.fengcool.com/2008/12/ffmpeg-capture-screenshot-from-a-video-file/comment-page-1/#comment-5291</link>
		<dc:creator>Tombe</dc:creator>
		<pubDate>Sun, 24 Jan 2010 15:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=64#comment-5291</guid>
		<description>Hello,

Your code does the trick.  Thanks.  Does ffmpeg allows the user to take a snapshot of a movie directly by accessing a DVD disc or a video_ts folder in a similar way?  If yes, how, please?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Your code does the trick.  Thanks.  Does ffmpeg allows the user to take a snapshot of a movie directly by accessing a DVD disc or a video_ts folder in a similar way?  If yes, how, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax form upload local image file without refresh by rick</title>
		<link>http://www.fengcool.com/2009/06/ajax-form-upload-local-image-file-without-refresh/comment-page-1/#comment-5171</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Wed, 06 Jan 2010 02:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=83#comment-5171</guid>
		<description>It sounds weird. Can you post your test url here so I can take a look?

By the way, please make sure this line 
    $(”#test”).bind(’click’,startUpload); 
should place inside of 
    $(document).ready(function(){  ........ });</description>
		<content:encoded><![CDATA[<p>It sounds weird. Can you post your test url here so I can take a look?</p>
<p>By the way, please make sure this line<br />
    $(”#test”).bind(’click’,startUpload);<br />
should place inside of<br />
    $(document).ready(function(){  &#8230;&#8230;.. });</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax form upload local image file without refresh by Mark Baker</title>
		<link>http://www.fengcool.com/2009/06/ajax-form-upload-local-image-file-without-refresh/comment-page-1/#comment-5169</link>
		<dc:creator>Mark Baker</dc:creator>
		<pubDate>Tue, 05 Jan 2010 22:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=83#comment-5169</guid>
		<description>Hi Rick, thanks for getting back to me so quickly.

Yes onchange is working perfectly and images are uploading fine, just for my purpose I really need an additional button as well the file input. Ive tried a few different ways this evening but still no luck? Ive even tried adding the function startUpload as an Onclick from the button in the form instead of the bind method and this also failed.
Help?</description>
		<content:encoded><![CDATA[<p>Hi Rick, thanks for getting back to me so quickly.</p>
<p>Yes onchange is working perfectly and images are uploading fine, just for my purpose I really need an additional button as well the file input. Ive tried a few different ways this evening but still no luck? Ive even tried adding the function startUpload as an Onclick from the button in the form instead of the bind method and this also failed.<br />
Help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax form upload local image file without refresh by rick</title>
		<link>http://www.fengcool.com/2009/06/ajax-form-upload-local-image-file-without-refresh/comment-page-1/#comment-5153</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Tue, 05 Jan 2010 00:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=83#comment-5153</guid>
		<description>Hi Mark,

Thank you for your comment. 
Let me clear something first. Does onchange works perfectly on your side? (I mean images are successfully uploaded to sever?)
If it works, the button should work too. 
You may feel free to echo any message on &quot;uploadUrl = &#039;save.php&#039;;&quot;, those messages will appear on alert box. By this way, you can debug if save image works or not.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Thank you for your comment.<br />
Let me clear something first. Does onchange works perfectly on your side? (I mean images are successfully uploaded to sever?)<br />
If it works, the button should work too.<br />
You may feel free to echo any message on &#8220;uploadUrl = &#8217;save.php&#8217;;&#8221;, those messages will appear on alert box. By this way, you can debug if save image works or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax form upload local image file without refresh by Mark Baker</title>
		<link>http://www.fengcool.com/2009/06/ajax-form-upload-local-image-file-without-refresh/comment-page-1/#comment-5148</link>
		<dc:creator>Mark Baker</dc:creator>
		<pubDate>Mon, 04 Jan 2010 13:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=83#comment-5148</guid>
		<description>Hi there, I am trying to add a submit button rather than use the the change method on line 25 of the javascript

Ive added a submit button with the id=&#039;test&#039; and changed the function to a click rather than change. 

//bind onchange function to input element
$(&quot;#test&quot;).bind(&#039;click&#039;,startUpload); 

when I try this the script loads but all I get back is an empty alert box? any ideas what I am doing wrong? - Great example BTW</description>
		<content:encoded><![CDATA[<p>Hi there, I am trying to add a submit button rather than use the the change method on line 25 of the javascript</p>
<p>Ive added a submit button with the id=&#8217;test&#8217; and changed the function to a click rather than change. </p>
<p>//bind onchange function to input element<br />
$(&#8221;#test&#8221;).bind(&#8217;click&#8217;,startUpload); </p>
<p>when I try this the script loads but all I get back is an empty alert box? any ideas what I am doing wrong? &#8211; Great example BTW</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ffmpeg &#8211; capture screenshot from a video file by rick</title>
		<link>http://www.fengcool.com/2008/12/ffmpeg-capture-screenshot-from-a-video-file/comment-page-1/#comment-5001</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=64#comment-5001</guid>
		<description>Hi Snowcore,

&quot;-sameq&quot; means use the same quality of the source video. 

I read the long &quot;man ffmpeg&quot;, I couldn&#039;t find where to adjust the quality other than just &quot;-sameq&quot;</description>
		<content:encoded><![CDATA[<p>Hi Snowcore,</p>
<p>&#8220;-sameq&#8221; means use the same quality of the source video. </p>
<p>I read the long &#8220;man ffmpeg&#8221;, I couldn&#8217;t find where to adjust the quality other than just &#8220;-sameq&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax form upload local image file without refresh by rick</title>
		<link>http://www.fengcool.com/2009/06/ajax-form-upload-local-image-file-without-refresh/comment-page-1/#comment-5000</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Thu, 17 Dec 2009 20:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=83#comment-5000</guid>
		<description>Hi es,

This demonstration only shows how to handle upload images. If you want to implement image removal from server, you must add another ajax call within function removeUpload(e){} and pass file name which need to be deleted. On server side, simple, just unlink() the file.</description>
		<content:encoded><![CDATA[<p>Hi es,</p>
<p>This demonstration only shows how to handle upload images. If you want to implement image removal from server, you must add another ajax call within function removeUpload(e){} and pass file name which need to be deleted. On server side, simple, just unlink() the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax form upload local image file without refresh by es</title>
		<link>http://www.fengcool.com/2009/06/ajax-form-upload-local-image-file-without-refresh/comment-page-1/#comment-4994</link>
		<dc:creator>es</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=83#comment-4994</guid>
		<description>Remove image - don&#039;t remove image from server :(</description>
		<content:encoded><![CDATA[<p>Remove image &#8211; don&#8217;t remove image from server <img src='http://www.fengcool.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
