Introduction. Darshan Institute of Engineering & Technology. Explain the architecture of the browser. Writes a short note on Protocols and programs.

Size: px
Start display at page:

Download "Introduction. Darshan Institute of Engineering & Technology. Explain the architecture of the browser. Writes a short note on Protocols and programs."

Transcription

1 Explain the architecture of the browser. Above figure shows a theoretical diagram of the internals of a browser. It has various inputs and outputs with the outside world, or operating system. The controller acts as the main supervisor of operation between the various components, for example, it is responsible for collecting input from the user and also outgoing requests for the HTTP client. HTML and scripts are channeled through to the interpreters and special display drivers. The browser can be extended with plug in modules, which improve capabilities such as multimedia, graphics and sound. A browser is a complex piece of software, collects inputs from keyboard and mouse. It handles communication with web server. It interprets HTML and client side scripts. It has the capability to be functionally extended via plug in. Writes a short note on Protocols and programs. Issues that must be considered when the communication between two parties occur Type of interface is used for the communication between the two parties which is called as the port. How the communication does take place? Rules and regulations involved in communication? For the internet the communication takes place between various machines and devices. The rules and regulations used for establishing such communication is called protocol. The OSI ISO model consists of 7 layers; at each layer one or more protocols are used to handle the transmission of data. 1 Prof. P.U. JADEJA

2 Layer Name Protocol Used 7 Application HTTP, SMTP, SNMP, SSH, FTP, Telnet, DNS 6 Presentation HTTP, SNMP, SMTP, POP3 5 Session RPC, named pipes, NETBIOS 4 Transport TCP, UDP 3 Network IP 2 Data Link Ethernet, Token Ring, PPP 1 Physical Electrical, Radio, Laser Files Sending files from one machine to another can be done in various manners such as by using compact disk, pen drives or by mailing. But there are some problems associated with all these options. Transferring files from one PC to another can be done using some standard protocol called File Transfer Protocol (FTP) It uses port no. 21 Firewall prevent the transfer of file into and from direction, this is the main problem of FTP. E mails Mostly used application over internet. Sending the mails SMTP protocol is used and for receiving the mail POP3 is used. SMTP Simple Mail Transfer Protocol POP3 Post Office Protocol Version 3 Instant Messaging: Used to send short messages. Internet Relay Chat (IRC) is a protocol which used in one to one group communication. User connects to client application and finally links to IRC server. Remote Machine It can be accessed using protocol called Telnet, which is used to retrieve some information from the remote machine. Telnet uses port no. 23. Telnet does not use encryption technique, so it is not secured communication. Using the Secure shell, more secure communication is possible. Web Pages HTTP protocol is used for communication between a browser and web server. HTTP was designed to enable documents to be transferred. For web documents HTTP works by sending commands over a TCP connection Write a short note on secure connections. Most of the protocols such as ftp, http, and telnet are not secure. They use plain text to transfer data and could be viewed or tempered with at some stage. Hence more secured protocols are developed. 2 Prof. P.U. JADEJA

3 For example ftps, https, sftp, the secured shell (SSH) and other virtual networking tools allow to establish a communication over secured channel. SSH is an UNIX utility for secured connection. The WINDOWS operating system has similar program available called WinSCP. SFTP is a secured file transfer protocol which is similar to ftp but the communication using SFTP is more secured. It works over port 22. Another secured version of FTP is FTPS. It uses Secured Socket Layer (SSL) for establishing the secured connection. It works over port 990. HTTP is a communication protocol, used for client server communication. But not secured. The banking and finance applications need secured client server communication. Hence it can be done using HTTPS protocol. This protocol provides authentication and encryption techniques. It works over port 443. Following table shows the protocol and port number with its security layers. Communication Application Protocol Port Security Web page Browser HTTP 80 Web page Browser HTTPS 443 Secure Files[Binary/Text] FTP FTP 21 Files[Binary/Text] SFTP SFTP 2 Secure Files[Binary/Text] FTP FTPS 990 Secure Commands Telnet Telnet 23 Commands SSH SSH 2 Secure Instant messaging IRC IRC 194 No Usually Secure Write a short note on Application and Development Tools There are various application and development tools available on the web. Some resource on the web is freeware or shareware. The freeware resources are those resources that can be downloaded freely on your computer. The shareware resources are those which can be tried by the user from limited time period and then can be purchased. The FTP can be used from the console window of Windows operating system to transfer the file from one computer to another. There are some graphics or audio conversion tools available using which data in one file format can be converted to another. The developers can make use of Integrated Development Environment (IDE) for developing the application. Example, Eclipse is a popular IDE used by the Java programmer. Freeware resources can be used under different kinds of licenses. It may have restrictions such as such resources can be used by Government agency or armed forces. Shareware resources can be available in trial versions. On expiring the trial version software you need to pay for and then can be used. Example WINZIP. There is some plug ins available for developing the web applications. This plug ins can be used for HTML, PHP, PERL, and JavaScript and so on. 3 Prof. P.U. JADEJA

