10.1 Internet
10.1 Internet
Web Technology
Basic Web Page Authoring
Web Page Extensions, Scripts,
and Programs
E-Commerce
Hypertext
Text linked together in non-linear form
Hypertext link
Clickable text that lets you access related documents
Hypertext transfer protocol (HTTP)
Set of rules for transferring Web documents
A stateless protocol
One request and response per session
XHTML is the follow-up version to HTML
Extensible HTML
Can add your own tags
Browser interprets HTML tags from the Web
server to display the requested Web page
Popular browsers
- Internet Explorer - Mozilla Firefox
- Netscape - Opera
- In china 360browser
13
Are cookies safe?
Cookies are a relatively safe technology
Data, not a computer program
Can only be accessed by the site that created it
Contain only information you disclose while
using the site
Uses a randomly generated number instead of
your name
• Blocking cookies
• Deleting cookies
– IE stores each in a
separate file
• Internet Options
General Delete
Cookies…
Text editor – most difficult as you have to
create everything from scratch
Use Web page authoring software
Use HTML tags:
<HEAD>
<TITLE>Style sheet example</TITLE>
<LINK REL="stylesheet" HREF="mystyles.css"
TYPE="text/css">
</HEAD>
CSS Tutorial
Chapter 6: Web Pages, Web Sites, and E-
21
Commerce
How do links work?
A link appears as underlined, blue text
color depends upon settings
Can also be a button or a graphic
The HTML has two parts
Destination, Label
XSL (eXtensible Stylesheet Language)
Creates customized tags that control the display of the
data that’s contained in an XML document
Allow designers to embed simple program
instructions (scripts) in Web pages
Allow Web pages to become more interactive
e-commerce sites verify credit card information
interactive pages, like loan payment calculators
Examples
JavaScript
VBScript
Python
Spyware
often used to gather information secretly and
relay it to advertisers or other interested
parties
Ad-serving cookies
track your activities at any site containing
banner ads from the third party (who supplied
the cookie)
Have you ever visited a Web site that provided inaccurate
information?
How do you determine whether information on the
Internet is true or false?
What Web sites are you most/least likely to trust?