Hi, i am looking for a coutdown solution. When a product is created in my database a coutdown starts. The countdown is presented to visitors on my website. Someone ideas, links ? grtz..remco -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
http://keith-wood.name/countdown.html I''ve used that before on my auction app. It workd pretty well. Viola On Mar 30, 3:39 pm, Remco Swoany <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi, > > i am looking for a coutdown solution. When a product is created in my > database a coutdown starts. The countdown is presented to visitors on my > website. > > Someone ideas, links ? > > grtz..remco > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Viola wrote:> http://keith-wood.name/countdown.html > I''ve used that before on my auction app. It workd pretty well. > > ViolaI am a newbie...can you show me a code example how i can integrate this script with a db-record Thanks..advance! remco -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Remco Swoany wrote:> Viola wrote: >> http://keith-wood.name/countdown.html >> I''ve used that before on my auction app. It workd pretty well. >> >> Viola > > I am a newbie...can you show me a code example how i can integrate this > script with a db-recordWhat bit are you having difficulty understanding? - Create a product initializing an expiry datetime value - Read the expiry datatime and pass that to the countdown JavaScript - Use the passed in expiry datetime to initialize the countdown timer The rest of what you need to know is shown in example code on the control''s home page. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
pretty cool - is there a way to change the background color the closer the counter get to zero? thx On Wed, Mar 31, 2010 at 9:57 AM, Robert Walker <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Remco Swoany wrote: > > Viola wrote: > >> http://keith-wood.name/countdown.html > >> I''ve used that before on my auction app. It workd pretty well. > >> > >> Viola > > > > I am a newbie...can you show me a code example how i can integrate this > > script with a db-record > > What bit are you having difficulty understanding? > > - Create a product initializing an expiry datetime value > - Read the expiry datatime and pass that to the countdown JavaScript > - Use the passed in expiry datetime to initialize the countdown timer > > The rest of what you need to know is shown in example code on the > control''s home page. > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.