Preview

Web Browser

Satisfactory Essays
Open Document
Open Document
463 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Web Browser
Google optimise code by compressing the code.
Browser detection – detect which version of browser user is using to adjust viewing settings
Security issues?
Tested? Wc3.org
Gpl apps ie libreoffice
Elearning per version
Help email/telephone
D1 Unit 20
Explore how web pages using scripts are implemented in different web browsers
Various versions of browsers require specific scripts because the older browsers will need to use the older scripts as they are not designed to run on the later browsers however, all scripts will run on all browsers so there is not a problem with the type of script but more the version. To help try to counter this problem the developer can include varied versions of the scripts in comments so that the webpage will load on both old and new browsers. The comments will provide a way to hide the code so that there is less confusion. The comments will need to be removed though if the user updates their browser to a newer version as they will need to read what is in the comments rather than what isn’t. This is an effective way of providing support for multiple versions of browsers without having to rewrite the code repeatedly as you can just change the comments to change the version of the script to what the browser supports.
Older browsers are more likely to render pop up messages whereas the newer versions will use data validation to check information. The older version forced the user to make a simple choice (usually selecting an option using boxes or radio buttons), this was an effective method to make sure that the information that was input was valid, it may not be true as the user may have selected the wrong box by mistake, but it did limit the chance of a mistake being made as they didn’t have to spell anything. When compared to nowadays where we use validation rules to check that the data that the user has input is this gives the illusion that the user has been given more control over what is input however, they still have to

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Describing the specification differences and browser supports among DOM Level 1, Level 2and Level 3.…

    • 559 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Company Q Evaluation

    • 588 Words
    • 3 Pages

    References: Online Browsing Platform (OBP). (2014, March 21). Retrieved from International Organization for Standardization: https://www.iso.org/obp/ui/#iso:std:iso:26000:ed-1:v1:en…

    • 588 Words
    • 3 Pages
    Satisfactory Essays
  • Powerful Essays

    Nt1310 Unit 3

    • 1041 Words
    • 5 Pages

    2. What of the following is included with Internet Explorer 8 that enables the browser to display older pages properly?…

    • 1041 Words
    • 5 Pages
    Powerful Essays
  • Powerful Essays

    Homework

    • 450 Words
    • 3 Pages

    Appendix D JavaScript Objects Read the directions carefully and write JavaScript code that addresses the requirements. Copy your code directly into the appendix document and post your assignment. Write a line of code using the Location object to return the uniform resource locator (URL) of a web page to a variable called myWebPage. Write a line of code using the Navigator object to return the web browser name to a variable called myBrowserName. Write a line of code using the Screen object to return the height of the display screen, not including operating system features such as the Microsoft Windows Taskbar, to a variable called myScreenHeight. Write a line of JavaScript code using the Windows object and other properties to open a new web browser window with the Google home page displaying and no menu bar. html head script…

    • 450 Words
    • 3 Pages
    Powerful Essays
  • Good Essays

    Web standards promote higher accessibility and usability; it suggests a set of rules in which every developer can follow and understand (Boudreau, 2002). Standards set by W3C, World Wide Web Consortium, will ensure that most browsers used will present the website as it was intended to be, without time consuming rewrites of code for specific browsers (W3schools, 2013). Accessibility is very important as it allows the web to be used by individuals with disabilities but also individuals with unconventional browsers to access any web page. In today’s society web browsers are not only used on desktop computers but also from handheld devices to mobile phones; standards help achieve a more stable web experience no matter when and where you access the web. Backward browser compatibility is another important factor brought by web standards; web pages coded in new versions of web browsers are still generally supported in an older version and vice versa.…

    • 425 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Web quest

    • 305 Words
    • 2 Pages

    5. What year (within the past 100 years) did the world experience a flu pandemic?…

    • 305 Words
    • 2 Pages
    Good Essays
  • Better Essays

    * To set a new standard, Netscape created a rival program (named Mozilla and then changed to Netscape Navigator) to destroy Mosaic.…

    • 1565 Words
    • 7 Pages
    Better Essays
  • Powerful Essays

    xxyyyes

    • 9387 Words
    • 38 Pages

    settings built into a web browser. We found serious usability flaws in all tools we tested. Participants found many tools…

    • 9387 Words
    • 38 Pages
    Powerful Essays
  • Powerful Essays

    Javascript: C and Draw

    • 2149 Words
    • 9 Pages

    INTRODUCTION TO JAVASCRIPT {draw:rect} What is JavaScript? JavaScript was designed to add interactivity to HTML pages JavaScript is a scripting language A scripting language is a lightweight programming language A JavaScript consists of lines of executable computer code A JavaScript is usually embedded directly into HTML pages JavaScript is an interpreted language (means that scripts execute without preliminary compilation) Everyone can use JavaScript without purchasing a license {draw:rect} Are Java and JavaScript the Same? NO! Java and JavaScript are two completely different languages in both concept and design! Java (developed by Sun Microsystems) is a powerful and much more complex programming language - in the same category as C and C++. {draw:rect} What can a JavaScript Do? JavaScript gives HTML designers a programming tool - HTML authors are normally not programmers, but JavaScript is a scripting language with a very simple syntax! Almost anyone can put small "snippets" of code into their HTML pages JavaScript can put dynamic text into an HTML page - A JavaScript statement like this: document.write("" + name + "") can write a variable text into an HTML page JavaScript can react to events - A JavaScript can be set to execute when something happens, like when a page has finished loading or when a user clicks on an HTML element JavaScript can read and write HTML elements - A JavaScript can read and change the content of an HTML element JavaScript can be used to validate data - A JavaScript can be used to validate form data before it is submitted to a server. This saves the server from extra processing JavaScript can be used to detect the visitor's browser A JavaScript can be used to detect the visitor's browser, and - depending on the browser - load another page specifically designed for that browser JavaScript can be used to create cookies…

    • 2149 Words
    • 9 Pages
    Powerful Essays
  • Good Essays

    Cross Site Scripting

    • 923 Words
    • 4 Pages

    Nowadays, many web sites make extensive use of clientside scripts (mostly written in JavaScript) to enhance user experience. Unfortunately, this trend has also…

    • 923 Words
    • 4 Pages
    Good Essays
  • Good Essays

    web authoring report

    • 677 Words
    • 3 Pages

    In 1980 Tim Berners-Lee created a system to use and share documents and later on in 1991 lead to “HTML tags” also known as the first HTML.…

    • 677 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    HTML 5 is newer version of HTML markup language made by grouping different specifications such as HTML4, XHTML1, DOM-2 etc. Currently it has been under development process. To build a web-page requires only HTML, but today this statement has changed because today user wants a rich user experience, they want website to do what they want. Today there are few web sites available which are solely based on HTML only. Some uses only CSS to define the look of the page, some uses different kinds of client-side script like JavaScript or Flash to provide rich user experience. But such kind of scripts makes website slow to load. Therefore, after more than 10 years published the last HTML specification, it is essential to create a new standard for the future of the web to collect and somehow solve the needs of developers. In HTML5 we can perform some animations without using Client-side scripts.…

    • 3204 Words
    • 13 Pages
    Powerful Essays
  • Powerful Essays

    firefox

    • 1441 Words
    • 6 Pages

    Mozilla Firefox is a free and open-source[17] web browser developed for Windows, OS X, and Linux, with a mobile version for Android, by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.[18]…

    • 1441 Words
    • 6 Pages
    Powerful Essays
  • Satisfactory Essays

    So if you still use IE after this article then there is no hope for the human race, as for every time you use IE it is like sticking your middle finger up at a designer and throwing their work into a blender. Could the next IE be the browser that’s going to change the world? Or will it just be the fail we are all expecting? We will just have to find out.…

    • 316 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Voice Browser

    • 678 Words
    • 3 Pages

    prerecorded sound for output (together with small displays when available), and a combination of keyboard and speech recognition for input. The technology will make it practical to browse the Web from any telephone using open standards for voice browsers. The Voice browsers would use speech synthesis and prerecorded material to present the contents of Web pages. A variety of aural effects can be used to give different emphasis to headings, hypertext links, list…

    • 678 Words
    • 3 Pages
    Good Essays