This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
what is the difference between html and java script i know html . i know that much about javasript that it is a scripting lang. there is no need of compiling . i thought javasript = java +html am i right ??? can anybody help me !
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
HTML = "Apple" JavaScript = "Orange" Java = "Banana"
HTML != JavaScript Java != JavaScript HTML != Java
Only thing that Java and JavaScript have in common is the first four letters. If you read about its history, Netscape came up with this language wanted a name, Java was hot so they stole the name.
JavaScript is rather easy to learn, but it is hard to aster since there are so many differences between browsers. JavaScript is 'compiled' when the browser renders the page making it easy for our server side pages to generate dynamic JavaScript code.
Eric
Jayesh Lalwani
Ranch Hand
Joined: Nov 05, 2004
Posts: 502
posted
0
Originally posted by Eric Pascarello: HTML = "Apple" JavaScript = "Orange" Java = "Banana"
Eric
Best explanantion ever!!
My Application = Fruit Salad
samdeep aarzoo
Ranch Hand
Joined: Jun 09, 2005
Posts: 160
posted
0
thanks can u tell me the difference between jsp and javaserver pages
i know that much jsp run on server side application. jsp has java + html . use tag to simplify java code in jsp we can take request from client ang give it to servlet controller.
so in whole picture of webapplication where comes javascript : javaserver page: and cascaded style sheet
earlier i dont know how to use google this way generally i write jsp : and it give the site names by this way it is easy define:jsp is agood way in google search thanks for update my knowlege about how to use google in an intelligent manner