Client-side scripting: Difference between revisions

Content deleted Content added
Line 22:
 
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.
 
[[Link title]]==List of Client-Side Scripting languages==
*[[JavaScript]]
*[[ActionScript]] (used to create animated interactive web applications for Adobe Flash Player using Adobe Flash Pro)
*[[Dart (programming language)|Dart]]
*[[VBScript]] (NOTE: VBScript can also be used as Server-side so that processing is done on the server.)
*[[Typescript]]
*[[Python (programming language)|Python]]
 
==List of Client-Side Scripting languages==