<?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; ie</title>
	<atom:link href="http://designshack.net/tag/ie/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>
		<item>
		<title>Cross Browser Testing (Mac)</title>
		<link>http://designshack.net/articles/cross-browser-testing-mac/</link>
		<comments>http://designshack.net/articles/cross-browser-testing-mac/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 13:23:56 +0000</pubDate>
		<dc:creator>David Appleyard</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[crossbrowser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internetexplorer]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=459</guid>
		<description><![CDATA[Many web professionals use Apple&#8217;s OSX for design and despite what you may think, it&#8217;s not difficult to test your website in the big three browsers &#8211; Internet Explorer, Firefox and Safari. This article talks you through how to easily test your site and gain access to these browsers on a Mac. Safari Let&#8217;s start [...]]]></description>
			<content:encoded><![CDATA[<p>Many web professionals use Apple&#8217;s OSX for design and despite what you may think, it&#8217;s not difficult to test your website in the big three browsers &#8211; Internet Explorer, Firefox and Safari. This article talks you through how to easily test your site and gain access to these browsers on a Mac.</p>
<p><span id="more-459"></span></p>
<h2>Safari</h2>
<p><img src="/postimages/safari.jpg" alt="Safari Browser Testing"  /></p>
<p>Let&#8217;s start with the easiest one. Safari is the browser bundled with Apple&#8217;s OSX operating system. It recently became available for Windows as well. Both copies can be downloaded from <a href="http://www.apple.com/safari">Apple</a>.</p>
<p>Testing on Safari for Mac is exactly the same as testing Safari for Windows &#8211; they are built on the same engine, and your website will look the same on both. The only difference may be the variation in fonts, as some are available on OSX but not Windows and vice versa. The best way to test this is to look at your site in another Windows browser such as Internet Explorer (see below).</p>
<h2>Firefox</h2>
<p><img src="/postimages/firefox.jpg" alt="Firefox Browser Testing"  /></p>
<p>Again, this is fairly straight forward. <a href="http://www.getfirefox.com">Firefox</a> is freely available for both Windows and Mac. Testing on one is more or less the same as testing on the other. Some controls (i.e. form submit buttons, search fields etc) may look slightly different on Mac or Windows versions.</p>
<p>It is also worth testing your website on <a href="http://www.camino.org">Camino</a> &#8211; a Mac browser based on Firefox.</p>
<h2>Internet Explorer (IE)</h2>
<p><img src="/postimages/ie.jpg" alt="Internet Explorer Browser Testing" /></p>
<p>We&#8217;ve left the trickiest until last. Microsoft no longer make IE for Mac, so you need to find a way to run Windows on your Mac to test in this browser. You have two options. The first is to use Apple&#8217;s Boot Camp to install a copy of Windows on your Intel Mac &#8211; you boot into that to test your website in XP/Vista. The problem with this is that it requires you to reboot your machine every time you want to test your site&#8230; not ideal!</p>
<p>The second option is to use <a href="http://www.parallels.com">Parallels Desktop</a>, which allows you to run a virtual copy of Windows inside OSX. This is easier, as you can simply run IE alongside all your Mac development applications and make changes as you test. It&#8217;s the only piece of software in this article which isn&#8217;t free, but well worth the money for the time it saves.</p>
<p>Have fun ensuring that your website looks good in each browser, and when you&#8217;ve finished remember to <a href="/submitasite.php">submit your site to us</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/cross-browser-testing-mac/feed/</wfw:commentRss>
		<slash:comments>4</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 268/295 objects using disk: basic

Served from: designshack.net @ 2012-02-09 13:41:26 -->
