Web Design Issues. Thane B. Terrill Summer 1999

Size: px
Start display at page:

Download "Web Design Issues. Thane B. Terrill Summer 1999"

Transcription

1 Web Design Issues Thane B. Terrill Summer 1999 This presentation covers some of the most common issues that are confronted by the serious web designer. Web design has many unique characteristics that make it challenging to work with. The first thing to remember is that the web is not a monolithic system. Rather, the web is an infrastructure on which a number of different technologies operate. Not only are the number of technologies involved vast, but there are few reliable standards. This results in a bewildering number of options -- some of which are dead-ends. After going through this presentation, please use the class discussion list to ask any questions that you still have. Please note that many of these issues are fairly contentious and that not everyone will agree with every conclusion reached here. In fact, this lack of agreement -- raising sometimes to status of a religious war -- is probably the only thing that the entire web development community has in common! 1

2 Web Editors Text-based editors Programs like HomeSite and BBedit providers the user full control but offers little help on advanced features. It often takes a few steps to know how you code with actually look. Visual Editors Programs like PageMill work on the assumption that everything can be done without seeing the code. Hard to fix when things go wrong Web development started off with simple text editors. Many web sites have been done with Notepad (Windows) or emacs (Unix). Soon programs began to appear that offered features that automated some of the more tedious tasks while keeping the text editor environment. The first developers were computer types and scientists. Once the power of the web became apparent to the general public, it was not long before many people wanted an easy way to design web pages. The answer was a new class of web design program that allowed the user to design the web page visually. This method uses the concept that if one places text and graphics on a blank screen in the way he or she wants to look, the program will do whatever it takes in HTML to make that happen. Professional web designers have traditionally -- if one can use the word traditionally in a field only a few years old! -- looked down on visual editors. Visual editors often create very unwieldy HTML code. Not only does this make for heavier pages but the HTML was frequently difficult to modify. While it is still true that text-based editors are still the ultimate in control over one s HTML code, many professional now supplement their work with a new breed of visual editor. Visual editors can allow the designer to see his or her work in real time. In the old days, the designer had to save the HTML code and view it in a browser. This multiple step process if obviously not as fast as working on a visual editor that shows the changes as they are being made. Professionals usually switch between the two methods. 2

3 New Web Editors Programs like FrontPage and Dreamweaver combine visual editing and text editing. The new editors allow for the addition of complicated processes via objects These objects add the code required to make an advanced feature work Site management and group collaboration features are now being added FrontPage is the ultimate in the of the development of visual editors for the non-technical designer while Macromedia s Dreamweaver is the new breed of visual editor intended for the professional. The primary difference between the two programs is how pre-existing HTML code is handled. FrontPage 98 has no reservations about taking a page that has been creating elsewhere and modifying the code and file names to suit its own system. Dreamweaver recognizes that the code it sees is most likely the result of careful tweaking by a serious HTML designer and thus should left alone. 3

4 Common Image Formats GIF & PNG-8 used for images with few color variations and basic patterns does not lose information can be animated often used for buttons and banners JPEG used for photographs and other images that have great contrast will lose some information when the file is created jpegs can be reduced at many quality levels and displayed in several ways While it is enough to know that GIFs and PNGs are used for solid colors and JPEGs are used for photographs and for other images with lots of gradation in colors, a serious designer will also learn about the technical characteristics of each image format. Each image format uses a specific system to analyze and compress the source image so that it maintains the best appearance as the image s physical size is reduced (size in this case means 100k or 10k and not dimensions of the image). In many cases, the designer does not have control over which images are to be used. However, when a designer can pick his or her own images, knowledge of these image systems can make a significant difference. For example, the GIF system can better compress an images with horizontal strips of color than the same image turned so that the strips are vertical. Knowing that horizontal stripes are fairly cheap in terms of file size, can allow the designer to do some impressive design that actually does little to increase the download time of the page. It s important to remember that the web is one of the few areas that the characteristics of the component files are important to the viewer. In a magazine, the reader does not care if the photographic was produced from a 5 meg file or a 200 meg file. The paper equalizes both images. This is not true on the web, the difference between a 50k image and a 5 meg image is the difference between the user seeing the image and not seeing the image. 4

5 PDF A multi-platform image delivery system based on the PostScript printing language Closely maintains the original document s appearance regardless of the operating system Does support security features (4.0 version supports digital signatures) Supports hyperlinks Byte-serving allows for one page to be downloaded at a time Free viewers and inexpensive creation tools PDF is a format that has yet to come into its own. It s a powerful tool that can solve many of problems inherent in HTML. Whereas HTML is structured on the concept that the design should be malleable so that it can be displayed on multiple platforms, PDF fixes the design precisely. Both systems answer the question of how to distribute information in a way to be viewed on multiple operating systems, a variety of monitor sizes, and an assortment of screen resolutions. The number of possible combinations are so vast that a designer can take little for granted. XML (extensible Markup Language) technology will present PDF with its first real challenge. XML allows for a preciseness that can match PDF. It will be interesting to see how the PDF format will respond to XML s challenge. 5

