11 Web Technology 12 Web Technology <A HREF> tag specifies the information necessary to display the links that allow you to jump to related Web pages

Size: px
Start display at page:

Download "11 Web Technology 12 Web Technology <A HREF> tag specifies the information necessary to display the links that allow you to jump to related Web pages"

Transcription

1 2 Web Technology The Internet is a communications network The contents of Web pages are another type of data that is carried over the Internet The Web is an interlinked collection of information that flows over the Internet 3 Web Technology Two of the most important elements of the web Hypertext Transfer Protocol (HTTP) Hypertext Markup Language (HTML) Hypertext text linked together in non-linear form Hypertext link clickable text that lets you access related documents 4 Web Technology 5 Web Technology Web pages are written in HTML HTML document plain text, or ASCII, document with embedded HTML tags HTTP communications protocol is used by web browser when requesting specific pages 6 Web Technology 7 Web Technology HTML (Hypertext Markup Language) is a set of specifications for creating documents HTML tags specify how the document should appear when displayed World Wide Web Consortium (W3C) organization that reviews and revises HTML standard HTML 3.2 in early 1997, 4.0 in late 1997, 4.01, in Web Technology HTML tags, such as <HR> and <B>, are enclosed in documents Treated as instructions to the browser <HR> creates a horizontal rule <B>Caterpillars</B> love sugar <B>,</B> make the word Caterpillars bold Is not case-sensitivesensitive (<b> is same thing as <B>) 9 Web Technology 10 Web Technology

2 11 Web Technology 12 Web Technology <A HREF> tag specifies the information necessary to display the links that allow you to jump to related Web pages 13 Web Technology 14 Web Technology HTML document is like a screenplay Web browser is like a director Web page exists only for the duration of the performance 15 Web Technology Your browser can display the source of a Web page when you select the appropriate menu option in your browser View, Source in Internet Explorer 16 Web Technology 17 Web Technology Formatting tags change the appearance of text Link tags specify where and how to display links Media tags specify how to display media elements Operational tags specify the basic setup for a Web page 18 Web Technology 19 Web Technology Browser plays two roles: Uses HTTP to send messages to a Web Server Interprets the HTML tags in order to display the requested Web page 20 Web Technology Mosaic one of earliest graphical browsers Netscape Navigator Internet Explorer (IE) Included with Microsoft Windows 98 OS and higher Opera one of few alternatives to IE and Netscape 21 Web Technology Usually, it is a good idea to upgrade when a new version comes out Contain up-to-date functionality Some Web pages depend on new HTML features supported by newer versions of a browser

3 Browser interprets HTML Files that are not handled by the browser; sometimes require you to download helper application, plug-in, or player in order to handle the files 23 Web Technology Helper application program that understands how to work with a specific file format Updates your system so browser can automatically open helper application that works with a specific file format Used by browser to open non-html file format 24 Web Technology Plug-in displays files within the browser window Helper application displays files in new window Distinction is disappearing as Web development continues Player any helper application or plug-in that helps a browser display a particular file format 25 Web Technology Netscape provides a list IE doesn t provide a list, but you can see the list in the Control Panel s Add/Remove Programs icon 26 Web Technology 27 Web Technology HTTP (Hypertext Transfer Protocol) works in conjunction with TCP/IP to get Web resources to your desktop Has commands or methods that help your web browser communicate with server Transports your request to server and back Socket represents one end of a connection Opened by web browser and connected to web server 28 Web Technology 29 Web Technology Yes. HTTP is classified as a stateless protocol One request and response per session Assembly of one page requires one request per element on the page 30 Web Technology HTTP status code indicates whether or not the browser s request could be fulfilled 200 request fulfilled

4 32 Web Technology Web server is configured to include HTTP software Always running when server is up and ready to fulfill requests One port is dedicated to listening for HTTP requests 33 Web Technology Server mayhave other software, and, for efficiency, devotes one port for HTTP requests, one port for FTP, and one port for Logical port created by communications software and uses provided Internet hardware Port 80 HTTP Port 25 SMTP Port 21 FTP 34 Web Technology 35 Web Technology A single port can connect to many sockets at a time Depends on server s memory and operating system (at a minimum hundreds of requests) Server farm group of multiple servers that handle thousands of requests that come in each second 36 Web Technology Not necessarily server can house many sites or just one, and one site may cover several servers (if it is very large) housed on several identicallyconfiguredconfigured file servers 37 Web Technology Cookie small chunk of data generated by a Web server and stored in a text file on your computer Cookie: jqstudent@sarasota.fl.us/ SITESERVER ID= d2390f3b8639aa3c7cf1ca8f5 sarasota.fl.us / Web Technology Web sites use cookies to: Track your path through a site Provide information thatallowsallows the Web site to present you with ad banners Retain anypersonal information that you type into a Web page form 39 Web Technology Because each request is considered separate by the Web server Cookies allow server to know which requests are yours

5 Cookies are a relatively safe technology Data, notcomputer program Can only be accessed by site that created it Contain only information you disclose while using the site Uses a randomly generated number instead of your name 41 Web Technology Most browsers will let you block cookies, but for many Web sites, cookies are only mechanism for tracking your activity or remembering purchases Without cookies, you maynotbe able to do some things on the Web P3P (Platform for PrivacyPreferencesPreferences Project) defined security tags for cookies in their HTTP header Compact Privacy Policy describes how cookie is used by Web site 42 Web Technology 43 Web Technology A web programmer can program cookie to time out You can delete the cookies Netscape uses Cookies.txt or Magiccookie IE stores each in separate file 44 Web Technology 45 Web Pages, Web Sites, And E-Commerce 46 Basic Web Page Authoring Text editor most difficult as you have to create everything from scratch 47 Basic Web Page Authoring Conversion option available in many software applications Microsoft Word File menu s Save As Web Page Online Web authoring tools Provided by some ISPs Type, select, drag, and drop elements onto Web page 48 Basic Web Page Authoring Web authoring software provides tools for creating web pages Microsoft FrontPage 49 Basic Web Page Authoring Head section begins with <Head> and contains: Title of your page as it will appear in the title bar of your browser window Global formatting information Information about your page that can be used by search engines Scripts that add interactivity to your page

