<?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>Design Shack &#187; cross</title>
	<atom:link href="http://designshack.net/tag/cross/feed" rel="self" type="application/rss+xml" />
	<link>http://designshack.net</link>
	<description>Inspiration, CSS Gallery &#38; Community News</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cross Browser Testing (PC)</title>
		<link>http://designshack.net/articles/cross-browser-testing-pc/</link>
		<comments>http://designshack.net/articles/cross-browser-testing-pc/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 16:49:38 +0000</pubDate>
		<dc:creator>David Appleyard</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cross]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=259</guid>
		<description><![CDATA[A sure sign of a rock solid, well coded CSS layout is that it displays consistently across browsers and platforms. A look at recent global browser stats shows that, while Internet Explorer continues to be the most popular web browser in general use, its user base is fairly evenly split between versions 6 and 7. [...]]]></description>
			<content:encoded><![CDATA[<p>A sure sign of a rock solid, well coded CSS layout is that it displays consistently across browsers and platforms. A look at <a href="http://www.thecounter.com/stats/2008/February/browser.php">recent global browser stats</a> shows that, while Internet Explorer continues to be the most popular web browser in general use, its user base is fairly evenly split between versions 6 and 7.</p>
<p>And although other browsers such as Firefox, Opera and Safari have a relatively small share of the browser market, it would be unwise for any web designer or developer to ignore them when testing their work.</p>
<p><span id="more-259"></span></p>
<h2>The need for testing</h2>
<p>The site shown below, for example, highlights the need for thorough cross browser testing. When viewed in Firefox, the site looks fantastic; but when viewed in Internet Explorer 6, the site looks broken, because of IE6&#8242;s lack of support for PNG alpha transparency (which does seem to have been catered for in the site&#8217;s code, but the solution chosen doesn&#8217;t seem to work), and also because of some positioning issues.</p>
<p><img src="/postimages/cross-browser-testing.jpg" alt="Cross Browser Testing for PC" /></p>
<p>Since cross browser testing for Mac has <a href="http://www.designshack.net/tutorials/cross-browser-testing-mac">already been covered</a> on Design Shack, this article will focus on methods for cross browser testing on PC. An obviously starting point for cross browser testing is to install each of the main browsers; the latest versions can be downloaded below:</p>
<p><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx" title="download Internet Explorer" target="_blank"><img src="/postimages/ie-icon.jpg" alt="Internet Explorer" /></a> <a href="http://www.mozilla-europe.org/en/products/firefox/" title="download Firefox" target="_blank"><img src="/postimages/firefox-icon.jpg" alt="Firefox" /></a> <a href="http://www.opera.com/download/" title="download Opera" target="_blank"><img src="/postimages/opera-icon.jpg" alt="Opera" /></a>  <a href="http://www.apple.com/safari/download/" title="Download Safari" target="_blank"><img src="/postimages/safari-icon.jpg" alt="Apple Safari" /></a></p>
<h2>Internet Explorer</h2>
<p>However, it&#8217;s not quite so straightforward when it comes to testing your work in both Internet Explorer 6 and 7. By default, Windows will only run one version of IE, and while this obviously isn&#8217;t much of an issue for the average web user, it&#8217;s more problematic for web designers and developers who need to ensure that their work displays correctly in both versions. One option for overcoming this (if you&#8217;re running Windows XP) is to use the <a href="http://tredosoft.com/Multiple_IE" title="Multiple IE" target="_blank">Multiple IE installer by TredoSoft</a>. This ingenious tool allows several standalone versions of Internet Explorer to run simultaneously on the same PC, making multiple version testing very straightforward.</p>
<p><img src="/postimages/multipleie.jpg" alt="Multiple IE" /></p>
<p>Another option, which doesn&#8217;t involve installing anything on your PC, is to use an online rendering service such as <a href="http://ipinfo.info/netrenderer/index.php" title="IE NetRenderer" target="_blank">IE NetRenderer</a>. Here you simply enter the URL of the page to be tested, select which version of IE you want to test it in, and NetRenderer renders a screenshot for you. The downside of this is that you only get a static screenshot, making it impossible to test dynamic features such as AJAX UI enhancements. Additionally, NetRenderer only renders down to the &#8216;fold&#8217;, so if you have a particularly long page it may not be of much use to you.</p>
<p><img src="/postimages/ie-netrenderer.jpg" alt="IE NetRenderer" /></p>
<h2>Safari</h2>
<p>In my experience, installing Multiple IE is a far more foolproof way of testing web pages across multiple versions of Internet Explorer on PC. However, when it comes to testing for other browsers on other platforms, such as Apple Safari on Mac OS X, the only real way of testing locally is to buy a Mac. A much cheaper (as in free) alternative is to use another online rendering service; this time it&#8217;s <a href="http://www.browsrcamp.com/" title="BrowsrCamp" target="_blank">BrowsrCamp</a> which renders screenshots of web pages as displayed in Safari running on Mac OS X.</p>
<p><img src="/postimages/browsr-camp.jpg" alt="BrowsrCamp" /></p>
<p>While there are many other browsers available across the various platforms, the browsers covered here are the ones in mainstream use, and as such should all be factored into every web designer and developer&#8217;s testing phase when laying out web content. And when you&#8217;ve finished making your latest design cross-browser-proof, be sure to <a href="http://www.designshack.net/submitasite.php">submit it</a> to our gallery.</p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/cross-browser-testing-pc/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 208/225 objects using disk: basic

Served from: designshack.net @ 2012-02-09 19:18:08 -->
