<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://collaborate.extension.org/mediawiki/skins/common/feed.css?195"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://collaborate.extension.org/wiki/NETC08_session_1095?action=feed&amp;mode=view</id>
		<title>Watching: NETC08 session 1095</title>
		<link rel="self" type="application/atom+xml" href="http://collaborate.extension.org/wiki/NETC08_session_1095?action=feed&amp;mode=view"/>
		<link rel="alternate" type="text/html" href="http://collaborate.extension.org/wiki/NETC08_session_1095?action=feed&amp;amp;mode=view"/>
		<updated>2009-11-24T21:30:21Z</updated>
		<subtitle>Wiki page as html</subtitle>
		<generator>MediaWiki 1.14.0</generator>

<entry>
<author><name>Contributors</name></author>
<id>http://collaborate.extension.org/wiki/NETC08_session_1095/11471</id>
<title>NETC08 session 1095</title>
<link rel="alternate" type="text/html" href="http://collaborate.extension.org/wiki/NETC08_session_1095" />
<updated>2008-04-30T14:13:55Z</updated>
<category term="NETC08 Session" />
<category term="Web Site Design" />
<content type="html">&lt;div class=&quot;thumb tright&quot;&gt;&lt;div class=&quot;thumbinner&quot; style=&quot;width:108px;&quot;&gt;&lt;a href=&quot;/wiki/File:NETC_logo_sm.jpg&quot; class=&quot;image&quot; title=&quot;NETC logo sm.jpg&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;/mediawiki/files/9/9d/NETC_logo_sm.jpg&quot; width=&quot;106&quot; height=&quot;45&quot; border=&quot;0&quot; class=&quot;thumbimage&quot; /&gt;&lt;/a&gt;  &lt;div class=&quot;thumbcaption&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;Session Name:  &lt;/b&gt; &lt;i&gt;Style Your Site: An Advanced CSS Design Tutorial&lt;/i&gt;&lt;br /&gt;
&lt;b&gt;Session Number:  &lt;/b&gt;1095&lt;br /&gt;
&lt;b&gt;Location:  &lt;/b&gt;Tanglewood&lt;br /&gt;
&lt;b&gt;Day and Time:  &lt;/b&gt;Monday, 4:30 - 5:15 pm&lt;br /&gt;
&lt;b&gt;Format:  &lt;/b&gt; Presentation&lt;br /&gt;
&lt;b&gt;Topic:  &lt;/b&gt; Web Site Design&lt;br /&gt;
&lt;b&gt;Level:  &lt;/b&gt;Advanced&lt;br /&gt;
&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;b&gt;Session Abstract:&lt;/b&gt;  &lt;br /&gt;
&lt;/p&gt;
&lt;dl&gt;&lt;dd&gt;Cascading Style Sheets (CSS) define the look of modern web pages. CSS is a very powerful stylesheet language that allows you to separate presentation from content. Learn advanced CSS techniques in this step-by-step coding demonstration that starts with an un-styled web page and ends up with a finished design. This presentation will also touch on accessibility, semantic markup, visual design and other site-design related issues. Please note, we'll cover advanced issues, but beginners are welcome. A little bit of HTML knowledge is helpful, but not required.
&lt;/dd&gt;&lt;/dl&gt;
&lt;p&gt;&lt;b&gt;Code Samples&lt;/b&gt;
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Download the zipped files: &lt;a href=&quot;http://www.mediafire.com/?ujfj2ts10m2&quot; class=&quot;external text&quot; title=&quot;http://www.mediafire.com/?ujfj2ts10m2&quot;&gt;&quot;Style your Site&quot; Code Samples&lt;/a&gt;.&lt;br /&gt;(the zipped file is hosted at Mediafire hosting service. After the page loads, you should see a link that says &quot;Click here to start download..&quot;.)
&lt;/li&gt;&lt;li&gt;If you can't get the files, please email me and I'll send you the zipped files. ben.macneill@extension.org
&lt;/li&gt;&lt;li&gt;I've also included the html and css below for convenience.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;
&lt;b&gt;Led By:&lt;/b&gt; Ben MacNeill, User Interface Designer, eXtension
&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;br /&gt; 
&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
&lt;a href=&quot;/wiki/File:Style-your-site.png&quot; class=&quot;image&quot; title=&quot;Image:Style-your-site.png&quot;&gt;&lt;img alt=&quot;Image:Style-your-site.png&quot; src=&quot;/mediawiki/files/0/04/Style-your-site.png&quot; width=&quot;460&quot; height=&quot;349&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;a name=&quot;Session_HTML&quot; id=&quot;Session_HTML&quot;&gt;&lt;/a&gt;&lt;h2&gt; &lt;span class=&quot;mw-headline&quot;&gt; Session HTML &lt;/span&gt;&lt;/h2&gt;
&lt;pre&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot;
	&amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;

