Welcome!WebDevelopmentandProgrammingV22.0380-_第1页
Welcome!WebDevelopmentandProgrammingV22.0380-_第2页
Welcome!WebDevelopmentandProgrammingV22.0380-_第3页
Welcome!WebDevelopmentandProgrammingV22.0380-_第4页
Welcome!WebDevelopmentandProgrammingV22.0380-_第5页
已阅读5页,还剩35页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、3/3/2022Course Introduction1, room 418 in WWH3/3/2022Course Introduction23/3/2022Course Introduction33/3/2022Course Introduction43/3/2022Course Introduction5Computers in Principle & Practice I - V22.0004and One semester of programming in C, or equivalent programming experience such as Java or Pa

2、scal.You must be familiar with programming and HTML 3/3/2022Course Introduction63/3/2022Course Introduction71. Javascript for the World Wide Web *Visual Quickstart Guideby Tom Negrino and Dori SmithPeachpit Press2. Perl and CGI for the World Wide Web: Visual QuickStart Guide, Second EditionAuthor: E

3、lizabeth CastroPeachpit Press3. XML for the World Wide Web: Visual QuickStart GuideBy Elizabeth CastroPeachpit Press3/3/2022Course Introduction83/3/2022Course Introduction93/3/2022Course Introduction103/3/2022Course Introduction113/3/2022Course Introduction123/3/2022Course Introduction133/3/2022Cour

4、se Introduction143/3/2022Course Introduction153/3/2022Course Introduction163/3/2022Course Introduction173/3/2022Course Introduction183/3/2022Course Introduction193/3/2022Course Introduction203/3/2022Course Introduction213/3/2022Course Introduction223/3/2022Course Introduction233/3/2022Course Introdu

5、ction24Is a semi-object-oriented scripting language for creating dynamic and interactive content for the world wide web. We will write javascript programs: to validate forms performs a browser checkWe will use the Document Object model (DOM) to:Manipulates frames, images, and text to create dynamic

6、websites. 3/3/2022Course Introduction25Image swapping/ Create an image array containing two images to swap with an image already loaded nyc1.gifvar manyimages = new Array(nyc2.gif,nyc3.gif);var imageindex= prompt(Please enter image number 0 or 1 to swap the image on page with a different one,);/ Use

7、 the number entered above to change the image on the pagedocument.imagesimage1.src = manyimagesimageindex;3/3/2022Course Introduction263/3/2022Course Introduction27nServer is a a specialized software that allows a computer connected to the Internet to store and serve documents such as text, images,

8、sound video and so on. nWhen you develop web projects you must understand how the server will be effected by your applications such as security and load.nServer installation , configuration and security: nThe course provides an overview of npopular server applicationsn Server installation, and confi

9、guration. nWe will focus on the Apache server which is the most popular and secure server used today. nStudents learn to access Apache server data and logs. 3/3/2022Course Introduction283/3/2022Course Introduction293/3/2022Course Introduction30nServer-Side Includes are commands which include externa

10、l data in your HTML document.3/3/2022Course Introduction31 SSI to print DateSSI to print date when index.html was last modified:When this script was last modified:3/3/2022Course Introduction32Sample CGI script processing data from the web via a form=#!/usr/local/bin/perluse CGI param;$fname = param(

11、fullname);$addr = param(address);choice = param(flavor);topp = param(topping);$cc = param(creditCard);print Content-type: text/html n;print n;print Thank You We will process your order as soon as possible! Please stop by again! Here is your information: $fname $addr $choice0 $topp0 $cc ; 3/3/2022Cou

12、rse Introduction33WebBrowser(Client side processing)HTMLJavaScriptJava AppletsWebServerCGISSIServletPHPJSPASPDatabasesHTTP3/3/2022Course Introduction343/3/2022Course Introduction353/3/2022Course Introduction363/3/2022Course Introduction373/3/2022Course Introduction38Empire BurlesqueBob DylanUSAColumbia10.901985Hide yo

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论