6 HTML tags that format the text Varietyof links (including graphics and sounds ) Web page header subtitle that appears in a font that is different style than normal text 51 Basic Web Page Authoring 52 Basic Web Page Authoring A style is the same as in the world of word processing Bold, italic, green, and Arial Don t get carried away, choose base font for paragraphs; consistent style for headers 53 Basic Web Page Authoring In web page authoring software, highlight and then format With a text editor, use tags such as: 54 Basic Web Page Authoring Cascading style sheet (CSS) acts as a template that can control the layout and design of Web pages Internal placed near the beginning of html document (<style> tag within <head> section) External style sheet contains formatting specifications for a group of Web pages; a separate file contains the styles 55 Basic Web Page Authoring <IMG SRC> tags <IMG SRC = truck.gif > Indicates the filename of the graphics to display (truck.gif) In FrontPage, you can just insert the image as in a word processor, and it will create the <IMG SRC> tag and then save the picture reference for you automatically 56 Basic Web Page Authoring 57 Basic Web Page Authoring Most graphics are stored in GIF (Graphics Interchange format) best format for non-photographic images JPEG (Joint Photographics Experts Group) best for photographic-quality images PNG (Portable Network Graphics) alternative graphics format instead of gifor jpeg 58 Basic Web Page Authoring Animated GIF graphic file that consists of a sequence of frames or related images

7 Depends on your ability to manipulate an image so that it has the right dimensions to balance other elements on the page 61 Basic Web Page Authoring 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 62 Basic Web Page Authoring Instead of text label, you can use an image as a clickable link Can connect to graphics or other Web pages Can look like buttons, complete with labels and icons 63 Basic Web Page Authoring Internal link links to other pages on same site External link links to pages outside of the site Interpage link jumps to a location within same page mailto link automatically opens pre-addressed form that can be filled in and sent 64 Basic Web Page Authoring Image map clickable map, photo, or diagram Hot spot links within the image map Can be created by text editor Web authoring software MapEdit 65 Basic Web Page Authoring Broken link non-functioning link Can occur if webmaster moves requested file, deletes it, or changes its name 404 Page Not Found Broken link icon 66 Basic Web Page Authoring Web page table is grid of cells that can be used as a layout tool for specifying the placement of text and graphics on a page Important as HTML does not include a formatting feature for multiple columns 67 Basic Web Page Authoring 68 Basic Web Page Authoring Cells can contain text or graphics, but all the cells do not have to be the same size Tables are a flexible layout tool

8 To view table, must preview page using your browser 70 Basic Web Page Authoring HTML frame is a part of a Web page that scrolls independently of other parts of the page Are separate windows appearing in the browser s display area Can display multiple documents at once Until HTML 4.0 in 1997, some browsers did not support frames and somesites sites include no frames versions of their pages Sometimes misused 71 Basic Web Page Authoring 72 Basic Web Page Authoring Can only remove frames if Web page designers have included that in their design Way around it: connecting to the page that you want by directly entering the URL 73 Basic Web Page Authoring 1. Test each page locally 2. Transfer pages to a Web server 3. Test all links 4. Update your site to keep it current 74 Web Pages, Web Sites, And E-Commerce 75 Web Page Extensions, Scripts, and Programs DHTML (Dynamic HTML) combination of HTML tags, cascading style sheets, and scripts that allow authors to animate the pages they create Allow page to change its appearance after itisis loaded by the web browser, without requests to the server 76 Web Page Extensions, Scripts, and Programs 77 Web Page Extensions, Scripts, and Programs No, DHTML is just a term that is used to describe a method for using HTML in combination with a few other technologies 78 Web Page Extensions, Scripts, and Programs All Web browsers support DHTML, but each browser supports DHTML somewhat differently Message - This site is best when viewed with Netscape 79 Web Page Extensions, Scripts, and Programs

9 80 Web Page Extensions, Scripts, and Programs Individual users and groups of users can create their own tags DTD files (Document Type Definition files) contain the tags used in an XML file XML parser tool for reading XML documents 81 Web Page Extensions, Scripts, and Programs XLS (extensible Stylesheet Language) creates customized tags that control the display of the data that s contained in an XML document 82 Web Page Extensions, Scripts, and Programs XHTML is the follow-up version to HTML 4 W3C called it XHTML instead of HTML 5 Includes all of HTML 4 tags, but can be extended by addition of customized tags 83 Web Page Extensions, Scripts, and Programs Allow to perform complicated tasks and respond to user actions Script allow designer to embed simple program instructions (scripting statements) 84 Web Page Extensions, Scripts, and Programs Scripting languages allow pages to become more interactive Allows e-commerce sites to verify credit card information Makes interactive pages like loan payment calculators 85 Web Page Extensions, Scripts, and Programs JavaScript VBScript Alternatives PerlScript Python REXX Awk 86 Web Page Extensions, Scripts, and Programs Client-side scripts consist of scripting statements embedded in HTML document Execute in browser on client Server-side scripts consist of statements that are executed on server Typically acceptdata submitted by a form 87 Web Page Extensions, Scripts, and Programs 88 Web Page Extensions, Scripts, and Programs