&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;

&amp;lt;head&amp;gt;
	&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot;/&amp;gt;
    &amp;lt;title&amp;gt;Style Your Site: An Advanced CSS Design Tutorial - NETC08 - Session 1095&amp;lt;/title&amp;gt;
    &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;styles-final.css&amp;quot; type=&amp;quot;text/css&amp;quot; media=&amp;quot;screen&amp;quot; /&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
    &amp;lt;div class=&amp;quot;wrapper&amp;quot;&amp;gt;
        &amp;lt;div id=&amp;quot;masthead&amp;quot;&amp;gt;
            &amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;
                &amp;lt;img alt=&amp;quot;eXtension: More Mind Reach&amp;quot; src=&amp;quot;images/extension_logo_small.gif&amp;quot; /&amp;gt;
            &amp;lt;/a&amp;gt;
            &amp;lt;br class=&amp;quot;clear&amp;quot;/&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id=&amp;quot;nav&amp;quot;&amp;gt;
            &amp;lt;ul&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot; class=&amp;quot;current&amp;quot;&amp;gt;About&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;Oranges&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;Apples&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;Pineapples&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;We have no Bananas Today&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
            &amp;lt;/ul&amp;gt;
        &amp;lt;/div&amp;gt;
        
        &amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;
            &amp;lt;h1&amp;gt;Style Your Site: An &amp;lt;strike&amp;gt;Advanced&amp;lt;/strike&amp;gt; CSS Design Tutorial&amp;lt;/h1&amp;gt;
            &amp;lt;h2&amp;gt;Session 1095&amp;lt;/h2&amp;gt;

            &amp;lt;p&amp;gt;Cascading Style Sheets (CSS) define the look of modern web pages. CSS is a very powerful stylesheet language that allows you to separate presentation from content. Learn advanced CSS techniques in this step-by-step coding demonstration that starts with an un-styled web page and ends up with a finished design.&amp;lt;/p&amp;gt;
            &amp;lt;p&amp;gt;This presentation will also touch on accessibility, semantic markup, visual design and other site-design related issues. Please note, we'll cover advanced issues, but beginners are welcome. A little bit of HTML knowledge is helpful, but not required.&amp;lt;/p&amp;gt;

            &amp;lt;h2&amp;gt;Details&amp;lt;/h2&amp;gt;
            &amp;lt;ul&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Session Name&amp;lt;/strong&amp;gt;: Style Your Site: An Advanced CSS Design Tutorial&amp;lt;/li&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Session Number&amp;lt;/strong&amp;gt;: 1095&amp;lt;/li&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Location&amp;lt;/strong&amp;gt;: Tanglewood&amp;lt;/li&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Day and Time&amp;lt;/strong&amp;gt;: Monday, 4:30 - 5:15 pm&amp;lt;/li&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Format&amp;lt;/strong&amp;gt;: Presentation&amp;lt;/li&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Topic&amp;lt;/strong&amp;gt;: Web Site Design&amp;lt;/li&amp;gt;
                &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Level&amp;lt;/strong&amp;gt;: Advanced&amp;lt;/li&amp;gt;
            &amp;lt;/ul&amp;gt;
            
            &amp;lt;h3&amp;gt;More Links&amp;lt;/h3&amp;gt;
            &amp;lt;ul&amp;gt;
                &amp;lt;li&amp;gt;My del.icio.us CSS bookmarks: &amp;lt;a href=&amp;quot;http://del.icio.us/chillnc/css&amp;quot;&amp;gt;http://del.icio.us/chillnc/css&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
                &amp;lt;li&amp;gt;For testing: &amp;lt;a href=&amp;quot;http://chrispederick.com/work/web-developer/&amp;quot;&amp;gt;Web Developer toolbar&amp;lt;/a&amp;gt; by Chris Pederick (Firefox)&amp;lt;/li&amp;gt;
            &amp;lt;/ul&amp;gt;
            
            &amp;lt;h3&amp;gt;Contact Information&amp;lt;/h3&amp;gt;
            &amp;lt;p&amp;gt;Please email me if you have any other questions.&amp;lt;/p&amp;gt;
            &amp;lt;p&amp;gt;
                Ben MacNeill&amp;lt;br /&amp;gt;
                &amp;lt;a href=&amp;quot;mailto:ben.macneill@extension.org&amp;quot;&amp;gt;ben.macneill@extension.org&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;
                User Interface Designer&amp;lt;br /&amp;gt;
                eXtension
            &amp;lt;/p&amp;gt;
        &amp;lt;/div&amp;gt;
        

        &amp;lt;div id=&amp;quot;footer&amp;quot;&amp;gt;
            &amp;lt;p&amp;gt;2008. No Rights Reserved.&amp;lt;/p&amp;gt;
        &amp;lt;/div&amp;gt;
        
    &amp;lt;/div&amp;gt;
