JavaScript toolkits (was Re: ANN: Porcupine Web Application Server 0.6 is released!)

Aahz aahz at pythoncraft.com
Mon Jul 20 20:10:55 EDT 2009


In article <mailman.3433.1248109750.8015.python-list at python.org>,
D'Arcy J.M. Cain <darcy at druid.net> wrote:
>On 20 Jul 2009 09:00:33 -0700
>aahz at pythoncraft.com (Aahz) wrote:
>>
>> Out of curiosity, are there any JavaScript toolkits that generate code
>> that degrades gracefully when JavaScript is disabled?
>
>I understand what you want but I can't see how a toolkit can do that.
>How do you program "graceful?"  It seems pretty application specific.

Presumably the JS toolkit generates both code and HTML.  Actions that
normally get executed by JS should degrade to plain HTML links and form
submits (or possibly not display at all if it's a pure convenience).
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"The volume of a pizza of thickness 'a' and radius 'z' is
given by pi*z*z*a"



More information about the Python-list mailing list