Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@locus.apache.org Received: (qmail 85608 invoked from network); 4 Jan 2009 10:15:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2009 10:15:10 -0000 Received: (qmail 37618 invoked by uid 500); 4 Jan 2009 10:15:10 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 37600 invoked by uid 500); 4 Jan 2009 10:15:10 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 37589 invoked by uid 99); 4 Jan 2009 10:15:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jan 2009 02:15:10 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [212.227.126.188] (HELO moutng.kundenserver.de) (212.227.126.188) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jan 2009 10:15:00 +0000 Received: from [192.168.0.9] (cpc1-addl1-0-0-cust563.hers.cable.ntl.com [86.0.58.52]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis) id 0MKwh2-1LJQ0F0pfl-0003FB; Sun, 04 Jan 2009 11:14:39 +0100 Message-ID: <49608C0E.2080601@fortybeans.com> Date: Sun, 04 Jan 2009 10:14:38 +0000 From: Darren Hague User-Agent: Thunderbird 2.0.0.18 (X11/20081125) MIME-Version: 1.0 To: esme-dev@incubator.apache.org Subject: Re: Big checkin References: <495F4D3D.9090409@fortybeans.com> <48d391a20901032156v50adc22fr82427ae07dd9ee15@mail.gmail.com> In-Reply-To: <48d391a20901032156v50adc22fr82427ae07dd9ee15@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1899eW9ZcnnLOTnX66suRgMMyesGv3PGLn2K/2 4e+9EoP7OoJQevrFTrnR69SK4RTzVaXZsU5DVES3CUGjLgTzZ5 vyWcQ+/bhxBzRfd0FsRIxLeHacr8lZn30VyioNhgiI= X-Virus-Checked: Checked by ClamAV on apache.org Hi Mrinal, I'm making good progress right now, in that the basic JS-client update mechanism is working. Today I want to work on bugfixes to the code (it's pretty rough & ready at the moment), so I hope to be able to check something in by the end of today. Once that's done, it's open to anyone with better design skills than mine to improve the UI - I'm just focusing on the JS-based Comet update technology. Cheers, Darren Mrinal Wadhwa wrote: > Darren, > > I would be glad to help out with this .. so let me know. > At this point I think we should have some serious discussions around Bill's > proposed design for the web client and plan that effort out. Lets discuss > this in our meeting this week. > > With regards, > Mrinal > > > > > On Sat, Jan 3, 2009 at 5:04 PM, Darren Hague wrote: > > >> I'm happy to pick up the JavaScript stuff - been looking forward to it, in >> fact... >> >> I plan to use jQuery to help with the implementation. >> >> Cheers, >> Darren >> >> P.S. Thanks for finding the code, David - now get back to writing the book! >> :-) >> >> >> David Pollak wrote: >> >> >>> Folks, >>> >>> I just checked in a bunch of code: >>> - messages are displayed using JavaScript. Each time messages need to get >>> displayed, the function displayMessage(arrayOfMessagesToDisplay, >>> nameOfSpanToDisplayIn) is called. I have not written the displayMessage >>> JavaScript function. Who wants to own this? >>> - I've moved around the elements and generally de-styled the whole thing. >>> We need some form of style, but I figured less style was a place to start. >>> >>> Thanks, >>> >>> David >>> >>> >>> >>> >> > >