<?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: WebAppers Simple Javascript Progress Bar with CSS</title>
	<atom:link href="http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/</link>
	<description>- Hunting the Best Open Source Resources for Web Developers</description>
	<lastBuildDate>Wed, 02 May 2012 09:22:21 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kubki</title>
		<link>http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/comment-page-3/#comment-48340</link>
		<dc:creator>Kubki</dc:creator>
		<pubDate>Thu, 19 Apr 2012 06:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/#comment-48340</guid>
		<description>I download this progress Bar and it&#039;s great.</description>
		<content:encoded><![CDATA[<p>I download this progress Bar and it&#8217;s great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bramus!</title>
		<link>http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/comment-page-3/#comment-42838</link>
		<dc:creator>Bramus!</dc:creator>
		<pubDate>Thu, 27 Oct 2011 09:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/#comment-42838</guid>
		<description>@Gareth: Technically my version is constructed in a more advanced way (an object versus a bunch of functions), but that&#039;s not per say better (featurewise). The version that fits you best and that does what you want it to do, that&#039;s the best version ;)</description>
		<content:encoded><![CDATA[<p>@Gareth: Technically my version is constructed in a more advanced way (an object versus a bunch of functions), but that&#8217;s not per say better (featurewise). The version that fits you best and that does what you want it to do, that&#8217;s the best version <img src='http://www.webappers.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/comment-page-3/#comment-42687</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Wed, 19 Oct 2011 15:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/#comment-42687</guid>
		<description>Ok, Thanks Bramus. What is the second parameter? It is called &quot;clearQueue&quot; which does not indicate that it is specifically to do with whether or not you want to animate the new percentage. I thought it meant to wipe out any pending animations that have not yet finished running.

I think I will just stick with the original version now that I have it working the way I need it. I played around with your version for hours yesterday and could not work out to dynamically set the animate property to false from the script within my html page.

Why is your version better? What are the improvements that you made? (forgive me for asking what may seem like a stupid question to you, but I cannot see any obvious improvements....)</description>
		<content:encoded><![CDATA[<p>Ok, Thanks Bramus. What is the second parameter? It is called &#8220;clearQueue&#8221; which does not indicate that it is specifically to do with whether or not you want to animate the new percentage. I thought it meant to wipe out any pending animations that have not yet finished running.</p>
<p>I think I will just stick with the original version now that I have it working the way I need it. I played around with your version for hours yesterday and could not work out to dynamically set the animate property to false from the script within my html page.</p>
<p>Why is your version better? What are the improvements that you made? (forgive me for asking what may seem like a stupid question to you, but I cannot see any obvious improvements&#8230;.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bramus!</title>
		<link>http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/comment-page-3/#comment-42686</link>
		<dc:creator>Bramus!</dc:creator>
		<pubDate>Wed, 19 Oct 2011 15:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/#comment-42686</guid>
		<description>You can always set the animation property to false, or make use of the second parameter the setPercentage function accepts: myPB.setPercentage(0, true);</description>
		<content:encoded><![CDATA[<p>You can always set the animation property to false, or make use of the second parameter the setPercentage function accepts: myPB.setPercentage(0, true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/comment-page-3/#comment-42685</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Wed, 19 Oct 2011 15:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/#comment-42685</guid>
		<description>&quot;Calling setPercentage with a value of 0 looks the same as emptyProgress to me, hence I didn’t implement that method.&quot;

Nothing could be further from the truth, in your version, calling setPercentage with a value of 0 counts the progress bar backwards down to zero. So users will see the percentage figure dropping gradually back down to zero. Why would you want users to think that the progress is decreasing?</description>
		<content:encoded><![CDATA[<p>&#8220;Calling setPercentage with a value of 0 looks the same as emptyProgress to me, hence I didn’t implement that method.&#8221;</p>
<p>Nothing could be further from the truth, in your version, calling setPercentage with a value of 0 counts the progress bar backwards down to zero. So users will see the percentage figure dropping gradually back down to zero. Why would you want users to think that the progress is decreasing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bramus!</title>
		<link>http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/comment-page-3/#comment-42683</link>
		<dc:creator>Bramus!</dc:creator>
		<pubDate>Wed, 19 Oct 2011 14:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/#comment-42683</guid>
		<description>Gareth, 

Calling setPercentage with a value of 0 looks the same as emptyProgress to me, hence I didn&#039;t implement that method.

Be sure to give the (source of the) demo at http://www.bram.us/demo/projects/jsprogressbarhandler/ a proper look.

As you&#039;ll see, that demo works fine (and has worked fine for the past 4 years ever since it&#039;s been released) in any browser you&#039;ve mentioned.

Regards,
Bram.</description>
		<content:encoded><![CDATA[<p>Gareth, </p>
<p>Calling setPercentage with a value of 0 looks the same as emptyProgress to me, hence I didn&#8217;t implement that method.</p>
<p>Be sure to give the (source of the) demo at <a href="http://www.bram.us/demo/projects/jsprogressbarhandler/" rel="nofollow">http://www.bram.us/demo/projects/jsprogressbarhandler/</a> a proper look.</p>
<p>As you&#8217;ll see, that demo works fine (and has worked fine for the past 4 years ever since it&#8217;s been released) in any browser you&#8217;ve mentioned.</p>
<p>Regards,<br />
Bram.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/comment-page-3/#comment-42681</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Wed, 19 Oct 2011 13:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/#comment-42681</guid>
		<description>Thanks for the quick response Ray, however what you have linked to is the adaption of the original tool made by Bram.us, not the original tool.

I have no idea why Bram.us made those changes to the tool, by removing the ability to reset the progress bar back to zero (he removed the method entitled &quot;emptyProgress&quot;), he has effectively made it useless for anyone who wants to be able to use the progres bar on a dynamic page that allows users to requery the page (on the second query/upload the progress bar will be stuck at 100%).

I have no idea why he choose to mess with a perfectly functioning tool, I have tested the demo here in IE, chrome, FF, and Opera and it has no issues. Don&#039;t fix what isn&#039;t broken!

I have worked out how to download the original version shown on the demo here, in case others are interested, this is how to do it:

1,Go here:
http://www.webappers.com/progressBar/lib/

and download all 3 files listed (including the css file)

2,Go here:
http://www.webappers.com/progressBar/images/

and download all 5 of the .png files listed

3, Make sure that you preserve the same file path structure as the demo does, or if you choose a different structure, then adjust the file paths in the code accordingly.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response Ray, however what you have linked to is the adaption of the original tool made by Bram.us, not the original tool.</p>
<p>I have no idea why Bram.us made those changes to the tool, by removing the ability to reset the progress bar back to zero (he removed the method entitled &#8220;emptyProgress&#8221;), he has effectively made it useless for anyone who wants to be able to use the progres bar on a dynamic page that allows users to requery the page (on the second query/upload the progress bar will be stuck at 100%).</p>
<p>I have no idea why he choose to mess with a perfectly functioning tool, I have tested the demo here in IE, chrome, FF, and Opera and it has no issues. Don&#8217;t fix what isn&#8217;t broken!</p>
<p>I have worked out how to download the original version shown on the demo here, in case others are interested, this is how to do it:</p>
<p>1,Go here:<br />
<a href="http://www.webappers.com/progressBar/lib/" rel="nofollow">http://www.webappers.com/progressBar/lib/</a></p>
<p>and download all 3 files listed (including the css file)</p>
<p>2,Go here:<br />
<a href="http://www.webappers.com/progressBar/images/" rel="nofollow">http://www.webappers.com/progressBar/images/</a></p>
<p>and download all 5 of the .png files listed</p>
<p>3, Make sure that you preserve the same file path structure as the demo does, or if you choose a different structure, then adjust the file paths in the code accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/comment-page-3/#comment-42679</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 19 Oct 2011 09:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/#comment-42679</guid>
		<description>This is a great script!

Is it possible to have some downloads in a cron and display the status of this download with this script ?

I&#039;m figuring out a way to do this...</description>
		<content:encoded><![CDATA[<p>This is a great script!</p>
<p>Is it possible to have some downloads in a cron and display the status of this download with this script ?</p>
<p>I&#8217;m figuring out a way to do this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Cheung</title>
		<link>http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/comment-page-3/#comment-42675</link>
		<dc:creator>Ray Cheung</dc:creator>
		<pubDate>Wed, 19 Oct 2011 02:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/#comment-42675</guid>
		<description>@ Gareth,

The download link is now updated! :)</description>
		<content:encoded><![CDATA[<p>@ Gareth,</p>
<p>The download link is now updated! <img src='http://www.webappers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/comment-page-3/#comment-42666</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Tue, 18 Oct 2011 21:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/#comment-42666</guid>
		<description>The link to download it is broken.

The first link entitled &quot;Download Ajax Progress Bar&quot; has no link at all.

The link entitled &quot;Download Ajax Progress Bar Version 0.1 by Bram.us&quot; is broken.

And the link in the middle is to a page that describes another much older version of the tool that is not very usable as there is no way to reset the progress bar back to zero.

I want to download the awesome version of the tool that is shown in the demo on this website. How can i do this? I tried taking the js files down from the site but I also need a bunch of images that they reference.....</description>
		<content:encoded><![CDATA[<p>The link to download it is broken.</p>
<p>The first link entitled &#8220;Download Ajax Progress Bar&#8221; has no link at all.</p>
<p>The link entitled &#8220;Download Ajax Progress Bar Version 0.1 by Bram.us&#8221; is broken.</p>
<p>And the link in the middle is to a page that describes another much older version of the tool that is not very usable as there is no way to reset the progress bar back to zero.</p>
<p>I want to download the awesome version of the tool that is shown in the demo on this website. How can i do this? I tried taking the js files down from the site but I also need a bunch of images that they reference&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2013-05-25 20:10:47 -->