Topics in Website Testing. [Reading assignment: Chapter 14, pp ]
|
|
|
- Reynold Craig
- 10 years ago
- Views:
Transcription
1 Topics in Website Testing [Reading assignment: Chapter 14, pp ]
2 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 to get a sense of the scale of such an endeavor. Treat each page as a state with hyperlinks as state transitions.
3 Website text Web page text should be treated like documentation and tested using the techniques we described previously. Check for correctness of contact information e.g., phone numbers, addresses correctness of dates and copyright notices title bar text, bookmark text on browser s favorites correctness of the ALT text (i.e., mouse over text) layout issues when browser window is resized
4 Website hyperlinks Each link should be checked to make sure it jumps to the correct destination or website. Ensure that hyperlinks are obvious: E.g., underlined text, mouse pointer changes If the link opens an message, test it Send an and verify that you get a response. Check for orphan pages that are part of the website but cannot be accesses through a hyperlink. Someone forgot to create the link Might be intentional Google will find it, though
5 Website graphics Do all graphics load and display properly? Is a graphic missing or incorrectly named? Does the website intermix text and graphics? Does the text wrap around the graphics? What happens when the browser window is resized? Does the page load fast enough? Are there too many graphics? Did you try to test the website on a dialup connection instead of a high-speed LAN?
6 Website forms Forms are the text boxes, list boxes, and other fields for entering and selecting information on the web page. Are the form fields positioned properly? Are the fields the correct size? Do they accept correct data? Do they reject bad data? Are optional fields really optional? A favorite entry point for buffer overflow attacks (more on this later).
7 Grey-box testing A mixture of white-box and black-box testing. You stick to black-box testing primarily and supplement it by taking a peek at the HTML to figure out how the website works. For website testing it is worth looking at the HTML code. It s there, easy to look at, why not? Not looking at the HTML code is wasteful, especially since HTML is such a simple language. HTML is a tagging language for text and graphics. To create dynamic web content requires that HTML be supplemented by programming code (e.g., Java applets, ActiveX, VBScript, CGI, Perl).
8 White-box testing To make sure you find the important bugs you should have some knowledge of the website s programming: Dynamic content Database-driven web pages Programmatically created web pages Server performance and loading and security
9 Dynamic content Dynamic content is graphics and text that changes based on certain conditions." E.g., time of day, weather, stock tickers Client-side programming involve embedding scripting code (e.g., JavaScript) into HTML. Less efficient if the computations are expensive Code is local, easy to access for testing Server-side programming is code located on the server. More efficient for intensive calculations Requires access to the web server to view the code (might be a problem for testing).
10 Database-driven web pages Most E-commerce that show catalogs or inventories are database driven. E.g., Amazon Data is pulled from the database, formatted into HTML and sent to the web browser for viewing.a three tier architecture is used: Tier 1: web browsers (presentation) Tier 2: web page formatter (converts data from Tier 3 to HTML) Tier 3: database (queried by Tier 2)
11 Programmatically- created web pages HTML or code is generated by a program. E.g., a web designer may drag and drop elements in a layout program, press a button, and get an HTML page. Compilers do this all the time, except they translate high-level language code (Java source code) into low-level code that can be executed natively or on a VM (e.g., byte code). Testing these systems is like testing a compiler
12 Discussion How would you test a compiler? Black-box? White-box? What are the coverage criteria? Performance? Correctness? Tools?
13 Server performance loading and security Popular websites can receive millions of hits per day. hits 100 Million Videos per day Check out for a software testing video! Each hit requires a download of data from the website s server to the browser s computer. You need to simulate millions of connections and downloads to test a system for performance and loading. Security issues include: Denial of service attacks Buffer overflow attacks
14 Configuration and compatibility testing Hardware platform Mac, PC, PDA, WiFi wristwatch? Browser software version Firefox 1.0, IE 6.0, Pocket IE, Netscape 7.2, Safari Browser plug-ins To play specific types of audio or video files Browser options Security options, ALT text, plug-in, pop ups Video resolution and color depth 640x480, 800x600, 1024x768, 1280x1024, 256 colors, 16 colors Text size Small fonts, medium fonts, large fonts Connection speed DSL, modems of varying speed.
15 Usability testing: Jacob Nielsen s top 10 mistakes in web design Gratuitous use of bleeding-edge technology Scrolling text, marquees, and constantly running animations Long scrolling pages Non-standard link colors Outdated information (need website maintenance) Overly long download times (more than 10 sec to load) Lack of navigation support Orphan pages Complex website addresses (URLs) Using Frames (just open another window )
16 Website testing tools Check out Website testing is very labor-intensive. Tools that automatically check websites for: Browser compatibility Performance problems Broken hyperlinks HTML standard adherence Spelling on text
17 Web applications Website - requests are navigational requests. Web Application - requests can affect the state of the business logic on the server.
18 A web application Client! Browser! A! B! C! Scripts and Web Application! Server! Server! F! E! D! Database! Server! A: Request! B: Request for page generation! C: SQL command! D: Result set! E: Dynamically generated page! F: Response (dynamic static page)!
19 Web application failures A 2003 study by the Business Internet Group of San Francisco found that: 72% (29/40) leading e-commerce sites, and 68% (28/41) government sites contained Web application failures 25 technical errors E.g., page not found, multiple attempts to subscribe to a service 3 data errors E.g., page without text, wrong page returned
20 What type of bugs? Study by Kallepalli and Tian [IEEE TSE, (27)11, Nov. 2001]. Analyzed the logs of the Web pages of the School of Engineering and Applied Science at Southern Methodist University for usage and failure information. Looked at data from 26 consecutive days. Total number of hits 762,971 (~30,000 hits/day) A hit is registered for each Web page if one of the following happens: The HTML file corresponding to a page is requested. Any graphics within the HTML page is requested.
21 Bug types Permission denied No such file or directory Stale NFS handle Client denied by server configuration File does not exist Invalid method in request Invalid URL in request connection Mod_mime_magic Request failed Script not found or unable to start Connection reset by peer
22 Distribution of bugs Permission denied 2079 No such file or directory 14 Stale NFS handle 4 Client denied by server configuration 2 File does not exist Invalid method in request 0 Invalid URL in request connection 1 Mod_mime_magic 1 Request failed 1 Script not found or unable to start 27 Connection reset by peer 0
23 About the bugs Permission denied Unauthorized access to restricted resources Is this a bug? File does not exist Wrongfully denied access to restricted or unrestricted resources e.g., wrong file access code
24 Discussion How would you test REportal? Black-box? White-box? What are the coverage criteria? Performance? Correctness? Tools?
25 You now know how to test a website how to apply white-box and blackbox techniques to website testing configuration and compatibility testing website usability testing tools to support website testing
Checklist for Web Application Testing
Checklist for Web Application Testing July 27, 2004 Submitted By Infosys Technologies Limited Author Setumadhav Kulkarni ([email protected]) Web Testing Checklist.doc Page 1 of 9 COPYRIGHT
IBM Web Conferencing: Troubleshooting Guide
IBM Web Conferencing: Troubleshooting Guide JOIN AS A PARTICIPANT What do I need to join a web conference under the Mac Operating System? To attend the Web Conferencing meeting under the Mac OS, you must
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
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
Testing Web Applications. Software Engineering: A Practitionerʼs Approach, 7/e by Roger S. Pressman
Chapter 20 Testing Web Applications Slide Set to accompany Software Engineering: A Practitionerʼs Approach, 7/e by Roger S. Pressman Slides copyright 1996, 2001, 2005, 2009 by Roger S. Pressman For non-profit
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,
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,
How to Monitor and Identify Website Issues. 2013, SolarWinds Worldwide, LLC. All rights reserved. Share:
How to Monitor and Identify Website Issues 2013, SolarWinds Worldwide, LLC. All rights reserved. Share: What Affects a Website s Performance Website performance issues can come from anywhere the page elements
Web Testing. Main Concepts of Web Testing. Software Quality Assurance Telerik Software Academy http://academy.telerik.com
Web Testing Main Concepts of Web Testing Software Quality Assurance Telerik Software Academy http://academy.telerik.com The Lectors Snejina Lazarova Product Manager Business Services Team Dimo Mitev QA
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
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
Page 1 Basic Computer Skills Series: The Internet and the World Wide Web GOALS
GOALS Understand the differences between the Internet and the World Wide Web Use a web browser to find and open websites Navigate using links, the back button, and the forward button Use bookmarks and
Streaming Media System Requirements and Troubleshooting Assistance
Test Your System Streaming Media System Requirements and Troubleshooting Assistance Test your system to determine if you can receive streaming media. This may help identify why you are having problems,
SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1
SUBJECT TITLE : WEB TECHNOLOGY SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1 16 02 2. CSS & JAVASCRIPT Test
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
TASKSTREAM FAQs. 2. I have downloaded a lesson attachment, but I cannot open it. What is wrong?
TASKSTREAM FAQs Why do I not receive emails from TaskStream? It could be that your email program is interpreting incoming TaskStream mail as spam, which is a term for junk mail Spam is not typically stored
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.
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,
Designing for the Web
Designing for the Web Design Issues Technical Issues Some Web Design Issues Breadth vs. Depth Navigation vs. Content Seller vs. Buyer (i.e., Designer vs. User) Colors and Images Several images in this
Web Design - Part 2. Topics. More web design: Page design: Contents Non-textual elements Common web design issues
Web Design - Part 2 Topics More web design: Page design: Colour choices Special Needs Size Layout Contents Non-textual elements Common web design issues Autumn 2014 ITNP43:Interface Design and the WWW
Chapter 2 - Microsoft Internet Explorer 6
Chapter 2 - Microsoft Internet Explorer 6 1 Objectives 2 Outline 2.1 Introduction to the Internet Explorer 6 Web Browser 2.4 Searching the Internet 2.6 Keeping Track of Favorite Sites 2.7 File Transfer
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
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
MSOW. MSO for the Web MSONet Workstation Configuration Guide
MSOW MSO for the Web MSONet Workstation Configuration Guide For personal and public computer users accessing MSOW Practitioner Home Page (PHP) and Primary Source Verification (PSV) Updated June 4, 2013
Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005
Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005 Introduction: OpenOffice Writer is a word processing application
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
Kodak Learning Management System (LMS)
Kodak Learning Management System (LMS) Accessing the System...2 Using the LMS in Learner Mode...3 The Home Page...3 Locating Assigned Training...4 Registering for a Learning Activity...5 Launching Learning
TIME SCHEDULE OBJECTIVES
COURSE TITLE : WEB DESIGN COURSE CODE : 3073 COURSE CATEGORY : B PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDITS : 4 TIME SCHEDULE MODULE TOPICS PERIODS 1 Internet fundamentals 18 2 Html, css and web design
Software Requirements Specification For Real Estate Web Site
Software Requirements Specification For Real Estate Web Site Brent Cross 7 February 2011 Page 1 Table of Contents 1. Introduction...3 1.1. Purpose...3 1.2. Scope...3 1.3. Definitions, Acronyms, and Abbreviations...3
This document is for informational purposes only. PowerMapper Software makes no warranties, express or implied in this document.
SortSite 5 User Manual SortSite 5 User Manual... 1 Overview... 2 Introduction to SortSite... 2 How SortSite Works... 2 Checkpoints... 3 Errors... 3 Spell Checker... 3 Accessibility... 3 Browser Compatibility...
Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app
Instructions for Configuring Your Browser Settings and Online Security FAQ s ios8 Settings for iphone and ipad app General Settings The following browser settings and plug-ins are required to properly
5.5 VI Web Client User Guide
5.5 VI Web Client User Guide 5.5 VI Web Client The web client is a free thin client that allows you to access live and recorded video from any web browser. There is an optional Active X control that can
Introduction site management software
Web Testing Introduction Making a web site does not end with putting all the media and software together. Actually, web site work never ends. When all the design is done, you have to test the site first
Lesson Overview. Getting Started. The Internet WWW
Lesson Overview Getting Started Learning Web Design: Chapter 1 and Chapter 2 What is the Internet? History of the Internet Anatomy of a Web Page What is the Web Made Of? Careers in Web Development Web-Related
BarTender Web Print Server
The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender Web Print Server Web-based Software for Printing Barcodes, Labels, ID Cards and more. Contents Introduction to
Frequently Asked Questions for the USA TODAY e-newspaper
Frequently Asked Questions for the USA TODAY e-newspaper Navigating the USA TODAY e-newspaper A look at the toolbar Toolbar Functions, Buttons, and Descriptions The tab marked Contents will take the e-reader
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
Website Development. Decision / Planning Phase. Website Design. > Kind words from our clients. Home Services Portfolio Free Quote Templates Contact
1 de 7 01-01-2010 21:01 Website Design > Kind words from our clients Home Services Portfolio Free Quote Templates Contact Website Development Many clients ask: What's included in custom "Website Development"?,
Adobe Systems Incorporated
Adobe Connect 9.2 Page 1 of 8 Adobe Systems Incorporated Adobe Connect 9.2 Hosted Solution June 20 th 2014 Adobe Connect 9.2 Page 2 of 8 Table of Contents Engagement Overview... 3 About Connect 9.2...
Members of staff may also phone for assistance at any time during the college day (extension 3277).
Accessibility Information - How to Use Moodle On this page: Contacting Moodle Administrators Accessing Moodle Accessibility Customising Your Computer Text Size Colours and Viewing Options Cookies Navigation
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
Dreamweaver CS5. Module 2: Website Modification
Dreamweaver CS5 Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Last revised: October 31, 2010 Copyrights and Trademarks 2010 Nishikai Consulting, Helen Nishikai Oakland,
How to use Mints@Home
How to use Mints@Home Citrix Remote Access gives Mints users the ability to access University Of Cambridge and MINTS resources from any computer, anywhere in the world,. The service requires a high-speed
Apache Server Implementation Guide
Apache Server Implementation Guide 340 March Road Suite 600 Kanata, Ontario, Canada K2K 2E4 Tel: +1-613-599-2441 Fax: +1-613-599-2442 International Voice: +1-613-599-2441 North America Toll Free: 1-800-307-7042
PC Requirements and Technical Help. Q1. How do I clear the browser s cache?
Q1. How do I clear the browser s cache? A1. Clear your browser's cache, and close all other applications that are running in your PC to free up memory space. For instructions on clearing cache (temporary
Using The HomeVision Web Server
Using The HomeVision Web Server INTRODUCTION HomeVision version 3.0 includes a web server in the PC software. This provides several capabilities: Turns your computer into a web server that serves files
IC3 Internet and Computing Core Certification Guide
IC3 Internet and Computing Core Certification Guide Global Standard 4 Living Online Lesson 12: The World Wide Web CCI Learning Solutions Inc. 1 Lesson Objectives the difference between the Internet, the
VPN Web Portal Usage Guide
VPN Web Portal Usage Guide Table of Contents WHAT IS VPN WEB CLIENT 4 SUPPORTED WEB BROWSERS 4 LOGGING INTO VPN WEB CLIENT 5 ESTABLISHING A VPN CONNECTION 6 KNOWN ISSUES WITH MAC COMPUTERS 6 ACCESS INTRANET
How To Understand Programming Languages And Programming Languages
Objectives Differentiate between machine and and assembly languages Describe Describe various various ways ways to to develop develop Web Web pages pages including including HTML, HTML, scripting scripting
Windows Hosting Documentation
Windows Hosting Documentation Web Hosting Basics Control Panel Access your Control Panel at http://your-domain-name.com/stats/ to change your password, setup your e-mail accounts, administer your account,
Risks with web programming technologies. Steve Branigan Lucent Technologies
Risks with web programming technologies Steve Branigan Lucent Technologies Risks with web programming technologies Abstract Java applets and their kind are bringing new life to the World Wide Web. Through
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
WEB PAGE, DIGITAL/MULTIMEDIA AND INFORMATION RESOURCES DESIGN
1 Secondary Task List 100 DEMONSTRATE SAFETY IN THE MULTIMEDIA LABORATORY 101 Explain the Material Safety Data Sheet (MSDS) system for hazardous chemicals and materials. 102 Follow safety rules when working
Initial Access and Basic IPv4 Internet Configuration
Initial Access and Basic IPv4 Internet Configuration This quick start guide provides initial and basic Internet (WAN) configuration information for the ProSafe Wireless-N 8-Port Gigabit VPN Firewall FVS318N
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
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
Chapter 14: Links. Types of Links. 1 Chapter 14: Links
1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and
Reference Guide for WebCDM Application 2013 CEICData. All rights reserved.
Reference Guide for WebCDM Application 2013 CEICData. All rights reserved. Version 1.2 Created On February 5, 2007 Last Modified August 27, 2013 Table of Contents 1 SUPPORTED BROWSERS... 3 1.1 INTERNET
Edwin Analytics Getting Started Guide
Edwin Analytics Getting Started Guide This guide provides assistance for accessing and using Edwin Analytics, the Department of Elementary and Secondary Education s (ESE) online tool for expanding data
DAY OF TESTING GUIDE. Contact Information. Websites. Please do not bookmark the Proctor Interface or the Student Interface.
DAY OF TESTING GUIDE Contact Information General Contact [email protected] (212) 217-0700 ITS Technical Support Monday-Friday, 8AM-8PM ET (800) 514-8494 Outside of business and weekends, press 1 to be taken
Front-End Performance Testing and Optimization
Front-End Performance Testing and Optimization Abstract Today, web user turnaround starts from more than 3 seconds of response time. This demands performance optimization on all application levels. Client
Welcome To Paragon 3.0
Welcome To Paragon 3.0 Paragon MLS is the next generation of web-based services designed by FNIS specifically for agents, brokers, and MLS administrators. Paragon MLS is an amazingly flexible online system
AccuTerm 7 Cloud Edition Connection Designer Help. Copyright 2010-2014 Zumasys, Inc.
AccuTerm 7 Cloud Edition Connection Designer Help Contents 3 Table of Contents Foreword 0 Part I AccuTerm 7 Cloud Edition 4 1 Description... 4 2 Usage... Guidelines 5 3 Connection... Designer 6 4 Internet...
Internet Jargon. Address: See Uniform Resource Locator.
Internet Jargon Address: See Uniform Resource Locator. Address Bar: Part of the window in Internet Explorer that displays the URL of the web site currently being viewed. This is also the location where
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.
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
Contents. Overview 2. Getting Started 5. Web Browser Compatibility 6. Appearance Options 7. Alternate Domains 8. Basic Options And Features 10
Contents Overview 2 Getting Started 5 Web Browser Compatibility 6 Appearance Options 7 Alternate Domains 8 Basic Options And Features 10 Uploading Files 11 Moving Files 13 Thumbnail Listings 14 Quick Image
How to Search the Internet
Technology In Action 1 Technology In Action Chapter 3 Using the Internet: Making the Most of the Web s Resources 2 Topics Internet basics Internet data Internet service providers Web browsers URLs Hyperlinks
Usability Heuristics for the Web. 1. Visibility of system status
Page 1 sur 5 Register Domains[.com.net.org] for only $14.99 at Bluegenesis.com! Usability Related Articles Find Search List Departments List Topics Web Tools Guide Buy Software at the Web Tools Store Search
COMPLIANCE MATRIX of GIGW
COMPLIANCE MATRIX of GIGW Sl. No. Guide Lines 1.Government of India Identifiers Compliance 1 Association to Government is demonstrated by the use of Emblem/Logo, prominently displayed on the homepage of
OCR LEVEL 2 CAMBRIDGE TECHNICAL
Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT WEBSITE DEVELOPMENT A/601/3245 LEVEL 2 UNIT 9 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEBSITE DEVELOPMENT A/601/3245
Module 1. Internet Basics. Participant s Guide
Module 1 Internet Basics Participant s Guide Module 1: Internet Basics Objectives By the end of this training, you will be able to: Computer & Internet Basics Know the basic components of a computer and
Mobile App Testing Guide. Basics of Mobile App Testing
2015 Mobile App Testing Guide Basics of Mobile App Testing Introduction Technology is on peek, where each and every day we set a new benchmark. Those days are gone when computers were just a machine and
Chapter 2 - Microsoft Internet Explorer 6
Chapter 2 - Microsoft Internet Explorer 6 1 Outline 2.1 Introduction to the Internet Explorer 6 Web Browser 2.22 Connecting to the Internet 2.3 Internet Explorer 6 Features 2.4 Searching the Internet 2.5
ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE NUMBER CS 215 - WEB DEVELOPMENT & PROGRAMMING I AND TITLE:
ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE NUMBER CS 215 - WEB DEVELOPMENT & PROGRAMMING I AND TITLE: B. CURRICULUM: Mathematics / Computer Science Unit Offering PROGRAM: Web-Network Technology Certificate
Microsoft Office PowerPoint 2013
Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.
Using VPN. DJJ Staff
Using VPN DJJ Staff Internet Explorer (32 bit) Enter https://vpn.djj.state.fl.us in the address bar You will need to use IE 32bit. 64 bit machines have the IE 64 bit option as well. To check this setting
How To Understand The History Of The Web (Web)
(World Wide) Web WWW A way to connect computers that provide information (servers) with computers that ask for it (clients like you and me) uses the Internet, but it's not the same as the Internet URL
A review and analysis of technologies for developing web applications
A review and analysis of technologies for developing web applications Asha Mandava and Solomon Antony Murray state University Murray, Kentucky Abstract In this paper we review technologies useful for design
PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS CIW JAVASCRIPT FUNDAMENTALS WEB 2300
PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS CIW JAVASCRIPT FUNDAMENTALS WEB 2300 Class Hours: 3.0 Credit Hours: 3.0 Laboratory Hours: 0.0 Revised: Spring 08 NOTE: This course is not designed
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
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
SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production
SoftChalk Level 1 University Information Technology Services Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production Page 1 of 49 Copyright 2013 KSU Department of University Information
Contents. Launching FrontPage... 3. Working with the FrontPage Interface... 3 View Options... 4 The Folders List... 5 The Page View Frame...
Using Microsoft Office 2003 Introduction to FrontPage Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Fall 2005 Contents Launching FrontPage... 3 Working with
(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
PISA 2015 MS Online School Questionnaire: User s Manual
OECD Programme for International Student Assessment 2015 PISA 2015 MS Online School Questionnaire: User s Manual Doc: CY6_CBA_SCQ_MSPrincipalManual.docx September 2014 Produced by ETS, Core 2 Contractor
Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf
1 The Web, revisited WEB 2.0 [email protected] Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf 2 The old web: 1994 HTML pages (hyperlinks)
Assuring that the Online Course is Ready for Prime Time
Assuring that the Online Course is Ready for Prime Time Kats Gustafson, Ed.D. Dean, Online and Distributed Learning San Diego Community College District [email protected] One of the tried and true techniques
elearning Instructional Design Guidelines Ministry of Labour
elearning Instructional Design Guidelines Ministry of Labour Queen s Printer for Ontario ISBN 978-1-4606-4885-8 (PDF) ISBN 978-1-4606-4884-1 (HTML) December 2014 1 Disclaimer This elearning Instructional