4 The developers can also make use of some on line tools for checking the syntax of their source code. The mini servers are also available which can be used for testing the code. The web browser The browsers are the programs that are running on the client s machines. The web browser is one of the most used tools for browsing the web pages. Web browser is a type of software which is basically used to use resources on the web. Pages are located through the use of URL Uniform Resource Locators which usually begin with Many browsers will also support ftp and https. Two computers communicate with each other using networking concepts. In this, when request is made by one computer then that computer is called a client and when the request gets served by another computer then that computer is called server. Thus exchange of information takes place via Client Server Communication. When user wants some web document then he makes the request for it using web browser. The request then gets served by the server and the requested page is then returned to the client. It is getting displayed to the client on the web server. The format of incoming Web pages is HTML which is interpreted by the browser and displayed according to contents. Web browser also supports JPEG, PDF, and PNG. Extra formats can be supported using plug ins that can be added into the browser. Commonly used web browsers are: Internet Explorer, Mozilla Firefox, Netscape Navigator, Opera, Google Chrome, and Safari. Web browser supports variety of protocols but the most commonly used protocol on the web browser is Hyper Text Transfer protocol (HTTP). This protocol is typically used when browser communicates with the server. There are various scripting languages available for displaying the web page on the web browser, these scripting language are categorized into client side scripting and server side scripting. Client side scripting languages are: HTML, XML, and JavaScript. Server side scripting languages are: JSP, ASP, Servlet. These web documents are useful for displaying the text and image on the web browsers. Enlist and explain the website design principles (explain any two). The common issues that is portable on different browsers, attractive in terms of colors and graphics, rich in contents, easy to read and navigate and downloads faster. Browser and operating systems The different browsers and their versions and HTML version greatly affect the way a page is rendered. 4 Prof. P.U. JADEJA

5 Different browsers sometimes interpret same HTML tag in different way. The supports for different tags also vary across the different browsers and their versions. The web technology is moving from HTML to XHTML so older versions of a browser may not support recent tags and features. The browser compatibility is a serious issue to make web pages portable on the different browsers with different versions as old browser does not support CSS. To make web page portable, test it on different browsers on different operating systems and use development tools to add special features supported by majority web browsers. The best way to avoid these problems is to follow the standards and use the validation rules of the W3C to validate the code. Bandwidth and cache Users have different connection speed, i.e. bandwidth. To access the web sites, connection speed plays an important role in designing web pages. If user has low bandwidth connection and a web page contains too many images, it takes more time to download. While designing a web page, a developer has to consider the low speed users. High speed with broadband technology has solved this problem. With high speed connection, more attractive graphics can be used to design visually attractive pages. Browser provides temporary memory called cache to store the graphics. When user gives the URL of the web page for the first time, HTML file together with all the graphics files referred in a page is downloaded and displayed. At the same time, the images downloaded are also stored in cache area of browser for a particular time as per user s preference. When next time the same page is visited, the browser gets only HTML file and uses the images from the cache which increases the download speed significantly. Display Resolution This is important factor affecting web page design, as we don t have any control on display resolution of the monitors on which user views web pages. Resolution is measured in terms of pixels and common resolutions are 800*600 and 1024*786. Make flexible design using HTML table to fit into different resolutions, Web pages are divided into three columns with middle column having variable width depending on the resolution of monitor on which page is viewed. When a page is seen on print media and screen media, it differs in colors due to different nature of both. So, color combination should be chosen accordingly. Look and Feel It decides the overall appearance of the web site. It includes all the design aspects such as theme, font, graphics, visual structure, navigation etc. Theme Theme emphasizes on the combination of design such that all pages of the web site hold together and give the feeling of a single unit. 5 Prof. P.U. JADEJA

6 Theme gives the feeling to the user that they are on the same web site while navigate through various pages. Theme should reflect the objective of the organization and express the message of the organization. Fonts, Graphics and colors These are important from both scanning and reading point of view as they express the structure and emotion. Consider the following points: Different fonts have different readability and it directly affects the user psychology. Height and width of the same character is different in different font. This affects line endings and paragraph boundaries. Maintain regularity in using the font type and size. Don t use too many fonts with too many sizes. Select few fonts and use them with different sizes and modes (bold, italics and underline) or headers, titles and text. Use of CSS helps in maintaining consistency. Consider availability of fonts on visitor s machine. If the font used in web page is not installed on visitor s machine, browser uses default font, Times New Roman. Graphics make the web site attractive and convey lots of information; including images, charts and many others. Different file formats support different levels of comparison and other features. JPG, GIF, PNG are popular image formats Too many graphics or images with larger sizes reduce the download speed. So, use limited graphics with smaller size or in compressed format. Colors are part of everybody s life and web sites are not exceptions. Web site with good content but improper color scheme does not attract viewers and hence it fails. So, color scheme that suits web site theme, content, and liking of the target audiences plays critical role. For the graphic and color schemes, help of graphics and art designers is required to give the web site commercial and professional touch. Presentations and access Web sites are designed to provide contents online to the various groups of visitors having different reading habits and expectations. A clear presentation helps in accessing the desired information quickly and easily without any problem. Page layout and linking Page layout defines the visual structure of the page and divides the page area into different parts to present the information of varying importance. So, the visitor can view content easily and find necessary details. HTML table element can be used to design the grid based page layouts. 6 Prof. P.U. JADEJA

7 Complex layouts can be designed with nested tables and CSS. Page layout is also called the page template. Readymade templates are also available on the internet which can be directly used to design pages quickly. Once the page layouts are prepared, they need to link together to provide the navigation paths consistently. So, those users can find desired information quickly and easily. Locating information Web page is divided into five major areas such as center, top, right, bottom and left. According to user viewing patterns, first major area of importance is the center, then top, right, bottom and left in this particular order. Put most important information in the center to get the immediate attention of the user. Most of the well designed web sites use left side for providing links to different items or sections in form of menu. Top is used for displaying logo and title as well as flashing news links or at many times advertisement. Right side is used for links to other important information. Bottom is used for quick links to important sections or to provide copyright information. Make Design User Centric It is very difficult for web developer to predict the exact behavior of the web site users. ƒ But idea of general behavior of common user helps in making design of the web site user centric. Users either scan the information on the web page to find the section of their interest or read the information to get the details. People scan TV screen I circular fashion in clockwise direction. This property can be used to provide the links to different sections of web site on a home page For articles and tutorials divide into sections, providing the table of contents greatly helps users in quickly accessing the desired part of tutorial. Web pages are linked together to provide non sequential but quick reading. It is sometimes necessary to highlight the words in a paragraph as links to provide the links to the pages giving detail meaning of the word. Some of the web sites also provide links to the related topics at the end of the web page describing a topic. This provides user with facility to read the related information to get more clearly. Sitemap Some web sites are too complex as there are a large number of sections and each section contains many pages. It becomes difficult for a visitor to quickly move from one part to another. To make this simple, keep hierarchy of information to few levels or provide navigation bar on each page to jump directly to a particular section. Another solution is to provide the sitemap including links to each section and their pages directly. Sitemap gives the organization of contents of a web site graphically. At any time user can use sitemap link from the current page and using the links on it, the user can quickly select the desired content. 7 Prof. P.U. JADEJA