10 89 Web Page Extensions, Scripts, and Programs Java high-level programming language developed by Sun Microsystems Small Java applications are called Java applets Input forms, rotating images, interactive animation 90 Web Page Extensions, Scripts, and Programs Stored in file with.java filename extension Bytecode compiled source code Uses <APPLET> HTML tag Java Virtual Machine (JVM) browser built-inin feature to execute applets 91 Web Page Extensions, Scripts, and Programs 92 Web Page Extensions, Scripts, and Programs 93 Web Page Extensions, Scripts, and Programs Applets have the following restrictions: Are not allowed to open, modify, delete or create files on your computer Are not allowed to make any network connections exceptto to the originating site Are not allowed to start other programs Sometimes they are blocked by network firewalls Security Exception error message 94 Web Page Extensions, Scripts, and Programs ActiveX control compiled computer program that can be referenced from within an HTML document Can be used on client-side or server-sideside 95 Web Page Extensions, Scripts, and Programs 96 Web Page Extensions, Scripts, and Programs Installed on your computer s hard disk, whereas Java applets are simply downloaded into memory and run Java applets work on many computer platforms, but ActiveX controls are designed only for the Windows platform using the Internet Explorer browser 97 Web Page Extensions, Scripts, and Programs Most are safe, but ActiveX controls are full-fledgedfledged programs Can include routines that alter or delete data on your computer s hard disk You can modify IE so that it never downloads any ActiveX controls 98 Web Page Extensions, Scripts, and Programs 99 Web Page Extensions, Scripts, and Programs Digital certificate electronic attachment to a file that verifies the identity of

11 If your security is set to medium, browser displays a warning message to alert you that an ActiveX component is trying to install itself Your browser reads the certificate, displays the name of the person or company that signed it, and verifies that the component was not altered since it was signed 101 Web Page Extensions, Scripts, and Programs 102 Web Pages, Web Sites, And E-Commerce 103 E-Commerce E-commerce describes financial transactions that are conducted over a computer network Includes physical products, digital products, and services Digital products such as News, music, video, databases, software, and all types of knowledge-based items Peddle services, such as arranging trips, online medical consultation, and remote education Carried out by computer or require human agents 104 E-Commerce Demographics not yet stabilized In 1995, 30-something white male Now, females and teens have entered the online shopping frayin droves B2C (business-to-consumer) e-commerce typical e-commerce activities thatthethe typical Web surfer enjoys C2C (consumer-to-consumer) includes online auctions and rummage sales 105 E-Commerce B2B (business-to-business) e-commerce involves one enterprise buying goods and services from another enterprise B2G (business-to-government) e-commerce aims to help businesses sell to governments 106 E-Commerce 107 E-Commerce 108 E-Commerce Customers can easily search through large catalogs Can configure products online Can see actual prices Can build an order over several days Allows merchants to attract customers Global market Can track customer preferences and produce individually tailored marketing

