[symfony-users] Re: Progressive enhancement/graceful degradation

2008-07-17 Thread Tom Haskins-Vaughan
Daniel, Thanks for that. I'd love to take credit for that website, I really like it, but alas, I had no hand in designing it; I simply took the star rater example and used it. I feel a little reassured that you've had no bad experiences with the if_javascript()/ solution. Maybe if I have tim

[symfony-users] Re: Progressive enhancement/graceful degradation

2008-07-17 Thread Richtermeister
I don't think there is a way to detect this on the first request. I guess you could fire off an ajax request and if it arrives at the server, you know JS is turned on, so from the second request out you can respond accordingly. I think, however, that the if_javascript() combined with give you ev