<?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>blog.thelemur.com &#187; Testing</title>
	<atom:link href="http://blog.thelemur.com/tag/testing/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.thelemur.com</link>
	<description>Home of all things lemur</description>
	<lastBuildDate>Fri, 25 Jun 2010 05:45:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Browser Testing Suites</title>
		<link>http://blog.thelemur.com/development-procedures/using-browser-testing-suites</link>
		<comments>http://blog.thelemur.com/development-procedures/using-browser-testing-suites#comments</comments>
		<pubDate>Thu, 26 Jun 2008 22:15:00 +0000</pubDate>
		<dc:creator>lemur</dc:creator>
				<category><![CDATA[Development Procedures]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.thelemur.com/?p=13</guid>
		<description><![CDATA[Testing CSS has been a hurdle for many web developers and their HTML-based projects. This article contains a proposed workflow for fixing CSS discrepancies found during CSS testing.

What is a Browser Testing Suite?
A browser testing suite captures screenshots of web pages as they appear in different browsers and different operating systems. Visit this site to [...]]]></description>
			<content:encoded><![CDATA[<p>Testing CSS has been a hurdle for many web developers and their HTML-based projects. This article contains a proposed workflow for fixing CSS discrepancies found during CSS testing.</p>
<p><span id="more-13"></span></p>
<h3>What is a Browser Testing Suite?</h3>
<p>A browser testing suite captures screenshots of web pages as they appear in different browsers and different operating systems. Visit <a title="http://www.smashingmagazine.com/2007/10/02/browser-tests-services-and-compatibility-test-suites/" href="http://www.smashingmagazine.com/2007/10/02/browser-tests-services-and-compatibility-test-suites/" target="_blank">this site</a> to see a list of available browser testing suites. I use <a title="Browser Shots" href="http://browsershots.org/" target="_blank">browsershots</a> because of its price point (free).<a href="http://www.smashingmagazine.com/2007/10/02/browser-tests-services-and-compatibility-test-suites/" target="_blank"></a></p>
<h3>Testing Procedures</h3>
<ol>
<li> Start with an HTML-based page</li>
<li>Create two standards compliant CSS files:
<ul>
<li><code>css/screen/layout.css</code></li>
<li><code>css/screen/site.css</code></li>
</ul>
</li>
<li>Include the default layout and site CSS files in the HTML header</li>
<li>Test your work with a browser testing suite</li>
<li>If there are display differences between browser versions following the steps outlined below</li>
</ol>
<h3>Fixing CSS for a Specific Browser</h3>
<p>IE6 is the culprit in the following example:</p>
<ol>
<li>Duplicate the compliant layout CSS file and rename <code>it layout_IE6.css</code></li>
<li>Modify the layout_IE6.css files for IE6 compatibility</li>
<li>Use a scripting language to inject the IE6 <code>link</code>s after the standards compliant <code>link</code>s. Refer to <a title="http://blog.thelemur.com/development-procedures/using-php-to-load-browser-specific-styles" href="http://blog.thelemur.com/development-procedures/using-php-to-load-browser-specific-styles" target="_self">this</a> post for details</li>
<li>Test your changes with a browser testing suite. You&#8217;ll only need to run tests for IE6</li>
<li>Don&#8217;t delete unchanged styles from the IE6 CSS file</li>
</ol>
<h3>References</h3>
<ul>
<li><a href="http://www.smashingmagazine.com/2007/10/02/browser-tests-services-and-compatibility-test-suites/" target="_blank">http://www.smashingmagazine.com/2007/10/02/<br />
browser-tests-services-and-compatibility-test-suites/</a></li>
<li><a title="http://www.melbournechapter.net/wordpress/web-accessibility/cman/2006/05/12/css-ie-hacks-recommendations/" href="http://www.melbournechapter.net/wordpress/web-accessibility/cman/2006/05/12/css-ie-hacks-recommendations/" target="_blank">http://www.melbournechapter.net/wordpress/web-accessibility/<br />
cman/2006/05/12/css-ie-hacks-recommendations/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.thelemur.com/development-procedures/using-browser-testing-suites/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.277 seconds -->