12 pay for it 109 E-Commerce 110 E-Commerce 111 E-Commerce 112 E-Commerce 113 E-Commerce 114 E-Commerce 115 E-Commerce 116 E-Commerce 117 E-Commerce 118 E-Commerce Shopping cart cyberspace version of the good old metal cart that you wheel around a store and fill up with merchandise Shopper browses Web site, and then adds products using a Buy or Add to Cart button Uses cookies to store information about your activities on Web site HTML form an on-screen form created using <FORM> and <INPUT> tags Allows you to enter data for payment and shipping information Your information is stored on your hard disk; it not left hanging around When you click a Submit button, information is gathered and submitted via a specially designated program on an HTTP server Packet sniffer monitors data as it travels over networks 2 technologies protect the data SSL (Secure Sockets Layer) encrypts the data S-HTTP (secure HTTP) extension of HTML thatencrypts the text of an HTTP message before it is sent Securing your credit card number solves only half of the security problem SET (Secure Electronic Transaction security method that relies on cryptography and digital certificates to ensure that transactions are legitimate as well as secure Endorsed by major players in the e-commerce arena CGI (Common Gateway Interface) set of specifications or standards for how servers can handle a variety of HTTP requests ASP (Active Server Pages) server-sideside technology developed by Microsoft that offers an alternative to CGI

13 119 E-Commerce 120 E-Commerce 121 E-Commerce 122 E-Commerce 123 E-Commerce 124 E-Commerce 125 E-Commerce Fake Storefronts Trojan horse site Intercepted packets uses packet sniffers Database break-ins unauthorized access of customer databases Dishonest employees Always-on connections Only foolproof method don t use it To reduce probability of online credit card fraud, make sure that you deal with legitimate merchants One-time-use credit card numbers allow customers to make purchases while keeping their actual card numbers hidden Provided by your credit card provider s Web site Electronic wallet (digital wallet) software that stores and handles the information that a customer typically submits when finalizing an e-commerce purchase Are created by subscribing at the wallet provider s site Pops up whenever you make a purchase at a participating merchant s site Data can be stored on your computer or on a server maintained by a wallet provider Server-side wallets are called thin wallets because theydon t require much storage space on your computer Requires client-side and server-sideside software Browser plug-in on client-side Server-side resides on an HTTP server maintained by the merchant Data is transported over secure connection, such as SSL Data is stored in an encrypted format Even if hacker gains access, the data that it contains will be difficult to decode Can only be opened if you provide the correct password (acts like a PIN number) to prevent unauthorized access Person-to-person payment offers alternative to credit cards PayPal

14 127 E-Commerce 128 E-Commerce Advantage only payment service sees your credit card numbers Still in its infancy, and companies are still scrambling to offer reliable, long- term service to customers Unregulated Sometimes go out of business without providing notice Consumer advocates recommend using these services with caution, and keeping account balances low

STUDY GUIDE CHAPTER 7

STUDY GUIDE CHAPTER 7 STUDY GUIDE CHAPTER 7 True/False Indicate whether the statement is true or false. 1. Every Web page has a unique address called a(n) Uniform Resource Locator. 2. Web 3.0 refers to innovations like cloud

More information

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of the World Wide Web p. 3 Internet Standards and Coordination

More information

3. WWW and HTTP. Fig.3.1 Architecture of WWW

3. WWW and HTTP. Fig.3.1 Architecture of WWW 3. WWW and HTTP The World Wide Web (WWW) is a repository of information linked together from points all over the world. The WWW has a unique combination of flexibility, portability, and user-friendly features

More information

Unit 4 The Web. Computer Concepts Unit Contents. 4 Web Overview. 4 Section A: Web Basics. 4 Evolution

Unit 4 The Web. Computer Concepts Unit Contents. 4 Web Overview. 4 Section A: Web Basics. 4 Evolution Unit 4 The Web Computer Concepts 2016 ENHANCED EDITION 4 Unit Contents Section A: Web Basics Section B: Browsers Section C: HTML Section D: HTTP Section E: Search Engines 2 4 Section A: Web Basics 4 Web

More information

Chapter 1 Introduction to HTML, XHTML, and CSS

Chapter 1 Introduction to HTML, XHTML, and CSS Chapter 1 Introduction to HTML, XHTML, and CSS MULTIPLE CHOICE 1. The world s largest network is. a. the Internet c. Newsnet b. the World Wide Web d. both A and B A PTS: 1 REF: HTML 2 2. ISPs utilize data

More information

A network is a group of two or more computers that are connected to share resources and information.

A network is a group of two or more computers that are connected to share resources and information. Chapter 1 Introduction to HTML, XHTML, and CSS HTML Hypertext Markup Language XHTML Extensible Hypertext Markup Language CSS Cascading Style Sheets The Internet is a worldwide collection of computers and

More information

Common Technology Words and Definitions

Common Technology Words and Definitions Common Technology Words and Definitions 77 78 Common Technology Words and Definitions: ASCII American Standard Code for Information Interchange, a code that makes it possible to send information from one

More information

CS WEB TECHNOLOGY

CS WEB TECHNOLOGY CS1019 - WEB TECHNOLOGY UNIT 1 INTRODUCTION 9 Internet Principles Basic Web Concepts Client/Server model retrieving data from Internet HTM and Scripting Languages Standard Generalized Mark up languages

More information

1Site Development Foundations Objectives and Locations

1Site Development Foundations Objectives and Locations Appendix-1 1Site Development Foundations Objectives and Locations Domain 2.1 Demonstrate knowledge required to create a Web page. 2.1.1 Relate the history of markup languages to current techniques and

More information

Introduction to Computers and Their Applications

Introduction to Computers and Their Applications Introduction to Computers and Their Applications Lecture 10 Web Technology and Creating a Web Page The Web, the Net, and Hypertext The Web is an interlinked collection of information A hypertext is a group

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Learning Targets I can: Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

Exam : 1D Title : CIW Foundations. Version : DEMO

Exam : 1D Title : CIW Foundations. Version : DEMO Exam : 1D0-410 Title : CIW Foundations Version : DEMO 1. In an HTML 4.0-compliant browser, how is a radio button field displayed within a form? A. A radio button is displayed as a small box. B. A radio

More information

IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad

IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad OCT 21,2016 BS110401050 BS110401050@vu.edu.pk Arslan.arshad01@gmail.com AKMP01 IT430 - E-COMMERCE Midterm Papers

More information

Creating Web Pages. Getting Started

Creating Web Pages. Getting Started Creating Web Pages Getting Started Overview What Web Pages Are How Web Pages are Formatted Putting Graphics on Web Pages How Web Pages are Linked Linking to other Files What Web Pages Are Web Pages combine

More information

SUB Gfittingen A nd Editi S«BEX- SAN FRANCISCO PARIS DUSSELDORF SOEST LONDON

SUB Gfittingen A nd Editi S«BEX- SAN FRANCISCO PARIS DUSSELDORF SOEST LONDON SUB Gfittingen 213 545 233 2001 A 9390 nd Editi S«BEX- SAN FRANCISCO PARIS DUSSELDORF SOEST LONDON CONTENTS Introduction xxiii Part I Introducing HTML 1 Chapter 1 a Introducing Web Pages and HTML 3 An

More information

Web Systems & Technologies: An Introduction

Web Systems & Technologies: An Introduction Web Systems & Technologies: An Introduction Prof. Ing. Andrea Omicini Ingegneria Due, Università di Bologna a Cesena andrea.omicini@unibo.it 2005-2006 Web Systems Architecture Basic architecture information

More information

Web Technology. COMP476 Networked Computer Systems. Hypertext and Hypermedia. Document Representation. Client-Server Paradigm.

Web Technology. COMP476 Networked Computer Systems. Hypertext and Hypermedia. Document Representation. Client-Server Paradigm. Web Technology COMP476 Networked Computer Systems - Paradigm The method of interaction used when two application programs communicate over a network. A server application waits at a known address and a

More information

1.264 Lecture 12. HTML Introduction to FrontPage

1.264 Lecture 12. HTML Introduction to FrontPage 1.264 Lecture 12 HTML Introduction to FrontPage HTML Subset of Structured Generalized Markup Language (SGML), a document description language SGML is ISO standard Current version of HTML is version 4.01

More information

Introduction to Web Technologies

Introduction to Web Technologies Introduction to Web Technologies James Curran and Tara Murphy 16th April, 2009 The Internet CGI Web services HTML and CSS 2 The Internet is a network of networks ˆ The Internet is the descendant of ARPANET

More information

CHAPTER2. 1. The Internet was launched in 1969 and was originally called

CHAPTER2. 1. The Internet was launched in 1969 and was originally called CHAPTER2 Multiple Choice 1. The Internet was launched in 1969 and was originally called a) AARPNET b) CERNET c) CERN d) ARPANET Answer: D Difficulty level: Hard Page: 30 Response: The Internet was originally

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

