<?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: Properly degrading JavaScript Effects with Script.aculo.us</title> <atom:link href="http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/feed/" rel="self" type="application/rss+xml" /><link>http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=properly-degrading-js-effects-with-scriptaculous</link> <description>WordPress Plugins and Custom WordPress Development</description> <lastBuildDate>Thu, 11 Mar 2010 12:45:42 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Aaron D. Campbell</title><link>http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-44</link> <dc:creator>Aaron D. Campbell</dc:creator> <pubDate>Thu, 07 Feb 2008 14:41:39 +0000</pubDate> <guid
isPermaLink="false">http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-44</guid> <description>Anonymous: Statistically speaking, there are plenty of people without JS.  Some are on mobile browsers that don;t support it, some have it turned off, etc.terry: Please keep the language clean.  It looks like somewhere during a Wordpress upgrade, some characters got replaced by their entities.  I fixed it.  Thank you for pointing it out.</description> <content:encoded><![CDATA[<p>Anonymous: Statistically speaking, there are plenty of people without JS.  Some are on mobile browsers that don;t support it, some have it turned off, etc.</p><p>terry: Please keep the language clean.  It looks like somewhere during a Wordpress upgrade, some characters got replaced by their entities.  I fixed it.  Thank you for pointing it out.</p> ]]></content:encoded> </item> <item><title>By: terry</title><link>http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-46</link> <dc:creator>terry</dc:creator> <pubDate>Thu, 07 Feb 2008 13:24:40 +0000</pubDate> <guid
isPermaLink="false">http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-46</guid> <description>hi , nice code, but i dont understand because it is full of trash like &lt;</description> <content:encoded><![CDATA[<p>hi , nice code, but i dont understand because it is full of trash like &amp;lt;</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-45</link> <dc:creator>Anonymous</dc:creator> <pubDate>Thu, 07 Feb 2008 13:10:01 +0000</pubDate> <guid
isPermaLink="false">http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-45</guid> <description>dude , today everyone has to have js enabled, and people who know nothing about web wont know and never wonder about to disable this thingy called js</description> <content:encoded><![CDATA[<p>dude , today everyone has to have js enabled, and people who know nothing about web wont know and never wonder about to disable this thingy called js</p> ]]></content:encoded> </item> <item><title>By: Raa</title><link>http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-43</link> <dc:creator>Raa</dc:creator> <pubDate>Wed, 17 Oct 2007 14:17:05 +0000</pubDate> <guid
isPermaLink="false">http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-43</guid> <description>I&#039;m using  getStyleClass to hide elements on my page but when I print my page, all the elements are displayed. Is their a way around that?</description> <content:encoded><![CDATA[<p>I&#8217;m using  getStyleClass to hide elements on my page but when I print my page, all the elements are displayed. Is their a way around that?</p> ]]></content:encoded> </item> <item><title>By: Aaron D. Campbell</title><link>http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-42</link> <dc:creator>Aaron D. Campbell</dc:creator> <pubDate>Tue, 01 May 2007 16:21:59 +0000</pubDate> <guid
isPermaLink="false">http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-42</guid> <description>I see what you want to do now.  However, I still think it&#039;s a syntax problem.  Try this:
{queue:{QUEUE OPTIONS ONLY}, other options}
So:
{queue: {duration: 3.0, scope: â€˜booksâ€™} }
becomes:
{queue: {scope: &#039;books&#039;}, duration: 3.0}</description> <content:encoded><![CDATA[<p>I see what you want to do now.  However, I still think it&#8217;s a syntax problem.  Try this:<br
/> {queue:{QUEUE OPTIONS ONLY}, other options}<br
/> So:<br
/> {queue: {duration: 3.0, scope: â€˜booksâ€™} }<br
/> becomes:<br
/> {queue: {scope: &#8216;books&#8217;}, duration: 3.0}</p> ]]></content:encoded> </item> <item><title>By: planner</title><link>http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-41</link> <dc:creator>planner</dc:creator> <pubDate>Tue, 01 May 2007 15:22:56 +0000</pubDate> <guid
isPermaLink="false">http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-41</guid> <description>thanks for your response. Here&#039;s what I&#039;m trying to do:
I have 2 groups of divs, each group in a separate box. The first div in each group is what is visible when the page loads, and the others have &#039;display:none&#039; set. What I want is for the first div to fade out , say, in 6 or 3 seconds, for the next one to appear and then fade out just like the first one, and then the next and so on. Obviously, I&#039;m going to have 2 scopes.
What&#039;s eating me is the syntax of having queue, scope, and duration in one effect.Hope my explanation makes sense.TIA</description> <content:encoded><![CDATA[<p>thanks for your response. Here&#8217;s what I&#8217;m trying to do:<br
/> I have 2 groups of divs, each group in a separate box. The first div in each group is what is visible when the page loads, and the others have &#8216;display:none&#8217; set. What I want is for the first div to fade out , say, in 6 or 3 seconds, for the next one to appear and then fade out just like the first one, and then the next and so on. Obviously, I&#8217;m going to have 2 scopes.<br
/> What&#8217;s eating me is the syntax of having queue, scope, and duration in one effect.</p><p>Hope my explanation makes sense.</p><p>TIA</p> ]]></content:encoded> </item> <item><title>By: Aaron D. Campbell</title><link>http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-40</link> <dc:creator>Aaron D. Campbell</dc:creator> <pubDate>Tue, 01 May 2007 12:41:15 +0000</pubDate> <guid
isPermaLink="false">http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-40</guid> <description>It would help for you to describe what you WANT to happen, and what DOES happen.  However, in the simple example, you are passing options like this:
{ queue: â€˜endâ€™, duration: 6.0 }
Which adds it to the end of the effects queue, and then makes the effect take 6 seconds to complete.  In your top example, you pass options like this:
{queue: {position:â€˜endâ€™, scope: â€˜booksâ€™} }
Which is invalid.  The queue parameter needs to be numerical, and you are passing it a hash (contained in {})  Try something like this:
{queue: &#039;end&#039;, scope: &#039;books&#039;}</description> <content:encoded><![CDATA[<p>It would help for you to describe what you WANT to happen, and what DOES happen.  However, in the simple example, you are passing options like this:<br
/> { queue: â€˜endâ€™, duration: 6.0 }<br
/> Which adds it to the end of the effects queue, and then makes the effect take 6 seconds to complete.  In your top example, you pass options like this:<br
/> {queue: {position:â€˜endâ€™, scope: â€˜booksâ€™} }<br
/> Which is invalid.  The queue parameter needs to be numerical, and you are passing it a hash (contained in {})  Try something like this:<br
/> {queue: &#8216;end&#8217;, scope: &#8216;books&#8217;}</p> ]]></content:encoded> </item> <item><title>By: planner</title><link>http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-39</link> <dc:creator>planner</dc:creator> <pubDate>Tue, 01 May 2007 08:11:00 +0000</pubDate> <guid
isPermaLink="false">http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-39</guid> <description>Great piece of code. I can sure use this. However, I have a slightly related scriptaculous effect that I&#039;m trying to implement, but it just won&#039;t work. I&#039;m hoping xavisys or any js guru reading this can help.
Here&#039;s what I&#039;m trying to do:
(This does not work)function scroll() {
//Scope: books
new Effect.Fade(â€˜sixâ€™, {queue: {duration: 3.0, scope: â€˜booksâ€™} });
new Effect.SlideDown(â€˜sevenâ€™, {queue: {position:â€˜endâ€™, scope: â€˜booksâ€™} });
new Effect.Fade(â€˜sevenâ€™, {queue: {position: â€˜endâ€™, scope: â€˜booksâ€™} });
new Effect.BlindDown(â€˜sixâ€™, {queue: {position: â€˜endâ€™, scope: â€˜booksâ€™} });
//Scope: center
new Effect.Fade(â€˜nineâ€™, {queue: {duration: 3.0, scope: â€˜centerâ€™} });
new Effect.Appear(â€˜tenâ€™, {queue: {position:â€˜endâ€™, scope: â€˜centerâ€™} });
new Effect.Fade(â€˜tenâ€™, {queue: {position: â€˜endâ€™, scope: â€˜centerâ€™} });
new Effect.Appear(â€˜elevenâ€™, {queue: {position:â€˜endâ€™, scope: â€˜centerâ€™} });
new Effect.Fade(â€˜elevenâ€™, {queue: {position: â€˜endâ€™, scope: â€˜centerâ€™} });
new Effect.Appear(â€˜nineâ€™, {queue: {position: â€˜endâ€™, scope: â€˜centerâ€™} });
new  PeriodicalExecuter(scroll, 30);Here&#039;s a simpler version that works:function scroll() {
new Effect.Fade(&#039;six&#039;, { duration: 3.0 });
new Effect.SlideDown(&#039;seven&#039;, { queue: &#039;end&#039;, duration: 6.0 });
new Effect.Fade(&#039;seven&#039;, { queue: &#039;end&#039;, duration: 6.0 });
new Effect.BlindDown(&#039;six&#039;,  { queue: &#039;end&#039;, duration: 6.0 });
}
new  PeriodicalExecuter(scroll, 30);I have zero js coding skill. Will appreciate any help fine tuning the first one.TIA</description> <content:encoded><![CDATA[<p>Great piece of code. I can sure use this. However, I have a slightly related scriptaculous effect that I&#8217;m trying to implement, but it just won&#8217;t work. I&#8217;m hoping xavisys or any js guru reading this can help.<br
/> Here&#8217;s what I&#8217;m trying to do:<br
/> (This does not work)</p><p>function scroll() {<br
/> //Scope: books<br
/> new Effect.Fade(â€˜sixâ€™, {queue: {duration: 3.0, scope: â€˜booksâ€™} });<br
/> new Effect.SlideDown(â€˜sevenâ€™, {queue: {position:â€˜endâ€™, scope: â€˜booksâ€™} });<br
/> new Effect.Fade(â€˜sevenâ€™, {queue: {position: â€˜endâ€™, scope: â€˜booksâ€™} });<br
/> new Effect.BlindDown(â€˜sixâ€™, {queue: {position: â€˜endâ€™, scope: â€˜booksâ€™} });<br
/> //Scope: center<br
/> new Effect.Fade(â€˜nineâ€™, {queue: {duration: 3.0, scope: â€˜centerâ€™} });<br
/> new Effect.Appear(â€˜tenâ€™, {queue: {position:â€˜endâ€™, scope: â€˜centerâ€™} });<br
/> new Effect.Fade(â€˜tenâ€™, {queue: {position: â€˜endâ€™, scope: â€˜centerâ€™} });<br
/> new Effect.Appear(â€˜elevenâ€™, {queue: {position:â€˜endâ€™, scope: â€˜centerâ€™} });<br
/> new Effect.Fade(â€˜elevenâ€™, {queue: {position: â€˜endâ€™, scope: â€˜centerâ€™} });<br
/> new Effect.Appear(â€˜nineâ€™, {queue: {position: â€˜endâ€™, scope: â€˜centerâ€™} });<br
/> new  PeriodicalExecuter(scroll, 30);</p><p>Here&#8217;s a simpler version that works:</p><p>function scroll() {<br
/> new Effect.Fade(&#8217;six&#8217;, { duration: 3.0 });<br
/> new Effect.SlideDown(&#8217;seven&#8217;, { queue: &#8216;end&#8217;, duration: 6.0 });<br
/> new Effect.Fade(&#8217;seven&#8217;, { queue: &#8216;end&#8217;, duration: 6.0 });<br
/> new Effect.BlindDown(&#8217;six&#8217;,  { queue: &#8216;end&#8217;, duration: 6.0 });<br
/> }<br
/> new  PeriodicalExecuter(scroll, 30);</p><p>I have zero js coding skill. Will appreciate any help fine tuning the first one.</p><p>TIA</p> ]]></content:encoded> </item> <item><title>By: Aaron D. Campbell</title><link>http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-28</link> <dc:creator>Aaron D. Campbell</dc:creator> <pubDate>Thu, 26 Apr 2007 18:14:32 +0000</pubDate> <guid
isPermaLink="false">http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-28</guid> <description>MaryAnne: Link removed for similar reasons to above.</description> <content:encoded><![CDATA[<p>MaryAnne: Link removed for similar reasons to above.</p> ]]></content:encoded> </item> <item><title>By: MaryAnne</title><link>http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-26</link> <dc:creator>MaryAnne</dc:creator> <pubDate>Thu, 26 Apr 2007 17:33:00 +0000</pubDate> <guid
isPermaLink="false">http://xavisys.com/properly-degrading-js-effects-with-scriptaculous/#comment-26</guid> <description>Hello,
I like this place! You&#039;ve done a great job.
I&#039;ll be back soon for sure. Take care</description> <content:encoded><![CDATA[<p>Hello,<br
/> I like this place! You&#8217;ve done a great job.<br
/> I&#8217;ll be back soon for sure. Take care</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/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching using apc
Content Delivery Network via cdn.xavisys.com

Served from: 173.203.136.116 @ 2010-03-15 15:12:20 -->