Programming, website development forum Get latest updates by RSS Follow TechnicalTalk on Twitter Follow TechnicalTalk on Facebook 
HomeSearchRecent PostsLoginRegisterContact Us

Username  
Password    
  Forgot your password?  

Pages: [1]   Go Down
 
  Email this topic  |  Print
0 Members and 1 Guest are viewing this topic.

Which Scripting Language(s) do you use?

 
webmaster forum
TechieTom  Offline
<insert witty text here>
I love design!
Activity
0%
 
New Poster
Location: NY, USA
Gender: Male
Posts: 10
Topics: 4
WWW
September 18, 2009, 12:15:59 PM

For those of you that are not aware, a scripting language is
Quote
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.
 
webmaster forum
polas  Offline
Activity
33.33%
 
Code Guru
Gender: Male
Posts: 1399
Topics: 85
WWW
September 28, 2009, 05:55:16 AM

Is HTML a scripting LANGUAGE - maybe?

Mesham Type Oriented Parallel Programming Language, Free online technical support
 
webmaster forum
MikeLaw  Offline
Activity
0%
 
New Coder
Posts: 37
Topics: 2
WWW
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?

Invoice Software | Billing Software | fishing luggage | fishing poles
 
webmaster forum
Admin  Offline
*
 
Code Guru
Location: India
Gender: Male
Posts: 1387
Topics: 105
NaviBuster NaviBuster
WWW
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.
 
webmaster forum
JackFruit  Offline
Activity
0%
 
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.
 
webmaster forum
edge2020  Offline
Activity
0%
 
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 »
 
webmaster forum
Activity
0%
 
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 »
 
webmaster forum
Activity
0%
 
New Coder
Posts: 25
Topics: 1
WWW
April 20, 2011, 09:10:31 PM

Javascript............

Nursing Assistant | Nursing Assistant Job | Nursing Assistant Salary
 
webmaster forum
cuddly  Offline
Activity
0%
 
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.

Miracle Mineral Supplement  | Resveratrol Australia
 
webmaster forum
mak14317  Offline
Activity
0%
 
Skilled Coder
Real name: Janne
Location: california
Gender: Male
Age: 26
Posts: 108
Topics: 1
WWW
May 11, 2011, 11:30:51 PM

i used java script for scripting and i also use css with it...........

herbal vaporizer
Happy vappy vaporizer
Eclipse Vape
Ivape
 
webmaster forum
Activity
0%
 
Skilled Coder
Posts: 125
Topics: 0
May 31, 2011, 01:04:52 AM

I would like to use Javascript.

Network Management Service
 
webmaster forum
john14317  Offline
Activity
0%
 
Skilled Coder
Posts: 149
Topics: 0
May 31, 2011, 02:35:11 AM

i use VB Script...

payday loans
instant online cash advance
 
webmaster forum
Activity
0%
 
Professional Coder
Real name: Odusee
Location: Australia
Gender: Female
Posts: 458
Topics: 47
WWW
July 07, 2011, 11:48:03 PM

I prefer using Javascript Cheesy

Find it all at ONE Address~ Check it Out!
 
webmaster forum
Activity
0%
 
Regular Coder
Gender: Male
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.

Payday loan
 
webmaster forum
Activity
0%
 
Regular Coder
Gender: Male
Age: 24
Posts: 60
Topics: 10
July 11, 2011, 03:05:04 AM

I use javascript as a scripting language.  

Payday loan
 
webmaster forum
netshet  Offline
Activity
0%
 
Regular Coder
Posts: 73
Topics: 2
WWW
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.

hair transplant
 
webmaster forum
Activity
100%
 
Regular Coder
Posts: 77
Topics: 0
January 04, 2012, 10:24:23 AM

i use vb and java scripting both

Yellow Pages of Pakistan
 
  Email this topic  |  Print
Pages: [1]   Go Up
 
Jump to:  



Powered by SMF 1.1.15 | SMF © 2011, Simple Machines


Google visited last this page January 30, 2012, 03:24:24 AM