Semantically you&#39;re not going to get much clearer with that header setup...its very clear.&nbsp; Screenreaders, search bots..etc will pick that up great.<br><br>Now, me personally...I hate large type on a page...because it becomes jagged (even in Vista/EI7 with their smoothing).&nbsp; Something that we generally do is flash headers.<br>
<br>Your code there wouldn&#39;t actually need to change.&nbsp; When we did it (<a href="http://joshspear.com">joshspear.com</a> ... its a table-based layout...was before I went CSS) you can see that the titles are all nice and smooth, and (more importantly here) a non-default font.&nbsp; My code for it there wasn&#39;t -as- clean as I would do it now, but the basis is the same.&nbsp; You leave the html as yo have it.&nbsp; You have javascript call swfobject code to replace the header tags with a nice flash piece.&nbsp; <br>
<br>On that note...its a point of debate whether flash is evil.&nbsp; I personally don&#39;t think so, as long as content is readable/accessible without it, and this way provides that because if flash isn&#39;t present/disabled, the code does nothing and leaves your tags to display as they are...<br>
<br>As for other opinions (I know...but I get started..and once I get started.... :)&nbsp; )<br><br>I would pull the page down from the top a bit.&nbsp; Frankly, with the small amount of content, and being at the top, it looks like even less.&nbsp; If you moved it down a bit, it would create the illusion of more content...not much, a 150px maybe would do it (or maybe 100...have to see it really).&nbsp; <br>
<br>And for the long run, it needs to be livened up a bit.&nbsp; One of the big misconceptions is that is too much work to be both semantically correct and usable, and at the same time look good.&nbsp; Right now, the site is very usable, but lacking in visual appeal.&nbsp; <br>
<br>But, those are just my opinions, and you know what they say about those...&nbsp; :)<br><br><br><br><div class="gmail_quote">On Jan 25, 2008 4:21 PM, Andrew Jaswa &lt;<a href="mailto:ajaswa@gmail.com">ajaswa@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Everything should be all happy and semantic now. The h2 was added to<br>the header like it was before I went mucking about with things. Also<br>
Ryan and I weren&#39;t really feeling the centered text at the top so it<br>got shifted to the left and image removed.<br><br>So heres a question (mainly for the folks who write html out there):<br>What can I do to make the header section more semantic and possibility<br>
more &quot;readable&quot;? By readable I mean not just with your eyes. Code<br>below.<br><br><br>&lt;div id=&quot;Header&quot;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;h1&gt;WSUUG&lt;/h1&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;h2&gt;Web Standards and Usability User Group&lt;/h2&gt;<br>
&lt;/div&gt;<br><font color="#888888"><br><br>Andrew<br></font><div><div></div><div class="Wj3C7c"><br>On Jan 24, 2008 4:00 PM, Andrew Jaswa &lt;<a href="mailto:ajaswa@gmail.com">ajaswa@gmail.com</a>&gt; wrote:<br>&gt; Hey Josh,<br>
&gt;<br>&gt; The alt text for image works for the H1 (which can be read by both<br>&gt; screen readers and search spiders). I am planning on redoing that<br>&gt; though with sifr (or with plain text) later tonight. &nbsp;As for the H2 I<br>
&gt; kinda forgot about that... heh. Good catch though thanks!<br>&gt;<br>&gt; If you have any ideas for content please let me know. I&#39;m planning on<br>&gt; posting the slides and notes from presentations (once we get around to<br>
&gt; them) on the site. Its also not meant to be an overly content heavy<br>&gt; site more information and getting people to come to meetings then<br>&gt; anything.<br>&gt;<br>&gt; Anyways good comments thanks!<br>&gt;<br>
&gt; Andrew<br>&gt;<br>&gt;<br>&gt; On Jan 24, 2008 3:48 PM, Joshua McDonald &lt;<a href="mailto:josh@thisisgrow.com">josh@thisisgrow.com</a>&gt; wrote:<br>&gt; &gt; I think this is my first time jumping into the email conversation...<br>
&gt; &gt;<br>&gt; &gt; I like the site...its simple...clean...a little lacking in content...but not<br>&gt; &gt; bad...<br>&gt; &gt;<br>&gt; &gt; 1 thing though...since it is a &quot;usability&quot; site...your headings...<br>
&gt; &gt;<br>&gt; &gt; The document outline is<br>&gt; &gt;<br>&gt; &gt; H1 - [No Heading Text]<br>&gt; &gt; &nbsp; &nbsp; H2 - [Missing Heading]<br>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; H3 - About.<br>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;H4 - Why?<br>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;H4 - Who?<br>
&gt; &gt; H3 and H4 are good, but Without H1 and H2, its silly to jump to 3. &nbsp;Since<br>&gt; &gt; you have the title as an image, you should still do this:<br>&gt; &gt;<br>&gt; &gt; &lt;h1&gt;wsuug&lt;/h1&gt;<br>&gt; &gt; &lt;h2&gt;web standards and usability group&lt;/h2&gt;<br>
&gt; &gt;<br>&gt; &gt; -OR-<br>&gt; &gt;<br>&gt; &gt; &lt;h1&gt;wssug - web standards and usability group&lt;/h2&gt; ... and then move the<br>&gt; &gt; other (h3 + h4) to h2 + h3.<br>&gt; &gt;<br>&gt; &gt; then just style h1/h2 (first example) or h1 (second) to be display:none.<br>
&gt; &gt;<br>&gt; &gt; One of the things I always try to do is get the document outline to look<br>&gt; &gt; right (if you have the Web Dev Toolbar in firefox, its in &quot;information -&gt;<br>&gt; &gt; view document outline&quot;) ... as it helps usability, and it also helps alot in<br>
&gt; &gt; the weighting terms by search bots...<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On Jan 24, 2008 3:38 PM, Andrew Jaswa &lt;<a href="mailto:ajaswa@gmail.com">ajaswa@gmail.com</a>&gt; wrote:<br>
&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Hey Folks,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I updated the wsuug site today.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; If you have any links for the resources page please include a<br>
&gt; &gt; &gt; description of the site and what grouping it should be in.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; <a href="http://wsuug.org" target="_blank">http://wsuug.org</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Enjoy.<br>
&gt; &gt; &gt;<br>&gt; &gt; &gt; Andrew<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; Wsuug mailing list<br>&gt; &gt; &gt; <a href="mailto:Wsuug@list.wsuug.org">Wsuug@list.wsuug.org</a><br>
&gt; &gt; &gt; <a href="http://www.thelinuxlink.net/mailman/listinfo/wsuug" target="_blank">http://www.thelinuxlink.net/mailman/listinfo/wsuug</a><br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; --<br>
&gt; &gt; Joshua McDonald<br>&gt; &gt; Grow Interactive<br>&gt; &gt; <a href="http://www.thisisgrow.com" target="_blank">www.thisisgrow.com</a><br>&gt; &gt; 757-248-5274<br>&gt; &gt; 757-248-5275 (f)<br>&gt; &gt; _______________________________________________<br>
&gt; &gt; Wsuug mailing list<br>&gt; &gt; <a href="mailto:Wsuug@list.wsuug.org">Wsuug@list.wsuug.org</a><br>&gt; &gt; <a href="http://www.thelinuxlink.net/mailman/listinfo/wsuug" target="_blank">http://www.thelinuxlink.net/mailman/listinfo/wsuug</a><br>
&gt; &gt;<br>&gt; &gt;<br>&gt;<br>_______________________________________________<br>Wsuug mailing list<br><a href="mailto:Wsuug@list.wsuug.org">Wsuug@list.wsuug.org</a><br><a href="http://www.thelinuxlink.net/mailman/listinfo/wsuug" target="_blank">http://www.thelinuxlink.net/mailman/listinfo/wsuug</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Joshua McDonald<br>Grow Interactive<br><a href="http://www.thisisgrow.com">www.thisisgrow.com</a><br>757-248-5274<br>757-248-5275 (f)