Blog 3 by Rachel Wingender

  In chapter 19 of Designing with Web Standards, Josef Muller-Brockmann is mentioned as being the father of the modern layout. He is the father of the modern layout because he inspired a blog layout wider than the typical 800 x 600 with multiple columns of text.  This new layout is great because a lot of monitors nowadays are larger and wider than they used to be, so it looks better to spread the content out in the extra usable space.  The layout gained so much popularity and credibility that Khoi Vinh used it for his personal website (http://www.subtraction.com).  While a 800 x 600 layout may look fine on a small monitor, it looks like a silly waste of space on larger ones.  You have all this extra white space or unneeded background space on either side, and you may have to scroll down too much.  When you can make use of that extra space by making multiple readable columns in a larger layout, not only will the website look better, but a user won’t get as board with it.  Small Layout Scrapbook could have benefited from using a wider layout, as right now it’s relatively skinny, and users have to scroll a lot to see the content.  Grid and Column Designs, however, makes better use of the screen space, and uses multiple columns to fit more content in less amount of vertical space. 

Josef Muller-Brockmann used such layouts in his prints and advertisements, too, one of my favorites being an ad for Musica Viva. This ad used what looks like either a 3 x 3 or 3 x 4 grid layout, and has wonderful contrast and balance, while making wonderful use of space.

Blog 2: Chapter 12

Chapter 12 Designing With Wed Standards talked about working around bugs or other such coding problems, as well as perks to using CSS3.  The book listed a few websites that a designer can go to for help working around bugs such as http://www.positioniseverything.net/ and http://www.css-discuss.org.

The book also explained the difference between rgba transparency and opacity, which sound as if the do the same exact thing when infact one (rgba) changes the transparency of color and the other (opacity) changes the transparence of an entire element.  So you would use rgba to have a transparent yellow background like I am doing for my vacation project, and opacity for a transparent picture. rgba and opacity are the same, however, in that they only range in percentage values from 0.0 (0%, totally transparent) to 1.0 (100%, totally opaque).

The book then went into a brief history of newer HTML versions beginning with an argument between W3C and the creators of Netscape and Mosaic.  The creators of Netscape and Mosaic wanted to use <img> and tags to embed elements other than images into their webpages instead of the <object> tag that W3c had recommended.  In response, W3c started creating newer versions of HTML that would not recognize at all.  However, Web designers didn’t like this, so HTML5 is being made to support again.  I found a link that described how to use : Using embed .

The last thing that Chapter 12 mentioned in the assigned reading was that a designer named Drew McLellan discovered that by using a small Flash movie to load a larger movie, you can get around the streaming problems in Internet Explorer.

~Rachel Wingender