<?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>billeisenhauer.com &#8212; Professional Blog &#187; CSS</title>
	<atom:link href="http://blog.billeisenhauer.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.billeisenhauer.com</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jul 2008 00:03:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Web Standards &#8212; Aren&#039;t they a given now?</title>
		<link>http://blog.billeisenhauer.com/2007/11/02/web-standards-arent-they-a-given-now/</link>
		<comments>http://blog.billeisenhauer.com/2007/11/02/web-standards-arent-they-a-given-now/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 13:18:22 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Business Strategy]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://blog.billeisenhauer.com/2007/11/02/web-standards-arent-they-a-given-now/</guid>
		<description><![CDATA[It is hockey season now and so I&#8217;ve been paying attention to the local team and all things surrounding it.  So today I noticed that Mike Modano has relaunched his site.  Well, Mike has been one of my favorite players &#8230; <a href="http://blog.billeisenhauer.com/2007/11/02/web-standards-arent-they-a-given-now/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It is hockey season now and so I&#8217;ve been paying attention to the local team and all things surrounding it.  So today I noticed that Mike Modano has relaunched his site.  Well, Mike has been one of my favorite players for more than a decade and since I make my living in technology its of interest to see what the site looks like.</p>
<p>So when you go to <a target="_blank" title="Mike Modano" href="http://www.mikemodano.com">www.mikemodano.com</a>, you see a nice enough site, but I am not impressed with animated GIFs or Flash animation.  These days I quickly resort to viewing the source to see just how astute the designer or design agency is.  So in this case, what do I find?  Obtrusive javascript and a tables-based design.  Yikes!  Maybe I, myself, need a reality check, but I thought we were past this kind of implementation approach.  Its just too easy to build it the right way with web standards these days.</p>
<p>So I had to go explore which firm put this site together.  Clicking the link at the bottom of the page takes me to <a target="_blank" title="Nform Interactive" href="http://www.n-form.com/">Nform Interative</a> which contains an all Flash home page with a logo that is clipped in Firefox and a page entitled &#8220;temp_home_page&#8221;.  What&#8217;s more, there&#8217;s no pages to describe the agency.  Needless to say, its completely SEO-unfriendly.  Wow!  And they got the Mike Modano gig?!</p>
<p>This is all relevant to me because I am embarking on a freelance career where I do contract programming and website development.  I do all this with the latest trends in technology and web standards.  So, test-driven development, CSS-based designs and lean standards-compliant markup are staples of anything I would do.  But it highlights to me that we still have a long way to go because people are still building old school sites and clients are still paying for them.</p>
<p>Hopefully, I can articulate why my approach is better and start winning some of these clients.  Doing so will offer them bigger bang for the buck and position them better for the future.  Its too late for Mike&#8217;s site, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.billeisenhauer.com/2007/11/02/web-standards-arent-they-a-given-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore CSS Inspection in Firebug on Windows</title>
		<link>http://blog.billeisenhauer.com/2007/02/13/restore-css-inspection-in-firebug-on-windows/</link>
		<comments>http://blog.billeisenhauer.com/2007/02/13/restore-css-inspection-in-firebug-on-windows/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 06:15:37 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.billeisenhauer.com/2007/02/13/restore-css-inspection-in-firebug-on-windows/</guid>
		<description><![CDATA[At work, I work in a Windows XP environment and noticed that Firebug would not allow me to inspect CSS.  Since I do mostly Java, I hadn&#8217;t worried about that.  However, today, I had to debug a stylesheet problem in &#8230; <a href="http://blog.billeisenhauer.com/2007/02/13/restore-css-inspection-in-firebug-on-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At work, I work in a Windows XP environment and noticed that Firebug would not allow me to inspect CSS.  Since I do mostly Java, I hadn&#8217;t worried about that.  However, today, I had to debug a stylesheet problem in one of our apps.  When I couldn&#8217;t easily figure it out through brute force techniques, I decided that I really needed to restore Firebug&#8217;s ability to inspect CSS.</p>
<p>The message it gives is that the DOM Inspector is not installed&#8230;except that it was in my case.  So that was pretty perplexing.  However, Firebug itself points you to an FAQ which in turn points you to a forum entry.  The grammar isn&#8217;t great, but the basic steps are:</p>
<ol>
<li>Find your Mozilla directory within your application data directory and make a backup of it.</li>
<li>Go to the Control Panel and remove Firefox from your programs list.</li>
<li>Go to the directory where Firefox used to be fully installed and remove it (the uninstall doesn&#8217;t do it for you).</li>
<li>Download and install Firefox, but in a different directory than the original installation.</li>
<li>Restore your application data if it has been removed.</li>
</ol>
<p>Some of these steps make no sense, but I followed them blindly and it worked.  I&#8217;m pretty sure that the process can be streamlined, but since I&#8217;m up and running I&#8217;ll leave that to someone else.  Since this was hard to find and harder to understand once found, I thought I would write it up for anyone who might need to do the same thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.billeisenhauer.com/2007/02/13/restore-css-inspection-in-firebug-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

