<?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>KBlog &#187; Presentations</title>
	<atom:link href="http://www.kimberlyblessing.com/archive/category/presentations/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kimberlyblessing.com</link>
	<description>KBlog by Kimberly Blessing</description>
	<lastBuildDate>Thu, 17 Nov 2011 14:44:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CSS &amp; Troubleshooting IE6</title>
		<link>http://www.kimberlyblessing.com/archive/2009/07/21/css-troubleshooting-ie6</link>
		<comments>http://www.kimberlyblessing.com/archive/2009/07/21/css-troubleshooting-ie6#comments</comments>
		<pubDate>Tue, 21 Jul 2009 13:46:47 +0000</pubDate>
		<dc:creator>Kimberly</dc:creator>
				<category><![CDATA[Industry Events]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.kimberlyblessing.com/?p=420</guid>
		<description><![CDATA[This past Saturday I gave my CSS Summit presentation on CSS &#38; Troubleshooting IE6. Feel free to download the presentation slides to check out what I covered! In the chat room, a number of questions and comments came up regarding the use of CSS hacks to address IE. I don&#8217;t know how many people were [...]]]></description>
			<content:encoded><![CDATA[<p>This past Saturday I gave my <a href="http://csssummit.com/">CSS Summit</a> presentation on <strong>CSS &amp; Troubleshooting IE6</strong>. Feel free to download the <a href="http://presentations.kimberlyblessing.com/2009/CSS_Summit/Troubleshooting_IE6.pdf">presentation slides</a> to check out what I covered!</p>
<p>In the chat room, a number of questions and comments came up regarding the use of CSS hacks to address IE. I don&#8217;t know how many people were in the camp of &#8220;all hacks are bad, all CSS must validate!&#8221; versus &#8220;who cares, use all the hacks you want&#8221;, but I was put on the spot and asked for my two cents. I said something to the effect of, <q><em>&#8220;Aiming to write CSS which validates is a great goal and perfectly achievable on your personal site, but when putting together a site for work or for a client, especially a large site, you may find that using hacks is easier to write and read, and will scale better over time &#8212; so long as you plan a way out.&#8221;</em></q> I think that resonated with some of the folks in attendance, who have always felt that to honor the Web Standards cause, a developer always had to follow the best practices and have valid code at all times. </p>
<p>So, just to reiterate, <strong>no, you don&#8217;t have to have valid markup and style sheets all of the time</strong>. In fact, there are times where you&#8217;ll intentionally code something not valid &#8212; whether it&#8217;s the use of the target attribute for an anchor to make sure a link opens in a new tab/window, or whether it&#8217;s the application of a hack in your CSS, so a future developer doesn&#8217;t have to look through multiple CSS files to figure out what you did. I think this is perfectly acceptable, provided you execute the hack <em>consciously</em>. At almost all of the large companies where I&#8217;ve worked*, we&#8217;ve had to use hacks or deliver non-valid code. It&#8217;s just a fact of life. It&#8217;s what you know about your non-validating code, what you plan for**, that matters.</p>
<p>*At PayPal, we attempted to maintain separate IE6 and IE7 style sheets, called with conditional comments; this caused developers to have to write additional CSS in many cases, as the CSS architecture included a global CSS file, one or more product/flow/page-specific CSS files, and then these IE-specific CSS files. Due to the cascade, overwriting one style in the IE-specific CSS file sometimes meant writing additional lines of CSS to restore a style &#8212; unless you could ensure that tweaking selectors in the other CSS files to make them more specific would be a better fix, without breaking any other pages&#8230; perhaps you see where I&#8217;m going with this? With over 100 developers potentially working on a bit of code, decoupling IE-specific styles created a nightmare situation, which inline hacks would have solved in a way that would have been easier to read and easier to maintain. </p>
<p>**On the other hand, at CIM, we have no coding standards (yet), so each developer appears to be addressing browser-specific issues in whatever way they want. I&#8217;ve seen multiple hacks used in our code and backing them out later is going to be a major challenge. When you do use hacks, make sure everyone on the project/working on the site uses the same ones!</p>
<p>So, with that, you have my permission to use hacks and write non-validating code &#8212; just make sure you have a good reason for doing so, in case someone comes asking <em>why</em> you did it. &#8216;Cause I won&#8217;t back you up if you don&#8217;t have solid justification!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimberlyblessing.com/archive/2009/07/21/css-troubleshooting-ie6/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SxSW podcasts!</title>
		<link>http://www.kimberlyblessing.com/archive/2006/08/15/sxsw-podcasts</link>
		<comments>http://www.kimberlyblessing.com/archive/2006/08/15/sxsw-podcasts#comments</comments>
		<pubDate>Tue, 15 Aug 2006 13:24:32 +0000</pubDate>
		<dc:creator>Kimberly</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[SxSW]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.kimberlyblessing.com/archive/2006/08/15/sxsw-podcasts/</guid>
		<description><![CDATA[Sure, this comes a little late, but better late than never, right? The good folks at the SxSW Festival have finally posted the podcasts for the panels that I was a part of. The following links will take you straight to the MP3s: WTF: WaSP Task Force Panel &#8211; Getting the Job Done Right, in [...]]]></description>
			<content:encoded><![CDATA[<p>Sure, this comes a little late, but better late than never, right?</p>
<p>The good folks at the <a href="http://www.sxsw.com/">SxSW Festival</a> have <em>finally</em> posted the podcasts for the panels that I was a part of. The following links will take you straight to the MP3s:</p>
<ul>
<li><a href="http://player.sxsw.com/2006/podcasts/SXSW06.INT.20060313.WaSPTaskForcePanel.mp3">WTF: WaSP Task Force Panel &#8211; Getting the Job Done Right</a>, in which I talk about the activities of the <a href="http://webstandards.org/action/edutf">Education Task Force</a>.</li>
<li><a href="http://player.sxsw.com/2006/podcasts/SXSW06.INT.20060313.WaSPOpenMeeting.mp3">WaSP Annual Meeting</a>, during which we launched the new <a href="http://webstandards.org/">WaSP Web site</a> (sort of).</li>
<li><a href="http://player.sxsw.com/2006/podcasts/SXSW06.INT.20060314.HowToConvinceYourCompanyToEmbraceStandards.mp3">How to Convince Your Company to Embrace Standards</a>, in which my old friends from AOL and I tell you how a grass roots effort can create change! You can also view <a href="http://presentations.lawver.net/standards/embrace_web_standards/">the slides</a> from our presentation, or read the <a href="http://presentations.lawver.net/standards/embrace_web_standards/transcript.html">transcript</a>! (Thanks, <a href="http://www.lawver.net">Kevin</a> and <a href="http://www.slayeroffice.com/">Steve</a>!)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kimberlyblessing.com/archive/2006/08/15/sxsw-podcasts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://player.sxsw.com/2006/podcasts/SXSW06.INT.20060313.WaSPTaskForcePanel.mp3" length="23865875" type="audio/mpeg" />
<enclosure url="http://player.sxsw.com/2006/podcasts/SXSW06.INT.20060313.WaSPOpenMeeting.mp3" length="30903463" type="audio/mpeg" />
<enclosure url="http://player.sxsw.com/2006/podcasts/SXSW06.INT.20060314.HowToConvinceYourCompanyToEmbraceStandards.mp3" length="29626807" type="audio/mpeg" />
		</item>
		<item>
		<title>SxSW notes, for you and for me</title>
		<link>http://www.kimberlyblessing.com/archive/2006/03/24/sxsw-notes-for-you-and-for-me</link>
		<comments>http://www.kimberlyblessing.com/archive/2006/03/24/sxsw-notes-for-you-and-for-me#comments</comments>
		<pubDate>Fri, 24 Mar 2006 07:02:42 +0000</pubDate>
		<dc:creator>Kimberly</dc:creator>
				<category><![CDATA[Industry Events]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[SxSW]]></category>

		<guid isPermaLink="false">http://www.kimberlyblessing.com/archive/2006/03/13/sxsw-notes-for-you-and-for-me/</guid>
		<description><![CDATA[(This post originally started on March 13, 2006 at 10:36 AM CST) The crazy thing about SxSW is that you get busy and don&#8217;t have time to do the things you mean to do. It&#8217;s not a bad thing, it&#8217;s just the way it is. So you go with the flow. Anyway, I wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>(This post originally started on March 13, 2006 at 10:36 AM CST)</p>
<p>The crazy thing about <a href="http://sxsw.com/interactive/">SxSW</a> is that you get busy and don&#8217;t have time to do the things you mean to do. It&#8217;s not a bad thing, it&#8217;s just the way it is. So you go with the flow.</p>
<p>Anyway, I wanted to post notes, cool quotes, and links to folks I&#8217;ve met (or reunited with). I&#8217;ll update this whenever I have time&#8230; maybe not until after I get home! </p>
<p>So far, here are some new folks that I&#8217;ve met:</p>
<ul>
<li>Ryan and Adam from <a href="http://infinitywebdesign.com/">Infinity Web Design</a>, on the flight from Minneapolis to Austin</li>
<li><a href="http://www.baratunde.com/">Baratunde</a> (meaning: one who is chosen) at <a href="http://www.bradlands.com/breakBread/">Breaking Bread with Brad</a></li>
<li><a href="http://www.seeborg.com/">Kit Seeborg</a>, one of the Webvisions organizers</li>
<li>Eric Hansen, Minister of Culture (definitely the best title I&#8217;ve seen in a while!) at <a href="http://www.tompeters.com/">Tom Peters</a></li>
<li><a href="http://www.southwestern.edu/~ramseyp/">Pat Ramsey</a>, standards wrangler at Southwestern University</li>
</ul>
<p>There are many people here that I already knew (virtually) but am meeting for the first time:</p>
<ul>
<li><a href="http://setmajer.com">Chris Kaminski</a>, a fellow WaSP member, and the guy who saved me from having to take time to write some scripts for the new site when I was still busy working on templates and design issues</li>
<li><a href="http://www.allinthehead.com/">Drew McLellan</a>, another fellow WaSP and creator of <a href="http://24ways.org/">24ways</a></li>
<li><a href="http://kazuhi.to/">Kazuhito Kidachi</a>, yet another fellow WaSP, whose done a fine job of translating and testing for the group</li>
</ul>
<p>And I&#8217;ve gotta call out some of my AOL and ex-AOL friends:</p>
<ul>
<li><a href="http://tomsplayground.com/">Tom Crenshaw</a>, fellow hockey fan, Corrado enthusiast, and author of the foreward to the <a href="http://www.amazon.com/exec/obidos/redirect?tag=kimberlybless-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0471746762%2526tag=kimberlybless-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0471746762%25253FSubscriptionId=1NPGW7F91AGYW8R6E082">Flash 8 Bible</a></li>
<li>JoRoan Lazaro, creator of the AOL Running Man</li>
</ul>
<p>There are some really good pictures up on flickr from various activities, too:</p>
<ul>
<li><a href="http://flickr.com/photos/ianlloyd/110657704/">The WaSP ATF</a></li>
<li><a href="http://flickr.com/photos/g9g/112028222/">Me at the WaSP badge-making table</a></li>
<li><a href="http://flickr.com/photos/tomascaspers/112490276/">How to Convince Your Company to Embrace Standards Panelists</a> (including me!)</li>
</ul>
<p>And <a href="http://flickr.com/photos/kimberlyblessing/sets/72057594083147473/" title="SxSW 2006 Photos">all of my photos</a> are up on Flickr as well.</p>
<p>And here are the <a href="http://presentations.lawver.net/standards/embrace_web_standards/" title="How to Convince Your Company to Embrace Standards S5 presentation">slides</a> from the panel I did with my AOL pals!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimberlyblessing.com/archive/2006/03/24/sxsw-notes-for-you-and-for-me/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