8 Bowser compatibility issue and its possible solution. If your website or application is tied to specific browser and doesn t render or operate correctly on user s browser, it negatively affects your organization image and brand. So your application should be created such that it doesn t face any compatibility issue. The Browser compatibility issue HTML tags : The different browser and their different version greatly affect the way a page is rendered, as different browsers sometimes interpret same HTML tag in a different way. Different version of HTML also supports different sets of tags and support for different tags also varies across the different browsers and their version. CSS : If your page is designed with Cascading Style Sheet (CSS) and if the user browser doesn t support CSS, the page looks very different. Margins and Border Inconsistencies: Display of Margins and Border may look different on different browser. Selection of Font: Some browser does not support all fonts. The Browser compatibility Solution: The best way to avoid these problems is to follow the Standards. Use the validation rules of W3C to validate your code. To make Web page portable, test it on different browsers. Use development tool to add special features to your pages supported by majority browsers. What do you mean by planning a website? Discuss about the objectives and goals, and target audience in detail with proper example To achieve higher success of the web site in terms of user satisfaction, better planning is needed. Web developer must be answered the following question Why are we developing this web site? What do we achieve by developing this web site? Who are the people, who will use this web site? What are the information contents? How are these contents organized? What are the possible ways? How the files prepared are organized? Answer to these types of questions leads to better planning. These steps can be applied in same manner to any specific type of the web site with little are. Objective and Goal There is always an objective behind every activity. If objective for developing the web site is clear, rest of the steps in planning will become easier, otherwise it may create many issues. 8 Prof. P.U. JADEJA

9 Once the objective is clear, the other activities in planning remain focused around it. Goal means the achievement from the development of the web site. If a site is developed to provide the information to the users, the goal should be user satisfaction in terms of timely and accurate information. If it is business web site, goal is to increase in the sell. For product support web site, better service to the customer and thereby retaining customer is the goal. For educational web site, it is improved communication and improved quality of education. Both objective and goal of the web site development should be in clear, well documented form and rest the steps must match with them. It is also important to define the countable measure to find success of the web site. Audience/ User Profile: It is very important to know about targeted audience s background, education, gender, age, liking and preferences. This will lead to choose not only the look and feel of web site, but also make it simple to choose contents, organization and navigation style. Examples explaining how user profile affects the design of web site. For children, developer can use cartoons and graphics with colors. For technology savvy users, developer can use advanced technology and features as they are likely using latest software. For music interested user, background music can be used. For common users, developer has to restrict to simple and easy organization of contents so that they can find desired content with little effort. For continuous improvement, feedback form is designed to get their requirements and views. Identifying and Organizing Contents Basic objective of web site is to provide information which is called as contents of web site. The content of web site is collecting from various sources depending upon objective of web site and user needs. Characteristics of Content: It includes text, graphics, forms, sound and video It should be error less, clear, spell checked, precise and accurate. It should be relevant, recent and matching to site objective. It should fulfill information need of users. It should be well organized. After collecting information, page layout should be prepare. Towards the publishing of web sites After page layout, following steps should be done before the web site is release. Implement each page using various suitable technologies. Organizing the files containing web parts so that future modification becomes easy. Test individual pages and their links on local machine. 9 Prof. P.U. JADEJA

10 Register domain name with appropriate ISP providing hosting services. Upload web site on web server. Access web site from any browser with URL. What is navigation? Discuss the characteristics of effective navigation. Navigation means the ways to move from one page to another page in web site using hyperlinks. If navigation design is not proper, the visitor feels problem. Characteristics of navigation: Links are either text based or graphical. Links should be clear and meaningful. Links should be same in whole web page. Links should be understandable. Link itself guides the user about content. Adjust the link according to contents are grouped together. Provide search link if necessary at the top of the page. Provide link for Home page. Provide the user location on web site. Provide navigation menu on left side to directly move to particular section like Horizontal bar is used to directly jump to any section from anywhere. How can you open a link in a new browser window? If you set the target attribute to "_blank", the link will open in a new browser window/tab. <html> <body> <a href=" target="_blank">visit google.com!</a> </body> </html> Explain following terms: URI, Web browser, HTTP. URI (Uniform Resource Identifiers): Uniform Resource Identifiers (URI) is short strings that identify resources in the web: documents, images, downloadable files, services, electronic mailboxes, and other resources. Web browser: Web server can refer to either the hardware (the computer) or the software (the computer application) that helps to deliver content that can be accessed through the Internet. 10 Prof. P.U. JADEJA

11 HTTP (Hyper Text Transfer Protocol): Hyper Text Transfer Protocol is the underlying protocol used by the World Wide Web. HTTP defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. 11 Prof. P.U. JADEJA

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

