lecture3

javascript

基础





overview


review ( html+css )

Client  Side Basics

Introduce  To  Javascript

Javascript  Basic 

have   a     review


可以大概实现一个较好的静态页面


可是。。。

      学习了前三节课的你:


是否已经可以做出一个基本的静态页面?

                    是否对于现在的单向展示而觉得乏味?

                  


让我们来看几个网页吧


中大官网
http://www.sysu.edu.cn/2012/cn/index.htm
新浪网
http://www.sina.com.cn/
淘宝
http://www.taobao.com/
豆瓣FM
http://douban.fm/


      now


javascript is coming


说点历史听听咯。。

              BROWSER WARS
                
 
WHAT IS JAVASCRIPT?

From Wikipedia

          JavaScript (JS) is an interpreted computer programming language.[5] As part of web browsers, implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the  document content that is displayed.[5] It has also become common in server-side programming, game development and the creation of desktop applications.



还是来中文吧。。。。

     JavaScript,一种直译式脚本语言,是一种动态类型、弱类型、基于原型的语言,内置支持类型。它的解释器被称为 JavaScript引擎,为浏览器的一部份,广泛用于客户端脚本语言,最早是在HTML网页上使用,用来给HTML网页增加动态功能。

JavaScript 是属于网络的脚本语言!

             JavaScript 被数百万计的网页用来改进设计、验证表      单、检测浏览器、创建cookies,以及更多的应用。

            JavaScript 是因特网上最流行的脚本语言。



再来一遍


JavaScript 是脚本语言

JavaScript 是一种轻量级的编程语言。

JavaScript 是可插入 HTML 页面的编程代码。

JavaScript 插入 HTML 页面后,可由所有的现代浏览器执行。


用法!!!




RUN   AND   DEBUG




JavaScript:写入 HTML 输出


JavaScript:对事件作出反应




Made with Slides.com