<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Robertdot, A Web Design Blog &#187; Internet Explorer</title>
	<atom:link href="http://robertdot.org/tags/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertdot.org</link>
	<description>A web design blog for designers that develop or developers that design.</description>
	<lastBuildDate>Fri, 05 Mar 2010 15:59:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Internet Explorer 8 Released</title>
		<link>http://robertdot.org/2009/03/19/internet-explorer-8-released/</link>
		<comments>http://robertdot.org/2009/03/19/internet-explorer-8-released/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 00:07:50 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://robertdot.org/?p=177</guid>
		<description><![CDATA[If you didn&#8217;t already hear (and I bet you already did), Internet Explorer 8 has been released.  For several months, I&#8217;ve been using the release candidates with the Internet Explorer 7 Compatibility Mode to test sites in IE7 and IE8.  So far, IE8 seems like a pretty good release.  I haven&#8217;t had [...]]]></description>
			<content:encoded><![CDATA[<p>If you didn&#8217;t already hear (and I bet you already did), Internet Explorer 8 has been released.  For several months, I&#8217;ve been using the release candidates with the Internet Explorer 7 Compatibility Mode to test sites in IE7 and IE8.  So far, IE8 seems like a pretty good release.  I haven&#8217;t had a chance to update yet, but I&#8217;m hoping hard that things have only gotten better.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertdot.org/2009/03/19/internet-explorer-8-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browsers and Form Collection</title>
		<link>http://robertdot.org/2009/02/18/browsers-and-form-collection/</link>
		<comments>http://robertdot.org/2009/02/18/browsers-and-form-collection/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 21:19:09 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Browser Compatibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://robertdot.org/?p=175</guid>
		<description><![CDATA[
 I&#8217;ve been writing a new form hijacker.  Since this one is a pretty big deal for me, I wanted to make sure it was properly implemented.  I implemented against my interpretation of the HTML 4 specification and did a pretty good job since I&#8217;m exactly compatible with Firefox, Opera, and Internet Explorer [...]]]></description>
			<content:encoded><![CDATA[<p>
 I&#8217;ve been writing a new form hijacker.  Since this one is a pretty big deal for me, I wanted to make sure it was properly implemented.  I implemented against my interpretation of the <abbr title="HyperText Markup Language">HTML</abbr> 4 specification and did a pretty good job since I&#8217;m exactly compatible with Firefox, Opera, and Internet Explorer 8.  Safari, Internet Explorer 6, and Internet Explorer 7 seem to have some bugs.
</p>
<p>
 Safari seems to send the values of un<code>name</code>ed <code>select</code>s, despite these elements being invalid.  So, you may get a query string like <samp>text1=test&amp;=selval</samp> if your <code>select</code> that contained an <code>option="selval"</code> doesn&#8217;t have a <code>name</code>.
</p>
<p>
 Internet Explorer 6 and 7 both mishandle <code>button</code>s.  Internet Explorer 6 sends all <code>buttons</code> with <code>name</code> attributes set, even though it should only send the <code>button</code> if it was clicked.  Internet Explorer 7 doesn&#8217;t send unclicked <code>buttons</code>, but any time Internet Explorer 6 or 7 sends a <code>button</code> it sends the <code>button</code>&#8217;s <code>innerHTML</code> instead of the value.
</p>
<p>
 So, given the deficiencies above, here&#8217;s how to compensate.  If you&#8217;re using PHP, you don&#8217;t need to worry about Safari sending <code>name</code>less <code>select</code>s as PHP seems to ignore them (or at least in <code>parse_str</code>).  If you plan to use <code>button</code>s, never give them names or values.  Use <code>radio</code> controls if you have to do conditional actions based on what the user clicks.
</p>
<p>
 I still have some other testing to do, but these findings should help you cover your bases if you&#8217;re working with forms.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertdot.org/2009/02/18/browsers-and-form-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! Updates Graded Browser Support</title>
		<link>http://robertdot.org/2009/01/29/yahoo-updates-graded-browser-support/</link>
		<comments>http://robertdot.org/2009/01/29/yahoo-updates-graded-browser-support/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 16:22:54 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Browser Support]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://robertdot.org/?p=173</guid>
		<description><![CDATA[
 Yahoo! updated it&#8217;s Graded Browser Support yesterday.  The changes involved dropping support for non-Safari browsers on Mac OS X 10.4 and non-Internet Explorer browsers on Windows 2000.  Support for Internet Explorer 8 was added for Windows XP and Windows Vista.


 This has given clout to support Internet Explorer 8 (which is in [...]]]></description>
			<content:encoded><![CDATA[<p>
 Yahoo! updated it&#8217;s <a href="http://yuiblog.com/blog/2009/01/28/gbs-update-20090128/">Graded Browser Support</a> yesterday.  The changes involved dropping support for non-Safari browsers on Mac OS X 10.4 and non-Internet Explorer browsers on Windows 2000.  Support for Internet Explorer 8 was added for Windows XP and Windows Vista.
</p>
<p>
 This has given clout to support Internet Explorer 8 (which is in Release Candidate version now) in addition to versions 6 and 7.  Here&#8217;s hoping Microsoft forces Internet Explorer 8 upgrades now that version targeting has been implemented.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertdot.org/2009/01/29/yahoo-updates-graded-browser-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forms With Elements With Form Attribute Names</title>
		<link>http://robertdot.org/2008/09/23/forms-with-elements-with-form-attribute-names/</link>
		<comments>http://robertdot.org/2008/09/23/forms-with-elements-with-form-attribute-names/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 18:07:30 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://robertdot.org/2009/01/15/forms-with-elements-with-form-attribute-names/</guid>
		<description><![CDATA[
 I commonly create a form element that dictates the action I want the server to perform, like &#60;input type="hidden" name="action" value="save"&#62;.  This allows me to have a switch to determine what to do with the data in any situation instead of posting and getting to multiple places.  I found a bug in [...]]]></description>
			<content:encoded><![CDATA[<p>
 I commonly create a form element that dictates the action I want the server to perform, like <code>&lt;input type="hidden" name="action" value="save"&gt;</code>.  This allows me to have a <code>switch</code> to determine what to do with the data in any situation instead of posting and getting to multiple places.  I found a bug in Internet Explorer 7&#8217;s JavaScript today that introduces a problem with my naming scheme.
</p>
<p>
 When doing <abbr name="Asynchronous JavaScript and XML">Ajax</abbr>, I often use <code>form.getAttribute('action')</code> to get the location to send the request to.  This allows me to keep my code more portable.  However, in Internet Explorer 7 (or IE7 for short), if there is also a form element with <code>name="action"</code>, IE7 returns the <code>input</code> object instead of the value of the attribute as though I typed <code>formname.action</code> or, in long hand, <code>document.forms['formname'].elements['action']</code>.
</p>
<p>
 To my knowledge, there is no work around other than changing the <code>name</code> of the element.  So, I&#8217;ll be using <code>name="faction"</code> from now on.  That&#8217;s short for &#8220;form action&#8221; but &#8220;faction&#8221; itself is fairly apt given IE&#8217;s behavior is different from all other browsers, making it a faction.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertdot.org/2008/09/23/forms-with-elements-with-form-attribute-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Version Targeting Finally Makes Sense</title>
		<link>http://robertdot.org/2008/03/04/internet-explorer-version-targeting-finally-makes-sense/</link>
		<comments>http://robertdot.org/2008/03/04/internet-explorer-version-targeting-finally-makes-sense/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 10:47:11 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Version Targeting]]></category>

		<guid isPermaLink="false">http://robertdot.org/2008/03/04/internet-explorer-version-targeting-finally-makes-sense/</guid>
		<description><![CDATA[
 I kept mum about Internet Explorer 8&#8217;s version targeting to see how things played out.  It looks like Microsoft did the right thing for real web developers.


 Version targeting allows the web developer to pick which version of Internet Explorer&#8217;s rendering engine he or she would like to use.  This is great [...]]]></description>
			<content:encoded><![CDATA[<p>
 I kept mum about Internet Explorer 8&#8217;s version targeting to see how things played out.  It looks like Microsoft did the right thing for real web developers.
</p>
<p>
 Version targeting allows the web developer to pick which version of Internet Explorer&#8217;s rendering engine he or she would like to use.  This is great for big sites (like banks) because they can forever have a site that works in buggy Internet Explorer 6.  No more freak outs when Internet Explorer updates like there were with the update to version 7.  The problem wasn&#8217;t that they were introducing a proprietary header / meta tag.  The problem was that all future versions of Internet Explorer would <a href="http://alistapart.com/articles/beyonddoctype">render like version 7</a> <strong>unless the developer opted in for the newest rendering mode</strong>.  That&#8217;s right.  A large majority of people would be forever designing with Internet Explorer 7!
</p>
<p>
 The solution several web celebs they would adopt would be to set the version to <code>edge</code> to always get the latest version in an attempt to tell Microsoft that good developers don&#8217;t want to use it.  The problem is that developers had to use it to not use it.
</p>
<p>
 Fortunately, Microsoft came to their senses and <a href="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">announced</a> they would keep version targeting but have the default behavior use the latest rendering engine.  The claim is that they are trying to support the new <a href="http://www.microsoft.com/presspass/presskits/interoperability/default.mspx">Interoperability Principles</a> published in February.  No doubt part of the problem was the overwhelming response against defaulting to version 7 from the web standards community.  Either way, I&#8217;m glad Microsoft decided not to pander to the people causing the problem.
</p>
<p>
 Everyone is happy now that Internet Explorer 8 will really pass Acid 2.
</p>
<ol>
<li><a href="http://www.zeldman.com/2008/03/04/microsoft-reverses-version-targeting-default/">Jeffery Zeldman&#8217;s Post</a></li>
<li><a href="http://lachy.id.au/log/2008/03/victory">Lachlan Hunt&#8217;s Post</a></li>
<li><a href="http://www.456bereastreet.com/archive/200803/surprise_of_the_year_ie8_will_use_standards_mode_by_default/">Roger Johansson&#8217;s Post</a>
<li><a href="http://ln.hixie.ch/?start=1204593554&#038;count=1">Hixie&#8217;s Blurb</a></li>
<li><a href="http://www.webstandards.org/2008/03/03/microsoft-rethinks-ie8s-default-behavior/">Web Standard Project&#8217;s Post</a></li>
<li>And it even made it to <a href="http://slashdot.org/article.pl?sid=08/03/04/0114203">Slashdot</a></li>
</ol>
<p>
 I am thankful I don&#8217;t have to add (in addition to conditional comments) more Microsoft related junk to the <code>head</code> of my boilerplate.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertdot.org/2008/03/04/internet-explorer-version-targeting-finally-makes-sense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7 Heading Bug</title>
		<link>http://robertdot.org/2007/04/05/internet-explorer-7-heading-bug/</link>
		<comments>http://robertdot.org/2007/04/05/internet-explorer-7-heading-bug/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 10:25:41 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://robertdot.org/2007/04/05/internet-explorer-7-heading-bug/</guid>
		<description><![CDATA[
 I try to avoid Internet Explorer 7, or IE7 for short, but I can&#8217;t any more.  Today was the first time I really had to debug in IE7 and I discovered a pretty irritating bug.


 What I wanted to do was put a h2 inside of a div and adjust the margin-top so [...]]]></description>
			<content:encoded><![CDATA[<p>
 I try to avoid Internet Explorer 7, or IE7 for short, but I can&#8217;t any more.  Today was the first time I really had to debug in IE7 and I discovered a pretty irritating <q>bug.</q>
</p>
<p>
 What I wanted to do was put a <code>h2</code> inside of a <code>div</code> and adjust the <code>margin-top</code> so that it was hanging over the top edge of the <code>div</code>.  Imagine a <code>fieldset</code> with a <code>legend</code>.
</p>
<p>
 My code and style sheet were something like this:
</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
</pre></td><td class="code"><pre class="htmlstrict" style="font-family:monospace;">&lt;style type=&quot;text/css&quot;&gt;
div {
	border:1px dashed black;
	background-image:url(../images/sect_bg.png);
	padding:10px;
	margin-bottom:25px;
	clear:both;
}
h2 {
	display:block;
	width:100%;
	height:53px;
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:-33px !important;
	text-align:center;
	background-image:url(../images/blog_title.png);
}
h2 span {
	position:absolute;
	margin-left:-9999px;
}
&lt;/style&gt;
&lt;div&gt;
 &lt;h2&gt;&lt;span&gt;Heading&lt;/span&gt;&lt;/h2&gt;
 &lt;p&gt;Some Text&lt;/p&gt;
&lt;/div&gt;</pre></td></tr></table></div>

<p>
 In IE7, nothing happened.  In every other browser, the heading moved up.  I started playing with the style sheet, removing parts.  It turns out that the <code>height</code> and <code>width</code> were the problem.  This applied not only to my image replacement, but a plain-old div-with-a-heading-in-it.  The fix for my problem was to create a separate IE7 style sheet with the following:
</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">h2<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding-top</span><span style="color: #00AA00;">:</span><span style="color: #933;">53px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>
 I was also informed today that my Internet Explorer 6 Virtual PC image had expired.  As promised, <a href="http://go.microsoft.com/fwlink/?LinkId=70868">Microsoft has released a new Virtual PC image</a>.  While it&#8217;s nice to be able to check against Internet Explorer 6, this <q>refresh cycle</q> isn&#8217;t very convenient.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertdot.org/2007/04/05/internet-explorer-7-heading-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Do Modern Web Design</title>
		<link>http://robertdot.org/2007/01/12/how-to-do-modern-web-design/</link>
		<comments>http://robertdot.org/2007/01/12/how-to-do-modern-web-design/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 14:42:37 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://robertdot.org/2007/01/12/how-to-do-modern-web-design/</guid>
		<description><![CDATA[
 I&#8217;ve been trying to figure out the best way to explain how to do modern, semantic, standards compliant web design.  I&#8217;ve been trying to make the point to my current protege that one should first look at a website like a term paper and move on from there.  I&#8217;ve formulated a method [...]]]></description>
			<content:encoded><![CDATA[<p>
 I&#8217;ve been trying to figure out the best way to explain how to do modern, semantic, standards compliant web design.  I&#8217;ve been trying to make the point to my current protege that one should first look at a website like a term paper and move on from there.  I&#8217;ve formulated a method now that I&#8217;d like to outline.
</p>
<p>
 I once described how I see web design as a left brain plus right brain task.  However, <a href="http://www.alistapart.com/articles/grokwebstandards">a new A List Apart article</a> called <cite>Grok Web Standards</cite> breaks it down even more, suggesting that a web designer must think like a writer, artist, and engineer.  The article inspired me to write the steps I think web designers should take to making a site.
</p>
<p>
 I must say now that I seriously doubt anyone will ever work this way.  It relies on the idea that content is given to the designer first.  Rarely, if ever, will a client give you content without seeing a design.  This is unfortunate because the goal of a website is to communicate a point.  Looking pretty is the icing.  You won&#8217;t be able to bake a cake without letting the client taste the icing first until you have a very good reputation.  However, I hope my steps are written well enough that, if need be, designs can be done first.
</p>
<h2>How To Do Modern Web Design</h2>
<ol>
<li>
<h3>Understand Your Content</h3>
<p>
   Content is king. Before you touch an editor, read your content and understand it.  Once you understand what you want to present, it becomes easier to mark up and will give you ideas on how you want to present the content to the user.  Make a mental outline of what is in the content to help make decisions.  To be clear, <q>content</q> does not just mean the text on the page.  Content includes navigation and footer information as well as regular page content and images.
  </p>
</li>
<li>
<h3>Format Your Content</h3>
<p>
   The first goal of a site (web apps excluded) should be to present a message in a clear manner.  The best way to do this is to make sure your markup is structured and semantic.  I like to think of it as manually marking up a term paper or essay.  Term papers must be clearly arranged and defined in logical sections.  Lists should be presented as lists, paragraphs as paragraphs, and headings as headings.
  </p>
<p>
   Every designer should have some boilerplate to work with.  That is, having a very simple <abbr title="Hypertext Markup Language">HTML</abbr> template with basic elements (e.g. <code>DOCTYPE</code>, <code>head</code>, <code>title</code>, <code>body</code>, and any other basic elements you usually work with) will save you a few minutes up front and allow you to get down to business.  <a href="http://smultron.sf.net">Smultron</a>, for example, has this built in.  If you don&#8217;t, write a basic, empty HTML document.  Don&#8217;t include stylesheets yet.
  </p>
<p>
   To qualify the previous paragraph, boilerplate is only really needed if you want to validate as you go.  If you trust your ability to write valid <q>disembodied</q> markup, just bang out the markup in a text editor without the rest of the code.  It&#8217;s how I&#8217;m writing this post since it&#8217;s going to be injected into a design that has the rest of the code.  In the end, you might save some time by not using boilerplate (e.g. if you have tons of pages that will need extra elements inserted during step four below).  For the beginners, though, understanding the document structure will be more useful than the time saved by skipping out on it.
  </p>
<p>
   Your task is to turn your content into something logical, legible, and semantic.  Use your understanding of the content to create a document.   Based on your mental outline, use headings with the correct level (typically the document title should be the first level heading, for example), lists, paragraphs, blockquotes, tables for tabulated data.  Give emphasis, citations, and hyperlinks.  Front load your lists if you need to.  <strong>Don&#8217;t</strong> use divisions, fonts, or styles.  <strong>Do</strong> rely on the browser&#8217;s built in formatting.  Default styles are well thought out by the browser maker.  You just want to make sure your content makes sense.  Yes, it looks boring, but it also looks clean.  When you view your document in a browser with no stylesheets, it should make sense when you try to read it.
  </p>
</li>
<li>
<h3>Design For Your Content</h3>
<p>
   By now, you should be pretty intimate with the content.  You should have a clear idea about what the content is about.  This will allow you to create a design that helps present that content in a truthful manner.  Take what you know about your content and mockup something that can present it well.  I suggest using Photoshop to work on mockups at this point.  This will keep you from having to write a big stylesheet when you don&#8217;t know if you need it.
  </p>
<p>
   Also, focus on usability.  People that come to this site have no knowledge of how you intended them to use it.  They have certain knowledge about the way the web usually works.  It&#8217;s best to take that into consideration.  If you break from tradition, you need to make it obvious how you intend the user to interact with the site.
  </p>
<p>
   After you are certain that the content is accurately represented and the design is usable, then worry about aesthetics.
  </p>
<p>
   Typically, clients will want to approve a design.  So, make a good composite to show off.  You may even want to do a little HTML and drop a full-sized composite into a browser so the client can get a feel of how it would look.
  </p>
<p>
   If it turns out that you have to do this step first, you should have an idea about what sort of content the client wants to be on his site.  You may have to use your imagination a little more.  Don&#8217;t worry, though.  This is where most people have to start, and I believe starting here can still produce a great site, even if it isn&#8217;t the most ideal place to start.
  </p>
</li>
<li>
<h3>Start Merging Content and Design</h3>
<p>
   Open your basic document in FireFox, Opera, or Safari.  Since these browsers basically agree with one another, this will help you start with a standards compliant site.  Now is when you want to start working on your stylesheets.
  </p>
<p>
   Start coding your stylesheet based on what you already have.  Before, people misused tables to create designs.  Using web standards, people tend to get <q><code>div</code> diarrhea</q>.  Instead of using elements that exist, people put <code>div</code>s around everything whether they need it or not. So, I suggest making creative use of headings, navigation lists, and paragraphs to trim down your stylesheet as much as possible.
  </p>
<p>
   The best place to start is by throwing out some of the default formatting.  I know I just said it was well thought out.  It still is.  It just isn&#8217;t well thought out for your design.
  </p>
<p>
   The first part of my main stylesheet clears margins, paddings, and borders (i.e. <code>*{margin:0px; border:0px; padding:0px;}</code>).  From there, it&#8217;s the designers job to figure out the best proximity.  It also forces the designer to take a better look at default behavior and hopefully start coding it out (or coding it in) to have well thought out alignment and contrast, which makes cross-browser compatibility a little easier to achieve.
  </p>
<p>
   As you go, you will probably find that you need a <code>div</code> here and there to help represent a certain aspect of your design.  For example, I like my designs centered on the page.  In HTML 4, the best way to do this is a <code>div</code> that has <code>margin: auto</code> wrapped around all the content (though in real <abbr title="Extensible Hypertext Markup Language">XHTML</abbr>, the <code>html</code> and <code>body</code> elements can be used to achieve the same ends with no extra markup).
  </p>
<p>
   So, add extra <code>div</code>s when you absolutely need them, and make sure to either code in or code out default styles.  Be creative, though.  It&#8217;s your job.  Usually the easiest solution is not the best.
  </p>
</li>
<li>
<h3>Make Sure It Is Accessible</h3>
<p>
   A pretty design is useless if it isn&#8217;t a good design.  Good designs are accessible to the most number of people possible.  So, audit your site and make sure there aren&#8217;t any serious accessibility problems.  Make sure images have meaningful <code>alt</code> tags, form elements have <code>label</code>s, etc.  Don&#8217;t forget niceties like skip to content links.  This section really deserves an article of its own.  So, I won&#8217;t go into much detail.
  </p>
<p>
   Since I&#8217;m on a Mac, I&#8217;ve familiarized myself with browsing web sites with VoiceOver.  While it isn&#8217;t as good as the other web screen readers, it helps me get an understanding of what the page might be like.  I highly suggest this (or some similar testing) be part of the audit if you have access.
  </p>
</li>
<li>
<h3>Debug for Internet Explorer</h3>
<p>
   Internet Explorer 7 was supposed to bring in a new age of standards compatibility.  It didn&#8217;t.  Even if it did, use of Internet Explorer 6 is still rampant.  In the old days, stylesheet hacks were the way to account for differences in browser rendering (fighting bugs with bugs).  Now, though, Internet Explorer has a proprietary concept called <q>conditional comments.</q>
  </p>
<p>
   This is the first proprietary HTML concept Microsoft has created that is worth a damn.  Conditional comments allows the designer to hide or show page content in Internet Explorer based on variables such as browser name or browser version.  So, we create a conditional comment to show our Internet Explorer bug fix stylesheet only to Internet Explorer (e.g. <code>&lt;!--[if lte IE 6.0]&gt; &lt;link rel="stylesheet" type="text/css" href="ie_fixes.css"&gt; &lt;![endif]--&gt;</code>).  No hacks needed.
  </p>
<p>
   Work in Internet Explorer to clear up any layout issues by overwriting your real stylesheet values.  So, if you had a <code>fieldset{border: 1px dotted gray;}</code> in your real styesheet, which causes weird results in Internet Explorer, you can change it by adding <code>fieldset{border: 1px solid gray;}</code> in your Internet Explorer stylesheet.  Don&#8217;t get bent out of shape if things aren&#8217;t one-for-one the same.  Sometimes a reasonable likeness is as good as you can get.
  </p>
</li>
<li>
<h3>Show It To The Client</h3>
<p>
   By now you have a semantic document custom tailored to your client&#8217;s content that is usable, accessible, and hopefully aesthetically pleasing.  You can now show it to the client.  Since you had the forethought to use web standards, you can make changes to every page at once via the few stylesheets you created.  It will save you time and your client money.  Since the code is semantic, search engines can better understand the content and index it properly, which may lead to increased revenue for your client.  Everyone wins.
  </p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://robertdot.org/2007/01/12/how-to-do-modern-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7</title>
		<link>http://robertdot.org/2006/10/19/internet-explorer-7/</link>
		<comments>http://robertdot.org/2006/10/19/internet-explorer-7/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 09:09:38 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://robertdot.org/2006/10/19/internet-explorer-7/</guid>
		<description><![CDATA[
 Internet Explorer 7 has been released.  Download it now!  Help usher in a new era: an era where Microsoft is actually interested in web standards.


 Update: There is some discussion going on over at 456 Berea Street.  Particularly of interest is how to install multiple stand alone versions of Internet Explorer. [...]]]></description>
			<content:encoded><![CDATA[<p>
 Internet Explorer 7 has been released.  <a href="http://www.microsoft.com/windows/ie/default.mspx">Download it</a> now!  Help usher in a new era: an era where Microsoft is actually interested in web standards.
</p>
<p>
 <strong>Update:</strong> There is some discussion going on over at <a href="http://www.456bereastreet.com/archive/200610/internet_explorer_7_final_is_now_available/">456 Berea Street</a>.  Particularly of interest is how to install multiple stand alone versions of Internet Explorer.  While this info can be gathered elsewhere, the feed back from the comments is useful in deciding which method to use.  Plus, these are opinions from web designers rather than tech pundits.  So, that is nice.
</p>
<p>
 <strong>Update:</strong>  Apparently someone already <a href="http://secunia.com/Internet_Explorer_Arbitrary_Content_Disclosure_Vulnerability_Test/">found a vulnerability</a>.  Some things never change.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertdot.org/2006/10/19/internet-explorer-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7 and Automatic Update</title>
		<link>http://robertdot.org/2006/07/27/internet-explorer-7-and-automatic-update/</link>
		<comments>http://robertdot.org/2006/07/27/internet-explorer-7-and-automatic-update/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 20:00:38 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://robertdot.org/2006/07/27/internet-explorer-7-and-automatic-update/</guid>
		<description><![CDATA[
 So, maybe I missed the scoop.  According to IEBlog, it turns out Internet Explorer 7, commonly referred to as IE7, will be released as a high-priority update via Automatic Installation.  Or will it?

Contradictions

 It had long been rumored that IE7 would be released via Automatic Updates.  However, an interview with Chris [...]]]></description>
			<content:encoded><![CDATA[<p>
 So, maybe I missed the scoop.  According to IEBlog, it turns out Internet Explorer 7, commonly referred to as IE7, will be released as a high-priority update via Automatic Installation.  Or will it?
</p>
<h2>Contradictions</h2>
<p>
 It had long been rumored that IE7 would be released via Automatic Updates.  However, an <a href="http://media.libsyn.com/media/carsonsystems/Vitamin_Interview_-_Chris_Wilson_1.mp3">interview with Chris Wilson</a> <a href="http://www.thinkvitamin.com/interviews/webapps/chris-wilson/">posted on Think Vitamin</a> on the 24<sup>th</sup> of July, 2006, the question <q>Is IE gonna update to IE7</q> was answered as follows:
</p>
<blockquote cite="http://media.libsyn.com/media/carsonsystems/Vitamin_Interview_-_Chris_Wilson_1.mp3">
<p>
  Is IE gonna update to IE7?  So, I think the first thing, really, is that we can&#8217;t really force it on users&#8230; I mean, that is not our goal.  We really like to offer users choice.  It is a different user interface.  Some people will be really jarred by that.  I think that we certainly want to encourage everyone out there to&#8230; I do believe that we will offer it through Windows Update but it won&#8217;t be an automatic silent update.  Certainly, it won&#8217;t be like one day you come in and suddenly your computer is running IE7 rather than IE6.  Certainly, we have to ask the user if they really want it.  As nice as it would be to blast it on to everybody&#8217;s system, I don&#8217;t think that can happen.
 </p>
</blockquote>
<p>
 Chris Wilson is group program manager for Internet Explorer Platform and Security at Microsoft.  He&#8217;s someone that I would suspect to be in the know.  According to IEBlog, something changed in two days.  <a href="http://blogs.msdn.com/ie/archive/2006/07/26/678149.aspx">IEBlog</a> says the following:
</p>
<blockquote cite="http://blogs.msdn.com/ie/archive/2006/07/26/678149.aspx">
<p>
  To help our customers become more secure and up-to-date, we will distribute IE7 as a high-priority update via Automatic Updates (AU) shortly after the final version is released for Windows XP, planned for the fourth quarter of this year.
 </p>
</blockquote>
<p>
 This has caused some confusion.  The IEBlog post seems to suggest it was a recent change to their distribution plan.  I&#8217;d hazard a guess that the change was in the making before the Chris Wilson interview but only trickled out from the official blog July 26<sup>th</sup>.
</p>
<p>
 The announcement seems to suggest a delivery method that is a hybrid of the install-if-you-want it method Chris Wilson talks about and the silent-update he shuns.  The update will download via Automatic Updates.  The install won&#8217;t be silent.  The user will be prompted whether the IE7 install should be ignored completely, put off until later, or installed.  Also, the post claims that IE7 will be able to <q>roll back</q> to IE6.
</p>
<p>
 So, it looks like the Internet Explorer Team has managed to snuggle up in the middle.
</p>
<h2>Some Thoughts</h2>
<p>
 I appreciate their <q>user choice</q> attitude, but I think now is a bad time to apply it.  Internet Explorer is the largest source of installed spyware and adware.  The fact that the interface might be a shock to users accustom to IE6 is really less important than protecting them from themselves.  But, I really, really, really want IE7 to be adopted as fast as possible so I don&#8217;t have to worry so much about IE6 CSS hacks.  I mean that I&#8217;m biased.
</p>
<p>
 The other odd quirk is that upgrading to IE7 will allow users to <q>preserve your current toolbars</q> shortly after it lauded the browser&#8217;s <q>advanced security features&#8230; including ActiveX Opt-in, the Phishing Filter and Fix My Settings.</q>  So, what IE7 will be doing is allowing users to keep all their spyware and adware infested browser cruft despite all the security enhancements the Internet Explorer Team created to prevent people from installing malware.  Good thinking, guys.  I understand leaving favorites, home page settings, and other settings, but the typically malware-sporting toolbars should be left out.  If the user really cares about a tool bar, he&#8217;ll go find it again.  Blame it on incompatibility.  FireFox does it with extensions all the time.
</p>
<p>
 Finally, I&#8217;m worried about the <q>roll back</q> to IE6 thing.  I&#8217;ve stories about <a href="http://msdn.microsoft.com/ie/releasenotes/default.aspx">how big of a headache</a> it is to uninstall the IE7 betas.  I would think an uninstall for a beta product would be high-priority if a company wanted people to test it.  Apparently, this is not the case for Microsoft.  I hope they improved the uninstall substantially for the final release.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertdot.org/2006/07/27/internet-explorer-7-and-automatic-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.libsyn.com/media/carsonsystems/Vitamin_Interview_-_Chris_Wilson_1.mp3" length="2725977" type="audio/mpeg" />
		</item>
	</channel>
</rss>
