The Effects of Changing a Static Website to a Dynamic Format

Size: px
Start display at page:

Download "The Effects of Changing a Static Website to a Dynamic Format"

Transcription

1 The Effects of Changing a Static Website to a Dynamic Format A Case Study by Candice Ossowski Explain what my project was Redesigning a static website for a small local computer company, making the new site dynamic 1

2 OVERVIEW Key Terms Research Method/Questions Former System Data Collection Themes The Process/New System Theory Outcomes References 2 2

3 KEY TERMS Static Dynamic 3 Static - content of the site is fixed when it is initially produced; written in mostly HTML; not personalized - Explain how it works Dynamic content is generated upon the page load; usually database-driven - Briefly go over how it works but a more detailed description will come later in the database query flowchart DHTML is not truly dynamic. It has a dynamic look, not dynamic content. Kristin Antelman - true dynamic content is created only through serverside processing. Images taken from 3

4 RESEARCH METHOD Qualitative Research Case Study Bounded System 4 Qualitative Research issue needed to be explored; in-depth exploration (important for e-commerce); variables, themes, and theories needed to be discovered Case Study narrow perspective to analyze specific details; topic studied in great depth Bounded System bounded by type of website (business for profit), type of business (computers), and time frame of January 2004 May

5 MAIN RESEARCH QUESTION What effects does a change from a static format to dynamic one have on a website? 5 Can you put an image here - perhaps screen shots from a static and a dynamic web site? 5

6 ISSUE SUBQUESTIONS What actions must be taken to implement the change? How does this change affect each humancentered design characteristic as it relates to the website? What improvements to maintainability will result? How will the change make the website more or less appealing to users? 6 Explain how these questions relate to your actual study Issue Subquestions - written to address the major concerns and perplexities to be resolved, the issue of a study 6

7 DATA COLLECTION MATRI Information Source Business Owner (Joseph Paladino) Customers (Website Users) Non-Customers (Unfamiliar with Website) Designing Accessible Web Pages (Presentation by Sharon Trerise) Former Website (Web pages and source code) Other Websites Other Studies Scholarly Journal Articles Programming Language References Interview s Observation s Document s Website s 7 Need to fix overlap in Former Website box. It would help if you put actual numbers rather than x s. Studies done in a natural setting Explain each information source and what was done Explain what was asked in the interviews What websites they like, why. Evaluate the current website. Suggestions for the new website. 7

8 Former Website 8 Good use of imagery - put on earlier slde This is what was asked of the participants during the interviews (go through the old website) Note some of the responses they gave (will lead into the themes) Go to the site and show how some of the information is outdated. Always the same upon page load unless it has been updated Not personalized Also point out the DHTML in the left column 8

9 Former System 9 This is what I observed from the business owner, maintaining the former website Go to the site and log in to show how the owner would normally update the website 9

10 THEMES Maintainability Interactivity Accessibility Security 10 Themes concepts that have emerged from the interviews and observations Maintainability business owner would not update the site because it was too difficult to maintain Interactivity Participants were asked to name some websites they liked and why. Interactivity kept coming up Accessibility Some of the older participants had trouble reading the text because it was too small for them and the make text bigger feature did not work on the browser Security When asked what was important and why they liked certain websites, the issue of security kept coming up (Note: security did not apply to the static website) 10

11 NEW HOSTING PLAN ColdFusion 5.0 Server Access 2000 Database Perl and CGI ASP (Active Server Pages) Secure Socket Layer (SSL) Accounts (up to 150) $4.95/month 11 Be careful to also explain this from a laypersons viewpoint. For instance, what does a CF server provide that others don t; why use Perl, CGI, etc. The Process First I had to subscribe to a hosting plan Explain what each of these are. Note that it was relatively inexpensive but has some drawbacks 11

12 THE PROCESS Create Database Tables Create Forms (Administrators) Add new sections as needed Create End-User Interface (Customers) 12 Excellent The Process 1. Create database tables containing the information that would be dynamic (ex: products, services, customers) 2. Create forms for the administrators to add/edit information in the database 3. Create the end-user interface for the customer As a new section needed to be added, the process started over again. (For example, we decided to make the content on the website s Links page dynamic so we needed to add a new table, create the administrator s form, and then display the links on the page for the customers) Also, if fields need to be added to the table, I had to go through this 3 step process again. 12

13 New Website 13 Also put on earlier slide (as well as here) Introduce the new website and point out some of the basic features but do not go into detail yet. 13

14 MAINTAINABILITY Admin System 14 Go to new site and show how the administrators will be maintaining the information. (Show how to add/edit information) 14

15 15 Excellent! Make sure you carefully step through each item on the flowchart. Ideally you could introduce each component (on the slide) one at a time and go through each as it is added. After showing the audience the administrator interface, step back to go over how a dynamic website works (process is transparent to the user) 15