WEB DEVELOPMENT IA & IB (893 & 894)

WEB DEVELOPMENT IA & IB (893 & 894) DESCRIPTION Web Development is a course designed to guide students in a project-based environment in the development of up-to-date concepts and skills that are used in the development of today s websites.

More information

Contents. Launching FrontPage... 3. Working with the FrontPage Interface... 3 View Options... 4 The Folders List... 5 The Page View Frame...

Contents. Launching FrontPage... 3. Working with the FrontPage Interface... 3 View Options... 4 The Folders List... 5 The Page View Frame... Using Microsoft Office 2003 Introduction to FrontPage Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Fall 2005 Contents Launching FrontPage... 3 Working with

More information

SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1

SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1 SUBJECT TITLE : WEB TECHNOLOGY SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1 16 02 2. CSS & JAVASCRIPT Test

More information

M3-R3: INTERNET AND WEB DESIGN

M3-R3: INTERNET AND WEB DESIGN M3-R3: INTERNET 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 TEAR-OFF ANSWER

More information

Introduction to Dreamweaver

Introduction to Dreamweaver Introduction to Dreamweaver ASSIGNMENT After reading the following introduction, read pages DW1 DW24 in your textbook Adobe Dreamweaver CS6. Be sure to read through the objectives at the beginning of Web

More information

Lesson 1 Quiz. 3. The Internet is which type of medium? a. Passive b. Broadcast c. One-to-one d. Electronic print

Lesson 1 Quiz. 3. The Internet is which type of medium? a. Passive b. Broadcast c. One-to-one d. Electronic print Lesson 1 Quiz 1. Which technology trend in Web development can be defined as a group of XMLbased technologies that enable computers using different operating systems and software to easily exchange information

More information

Creating Web Pages with Netscape/Mozilla Composer and Uploading Files with CuteFTP

Creating Web Pages with Netscape/Mozilla Composer and Uploading Files with CuteFTP Creating Web Pages with Netscape/Mozilla Composer and Uploading Files with CuteFTP Introduction This document describes how to create a basic web page with Netscape/Mozilla Composer and how to publish

More information

EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING

EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING The European Computer Driving Licence Foundation Ltd. Portview House Thorncastle Street Dublin 4 Ireland Tel: + 353

More information

IP addresses. IP addresses: IPv4: 32 bits: 10.110.4.199

IP addresses. IP addresses: IPv4: 32 bits: 10.110.4.199 Internet domain region of Internet operated by 1 entity (university, company, etc.) domain name assigned by registrars Top-level domains.edu,.com,.dk Example: login.imada.sdu.dk imada is a subdomain IP

More information

Basic Website Creation. General Information about Websites

Basic Website Creation. General Information about Websites Basic Website Creation General Information about Websites Before you start creating your website you should get a general understanding of how the Internet works. This will help you understand what goes

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT WEBSITE PRODUCTION Y/601/6623 LEVEL 3 UNIT 12 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEBSITE PRODUCTION Y/601/6623

More information

Short notes on webpage programming languages

Short notes on webpage programming languages Short notes on webpage programming languages What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language is a set of

More information

JISIS and Web Technologies

JISIS and Web Technologies 27 November 2012 Status: Draft Author: Jean-Claude Dauphin JISIS and Web Technologies I. Introduction This document does aspire to explain how J-ISIS is related to Web technologies and how to use J-ISIS

More information

Internet Technologies_1. Doc. Ing. František Huňka, CSc.

Internet Technologies_1. Doc. Ing. František Huňka, CSc. 1 Internet Technologies_1 Doc. Ing. František Huňka, CSc. Outline of the Course 2 Internet and www history. Markup languages. Software tools. HTTP protocol. Basic architecture of the web systems. XHTML

More information

CSE 203 Web Programming 1. Prepared by: Asst. Prof. Dr. Maryam Eskandari

CSE 203 Web Programming 1. Prepared by: Asst. Prof. Dr. Maryam Eskandari CSE 203 Web Programming 1 Prepared by: Asst. Prof. Dr. Maryam Eskandari Outline Basic concepts related to design and implement a website. HTML/XHTML Dynamic HTML Cascading Style Sheets (CSS) Basic JavaScript

More information

Web Development I & II*

Web Development I & II* Web Development I & II* Career Cluster Information Technology Course Code 10161 Prerequisite(s) Computer Applications Introduction to Information Technology (recommended) Computer Information Technology

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Introduction Client-Side scripting involves using programming technologies to build web pages and applications that are run on the client (i.e.

More information

Chapter 10: Multimedia and the Web

Chapter 10: Multimedia and the Web Understanding Computers Today and Tomorrow 12 th Edition Chapter 10: Multimedia and the Web Learning Objectives Define Web-based multimedia and list some advantages and disadvantages of using multimedia.

More information

WEB SITE DEVELOPMENT WORKSHEET

WEB SITE DEVELOPMENT WORKSHEET WEB SITE DEVELOPMENT WORKSHEET Thank you for considering Xymmetrix for your web development needs. The following materials will help us evaluate the size and scope of your project. We appreciate you taking

More information

Chapter 3. Application Software. Chapter 3 Objectives. Application Software

Chapter 3. Application Software. Chapter 3 Objectives. Application Software Chapter 3 Objectives Chapter 3 Application Software Identify the categories of application software Explain ways software is distributed Explain how to work with application software Identify the key features

More information

Technology/Internet Usage Workshop

Technology/Internet Usage Workshop Technology/Internet Usage Workshop 1) Workshop Goals (1 st Slide) 2) Computers Desk Top (Show examples) Lap-Top Hand-held Wireless Device Introduce Tammy Welsh from Gateway 3) What is the Internet? The

