<?xml version="1.0"  encoding="UTF-8"?>
	<rss version="2.0">
		<channel>
			<title>Comments to Video Tutorial: Script.aculo.us Effects</title>
			<link>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/</link>
			<description>User submitted comments to Practical Ecommerce's article entitled Video Tutorial: Script.aculo.us Effects</description>
			<language>en-us</language>
			<copyright>Copyright 2007 Confluence Publishing</copyright>
			<lastBuildDate>Sun, 23 Mar 2008 07:20:26 -0600</lastBuildDate>
			<docs>http://www.practicalecommerce.com/rss/</docs>
			<generator>Practical Ecommerce v2.0.1</generator>
			<category>Ecommerce</category>
			<managingEditor>kmurdock@practicalecommerce.com</managingEditor>
			<webMaster>bgetting@practicalecommerce.com</webMaster>
			<ttl>60</ttl>
			<item>
			<title>dzutaro</title>
			<link>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment8102</link>
			<description>hi, julien,

i think this manual may help you:

http://wiki.script.aculo.us/scriptaculous/show/EffectQueues

</description>
			<pubDate>Sun, 23 Mar 2008 07:20:26 -0600</pubDate>
			<guid>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment8102</guid>
			</item>
			
				<item>
			<title>julien</title>
			<link>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment7323</link>
			<description>Well, i am still bugging to use a series of effect like the application.js of the tutorial when the page load rather than when clicking a button.
i got the display:none set in the html. i can make it work for one effect on one element but i can&#039;t figure out how to timed it and have multiple effect on multiple elements.
firebug shows me an error saying missing ) after argument list but i tried placing one but it&#039;s not working.

		Event.observe(window,&#039;load&#039;,function(){
		Effect.Appear(&#039;logo&#039;, { duration: 1.0 });
		window.setTimeout(&#039;Effect.BlindDown(&#039;box_who_are_we_content&#039;, {duration: 1});&#039;, 2000);
		window.setTimeout(&#039;Effect.BlindDown(&#039;box_who_are_we_shadow&#039;, {duration: 1});&#039;, 4000);
		});


any idea how to do it or where to find the answer.
thanks</description>
			<pubDate>Thu, 06 Mar 2008 07:06:20 -0700</pubDate>
			<guid>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment7323</guid>
			</item>
			
				<item>
			<title>julien</title>
			<link>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment7305</link>
			<description>Woa...thank you Brian. that was the missing link for me.
I have to admit that the scritaculous site is not  really well explained for the newbies.

i know i like to see the entire construction to understand how it works and your tutorial shows exactly that.

Thank you ...thank you.

more...more...you don&#039;t have more about scriptaculous stuff.

cheers</description>
			<pubDate>Wed, 05 Mar 2008 13:51:10 -0700</pubDate>
			<guid>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment7305</guid>
			</item>
			
				<item>
			<title>Jenn</title>
			<link>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment4814</link>
			<description>Wonderful tutorial! I&#039;m a university student that freelances for food money - so this just added a night out to the keg!

Thanks so much, I&#039;ll be using it it all my projects to come!!!</description>
			<pubDate>Thu, 31 Jan 2008 19:46:57 -0700</pubDate>
			<guid>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment4814</guid>
			</item>
			
				<item>
			<title>whoover</title>
			<link>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment4464</link>
			<description>Rather than using setTimeout() it&#039;s easier to use the built in afterFinish (if you are using blind, appear, or slide):

  	Effect.toggle(el, &#039;appear&#039;, {
  		afterFinish: function(effect){
  			Effect.toggle(effect.element, &#039;appear&#039;);
  		}
  	});
</description>
			<pubDate>Sun, 23 Dec 2007 07:16:18 -0700</pubDate>
			<guid>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment4464</guid>
			</item>
			
				<item>
			<title>MBHayes</title>
			<link>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment3996</link>
			<description>Found scriptaculous stuff a while ago... but became overwhelmed a little early on myself.  Bound and determined (I love the way the scriptaculous elements move and slide in when you go to their site) I jumped back in today.

I&#039;ve seen PLENTY of click and mouseover examples... what&#039;s the best way (much like scriptaculous did) of approaching sliding/fading/moving elements in when the page FIRST LOADS.  Onload?  This is great... NO FLASH.

Great video tutorial... I didn&#039;t finish it yet so my apologies if the ONLOAD deal was covered in there.

thanks</description>
			<pubDate>Thu, 01 Nov 2007 12:13:54 -0600</pubDate>
			<guid>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment3996</guid>
			</item>
			
				<item>
			<title>Brian Getting</title>
			<link>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment3906</link>
			<description>You can set the initial state of the element that you want to move around or fade by either setting a &quot;style&quot; attribute in the HTML document of &quot;display:none;&quot;.  Or, you can also go through and set the initial state via JavaScript using some sort of &quot;onload&quot; initialization function.</description>
			<pubDate>Fri, 19 Oct 2007 11:14:37 -0600</pubDate>
			<guid>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment3906</guid>
			</item>
			
				<item>
			<title>Jeff Foxx</title>
			<link>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment3905</link>
			<description>Thanks Brian.  This was a nice overview.  I just started using script.aculo.us and it&#039;s simple, but at the same time a bit overwhelming. What&#039;s the best way to set the initial state of a div?  I have a div that i want to slide in when a button is pushed using the Effect.toggle (&#039;slide&#039;) but i haven&#039;t figured out how to make it initially in the hidden state, so that the button slides it into view.  Any ideas?</description>
			<pubDate>Fri, 19 Oct 2007 10:15:56 -0600</pubDate>
			<guid>http://www.practicalecommerce.com/articles/570/Video-Tutorial-Scriptaculous-Effects/#comment3905</guid>
			</item>
			
				
		</channel>
	</rss>