<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Animated Progress Bars Using MooTools:&#160;dwProgressBar</title> <atom:link href="http://davidwalsh.name/progress-bar-animated-mootools/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/progress-bar-animated-mootools</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 22:21:39 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Davor Popovic</title><link>http://davidwalsh.name/progress-bar-animated-mootools#comment-24386</link> <dc:creator>Davor Popovic</dc:creator> <pubDate>Fri, 10 Jun 2011 18:04:05 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=313#comment-24386</guid> <description>and what I need to write in body to get this work??
I cope paste The MooTools JavaScript: dwProgressBar and copy paste css and MooTools Usage, put all this before head tag, also put the images, link to jquery and its not work for me?? Also can this go to another page when the countdown ends?</description> <content:encoded><![CDATA[<p>and what I need to write in body to get this work??<br
/> I cope paste The MooTools JavaScript: dwProgressBar and copy paste css and MooTools Usage, put all this before head tag, also put the images, link to jquery and its not work for me?? Also can this go to another page when the countdown ends?</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://davidwalsh.name/progress-bar-animated-mootools#comment-23361</link> <dc:creator>Oscar</dc:creator> <pubDate>Tue, 05 Apr 2011 14:39:13 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=313#comment-23361</guid> <description>Great job, it works perfectly.Thank you! :-)</description> <content:encoded><![CDATA[<p>Great job, it works perfectly.</p><p>Thank you! :-)</p> ]]></content:encoded> </item> <item><title>By: Francois</title><link>http://davidwalsh.name/progress-bar-animated-mootools#comment-22140</link> <dc:creator>Francois</dc:creator> <pubDate>Wed, 29 Dec 2010 09:43:33 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=313#comment-22140</guid> <description>I was looking for a progressbar script and I landed on your website. Nice website! Think I am adding it to my bookmarks. But before I do this... ;-)Can you please explain how you render these GoogleWebfonts anti aliasing? I have not found a solution to this.Thanx in advance!</description> <content:encoded><![CDATA[<p>I was looking for a progressbar script and I landed on your website. Nice website! Think I am adding it to my bookmarks. But before I do this&#8230; ;-)</p><p>Can you please explain how you render these GoogleWebfonts anti aliasing? I have not found a solution to this.</p><p>Thanx in advance!</p> ]]></content:encoded> </item> <item><title>By: Blog astuces web</title><link>http://davidwalsh.name/progress-bar-animated-mootools#comment-15251</link> <dc:creator>Blog astuces web</dc:creator> <pubDate>Wed, 13 Jan 2010 22:50:38 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=313#comment-15251</guid> <description>I think i&#039;m going to use into my blog too
Thanks for sharing</description> <content:encoded><![CDATA[<p>I think i&#8217;m going to use into my blog too<br
/> Thanks for sharing</p> ]]></content:encoded> </item> <item><title>By: Creation sites web</title><link>http://davidwalsh.name/progress-bar-animated-mootools#comment-15250</link> <dc:creator>Creation sites web</dc:creator> <pubDate>Wed, 13 Jan 2010 22:49:03 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=313#comment-15250</guid> <description>Very good job :)
i like it :)</description> <content:encoded><![CDATA[<p>Very good job :)<br
/> i like it :)</p> ]]></content:encoded> </item> <item><title>By: Greg</title><link>http://davidwalsh.name/progress-bar-animated-mootools#comment-12950</link> <dc:creator>Greg</dc:creator> <pubDate>Mon, 26 Oct 2009 19:31:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=313#comment-12950</guid> <description>I apologize if this was answered before.
Can anyone help me implement the preloader for a webpage. Thanks in advance.</description> <content:encoded><![CDATA[<p>I apologize if this was answered before.<br
/> Can anyone help me implement the preloader for a webpage. Thanks in advance.</p> ]]></content:encoded> </item> <item><title>By: Ty</title><link>http://davidwalsh.name/progress-bar-animated-mootools#comment-11932</link> <dc:creator>Ty</dc:creator> <pubDate>Thu, 17 Sep 2009 06:50:13 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=313#comment-11932</guid> <description>How do I get this script to preload images?</description> <content:encoded><![CDATA[<p>How do I get this script to preload images?</p> ]]></content:encoded> </item> <item><title>By: Peter Januarius</title><link>http://davidwalsh.name/progress-bar-animated-mootools#comment-11012</link> <dc:creator>Peter Januarius</dc:creator> <pubDate>Tue, 04 Aug 2009 01:43:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=313#comment-11012</guid> <description>I added  a text header that I called &#039;pretext&#039; which appears above the progress bar:So the options object looks like this:options: {
container: $$(&#039;body&#039;)[0],
boxID:&#039;&#039;,
percentageID:&#039;&#039;,
displayID:&#039;&#039;,
textID:&#039;&#039;,
startPercentage: 0,
displayText: false,
speed:10,
pretext:&quot;&quot;
}CreateElements looks like this://creates the box and percentage elements
createElements: function() {
var tbox = new Element(&#039;div&#039;, { id: this.options.textID, &#039;style&#039;:&#039;display:inline;float:left&#039; });
tbox.innerHTML = this.options.pretext;
var box = new Element(&#039;div&#039;, { id:this.options.boxID });
var perc = new Element(&#039;div&#039;, { id:this.options.percentageID, &#039;style&#039;:&#039;width:0px&#039; });
perc.inject(box);
tbox.inject(this.options.container);
box.inject(this.options.container);
if(this.options.displayText) {
var text = new Element(&#039;span&#039;, { id:this.options.displayID });
text.inject(this.options.container);
}
this.set(this.options.startPercentage);
},Note that I added the &#039;tbox&#039; ElementI like your component but I don&#039;t like MooTools. It is so unintuitive. The &#039;inject&#039; method is from some upside down world - possibly the Mr Men.CheersPete...</description> <content:encoded><![CDATA[<p>I added  a text header that I called &#8216;pretext&#8217; which appears above the progress bar:</p><p>So the options object looks like this:</p><p>options: {<br
/> container: $$(&#8216;body&#8217;)[0],<br
/> boxID:&#8221;,<br
/> percentageID:&#8221;,<br
/> displayID:&#8221;,<br
/> textID:&#8221;,<br
/> startPercentage: 0,<br
/> displayText: false,<br
/> speed:10,<br
/> pretext:&#8221;"<br
/> }</p><p>CreateElements looks like this:</p><p>//creates the box and percentage elements<br
/> createElements: function() {<br
/> var tbox = new Element(&#8216;div&#8217;, { id: this.options.textID, &#8216;style&#8217;:'display:inline;float:left&#8217; });<br
/> tbox.innerHTML = this.options.pretext;<br
/> var box = new Element(&#8216;div&#8217;, { id:this.options.boxID });<br
/> var perc = new Element(&#8216;div&#8217;, { id:this.options.percentageID, &#8216;style&#8217;:'width:0px&#8217; });<br
/> perc.inject(box);<br
/> tbox.inject(this.options.container);<br
/> box.inject(this.options.container);<br
/> if(this.options.displayText) {<br
/> var text = new Element(&#8216;span&#8217;, { id:this.options.displayID });<br
/> text.inject(this.options.container);<br
/> }<br
/> this.set(this.options.startPercentage);<br
/> },</p><p>Note that I added the &#8216;tbox&#8217; Element</p><p>I like your component but I don&#8217;t like MooTools. It is so unintuitive. The &#8216;inject&#8217; method is from some upside down world &#8211; possibly the Mr Men.</p><p>Cheers</p><p>Pete&#8230;</p> ]]></content:encoded> </item> <item><title>By: Peter Januarius</title><link>http://davidwalsh.name/progress-bar-animated-mootools#comment-10965</link> <dc:creator>Peter Januarius</dc:creator> <pubDate>Sun, 02 Aug 2009 23:45:42 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=313#comment-10965</guid> <description>Excellent job. Easy to use. I was wracking my brains what to do on my initial load of my webapp. Your progress bar fitted in without any problems. Using Mootools 1.2.1 and jQuery.CheersPete...</description> <content:encoded><![CDATA[<p>Excellent job. Easy to use. I was wracking my brains what to do on my initial load of my webapp. Your progress bar fitted in without any problems. Using Mootools 1.2.1 and jQuery.</p><p>Cheers</p><p>Pete&#8230;</p> ]]></content:encoded> </item> <item><title>By: Csaba</title><link>http://davidwalsh.name/progress-bar-animated-mootools#comment-10274</link> <dc:creator>Csaba</dc:creator> <pubDate>Thu, 09 Jul 2009 22:07:28 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=313#comment-10274</guid> <description>Great sample code and as David said you can use it wherever you want . Cool </description> <content:encoded><![CDATA[<p>Great sample code and as David said you can use it wherever you want . Cool</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/7 queries in 0.008 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 17:35:46 -->