More information

ICT 6012: Web Programming

ICT 6012: Web Programming ICT 6012: Web Programming Covers HTML, PHP Programming and JavaScript Covers in 13 lectures a lecture plan is supplied. Please note that there are some extra classes and some cancelled classes Mid-Term

More information

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and

More information

Xtreeme Search Engine Studio Help. 2007 Xtreeme

Xtreeme Search Engine Studio Help. 2007 Xtreeme Xtreeme Search Engine Studio Help 2007 Xtreeme I Search Engine Studio Help Table of Contents Part I Introduction 2 Part II Requirements 4 Part III Features 7 Part IV Quick Start Tutorials 9 1 Steps to

More information

Unit 351: Website Software Level 3

Unit 351: Website Software Level 3 Oxford Cambridge and RSA Unit 351: Website Software Level 3 Level: 3 Credit value: 5 Guided learning hours: 40 Learning Outcomes Assessment Criteria Examples The learner will: The learner can: 1. Create

More information

Basic tutorial for Dreamweaver CS5

Basic tutorial for Dreamweaver CS5 Basic tutorial for Dreamweaver CS5 Creating a New Website: When you first open up Dreamweaver, a welcome screen introduces the user to some basic options to start creating websites. If you re going to

More information

TIME SCHEDULE OBJECTIVES

TIME SCHEDULE OBJECTIVES COURSE TITLE : WEB DESIGN COURSE CODE : 3073 COURSE CATEGORY : B PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDITS : 4 TIME SCHEDULE MODULE TOPICS PERIODS 1 Internet fundamentals 18 2 Html, css and web design

More information

Lecture 2. Internet: who talks with whom?

Lecture 2. Internet: who talks with whom? Lecture 2. Internet: who talks with whom? An application layer view, with particular attention to the World Wide Web Basic scenario Internet Client (local PC) Server (remote host) Client wants to retrieve

More information

The following multiple-choice post-course assessment will evaluate your knowledge of the skills and concepts taught in Internet Business Associate.

The following multiple-choice post-course assessment will evaluate your knowledge of the skills and concepts taught in Internet Business Associate. Course Assessment Answers-1 Course Assessment The following multiple-choice post-course assessment will evaluate your knowledge of the skills and concepts taught in Internet Business Associate. 1. A person

More information

SSL VPN Technology White Paper

SSL VPN Technology White Paper SSL VPN Technology White Paper Keywords: SSL VPN, HTTPS, Web access, TCP access, IP access Abstract: SSL VPN is an emerging VPN technology based on HTTPS. This document describes its implementation and

More information

Chapter 6 Virtual Private Networking Using SSL Connections

Chapter 6 Virtual Private Networking Using SSL Connections Chapter 6 Virtual Private Networking Using SSL Connections The FVS336G ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN provides a hardwarebased SSL VPN solution designed specifically to provide

More information

Fast track to HTML & CSS 101 (Web Design)

Fast track to HTML & CSS 101 (Web Design) Fast track to HTML & CSS 101 (Web Design) Level: Introduction Duration: 5 Days Time: 9:30 AM - 4:30 PM Cost: 997.00 Overview Fast Track your HTML and CSS Skills HTML and CSS are the very fundamentals of

More information

Lesson Overview. Getting Started. The Internet WWW

Lesson Overview. Getting Started. The Internet WWW Lesson Overview Getting Started Learning Web Design: Chapter 1 and Chapter 2 What is the Internet? History of the Internet Anatomy of a Web Page What is the Web Made Of? Careers in Web Development Web-Related

More information

Introduction to XHTML. 2010, Robert K. Moniot 1

Introduction to XHTML. 2010, Robert K. Moniot 1 Chapter 4 Introduction to XHTML 2010, Robert K. Moniot 1 OBJECTIVES In this chapter, you will learn: Characteristics of XHTML vs. older HTML. How to write XHTML to create web pages: Controlling document

More information

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report Xerox Multifunction Devices Customer Tips March 15, 2007 This document applies to these Xerox products: X WC 4150 X WCP 32/40 X WCP 35/45/55 X WCP 65/75/90 X WCP 165/175 X WCP 232/238 X WCP 245/255 X WCP

More information

SPLIT BLOCK FINAL Web Design

SPLIT BLOCK FINAL Web Design SPLIT BLOCK FINAL Web Design MULTIPLE CHOICE 1. A(n) site shares user-created content with site visitors. a. portal c. informational/educational b. Web 2.0 d. business 2. sites include Erly, Flickr, Pinterest,

More information

SWE 444 Internet and Web Application Development. Introduction to Web Technology. Dr. Ahmed Youssef. Internet

SWE 444 Internet and Web Application Development. Introduction to Web Technology. Dr. Ahmed Youssef. Internet SWE 444 Internet and Web Application Development Introduction to Web Technology Dr. Ahmed Youssef Internet It is a network of networks connected and communicating using TCP/IP communication protocol 2

More information

Getting Started with KompoZer

Getting Started with KompoZer Getting Started with KompoZer Contents Web Publishing with KompoZer... 1 Objectives... 1 UNIX computer account... 1 Resources for learning more about WWW and HTML... 1 Introduction... 2 Publishing files

More information

Connecting with Computer Science, 2e. Chapter 5 The Internet

Connecting with Computer Science, 2e. Chapter 5 The Internet Connecting with Computer Science, 2e Chapter 5 The Internet Objectives In this chapter you will: Learn what the Internet really is Become familiar with the architecture of the Internet Become familiar

More information

http://www.trendmicro.com/download

http://www.trendmicro.com/download Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Voluntary Product Accessibility Template Blackboard Learn Release 9.1 April 2014 (Published April 30, 2014)

