On 9/28/07, Kevin Cole <[EMAIL PROTECTED]> wrote: > > I was really asking if there was one that "degrades" (or whatever the > term is) when faced with an insurmountable challenge. I want the > special effects, if the browser and person at the other end are > capable of taking advantage of them. >
To be honest, this is dependant on your own code more than a particular JS lib. If I need to build a site that's not always going to have JS available on the client browser I design and implement the site without a hint of JS. You then go back and put the icing on the cake, as it were. If you make sure that the changes required to make the JS functionality work don't break the original non-JS functionality then you should be gold. It takes longer to work this way, but if you really want full functionality in non-JS browsers with added zing for browsers that do support it, this is the best development method that I've found. There could be better ways, but I'm not familiar with them :) Lee -- Lee McFadden blog: http://www.splee.co.uk work: http://fireflisystems.com skype: fireflisystems --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

