Preview

Commerence

Satisfactory Essays
Open Document
Open Document
596 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Commerence
Assignment 1
School of Software Engineering, HUST_ Electronic Commerce Student Name (in Ping Yin): ChenWei | | In Chinese: |
陈微 | Student No. | M201276179 | |

Logger cuts down trees Exercise 1:

Sawmill converts logs to lumbers

Lumberyard(distributor)provides selection of lumber

Paper mill mills the wood processed into paper

Printing printed and bound into a book

Book retailer markets and sells books

Consumer purchases and uses books

Landfill or recycler disposes of books

Exercise 2: As companies began to conduct electronic commerce on the Web, the need to present large amounts of data on Web pages also became important. Companies created Web, the need to present large amounts of data on Web pages also became important. Companies created Web sites that contained lists of inventory items, sales invoices, purchase orders, and other business data. The need to keep these list updated was also important and posed a new challenge for many Web designers. In the late 1990s, companies began turning to XML to help them maintain Web pages that contained large amounts of data. The full name of XML is Extensible Markup Language, it is a simple, very flexible text format derived from SGML (ISO 8879). Originally designed to meet the challenges of large-scale electronic publishing, XML is also playing an increasingly important role in the exchange of a wide variety of data on the Web and elsewhere. XML uses paired start and stop tags in much the same way as database software defines a record structure. For example, a company that sells products on the Web might have Web pages that contain descriptions and photos of the products it sells. The Web pages are marked up with HTML tags, but the product information elements themselves, such as prices, identification numbers, and qualifications on hand, are marked up with XML tags. The XML document is embedded within the HTML document. What’s