16 INTERACTIVITY Custom Built PC Form 16 This is also a good place to mention items from your literature review and theory and show how you applied them here. Show some of the website s interactive features by going through the Custom Built PC form, where users can specify their preferences and have a price quote sent to them based on their specifications. 16

17 ACCESSIBILITY Home Page with Large Text 17 At the same time justify changes based on theory and literature. You want to make it clear that you are applying theory in the project. Go to the site and explain how I added accessibility -Change text size -No color coding -ALT attributes for images -Tab order -Meaningful links -Simple layout (cognitive disorders) -No text as graphics 17

18 SECURITY Customers Table 18 Go over some of the features of the website that make it secure: One-way encryption of passwords in the database Bit to tell if the user is an administrator SSL (explain this) Parameter Manipulation (explain this) Cookies do not hold sensitive information Paypal is the secure method of paying by credit card 18

19 HUMAN-CENTERED DESIGN Coherence Inclusiveness Malleability Engagement Ownership Responsiveness Purpose Panoramic Transcendence 19 Excellent!! It would be better to have these items come up one at a time. Go through the new website and show how each characteristic is met (I have examples for each one) 19

20 THE GRID SYSTEM 20 Forms follow the grid system to add coherence In A Modular Grid System in Graphic Design, edited by Paul Rand, it is stated that the composite grid indicates location of horizontal and vertical rules and axes. In his Notes on Graphic Design and Visual Communication, Gregg Berryman states Gestalt data reveals that humans tend to prefer organized visual and verbal information. Grid systems allow the designer to satisfy viewer groups with respect to equilibrium, similarity, and continuation. Go to the website and explain how I used a grid when designing the site and forms. 20

21 QUESTIONS ANSWERED What actions must be taken to implement the change? How does this change affect each humancentered design characteristic as it relates to the website? What improvements to maintainability will result? How will the change make the website more or less appealing to users? Briefly go over the process again 2. Coherence - Grid format of the front end is easy to navigate, same medium opposed to using the phone or to contact the company which could cause confusion (customer knows what is going to be asked of them) Inclusiveness Malleability dynamic site adds to ability to shape to users needs Engagement - dynamic site can add personalization, inviting user to participate Ownership users can feel like they own parts of the system with a dynamic site Responsiveness a dynamic site helps to responds to the needs of the individual by allowing them to make choices Purpose - dynamic site is not required but may make the experience easier Panoramic dynamic site is not required Transcendence dynamic site is not required 3. Administrators have to maintain the database by using the interfaces I created, but no longer have to deal with HTML 4. Interviewees seem to be very pleased with the new website (go into more details) 21

22 ASSERTIONS Make a website dynamic if: Content must change often Online services are useful Database will be maintained The costs: Subscription plan (or own server) Development Maintenance of code and site enhancements Time 22 Relate these assertions to your experiences in designing the site. You may want to add that ColdFusion is not available everywhere and this is an issue that needs to be addressed up front. I can t help wondering how expensive CF is and how widely it s distributed (this might be available at the Macromedia site) Having a dynamic website has its advantages and disadvantages. A webmaster is needed - person whose job is to maintain a website; commonly responsible for soliciting content, ensuring stylistic conformity, and handling other coordination tasks (Antelman, 1999) Time for the company to put their information in a database that can be used online 22

23 FURTHER DEVELOPMENTS Website Improvements Subscribe to better plan Learn different languages Further Research Study different types of websites Study effects long-term 23 Also, diversify and see if the issues are the same with OTHER database software (such as Open Code - free software) other than Cold Fusion. Better plan more expensive; will allow for CFFILE (explain this) The server supports ASP which I might be able to use to export files (not sure if it s possible). There also may be a way to do it in javascript. I m currently working on a more powerful search engine. Study different types of websites not computer-related, not a business (organization), or things that cannot be ordered online (maybe building a dynamic website is not worth the time and cost) Study effects long-term have sales increased because of the website? 23

24 REFERENCES Static and Dynamic images taken from Antelman, Kristen Getting out of the HTML business: The database-driven Web site solution. Information Technology and Libraries, 18 (4): Berryman, Greg. (1990). Notes on Graphic Design and Visual Communication. Crisp Pubns. Cooley, Mike. (2000). Information Design: Human-Centered Design. Cambridge, Massachusetts: The MIT Press. Rand, Paul, ed. (n.d.). A Modular Grid System in Graphic Design. 24 Westinghouse Printing Division Catalog Design. 24

E-Commerce: Designing And Creating An Online Store

E-Commerce: Designing And Creating An Online Store E-Commerce: Designing And Creating An Online Store Introduction About Steve Green Ministries Solo Performance Artist for 19 Years. Released over 26 Records, Several Kids Movies, and Books. My History With

More information

Comparative Analysis Report:

