Talk:Web development/Web development (rewrite): Difference between revisions

Content deleted Content added
m Client-side: formatting
m Client-side: formatting
Line 86:
 
====Client-side====
''The next paragraph reflects a particular POV, not common practice'' -- see [[Ajax (programming)|Ajax]]''. [[User:ChrisLoosley|Chris Loosley]] 06:58, 1 January 2007 (UTC)
Client-side scripting works at the user's browser, and therefore should not be used for "mission critical' work, where the user's capabilities are not known – it is more suited to adding decoration and other ephemeral content. It is most often achieved through JavaScript.