You May Also Find These Documents Helpful

  • Satisfactory Essays

    DOM Level 3, the current release of the DOM specification, published in April 2004, added support for XPath and keyboard event handling, as well as an interface for serializing documents as XML. Since the beginning of 2004 there are also W3C DOM Level 3 recommendations for Core, Load and Save, and Validation where Level 3 Core again improves and refines Level 2 Core while the other two modules add new features.…

    • 559 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    HTML is currently in its fifth revision or HTML53. With HTML5 a standard is set for how to display the web page; where pictures are displayed, fonts used for text and total layout of the page. XML (extensible markup language) is used for web documents. CCS (cascading style sheet) is written into the HTML document or attached as a file to define the appearance of the displayed page.…

    • 897 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    unit3lab1

    • 7639 Words
    • 49 Pages

    Use the HTML 5.1 specification and the documents on Web Platform Docs to research three semantic tags.…

    • 7639 Words
    • 49 Pages
    Satisfactory Essays
  • Powerful Essays

    Web sites are swiftly becoming, and in some cases are already, the preferred media choice for information search, company presentation, shopping, education, gaming, socialising, and much more. In this day and age, where visual symbols play an increasingly important role in our day to day lives, the design, content, and function of web pages, play a pivotal part in influencing the meaning and value of information. The meaning and value of information can be worked out by a few simple questions; who is the author of this information? Who is the supplier? Why is it provided/what is its purpose? Who are the intended audience? What is the source? And finally, how current and accurate is it? The last two questions are probably the most relevant when it comes to the value, as if it were a secondary, out-dated, and inaccurate source, it would not be very valuable. The terms design, function, and content must be looked at and defined to answer this question. Design of a web page mainly refers to how the page looks to the user and the layout of it as well. Whereas function is all about how the website works, whether it is easy or not for the user to navigate around the site or whether or not links and images work on the site. Finally, content is the text, images and other elements that make up the core of the web page. In this essay we will be looking at issues ranging from the opportunities the web provides us with to present information, to the challenges that are created when information is displayed online. In addition to this, we will also be looking at issues such as how we are able to establish the quality of our information as well as how the presentation and design of web pages influence the value of our information in particular.…

    • 1924 Words
    • 8 Pages
    Powerful Essays
  • Satisfactory Essays

    IT 236

    • 2926 Words
    • 12 Pages

    This course introduces effective Web design principles and the essential role of the Web designer in today's business environment. Topics covered include site architecture, page layout, navigation, content, functionality, and usability. Students will evaluate existing Web sites and apply best practices to prototype a unique design using a Web authoring application.…

    • 2926 Words
    • 12 Pages
    Satisfactory Essays
  • Satisfactory Essays

    What Is Xml

    • 488 Words
    • 2 Pages

    XML, or Extensible Markup Language, is an internet language used to represent text and data that can be used without much human or machine intelligence. XML is a lot like HTML except for two major differences. The first is separation of form and content. HTML mostly consists of tags defining the appearance of text. In XML the tags generally define the structure and content of the data, with actual appearance specified by a specific application or an associated stylesheet. The second is XML is extensible. Tags can be defined by individuals or organizations for some specific application, whereas the HTML standard tagset is defined by the World Wide Web Consortium.…

    • 488 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Executive Summary

    • 297 Words
    • 2 Pages

    Since the technology continues to advance and innovates at a rapid rate, it is beneficial for us to take advantage of what an electronic device could offer to us. The most efficient and reliable products of technologies continues growth is a website. A website can helps us simplify our workloads and task, it increase the accuracy, reliability and speed of a worker. It can help answer one of the major problems face by an institution which is monitoring and record keeping of data.…

    • 297 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    Commnication

    • 1052 Words
    • 5 Pages

    First we need to determine the state and federal objectives when it comes to punishment. Every day hundreds of individuals appear before a judge to receive time for crimes they have committed. Sentencing for felony offenses normally carries a punishment of incarceration of one year or more. Misdemeanors crimes carry incarceration sentencing of less than one year. Judges must review and consider complicated sentencing laws for each individual’s case, prior to sentencing. Judges of the 21st century have less discretion in sentencing options than the past. There are mandatory minimum guidelines a judge must follow for sentencing. The judges must also follow the three-strike laws for repeated offenders. There are sentencing for some crimes that have little consideration to personnel factors regarding offenders, their crimes, and the victims. There are…

    • 1052 Words
    • 5 Pages
    Better Essays
  • Good Essays

    The Document Object Model (DOM) is a standard interface to access and manipulate structured data. As the name suggests, it does this by modeling, or representing, a document as a hierarchical tree of objects. A number of different object types are defined in the W3C's DOM specification; these objects expose methods and attributes that can be used by the application layer to navigate and process the DOM tree, exploit the relationships between the different branches of the tree, and extract information from it. The W3C's DOM specification defines a number of different objects to represent the different structures that appear within an XML document. For example, elements are represented by an Element object, whereas attributes are represented by Attr objects. Each of these different object types exposes specific methods and properties. Element objects expose a tagName property containing the element name and getAttribute() and setAttribute() methods for attribute manipulation, whereas Attr objects expose a value property containing the value of the particular attribute. These methods and properties can be used by the application layer to navigate and process the DOM tree, exploit the relationships between the different branches of the tree, and extract information from it. The very first specification of the DOM (DOM Level 1) appeared on the W3C's web site in October 1998, and simply specified the "core" features of the DOM—the basic objects and the interfaces to them. The next major upgrade, DOM Level 2, appeared in November 2000; it examined the DOM from the perspective of core functions, event handling, and document traversal. DOM Level 3, which is currently under development, builds on past work, and incorporates additions and changes from other related technologies (XPath, abstract schemas, and so on). As a standard interface to…

    • 2921 Words
    • 12 Pages
    Good Essays
  • Powerful Essays

    In this paper, it is also described about the implementation of both this approach in various web browsers. From this research, developer will come to know about the detailed usage of both the approach with respect to their web application. Key Words: Extensible Mark-up Language (XML), Asynchronous JavaScript and XML (AJAX), Web Application, Asynchronous Transmission and Receiving Technique, Document Object Model (DOM)…

    • 3109 Words
    • 13 Pages
    Powerful Essays
  • Good Essays

    Both SGML and XML are "meta" languages because they are used for defining markup languages. A markup language defined using SGML or XML has a specific vocabulary (labels for elements and attributes) and a declared syntax (grammar defining the hierarchy and other features).…

    • 707 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Schema Mapping

    • 1315 Words
    • 6 Pages

    schema of any other peer that contains data that are of interest. Relying on the…

    • 1315 Words
    • 6 Pages
    Powerful Essays
  • Good Essays

    schema.org is a collaboration by Google, Microsoft, and Yahoo! to improve the web by creating a structured data markup schema supported by major search engines. On-page markup helps search engines understand the information on webpages and provide richer results. A shared markup vocabulary makes it easier for webmasters to decide on a markup schema and get maximum benefit for their efforts.…

    • 3561 Words
    • 15 Pages
    Good Essays
  • Satisfactory Essays

    Today, in global markets, it is impossible to run the business without the use of computer technology. Many business activities are performed very quickly and efficiently by using computers. The administrative paperwork is also reduced by using computers. Many business use websites to sell their products and contact their customers.…

    • 316 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    The World Wide Web is a very effective medium for distributing product catalogs. In the…

    • 1145 Words
    • 5 Pages
    Good Essays

Related Topics