Comparative Analysis Report: Comparative Analysis Report: Visualization Tools & Platforms By Annabel Weiner, Erol Basusta, Leah Wilkinson, and Quenton Oakes Table of Contents Executive Summary Introduction Assessment Criteria Publishability

More information

Topics in Website Testing. [Reading assignment: Chapter 14, pp. 211-227]

Topics in Website Testing. [Reading assignment: Chapter 14, pp. 211-227] Topics in Website Testing [Reading assignment: Chapter 14, pp. 211-227] How to test a website Easiest way to start is by treating the web site as a black box. Look at a sample website such as www.apple.com

More information

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Credit-By-Assessment (CBA) Competency List Written Assessment Competency List Introduction to the Internet

More information

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General General Basic Basic Small Office Small Office Enterprise Enterprise RAID Web Storage 200 MB 1.5 MB 3 GB 6 GB 12 GB 42 GB Web Transfer Limit 36 GB 192 GB 288 GB 480 GB 960 GB 1200 GB Mail boxes 0 23 30

More information

Web Design Standards

Web Design Standards Web Design Standards Contents Roles and Responsibilities... 3 Design Guidelines... 4 Page Layout... 4 Font and Styles... 4 File Types... 5 Page Names... 5 Images... 5 Academic Departments Required Content...

More information

Electronic Commerce Engineering

Electronic Commerce Engineering 219322 Electronic Commerce Engineering Lecture 4 Laudon & Traver: Chapter 4 Building an E-commerce Web Site Copyright 2007 Pearson Education, Inc. Slide 4-1 Building an E-commerce Site: A Systematic Approach

More information

Mobile Responsive Web Design

Mobile Responsive Web Design Mobile Responsive Web Design By InternetMarketingDirect Mike Mckay mikem@imarkdirect.com http://imarkdirect.com 1 Recommended Resources Social Media Marketing Done For You! SocialGratification.com You

More information

Quick Start Guide to. ArcGISSM. Online

Quick Start Guide to. ArcGISSM. Online Quick Start Guide to ArcGISSM Online ArcGIS Online Quick Start Guide ArcGIS SM Online is a cloud-based mapping platform for organizations. Users get access to dynamic, authoritative content to create,

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT WEB SERVER SCRIPTING A/601/0443 LEVEL 3 UNIT 26 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEB SERVER SCRIPTING A/601/0443

More information

E-commerce. business. technology. society. Kenneth C. Laudon Carol Guercio Traver. Third Edition. Copyright 2007 Pearson Education, Inc.

E-commerce. business. technology. society. Kenneth C. Laudon Carol Guercio Traver. Third Edition. Copyright 2007 Pearson Education, Inc. Copyright 2007 Pearson Education, Inc. Slide 4-1 E-commerce business. technology. society. Third Edition Kenneth C. Laudon Carol Guercio Traver Copyright 2007 Pearson Education, Inc. Slide 4-2 Chapter

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

New Features Overview

New Features Overview Master Web Site Development AceHTML 6 Pro is a highly effective tool that allows you to build and manage professional Web sites with ease, control, and efficiency. By balancing power and flexibility, AceHTML

More information

Chapter 4. Learning Objectives. Learning Objectives. Building an E-commerce Web Site. Building an E-commerce Web Site: A Systematic Approach

Chapter 4. Learning Objectives. Learning Objectives. Building an E-commerce Web Site. Building an E-commerce Web Site: A Systematic Approach Chapter 4 Building an E-commerce Web Site Created by, David Zolzer, Northwestern State University Louisiana Copyright 2002 Pearson Education, Inc. Slide 4-1 Copyright 2002 Pearson Education, Inc. Slide

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

If your organization is not already

If your organization is not already Before you build your Web site, you need a solid design. Eden Watt At a Glance When you develop your first e-commerce site, you will discover that there are a few new things to learn about application

More information

What is a Mobile Responsive Website?

What is a Mobile Responsive Website? Moreandmoreofyourtargetaudienceis viewingwebsitesusingsmartphonesand tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business, brand, products

More information

E-commerce. Chapter 4. Building an E-commerce Web Site. Kenneth C. Laudon. Fourth Edition. Copyright 2007 Pearson Education, Inc.

E-commerce. Chapter 4. Building an E-commerce Web Site. Kenneth C. Laudon. Fourth Edition. Copyright 2007 Pearson Education, Inc. E-commerce business. technology. society. Fourth Edition Kenneth C. Laudon Carol Guercio Traver Copyright 2007 Pearson Education, Inc. Slide 4-1 Chapter 4 Building an E-commerce Web Site Copyright 2007

More information

Responsive Web Design: Is It Worth It?

Responsive Web Design: Is It Worth It? Responsive Web Design: Is It Worth It? (Adapted from " Responsive Web Design," by EyeImagine, LLC, December 2012, www.eyeimaginetech.com) Introduction Responsive Web Design is generating a lot of buzz

More information

