Hello I am Palne Bartos Elisabeth
I have invitate my group E-idealis this grops work P2W Passport to Wealts I please to you if you want comming my group this is very good job, very kindly persone and very good money.
I waiting to you in my groups comon to Passport to Wealts. Please you reply to me. My groups name E-idealis now later I change P2W name.
I wait to you Elisabeth
On 9/30/07, rubyonrails-spinoffs group < noreply googlegroups.com">noreply googlegroups.com> wrote:
Ruby on Rails: Spinoffs http://groups.google.com/group/rubyonrails-spinoffs?hl=en
rubyonrails-spinoffs googlegroups.com">rubyonrails-spinoffs googlegroups.com
Today's topics:
* RapidShare premium account - 1 messages, 1 author
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/5ee4e1ce46600ea8?hl=en * Scriptaculous drag/scrollable div with prototype.js - only half functionality when wrapper div is centered on page - 1 messages, 1 author
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/50ff6aa1c9b436f4?hl=en * Problems w/ Prototype
1.6.0_rc0, Selenium, Safari? - 1 messages, 1 author http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/bae11331189024bd?hl=en
* want to toggle visibility of form / textarea - 2 messages, 2 authors http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/544dfadde5767085?hl=en
* How to wait for effect queue completion? - 3 messages, 2 authors http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/b93cf704f47a437e?hl=en
* Stack overflow in Internet Explorer - 1 messages, 1 author http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/b709b3d8814c205a?hl=en
* impact of CSS scope on event observe - 2 messages, 2 authors http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/e0198e128c377bc7?hl=en
* Scriptacolous Autocompleter Problem! - 1 messages, 1 author http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/49390a9258503faf?hl=en
============================================================================== TOPIC: RapidShare premium account
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/5ee4e1ce46600ea8?hl=en ==============================================================================
== 1 of 1 == Date: Sat, Sep 29 2007 5:14 am
From: x-men
*RapidShare premium account*
Step-1 Click the link below and create a free account in the new page that opens... and fill two lines per fillout form and get 4 to 25 $...transfer this
amount to paypal... Transfer paypal money to rapidshare any get a 1 year account... I EVEN HAVE MONEY TO BUY A 800$ LAPTOP NOW..!! here is the link
http://www.AWSurveys.com/HomeMain.cfm?RefID=h$
Step-2 Create a free paypal account when asked for credit card click "cancel"... the account will be created anyway..even if you click cancel
============================================================================== TOPIC: Scriptaculous drag/scrollable div with prototype.js - only half functionality when wrapper div is centered on page
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/50ff6aa1c9b436f4?hl=en ==============================================================================
== 1 of 1 == Date: Sat, Sep 29 2007 9:01 am From: user1234
I have an image map located inside a div with fixed width and height. This "map" div is located inside a wrapper div with fixed width and
height. Everything works fine if the wrapper is not centered, but when you set the margins to auto on the wrapper the dragging functionality of the "map" does not change position.
http://medusa.mcs.uvawise.edu/~mrc8b
Any ideas??
============================================================================== TOPIC: Problems w/ Prototype 1.6.0_rc0, Selenium, Safari?
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/bae11331189024bd?hl=en ==============================================================================
== 1 of 1 == Date: Sat, Sep 29 2007 10:03 am From: doug
Hi folks, I39;m finding myself unable to run Selenium (on Rails) tests with Safari 2.0.4 and Prototype 1.6.0_rc0. The "run" button refuses to function.
Has anyone else noticed this, or can anyone confirm it? It all works fine in Firefox.
Thanks, Doug
==============================================================================
TOPIC: want to toggle visibility of form / textarea http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/544dfadde5767085?hl=en
==============================================================================
== 1 of 2 == Date: Sat, Sep 29 2007 10:38 am From: Jacob83
Hi, is it possible to hide a textarea? I don't get it running. Perhaps
someone can give me a clue. Thx, Jacob
== 2 of 2 == Date: Sat, Sep 29 2007 7:27 pm From: Prateek
$("textAreaID").toggle();
Same for FORM
On Sep 29, 10:38 pm, Jacob83 <
lahr.ja... googlemail.com">lahr.ja... googlemail.com> wrote: > Hi, > is it possible to hide a textarea? I don't get it running. Perhaps > someone can give me a clue. > Thx,
> Jacob
============================================================================== TOPIC: How to wait for effect queue completion?
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/b93cf704f47a437e?hl=en ==============================================================================
== 1 of 3 == Date: Sat, Sep 29 2007 10:45 am
From: TTop
I39;d like to wait for an effect queue to be empty before proceeding with code execution. How can I do this?
In this case, I'd like to fade out a div, modify it and then fade it
back in, but I don't want the modification to start until I know it's completely faded out.
== 2 of 3 == Date: Sat, Sep 29 2007 10:47 am From: TTop
I should clarify... this is with scriptaculous.
On Sep 29, 10:45 am, TTop < ttopwe... gmail.com">ttopwe... gmail.com> wrote: > I'd like to wait for an effect queue to be empty before proceeding > with code execution. How can I do this?
> > In this case, I'd like to fade out a div, modify it and then fade it > back in, but I don't want the modification to start until I know it's > completely faded out.
== 3 of 3 == Date: Sun, Sep 30 2007 5:13 am From: Thomas Fuchs
You can use Effect.Event for this:
new Effect.Event({queue:'end';,afterFinish:function(){ // your code });
Am 29.09.2007 um 19:47 schrieb TTop:
> > I should clarify... this is with scriptaculous. > > On Sep 29, 10:45 am, TTop < ttopwe... gmail.com">ttopwe... gmail.com> wrote:
>> I'd like to wait for an effect queue to be empty before proceeding >> with code execution. How can I do this? >> >> In this case, I'd like to fade out a div, modify it and then fade it
>> back in, but I don't want the modification to start until I know it's >> completely faded out. > > > >
==============================================================================
TOPIC: Stack overflow in Internet Explorer http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/b709b3d8814c205a?hl=en
==============================================================================
== 1 of 1 == Date: Sat, Sep 29 2007 10:52 am From: eagle
I tried the prototype example in Internet Explorer 7 in Windows XP SP2
and Internet Explorer 6 in Windows XP SP2. Sometime after both browsers give stack overflow erros and stop receiving messages but still I could send messages and they get delivered. Why is this happening? Is there a way to fix it.
============================================================================== TOPIC: impact of CSS scope on event observe
http://g
|