Results 1 to 15 of 16
Thread: What is JavaScript?
-
09-02-2011, 07:58 AM #1
What is JavaScript?
What is the Difference between JSP and ASP ?
php and JavaScript is a scripting language. ?
-
09-12-2011, 05:18 AM #2
Freshman
- Join Date
- Sep 2011
- Posts
- 26
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
ASP means Active Server Page. It usually made by Microsoft and Visual Basic server-side scripting language.It returns contents dynamically.It will crash if the simple script mistake.It costs money.It's code is interpreted.
JSP means Java Server page. It is from Sun Microsystems. JSP is free of cost. Linux and Apache are good platforms for JSP.It's code is compiled when it run. And code is run faster than ASP.
Yes, PHP is server side scripting language and javascript is scripting language for web.
-
09-13-2011, 04:58 AM #3
Sophomore
- Join Date
- Jul 2011
- Location
- us
- Posts
- 70
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Java script is a programming language,which is used to make web page interactive.it runs on your visitor's computers and so does not require constant downloads from your web site.
-
09-21-2011, 01:43 AM #4
Sophomore
- Join Date
- Jun 2011
- Posts
- 101
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
I thing java script is not programming language becuse programming language is compile and scripting not.
-
01-01-2012, 11:35 PM #5
Freshman
- Join Date
- May 2011
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
JavaScript is a compact, object-based scripting language for Web pages. JavaScript code embedded into your HTML pages can enhance them with many interesting elements, from swapping images when you move a cursor over them, to multi-level drop-down menus.
You can create really sophisticated and almost application-like pages with the help of JavaScript. You don't need any special software other than a text editor and a Web browser, and you don't need access to a Web server. You can create and test all your JavaScript code right on your own computer.
-
02-04-2012, 04:40 AM #6
Sophomore
- Join Date
- Dec 2011
- Posts
- 118
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
JavaScript is a wonderful technology to use on the web. It is not that hard to learn and it is very versatile. JavaScript is a prototype-based scripting language. JavaScript is not a programming language in strict sense. it uses the browser. Thus JavaScript is a scripting language for influencing HTML elements.
-
03-12-2012, 07:12 AM #7
Sophomore
- Join Date
- Mar 2012
- Posts
- 144
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
javascript is scripting language and php or ASP both are programming Language...javascript we can used with both of programming language....
-
03-12-2012, 07:17 AM #8
Junior
- Join Date
- Nov 2010
- Posts
- 289
- Thanks
- 1
- Thanked 9 Times in 7 Posts
- Feedback Score
- 0
- JavaScript was designed to add interactivity to HTML pages
- JavaScript is a scripting language
- A scripting language is a lightweight programming language
- JavaScript is usually embedded directly into HTML pages
- JavaScript is an interpreted language (means that scripts execute without preliminary compilation)
- Everyone can use JavaScript without purchasing a license
-
03-21-2012, 12:56 PM #9
Freshman
- Join Date
- Jan 2012
- Location
- india
- Posts
- 27
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
JavaScript was designed developer site..It is a scripting language
-
04-26-2012, 06:18 AM #10
- Join Date
- Apr 2011
- Location
- USA
- Posts
- 286
- Thanks
- 0
- Thanked 6 Times in 6 Posts
- Blog Entries
- 1
- Feedback Score
- 0
Although the features offered by JSP may seem similar to that offered by Microsoft's Active Server Pages (ASP), they are fundamentally different technologies, as shown by the following : Java Server Pages vs Active Server Pages
Web Server Support
Most popular web servers including Apache, Netscape, and Microsoft IIS can be easily enabled with JSP whereas Native support only within Microsoft IIS or Personal Web Server. Support for selected servers using third-party products.
Platform Support
JSP is Platform independent. Runs on all Java-enabled platforms while ASP is fully supported under Windows. Deployment on other platforms is cumbersome due to reliance on the Win32-based component model.
Component model
JSP relies on reusable, cross-platform components like JavaBeans, Enterprise JavaBeans, and custom tag libraries whereas ASP Uses the Win32-based COM component model.
Scripting
ASP can use the Java programming language or JavaScript and ASP supports VBScript and JScript for scripting.
Security
JSP Works with the Java security model while ASP Can work with the Windows NT security architecture.
Database Access
JSP uses JDBC for data access and ASP uses Active Data Objects for data access.
Customizable Tags
JSP is extensible with custom tag libraries while ASP Cannot use custom tag libraries and is not extensible.
-
05-12-2012, 03:05 AM #11
Freshman
- Join Date
- Apr 2012
- Posts
- 19
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
HI, Friend's
I think
JavaScript (sometimes abbreviated JS) is a prototype-based scripting language that is dynamic, weakly typed, general purpose programming language and has first-class functions. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles.
JavaScript was formalized in the ECMAScript language standard and is primarily used in the form of client-side JavaScript, implemented as part of a Web browser in order to provide enhanced user interfaces and dynamic websites. This enables programmatic access to computational objects within a host environment.
-
06-02-2012, 08:04 AM #12
Banned
- Join Date
- May 2012
- Posts
- 1,293
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
avaScript is an implementation of the ECMAScript language standard and is typically used to enable programmatic access to computational...
-
06-25-2012, 01:09 AM #13
Java script is one type of technology which you can generate some useful coding for creating some best website. For developing java script you have to create some best related data with some effected layouts.
-
07-18-2012, 08:37 AM #14
Freshman
- Join Date
- Jul 2012
- Posts
- 15
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
JavaScript is the most popular programming language used in programming client-side scripts on the Web.A major disadvantage is that not all browsers can recognize activated.Using JavaScript limits the accessibility of a website and that older browsers, some mobile devices or screen readers do not recognize JavaScript.
-
03-20-2013, 08:37 AM #15
Freshman
- Join Date
- Mar 2013
- Posts
- 34
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
JavaScript is a object based scripting language for web pages.JavaScript, does not create applets or stand-alone applications.JavaScript resides inside HTML documents, and can provide levels of interactivity to web pages that are not achievable with simple HTML.JavaScript code are all in text.JavaScript code is run on a browser only.
Similar Threads
-
Javascript Problem..
By Jagbani in forum JavaScript & AJAXReplies: 2Last Post: 02-18-2011, 02:26 AM -
Javascript/Php problem
By danzilventado in forum PHPReplies: 1Last Post: 05-04-2010, 09:46 AM -
Javascript on SEO
By sarita in forum JavaScript & AJAXReplies: 0Last Post: 01-09-2010, 05:06 AM -
SEO Vs JavaScript
By Johny Warner in forum Search Engine OptimizationReplies: 2Last Post: 08-17-2009, 06:10 AM -
JavaScript
By abdullah5 in forum JavaScript & AJAXReplies: 1Last Post: 08-07-2008, 08:42 PM



Reply With Quote


