Saturday, February 11, 2012

Week TWO!


Week 2 - First Quiz!
The anticipation of my first quiz was killing me. But the quiz was handed out and by the second page I knew all the answers! In the end I missed 2 questions and I know why I got them wrong. So not bad for the first quiz in 26 years!


I felt so good that I studied so well, comprehended the material and enjoyed the class lecture.


Week 2 - Studying Chapter 3 for class on Monday night 2/13/12.

Okay, so Chapter 3 didn't sink in quite so easily the first round!!!
So I read the Chapter and then I closed the book. Thoughts of running screaming from the room crossed my mind! I picked it up again and highlighted all of the important parts while re-reading the chapter. This time around it started sinking in. Then after doing the practice exercises I was back on track! Mind you, not 100% but comprehending.


Learning the beginning of CSS - Cascading Style Sheets


Inline Styles
Embedded Styles
External Styles
Imported Styles
Class Selector
id Selector
Div element
Span element
External Style Sheets


The key is knowing when to use them and where to put them!


Reading and scribbling notes! Do the practice exercises. They say that practice makes perfect and it's so true. Doing the code over and over again can only help!
I'll get it. I have plenty of questions for Monday night. I have my Case study from Chapter 2 done. In the meantime I'll keep hacking away at the keyboard using JEdit to get these pages to open and look right.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
    <title>Trillium Media Design</title>
    <style type="text/css">
    body { background-color: #E6E6FA;
           color: #191970;
           font-family: Arial, Verdana, sans-serif;
    }
    h1 { background-color: #191970;
         color: #E6E6FA;
         line-height: 200%;
         font-family: Georgia, "Times New Roman", serif;
           
    }
    h2 { background-color: #AEAED4;
         color: #191970;
         font-family: Georgia, "Time New Roman", serif;
    }
    p { font-size: .90em; }
    ul {font-weight: bold; }
    </style>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
    <body>
    <h1>&nbsp; Trillium Media Design</h1>
        <p><a href="index.html">Home</a> 
<a href="services.html">Services</a> 
<a href="contact.html">Contact</a></p>
    <h2>New Media and Web Design</h2>
        <p>Trillium Media Design will bring your company's Web presence to the next level.<br>
    We offer a comprehensive range of services:</p>
            <ul>
                <li>Web site Design</li>
                <li>Interactive Animation</li>
                <li>E-Commerce Solutions</li>     
                <li>Usability Studies</li>
                <li>Search Engine Optimization</li>
            </ul>
        <h2>Meeting Your Business Needs</h2>
            <p>Our expert designers are creative and eager to work with you.<br>
  Take advantage of the power of Web 2.0!</p>
          <p>Copyright © 2012 Your Name Here</p>
    </body>
</html>

This is what the above code looks like.
Now I'm going to stop for the night and think of lovely thinks like flowers and birds and birthday cakes.

Flower planter outside of the Beach Club Resort at Disney.
Audubon print of the American Flamingo.
Flower Birthday cake!

XHTML!

No comments:

Post a Comment