Client-side scripting: Difference between revisions

Content deleted Content added
remove empty citation
Line 20:
==Client-controlled or Client-generated Client-Side scripting==
Besides scripts created by the programmer(s) of the site, sent from the server to the client to be executed by the client, out-sourcing page-rendering work to the client, there is another class of client-side scripting that is under the control of the client or its user respectively. This is used to automate repetitive surfing-tasks, like form filling or [[Web testing]]. It is not used to render a single page but to make the browser accomplish different tasks beginning from filling a login-form up to testing complete websites or automated [[Web scraping|gathering of the latest data from numerous websites]]. An especially easy to learn and use example is [[iMacros]]. Another increasingly popular use is the [[augmented browsing]] that gives the user more control over how web content is displayed to him. See [[Greasemonkey]] for a popular extension.
 
==List of Client-Side Scripting languages==
*[[JavaScript]] and [[Ajax (programming)|Ajax]]
*[[ActionScript]] (used to create animated interactive web applications for Adobe Flash Player using Adobe Flash Pro)
*[[Dart (programming language)|Dart]]
*[[Typescript]]
 
==References==