Voluntary Product Accessibility Template Blackboard Learn Release 9.1 April 2014 (Published April 30, 2014) Voluntary Product Accessibility Template Blackboard Learn Release 9.1 April 2014 (Published April 30, 2014) Contents: Introduction Key Improvements VPAT Section 1194.21: Software Applications and Operating

More information

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY Advanced Web Development Duration: 6 Months SCOPE OF WEB DEVELOPMENT INDUSTRY Web development jobs have taken thе hot seat when it comes to career opportunities and positions as a Web developer, as every

More information

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4 CMS Editor How-To Saving work in the CMS... 2 Edit an existing page... 2 Create a new page... 4 Create a side bar section... 4 Upload an image and add to your page... 5 Add an existing image to a Page...

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN III: ADVANCED SITE DESIGN WEB 2812

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN III: ADVANCED SITE DESIGN WEB 2812 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN III: ADVANCED SITE DESIGN WEB 2812 Class Hours: 3.0 Credit Hours: 3.0 Laboratory Hours: 0.0 Revised: Spring 2011 NOTE: This course is not

More information

Computer Networks. Lecture 7: Application layer: FTP and HTTP. Marcin Bieńkowski. Institute of Computer Science University of Wrocław

Computer Networks. Lecture 7: Application layer: FTP and HTTP. Marcin Bieńkowski. Institute of Computer Science University of Wrocław Computer Networks Lecture 7: Application layer: FTP and Marcin Bieńkowski Institute of Computer Science University of Wrocław Computer networks (II UWr) Lecture 7 1 / 23 Reminder: Internet reference model

More information

Macromedia Dreamweaver 8 Developer Certification Examination Specification

Macromedia Dreamweaver 8 Developer Certification Examination Specification Macromedia Dreamweaver 8 Developer Certification Examination Specification Introduction This is an exam specification for Macromedia Dreamweaver 8 Developer. The skills and knowledge certified by this

More information

1. When will an IP process drop a datagram? 2. When will an IP process fragment a datagram? 3. When will a TCP process drop a segment?

1. When will an IP process drop a datagram? 2. When will an IP process fragment a datagram? 3. When will a TCP process drop a segment? Questions 1. When will an IP process drop a datagram? 2. When will an IP process fragment a datagram? 3. When will a TCP process drop a segment? 4. When will a TCP process resend a segment? CP476 Internet

More information

Test 1 Review Chapter 1 What is a computer? 1. Definition of computer 2. Data and information. Emphasize that data is processed into information. 3.

Test 1 Review Chapter 1 What is a computer? 1. Definition of computer 2. Data and information. Emphasize that data is processed into information. 3. Test 1 Review Chapter 1 What is a computer? 1. Definition of computer 2. Data and information. Emphasize that data is processed into information. 3. Instructions 4. Describe the information processing

More information

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

More information

JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT. Test Code: 3750 Version: 01

JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT. Test Code: 3750 Version: 01 JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT Test Code: 3750 Version: 01 Specific Competencies and Skills Tested in this Assessment: Internet Basics Describe the process of information exchange between

More information

Adobe Acrobat 6.0 Professional

Adobe Acrobat 6.0 Professional Adobe Acrobat 6.0 Professional Manual Adobe Acrobat 6.0 Professional Manual Purpose The will teach you to create, edit, save, and print PDF files. You will also learn some of Adobe s collaborative functions,

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Brief Course Overview An introduction to Web development Server-side Scripting Web Servers PHP Client-side Scripting HTML & CSS JavaScript &

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 This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have

More information

Please select one of the topics below.

Please select one of the topics below. Thanks for choosing WYSIWYG Web Builder! In this section we will give a short introduction to Web Builder so you can start building your web site in (almost) no time. Please select one of the topics below.

More information

Web Testing. Main Concepts of Web Testing. Software Quality Assurance Telerik Software Academy http://academy.telerik.com

Web Testing. Main Concepts of Web Testing. Software Quality Assurance Telerik Software Academy http://academy.telerik.com Web Testing Main Concepts of Web Testing Software Quality Assurance Telerik Software Academy http://academy.telerik.com The Lectors Snejina Lazarova Product Manager Business Services Team Dimo Mitev QA

More information

Deep analysis of a modern web site

Deep analysis of a modern web site Deep analysis of a modern web site Patrick Lambert November 28, 2015 Abstract This paper studies in details the process of loading a single popular web site, along with the vast amount of HTTP requests

More information

Basic Website Maintenance Tutorial*

Basic Website Maintenance Tutorial* Basic Website Maintenance Tutorial* Introduction You finally have your business online! This tutorial will teach you the basics you need to know to keep your site updated and working properly. It is important

More information

Web Conferencing Version 8.3 Troubleshooting Guide

Web Conferencing Version 8.3 Troubleshooting Guide System Requirements General Requirements Web Conferencing Version 8.3 Troubleshooting Guide Listed below are the minimum requirements for participants accessing the web conferencing service. Systems which

More information

Chapter 3. Application Software. Chapter 3 Objectives. Application Software. Application Software. Application Software. What is application software?

Chapter 3. Application Software. Chapter 3 Objectives. Application Software. Application Software. Application Software. What is application software? Chapter 3 Objectives Chapter 3 Application Software Identify the the categories of of application software Explain ways software is is distributed Explain how to to work with application software Identify

More information

Chapter 5 Configuring the Remote Access Web Portal

Chapter 5 Configuring the Remote Access Web Portal Chapter 5 Configuring the Remote Access Web Portal This chapter explains how to create multiple Web portals for different users and how to customize the appearance of a portal. It describes: Portal Layouts

More information

