web terms

32
WWWs! & HTTPs! & URLs! Oh, my! AR340 WEB-BASED DESIGN FALL 2010 Bruce Clary, McPherson College, McPherson, Kansas

Upload: bruce-clary

Post on 17-Dec-2014

245 views

Category:

Education


1 download

DESCRIPTION

Acronyms and terminology of the Web that beginning Web designers should know.

TRANSCRIPT

Page 1: Web Terms

WWWs! & HTTPs! & URLs! Oh, my!

AR340 WEB-BASED DESIGN ● FALL 2010

Bruce Clary, McPherson College, McPherson, Kansas

Page 2: Web Terms

Internet

AR340 WEB-BASED DESIGN ● FALL 2010

Page 3: Web Terms

Internet

AR340 WEB-BASED DESIGN ● FALL 2010

• International network of computers used to share data.

Page 4: Web Terms

Internet

AR340 WEB-BASED DESIGN ● FALL 2010

• International network of computers used to share data.

• Includes e-mail, bulletin boards, IM, newsgroups, databases, newsgroups, streaming audio and video–almost all of which is delivered, of course, through the WWW.

Page 5: Web Terms

World Wide Web

AR340 WEB-BASED DESIGN ● FALL 2010

Page 6: Web Terms

World Wide Web

AR340 WEB-BASED DESIGN ● FALL 2010

• The graphical interface that uses the Internet to share information.

Page 7: Web Terms

World Wide Web

AR340 WEB-BASED DESIGN ● FALL 2010

• The graphical interface that uses the Internet to share information.

• The WWW cannot exist without the Internet. The Internet can and does exist without the Web.

Page 8: Web Terms

Protocols

AR340 WEB-BASED DESIGN ● FALL 2010

Page 9: Web Terms

Protocols

AR340 WEB-BASED DESIGN ● FALL 2010

Sets of rules that allow data to be shared via the Internet

Page 10: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

HTTPHyperText Transfer Protocol

Page 11: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

HTTPHyperText Transfer Protocol

The rules that move Web pages across the Internet and that link pages together

Page 12: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

FTPFile Transfer Protocol

Page 13: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

FTPFile Transfer Protocol

The rules that move digital files across the Internet

Page 14: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

IPInternet Protocol

Page 15: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

IPInternet Protocol

IP addresses are unique numbers that identify specific computers connected to the Internet.

Page 16: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

DNSDomain Name System

Page 17: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

DNSDomain Name System

Connecting to computers and Web sites through the Internet would be far more laborious and error-prone if it had to be done with IP addresses—e.g., 10.0.1.197).

Page 18: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

DNSDomain Name System

Connecting to computers and Web sites through the Internet would be far more laborious and error-prone if it had to be done with IP addresses—e.g., 10.0.1.197).

The DNS is what translates domain names (www.mcpherson.edu) meaningful to humans into an IP.

Page 19: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

URLUniform Resource Locator

Page 20: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

• The rules that identify specific files available on the Internet

URLUniform Resource Locator

Page 21: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

• The rules that identify specific files available on the Internet

• The address beginning with the transfer protocol HTTP:// in a browser address bar

URLUniform Resource Locator

Page 22: Web Terms

AR340 WEB-BASED DESIGN ● FALL 2010

• The rules that identify specific files available on the Internet

• The address beginning with the transfer protocol HTTP:// in a browser address bar

• See pg. 22 in Robbins for parts of a URL address

URLUniform Resource Locator

Page 23: Web Terms

Other Web acronyms

AR340 WEB-BASED DESIGN ● FALL 2010

Page 24: Web Terms

Other Web acronyms

AR340 WEB-BASED DESIGN ● FALL 2010

• DHTML: Dynamic HTML

Page 25: Web Terms

Other Web acronyms

AR340 WEB-BASED DESIGN ● FALL 2010

• DHTML: Dynamic HTML

• PHP: Hypertext Preprocessor

Page 26: Web Terms

Other Web acronyms

AR340 WEB-BASED DESIGN ● FALL 2010

• DHTML: Dynamic HTML

• PHP: Hypertext Preprocessor

• MySQL: Structured Query LanguageThe preceding “My” indicates that MySQL is Open Source and free for anyone to use

Page 27: Web Terms

Other Web acronyms

AR340 WEB-BASED DESIGN ● FALL 2010

• DHTML: Dynamic HTML

• PHP: Hypertext Preprocessor

• MySQL: Structured Query LanguageThe preceding “My” indicates that MySQL is Open Source and free for anyone to use

• CMS: Content Management System

Page 28: Web Terms

Other essential Web terms

AR340 WEB-BASED DESIGN ● FALL 2010

Page 29: Web Terms

Other essential Web terms

AR340 WEB-BASED DESIGN ● FALL 2010

• JavaScript: A client-side scripting language (which means end-users can turn it off, disabling any parts of your Web page dependent upon scripting

Page 30: Web Terms

Other essential Web terms

AR340 WEB-BASED DESIGN ● FALL 2010

• JavaScript: A client-side scripting language (which means end-users can turn it off, disabling any parts of your Web page dependent upon scripting

• jQuery: A JavaScript library that can be called with just a few lines of code in your XHTML pages

Page 31: Web Terms

Other essential Web terms

AR340 WEB-BASED DESIGN ● FALL 2010

• JavaScript: A client-side scripting language (which means end-users can turn it off, disabling any parts of your Web page dependent upon scripting

• jQuery: A JavaScript library that can be called with just a few lines of code in your XHTML pages

• AJAX: Asynchronous JavaScript and XML

Page 32: Web Terms