<?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>Illuminati Karate, Inc. &#187; Web Development Tools</title>
	<atom:link href="http://illuminatikarate.com/blog/category/web-development-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://illuminatikarate.com</link>
	<description>creative web design, development and marketing</description>
	<lastBuildDate>Wed, 16 May 2012 23:38:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Dead Simple Browser Testing With Xenocode&#8217;s Browser Sandbox</title>
		<link>http://illuminatikarate.com/blog/dead-simple-browser-testing-with-xenocodes-browser-sandbox/</link>
		<comments>http://illuminatikarate.com/blog/dead-simple-browser-testing-with-xenocodes-browser-sandbox/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 19:43:34 +0000</pubDate>
		<dc:creator>George Huger</dc:creator>
				<category><![CDATA[Browser Testing]]></category>
		<category><![CDATA[Web Development Tools]]></category>
		<category><![CDATA[IE6 testing]]></category>
		<category><![CDATA[Xenocode]]></category>

		<guid isPermaLink="false">http://illuminatikarate.com/blog/?p=105</guid>
		<description><![CDATA[Cross-browser testing is one of the dreaded tasks of web development, largely because there&#8217;s no easy way to install multiple versions of each browser on the same machine. It can be forced, but having 3 versions of Internet Explorer, at least 2 versions of Firefox, Safari, Opera and Chrome [...]]]></description>
			<content:encoded><![CDATA[<p>Cross-browser testing is one of the dreaded tasks of web development, largely because there&#8217;s no easy way to install multiple versions of each browser on the same machine. It can be forced, but having 3 versions of Internet Explorer, at least 2 versions of Firefox, Safari, Opera and Chrome all installed on the same computer is hardly appealing.</p>
<p><a href="http://illuminatikarate.com/blog/microsofts-new-expression-web-superpreview-tool-makes-ie6-debugging-a-snap/">Microsoft&#8217;s SuperPreview</a>, released as a beta last week, looked promising but in practice fell short in several key areas. The biggest problem is that although SuperPreview can snapshot a page in IE6 or any other browser, it&#8217;s just that: a snapshot. Layout bugs are just the beginning of IE6&#8242;s problems &#8211; it also falls short in both Javascript and CSS capabilities, which may not be evident in a screenshot. Furthermore, SuperPreview will eventually be a part of Expression Web 3, which is not free.</p>
<p><span id="more-373"></span>Microsoft does provide <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&#038;displaylang=en">free virtual machines with IE6 pre-installed</a>, which gives us the interactivity we need. Although bulky, they have been the best solution available to web developers for testing legacy versions of Internet Explorer. However, this still doesn&#8217;t help with Firefox, Safari, Opera, or Chrome.</p>
<p>Enter <a href="http://www.xenocode.com/browsers/">Xenocode&#8217;s Browser Sandbox</a>. It leverages Xenocode&#8217;s Virtual Application System, which packages existing Windows applications into small virtual machines, so that they require no installation or configuration. Xenocode has created packages for the modern web browsers available to Windows users: Internet Explorer 6, 7 and 8, Firefox 2 and 3, Opera, Chrome, and Safari &#8211; and they&#8217;re all free.</p>
<p>The end result is that you can download each of the 8 packs from the Xenocode site and store them together in a folder or flash drive. Then whenever you want to test a site in Internet Explorer 6, you just run the ie6.exe file and you&#8217;ve got a fully functional version of IE6 running, with no installation or footprint. The same goes for Firefox, Opera, Safari, and Chrome. The files range in size from 5MB &#8211; 40MB, depending on the size of the browser itself. All 8 will easily fit on a 250MB thumb drive.</p>
<p>I&#8217;ve been testing them today, and so far the experience is great. The only complaint I have so far is that the <a href="http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&#038;displaylang=en">IE Developer Toolbar</a> isn&#8217;t included in the Internet Explorer packs, which I&#8217;ve come to depend on for debugging IE6. </p>
<p><a href="http://www.xenocode.com/browsers/">The Browser Sandbox website</a> does leave a bit to be desired in terms of instructions. To download a browser pack, simply click on the green power button icon in its panel. Here&#8217;s a screenshot:</p>
<p><img src="http://illuminatikarate.com/wp-content/uploads/2009/03/xenocode-ie6-download-screenshot.jpg" alt="Xenocode IE6 Download Screenshot" title="Xenocode IE6 Download Screenshot" width="333" height="277" class="aligncenter size-full wp-image-106" /></p>
<p class="note">Note: If you don&#8217;t see the green buttons wait for the page to fully load. In my experience they were the last thing on the page to load.</p>
<p>The 8 browser packs available on the Xenocode site are free, but if you want to make packs for other browsers, such as the Firefox 3.5 beta, you&#8217;ll need to purchase the <a href="http://www.xenocode.com/Products/Virtual%2DApplication%2DStudio/">Virtual Application System from Xenocode</a> for $40. With it you can actually package any Windows app &#8211; they&#8217;ve done so with <a href="http://www.gimp.org<br />
">GIMP</a> and <a href="http://www.winamp.com<br />
">Winamp</a> as examples.</p>
<p>Only Windows is currently supported, although the company&#8217;s website promises they are working on support for Mac users (no word on Linux).</p>
]]></content:encoded>
			<wfw:commentRss>http://illuminatikarate.com/blog/dead-simple-browser-testing-with-xenocodes-browser-sandbox/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s New Expression Web SuperPreview Makes Cross-browser Testing Painless</title>
		<link>http://illuminatikarate.com/blog/microsofts-new-expression-web-superpreview-tool-makes-ie6-debugging-a-snap/</link>
		<comments>http://illuminatikarate.com/blog/microsofts-new-expression-web-superpreview-tool-makes-ie6-debugging-a-snap/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 04:57:31 +0000</pubDate>
		<dc:creator>George Huger</dc:creator>
				<category><![CDATA[Browser Testing]]></category>
		<category><![CDATA[Web Development Tools]]></category>
		<category><![CDATA[cross-browser testing]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[superpreview]]></category>

		<guid isPermaLink="false">http://illuminatikarate.com/blog/?p=88</guid>
		<description><![CDATA[Microsoft has just unveiled the beta of a new product for web developers: Expression Web SuperPreview for Internet Explorer. If it delivers on its goals, it promises to change the lives of web developers as fundamentally as Firebug. Expression Web SuperPreview lets you view your website in IE6, IE7, [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has just unveiled the beta of a new product for web developers: Expression Web SuperPreview for Internet Explorer. If it delivers on its goals, it promises to change the lives of web developers as fundamentally as <a href="http://getfirebug.com">Firebug</a>.</p>
<p>Expression Web SuperPreview lets you view your website in IE6, IE7, IE8 and any other web browser you have installed, and switch between them as you please. That means you can switch between viewing your website in <a href="https://wiki.mozilla.org/Firefox3.5">Shiretoko (Firefox 3.5 beta)</a>, Internet Explorer 6, and the <a href="http://www.apple.com/safari/download/">Safari 4 beta</a> with the click of an icon. You can even compare them side by side. Perhaps the coolest feature is that you can overlay the different renderings on top of each other in an onion-skin mode, allowing you to fully appreciate the <a href="http://www.cuil.com" rel="nofollow">Cuil-like</a> approach IE6 takes to rendering webpages.</p>
<p><span id="more-88"></span>SuperPreview also includes a CSS inspector, DOM inspector, rulers, guides, and other such functionality we&#8217;ve come to love from Firebug and other great Firefox web development plugins.</p>
<p>For the time being, SuperPreview is released as a free (as in beer) beta, which you can download from <a href="http://blogs.msdn.com/xweb/archive/2009/03/18/Microsoft-Expression-Web-SuperPreview-for-Windows-Internet-Explorer.aspx">here</a> (250 MB). It will eventually be part of <a href="http://www.microsoft.com/expression/">Expression Web 3</a>, which probably means it will not remain free, so make sure to get the beta now.</p>
<p>For more information, check out the original <a href="http://blogs.msdn.com/xweb/archive/2009/03/18/Microsoft-Expression-Web-SuperPreview-for-Windows-Internet-Explorer.aspx">MSDN Post</a>, and this <a href="http://www.istartedsomething.com/20090318/expression-web-superpreview-cross-browser-testing/">fantastic writeup from istartedsomething.com.</a></p>
<p>H/T: <a href="http://news.ycombinator.com/item?id=522051">HackerNews</a></p>
]]></content:encoded>
			<wfw:commentRss>http://illuminatikarate.com/blog/microsofts-new-expression-web-superpreview-tool-makes-ie6-debugging-a-snap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

