Lesson 9. * Testing Your browser * Using different browser tools * Using conditional comments with * Dealing with future compatibility problems.

Slides:



Advertisements
Similar presentations
The Internet.
Advertisements

 2008 Pearson Education, Inc. All rights reserved Web Browser Basics: Internet Explorer and Firefox.
© All Rights Reserved Web Browser A software application that enables you to view and interact with pages on the World Wide Web. Examples.
Introduction Testing is examining the project performance according to the specifications that have been agreed. This will include the robustness of the.
6/10/2015Cookies1 What are Cookies? 6/10/2015Cookies2 How did they do that?
Intro to HTML Workshop. Welcome This slideshow presentation is designed to introduce you to the basics of HTML. It is the first of three HTML workshops.
UNIFORM RESOURCE LOCATOR (URL)
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
Lesson 46: Using Information From the Web copy and paste information from a Web site print a Web page download information from a Web site customize Web.
INTRODUCTION TO CLIENT-SIDE WEB PROGRAMMING ACM 511 ACM 262 Course Notes.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
And Mobile Web Browsers
WRA /16/13 HTML VALIDATION & HTML5. TODAY’S AGENDA Overview of new objects: lists, tables Overview of metadata: meta tags, comments History of the.
© The McGraw-Hill Companies, 2006 Chapter 1 The first step.
Cost effective marketing Aileen Hunter Little Voice Communications Ltd
AEW studios Who We Are We run a small IT-based business. We've been in business for 3½ years. Essentially the business is husband/wife.
 Internet vs WWW  Pages vs Sites  How the Internet Works  Getting a Web Presence.