Pemrograman Web. 1. Pengenalan Web Server. M. Udin Harun Al Rasyid, S.Kom, Ph.D http://lecturer.eepis-its.edu/~udinharun udinharun@eepis-its.

Pemrograman Web. 1. Pengenalan Web Server. M. Udin Harun Al Rasyid, S.Kom, Ph.D http://lecturer.eepis-its.edu/~udinharun udinharun@eepis-its. Pemrograman Web 1. Pengenalan Web Server M. Udin Harun Al Rasyid, S.Kom, Ph.D http://lecturer.eepis-its.edu/~udinharun udinharun@eepis-its.edu Table of Contents World Wide Web Web Page Web Server Internet

More information

Introduction. It would appear that. we have reached the. limits of what it is. possible to achieve with. computer technology, although one should be

Introduction. It would appear that. we have reached the. limits of what it is. possible to achieve with. computer technology, although one should be Introduction It would appear that we have reached the limits of what it is possible to achieve with computer technology, although one should be careful with such statements, as they tend to sound pretty

More information

What is a Mobile Responsive Website?

What is a Mobile Responsive Website? More and more of your target audience is viewing websites using smart phones and tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business,

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

Colt Conferencing Frequently Asked Questions

Colt Conferencing Frequently Asked Questions Colt Conferencing Frequently Asked Questions Conferencing-QA-UK-EN-13-12-2010-v04 Page 1 of 15 1 Requirements and downloads... 5 1.1 What technology/infrastructure is needed to support Colt Conferencing?...

More information

The DirectOne E-Commerce System

The DirectOne E-Commerce System The DirectOne E-Commerce System SecurePay Pty. Ltd. Level 4, 20 Queen St Melbourne 3000 Australia November 05 Contents INTRODUCTION 3 WELCOME TO THE DIRECTONE E-COMMERCE SYSTEM 3 AN OVERVIEW OF E-COMMERCE

More information

In this topic we discuss a number of design decisions you can make to help ensure your course is accessible to all users.

In this topic we discuss a number of design decisions you can make to help ensure your course is accessible to all users. Accessible Course Design As a course designer you hold a pivotal role in ensuring that Learning Environment is accessible to all users, regardless of their learning needs. It is your content that students

More information

Attendance and Grading Please see the CART attendance and grading policies.

Attendance and Grading Please see the CART attendance and grading policies. CART/CISC 219, Web Design I SUMMER 2004 Mondays & Wednesdays, 6-9pm Instructor: Jaime Snyder e: jaimesnyder@mindspring.com t: 347-351-8528 Office hours: Wednesday, 5-6pm Catalog Description This course

More information

2014 International Conference on Informatics and Advanced Computing (ICIAC-14) Dec. 30-31, 2014 Bangkok, Thailand

2014 International Conference on Informatics and Advanced Computing (ICIAC-14) Dec. 30-31, 2014 Bangkok, Thailand A Web-Based Geographical Road Project Monitoring and Information System for the Department of Public Works and Highways - Cagayan De Oro District, Philippines Junar A. Landicho, MIT Abstract The Department

More information

EICSTES DELIVERABLE D1.2 PROJECT WEBSERVER

EICSTES DELIVERABLE D1.2 PROJECT WEBSERVER EICSTES DELIVERABLE D1.2 PROJECT WEBSERVER Isidro F. Aguillo, José A. Prieto CINDOC-CSIC {isidro,joseaprieto}@cindoc.csic.es CONTENTS 1. Introduction 2. Objectives 3. Methods 3.1. Phase 1. Static pages

More information

If you have any questions about the recommendations we have made, please feel free to contact us at query@ineedhits.com.

If you have any questions about the recommendations we have made, please feel free to contact us at query@ineedhits.com. The ineedhits.com Search Readiness Report provides you with a detailed assessment of your web page s search engine suitability. This report includes information and recommendations about areas of your

More information

TERMS OF REFERENCE. Revamping of GSS Website. GSS Information Technology Directorate Application and Database Section

TERMS OF REFERENCE. Revamping of GSS Website. GSS Information Technology Directorate Application and Database Section TERMS OF REFERENCE Revamping of GSS Website GSS Information Technology Directorate Application and Database Section Tel: Accra 0302 682656 Cables: GHANASTATS In case of reply the number and date of this

More information

Improved Navigation Magento Extension User Guide

Improved Navigation Magento Extension User Guide Improved Navigation Magento Extension User Guide Page 1 Table of contents: 1. Creation of attribute filters and navigation configuration 3 2. Creation of blocks with featured attribute options.. 11 3.

More information

CHAPTER 20 TESING WEB APPLICATIONS. Overview

CHAPTER 20 TESING WEB APPLICATIONS. Overview CHAPTER 20 TESING WEB APPLICATIONS Overview The chapter describes the Web testing. Web testing is a collection of activities whose purpose is to uncover errors in WebApp content, function, usability, navigability,

