Minggu, 04 September 2016

Scriptings

 In the first week, Lessons Web Application, I get material about Scripting. The following material which I can to be divided so that you know and learn through this Blog. I am Student Mobility from UDINUS (University Dian Nuswantoro), Semarang, Central Java, Indonesia to UTeM (University Technical Malaysia Melaka), Malaysia.



A scripting

A scripting or script language is a programming language that supports scripts, programs written for a special run-time environment that automate the execution of tasks that could alternatively be executed one-by-one by a human operator.

Client-side scripting


  • Validates user input
  • Accesses the browser
  • Enhances Web pages with ActiveX® controls, applets, etc.
  • Manipulates browser documents

Client-side validation

Reduces number of requests that need to be passed to server

Client-side scripting limitations


  • Browser dependency
  • Viewable to users through View Source command

Example of Client-side scripting – JavaScript, VBScripts

Server-side scripts

  • Provides programmers greater flexibility
  • Generates custom responses for clients
  • Contains greater programmatic capabilities than client-side equivalents
  • Has access to server-side software that extend server functionality
  • Example of server-side scripting – ASP, PHP, JSP, CGI/Perl


EmoticonEmoticon