<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/css" href="css/atom.css"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title type="html"><![CDATA[Javascript Function]]></title><subtitle type="html"><![CDATA[Javascript Tutorials, Ajax , Validation, Calculator, DOM]]></subtitle><id>http://www.javascriptfunction.com/</id><link rel="alternate" type="text/html" href="http://www.javascriptfunction.com/"/><link rel="self" type="application/atom+xml" href="http://www.javascriptfunction.com/atom.xml"/><generator uri="http://www.rainbowsoft.org/" version="1.7 Laputa Build 70216">RainbowSoft Studio Z-Blog</generator><updated>2009-12-10T00:42:49+08:00</updated><entry><title type="html"><![CDATA[Javascript 101]]></title><author><name>tomorrow819</name><email>a@b.com</email></author><category term="" scheme="http://www.javascriptfunction.com/catalog.asp?cate=57" label="Javascript Class References"/><updated>2007-12-22T12:36:31+08:00</updated><published>2007-12-22T12:36:31+08:00</published><summary type="html"><![CDATA[Prerequisites Perhaps you are just looking for information on where to get pre-built Javascripts to use on your site. Alternatively, you may want to learn how to write your own javascripts. In either case the two things that you most definitely need ...]]></summary><link rel="alternate" type="text/html" href="http://www.javascriptfunction.com/javascript-function/26A34.html"/><id>http://www.javascriptfunction.com/javascript-function/26A34.html</id></entry><entry><title type="html"><![CDATA[The Purpose of Functions]]></title><author><name>tomorrow819</name><email>a@b.com</email></author><category term="" scheme="http://www.javascriptfunction.com/catalog.asp?cate=57" label="Javascript Class References"/><updated>2007-12-22T12:36:31+08:00</updated><published>2007-12-22T12:36:31+08:00</published><summary type="html"><![CDATA[When we are writing JavaScript to perform any significant amount of processing we will sometimes have the same group of statements appear multiple times. Functions allow us to remove these statements from all of the places that they are needed and de...]]></summary><link rel="alternate" type="text/html" href="http://www.javascriptfunction.com/javascript-function/J6GF6.html"/><id>http://www.javascriptfunction.com/javascript-function/J6GF6.html</id></entry><entry><title type="html"><![CDATA[ When to use Noscript]]></title><author><name>tomorrow819</name><email>a@b.com</email></author><category term="" scheme="http://www.javascriptfunction.com/catalog.asp?cate=57" label="Javascript Class References"/><updated>2007-12-22T12:36:31+08:00</updated><published>2007-12-22T12:36:31+08:00</published><summary type="html"><![CDATA[Apart from the script tag there is one other HTML tag that is directly relevant to JavaScript and that is the noscript tag. This is a block level HTML tag that can be placed around any content that you don&#146;t want to appear in the page when the b...]]></summary><link rel="alternate" type="text/html" href="http://www.javascriptfunction.com/javascript-function/IH40H.html"/><id>http://www.javascriptfunction.com/javascript-function/IH40H.html</id></entry><entry><title type="html"><![CDATA[Javascript and JScript]]></title><author><name>tomorrow819</name><email>a@b.com</email></author><category term="" scheme="http://www.javascriptfunction.com/catalog.asp?cate=57" label="Javascript Class References"/><updated>2007-12-22T12:36:31+08:00</updated><published>2007-12-22T12:36:31+08:00</published><summary type="html"><![CDATA[Netscape developed the original version of Javascript for the second version of their popular browser. Initially Netscape 2 was the only browser to support a scripting language and that language (which was originally going to be called LiveScript) wa...]]></summary><link rel="alternate" type="text/html" href="http://www.javascriptfunction.com/javascript-function/9FFC7.html"/><id>http://www.javascriptfunction.com/javascript-function/9FFC7.html</id></entry><entry><title type="html"><![CDATA[Not Quite Javascript]]></title><author><name>tomorrow819</name><email>a@b.com</email></author><category term="" scheme="http://www.javascriptfunction.com/catalog.asp?cate=57" label="Javascript Class References"/><updated>2007-12-22T12:36:31+08:00</updated><published>2007-12-22T12:36:31+08:00</published><summary type="html"><![CDATA[When most people think of Javascript they think of the scripting language that runs in their web browser. When most people think of the scripting language that runs in their web browser they think of Javascript.In most instances when people relate th...]]></summary><link rel="alternate" type="text/html" href="http://www.javascriptfunction.com/javascript-function/K14J3.html"/><id>http://www.javascriptfunction.com/javascript-function/K14J3.html</id></entry><entry><title type="html"><![CDATA[The Three Parts of JavaScript]]></title><author><name>tomorrow819</name><email>a@b.com</email></author><category term="" scheme="http://www.javascriptfunction.com/catalog.asp?cate=57" label="Javascript Class References"/><updated>2007-12-22T12:36:31+08:00</updated><published>2007-12-22T12:36:31+08:00</published><summary type="html"><![CDATA[Javascript and JScript each have the same three parts in their specifications.The core component of the language (which is basically the same in both JavaScript and JScript) is based on the ECMAscript 262 standard. This standard defines how the core ...]]></summary><link rel="alternate" type="text/html" href="http://www.javascriptfunction.com/javascript-function/B7H00.html"/><id>http://www.javascriptfunction.com/javascript-function/B7H00.html</id></entry><entry><title type="html"><![CDATA[Accessibility]]></title><author><name>tomorrow819</name><email>a@b.com</email></author><category term="" scheme="http://www.javascriptfunction.com/catalog.asp?cate=57" label="Javascript Class References"/><updated>2007-12-22T12:36:31+08:00</updated><published>2007-12-22T12:36:31+08:00</published><summary type="html"><![CDATA[Let's consider what we should be trying to achieve by adding JavaScript to our web pages and the correct way of creating our pages to make them as user friendly as possible. Let's also look at a number of JavaScript commands that you may find still i...]]></summary><link rel="alternate" type="text/html" href="http://www.javascriptfunction.com/javascript-function/F8H2B.html"/><id>http://www.javascriptfunction.com/javascript-function/F8H2B.html</id></entry><entry><title type="html"><![CDATA[JavaScript Objects]]></title><author><name>tomorrow819</name><email>a@b.com</email></author><category term="" scheme="http://www.javascriptfunction.com/catalog.asp?cate=57" label="Javascript Class References"/><updated>2007-12-22T12:36:31+08:00</updated><published>2007-12-22T12:36:31+08:00</published><summary type="html"><![CDATA[JavaScript has two different types of objects that it can use. There are those objects that are predefined by the language itself which we can either use directly or use as a prototype to create our own objects of that particular type and there are t...]]></summary><link rel="alternate" type="text/html" href="http://www.javascriptfunction.com/javascript-function/G7A0A.html"/><id>http://www.javascriptfunction.com/javascript-function/G7A0A.html</id></entry><entry><title type="html"><![CDATA[Structured Programming]]></title><author><name>tomorrow819</name><email>a@b.com</email></author><category term="" scheme="http://www.javascriptfunction.com/catalog.asp?cate=57" label="Javascript Class References"/><updated>2007-12-22T12:36:31+08:00</updated><published>2007-12-22T12:36:31+08:00</published><summary type="html"><![CDATA[Structured programming is one of the several different ways in which a programming language can be constructed. It was originally introduced as a means of getting away from the 'spaghetti' code that was used in the early days and to provide some mean...]]></summary><link rel="alternate" type="text/html" href="http://www.javascriptfunction.com/javascript-function/J18DG.html"/><id>http://www.javascriptfunction.com/javascript-function/J18DG.html</id></entry><entry><title type="html"><![CDATA[A Brief History of Javascript]]></title><author><name>tomorrow819</name><email>a@b.com</email></author><category term="" scheme="http://www.javascriptfunction.com/catalog.asp?cate=57" label="Javascript Class References"/><updated>2007-12-22T12:36:31+08:00</updated><published>2007-12-22T12:36:31+08:00</published><summary type="html"><![CDATA[When the World Wide Web was first created in the early 1990s all web pages were static. When you viewed a web page you saw exactly what the page was set up to show you and there was no way for you to interact with the page.Being able to interact with...]]></summary><link rel="alternate" type="text/html" href="http://www.javascriptfunction.com/javascript-function/B3458.html"/><id>http://www.javascriptfunction.com/javascript-function/B3458.html</id></entry></feed>
