In quite a few answers to questions related to sending requests to servers, I see the use of Javascript/AJAX being advocated.
I'm still kind of a purist, in the sense that I try to develop sites that fully work without the use of Javascript/AJAX first and only add it to decorate the user experience.
I assume that quite a few people that seemingly effortless advocate the use of Javascript/AJAX are proffesionals too, so I'm kind of curious how, as a proffesional, you feel about this 'purist' approach? Is it passé? Do you feel with today's technologies/browsers you should just be able to depend on Javascript/AJAX? Should I start to losen up a bit and be less strict with this approach? It would probably make developing a bit more easy in some parts. :)
Or is it dependent on your target audience?