- Total Members: 263,826
- Threads: 454,060
- Posts: 1,062,619
Great community. Great ideas.
Welcome to SEOChat, a community dedicated to helping beginners and professionals alike in improving their Search Engine Optimization knowledge. Sign up today to gain access to the combined insight of tens of thousands of members.
-
May 28th, 2010, 02:16 AM
#1
About Java Script
Javascript Is The Most Popular Scripting Language On The Internet, And Works In All Major Browsers, Such As Internet Explorer, Firefox, Chrome, Opera, And Safari.
• 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
• JavaScript gives HTML designers a programming tool - HTML authors are normally not programmers, but JavaScript is a scripting language with a very simple syntax! Almost anyone can put small "snippets" of code into their HTML pages
• JavaScript can put dynamic text into an HTML page - A JavaScript statement like this: document.write("<h1>" + name + "</h1>") can write a variable text into an HTML page .
• JavaScript can react to events - A JavaScript can be set to execute when something happens, like when a page has finished loading or when a user clicks on an HTML element
• JavaScript can read and write HTML elements - A JavaScript can read and change the content of an HTML element.
• JavaScript can be used to validate data - A JavaScript can be used to validate form data before it is submitted to a server. This saves the server from extra processing
• JavaScript can be used to detect the visitor's browser - A JavaScript can be used to detect the visitor's browser, and - depending on the browser - load another page specifically designed for that browser.
• JavaScript can be used to create cookies - A JavaScript can be used to store and retrieve information on the visitor's computer
Example:
<html>
<body>
<script type="text/javascript">
document.write("Hello World!");
</script>
</body>
</html>
The document.write command is a standard JavaScript command for writing output to a page.By entering the document.write command between the <script> and </script> tags, the browser will recognize it as a JavaScript command and execute the code line. In this case the browser will write Hello World! to the page.
If you need seo services visit- chooserank
-
Nov 3rd, 2010, 01:24 PM
#2
And Java script can be blocked at the user's side, what was generally a major disadvantage ...
Therefore, it is not advisable to use any kind of security check ...
Otherwise, I agree that it is a very powerful language that provides great opportunities ...
If you are looking for a ride to the airport or some other occasion
Palm Beach limo may have the right service for you ...
-
Nov 4th, 2010, 02:33 AM
#3
and google don't recommend javascript for link navigation.. according to google: "Googlebot is great at understanding the structure of HTML links, it can have difficulty finding its way around sites which use JavaScript for navigation. "
-
Nov 8th, 2010, 05:34 PM
#4
-
Apr 25th, 2011, 02:08 AM
#5
Java script is a scripting language for putting a validation on client side. This is the object oriented language. JavaScript can put dynamic text into an HTML page,for that no need any software, you can simply write it in text file and directly execute on browser. The syntax of javascript is given as following:
< script language ="javascript">
document.write("my first page");
Similar Threads
-
By docweathers in forum Google Optimization
Replies: 2
Last Post: Feb 25th, 2007, 05:26 AM
-
By wityvis in forum Google Optimization
Replies: 5
Last Post: Feb 9th, 2007, 04:38 AM
-
By jelenitza in forum Search Engine Optimization
Replies: 3
Last Post: Mar 4th, 2006, 08:12 AM
-
By clasione in forum Web Design, Coding and Programming
Replies: 1
Last Post: Jan 15th, 2005, 12:43 AM
-
By OPTOUT in forum Google Optimization
Replies: 55
Last Post: Apr 18th, 2004, 07:53 AM