8 VIC Discussion – Dancer 17

DUE date and time: Sunday 21 @11:59PM

Module 08 Discussions (worth 1 point)

Discuss any or all of the following:

LinkedIn Learning: “Introduction to Web Design and Development” with James Williamson (Links to an external site.)

Don't use plagiarized sources. Get Your Custom Essay on
8 VIC Discussion – Dancer 17
Just from $13/Page
Order Essay

; (Try this link if you can’t get to it: https://www.linkedin.com/learning-login/share?forceAccount=false&redirect=https%3A%2F%2Fwww.linkedin.com%2Flearning%2Fintroduction-to-web-design-and-development%3Ftrk%3Dshare_ent_url%26shareId%3DMN9S3LnZQjuXyxnWvqqjHw%253D%253D&account=42567804

and/or 

lecture notes, “Web Design History and Trends.” – attached (Mod 8)

You must post one original thread in order to enter the forum. Write: (1) what you already knew, which was reinforced in this module’s presentations, (2) what you learned for the first time during this module’s presentations, and (3) what parts of this module are you most unclear about. Minimum word length for initial posts: 300 words.

Afterward, read at least three classmates’ postings and reply to at least two of them, trying to answer your classmates’ questions about what was unclear to them. Minimum word length for replies: 100 words.

In other words, observe the 3-2-1 rule: read at least 3, reply to at least 2, and contribute at least 1 initial post (but more are encouraged). No partial credit—all or nothing points.

Elio L. Arteaga, MFA
VIC3400 – Visual Design for Globalized Media

History of the Internet
The Internet began in 1969 as a scientific/military research program named ARPANet (The Advanced Research Projects Agency Network).
Consisting of four computers, three
in California and one in Utah, the
experiment was to develop the
world’s first system of transferring
information reliably in the event of
everyday network outages and possibly even the occasional global thermonuclear war (this was the Cold War era, after all).

Packet-switching—a system that enables small “packets” of data to be sent independently of each other to the destination computer—enables reliable transmission of data, and is the basis of the Internet today. But the entire look-and-feel of the Internet was not at all what you’re familiar with today. Most
computer monitors displayed
green, mono-spaced, all-caps
type on a black background;
if you’ve ever seen the 1983
Matthew Broderick movie,
WarGames, you know what
I mean.

In 1985, ARPANet was handed over to the National Science Foundation. The NSF increased the network by opening five new supercomputer centers making the Internet an efficient way for government agencies and educational institutions to share information. Hobbyists joined the Internet and used it to send e-mail to each other, and access university libraries and government databases.
The Internet was opened to business and commercial interests around 1990. The World Wide Web was born. Graphics, photographic images, text, sound, animations, video, and interactivity came to the Internet. Companies called Internet service providers (ISPs) provided the general public with access to the Internet, usually for a monthly fee. Today, over a billion people worldwide log on the Internet’s 23.6 billion Web pages every day!1
1WorldWideWebSize.com (2016).

Web Technology
Surfing the Web is easy and fun—a non-computer-literate person could type an easy-to-remember Web address, read the text on the page, view the images, and click on hyperlinks, identified by blue underlined text and also by the mouse pointer arrow turning into a pointing hand icon.

The language of the web is HyperText Markup Language, version 5, or HTML5. HTML specifies the content and structure of web pages. HTML tags are “semantic,” which means the tags themselves must have meaning in relation to the page.
Stylistic attributes such as colors, layout, fonts, sizes and background images are specified through Cascading Style Sheets, version 3, or CSS3. CSS separates the visual characteristics of web pages from its content, enabling different appearances for various media: desktop, mobile, or print.
Web pages are uploaded to a Web server, and become visible to anyone on the Internet. Typing in the page’s Web address (or URL) fetches that page and displays it on the viewer’s Web browser. Clicking on links within a Web page causes other pages to be downloaded and displayed on your browser. The illusion is that one is navigating through cyberspace, while in reality, pages are linked to each other, and clicking on the hyperlinks causes other pages to download and display on your computer’s browser window.

First Generation Web Pages
When the Web was first established, only scientists used it. Consequently, design was not an important consideration. The scientists’ goal was to efficiently transmit information, so the design of the first-generation Web pages resembled scientific dissertations.
Observe the design of Monsters in Galactic Nuclei created by John Kormendy and Gregory Shields of the University of Texas at Austin, Department of Astronomy:

http://chandra.as.utexas.edu/
stardate.html

The text goes all the way from the left to the right side of the page, as if it were a sheet of paper fed into a typewriter. Text jumps over images, rather than wrapping around them. All the titles are centered.

Second Generation Web Pages
As the general public began using the Web, it became clear that people wanted something they were already familiar and comfortable with. Web pages were a new technology; and most people still preferred to get their news from traditional sources such as newspapers and newsmagazines. The design of Web pages needed to resemble the design of printed pages in order for the Web-surfing public to embrace them. Web programmers created new tags to specify columns and other layout characteristics. Second-generation Web pages exhibited column layouts similar to those of their traditional media counterparts: newspapers or magazines. Consider the Miami Herald Web site:

http://www.miamiherald.com/

A banner running along the top of the Web page containing the name of the newspaper, a blue navigation bar along the left resembling a table of contents, and a vertical column grid are all characteristics of printed newspapers that have been translated to the electronic format of second-generation Web pages.

Third Generation Web Pages
Audiovisual technologies, such as ShockWave Flash (.SWF) and HTML5 Canvas, emerged in recent years that enrich web pages with media content. These are the third-generation Web pages. Consider Nike’s website, in which the static grid navigation of second-generation Web pages has been completely eliminated, replaced by video, music, and fluid, interactive navigation windows.

http://www.nike.com
/

Long Scrolling Sites
The immense popularity of mobile devices (smartphones and tablets) has led to designs that enable unique human behaviors that never existed before. It’s possible to hold your smartphone in one hand and scroll with your thumb. This has led to the design of sites in which all the content is on only one page. To see all of it, just scroll. For example, see the http://macaw.co web site:

Parallax Scrolling Sites
With a little bit of extra coding that tests the position of the viewport in relation to the top of the web page, you can create engaging animations called parallax scrolling sites:

http://www.dangersoffracking.com/

Responsive Web Sites
One of the most important evolutions in web page design is that of responsive web sites. Responsive pages query the width of the browser window and change the layout of the page depending on whether it is viewed on a smartphone, tablet, laptop or desktop computer display.
Example: the World Wildlife Fund website.
http://www.WorldWildLife.org/

Desktop
Smartphone
Tablet

Conventions
Conventions are concepts that don’t need to be explained to anyone, because (in theory) they should already be able to understand them. Internet Web pages make use of various conventions that go without saying, so I’ll say them anyway.
The most successful sites incorporate their navigation grids along the top and left margins. Why? Millions of people all around the world use different sized monitors. Web pages begin loading from the top-left corner, so if the navigation grid is placed on the right side or along the bottom, visitors with older, smaller monitors might not be able to navigate within the Web site, or they might have to scroll every time they need to change pages.

It’s rather common to see navigation grids arranged along the top and left edges, but they’re like that for a reason. As an example, take a look at the Apple website: http://www.apple.com/

Notice the navigation bar along the top of the Apple.com Web site. It is based on the metaphor of the index tabs. In a metal filing cabinet, you pull out a drawer and inside are horizontally stacked folders; only the little index tabs along the tops of the folders are visible. You grab a folder from its index tab, pull it up and it’s open.

On Apple.com (and others) a row of index tabs across the top are really links to other parts of the Web site. When you click on an index tab, the reality is that the browser downloads and displays another page, but the illusion is that the page comes to the front of the stack. The index tab appears in a different color to let the visitor know what part of the Web site they are viewing. This convention enables people to intuitively grasp this new technology because they are already familiar with filing cabinets. It also enables visitors to understand the scale of the site, and to keep track of where they’ve been and what they’ve yet to see.
Another conventional technique used in Web sites is to repeat the site’s logo on the top left corner of every page in the site, and to link the logos to the site’s home page, the first page visitors go to when they type the site’s URL. The reason for this has to do with the popularity of search engines like Google and Yahoo.
Typing in a search term in a search engine displays a list of results, which could potentially take visitors to pages buried deep within the destination Web site’s hierarchy. Clicking on the logo in the top-left corner enables visitors to find their way around the site, by quickly going back to its home page.

For example, let’s say Google took you to this page in CNN.com. A glance at the index tab navigation bar along the top reveals you are in the Politics section, but a quick click on the CNN logo on the top-left corner of the page takes you back to CNN’s home page.

Perhaps you might be asked to work on Web sites one day. With the explosive growth of the Internet, the Web is touching all areas of advertising, newspaper and magazine publishing, news Web site publishing, public relations and streaming video production.
It’s almost mandatory nowadays for an entrant into these fields to possess skills in web design. Successful candidates will build their skills by reading books, taking workshops and learning as much as they can. Knowledge is what separates the successful candidate from his or her peers.

What Will You Get?

We provide professional writing services to help you score straight A’s by submitting custom written assignments that mirror your guidelines.

Premium Quality

Get result-oriented writing and never worry about grades anymore. We follow the highest quality standards to make sure that you get perfect assignments.

Experienced Writers

Our writers have experience in dealing with papers of every educational level. You can surely rely on the expertise of our qualified professionals.

On-Time Delivery

Your deadline is our threshold for success and we take it very seriously. We make sure you receive your papers before your predefined time.

24/7 Customer Support

Someone from our customer support team is always here to respond to your questions. So, hit us up if you have got any ambiguity or concern.

Complete Confidentiality

Sit back and relax while we help you out with writing your papers. We have an ultimate policy for keeping your personal and order-related details a secret.

Authentic Sources

We assure you that your document will be thoroughly checked for plagiarism and grammatical errors as we use highly authentic and licit sources.

Moneyback Guarantee

Still reluctant about placing an order? Our 100% Moneyback Guarantee backs you up on rare occasions where you aren’t satisfied with the writing.

Order Tracking

You don’t have to wait for an update for hours; you can track the progress of your order any time you want. We share the status after each step.

image

Areas of Expertise

Although you can leverage our expertise for any writing task, we have a knack for creating flawless papers for the following document types.

Areas of Expertise

Although you can leverage our expertise for any writing task, we have a knack for creating flawless papers for the following document types.

image

Trusted Partner of 9650+ Students for Writing

From brainstorming your paper's outline to perfecting its grammar, we perform every step carefully to make your paper worthy of A grade.

Preferred Writer

Hire your preferred writer anytime. Simply specify if you want your preferred expert to write your paper and we’ll make that happen.

Grammar Check Report

Get an elaborate and authentic grammar check report with your work to have the grammar goodness sealed in your document.

One Page Summary

You can purchase this feature if you want our writers to sum up your paper in the form of a concise and well-articulated summary.

Plagiarism Report

You don’t have to worry about plagiarism anymore. Get a plagiarism report to certify the uniqueness of your work.

Free Features $66FREE

  • Most Qualified Writer $10FREE
  • Plagiarism Scan Report $10FREE
  • Unlimited Revisions $08FREE
  • Paper Formatting $05FREE
  • Cover Page $05FREE
  • Referencing & Bibliography $10FREE
  • Dedicated User Area $08FREE
  • 24/7 Order Tracking $05FREE
  • Periodic Email Alerts $05FREE
image

Our Services

Join us for the best experience while seeking writing assistance in your college life. A good grade is all you need to boost up your academic excellence and we are all about it.

  • On-time Delivery
  • 24/7 Order Tracking
  • Access to Authentic Sources
Academic Writing

We create perfect papers according to the guidelines.

Professional Editing

We seamlessly edit out errors from your papers.

Thorough Proofreading

We thoroughly read your final draft to identify errors.

image

Delegate Your Challenging Writing Tasks to Experienced Professionals

Work with ultimate peace of mind because we ensure that your academic work is our responsibility and your grades are a top concern for us!

Check Out Our Sample Work

Dedication. Quality. Commitment. Punctuality

Categories
All samples
Essay (any type)
Essay (any type)
The Value of a Nursing Degree
Undergrad. (yrs 3-4)
Nursing
2
View this sample

It May Not Be Much, but It’s Honest Work!

Here is what we have achieved so far. These numbers are evidence that we go the extra mile to make your college journey successful.

0+

Happy Clients

0+

Words Written This Week

0+

Ongoing Orders

0%

Customer Satisfaction Rate
image

Process as Fine as Brewed Coffee

We have the most intuitive and minimalistic process so that you can easily place an order. Just follow a few steps to unlock success.

See How We Helped 9000+ Students Achieve Success

image

We Analyze Your Problem and Offer Customized Writing

We understand your guidelines first before delivering any writing service. You can discuss your writing needs and we will have them evaluated by our dedicated team.

  • Clear elicitation of your requirements.
  • Customized writing as per your needs.

We Mirror Your Guidelines to Deliver Quality Services

We write your papers in a standardized way. We complete your work in such a way that it turns out to be a perfect description of your guidelines.

  • Proactive analysis of your writing.
  • Active communication to understand requirements.
image
image

We Handle Your Writing Tasks to Ensure Excellent Grades

We promise you excellent grades and academic excellence that you always longed for. Our writers stay in touch with you via email.

  • Thorough research and analysis for every order.
  • Deliverance of reliable writing service to improve your grades.
Place an Order Start Chat Now
image

Order your essay today and save 30% with the discount code Happy