RE: [WSG] Prototype Framework - script.aculo.us

2005-07-22 Thread Chris Rizzo








One thing I havent found yet is a possible alternative to script.aculo.us.
Weve tried to implement some of these effects and they work in Firefox
but not IE (throws no error). Theres no help/support anywhere that I can
find and documentation is minimum. Does anyone know where there maybe some
helpful documentation on the Web? Maybe I have to find the right forum?



Thanks,

CR











From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Irina Ahrens
Sent: Thursday, July 21, 2005 8:23
PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Prototype
Framework





There is another one
Sarissa mentioned in Stuart Langridge book DHTML
Utopia... http://sarissa.sourceforge.net/doc/overview-summary.html

And this one http://ajax.schwarz-interactive.de
by Michael Schwarz (.NET library for AJAX
calls/methods).

Irina.



On 7/20/05, Kris
Khaira [EMAIL PROTECTED]
wrote:

I've been using Prototype
for the past few weeks. It seemed like the
most light-weight JS framework for Ajax.
The other frameworks I was
considering were:

Xajax - http://xajax.sourceforge.net/ 
Sajax - http://www.modernmethod.com/sajax/
AjaxAC - http://ajax.zervaas.com.au/
JPSpan - http://jpspan.sourceforge.net/
RSLite - http://www.ashleyit.com/rs/rslite/
Lace - http://socket7.net/lace/

Prototype is used in Ruby on Rails and is the framework powering the 
Ajax in
Basecamp. At the moment, there aren't any manuals or docs but
there's a user community. Just try googling for it. It's made up of
only 1 24KB js file.

You might as well check out script.aculo.us
- it's a JS effects library
(drag and drop, etc) that ties in with Prototype.
http://script.aculo.us/

--
Kris Khaira
Websites: http://kriskhaira.com / http://www.lifelogger.com

**
The discussion list for
http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**












Re: [WSG] Prototype Framework - script.aculo.us

2005-07-22 Thread Rimantas Liubertas
On 7/22/05, Chris Rizzo [EMAIL PROTECTED] wrote:
 
 One thing I haven't found yet is a possible alternative to script.aculo.us.
 We've tried to implement some of these effects and they work in Firefox but
 not IE (throws no error). There's no help/support anywhere that I can find
 and documentation is minimum. Does anyone know where there maybe some
 helpful documentation on the Web? Maybe I have to find the right forum? 
 

I had a problem with script from script.aculo.us and the solution was
to change doctype
so that IE will switch into standards compliant mode. 

Regards,
Rimantas
--
http://rimantas.com/
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**