Pizza SEO: Effective Web. Effective Web Audit. Effective Web Audit. Copyright 2007+ Pizza SEO Ltd. info@pizzaseo.com http://pizzaseo.

Pizza SEO: Effective Web. Effective Web Audit. Effective Web Audit. Copyright 2007+ Pizza SEO Ltd. info@pizzaseo.com http://pizzaseo. 1 Table of Contents 1 (X)HTML Code / CSS Code 1.1 Valid code 1.2 Layout 1.3 CSS & JavaScript 1.4 TITLE element 1.5 META Description element 1.6 Structure of pages 2 Structure of URL addresses 2.1 Friendly

More information

IT3504: Web Development Techniques (Optional)

IT3504: Web Development Techniques (Optional) INTRODUCTION : Web Development Techniques (Optional) This is one of the three optional courses designed for Semester 3 of the Bachelor of Information Technology Degree program. This course on web development

More information

Best Practice in Web Design

Best Practice in Web Design Best Practice in Web Design Irrespective of whether you are intending to use a flat 'brochureware' website or an interactive e- commerce site, the overall look and feel of your website will play an important

More information

15 minutes is not much so I will try to give some crucial guidelines and basic knowledge.

15 minutes is not much so I will try to give some crucial guidelines and basic knowledge. 1 Presentation. Good morning ladies and gentlemen, dear colleagues. First of all I would like to thank the committee for this invitation and letting me speak about one of my favourite topics: the internet.

More information

Graphic Design Basics. Shannon B. Neely. Pacific Northwest National Laboratory Graphics and Multimedia Design Group

Graphic Design Basics. Shannon B. Neely. Pacific Northwest National Laboratory Graphics and Multimedia Design Group Graphic Design Basics Shannon B. Neely Pacific Northwest National Laboratory Graphics and Multimedia Design Group The Design Grid What is a Design Grid? A series of horizontal and vertical lines that evenly

More information

MAGENTO THEME SHOE STORE

MAGENTO THEME SHOE STORE MAGENTO THEME SHOE STORE Developer: BSEtec Email: support@bsetec.com Website: www.bsetec.com Facebook Profile: License: GPLv3 or later License URL: http://www.gnu.org/licenses/gpl-3.0-standalone.html 1

More information

Network: several computers who can communicate. bus. Main example: Ethernet (1980 today: coaxial cable, twisted pair, 10Mb 1000Gb).

Network: several computers who can communicate. bus. Main example: Ethernet (1980 today: coaxial cable, twisted pair, 10Mb 1000Gb). 1 / 17 Network: several computers who can communicate. Bus topology: bus Main example: Ethernet (1980 today: coaxial cable, twisted pair, 10Mb 1000Gb). Hardware has globally unique MAC addresses (IDs).

More information

FileMaker 12. Instant Web Publishing Guide

FileMaker 12. Instant Web Publishing Guide FileMaker 12 Instant Web Publishing Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

IAS Web Development using Dreamweaver CS4

IAS Web Development using Dreamweaver CS4 IAS Web Development using Dreamweaver CS4 Information Technology Group Institute for Advanced Study Einstein Drive Princeton, NJ 08540 609 734 8044 * helpdesk@ias.edu Information Technology Group [2] Institute

More information

Lesson Review Answers

Lesson Review Answers Lesson Review Answers-1 Lesson Review Answers Lesson 1 Review 1. User-friendly Web page interfaces, such as a pleasing layout and easy navigation, are considered what type of issues? Front-end issues.

More information

HTML5 for ETDs. Virginia Polytechnic Institute and State University CS 4624. May 8 th, 2010. Sung Hee Park. Dr. Edward Fox.

HTML5 for ETDs. Virginia Polytechnic Institute and State University CS 4624. May 8 th, 2010. Sung Hee Park. Dr. Edward Fox. HTML5 for ETDs Virginia Polytechnic Institute and State University CS 4624 May 8 th, 2010 Sung Hee Park Dr. Edward Fox Nicholas Lynberg Philip McElmurray Jesse Racer Page 1 Table of Contents Executive

More information

Microsoft FrontPage 2003

Microsoft FrontPage 2003 Information Technology Services Kennesaw State University Microsoft FrontPage 2003 Information Technology Services Microsoft FrontPage Table of Contents Information Technology Services...1 Kennesaw State

More information

Previewing & Publishing

Previewing & Publishing Getting Started 1 Having gone to some trouble to make a site even simple sites take a certain amount of time and effort it s time to publish to the Internet. In this tutorial we will show you how to: Use

More information

White Paper Using PHP Site Assistant to create sites for mobile devices

White Paper Using PHP Site Assistant to create sites for mobile devices White Paper Using PHP Site Assistant to create sites for mobile devices Overview In the last few years, a major shift has occurred in the number and capabilities of mobile devices. Improvements in processor

More information

Discovering Computers 2008. Chapter 3 Application Software

Discovering Computers 2008. Chapter 3 Application Software Discovering Computers 2008 Chapter 3 Application Software Chapter 3 Objectives Identify the categories of application software Explain ways software is distributed Explain how to work with application

More information

Web Development. How the Web Works 3/3/2015. Clients / Server

Web Development. How the Web Works 3/3/2015. Clients / Server Web Development WWW part of the Internet (others: Email, FTP, Telnet) Loaded to a Server Viewed in a Browser (Client) Clients / Server Client: Request & Render Content Browsers, mobile devices, screen

More information

This document is for informational purposes only. PowerMapper Software makes no warranties, express or implied in this document.