Java Applets, etc. Instructor: Dmitri A. Gusev. Fall Lecture 25, December 5, CS 502: Computers and Communications Technology

Java Applets, etc. Instructor: Dmitri A. Gusev. Fall Lecture 25, December 5, CS 502: Computers and Communications Technology Java Applets, etc. Instructor: Dmitri A. Gusev Fall 2007 CS 502: Computers and Communications Technology Lecture 25, December 5, 2007 CGI (Common Gateway Interface) CGI is a standard for handling forms'

More information

Tennessee. Business Technology Course Code Web Design Essentials. HTML Essentials, Second Edition 2010

Tennessee. Business Technology Course Code Web Design Essentials. HTML Essentials, Second Edition 2010 Tennessee Business Technology Course Code 6501240 Web Design Essentials HTML Essentials, Second Edition 2010 Notation Key SE Student Edition LE Learning Expectation Standard 1.0 Demonstrate knowledge of

More information

13. Databases on the Web

13. Databases on the Web 13. Databases on the Web Requirements for Web-DBMS Integration The ability to access valuable corporate data in a secure manner Support for session and application-based authentication The ability to interface

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Web Engineering (CC 552)

Web Engineering (CC 552) Web Engineering (CC 552) Introduction Dr. Mohamed Magdy mohamedmagdy@gmail.com Room 405 (CCIT) Course Goals n A general understanding of the fundamentals of the Internet programming n Knowledge and experience

More information

Internet Client-Server Systems 4020 A

Internet Client-Server Systems 4020 A Internet Client-Server Systems 4020 A Instructor: Jimmy Huang jhuang@yorku.ca http://www.yorku.ca/jhuang/4020a.html Motivation Web-based Knowledge & Data Management A huge amount of Web data how to organize,

More information

Client-side Processing

Client-side Processing Client-side Processing 1 Examples: Client side processing 1. HTML 2. Plug-ins 3. Scrips (e.g. JavaScript, VBScript, etc) 4. Applet 5. Cookies Other types of client-side processing 1. Cascading style sheets

More information

Hypertext Markup Language, or HTML, is a markup

Hypertext Markup Language, or HTML, is a markup Introduction to HTML Hypertext Markup Language, or HTML, is a markup language that enables you to structure and display content such as text, images, and links in Web pages. HTML is a very fast and efficient

More information

Exam : 9A Title : Adobe GoLive CS2 ACE Exam. Version : DEMO

Exam : 9A Title : Adobe GoLive CS2 ACE Exam. Version : DEMO Exam : 9A0-046 Title : Adobe GoLive CS2 ACE Exam Version : DEMO 1. Which scripting language is the default for use with ASP, and does NOT require a language specification at the beginning of a Web page's

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

HTML, XHTML, and CSS. Sixth Edition. Chapter 1. Introduction to HTML, XHTML, and

HTML, XHTML, and CSS. Sixth Edition. Chapter 1. Introduction to HTML, XHTML, and HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS Chapter Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key

More information

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield?

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield? Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP 1. How does it all work? 2. What do I need to get started at Fairfield? 3. What is HTML coding? 4. The 10 HTML Tags that you should know.

More information

GETTING STARTED IN FRONTPAGE 2000 SETTING THE BACKGROUND

GETTING STARTED IN FRONTPAGE 2000 SETTING THE BACKGROUND STUDENT INFORMATION PACKET GETTING STARTED IN FRONTPAGE 2000 Click on the icon on the Desktop or go to Start > Programs > FrontPage. This will open a blank white page. Now the fun begins SETTING THE BACKGROUND

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 9A0-046 Title : Adobe GoLive CS2 ACE Exam Vendors : Adobe Version : DEMO

More information

Web Systems & Technologies: An Introduction

Web Systems & Technologies: An Introduction Web Systems & Technologies: An Introduction Prof. Ing. Andrea Omicini Ingegneria Due, Università di Bologna a Cesena andrea.omicini@unibo.it 2006-2007 Web Systems Architecture Basic architecture information

More information

1.7 Uniform Resource Identifiers and Domain Names 13 URIs and URLs 13 Domain Names 13

1.7 Uniform Resource Identifiers and Domain Names 13 URIs and URLs 13 Domain Names 13 Chapter 1 Introduction to the Internet and World Wide Web 1 1.1 The Internet and the Web 2 The Internet 2 Birth of the Internet 2 Growth of the Internet 2 Birth of the Web 2 The First Graphical Browser

More information

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 WEB TECHNOLOGIES A COMPUTER SCIENCE PERSPECTIVE CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 Modified by Ahmed Sallam Based on original slides by Jeffrey C. Jackson reserved. 0-13-185603-0 HTML HELLO WORLD! Document

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets Dreamweaver Basics Planning your website Organize site structure Plan site design & navigation Gather your assets Creating your website Dreamweaver workspace Define a site Create a web page Linking Manually

More information

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10 Land Information Access Association Community Center Software Community Center Editor Manual May 10, 2007 - DRAFT This document describes a series of procedures that you will typically use as an Editor

More information

e-commerce Study Guide Test 2. Security Chapter 10

e-commerce Study Guide Test 2. Security Chapter 10 e-commerce Study Guide Test 2. Security Chapter 10 True/False Indicate whether the sentence or statement is true or false. 1. Necessity refers to preventing data delays or denials (removal) within the

More information

Part III: Survey of Internet technologies

Part III: Survey of Internet technologies Part III: Survey of Internet technologies Content (e.g., HTML) kinds of objects we re moving around? References (e.g, URLs) how to talk about something not in hand? Protocols (e.g., HTTP) how do things

More information

