Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I avoid javascript , jquery, flash, ajax, silverlight if i want to make my site cross platform compatible and screen reader compatible?

Should I avoid JavaScript , jQuery, flash, Ajax, Silverlight if i want to make my site cross platform compatible (PC, iPHONE other mobiles, PDA) and Accessible(screen reader compatible)?

Should i only use xhtml css with server side language for wider accessibility?

and for PC pr MAC i made everything first for Firefox so for mobile which browser should i choose?

like image 728
Jitendra Vyas Avatar asked Nov 21 '25 04:11

Jitendra Vyas


1 Answers

No, but offer them as progressive enhancements or provide graceful degradation.

like image 51
Chris Fulstow Avatar answered Nov 23 '25 20:11

Chris Fulstow