6 Some New Image Formats Flash (by Macromedia) is a vector based display system easily resizes to user s screen small image sizes can be animated PNG (8 & 24) is a replacement for GIF and JPEG. Live Picture ( multi-resolution display format allows for zooming and scrolling Flash and other vector-based systems bring a new range of opportunities to the web designer. A normal image is created by recording what each dot in an image is doing in order to create the desired appearance. A vector-based system creates an outline of an image using a set of lines and curves and then fills in the spaces with color. This system is very efficient for the right type of image -- a photograph would not be suitable -- and it allows for motion and resizing. Because a vector image is a set of mathematical equations, a simple recalculation can allow the image to shrink or grow -- even to spin around. At present, vector-based systems are not common since they require the browser to download program code that then reads the image. This is problem for older browsers and for those people not willing to download the helper program. Live Picture is an innovative system for handling the problem of how to show a great deal of information over a slow Internet connection. It uses what can be best described as progressive resolution. As one zooms into an image, an image server replaces the previous image with a new image of the zoomed in section. This selective downloading greatly reduces the amount of information that needs to be downloaded. Take a look at the demo found at 6

7 Web Languages Java - a full programming language with claims to support multiple operating systems Java Script - a text-based programming code that get interrupted by the user s browser Pearl - a text-based programming code that uses the web server s processor ActiveX - Microsoft s answer to Java Plugins -- Acrobat PDF viewer is one example HTML is frequently thought of as a programming language when in fact it is a markup language. Java, Pearl, ActiveX, and plugins are examples of true programs. Java was hyped to the pointed that it was to solve every problem a computer could have. Needless to say, nothing is a good answer for every problem. Java has proven to be too slow and difficult to operate on multiple platforms. The creed of write once and run everywhere has been replaced with the unofficial saying, write once, debug everywhere. This is not to say that Java is not useful. It can be very useful for doing fairly simple tasks on web pages -- like roll-over buttons and intelligent on-line forms. The idea that full-blown applications would be distributed over the web has been placed on the back burner after a few high profile failures by Corel, IBM, and others. Where Java is proving very useful is in the area of connecting old mainframe sources of information, like student records, with web servers. Even today, long after the supposed death of mainframe computers, 80% of all computer data is residing on a main frame system. Few people advocate the removal of mainframes as was once popular. The key is figure out how to integrate the strengths of a mainframe with the easy access of a web server. Java is showing itself adept in this area. ActiveX is Microsoft s system by which its applications can be moved into a web environment. On the Windows platform, it does compete with Java. It does not do a good job on other platforms and it has security issues that make it dangerous to use. 7

8 Browser Targeting Intranet / Extranet / Internet -- each has its own level of control over what can be asked of the user Required Functionality what is really required and what do you want just to look sophisticated Multiple Pages some or all of your site can be duplicated so that multiple browsers can be targeted Test your designs on multiple systems Designing a web site for an Internet audience is vastly different from designing for an Intranet audience. An Intranet is a web site intended only for viewing over an organization s private network. The designer can assume many things that cannot be assumed with the Internet. For example, the designer knows exactly the connection speed the user will have. Often, these speeds are many times faster than that used by external users. The designer can also specify which browser(s) the system will be willing to support. Having this knowledge allows the designer to create feature-rich web sites. Extranets have some of the advantages of an Intranet, but have the most in common with Internets. An Extranet is an Intranet that has been extended externally to a select audience. A distance learning class can be an Extranet. Access is limited and the designer can specify which browsers and plugins that will be supported. The Internet is a real jungle. Large commercial sites deal with the diversity of browsers and connection speeds by designing what are in effect multiple sites. The web server senses what the user has as he or she enters the web site and sends those pages that have been optimized the user s platform. Many sites have two or three versions of the same site. Another way to handle the same issue is to enter commands that some browsers will see but others will not. This has the effect of encasing several pages within one file. The ultimate solution is a unified standard for browsers -- but that goal is still elusive. 8

9 Web Site Statistics A web hit is the most inaccurate method by which to measure web traffic Volume is important, but the distribution of users throughout the web site is also important Are parts of your site being missed? Are parts of your site more interesting than you expected? Look for the screen resolution and browser versions of the visitors Web servers collect vast amounts of information about every action a user takes on a web site. These web statistics become the source of revenue for commercial sites and a useful tool for the web designer. Unfortunately, web statistics are not as meaningful as the vast quantities of data would lead one to believe. The well known web hit is perhaps the most over stated statistic. A web hit simply a record of one element on a web page being sent to a user. To increase one s site one only needs to increase the number of elements on a page. A page with 30 small pictures will therefore appear to be 30 times more popular than a page with 1 element. Always be careful when someone uses web hits as proof of popularity. Unique visitors are much more meaningful a measurement. Unfortunately, even this statistic may not be correct since many large corporations and Internet Service Providers make copies of popular web sites so as to increase the speed of web transfers. The user may think he or she is connecting to your web site, but in fact he or she is actually getting a copy off the corporate web cache server. These cache servers make the Internet more efficient, but throw a large monkey wrench into the web statistics evaluation. Web statistics are good for getting a general idea of activity, for seeing which pages are the most popular, for seeing if some areas of the site are being missed by the users, for determining which browsers and operating systems are most common, and for accessing the demographics of the population visiting your site. 9

10 Costs Many web sites appear to be free since the work comes out of other people s work time A small site done professionally should run between five and twenty thousand dollars Corporate sites often run in the hundreds of thousands and sites like the one that ran the Olympics are in the millions. Building a web site is often like bringing home a baby pet alligator. It starts out cute and manageable but quickly gets to the point where it sees you as its next meal. Many people start a web site because it is so easy to get started. In a weekend, one can have a web site of a dozen pages or so. After everyone congratulates you, they start requesting more content and features. If these features were not in the original design, the site frequently becomes an unmanageable mess that will have to be rebuilt at great time and expense. The other main problem is that the ease of which a site can be started gives management the idea that web sites are free. Everyone knows a 30 second commercial during the Super Bowl can run hundreds of thousands. Likewise, major web sites can cost millions of dollars. If possible, determine where your web efforts are heading and plan for that eventual reality and not just the first step. If your site is going to include thousands of pages and interactive elements, plan for these features now. The systems you will use and the budgets you need are best determined at the beginning. 10

Introduction... Learn to insert event sounds and streaming sounds and to change the effects for a sound... 69

Introduction... Learn to insert event sounds and streaming sounds and to change the effects for a sound... 69 1997 1999 Macromedia, Inc. All rights reserved. Macromedia, the Macromedia logo, Dreamweaver, Director, Fireworks, Flash, Fontographer, FreeHand, and Xtra are trademarks or registered trademarks of Macromedia,

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

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

To be productive in today s graphic s industry, a designer, artist, or. photographer needs to have some basic knowledge of various file

To be productive in today s graphic s industry, a designer, artist, or. photographer needs to have some basic knowledge of various file An Artist s Digital Toolkit Allan Wood, for educational use only Understanding File Formats File Formats To be productive in today s graphic s industry, a designer, artist, or photographer needs to have

More information

How Web Browsers Work

How Web Browsers Work 144 PART 4 HOW THE WORLD WIDE WEB WORKS CHAPTER 18 How Web Browsers Work 145 LIKE much of the Internet, the World Wide Web operates on a client/server model. You run a web client on your computer called

More information

Making Graphics Interactive

Making Graphics Interactive Making Graphics Interactive A Banner Ad or web banner is a form of advertising on the World Wide Web delivered by an ad server. This form of online advertising entails embedding an advertisement into

More information

Talking: Web. Web design is the hardest thing you will ever do in life. At least when you do it for the first time. Home Page. Talking: Resources

Talking: Web. Web design is the hardest thing you will ever do in life. At least when you do it for the first time. Home Page. Talking: Resources 1 Talking: Web Web design is the hardest thing you will ever do in life. At least when you do it for the first time. Home Page Yale: http://info.med.yale.edu/caim/manual/ Design for designers: http://www.wpdfd.com/

More information

Websites for Small Business. Copyright 2005 Three Rivers Internet

Websites for Small Business. Copyright 2005 Three Rivers Internet Websites for Small Business Why your business needs a website Today, over 60% of Americans use the Internet. We use it to communicate, to learn, to shop and to buy. It is just as important in our lives

More information

Overview. E-Business Web Site Design

Overview. E-Business Web Site Design E-Business Web Site Design Michael B. Spring Department of Information Science and Telecommunications University of Pittsburgh spring@imap.pitt.edu http://www.sis.pitt.edu/~spring Overview Goals Biases,

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

SRCSB General Web Development Policy Guidelines Jun. 2010

SRCSB General Web Development Policy Guidelines Jun. 2010 This document outlines the conventions that must be followed when composing and publishing HTML documents on the Santa Rosa District Schools World Wide Web server. In most cases, these conventions also

More information

Buy The Complete Version of This Book at Booklocker.com:

Buy The Complete Version of This Book at Booklocker.com: Turn your writing skills into a profitable, money-making profession. Write Your Way to Riches: How to Make Money as a Technical Writer Buy The Complete Version of This Book at Booklocker.com: http://www.booklocker.com/p/books/1293.html?s=pdf

More information

(These instructions are only meant to get you started. They do not include advanced features.)

(These instructions are only meant to get you started. They do not include advanced features.) FrontPage XP/2003 HOW DO I GET STARTED CREATING A WEB PAGE? Previously, the process of creating a page on the World Wide Web was complicated. Hypertext Markup Language (HTML) is a relatively simple computer

More information

Internet Advertising Glossary Internet Advertising Glossary

Internet Advertising Glossary Internet Advertising Glossary Internet Advertising Glossary Internet Advertising Glossary The Council Advertising Network bring the benefits of national web advertising to your local community. With more and more members joining the

More information

Development process for multimedia applications

Development process for multimedia applications 1 Topic 1 Development process for multimedia applications Contents 1.1 Introduction: What is a multimedia application?.................. 3 1.2 Description of the software development process.................

More information

Digital media glossary

Digital media glossary A Ad banner A graphic message or other media used as an advertisement. Ad impression An ad which is served to a user s browser. Ad impression ratio Click-throughs divided by ad impressions. B Banner A

More information

Web Design I. Introduction. This first exercise will cover the following concepts: Tutorial Topics

Web Design I. Introduction. This first exercise will cover the following concepts: Tutorial Topics Web Design I Web Enhancement XHTML/CSS Tutorial One Getting Started With the Internet Introduction Tutorial Topics This is the first of a series of tutorials to assist students enrolled in the XHTML/CSS

More information

Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs

Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs In the worlds of electronic publishing and video production programs, the need for TIFF or EPS formatted files

More information

Course Title: Multimedia Design

Course Title: Multimedia Design Course Title: Multimedia Design Unit: Multimedia Hardware and Software Content Standard(s) and 1. Compare types of multimedia, including presentation, desktop publishing, Web page design, graphic design,

More information

Multimedia Images: Vector-based vs. Bitmap Graphics

Multimedia Images: Vector-based vs. Bitmap Graphics 1 Multimedia Images: Vector-based vs. Bitmap Graphics Introduction Multimedia is, as described in Vaughan (2001), a combination of various elements, such as text, graphic art, animation, video, and sound.

More information

ABL Advisor :: Online Advertising Specifications

ABL Advisor :: Online Advertising Specifications ABL Advisor :: Online Advertising Specifications Contact Denise Finegan 484.380.2968 or email dfinegan@abladvisor.com p.1 ONLINE ADVERTISING SPECIFICATIONS & SUBMISSION GUIDELINES WEBSITE BANNER AD SIZES

More information

Creating a Web Page in Flash

Creating a Web Page in Flash Creating a Web Page in Flash Introduction Animation is becoming one of the critical components of Web site design, and the demand for animation on Web sites is getting higher. Flash, which integrates audio

More information

XBoost Implementation at GoVideo

XBoost Implementation at GoVideo XBoost Implementation at GoVideo A Business Case White Paper Jeff Stokes Du Bose Sr. GoVideo developer and analyst www.govideo.com November 2004 Table of Contents Executive Summary Objectives Overview

More information

Web Design Tips. http://www.colin.mackenzie.org/webdesign/ [2/11/2003 11:42:18 AM]

Web Design Tips. http://www.colin.mackenzie.org/webdesign/ [2/11/2003 11:42:18 AM] Web Design Tips http://www.colin.mackenzie.org/webdesign/ [2/11/2003 11:42:18 AM] Web Design Tips - Avoid Cliches To start off, keep in mind that web development, like any other 'craft', is a subjective

More information

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver LESSON 3: ADDING IMAGE MAPS, ANIMATION, AND FORMS CREATING AN IMAGE MAP OBJECTIVES By the end of this part of the lesson you will: understand how image maps can enhance a design and make a site more interactive

More information

As the old adage goes, Work smarter, not harder. These days, technical writers and Help authors face perpetual

As the old adage goes, Work smarter, not harder. These days, technical writers and Help authors face perpetual The True Single-Sourcing Solution for Microsoft Word Users By David Knopf, Knopf Online As the old adage goes, Work smarter, not harder. These days, technical writers and Help authors face perpetual pressure

More information

Caribbean Tourism Organization Website Advertising Policy for OneCaribbean.org

Caribbean Tourism Organization Website Advertising Policy for OneCaribbean.org Caribbean Tourism Organization Website Advertising Policy for OneCaribbean.org The Caribbean Tourism Organization is now offering the opportunity to advertise on its membership website, at http://www.onecaribbean.org.

More information

Beginning Dreamweaver Zac Van Note www.creativefuel.org

Beginning Dreamweaver Zac Van Note www.creativefuel.org Beginning Dreamweaver Zac Van Note www.creativefuel.org Description This class provides an overview of the features and capabilities of Dreamweaver. Lecture, discussion and hands-on exercises will reinforce

More information

Caribbean Tourism Organization Website Advertising Policy for OneCaribbean.org

Caribbean Tourism Organization Website Advertising Policy for OneCaribbean.org Caribbean Tourism Organization Website Advertising Policy for OneCaribbean.org The Caribbean Tourism Organization is now offering the opportunity to advertise on its membership website, at http://www.onecaribbean.org.

More information

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene.

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene. Graphic Design Active Layer- When you create multi layers for your images the active layer, or the only one that will be affected by your actions, is the one with a blue background in your layers palette.

More information

Optimizing graphic files

Optimizing graphic files Optimizing graphic files Introduction As soon as I started using web-authoring tools, I realized that I should be careful to use graphics on the web. Well-designed graphics usually make the web site more

More information

How to Build a Profitable Internet Site

How to Build a Profitable Internet Site Internet Profits for Magazine and Newspaper Publishers Hannon Hill Corporation 950 East Paces Ferry Road Suite 2440, Atlanta, GA 30326 www.hannonhill.com o: 678.904.6900 f: 678.904.6901 Table of Contents

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

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

Comparison of Web Authoring Tools (NetObjects Fusion, Microsoft FrontPage, and Macromedia Dreamweaver)

Comparison of Web Authoring Tools (NetObjects Fusion, Microsoft FrontPage, and Macromedia Dreamweaver) Comparison of Web Authoring Tools (NetObjects Fusion, Microsoft FrontPage, and Macromedia Dreamweaver) Introduction to Web Authoring Tools It is easier than ever to create a Web site with an HTML editor,

More information

Fireworks CS4 Tutorial Part 1: Intro

Fireworks CS4 Tutorial Part 1: Intro Fireworks CS4 Tutorial Part 1: Intro This Adobe Fireworks CS4 Tutorial will help you familiarize yourself with this image editing software and help you create a layout for a website. Fireworks CS4 is the

More information

BUSINESS SOLUTIONS ASSOCIATION. Banner Ad Guidelines BSA Guideline 08-13

BUSINESS SOLUTIONS ASSOCIATION. Banner Ad Guidelines BSA Guideline 08-13 BUSINESS SOLUTIONS ASSOCIATION Banner Ad Guidelines BSA Guideline 08-13 Proposed Effective Date: January 1, 2014 Table of Contents Purpose Goals and Objectives Proposed Guidelines Technical Specifications

More information

1Lesson 1: Overview of Web Design Concepts Objectives

1Lesson 1: Overview of Web Design Concepts Objectives 1Lesson 1: Overview of Web Design Concepts Objectives By the end of this lesson, you will be able to: 1.2.1: Balance customer needs and usability with site design principles and aesthetics (includes distinguishing

More information

Java in Education. Choosing appropriate tool for creating multimedia is the first step in multimedia design

Java in Education. Choosing appropriate tool for creating multimedia is the first step in multimedia design Java in Education Introduction Choosing appropriate tool for creating multimedia is the first step in multimedia design and production. Various tools that are used by educators, designers and programmers

More information

Outline. CIW Web Design Specialist. Course Content

Outline. CIW Web Design Specialist. Course Content CIW Web Design Specialist Description The Web Design Specialist course (formerly titled Design Methodology and Technology) teaches you how to design and publish Web sites. General topics include Web Site

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Adobe Photoshop Introduction Part 1 (Basics- Image Manipulation) ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents: Overview... 1 Objectives... 1 Basic Graphic Terminology...

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

Developing a Website. Chito N. Angeles Web Technologies: Training for Development and Teaching Resources

Developing a Website. Chito N. Angeles Web Technologies: Training for Development and Teaching Resources Developing a Website Chito N. Angeles Web Technologies: Training for Development and Teaching Resources Static vs. Dynamic Website Static Website Traditional Website Contains a fixed amount of pages and

More information

Creating Web Pages with Microsoft FrontPage

Creating Web Pages with Microsoft FrontPage Creating Web Pages with Microsoft FrontPage 1. Page Properties 1.1 Basic page information Choose File Properties. Type the name of the Title of the page, for example Template. And then click OK. Short

More information

17 of the Internet s Best Banner Ads. Love em or Hate em They Do Work!

17 of the Internet s Best Banner Ads. Love em or Hate em They Do Work! Love em or Hate em They Do Work! Banner Ads What are they? Ever since the Internet started to take off in the mid 90 s, banner ads have been an acceptable way of advertising on the Web. Banner ads come

More information

WYSIWYG. v. 5.3.70 Rev 11/08 1

WYSIWYG. v. 5.3.70 Rev 11/08 1 WYSIWYG Overview...2 Objectives...2 EXERCISE 2.1: View a Diagram of WYSIWYG Components...3 W hat is W YSIW YG?...4 Library...5 Image Library...5 Document Library...6 EXERCISE 2.2: Uploading Library Elements...8

More information

Smithsonian Institution Archives Guidance Update SIA. ELECTRONIC RECORDS Recommendations for Preservation Formats. November 2004 SIA_EREC_04_03

Smithsonian Institution Archives Guidance Update SIA. ELECTRONIC RECORDS Recommendations for Preservation Formats. November 2004 SIA_EREC_04_03 SIA Smithsonian Institution Archives Guidance Update November 2004 ELECTRONIC RECORDS Recommendations for s SIA_EREC_04_03 Highlights Highlights of SIA_EREC_04_03, an update on electronic record preservation

More information

A Web Content Management Blueprint

A Web Content Management Blueprint February 25, 2002 A Web Content Management Blueprint Planning for a content-rich, successful web site. By Ian Lurie President, Portent Interactive www.portent.biz Copyright 2002, Portent Interactive The

More information

Internet, Intranet, or Extranet Define Your Audience and Establish Communication Goals

Internet, Intranet, or Extranet Define Your Audience and Establish Communication Goals PLANNING AND KEY CONSIDERATIONS FOR A NEW WEB SITE: Your Guide To Understanding What It Takes To Create A Winning Solution By: Rock Multimedia Solutions February, 2003 Rock Multimedia Solutions offers

More information

E-commerce. Web Servers Hardware and Software

E-commerce. Web Servers Hardware and Software E-commerce Web Servers Hardware and Software Basic technical requirements of a Web site that can support E-commerce operations and match business needs. Oct 22, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html

More information

STATEMENT OF PURPOSE

STATEMENT OF PURPOSE WEB DESIGN STATEMENT OF PURPOSE This course is intended for the student interested in learning how to create web pages for the World Wide Web. Instruction on how to program using the HTML language is provided.

More information

Many of us use certain words to find information when searching on the Internet. These words are commonly referred to as keywords.

Many of us use certain words to find information when searching on the Internet. These words are commonly referred to as keywords. The Seven Most Critical Website Design Elements Lenny Laskowski www.ljlseminars.com When designing a website for your business, it is critical to incorporate the elements that will allow search engines

More information

Website Basics. An Introductory Guide to the Process and Terminology of Website Development. By Brockton James. Webmaster and Co-owner,

Website Basics. An Introductory Guide to the Process and Terminology of Website Development. By Brockton James. Webmaster and Co-owner, Website Basics An Introductory Guide to the Process and Terminology of Website Development By Brockton James Webmaster and Co-owner, P.O. Box 152, Magalia CA 95954 (530) 877-9682 or (530) 873-0984 email:

More information

Proposal for a Virtual 3D World Map

Proposal for a Virtual 3D World Map Proposal for a Virtual 3D World Map Kostas Terzidis University of California at Los Angeles School of Arts and Architecture Los Angeles CA 90095-1467 ABSTRACT The development of a VRML scheme of a 3D world

More information

Optimizing Courses for Online Learning

Optimizing Courses for Online Learning Optimizing Courses for Online Learning Best Practices Guide OutStart, Inc. 745 Atlantic Avenue 4 th Floor Boston, MA 02111 617.897.6800 www.outstart.com 2006 OutStart, Inc. All rights reserved. No part

More information

Design Your Web Site from the Bottom Up. By Peter Pappas. edteck press

Design Your Web Site from the Bottom Up. By Peter Pappas. edteck press Design Your Web Site from the Bottom Up By Peter Pappas Introduction: Most novice website builders begin work by designing their start page. I advocate another method. Begin your site from the bottom and

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

This unit provides knowledge of web architecture, components and technologies. It also covers the implementation of website elements.

This unit provides knowledge of web architecture, components and technologies. It also covers the implementation of website elements. Unit 20: Web Fundamentals Unit code: R/601/3512 QCF Level 2: BTEC Specialist Credit value: 7 Guided learning hours: 60 Aim and purpose This unit provides knowledge of web architecture, components and technologies.

More information

How To Create Your Own Profitable Banners In Minutes!

How To Create Your Own Profitable Banners In Minutes! How To Create Your Own Profitable Banners In Minutes!..Without Graphic Design Skills Or Photoshop! Brought to you by EasyBannerCreator Introduction Banner ads are one of the most popular and effective

More information

Ajax Design and Usability

Ajax Design and Usability Ajax Design and Usability William Hudson william.hudson@syntagm.co.uk www.syntagm.co.uk/design Ajax Design and Usability About Ajax Ajax in context How Ajax works How Ajax is different How Ajax is similar

More information

How to Get Your Website on the Internet: Web Hosting Basics

How to Get Your Website on the Internet: Web Hosting Basics The Web Host Advisor How to Get Your Website on the Internet: Web Hosting Basics Copyright 2012 by The Web Host Advisor Table of Contents Why Do You Want a Website page 3 What Kind of Website do You Want?

More information

YOUR FIRST WEBSITE 5 EASY STEPS WEBSITE QUICKSTART

YOUR FIRST WEBSITE 5 EASY STEPS WEBSITE QUICKSTART YOUR FIRST WEBSITE WEBSITE QUICKSTART 5 EASY STEPS Anyone can do to get their first website up and running with wordpress the right way in just a few minutes. 5 STEPS TO YOUR FIRST WEBSITE WAVE NETWORKS

More information

Online Video Brochures: A Powerful New Direct Marketing Application

Online Video Brochures: A Powerful New Direct Marketing Application Online Video Brochures: A Powerful New Direct Marketing Application R I C H M E D I A M A R K E T I N G Flimp Media, Inc. 2 Hayden Rowe Street Hopkinton, MA 01748 Phone: 877.FLIMP.IT (877.354.6748) Fax:

More information

Setting up Web Material. An introduction

Setting up Web Material. An introduction Setting up Web Material An introduction How to publish on the web Everyone with an Aberystwyth University account can publish material on the web http://users.aber.ac.uk/you9/ The URL of your home page

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

PDF Portable Document Format

PDF Portable Document Format PDF Portable Document Format Q & A: PDF...1 What is a PDF file?... 1 What are the benefits?... 1 How simple is it to use?... 1 Is it possible to cut and paste text from a.pdf file?... 2 PDF Programs: (free,

More information

Fireworks 3 Animation and Rollovers

Fireworks 3 Animation and Rollovers Fireworks 3 Animation and Rollovers What is Fireworks Fireworks is Web graphics program designed by Macromedia. It enables users to create any sort of graphics as well as to import GIF, JPEG, PNG photos

More information

CHAPTER 9: THE EVOLVING INTERNET

CHAPTER 9: THE EVOLVING INTERNET CHAPTER 9: THE EVOLVING INTERNET Multiple Choice: 1. What was the department of the U.S. government that developed the initial stages of the Internet? A. Department of Commerce B. Department of Defense

More information

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint While it is, of course, possible to create a Research Day poster using a graphics editing programme such as Adobe

More information

Nonprofit Technology Collaboration. Website Basics

Nonprofit Technology Collaboration. Website Basics Website Basics A website can help broadcast information about your organization to the general public. It can help you increase awareness of your organization, pass information to your employees or volunteers,

More information

Dear Educator: Sincerely, Norm Meyrowitz President, Macromedia Products

Dear Educator: Sincerely, Norm Meyrowitz President, Macromedia Products Dear Educator: Thank you for your interest in Macromedia software and Web Design 101. We understand that with so many new tools introduced each year, it s time consuming to learn and evaluate the latest

More information

Web Publishing Guidelines

Web Publishing Guidelines An Artist s Digital Toolkit Allan Wood, for educational use only Web Publishing Guidelines Setting Up Files for the Web When creating files to be used for the Web, the measurement settings should be in

More information

ICT Year 8 Unit 8.1 Publishing on the web

ICT Year 8 Unit 8.1 Publishing on the web ICT Year 8 Unit 8.1 Publishing on the web About this Unit: In this unit pupils use web technology to design and create a website for a virtual visit to a school. Groups of four pupils design and implement

More information

Data Visualization Techniques

Data Visualization Techniques Data Visualization Techniques From Basics to Big Data with SAS Visual Analytics WHITE PAPER SAS White Paper Table of Contents Introduction.... 1 Generating the Best Visualizations for Your Data... 2 The

More information

Copyright 2010 You have giveaway rights to this report. Feel free to share.

Copyright 2010 You have giveaway rights to this report. Feel free to share. Article Marketing Magic Copyright 2010 You have giveaway rights to this report. Feel free to share. Table of Contents What Is Article Marketing?...3 The History of Article Marketing...7 Article Marketing

More information

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction

More information

Chapter 4: Website Basics

Chapter 4: Website Basics 1 Chapter 4: In its most basic form, a website is a group of files stored in folders on a hard drive that is connected directly to the internet. These files include all of the items that you see on your

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

Client Admin Site Adding/Editing Content Under Site Builder/Site Navigation Tutorial by Commerce Promote

Client Admin Site Adding/Editing Content Under Site Builder/Site Navigation Tutorial by Commerce Promote SiteBuilder (Adding/Editing Content) Enable web pages on your website Add and format text and images Upload images Create Image Links Create Sub Levels Create Hyperlinks Upload Data files (ppt,xls,word

More information

A bandwidth optimization company

A bandwidth optimization company 626-231-0723 info@bandwidthdiet.com www.bandwidthdiet.com A bandwidth optimization company SAVE 60% ON YOUR MONTHLY BANDWIDTH BILL TODAY! Saving Bandwidth on Volusion As a Volusion store owner, you have

More information

Oglethorpe University. CRS410 Internship in Communications. Debra Bryant, Web Content Intern. December 10, 2012

Oglethorpe University. CRS410 Internship in Communications. Debra Bryant, Web Content Intern. December 10, 2012 Website Development and Design: Real World Experience Debra Oglethorpe University CRS410 Internship in Communications Debra, Web Content Intern December 10, 2012 Experience Website Development and Design:

More information

1. http://www.altavista.com/help/free/free_searchbox_transl 2. http://www.worldlingo.com/en/products/instant_website_translator.

1. http://www.altavista.com/help/free/free_searchbox_transl 2. http://www.worldlingo.com/en/products/instant_website_translator. HOW TO BUILD A WEBSITE FOR YOUR BUSINESS? BEFORE YOU START TO BUILD YOUR WEBSITE OR HIRE SOMEONE TO BUILD YOUR WEBSITE FOR YOU, THERE ARE SEVERAL QUESTIONS YOU NEED TO ASK YOURSELF IN ORDER TO ENSURE THAT

More information

We hold these truths to be self-evident... 3. Fireworks can create CSS. However, see article 2 for clarification.

We hold these truths to be self-evident... 3. Fireworks can create CSS. However, see article 2 for clarification. We hold these truths to be self-evident... 1. Fireworks is a DESIGN program. 2. While Fireworks can design a website or interface, it should not be used for live websites only prototypes and presentations.

More information

Tips for clear websites

Tips for clear websites Plain English Campaign: Tips for clear websites Copyright Plain English Campaign Tips for clear websites This is only a basic guide. If you have any suggestions, corrections or improvements, please contact

More information

Website Design Amy Hissom Seminar in Computer Technology Technology Research Paper February 13, 2007

Website Design Amy Hissom Seminar in Computer Technology Technology Research Paper February 13, 2007 Website Design Amy Hissom Seminar in Computer Technology Technology Research Paper February 13, 2007 Website Design 2 Website Design There are many steps involved in creating a Web site. I have designed

More information

Generate Android App

Generate Android App Generate Android App This paper describes how someone with no programming experience can generate an Android application in minutes without writing any code. The application, also called an APK file can

More information

Table of Contents Recommendation Summary... 3 Introduction... 4 Formatting Recommendations... 5 Creative:... 7 Deliverability & Infrastructure:...

Table of Contents Recommendation Summary... 3 Introduction... 4 Formatting Recommendations... 5 Creative:... 7 Deliverability & Infrastructure:... Table of Contents Recommendation Summary... 3 Technical:... 3 Creative:... 3 Introduction... 4 Formatting Recommendations... 5 JavaScript:... 5 Forms:... 5 Background Tags and Colors:... 5 Html Text:...

More information

Email Guidelines. The following guidelines are for companies who develop email HTML design/creative and copy.

Email Guidelines. The following guidelines are for companies who develop email HTML design/creative and copy. The following guidelines are for companies who develop email HTML design/creative and copy. In today s email environment it is imperative that mailers consider the limitations presented by email readers

More information

N-CAP Users Guide. Everything You Need to Know About Using the Internet! How Banner Ads Work

N-CAP Users Guide. Everything You Need to Know About Using the Internet! How Banner Ads Work N-CAP Users Guide Everything You Need to Know About Using the Internet! How Banner Ads Work How Banner Ads Work by Tom Harris If you've spent any time surfing the Internet, you've seen more than your fair

More information

Pageflex Persona Cross Media Suite

Pageflex Persona Cross Media Suite Pageflex Persona Cross Media Suite Pageflex Persona Cross Media Suite gives you the power to create personalized cross media campaigns using the award-winning variable data capability of Pageflex on your

More information

SiteCelerate white paper

SiteCelerate white paper SiteCelerate white paper Arahe Solutions SITECELERATE OVERVIEW As enterprises increases their investment in Web applications, Portal and websites and as usage of these applications increase, performance

More information

Vodafone Business Connect

Vodafone Business Connect Vodafone Business Connect FAQs: Website Vodafone Business Connect - FAQs: Website V 1.0 1. Do I need a domain name? Yes you need a domain name to Host a website. You can register a new domain with Vodafone

More information

2011-2012. Online Advertising Media Kit. A Final Draft, Inc. Publication. To place your ad, contact: phone: 800-231-4055 x137.

2011-2012. Online Advertising Media Kit. A Final Draft, Inc. Publication. To place your ad, contact: phone: 800-231-4055 x137. 2011-2012 Online Advertising Media Kit rev.101213 A Final Draft, Inc. Publication Paige Gordon phone: 800-231-4055 x137 fax: 818-995-4422 e-mail: adsales@finaldraft.com Scriptwriters Are Online! Over 28,000

More information

Checklist for Web Application Testing

Checklist for Web Application Testing Checklist for Web Application Testing July 27, 2004 Submitted By Infosys Technologies Limited Author Setumadhav Kulkarni (Setumadhav_Kulkarni@infosys.com) Web Testing Checklist.doc Page 1 of 9 COPYRIGHT

More information

GRAPHIC DESIGN BITES FOR MARKETERS

GRAPHIC DESIGN BITES FOR MARKETERS GRAPHIC DESIGN BITES FOR MARKETERS VOL 1 2014 DESIGN EVALUATION Giving design feedback p3 HIERARCHY Learn why and how the hero leads the page p7 EPS What exactly is an.eps file? p5 More Maki COMING SOON

More information

Expert Reference Series of White Papers. 10 Tips for Creating Your Web Site 1-800-COURSES. www.globalknowledge.com

Expert Reference Series of White Papers. 10 Tips for Creating Your Web Site 1-800-COURSES. www.globalknowledge.com Expert Reference Series of White Papers 10 Tips for Creating Your Web Site 1-800-COURSES www.globalknowledge.com 10 Tips for Creating Your Web Site Provided by WestLake Introduction When looking for ways

More information

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services Zero-footprint OLAP OLAP Web Client Web Client Solution Solution for Microsoft for Microsoft SQL Server Analysis Services ReportPortal Web Reporting for Microsoft SQL Server Analysis Services See what

More information

SMART Board Training Outline Trainer: Basel Badran

SMART Board Training Outline Trainer: Basel Badran Sharjah Higher Colleges of Technology SMART Board Training Outline Trainer: Basel Badran What is a SMART Board? o Concept & Technology SMART Board Components: o Smart Tools Start Center Recorder Keyboard

More information