Which Scripting Language(s) do you use? |
| |
|
<insert witty text here> I love design! Activity
|
|
New Poster
Location: NY, USA
Gender:  Posts: 10 Topics: 4
|
|
|
September 18, 2009, 12:15:59 PM
|
For those of you that are not aware, a scripting language is A scripting language, script language or extension language is a programming language that allows control of one or more software applications. "Scripts" are distinct from the core code of the application, which is usually written in a different language, and are often created or at least modified by the end-user. Scripts are often interpreted from source code or bytecode, whereas the applications they control are traditionally compiled to native machine code. Scripting languages are nearly always embedded in the applications they control. The name "script" is derived from the written script of the performing arts, in which dialogue is set down to be spoken by human actors. Early script languages were often called batch languages or job control languages. Such early scripting languages were created to shorten the traditional edit-compile-link-run process. So, some scripting languages include Perl, JavaScript, HTML, CSS, etc. Which language(s) do you use?Personally, I like to stick with CSS and HTML. Honestly, those are the most important when creating a site. JavaScript is also important as is Perl, but normally, you hear people talking about more CSS and HTML.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
September 28, 2009, 05:55:16 AM
|
|
Is HTML a scripting LANGUAGE - maybe?
|
|
| |
|
|
|
New Coder Posts: 37 Topics: 2
|
|
|
September 29, 2009, 02:14:36 PM
|
|
Like polas I'm not so sure HTML is a scripting language. Are you mixing up HTML with Javascript or VBScript?
|
|
| |
|
|
|
Code Guru
Location: India
Gender:  Posts: 1387 Topics: 105
|
|
|
September 30, 2009, 03:17:37 AM
|
|
HTML is not a scripting language, rather its a MARKUP language.
Scripting language OR any other server side language have code through which we actually make decisions of what should be processed and what not. In these language we get different types of decision making and looping blocks like If ... then, For...Next, While...do etc.
In HTML we don't have such facility, but we use HTML for displaying data or say it is used for making structure of your web page. HTML just describe the data as provided to it by the users or programmers. They are markup languages.
Like HTML, other markup languages are: XHTML and XML
Hope this helps all.
|
|
| |
|
|
|
New Poster Posts: 14 Topics: 0
|
|
|
October 28, 2009, 08:05:48 AM
|
|
I little good in JavaScript and I have also done one project. Actually I helped my friend in his project and there I learned some JavaScript. I enjoyed playing with the code.
|
|
| |
|
|
|
New Poster Posts: 3 Topics: 1
|
|
|
August 12, 2010, 05:20:28 AM
|
|
Understanding the differences between scripting languages and programming languages, will give you the differences between JavaScript and Java, and there are many. They share similar flow of controls and logic that are common to all computer languages, but they are completely different languages and function.
Scripting language: limited scriptlets of code that is interpreted straight from the written source code, so it's slow. They are used as a supportive language to add functionality to another application, like JavaScript adds dynamic functionality to a web page on a web client. You can't write self-contained programs with only a scripting language.
Programming language: full programming capabilities that creates fully self-contained executable applications. Some programming languages are interpreted, but others are compiled (source code translated to machine code), so it runs faster. Java is unique that it's both compiled and interpreted; it's compiled to bytecode rather than a specific platform machine language, so it need a JIT virtual environment to interpret the bytecode to run the java program.
« Last Edit: July 12, 2011, 10:23:26 PM by Admin »
|
|
| |
|
|
|
New Poster Posts: 13 Topics: 1
|
|
|
November 01, 2010, 12:03:13 AM
|
|
java script is better
« Last Edit: March 09, 2011, 04:14:59 AM by Admin »
|
|
| |
|
|
|
New Coder Posts: 25 Topics: 1
|
|
|
April 20, 2011, 09:10:31 PM
|
|
Javascript............
|
|
| |
|
|
|
Regular Coder Posts: 91 Topics: 4
|
|
|
April 24, 2011, 06:33:16 AM
|
|
I used to be a web designer and I love to use JavaScript and CSS.
|
|
| |
|
|
|
Skilled Coder Real name: Janne
Location: california
Gender: 
Age: 26
Posts: 108 Topics: 1
|
|
|
May 11, 2011, 11:30:51 PM
|
|
i used java script for scripting and i also use css with it...........
|
|
| |
|
|
|
Skilled Coder Posts: 125 Topics: 0
|
|
|
May 31, 2011, 01:04:52 AM
|
|
I would like to use Javascript.
|
|
| |
|
|
|
Skilled Coder Posts: 149 Topics: 0
|
|
|
May 31, 2011, 02:35:11 AM
|
|
i use VB Script...
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
July 07, 2011, 11:48:03 PM
|
I prefer using Javascript 
|
|
| |
|
|
|
Regular Coder Gender: 
Age: 24
Posts: 60 Topics: 10
|
|
|
July 11, 2011, 03:03:02 AM
|
|
No, definitely no. Html is not a scripting language it is a markup language. Scripting languages are javascript and vbscript which are embedded in html.
|
|
| |
|
|
|
Regular Coder Gender: 
Age: 24
Posts: 60 Topics: 10
|
|
|
July 11, 2011, 03:05:04 AM
|
|
I use javascript as a scripting language.
|
|
| |
|
|
|
Regular Coder Posts: 73 Topics: 2
|
|
|
August 06, 2011, 02:14:21 AM
|
|
A major class of scripting languages has grown out of the automation of job control, which relates to starting and controlling the behavior of system programs. (In this sense, one might think of shells as being descendants of IBM's JCL, or Job Control Language, which was used for exactly this purpose.) Many of these languages' interpreters double as command-line interpreters such as the Unix shell or the MS-DOS COMMAND.COM. Others, such as AppleScript offer the use of English-like commands to build scripts. This combined with Mac OS X's Cocoa frameworks allows user to build entire applications using AppleScript & Cocoa objects.
|
|
| |
|
|
|
Regular Coder Posts: 77 Topics: 0
|
|
|
January 04, 2012, 10:24:23 AM
|
|
i use vb and java scripting both
|
|
| |