Question:
scripting language...?
shardul b
2010-07-18 08:43:44 UTC
what is a scripting language...???

what is client side scripting language...?? and what is server-side scripting language...??
Six answers:
jplatt39
2010-07-18 09:31:55 UTC
A scripting language is any language which is interpreted at run-time. Yes it is a synonym for interpreted languages, which means that the command-line interpreter, cmd.exe for Windows and bash for Mac OS X and most distributions of Linux is an interpreter -- and shell scripts in Mac OS X linux and other Unix and Unix-derived environments is a scripting language, as is batch file programming in Windows.



A client side scripting language is any one which clients -- programs or computers which use network services like games -- use. Thus most gave servers have scripting languages which gamers use. A server-side scripting language is one which the admins use to run the server.



Clear?
?
2016-09-28 13:15:23 UTC
short answer: no. ============= confident a nerd element, yet notwithstanding, it is something that would desire to be made sparkling. the main important factors: =========== HTML is extremely a markup language and not a scripting language. Scripting implies selection making features (the code can extremely evaluate and take an action in step with what it unearths) – own abode page, PERL, Ruby, Javascript are examples of scripting languages. Markup languages create shape for a checklist … they in simple terms describe information. to illustrate: - HTML - XHTML - XML Scripting language is ================ A intense-point programming language it somewhat is interpreted by yet another application at runtime extremely than compiled by the pc's processor as different programming languages (alongside with C and C++) are. Scripting languages, which will nicely be embedded interior HTML, oftentimes are used to characteristic function to a cyber web web site, alongside with diverse menu varieties or photograph reflects or to serve dynamic classified ads. a majority of those languages are shopper-section scripting languages, affecting the innovations that the top consumer sees in a browser window. different scripting languages are server-section scripting languages that manage the innovations, usually in a database, on the server. Scripting languages got here approximately frequently because of the form of the internet as a communications device. JavaScript, ASP, JSP, own abode page, Perl, Tcl and Python are examples of scripting languages.
?
2010-07-18 08:47:24 UTC
Client Side...

Client-side scripting generally refers to the class of computer programs on the web that are executed client-side, by the user's web browser, instead of server-side (on the web server).This type of computer programming is an important part of the Dynamic HTML (DHTML) concept, enabling web pages to be scripted; that is, to have different and changing content depending on user input, environmental conditions (such as the time of day), or other variables.

Web authors write client-side scripts in languages such as JavaScript (Client-side JavaScript) and VBScript.

Server Side...

Server-side scripting is a web server technology in which a user's request is fulfilled by running a script directly on the web server to generate dynamic web pages. It is usually used to provide interactive web sites that interface to databases or other data stores. This is different from client-side scripting where scripts are run by the viewing web browser, usually in JavaScript. The primary advantage to server-side scripting is the ability to highly customize the response based on the user's requirements, access rights, or queries into data stores.

When the server serves data in a commonly used manner, for example according to the HTTP or FTP protocols, users may have their choice of a number of client programs (most modern web browsers can request and receive data using both of those protocols). In the case of more specialized applications, programmers may write their own server, client, and communications protocol, that can only be used with one another.

Programs that run on a user's local computer without ever sending or receiving data over a network are not considered clients, and so the operations of such programs would not be considered client-side operations.
snofty
2010-07-19 06:30:23 UTC
hi,

client side scripting language is of making user to enter data with minimum validations like

entering name that has to restrict in not to enter digits and as for phone number as well as age

not to make to give alphabets so on like,,,

most probably they use JAVASCRIPT or struts validator as client side validation



Server side scripting is like u find gmail validations that u show while creating new account

as u entered mail id is already exists..

hence checking whether u entered data is already exists in data base or not
?
2010-07-19 02:18:45 UTC
Scripting language

---------------------------

A scripting language in which programs are a series of commands that are interpreted and then executed one by one.

Client-side Scripting language

-------------------------------------------

http://en.wikipedia.org/wiki/Client-side_scripting



server-side Scripting language

-------------------------------------------

http://en.wikipedia.org/wiki/Server-side_scripting
?
2010-07-18 09:28:30 UTC
this will surely help you a lot http://en.wikipedia.org/wiki/Scripting_language


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...