This document is for informational purposes only. PowerMapper Software makes no warranties, express or implied in this document. SortSite 5 User Manual SortSite 5 User Manual... 1 Overview... 2 Introduction to SortSite... 2 How SortSite Works... 2 Checkpoints... 3 Errors... 3 Spell Checker... 3 Accessibility... 3 Browser Compatibility...

More information

SSL VPN Portal Options

SSL VPN Portal Options 1. ProSecure UTM Quick Start Guide This quick start guide describes how to use the SSL VPN Wizard to configure SSL VPN portals on the ProSecure Unified Threat Management (UTM) Appliance. The Secure Sockets

More information

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite SAP SuccessFactors HCM Suite is a fully web-based offering. You will need an Internet connection and a system that meets

More information

IE Class Web Design Curriculum

IE Class Web Design Curriculum Course Outline Web Technologies 130.279 IE Class Web Design Curriculum Unit 1: Foundations s The Foundation lessons will provide students with a general understanding of computers, how the internet works,

More information

Dreamweaver Domain 2: Planning Site Design and Page Layout

Dreamweaver Domain 2: Planning Site Design and Page Layout Dreamweaver Domain 2: Planning Site Design and Page Layout Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Identify best practices for designing

More information

GUIDE TO WEBSITES AND E-COMMERCE

GUIDE TO WEBSITES AND E-COMMERCE GUIDE TO WEBSITES AND E-COMMERCE Version 1.0, 26-Sept-01 This document is available from www.webcentro.com.au 2001, WebCentro WebCentro Guide To Websites And E-commerce CONTENTS 1. What is a Website? 1

More information

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running Module 6 Web Page Concept and Design: Getting a Web Page Up and Running Lesson 3 Creating Web Pages Using HTML UNESCO EIPICT M6. LESSON 3 1 Rationale Librarians need to learn how to plan, design and create

More information

Enduring Understandings: Web Page Design is a skill that grows and develops throughout the careful planning and study of software and design.

Enduring Understandings: Web Page Design is a skill that grows and develops throughout the careful planning and study of software and design. Curriculum Map for Web Design SEPTEMBER Targeted NJ Core Curriculum Content Standards: Design develop, test, implement, update, and evaluate web solutions Technology Use, Media Literacy, Responsible Use

More information

Dreamweaver Tutorial - Dreamweaver Interface

Dreamweaver Tutorial - Dreamweaver Interface Expertrating - Dreamweaver Interface 1 of 5 6/14/2012 9:21 PM ExpertRating Home ExpertRating Benefits Recommend ExpertRating Suggest More Tests Privacy Policy FAQ Login Home > Courses, Tutorials & ebooks

More information

PDF Primer PDF. White Paper

PDF Primer PDF. White Paper White Paper PDF Primer PDF What is PDF and what is it good for? How does PDF manage content? How is a PDF file structured? What are its capabilities? What are its limitations? Version: 1.0 Date: October

More information

Study on Parallax Scrolling Web Page Conversion Module

Study on Parallax Scrolling Web Page Conversion Module Study on Parallax Scrolling Web Page Conversion Module Song-Nian Wang * and Fong-Ming Shyu Department of Multimedia Design, National Taichung University of Science and Technology phenombox@gmail.com, fms@nutc.edu.tw

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

126.47. Web Design (One Credit), Beginning with School Year 2012-2013.

126.47. Web Design (One Credit), Beginning with School Year 2012-2013. 126.47. Web Design (One Credit), Beginning with School Year 2012-2013. (a) General requirements. Students shall be awarded one credit for successful completion of this course. This course is recommended

More information

PaperlessPrinter. Version 3.0. User s Manual

PaperlessPrinter. Version 3.0. User s Manual Version 3.0 User s Manual The User s Manual is Copyright 2003 RAREFIND ENGINEERING INNOVATIONS All Rights Reserved. 1 of 77 Table of Contents 1. 2. 3. 4. 5. Overview...3 Introduction...3 Installation...4

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

Web Training Course: Introduction to Web Editing Version 1.4 October 2007 Version 2.0 December 2007. Course Rationale: Aims & Objectives:

Web Training Course: Introduction to Web Editing Version 1.4 October 2007 Version 2.0 December 2007. Course Rationale: Aims & Objectives: Web Training Course: Introduction to Web Editing Version 1.4 October 2007 Version 2.0 December 2007 Course Rationale: The university is currently rolling out new Web publishing templates to all organisational

More information

Bitrix Site Manager 4.1. User Guide

Bitrix Site Manager 4.1. User Guide Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing

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 2005 2008 by its contributors as listed in the section titled Authors. You may distribute

More information

Advanced Event Viewer Manual

Advanced Event Viewer Manual Advanced Event Viewer Manual Document version: 2.2944.01 Download Advanced Event Viewer at: http://www.advancedeventviewer.com Page 1 Introduction Advanced Event Viewer is an award winning application

More information

Madison Area Technical College. MATC Web Style Guide

Madison Area Technical College. MATC Web Style Guide Madison Area Technical College MATC Web Style Guide July 27, 2005 Table of Contents Topic Page Introduction/Purpose 3 Overview 4 Requests for Adding Content to the Web Server 3 The MATC Public Web Template

More information

Level: 3 Credit value: 5 GLH: 40 Assessment type:

Level: 3 Credit value: 5 GLH: 40 Assessment type: Unit 352 Website software UAN: Level: 3 Credit value: 5 GLH: 40 Assessment type: Relationship to NOS: Assessment requirements specified by a sector or regulatory body: Aim: Y/502/4632 Portfolio of Evidence

More information

Web Design Specialist

Web Design Specialist UKWDA Training: CIW Web Design Series Web Design Specialist Course Description CIW Web Design Specialist is for those who want to develop the skills to specialise in website design and builds upon existing

More information