11_Mitchell_indexFinal.qxd 8/25/06 10:18 AM Page 195 Index

11_Mitchell_indexFinal.qxd 8/25/06 10:18 AM Page 195 Index Index 196 CREATE YOUR OWN WEBSITE A Account Overview screen (PayPal), 71 Account tab (SnapFish photo sharing service), 138 Add a Border option (SnapFish photo sharing service), 145 Add to Cart button,

More information

Welcome to Cart32, Sincerely, Cart32 Support Team

Welcome to Cart32, Sincerely, Cart32 Support Team Welcome to Cart32, The purpose of the Getting Started Guide is to cover the basic settings required to start using Cart32. There is an Introduction section to familiarize new users with the Cart32 software

More information

Printed Documentation

Printed Documentation Printed Documentation Table of Contents Getting Started... 1 Technical Support... 1 Introduction... 1 Getting Started... 3 Payment Option:... 3 Data Synchronization... 4 General Website settings... 5

More information

Learning Objectives: IS Infrastructure: Standards and Protocols. Standards for Representing and Communicating Information. A Unified Framework

Learning Objectives: IS Infrastructure: Standards and Protocols. Standards for Representing and Communicating Information. A Unified Framework IS Infrastructure: Standards and Protocols Fundamentals of IT and E-Commerce Fall 2002 - Session 1b Prof. Foster Provost Learning Objectives: Discuss the technical, economic and strategic issues associated

More information

EEC-682/782 Computer Networks I

EEC-682/782 Computer Networks I EEC-682/782 Computer Networks I Lecture 20 Wenbing Zhao w.zhao1@csuohio.edu http://academic.csuohio.edu/zhao_w/teaching/eec682.htm (Lecture nodes are based on materials supplied by Dr. Louise Moser at

More information

University of Pittsburgh Communications Services. Basic Training Manual Drupal 7

University of Pittsburgh Communications Services. Basic Training Manual  Drupal 7 University of Pittsburgh Communications Services Basic Training Manual www.shrs.pitt.edu Drupal 7 Table of Contents Users... 3 Log In... 3 Log Out... 3 What is a Content Management System?... 4 What are

More information

Creating Forms. Starting the Page. another way of applying a template to a page.

Creating Forms. Starting the Page. another way of applying a template to a page. Creating Forms Chapter 9 Forms allow information to be obtained from users of a web site. The ability for someone to purchase items over the internet or receive information from internet users has become

More information

A Brief Introduction to HTML

A Brief Introduction to HTML A P P E N D I X HTML SuMMAry J A Brief Introduction to HTML A web page is written in a language called HTML (Hypertext Markup Language). Like Java code, HTML code is made up of text that follows certain

More information

avenue.quark TUTORIAL

avenue.quark TUTORIAL avenue.quark TUTORIAL Table of Contents Table of Contents Introduction 3 Preparing to Use avenue.quark 5 Using Rule-Based Tagging 6 Viewing Extracted XML Content 12 Adding a Rule to a Tagging Rule Set

More information

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE COURSE TITLE WEB SITE DESIGN COURSE DURATION 19 Hours of Interactive Training COURSE OVERVIEW In this 7 session course Debbie will take you through the

More information

Tennessee. Trade & Industrial Course Web Page Design II - Site Designer Standards. A Guide to Web Development Using Adobe Dreamweaver CS3 2009

Tennessee. Trade & Industrial Course Web Page Design II - Site Designer Standards. A Guide to Web Development Using Adobe Dreamweaver CS3 2009 Tennessee Trade & Industrial Course 655745 Web Page Design II - Site Designer Standards A Guide to Web Development Using Adobe Dreamweaver CS3 2009 ation Key SE Student Edition LE Learning Expectation

More information

MASTERCARD PRICELESS SPECIALS INDIA PRIVACY POLICY

MASTERCARD PRICELESS SPECIALS INDIA PRIVACY POLICY Effective Date: 12 September 2017 MASTERCARD PRICELESS SPECIALS INDIA PRIVACY POLICY Mastercard respects your privacy. This Privacy Policy describes how we process personal data, the types of personal

More information

Frooition Implementation guide

Frooition Implementation guide Frooition Implementation guide Version: 2.0 Updated: 14/12/2016 Contents Account Setup: 1. Software Checklist 2. Accessing the Frooition Software 3. Completing your Account Profile 4. Updating your Frooition

More information

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings...

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings... E-Commerce Table of Contents Introduction... 1 Technical Support... 1 Introduction... 1 Getting Started... 2 Data Synchronization... 2 General Website Settings... 3 Customer Groups Settings... 4 New Accounts

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

PART COPYRIGHTED MATERIAL. Getting Started LEARN TO: Understand HTML, its uses, and related tools. Create HTML documents. Link HTML documents

PART COPYRIGHTED MATERIAL. Getting Started LEARN TO: Understand HTML, its uses, and related tools. Create HTML documents. Link HTML documents 2523ch01.qxd 3/22/99 3:19 PM Page 1 PART I Getting Started LEARN TO: Understand HTML, its uses, and related tools Create HTML documents Link HTML documents Develop and apply Style Sheets Publish your HTML

More information

The Internet Advanced Research Projects Agency Network (ARPANET) How the Internet Works Transport Control Protocol (TCP)

The Internet Advanced Research Projects Agency Network (ARPANET) How the Internet Works Transport Control Protocol (TCP) The Internet, Intranets, and Extranets 1 The Internet The Internet is a collection of interconnected network of computers, all freely exchanging information. These computers use specialized software to

More information

Chapter 10 Web-based Information Systems

Chapter 10 Web-based Information Systems Prof. Dr.-Ing. Stefan Deßloch AG Heterogene Informationssysteme Geb. 36, Raum 329 Tel. 0631/205 3275 dessloch@informatik.uni-kl.de Chapter 10 Web-based Information Systems Role of the WWW for IS Initial

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

