<?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>Cardeo &#187; browser-compatibility</title>
	<atom:link href="http://www.cardeo.ca/tag/browser-compatibility/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cardeo.ca</link>
	<description>Ramblings on web design and social media</description>
	<lastBuildDate>Wed, 26 Oct 2011 17:58:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>the web design process: parts 3 &amp; 4</title>
		<link>http://www.cardeo.ca/2009/the-web-design-process-parts-3-4</link>
		<comments>http://www.cardeo.ca/2009/the-web-design-process-parts-3-4#comments</comments>
		<pubDate>Fri, 12 Jun 2009 05:25:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser-compatibility]]></category>
		<category><![CDATA[browser-testing]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://cardeo.ca/?p=1730</guid>
		<description><![CDATA[I thought it would be better to get this series done by friday, so I&#8217;ve decided to roll parts 3+4 into one post. We&#8217;re going to cover the last 5 parts of my web design process today. Check out the overview of all the steps below: Make sure you check out part 1 in the [...]]]></description>
			<content:encoded><![CDATA[<p>I thought it would be better to get this series done by friday, so I&#8217;ve decided to roll parts 3+4 into one post. We&#8217;re going to cover the last 5 parts of my web design process today. Check out the overview of all the steps below:</p>
<p class="block-quote"><b>Make sure you check out <a href="http://cardeo.ca/2009/the-web-design-process-part-1/">part 1</a> in the web design process series.</b></p>
<p class="block-quote"><b>Make sure you check out <a href="http://cardeo.ca/2009/the-web-design-process-part-2/">part 2</a> in the web design process series.</b></p>
<h4>Overview</h4>
<p>&#187; Defining the end goal<br />
&#187; Navigation planning and sitemap<br />
&#187; Hand-drawn rough layout<br />
&#187; Photoshop comps<br />
&#187; Review comps to ensure the end goal has been met<br />
&#187; Coded comps (alpha)<br />
&#187; Dynamic content integration<br />
&#187; Browser testing<br />
&#187; Launch checklist<br />
&#187; Soft launch (beta)<br />
&#187; Launch and promotion<br />
<span id="more-1730"></span></p>
<h4>Dynamic content integration</h4>
<p>This is the final step before any serious testing is done. Dynamic content integration includes stuff like: javascript, ajax, jquery, back-end tie-ins, and much more&#8230; Like I mentioned in part 2, it&#8217;s a good idea to leave an area in your coded comp where your developer can add in the dynamic stuff. Some examples of dynamic content would be: rollovers, image galleries, e-commerce, etc&#8230; Once you or your developer has added this stuff in, it&#8217;s time to do some site testing.</p>
<h4>Browser testing</h4>
<p>Browser testing can really be a nightmare. Don&#8217;t even get me started with Internet Explorer. I&#8217;d suggest doing the majority of your testing in Firefox, make sure you download and get familiar with <a href="http://getfirebug.com/" target="_blank">Firebug</a>. It&#8217;s a free tool that integrates with Firefox to help you debug your websites. I&#8217;d suggest ensuring your website works in the following browsers:</p>
<p><b>MAC</b><br />
&#187; Safari 4<br />
&#187; Safari 3<br />
&#187; Opera 9<br />
&#187; Firefox 3<br />
&#187; Camino 1.6.7</p>
<p><b>PC</b><br />
&#187; IE6<br />
&#187; IE7<br />
&#187; IE8<br />
&#187; Firefox 3.5<br />
&#187; Firefox 3.0<br />
&#187; Chrome 1<br />
&#187; Chrome 2<br />
&#187; Opera 9</p>
<p>Some of you might want to skip IE6, but I wouldn&#8217;t recommend it. Last time I checked 20-25% of internet surfers still use it &#8211; Doh! If you&#8217;re looking for a free service to check your website in several browsers, you should check out <a href="http://browsershots.org/" target="_blank">browsershots.org</a>. Like I said, it&#8217;s free and it displays screenshots of your website in the browsers of your choice.</p>
<p>The other big thing to confirm is that your website is valid. Head over to the <a href="http://validator.w3.org/" target="_blank">w3&#8242;s validator</a> to check your code. They also have a free <a href="http://jigsaw.w3.org/css-validator/" target="_blank">CSS validator</a>. Valid code is very important for stuff like google ranking and load-time, so make sure you don&#8217;t skip this test. These  are two of the biggest things you need to check, but there are tons of other items to review before you can launch your website confidently.</p>
<h4>Launch Checklist</h4>
<p>A launch checklist is list of everything you need to test before you publish your website. There&#8217;s no way one person could remember all this stuff, so it&#8217;s best to work off a good list. Several lists are out there on the web, but here are a few I&#8217;d recommend checking out:</p>
<p>&#187; <a href="http://www.maxdesign.com.au/presentation/checklist.htm" target="_blank">maxdesign.com.au</a><br />
&#187; <a href="http://stud.cmd.hro.nl/0773253/notusable/blog/the-ultimate-webdesign-usability-checklist/" target="_blank">notusable</a><br />
&#187; <a href="http://www.smashingmagazine.com/2009/04/07/15-essential-checks-before-launching-your-website/" target="_blank">SmashingMagazine.com</a></p>
<p>Once you&#8217;ve fixed all your cross-browser bugs, validated your code, and run through at least one launch checklist, it&#8217;s time to take your website public!</p>
<h4>Soft launch (beta)</h4>
<p>What does soft launch, or beta, mean? To me it basically means taking your website public but not announcing it yet. Once you get your website live on your server in a public folder, you still need to do some testing. Is all your dynamic content working? Do you have any broken links? I&#8217;d recommend running through your launch checklist again when the website is live on the server. At that point, if you find anymore problems, you can quickly fix them and hopefully avoid your readers from seeing them. Beta testing is a great opportunity to invite some friends or colleagues to check out your website and see if they can break it, or find any bugs.</p>
<h4>Launch and Promotion</h4>
<p>This is the fun part. Your website is live, valid, cross-browser compatible. It&#8217;s time to tell the world and retire at 32. At least that is my plan. I hope you&#8217;ve found this series useful. Please feel free to leave any comments or questions below, and I&#8217;ll do my best to answer them all. Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2009/the-web-design-process-parts-3-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>13 Steps to a Successful Website Launch</title>
		<link>http://www.cardeo.ca/2009/13-steps-to-a-successful-website-launch</link>
		<comments>http://www.cardeo.ca/2009/13-steps-to-a-successful-website-launch#comments</comments>
		<pubDate>Tue, 17 Feb 2009 20:09:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hustlin']]></category>
		<category><![CDATA[browser-compatibility]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://cardeo.ca/?p=1310</guid>
		<description><![CDATA[E-Moxie.com has a nice post recommending 13 Steps for a Succesful Website Launch. It&#8217;s a nice reference list to review before you launch a new website.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.e-moxie.com" target="_blank">E-Moxie.com</a> has a nice post recommending <a href="http://www.e-moxie.com/resources/news/13-steps-to-a-successful-website-launch/" target="_blank">13 Steps for a Succesful Website Launch</a>. It&#8217;s a nice reference list to review before you launch a new website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2009/13-steps-to-a-successful-website-launch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

