congratz!

Zoa

John Todd wrote:
>> On Tue, May 20, 2008 at 7:41 PM, John Todd <[EMAIL PROTECTED]> wrote:
>>     
>>>  I'd like to take a few moments to introduce myself and the new role
>>>       
>> Hi John,
>>
>> Like Jared, you need no introduction to most of us, you are a pillar
>> of the asterisk community. When I first heard of asterisk, the first
>> information I found on it was your publicly posted sip and
>> extensions.conf files. Since those heady days, we've had the pleasure
>> of talking to you about Freenum.org on the VoIP Users Conference and I
>> note in passing that you are able to do several text chats while
>> speaking coherently, a talent that may come in handy in your new
>> position. WELCOME! (raises glass)
>>
>> Randy
>>     
>
> Thanks!  I've got my work cut out for me.   :-)
>
> JT
>
>   


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

From [EMAIL PROTECTED] Tue May 20 12:55:04 2008
Return-path: <[EMAIL PROTECTED]>
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Tue, 20 May 2008 12:55:04 -0700
Received: from exprod5mx243.postini.com ([64.18.0.163] helo=psmtp.com)
        by mail-archive.com with smtp (Exim 4.67)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1JyXvM-0004uI-JR
        for [EMAIL PROTECTED]; Tue, 20 May 2008 12:55:04 -0700
Received: from source ([74.125.46.25]) by exprod5mx243.postini.com 
([64.18.4.10]) with SMTP;
        Tue, 20 May 2008 13:55:03 MDT
Received: by yw-out-2122.google.com with SMTP id 8so2334716yws.77
        for <[EMAIL PROTECTED]>; Tue, 20 May 2008 12:55:03 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=googlegroups.com; s=beta;
        
h=domainkey-signature:received:received:x-sender:x-apparently-to:mime-version:content-type:message-id:date:received:x-ip:user-agent:x-http-useragent:subject:from:to:reply-to:sender:precedence:x-google-loop:mailing-list:list-id:list-post:list-help:list-unsubscribe;
        bh=cIJRTIO3z8fCZfl4QWCqNZUmbK7YUp9KjRQGh5Ic5xc=;
        
b=Y4Q6Z9qFFj/uRua/whdMKIKbKe028jGwpSumCad11gXiNOaXGtkNs7V9k+EAFjACRB+mViN/gCOHnwiqlmeHuenQA5hR83wFk6J8fnUb+tHTy+IkkqN9dZaIaKdeaWG4peMIHPD0CFhKQGPFIj1R616kUA2yFdG+kwdBqTqT4xU=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=googlegroups.com; s=beta;
        
h=x-sender:x-apparently-to:mime-version:content-type:message-id:date:x-ip:user-agent:x-http-useragent:subject:from:to:reply-to:sender:precedence:x-google-loop:mailing-list:list-id:list-post:list-help:list-unsubscribe;
        
b=ojipg7zvY0bcnS9MhVRmSl5ZYpo5THSdET6vKqTBDP0Ntco6CZsCnqSsK4A78SNW3O6nLgTK7RdETPKPbitWgj9tPsKTDHCx8Ca8UZ+iPaGRXXdlVuUHazkSMW/15he0hfMVENHjBp/1ZlC+wbNaUVOtqZHEQv251N29/Y916VA=
Received: by 10.140.192.9 with SMTP id p9mr305330rvf.8.1211313302760;
        Tue, 20 May 2008 12:55:02 -0700 (PDT)
Received: by 10.107.137.20 with SMTP id p20gr15009prn.0;
        Tue, 20 May 2008 12:54:55 -0700 (PDT)
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 20 May 2008 12:54:54 -0700 (PDT)
Received: by 10.100.141.5 with SMTP id o5mr94996and.25.1211313294752; Tue, 20  
May 2008 12:54:54 -0700 (PDT)
X-IP: 216.239.124.44
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14)  
Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe)
Subject: [Rails-spinoffs] Class instantiation problems
From: Chris S <[EMAIL PROTECTED]>
To: "Ruby on Rails: Spinoffs" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
Precedence: bulk
X-Google-Loop: groups
Mailing-List: list [EMAIL PROTECTED];
        contact [EMAIL PROTECTED]
List-Id: <rubyonrails-spinoffs.googlegroups.com>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Unsubscribe: 
<http://googlegroups.com/group/rubyonrails-spinoffs/subscribe>,
        <mailto:[EMAIL PROTECTED]>
X-pstn-neptune: 0/0/0.00/0
X-pstn-levels:     (S:47.11440/99.90000 CV:99.0000 R:95.9108 P:95.9108 
M:97.0282 C:98.6951 )
X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c 
X-pstn-addresses: from <[EMAIL PROTECTED]> [294/10] 


Hi Guys,
I'm converting some Mootools code to Prototype and am having problems.

I'd like to instantiate an itemScroller Class that takes an html
element as its first argument and a list of options as it's second.
The class has default options which can be overwritten.


var itemScroller = Class.create({
        options: {
                containerSelector: 'ul',
                itemSelector: 'li',
                viewPortSelector: '.wrap',
                scrollerSelector: '.item_scroller',
                nextSelector: '.next',
                prevSelector: '.prev',
                itemsPerScroll: 5,
                wrapEnds: false,
                mode: 'vertical'
        },

        initialize: function(el,options) {
                // quit if no main element passed in
                if (!$(el)) return;
                if ($(options)) this.setOptions(this.options, options);

.....
});

itemScroller.implement(new Options); //Mootools code


a separate script instantiates the Class when a click event fires:

new itemScroller($('#recent_list_holder'), {
        containerSelector: 'ul#recent_list'
});


Thanks for any help you can offer!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to