Outline. Web browsers & Web servers

Outline. Web browsers & Web servers Web browsers & Web servers 1 Outline Goals and Objectives Topics headlines Introduction Finding a web page Browser Tasks Top browsers Browser window structure Internet Explorer Netscape / Mozilla Opera

More information

CNIT 129S: Securing Web Applications. Ch 3: Web Application Technologies

CNIT 129S: Securing Web Applications. Ch 3: Web Application Technologies CNIT 129S: Securing Web Applications Ch 3: Web Application Technologies HTTP Hypertext Transfer Protocol (HTTP) Connectionless protocol Client sends an HTTP request to a Web server Gets an HTTP response

More information

Contents 1 INTRODUCTION TO COMPUTER NETWORKS...

Contents 1 INTRODUCTION TO COMPUTER NETWORKS... Contents 1 INTRODUCTION TO COMPUTER NETWORKS... 1.1 LAN's & WAN's... 1.2 Some network and internetwork components... File Server... Workstation. Topologies and Protocol... Repeaters. Hubs (concentrators)...

More information

Starting Microsoft FrontPage 2003

Starting Microsoft FrontPage 2003 Creating a Web Page and Web Site Using Microsoft FrontPage 2003 Starting Microsoft FrontPage 2003 In this tutorial we ll first create a single web page using Microsoft FrontPage 2003. Then, we ll create

More information

HOW TO PASS WA ECART DATA TO MY SECURE SERVER

HOW TO PASS WA ECART DATA TO MY SECURE SERVER HOW TO PASS WA ECART DATA TO MY SECURE SERVER Introduction WA ecart users are able to keep shoppers on their ecommerce sites without passing them to a payment gateway site: we call this process local checkout.

More information

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal COMSC-030 Web Site Development- Part 1 Part-Time Instructor: Joenil Mistal Chapter 1 1 HTML and Web Page Basics Are you interested in building your own Web pages? This chapter introduces you to basic HTML

More information

IT2353 WEB TECHNOLOGY Question Bank UNIT I 1. What is the difference between node and host? 2. What is the purpose of routers? 3. Define protocol. 4.

IT2353 WEB TECHNOLOGY Question Bank UNIT I 1. What is the difference between node and host? 2. What is the purpose of routers? 3. Define protocol. 4. IT2353 WEB TECHNOLOGY Question Bank UNIT I 1. What is the difference between node and host? 2. What is the purpose of routers? 3. Define protocol. 4. Why are the protocols layered? 5. Define encapsulation.

More information

UNIVERSITY OF NORTH CAROLINA WILMINGTON

