<?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>Bright Cherry &#187; Web Development</title>
	<atom:link href="http://www.brightcherry.co.uk/scribbles/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brightcherry.co.uk/scribbles</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 18:00:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Cross-Browser Testing Just Got A little Bit Easier</title>
		<link>http://www.brightcherry.co.uk/scribbles/2008/07/14/cross-browser-testing-just-got-a-little-bit-easier/</link>
		<comments>http://www.brightcherry.co.uk/scribbles/2008/07/14/cross-browser-testing-just-got-a-little-bit-easier/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 18:09:31 +0000</pubDate>
		<dc:creator>Maruf</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=7</guid>
		<description><![CDATA[It was only the other day that I was complaining about how cross-browser testing is a pain. While I still think it&#8217;s a total pain in the ass, I just found a little tool that made it a little less painful. Having built the first draft of a website, I usually do a standard test [...]]]></description>
			<content:encoded><![CDATA[<p>It was only the other day that I was complaining about how <a href="http://www.brightcherry.co.uk/scribbles/2008/07/10/cross-browser-testing-is-a-pain/" title="Cross-Browser Testing Is A Pain">cross-browser testing is a pain</a>. While I still think it&#8217;s a total pain in the ass, I just found a little tool that made it a little less painful.</p>
<p>Having built the first draft of a website, I usually do a standard test in this order:</p>
<ul>
<li><b class="pink">1)</b> check on windows XP if the CSS renders ok in I.E 6/7, Firefox, and Safari.</li>
<li><b class="pink">2)</b> jump onto a Mac and check if the CSS renders fine</li>
<li><b class="pink">3)</b> jump onto Linux and check if the CSS renders fine</li>
</ul>
<p>As you can imagine, a total pain. Anyways, I was just informed about an online tool over at <a href="http://browsershots.org/" rel="nofollow" target="_blank" title="Browser Shots">browsershots</a> which makes screenshots of your web design in different browsers. It&#8217;s all very cool and clever.</p>
<p>All you need to do is slip in the url of your site, select the browsers/Operating Systems that you want to test on, hit the <em>submit</em> button, and voilà. The result is that you get a screenshot of what your site will look like from all the browser and Operating System combinations you ticked.</p>
<p>Granted, it&#8217;s not the perfect solution because a virtual screenshot will never beat actual testing, but it definitely helps pick out obvious visual problems. I wouldn&#8217;t use this tool to completely abandon actual cross-platform testing, but it&#8217;s a helpful tool.</p>
<p>Don&#8217;t know what I&#8217;m talking about? Then just try it out <a href="http://browsershots.org/" rel="nofollow" target="_blank" title="Browser Shots">yourself</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brightcherry.co.uk/scribbles/2008/07/14/cross-browser-testing-just-got-a-little-bit-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross-Browser Testing Is A Pain</title>
		<link>http://www.brightcherry.co.uk/scribbles/2008/07/10/cross-browser-testing-is-a-pain/</link>
		<comments>http://www.brightcherry.co.uk/scribbles/2008/07/10/cross-browser-testing-is-a-pain/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 21:36:34 +0000</pubDate>
		<dc:creator>Maruf</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://brightcherry.co.uk/scribbles/?p=4</guid>
		<description><![CDATA[I&#8217;m sure most web developers can appreciate my frustration when it comes to cross-browser testing. Cross browser testing is probably one of the most frustrating aspects about developing websites. What is cross-browser testing? It&#8217;s when you test to see if your website works on different opertaing systems (i.e. Windows/Linux) and different Browsers (i.e. Internet Explorer/Firefox), [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure most web developers can appreciate my frustration when it comes to cross-browser testing.<br />
Cross browser testing is probably one of the most frustrating aspects about developing websites. </p>
<p><strong>What is cross-browser testing?</strong><br />
It&#8217;s when you test to see if your website works on different opertaing systems (i.e. Windows/Linux) and different Browsers (i.e. Internet Explorer/Firefox), and not just the environment you&#8217;ve been building the website in.</p>
<p>The problem is each browser renders CSS uniquely, and on top of that, the same browser on different Operating Systems renders CSS uniquely. For example, I&#8217;ve noticed that Firefox on Windows renders CSS differently to Firefox on Linux. What&#8217;s even more frustrating is that different versions of the same branded browser renders CSS uniquely (e.g I.E 6 does it differently to I.E7). It&#8217;s madness.</p>
<p><img src="http://brightcherry.co.uk/images/blogimages/crossbrowser.jpg" title="Cross Browser Testing" alt="Cross Browser Testing" /></p>
<p>During the development of this site I&#8217;ve had to constantly cross browser check against Firefox, I.E, Windows, Linux and Mac. I just hope I’ve managed to kill the major cross-browser/platform bugs.<br />
My problem is that I use Firefox by default, and when I start getting into a decent rhythm of work, I forget to check my work on other browsers. So after I think I&#8217;ve done some decent CSS, when I go to check it on I.E it looks like crap. So then I have to spend the next hour cutting through my code trying to debug.</p>
<p>If you&#8217;re a developer, which browsers do you validate your work with, and which Operating Systems? Or perhaps you&#8217;re a little bit rock n&#8217; roll and don&#8217;t bother. I envy you people.</p>
<p>Urgh.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brightcherry.co.uk/scribbles/2008/07/10/cross-browser-testing-is-a-pain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