Microsoft Windows LEARNING HOW USE AN OPERATING SYSTEM 1.
Samuvel Johnson nd MCA B. Contents  Introduction to Real-time systems  Two main types of system  Testing real-time software  Difficulties.
HTML5 Application Development Fundamentals
CO1552 – Web Application Development Lists, Special Characters, and Tables.
The Internet. The Internet: A Definition  Short for Internetwork  AKA: The World Wide Web, or the Net  This is defined by the system of communications.
Build a Free Website1 Build A Website For Free 2 ND Edition By Mark Bell.
Building a site on the World Wide Web requires more than simply learning the HTML language and starting out. You need to get a place to put your Web pages,
Web Browsers And Mobile Web Browsers. Guiding Questions What is a mobile Web browser? Why do Web pages look differently on different Web browsers? What.
Web Browser Security Prepared By Mohammed EL-Batta Mohammed Soubih Supervised By Eng. Eman alajrami Explain Date 10. may University of Palestine.
G053 - Lecture 20 Testing Websites
The Internet BTEC 149. What is it? Internet: A network of connected computers and computer networks located around the world ◦An international community.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
Lesson 2 HTML organization techniques Week 2. Respect WWW  R = responsibility: assume personal responsibility and create only ethical and appropriate.
Using the World Wide Web Web Design and Publishing Cindy Royal.
Lesson 1: Web Pages Web Browsers. Linear media & Hypermedia Books are presented in a linear format. Pages and chapters comprise a book. You can create.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
Web Standards Web Design – Sec 2-4 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
به نام خدا تنظیم کننده : فرانه حدادی استاد : مهندس زمانیان تابستان 92.
UPLOAD / DOWNLOAD april  HTML5 is just the next iteration of HTML  Previous version was technically HTML 4.01, which incorporated XHTML 1.0.
Browser Bugs & Validation SIPB Introduction to Web Design Wednesday, January 20th Jonté Craighead & Cathy Zhang.
Browser Wars (Click on the logo to see the performance)
2012. HERE IS THE THING…  Over 20% Of Your Market Doesn’t Subscribe To Cable…  That Means Your Advertising Campaign Is Only 80% Effective!  Television.
Skill Area 214 Introduce World wide web(www)
PART 2 INTRODUCTION TO DYNAMIC WEB CONTENT AND PHP.
Lecture 2- Internet, Basic Search, Advanced Search COE 201- Computer Proficiency.
Objective: To describe the evolution of the Internet and the Web. Explain the need for web standards. Describe universal design. Identify benefits of accessible.
The Internet. Important Terms Network Network Internet Internet WWW (World Wide Web) WWW (World Wide Web) Web page Web page Web site Web site Browser.
© 2015 albert-learning.com Internet 101. © 2015 albert-learning.com Internet 101 Vocabulary  Browser - a program used to view the Internet.  Click -
May 6, 2009 Browser Compatibility Testing Definition It is a non functional type of testing where web based applications are tested on various browsers(IE.
Learning Aim C.  In this section we will look at some simple client-side scripts, browser compatibility, exporting and compressing and suitable file.
Web Browsers. Overview Definition How a Browser Works? History Today – Browser Wars The Future.
Uniform Resource Locator URL protocol URL host Path to file Every single website on the Internet has its own unique.
What Is Firefox? __________ is a Web ___________ that you use to search for and view Web pages, save pages for use in the future, and maintain a list.
Learning Aim A.  Websites are constructed on many different features.  It can be useful to think about these when designing your own websites.
How-to Easily Create a Stacked Clustered Column Chart in Excel.
Web Design Principles. Designing a Website Choice of a site color scheme. Choice of text font and size. Placeholder text. Use of white space. Location.
Computer Basics Introduction CIS 109 Columbia College.
Tech Tips. K12 Online High School Browser Check
How to fix Netflix Signing In Issues? For More Details Visit Our Website
And Mobile Web Browsers
Understanding Search Engines
Web Browsers & Mobile Web Browsers.
Mozilla Firefox Who is Mozilla? What is Firefox?
BTEC NCF Dip in Comp - Unit 15 Website Development Lesson 12 – Publish and Test Mr C Johnston.
browser search engine web page
Browser Support for HTML5
What is the World Wide Web (www)
Openreach Application
Website Testing EIT, Author Gay Robertson, 2018.
Use an Internet Browser
Internet Research Techniques
And Mobile Web Browsers
And Mobile Web Browsers
Presentation transcript:

Lesson 9

* Testing Your browser * Using different browser tools * Using conditional comments with * Dealing with future compatibility problems

* This lesson will demonstrate that the web site that you create will ultimately look slightly different in different browsers. * How important will it be to ensure a uniform look in all browsers will depend on your budget and time. * You will also learn some techniques to fix browser issues.

* Browser compatibility in web design could be described as the browser default rules & your written rules accepting one another/being compatible with one another, which will result in your pages being displayed how you designed them to be displayed.

* This lesson demonstrates one of the more important aspects of web design, although not necessarily one of the most interesting! * Throughout the history of World Wide Web there have always been differences between different browsers (Netscape, Safari, Firefox, Internet Explorer, Yahoo, Google, Chrome) and there will always continue to be differences.

* The goal here is not to achieve 100% consistency across all browsers but to make sure that layouts are similar enough to provide the user a consistent experience on most modern browsers. Because it is probably impossible to achieve 100% consistency across all browsers except for very simple layouts. * * *

The role of the client in the real world The need to have layouts look the same across all browsers often comes from the clients or customers who hire web designers. In the following exercise, you will be playing the role of a client and the web designer and THEN reverse the roles. In this scenario the designer has just presented the final version of his/her site (in your case, you will be presenting your version of lesson 8 website )and the client has just noticed that on Internet Explorer 6, the site is not broken but looks different than on another browser.

Client: Why doesn’t my website look the same on Internet Explorer 6(IE6)? Designer: This browser is almost 10 years old and the number of users is dropping every day. Even Microsoft is encouraging users to change. Let me show you how much IE6 is in decline and very few computers are actually using IE6. Designer visits this site – and show the client how very few people might be accessing the site via IE6www.ie6countdown.com Client: But I have paid so much money

Designer: With the budget you have given us, we can choose to spend our time on making the site work on modern browsers and mobile devices or we can spend the item making the site work on an older browser. But with our budget, we can not do both. Client: But my website will not look the same across all browsers Designer: A website does not have to look 100% the same across all browsers. From the customer’s perspective, as long as their experience is the same they will never know the difference.

Now both of you visit 1/24/how-to-remain-productive-when- working-with-clients/ 1/24/how-to-remain-productive-when- working-with-clients/ And read about the importance of the customer relations. Remember - No matter how good a coder/designer you are, you will not succeed if the you can not built a good relationship with the client and keep them happy.