UNIVERSITY OF NORTH CAROLINA WILMINGTON Department: Contact Person: Date: Email: Online - Web & Course Accessibility Checklist Text, presentation & content Text equivalent is provided for every non-text element (i.e., image) (Solution: add an

More information

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips Getting Started With Heritage Makers A Guide to the Heritage Studio 3.0 Drag and Drop Publishing System presented by Heritage Makers A new clients guide to: Activating a new Studio 3.0 Account Creating

More information

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the

More information

BMS2062 Introduction to Bioinformatics. Lecture outline. What is multimedia? Use of information technology and telecommunications in bioinformatics

BMS2062 Introduction to Bioinformatics. Lecture outline. What is multimedia? Use of information technology and telecommunications in bioinformatics BMS2062 Introduction to Bioinformatics Use of information technology and telecommunications in bioinformatics Topic 2: The Internet and multimedia Ros Gibson Lecture outline What is the Web? (previous

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

Languages in WEB. E-Business Technologies. Summer Semester Submitted to. Prof. Dr. Eduard Heindl. Prepared by

Languages in WEB. E-Business Technologies. Summer Semester Submitted to. Prof. Dr. Eduard Heindl. Prepared by Languages in WEB E-Business Technologies Summer Semester 2009 Submitted to Prof. Dr. Eduard Heindl Prepared by Jenisha Kshatriya (Mat no. 232521) Fakultät Wirtschaftsinformatik Hochshule Furtwangen University

More information

Figure 1 Properties panel, HTML mode

Figure 1 Properties panel, HTML mode How to add text Adding text to a document To add text to a Dreamweaver document, you can type text directly in the Document window, or you can cut and paste text. You modify text by using the Properties

More information

Sustainable File Formats for Electronic Records A Guide for Government Agencies

Sustainable File Formats for Electronic Records A Guide for Government Agencies Sustainable File Formats for Electronic Records A Guide for Government Agencies Electronic records are produced and kept in a wide variety of file formats, often dictated by the type of software used to

More information

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel. Adobe Dreamweaver CS6 Project 3 guide How to create forms You can use forms to interact with or gather information from site visitors. With forms, visitors can provide feedback, sign a guest book, take

More information

Classroom Blogging. Training wiki:

Classroom Blogging. Training wiki: Classroom Blogging Training wiki: http://technologyintegrationshthornt.pbworks.com/create-a-blog 1. Create a Google Account Navigate to http://www.google.com and sign up for a Google account. o Use your

More information

Jargon Buster [A-M] ADSL (Asymmetrical Digital Subscriber Line) - A means of delivering high communication speeds over existing copper phone lines.

Jargon Buster [A-M] ADSL (Asymmetrical Digital Subscriber Line) - A means of delivering high communication speeds over existing copper phone lines. Jargon Buster [A-M] ADSL (Asymmetrical Digital Subscriber Line) - A means of delivering high communication speeds over existing copper phone lines. Analog - The technology used by the original mobile phones.

More information

(5) Affiliation (10) XML (15) Web Augmentation (20) Gateways. (4) Kernel (9) ES test (14) SSL. (1) Portal (6) EDI (11) Web Directories (16) W3C

(5) Affiliation (10) XML (15) Web Augmentation (20) Gateways. (4) Kernel (9) ES test (14) SSL. (1) Portal (6) EDI (11) Web Directories (16) W3C PART 1: MULTIPLE CHOICE QUESTIONS (15 MARKS) This part consists of 15 multiple choice questions. On the answer sheet, fill you answer for each question. 1. At its early days was called Gateway, nowadays

More information

Chapter 12 Creating Web Pages

Chapter 12 Creating Web Pages Getting Started Guide Chapter 12 Creating Web Pages Saving Documents as HTML Files Copyright This document is Copyright 2017 by the LibreOffice Documentation Team. Contributors are listed below. You may

More information

< building websites with dreamweaver mx >

< building websites with dreamweaver mx > < building websites with dreamweaver mx > < plano isd instructional technology department > < copyright = 2002 > < building websites with dreamweaver mx > Dreamweaver MX is a powerful Web authoring tool.

More information

Independence Community College Independence, Kansas

Independence Community College Independence, Kansas Independence Community College Independence, Kansas C O N T E N T S Unit 1: Creating, Modifying, and Enhancing FrontPage Webs and Pages 1 Chapter 1 Investigating FrontPage 2002 3 Exploring World Wide Web

More information

Web Standards. Web Technologies. Web Standards. URI and URL

Web Standards. Web Technologies. Web Standards. URI and URL Web Technologies Claudio Fornaro ver. 1.2 1 Web Standards At its core, the Web is made up of three standards: the Uniform Resource Identifier (URI), which is a universal system for referencing resources

More information

Deploying SALT Telephony Call Control on an e-business Site

Deploying SALT Telephony Call Control on an e-business Site Page 1 Deploying SALT Telephony Call Control on an e-business Site Glen Shires Director, Media Server Architecture Intel Communications Group Intel Corporation Jim Trethewey Staff Software Engineer Intel

More information

Chapter 9. Web Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill

Chapter 9. Web Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 9 Web Applications McGraw-Hill 2010 The McGraw-Hill Companies, Inc. All rights reserved. Chapter Objectives - 1 Explain the functions of the server and the client in Web programming Create a Web

More information

WEB ADMINISTRATION (WEBMASTER)

WEB ADMINISTRATION (WEBMASTER) WEB ADMINISTRATION (WEBMASTER) TABLE OF CONTENTS Overview of Webmaster Program Course Descriptions Course 1: Introduction To The Internet and The World Wide Web Course 2: Web Page Programming Using Javascript

More information

Blackboard staff how to guide Accessible Course Design

Blackboard staff how to guide Accessible Course Design The purpose of this guide is to help online course authors in creating accessible content using the Blackboard page editor. The advice is based primarily on W3C s Web Content Accessibility Guidelines 1.0

More information

How the Web Works. Chapter 1. Modified by Marissa Schmidt Pearson

How the Web Works. Chapter 1. Modified by Marissa Schmidt Pearson How the Web Works Chapter 1 Modified by Marissa Schmidt 2015 Pearson Fundamentals ofhttp://www.funwebdev.com Web Development Objectives 1 Definitions and History 2 Internet Protocols 3 Client-Server Model

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK WEB-TECHNOLOGIES FOR FRONTPAGE USERS WITH BACKEND DATABASES. ROSHANI ADLOK Department

More information

SellerDeck Release Notes

SellerDeck Release Notes SellerDeck 2016 Release Notes SellerDeck Limited Date: 30 th September 2015 Version: 1.0 SellerDeck 2016 Release Notes Page 1 Revision History Revision Date Author Comments 1.0 30/9/2015 Bruce Townsend

More information

Request for Proposal (RFP) Toolkit

Request for Proposal (RFP) Toolkit RFPToolkit Request for Proposal (RFP) Toolkit Table of Contents RFP Checklist......................................................... 2 6 Tips for Writing an RFP..............................................

More information

National Training and Education Resource. Authoring Course. Participant Guide

National Training and Education Resource. Authoring Course. Participant Guide National Training and Education Resource Authoring Course Participant Guide Table of Contents: OBJECTIVES... 4 OVERVIEW OF NTER... 5 System Requirements... 5 NTER Capabilities... 6 What is the SCORM PlayerWhat

More information

HTML = hyper text markup language

HTML = hyper text markup language HTML = hyper text markup language HTML = protocol for creating HTML documents that make possible: display of text, images inclusion of multi-media applications ability to connect with other such documents

More information

IT430 E-COMMERCE SHORT NOTES COMPOSED BY VUZS TEAM MEHREEN HUMAYUN LECTURE1-22

IT430 E-COMMERCE SHORT NOTES COMPOSED BY VUZS TEAM MEHREEN HUMAYUN   LECTURE1-22 IT430 E-COMMERCE SHORT NOTES COMPOSED BY VUZS TEAM MEHREEN HUMAYUN WWW.VUZS.NET LECTURE1-22 Question No: 01 ( Marks: 2 ) What does this mean? Padding-right Padding-right: adds space

More information

Connecting with Computer Science Chapter 5 Review: Chapter Summary:

Connecting with Computer Science Chapter 5 Review: Chapter Summary: Chapter Summary: The Internet has revolutionized the world. The internet is just a giant collection of: WANs and LANs. The internet is not owned by any single person or entity. You connect to the Internet

More information

National Unit Specification: general information. The Internet (Higher) NUMBER DM4F 12. Information Systems (Higher)

National Unit Specification: general information. The Internet (Higher) NUMBER DM4F 12. Information Systems (Higher) National Unit Specification: general information NUMBER DM4F 12 COURSE Information Systems (Higher) SUMMARY This Unit is designed to develop knowledge and understanding of the operating principles of the

More information