More information

Power Monitoring Expert 7.2

Power Monitoring Expert 7.2 Power Monitoring Expert 7.2 PDF version of the Web Applications online help 7ENxx-00xx-00 07/2013 PDF version of the Web Applications online help Safety information Safety information Important information

More information

Certificate in Web Development and Administration

Certificate in Web Development and Administration Certificate in Web Development and Administration This course contains the following modules: Web Development and Administration IT-03D Web Development IT-03E Web Administration After successfully completing

More information

Web Pages. Static Web Pages SHTML

Web Pages. Static Web Pages SHTML 1 Web Pages Htm and Html pages are static Static Web Pages 2 Pages tagged with "shtml" reveal that "Server Side Includes" are being used on the server With SSI a page can contain tags that indicate that

More information

DATABASE-DRIVEN WEBSITES: A WORKING COURSE MODEL

DATABASE-DRIVEN WEBSITES: A WORKING COURSE MODEL DATABASE-DRIVEN WEBSITES: A WORKING COURSE MODEL Paul J. Kovacs, Robert Morris University, kovacs@rmu.edu ABSTRACT As a historical study of the Internet would reveal, the original rationale of the World

More information

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT AGENDA 1. Introduction to Web Applications and ASP.net 1.1 History of Web Development 1.2 Basic ASP.net processing (ASP

More information

Appendix N INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP WEB & DIGITAL COMMUNICATIONS PATHWAY WEB & DIGITAL MEDIA UNIT UNIT 6

Appendix N INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP WEB & DIGITAL COMMUNICATIONS PATHWAY WEB & DIGITAL MEDIA UNIT UNIT 6 Appendix N INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP WEB & DIGITAL COMMUNICATIONS PATHWAY WEB & DIGITAL MEDIA UNIT UNIT 6 Web & Digital Communications Pathway: (Unit 6) PAGE 1 OF 12 Unit 6: Pathway

More information

3D Interactive Information Visualization: Guidelines from experience and analysis of applications

3D Interactive Information Visualization: Guidelines from experience and analysis of applications 3D Interactive Information Visualization: Guidelines from experience and analysis of applications Richard Brath Visible Decisions Inc., 200 Front St. W. #2203, Toronto, Canada, rbrath@vdi.com 1. EXPERT

More information

Software, Service and Hosting Pricing 2014

Software, Service and Hosting Pricing 2014 We offer a fully functional DEMO website for you to review all the features of the Enterpristore platform. Demo Site Login http://www.enterpristore.info Demo Site Admin http://www.enterpristore.info/adminui/login.php?login=a@a.com&password=1

More information

Interactive solutions

Interactive solutions Website design Our design team is made up of specialists who provide expert knowledge and insight in their area of expertise whilst driving quality and innovation within their respective areas on a project.

More information

Website Redesign and Content Management System Implementation -- Request for Proposals

Website Redesign and Content Management System Implementation -- Request for Proposals Website Redesign and Content Management System Implementation -- Request for Proposals Deadline: Friday, November 14, 2008 at 5 p.m. EST The Commission for Environmental Cooperation (CEC) is seeking qualified

More information

What is a Mobile Responsive Website?

What is a Mobile Responsive Website? More and more of your target audience is viewing websites using smart phones and tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business,

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

A Tool for Evaluation and Optimization of Web Application Performance

A Tool for Evaluation and Optimization of Web Application Performance A Tool for Evaluation and Optimization of Web Application Performance Tomáš Černý 1 cernyto3@fel.cvut.cz Michael J. Donahoo 2 jeff_donahoo@baylor.edu Abstract: One of the main goals of web application

More information

Chapter 1 Programming Languages for Web Applications

Chapter 1 Programming Languages for Web Applications Chapter 1 Programming Languages for Web Applications Introduction Web-related programming tasks include HTML page authoring, CGI programming, generating and parsing HTML/XHTML and XML (extensible Markup

More information

Microsoft Office System Tip Sheet

Microsoft Office System Tip Sheet The 2007 Microsoft Office System The 2007 Microsoft Office system is a complete set of desktop and server software that can help streamline the way you and your people do business. This latest release

More information

Adobe Dreamweaver Exam Objectives

Adobe Dreamweaver Exam Objectives Adobe Dreamweaver audience needs for a website. 1.2 Identify webpage content that is relevant to the website purpose and appropriate for the target audience. 1.3 Demonstrate knowledge of standard copyright

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

SKILLS HIGHLIGHTS: W e b a n d G r a p h i c D e s i g n e r

SKILLS HIGHLIGHTS: W e b a n d G r a p h i c D e s i g n e r Henry Lee W e b a n d G r a p h i c D e s i g n e r Phone: 416-738-4911 E-mail: siulunglee@yahoo.com Portfolio URL: http://www.centralconnect.ca/henry/ SKILLS HIGHLIGHTS: Web Administration and New Media

More information

The guiding principles of this service are to deliver a hosting solution fit for the customers needs; this includes features such as;

The guiding principles of this service are to deliver a hosting solution fit for the customers needs; this includes features such as; Hosting Service Service Level Definition Aims of Service The service provides a central hosting environment that encompasses a range of solutions for hosting, from simple HTML websites through to resilient

More information

Fig (1) (a) Server-side scripting with PHP. (b) Client-side scripting with JavaScript.

Fig (1) (a) Server-side scripting with PHP. (b) Client-side scripting with JavaScript. Client-Side Dynamic Web Page Generation CGI, PHP, JSP, and ASP scripts solve the problem of handling forms and interactions with databases on the server. They can all accept incoming information from forms,

More information

Webmail Using the Hush Encryption Engine

Webmail Using the Hush Encryption Engine Webmail Using the Hush Encryption Engine Introduction...2 Terms in this Document...2 Requirements...3 Architecture...3 Authentication...4 The Role of the Session...4 Steps...5 Private Key Retrieval...5

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT e-commerce A/601/7313 LEVEL 3 UNIT 6 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 e-commerce A/601/7313 LEVEL 3 UNIT 6

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

Information Management & Design Course Descriptions Contact Drew Hunt at Andrew.hunt@kctcs.edu for more information

Information Management & Design Course Descriptions Contact Drew Hunt at Andrew.hunt@kctcs.edu for more information Information Management & Design Course Descriptions Contact Drew Hunt at Andrew.hunt@kctcs.edu for more information IMD 100 Introduction to Information Systems (3) Essential computer concepts and terminology

More information

Microsoft Office System Tip Sheet

Microsoft Office System Tip Sheet Experience the 2007 Microsoft Office System The 2007 Microsoft Office system includes programs, servers, services, and solutions designed to work together to help you succeed. New features in the 2007

More information

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_digital8 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

Because a Website is something very different to each person we ll need to collaborate to design the website you want.

Because a Website is something very different to each person we ll need to collaborate to design the website you want. Fresh Page Web Design Gary Nanos www.freshpagewebdesign.com email: FreshPage@comcast.net phone: 720-502-5007 fax: 303-785-8047 This guide to What you Need to Know About Website Building is offered in an

More information

Questions to Ask Potential Web Designers/Developers

Questions to Ask Potential Web Designers/Developers 1. How Much Do You Charge for Web Design? Results-oriented Web design takes time and expertise to do right. So if you find that your Web design is cheap, it may be safe to assume that your designer will

More information

Business of the Web - CPNT 265 Module 1 Planning a Web site Instructor s Guide

Business of the Web - CPNT 265 Module 1 Planning a Web site Instructor s Guide Business of the Web - CPNT 265 Module 1 Planning a Web site Instructor s Guide 1 P a g e Contents Module Objectives... 3 Training Materials / Resources... 3 2 P a g e Module Outcomes After completing these

More information

Starting User Guide 11/29/2011

Starting User Guide 11/29/2011 Table of Content Starting User Guide... 1 Register... 2 Create a new site... 3 Using a Template... 3 From a RSS feed... 5 From Scratch... 5 Edit a site... 6 In a few words... 6 In details... 6 Components

More information

Creating a Restaurant Website

Creating a Restaurant Website 11 Creating a Restaurant Website In This Lesson This lesson looks at the process of creating a small business website, in this case for a restaurant. Starting from a needs analysis, this lesson shows you

More information

Graduate Student Database Project

Graduate Student Database Project Graduate Student Database Project Nicholas Wallen Department of Computer Science Florida State University Major Professor: Dr. David Whalley In partial fulfillment of the requirements for the Degree of

More information

Sara Florian 2009-11730

Sara Florian 2009-11730 Sara Florian 2009-11730 What is Plan Visualization? Why it is needed? How it is going to be implemented? Workflow Time line? Time line Overview Program Structure Conclusion Appendix: Time line implementation

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

Visualization Quick Guide

Visualization Quick Guide Visualization Quick Guide A best practice guide to help you find the right visualization for your data WHAT IS DOMO? Domo is a new form of business intelligence (BI) unlike anything before an executive

More information

Deciding When to Deploy Microsoft Windows SharePoint Services and Microsoft Office SharePoint Portal Server 2003. White Paper

Deciding When to Deploy Microsoft Windows SharePoint Services and Microsoft Office SharePoint Portal Server 2003. White Paper Deciding When to Deploy Microsoft Windows SharePoint Services and Microsoft Office SharePoint Portal Server 2003 White Paper Published: October, 2003 Table of Contents Introduction 4 Relationship between

More information

THE CLIENT SPEC SHEET

THE CLIENT SPEC SHEET THE CLIENT SPEC SHEET Establishing clear guidelines for HTML production during the initiation of a web project redesign will help to answer questions and avoid backtracking once the production phase has

More information

TAMALPAIS UNION HIGH SCHOOL DISTRICT Larkspur, California. Course of Study. Web Design 1, 2, 3, 4, 5 and 6

TAMALPAIS UNION HIGH SCHOOL DISTRICT Larkspur, California. Course of Study. Web Design 1, 2, 3, 4, 5 and 6 I. INTRODUCTION TAMALPAIS UNION HIGH SCHOOL DISTRICT Larkspur, California Course of Study Web Design 1, 2, 3, 4, 5 and 6 These one-semester courses give students the skills and knowledge necessary to design

More information

MICROSOFT OFFICE SHAREPOINT 2007

MICROSOFT OFFICE SHAREPOINT 2007 MICROSOFT OFFICE SHAREPOINT 007 POWER USER MICROSOFT OFFICE SHAREPOINT 007 POWER USER Course Code: PWMSP7PowerUserSurrey READ ME FIRST In case you're not familiar with the terminology, Read Me First is

More information

CMP3002 Advanced Web Technology

CMP3002 Advanced Web Technology CMP3002 Advanced Web Technology Assignment 1: Web Security Audit A web security audit on a proposed eshop website By Adam Wright Table of Contents Table of Contents... 2 Table of Tables... 2 Introduction...

More information

Web Analytics. Using emetrics to Guide Marketing Strategies on the Web

Web Analytics. Using emetrics to Guide Marketing Strategies on the Web Web Analytics Using emetrics to Guide Marketing Strategies on the Web Web analytics is the practice of measuring, collecting, analyzing and reporting on Internet data for the purposes of understanding

More information

PROFESSIONAL DEVELOPMENT:

PROFESSIONAL DEVELOPMENT: PROFESSIONAL DEVELOPMENT: Basics of Business Math Series Basics of Business Math: 1 Fractions Basics of Business Math: 2 Decimals Basics of Business Math: 3 Calculator Basics of Business Math: 4 Equations

More information

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For How-to Guide: MIT DLC Drupal Cloud Theme This guide will show you how to take your initial Drupal Cloud site... and turn it into something more like this, using the MIT DLC Drupal Cloud theme. See this

More information

HSU Accessibility Checkpoints Explained

HSU Accessibility Checkpoints Explained HSU Accessibility Checkpoints Explained Sources: http://bobby.watchfire.com/bobby/html/en/index.jsp EASI Barrier-free Web Design Workshop (version 4) Paciello, Michael G. WEB Accessibility for People with

More information

Job Ready Assessment Blueprint. Web Design. Test Code: 2750 / Version: 01. Copyright 2011. All Rights Reserved.

Job Ready Assessment Blueprint. Web Design. Test Code: 2750 / Version: 01. Copyright 2011. All Rights Reserved. Job Ready Assessment Blueprint Web Design Test Code: 2750 / Version: 01 Copyright 2011. All Rights Reserved. General Assessment Information Blueprint Contents General Assessment Information Written Assessment

More information

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents: Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap

More information

FF/EDM Intro Industry Goals/ Purpose Related GISB Standards (Common Codes, IETF) Definitions d 4 d 13 Principles p 6 p 13 p 14 Standards s 16 s 25

FF/EDM Intro Industry Goals/ Purpose Related GISB Standards (Common Codes, IETF) Definitions d 4 d 13 Principles p 6 p 13 p 14 Standards s 16 s 25 FF/EDM Intro Industry Goals/ Purpose GISB defined two ways in which flat files could be used to send transactions and transaction responses: interactive and batch. This section covers implementation considerations

More information

#define. What is #define

#define. What is #define #define What is #define #define is CGI s production system for Application Management and Development, offered in the context of software as a service. It is a project management tool, configuration management

More information

Pivot Charting in SharePoint with Nevron Chart for SharePoint

Pivot Charting in SharePoint with Nevron Chart for SharePoint Pivot Charting in SharePoint Page 1 of 10 Pivot Charting in SharePoint with Nevron Chart for SharePoint The need for Pivot Charting in SharePoint... 1 Pivot Data Analysis... 2 Functional Division of Pivot

More information

SellerDeck 2013 Reviewer's Guide

SellerDeck 2013 Reviewer's Guide SellerDeck 2013 Reviewer's Guide Help and Support Support resources, email support and live chat: http://www.sellerdeck.co.uk/support/ 2012 SellerDeck Ltd 1 Contents Introduction... 3 Automatic Pagination...

More information

Building Capacity to Use Infographic Tools

Building Capacity to Use Infographic Tools Building Capacity to Use Infographic Tools free options for creating charts, graphs, and pictorial infographics Arielle Winchester and Amanda Makulec John Snow Inc. Objectives Describe two reasons for

More information

Zoho Projects. Social collaborative project management platform

Zoho Projects. Social collaborative project management platform Zoho Projects is a feature- rich and easy- to- use cloud- based collaborative project management platform for small to medium- sized businesses as well as teams and departments in larger companies. Its

More information

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt )($:(%$63 6WDNHKROGHU1HHGV,VVXH 5HYLVLRQ+LVWRU\ 'DWH,VVXH 'HVFULSWLRQ $XWKRU 04/07/2000 1.0 Initial Description Marco Bittencourt &RQILGHQWLDO DPM-FEM-UNICAMP, 2000 Page 2 7DEOHRI&RQWHQWV 1. Objectives

More information

help BT Conference Call User Guide Web Conferencing powered by WebEx Further

help BT Conference Call User Guide Web Conferencing powered by WebEx Further BT Conference Call Web Conferencing powered by WebEx Further Freefone: 0800 61 62 62 (UK only) Phone: +44 (0) 20 7298 4055 Fax: +44 (0) 20 7298 4276 Email: Web: help btc.advanced.services@bt.com www.conferencing.bt.com

More information

Provisioning Visitor Accounts Using Cisco IP Phone Services

Provisioning Visitor Accounts Using Cisco IP Phone Services Provisioning Visitor Accounts Using Cisco IP Phone Services Unified Visitor Management amigopod Technical Note Revision 1.1 1 April 2010 United States of America +1 (888) 590-0882 Europe, Middle East &

More information

Introduction to Google Docs

Introduction to Google Docs Introduction to Google Docs If you do not have a Google account please see the instructor about setting up an account before the class begins. If you do not want to set up an account you can follow along

More information

Developing an Enhanced Pace Library Website

Developing an Enhanced Pace Library Website Proceedings of Student-Faculty Research Day, CSIS, Pace University, May 2 nd, 2008 Developing an Enhanced Pace Library Website Tom Bosco, Brian Lipp, Pedro Urgiles Seidenberg School of CSIS, Pace University,

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

Exploiting the Web with Tivoli Storage Manager

Exploiting the Web with Tivoli Storage Manager Exploiting the Web with Tivoli Storage Manager Oxford University ADSM Symposium 29th Sept. - 1st Oct. 1999 Roland Leins, IBM ITSO Center - San Jose leins@us.ibm.com Agenda The Web Client Concept Tivoli

More information

Web Standards. Chapter Organization To better organize this chapter, topics are grouped according to content, design and technical criteria.

Web Standards. Chapter Organization To better organize this chapter, topics are grouped according to content, design and technical criteria. Overview This chapter addresses the University of San Diego s web standards, which are used to create consistency among university web pages and tie the university s website to its printed materials and

More information

Chapter 19: Shopping Carts

Chapter 19: Shopping Carts 1 Chapter 19: Shopping carts are a function of hosting companies and usually require that you sign up for a hosting plan with an e-store. A link on your website takes visitors to your store so that they

More information

National Exercise Clinical Trials Network (NExTNet) REDCap User Manual

National Exercise Clinical Trials Network (NExTNet) REDCap User Manual National Exercise Clinical Trials Network (NExTNet) REDCap User Manual This manual is for new and current users of the NExTNet REDCap project. If you do not have a user ID and password or are having issues

More information

Secure Message Center User Guide

Secure Message Center User Guide Secure Message Center User Guide Using the Department of Banking Secure Email Message Center 2 Receiving and Replying to Messages 3 Initiating New Messages 7 Using the Address Book 9 Managing Your Account

More information

BI solutions with Visio Graphical visualizations with Visio, SharePoint and Visio Services

BI solutions with Visio Graphical visualizations with Visio, SharePoint and Visio Services BI solutions with Visio Graphical visualizations with Visio, SharePoint and Visio Services More or less every user of Microsoft office in an organization knows Visio or gets to know it sooner or later.

More information

INTRODUCTION TO WEB ANALYTICS FOR E-COMMERCE: HOW TO TRACK ACTIVITY TO OPTIMIZE YOUR WEB SITE GUIDE

INTRODUCTION TO WEB ANALYTICS FOR E-COMMERCE: HOW TO TRACK ACTIVITY TO OPTIMIZE YOUR WEB SITE GUIDE INTRODUCTION TO WEB ANALYTICS FOR E-COMMERCE: HOW TO TRACK ACTIVITY TO OPTIMIZE YOUR WEB SITE GUIDE Introduction to Web Analytics for E-Commerce: How to Track Activity to Optimize Your Web Site Introduction

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Details Course Outline Module 1: SharePoint as a Developer Platform This module examines different approaches that can be

More information

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: PERSONALIZING YOUR EMAIL... 5

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: PERSONALIZING YOUR EMAIL... 5 Table of Contents ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: PERSONALIZING YOUR EMAIL... 5 TOPIC 1A: APPLY STATIONERY AND THEMES... 6 Apply Stationery and Themes... 6 TOPIC 1B: CREATE A CUSTOM

More information