<?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 on: JQuery Progress Bar 2.0</title>
	<atom:link href="http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/</link>
	<description>WARNING: excessive use of this site will increase MP at the expense of HP</description>
	<lastBuildDate>Tue, 22 Jun 2010 10:22:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jason</title>
		<link>http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/comment-page-1/#comment-1249</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 26 Apr 2010 01:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=320#comment-1249</guid>
		<description>if the situation is like this :
maximum value  = 100
entered value = 110

is this possible to show 100% full + you have over budget of 10%?

thanks for the great script</description>
		<content:encoded><![CDATA[<p>if the situation is like this :<br />
maximum value  = 100<br />
entered value = 110</p>
<p>is this possible to show 100% full + you have over budget of 10%?</p>
<p>thanks for the great script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: straz</title>
		<link>http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/comment-page-1/#comment-758</link>
		<dc:creator>straz</dc:creator>
		<pubDate>Fri, 16 Oct 2009 15:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=320#comment-758</guid>
		<description>Is JQuery Progress Bar 2.0 available under an MIT or equivalent license? I see a copyright notice, but no mention of a license. thanks.</description>
		<content:encoded><![CDATA[<p>Is JQuery Progress Bar 2.0 available under an MIT or equivalent license? I see a copyright notice, but no mention of a license. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: straz</title>
		<link>http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/comment-page-1/#comment-757</link>
		<dc:creator>straz</dc:creator>
		<pubDate>Tue, 13 Oct 2009 02:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=320#comment-757</guid>
		<description>Aha, never mind, I found my bug. The value I was passing was undefined, i.e. I was calling .progressBar(undefined) instead of .progressBar(30).

I suppose it might be a feature request to ask for progressBar to check for invalid arguments and raise an error instead of proceeding silently. But anyway now it seems to work great, thanks!</description>
		<content:encoded><![CDATA[<p>Aha, never mind, I found my bug. The value I was passing was undefined, i.e. I was calling .progressBar(undefined) instead of .progressBar(30).</p>
<p>I suppose it might be a feature request to ask for progressBar to check for invalid arguments and raise an error instead of proceeding silently. But anyway now it seems to work great, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: straz</title>
		<link>http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/comment-page-1/#comment-756</link>
		<dc:creator>straz</dc:creator>
		<pubDate>Mon, 12 Oct 2009 20:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=320#comment-756</guid>
		<description>First of all, thanks for writing the JQuery Progressbar library! It  looks really cool.

I&#039;d like to use it, but I seem to keep running into a problem. You can see what I mean by viewing my test app at http://strassmann.com/pbar/. It&#039;s the stub for a file upload tool. 

If you start by clicking &quot;start transfer&quot; two or three times, a progress bar gets created just fine for each transfer. By &quot;fine&quot;, I mean I have passed a value for BarImage (the green progress bar) and the initial progress value is zero.

If you then click on &quot;update all&quot;,  the bars seems to be reset completely. They don&#039;t get updated (to 30%, as they should), and the bar image is
inexplicably reset to the red bar.

Would you mind if I asked you why this might not be working? Why would calling updateTask(), which simply calls {div}.progressBar(30)
mess up the bar?

many thanks,
  Steve</description>
		<content:encoded><![CDATA[<p>First of all, thanks for writing the JQuery Progressbar library! It  looks really cool.</p>
<p>I&#8217;d like to use it, but I seem to keep running into a problem. You can see what I mean by viewing my test app at <a href="http://strassmann.com/pbar/" rel="nofollow">http://strassmann.com/pbar/</a>. It&#8217;s the stub for a file upload tool. </p>
<p>If you start by clicking &#8220;start transfer&#8221; two or three times, a progress bar gets created just fine for each transfer. By &#8220;fine&#8221;, I mean I have passed a value for BarImage (the green progress bar) and the initial progress value is zero.</p>
<p>If you then click on &#8220;update all&#8221;,  the bars seems to be reset completely. They don&#8217;t get updated (to 30%, as they should), and the bar image is<br />
inexplicably reset to the red bar.</p>
<p>Would you mind if I asked you why this might not be working? Why would calling updateTask(), which simply calls {div}.progressBar(30)<br />
mess up the bar?</p>
<p>many thanks,<br />
  Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamez</title>
		<link>http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/comment-page-1/#comment-706</link>
		<dc:creator>Jamez</dc:creator>
		<pubDate>Sat, 15 Aug 2009 02:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=320#comment-706</guid>
		<description>I love this uploadprogress script but how do you stop it from sending packets after the stop button on my browser is pressed? It seems then when I press stop during an upload the uploadprogress bar will stop updating which is good but if I have a look at my internet connection I still see it sending packets. Whats the fix for that please?</description>
		<content:encoded><![CDATA[<p>I love this uploadprogress script but how do you stop it from sending packets after the stop button on my browser is pressed? It seems then when I press stop during an upload the uploadprogress bar will stop updating which is good but if I have a look at my internet connection I still see it sending packets. Whats the fix for that please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Auspex</title>
		<link>http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/comment-page-1/#comment-576</link>
		<dc:creator>Auspex</dc:creator>
		<pubDate>Mon, 06 Jul 2009 15:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=320#comment-576</guid>
		<description>Sorry for double-posting but i&#039;ve found the problem....
In your function getText(config) you should swith the config.running_value to the config.value.

This fixes the problem with the title bug :)</description>
		<content:encoded><![CDATA[<p>Sorry for double-posting but i&#8217;ve found the problem&#8230;.<br />
In your function getText(config) you should swith the config.running_value to the config.value.</p>
<p>This fixes the problem with the title bug <img src='http://t.wits.sg/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaweee</title>
		<link>http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/comment-page-1/#comment-575</link>
		<dc:creator>gaweee</dc:creator>
		<pubDate>Mon, 06 Jul 2009 15:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=320#comment-575</guid>
		<description>ooo thanks!
yeah found the bug, will be updating the code shortly.
we were missing a &lt;code&gt;$bar.attr(&#039;title&#039;, getText(config));&lt;/code&gt;
for the progress bar updates</description>
		<content:encoded><![CDATA[<p>ooo thanks!<br />
yeah found the bug, will be updating the code shortly.<br />
we were missing a <code>$bar.attr('title', getText(config));</code><br />
for the progress bar updates</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Auspex</title>
		<link>http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/comment-page-1/#comment-572</link>
		<dc:creator>Auspex</dc:creator>
		<pubDate>Mon, 06 Jul 2009 14:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=320#comment-572</guid>
		<description>Hey, great plugin!

I have seem to found a bug though... The attribute &quot;title&quot; is not updated correctly, it always shows &quot;0%&quot; when we mouse over the bar.
I&#039;ve been looking into the code and i haven&#039;t figured it out yet.
Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey, great plugin!</p>
<p>I have seem to found a bug though&#8230; The attribute &#8220;title&#8221; is not updated correctly, it always shows &#8220;0%&#8221; when we mouse over the bar.<br />
I&#8217;ve been looking into the code and i haven&#8217;t figured it out yet.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fadi</title>
		<link>http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/comment-page-1/#comment-464</link>
		<dc:creator>fadi</dc:creator>
		<pubDate>Wed, 24 Jun 2009 12:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=320#comment-464</guid>
		<description>sorry for posting too much, i just want to submit the form after finishing the upload,
replaced &quot;location.reload(true);&quot; with &quot;document.getElementById(&quot;uploadform&quot;).submit();&quot; but nothing happens
any ideas?</description>
		<content:encoded><![CDATA[<p>sorry for posting too much, i just want to submit the form after finishing the upload,<br />
replaced &#8220;location.reload(true);&#8221; with &#8220;document.getElementById(&#8220;uploadform&#8221;).submit();&#8221; but nothing happens<br />
any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fadi</title>
		<link>http://t.wits.sg/2009/06/21/jquery-progress-bar-2-0/comment-page-1/#comment-459</link>
		<dc:creator>fadi</dc:creator>
		<pubDate>Wed, 24 Jun 2009 09:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=320#comment-459</guid>
		<description>THANK YOU VERY MUCH, everything is working beyond fine. i have done the backend php magic but for some reason i can&#039;t detect the POST values of the iframe. since i need it to tell the user the image is uploaded without having the need to user the callback function</description>
		<content:encoded><![CDATA[<p>THANK YOU VERY MUCH, everything is working beyond fine. i have done the backend php magic but for some reason i can&#8217;t detect the POST values of the iframe. since i need it to tell the user the image is uploaded without having the need to user the callback function</p>
]]></content:encoded>
	</item>
</channel>
</rss>