&amp;lt;/body&amp;gt;

&amp;lt;/html&amp;gt;
&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;a name=&quot;Session_CSS_.28styles-final.css.29&quot; id=&quot;Session_CSS_.28styles-final.css.29&quot;&gt;&lt;/a&gt;&lt;h2&gt; &lt;span class=&quot;mw-headline&quot;&gt; Session CSS (styles-final.css)&lt;/span&gt;&lt;/h2&gt;
&lt;pre&gt;
/* reset all margins, padding, and borders.
(Because every browser has slightly different default values, and we don't want any surprises)
also see http://developer.yahoo.com/yui/reset/  */
* {margin: 0; padding: 0; }
img { border: 0; }

/* put margins back on certain elements */
h1, h2, h3, h4, h5, h6, p, ul {margin: 0 0 1em;}

.wrapper {
    width:800px;
/*    border: 1px solid red;*/
    margin:0 auto;
    background: #ddd;
    border-left:4px solid #fff;
    border-right:4px solid #fff;
    }

#masthead {
/*    border: 1px solid green;*/
    border-bottom:2px solid #ccc;
    padding: 1em 1em 2em;
    background: #ddd url(images/header_bg.png) repeat-x left bottom;
    }
    
#content {
/*    border: 1px solid blue;*/
    width:559px;
    float:right;
    background: #fff;
    padding:20px;    
    border-left: 1px solid #1e50a9;
    }
    
#nav {
/*    border: 1px solid black;*/
    width:200px; 
    float:left;    
    }
    
#footer {
/*    border: 1px solid blue;*/
    clear:both;
    padding:2em 0 1em;
    text-align:center;
    border-top: 1px solid #1e50a9;
    background: #fff url(images/footer_fade.gif) repeat-x top center;
    color:#999;
}

#masthead a {
    float:right;
    font-size:3em;
}

.clear {clear:both;}


#nav ul {list-style:none; margin:0; padding:0;}
#nav ul li {margin:0;}
#nav ul li a {
/*    border: 1px solid red;*/
    display:block;
    padding: 1em 20px;
    color:#fff;
    font-size:1.2em;
    line-height: 1.2em;
    text-decoration:none;
}

/* nav link rollover */
#nav ul li a:link,
#nav ul li a:visited    {background: #5294cc url(images/side_nav.png) repeat-y -200px bottom;}
#nav ul li a:hover      {background: #5294cc url(images/side_nav.png) repeat-y -400px bottom&amp;nbsp;;}
#nav ul li a.current    {background: #5294cc url(images/side_nav.png) repeat-y 0 bottom;}

/* the font-size default for all modern browsers is 16pt. multiple by 62.5% to reset font size to 1em.
1em is now equal to 10pt. 1.2em is 12pt, 1.6em is 16pt, etc. (unless nested) */
body {font-size: 62.5%;}

body {
    font-family: &amp;quot;Arial&amp;quot;, &amp;quot;sans-serif&amp;quot;;
    background: #003377;
    color: #333;
    background: #1d50a9 url(images/ask_footer.png) repeat-x top center;
}

/* set default text sizes */
h1, h2, h3 {
    color: #003073;
    font-weight:normal;
}

h1 { font-size: 2.4em; color: #6c0081; background:#fbebff; }
h2 { font-size: 2.2em;}
h3 { font-size: 1.8em;}




p, li {
    margin: .5em 0 2em;
    font-size: 1.3em;
    line-height: 1.4em;
}

ul {
    margin:1em 3em 2.5em;
    }
ul li {
    margin: 0 0 .75em;
    padding:0;
    }
&lt;/pre&gt;
</content>
</entry>
	</feed>