<?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>Smart red fox &#187; Development</title>
	<atom:link href="http://www.smartredfox.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smartredfox.com</link>
	<description>Thoughts from the web and stuff</description>
	<lastBuildDate>Mon, 28 Jun 2010 15:40:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Very simple Jquery tooltips</title>
		<link>http://www.smartredfox.com/2009/05/very-simple-jquery-tooltips/</link>
		<comments>http://www.smartredfox.com/2009/05/very-simple-jquery-tooltips/#comments</comments>
		<pubDate>Fri, 29 May 2009 11:29:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.smartredfox.com/?p=60</guid>
		<description><![CDATA[UPDATE: I&#8217;ve made a couple of changes to the script to make it easier to use and there&#8217;s now a demo available. A few weeks back I was looking for a nice simple way of adding tooltips to some buttons on a site &#8211; sometimes an image alone doesn&#8217;t quite convey what the button does [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE: I&#8217;ve made a couple of changes to the script to make it easier to use and there&#8217;s now a demo available.</strong></p>
<p><a href="http://www.smartredfox.com/wp-content/uploads/2008/10/coda.png"><img class="alignright size-full wp-image-79" style="border: 1px solid #ccc;" title="coda" src="http://www.smartredfox.com/wp-content/uploads/2008/10/coda.png" alt="" width="205" height="174" /></a></p>
<p>A few weeks back I was looking for a nice simple way of adding tooltips to some buttons on a site &#8211; sometimes an image alone doesn&#8217;t quite convey what the button does in enough detail.</p>
<p>I found the excellent coda popup bubbles on <a href="http://jqueryfordesigners.com/coda-popup-bubbles/" target="_blank">jQuery for designers</a>, this seemed to do everything I wanted it to, but it meant going through all of my html and adding an additional div with the popup content. That&#8217;s fine for me, but other developers are never going to remember to do this and we really want a consistent user interface.</p>
<p>A little bit more looking led to <a href="http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/" target="_blank">Web Designer Wall</a> (#5 in the list). They have a very simple technique that <a href="http://www.smartredfox.com/wp-content/uploads/2008/10/webdesignerwall.png"><img class="alignleft size-full wp-image-80" style="border: 1px solid #cccccc;margin-top: 15px;" title="webdesignerwall" src="http://www.smartredfox.com/wp-content/uploads/2008/10/webdesignerwall.png" alt="" width="148" height="127" /></a>pulls the Title text from an image and creates the popup out of this. All of dev&#8217;s are told to add title text to images so this was almost perfect. I say almost perfect because unlike the code bubbles the hover events queue up. This means that if you run you cursor back and forth over the buttons the popups keep firing for a few seconds/minutes after you stop.</p>
<p>So my final stop was to combine the two. I also incorporated any fixes I saw in the comments <img class="alignright size-full wp-image-154" style="border:solid 1px #ccc" title="Smart red fox tooltips." src="http://www.smartredfox.com/wp-content/uploads/2009/05/tooltips.png" alt="Smart red fox tooltips." width="118" height="118" />section of jQuery for Designers.</p>
<p>You can download the <a href="http://www.smartredfox.com/tooltips/tooltips.zip">script here</a>.</p>
<p>Or see a <a href="http://www.smartredfox.com/tooltips/tooltips.htm" target="_blank">demo here</a>.</p>
<p>The image file I use for the tooltips can be <a href="http://www.smartredfox.com/tooltips/tooltips_blue.png">downloaded here</a>, and is free for anyone to use.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3921669375576540";
google_ad_slot = "4949241016";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smartredfox.com/2009/05/very-simple-jquery-tooltips/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Jquery page peel script</title>
		<link>http://www.smartredfox.com/2008/12/corner-page-peel-advert-with-jquery/</link>
		<comments>http://www.smartredfox.com/2008/12/corner-page-peel-advert-with-jquery/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 11:48:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.smartredfox.com/?p=94</guid>
		<description><![CDATA[Just recently I needed a page peel script for a client. A look around the &#8216;net lead me to a script that seemed to do everything I needed it to, but it used the document.write method which I&#8217;m not a big fan of, and it all seemed a bit inefficient. My client was already including [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-107" title="page_curl" src="http://www.smartredfox.com/wp-content/uploads/2008/12/page_curl.png" alt="page_curl" width="108" height="106" style="border:solid 1px #ccc" />Just recently I needed a page peel script for a client. A look around the &#8216;net lead me to <a href="http://www.dougbelshaw.com/2008/01/26/page-peel-script/" target="_blank">a script</a> that seemed to do everything I needed it to, but it used the document.write method which I&#8217;m not a big fan of, and it all seemed a bit inefficient.</p>
<p>My client was already including jQuery in their pages so it made sense to rewrite the javascript using <a href="http://jquery.com/" target="_blank">jQuery</a>. This also has the added benefit of meaning you no longer have to include the script inside the body tag to get it work in IE7.</p>
<p>While we were testing with users I also spotted a problem with some earlier versions of flash not showing the pictures. The simple but strange solution for this was to use two large images, instead of one small and one large. If you&#8217;re not worried about users with old versions of flash you can just use a 100px x 100px image instead of two 650px x 650px images.</p>
<p>You can download the <a href="http://www.smartredfox.com/test/pagepeel.zip">script here</a>.</p>
<p>Or see a <a href="http://www.smartredfox.com/test/index.htm" target="_blank">demo here</a>.</p>
<p>To use this script you need to edit the peel.js file and put the link and image paths in that you want to use, then put the following in the head of your page:</p>
<pre class="brush: xhtml">
&lt;script src=&quot;/pathtojquery/jquery-1.2.6.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;/pathtopeel/peel.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
<p>That&#8217;s it. Just add those lines and the script does the rest. Obvisously change <span class="attribute-value">/pathtojquery/ to the path to<a href="http://jquery.com/" target="_blank"> jQuer</a>y for your site, and </span><span class="attribute-value">change /pathtopeel/to point to where you uploaded the peel.js file.</span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3921669375576540";
google_ad_slot = "4949241016";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smartredfox.com/2008/12/corner-page-peel-advert-with-jquery/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>First impressions of YAML</title>
		<link>http://www.smartredfox.com/2008/10/first-steps-with-yaml/</link>
		<comments>http://www.smartredfox.com/2008/10/first-steps-with-yaml/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 14:53:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[YAML]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.smartredfox.com/?p=45</guid>
		<description><![CDATA[Okay, I&#8217;ll be honest I&#8217;m a bit of a magpie when it comes to web development, and in particular css frameworks. One week I&#8217;ll be telling everyone that&#8217;ll listen (which isn&#8217;t many people) about how great YUI is, and the next week I&#8217;ll be waxing lyrical about the excellent Blueprint framework. So with that little [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.smartredfox.com/wp-content/uploads/2008/10/yaml.png"><img class="alignright size-full wp-image-65" style="border: 1px solid #ccc;" title="yaml" src="http://www.smartredfox.com/wp-content/uploads/2008/10/yaml.png" alt="YAML logo" width="225" height="169" /></a>Okay, I&#8217;ll be honest I&#8217;m a bit of a magpie when it comes to web development, and in particular css frameworks. One week I&#8217;ll be telling everyone that&#8217;ll listen (which isn&#8217;t many people) about how great YUI is, and the next week I&#8217;ll be waxing lyrical about the excellent Blueprint framework.</p>
<p>So with that little disclaimer out of the way, here&#8217;s my take on the rather excellent YAML CSS framework, and my first foray into using it to layout a site.</p>
<p>First things first; YAML seems to be very well thought out. It claims to be cross browser compliant in almost every browser that&#8217;s still in use by more than one man and his dog, and it fixes most of the major problems web developers run into with the older browsers.</p>
<p>Unlike YUI and some of the other Frameworks you&#8217;ll need to download the css files etc. and host them yourself. These can all be downloaded from <a title="Go to the download page." href="http://www.yaml.de/en/download.html" target="_blank">here.</a></p>
<p>YAML lets you get off to a flying start without any real work creating css reset files etc. After slicing and dicing a design I&#8217;ve been working on for a week I managed to get a site up and running cross-browser on the first attempt. This seems to happen very rarely for me. I&#8217;ll admit there were a few tweaks here and there to make it perfect, but overall it just worked.</p>
<p>It&#8217;s got a few default styles that are well thought out and I&#8217;m already finding myself duplicating them in other projects I work on that don&#8217;t use YAML. I&#8217;ll cover details of some of these styles and a bit more on how to use the framework in later posts.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3921669375576540";
google_ad_slot = "1444433905";
google_ad_width = 200;
google_ad_height = 200;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smartredfox.com/2008/10/first-steps-with-yaml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 on Vista the easy way&#8230;</title>
		<link>http://www.smartredfox.com/2008/08/ie6-on-vista-the-easy-way/</link>
		<comments>http://www.smartredfox.com/2008/08/ie6-on-vista-the-easy-way/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 10:21:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[virtual pc]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[vm]]></category>

		<guid isPermaLink="false">http://www.smartredfox.com/?p=9</guid>
		<description><![CDATA[It seems that there&#8217;s two main reasons why people still need good ol&#8217; IE6 running even though they&#8217;ve gone all new fangled and got Vista installed: Some old Intranet programs just refuse to work with ie7 or Firefox. Some don&#8217;t even try and fail as soon as they see the browser isn&#8217;t ie6, others try [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_21" class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/ie6_working.jpg"><img class="size-medium wp-image-21" title="ie6_working" src="http://www.smartredfox.com/wp-content/uploads/2008/08/ie6_working-300x248.jpg" alt="IE6 Working" width="300" height="248" /></a></dt>
</dl>
</div>
<p>It seems that there&#8217;s two main reasons why people still need good ol&#8217; IE6 running even though they&#8217;ve gone all new fangled and got Vista installed:</p>
<ol>
<li>Some old Intranet programs just refuse to work with ie7 or Firefox. Some don&#8217;t even try and fail as soon as they see the browser isn&#8217;t ie6, others try and fail miserably because of code targeting ie6 specifically.</li>
<li>You&#8217;re a developer, and as a large number of your users still use IE6 (mainly because of the reason above) you need to test that your website or application works for them.</li>
</ol>
<p>The good news is that Microsoft is well aware of the need for Vista users to be able to use IE6, and they&#8217;ve made some tools available to the publci for free. all it&#8217;ll cost you is a bit of time&#8230;</p>
<p><span id="more-9"></span></p>
<h3>First things first &#8211; Download.</h3>
<p>The solution is a bit of a sideways step around the problem. Instead of running IE6 on Vista, you run a virtual XP machine on Vista, and then put IE6 on that instead.</p>
<p>So the first thing you need to do is download and install the free Virtual PC software form Microsoft:</p>
<p><strong><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=04d26402-3199-48a3-afa2-2dc0b40a73b6&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=04d26402-3199-48a3-afa2-2dc0b40a73b6&amp;displaylang=en</a></strong></p>
<p>I&#8217;m not going to take you through how to install Virtual PC on your mahcine &#8211; you&#8217;re on your own for that for now (at some point I&#8217;ll write this up)&#8230;</p>
<dl id="attachment_10" class="wp-caption alignleft" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/downloadie6vhd.jpg"><img class="size-medium wp-image-10" title="downloadie6vhd" src="http://www.smartredfox.com/wp-content/uploads/2008/08/downloadie6vhd-300x185.jpg" alt="Download the IE6 VHD file" width="300" height="185" /></a></dt>
</dl>
<p>Rather than you having to manually create your virtual XP machine yourself (which takes some time) the&#8217;ve made a bunch of different test environments available to download:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=21eabb90-958f-4b64-b5f1-73d0a413c8ef&amp;displaylang=en#filelist" target="_blank">http://www.microsoft.com/downloads/details.aspx?familyid=21eabb90-958f-4b64-b5f1-73d0a413c8ef&amp;displaylang=en#filelist</a></p>
<p>All you need to download for this is the IE6 XP image, but feel free to take a look at some of the others, as if you&#8217;re a developer they may well come in useful to you &#8211; there&#8217;s even an image for IE8.</p>
<h3>Second things second &#8211; The agreements.</h3>
<p>Once the file has been downloaded open it and you&#8217;ll get the usual Microsoft prompts warning you about</p>
<dl id="attachment_15" class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/security_warning.jpg"><img class="size-medium wp-image-15" title="Security warning" src="http://www.smartredfox.com/wp-content/uploads/2008/08/security_warning-300x204.jpg" alt="Security warning" width="300" height="204" /></a></dt>
</dl>
<p>running files &#8211; Choose to run the file (It&#8217;s from Microsoft, surely we can trust them &#8211; can&#8217;t we?!?!!).</p>
<p>Then you&#8217;ll be given a warning about the expiry date of the VHD file. Microsoft time limit these images to stop people using them as their main OS. Agree to uncompress the file (click yes).</p>
<p>Now you get the normal License Agreement from Microsoft asking you to sell your soul to the Devil and give up all rights to your first-born child. Again agree</p>
<p>to this &#8211; Hell can&#8217;t be that bad can it?</p>
<div class="mceTemp">
<dl id="attachment_17" class="wp-caption alignleft" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/vhd_extracting.jpg"><img class="size-medium wp-image-17" title="vhd_extracting" src="http://www.smartredfox.com/wp-content/uploads/2008/08/vhd_extracting-300x117.jpg" alt="VHD extracting" width="300" height="117" /></a></dt>
</dl>
</div>
<p>You&#8217;ll be asked where you want to extract the files to. This is entirely up to you &#8211; I use the downloads area of Vista to keep all temporary files, and then once a month or so I go through this folder and get rid of all the rubbish and stuff I&#8217;m finished with. But, as I said it&#8217;s up to you. Once you&#8217;ve chosen the location to extract to there will be a long wait while they&#8217;re extracted. Get yourself a cup of tea at this point (or any other hot beverage of your choice).</p>
<h3>Some magic with the Wizard.</h3>
<p>Once it&#8217;s extracted (and you&#8217;ve finished your tea) fire up Virtual PC and follow through the steps below:</p>
<p><strong>Click Next</strong> on the Welcome screen:</p>
<div class="mceTemp">
<dl id="attachment_26" class="wp-caption alignnone" style="width: 510px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/welcome_to_vpc.jpg"><img class="size-full wp-image-26" title="welcome_to_vpc" src="http://www.smartredfox.com/wp-content/uploads/2008/08/welcome_to_vpc.jpg" alt="Welcome to the VPC wizard" width="500" height="355" /></a></dt>
</dl>
</div>
<p>Choose the option to <strong>Create a virtual machine:</strong></p>
<div class="mceTemp">
<dl id="attachment_19" class="wp-caption alignnone" style="width: 510px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/vpc_options.jpg"><img class="size-full wp-image-19" title="vpc_options" src="http://www.smartredfox.com/wp-content/uploads/2008/08/vpc_options.jpg" alt="VPC options" width="500" height="355" /></a></dt>
</dl>
</div>
<p><strong>Give your virtual machine a name</strong> &#8211; in this case I named mine &#8220;IE6 Environment&#8221;:</p>
<div class="mceTemp">
<dl id="attachment_20" class="wp-caption alignnone" style="width: 510px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/vpc_name.jpg"><img class="size-full wp-image-20" title="vpc_name" src="http://www.smartredfox.com/wp-content/uploads/2008/08/vpc_name.jpg" alt="Virtual PC name" width="500" height="355" /></a></dt>
</dl>
</div>
<p><strong>Select Windows XP</strong> from the operating systems list:</p>
<div class="mceTemp">
<dl id="attachment_24" class="wp-caption alignnone" style="width: 510px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/select_os.jpg"><img class="size-full wp-image-24" title="select_os" src="http://www.smartredfox.com/wp-content/uploads/2008/08/select_os.jpg" alt="Select operating system" width="500" height="355" /></a></dt>
</dl>
</div>
<p>The Wizard will suggest an amount of Ram to use for your Virtual PC. Unless you have a specific need to change this setting just leave it as it is and <strong>click Next:</strong></p>
<div class="mceTemp">
<dl id="attachment_23" class="wp-caption alignnone" style="width: 510px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/reccommended_ram.jpg"><img class="size-full wp-image-23" title="reccommended_ram" src="http://www.smartredfox.com/wp-content/uploads/2008/08/reccommended_ram.jpg" alt="Recommended ram size" width="500" height="355" /></a></dt>
</dl>
</div>
<p>Finally we get to the option to use the ready-made VHD file we downloaded earlier. <strong>Choose &#8220;An existing virtual hard disk&#8221; </strong>from the options and <strong>click Next</strong>:</p>
<div class="mceTemp">
<dl id="attachment_22" class="wp-caption alignnone" style="width: 510px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/new_or_existing_vhd.jpg"><img class="size-full wp-image-22" title="new_or_existing_vhd" src="http://www.smartredfox.com/wp-content/uploads/2008/08/new_or_existing_vhd.jpg" alt="New or existing VHD" width="500" height="355" /></a></dt>
</dl>
</div>
<p><strong>Browse to the location of the extracted VHD file</strong>, select it, and then <strong>click next</strong>:</p>
<div class="mceTemp">
<dl id="attachment_27" class="wp-caption alignnone" style="width: 510px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/vhd_location.jpg"><img class="size-full wp-image-27" title="vhd_location" src="http://www.smartredfox.com/wp-content/uploads/2008/08/vhd_location.jpg" alt="VHD Location" width="500" height="355" /></a></dt>
</dl>
</div>
<p>You&#8217;ll be shown confirmation of the settings you chose &#8211; make sure everything looks okay and <strong>click Finish:</strong></p>
<div class="mceTemp">
<dl id="attachment_25" class="wp-caption alignnone" style="width: 510px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/vpc_wizard_finish.jpg"><img class="size-full wp-image-25" title="vpc_wizard_finish" src="http://www.smartredfox.com/wp-content/uploads/2008/08/vpc_wizard_finish.jpg" alt="VPC wizard finished" width="500" height="355" /></a></dt>
</dl>
</div>
<h3>Fire it up!</h3>
<div class="mceTemp">
<dl id="attachment_30" class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/xp_booting.jpg"><img class="size-medium wp-image-30" title="xp_booting" src="http://www.smartredfox.com/wp-content/uploads/2008/08/xp_booting-300x261.jpg" alt="Windows XP booting" width="300" height="261" /></a></dt>
</dl>
</div>
<p>Ok, we&#8217;re almost there. You should now be looking at the Virtual PC console window with our newly installed Virtual PC showing in it.</p>
<p>Select the Virtual PC and click Start. You should now see Windows XP start to spring into life. It works just like any other Windows XP machine, so it&#8217;ll boot up and go through the normal motions for a few seconds/minutes/hours first (depending on the speed of your pc). Let it run through this as normal.</p>
<p>Take a moment to bask in the glory of running Windows XP inside a window on your lovely Vista machine (don&#8217;t spend too long on this).</p>
<h3>Last couple of steps</h3>
<div class="mceTemp">
<dl id="attachment_31" class="wp-caption alignleft" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/vpc_eula_2.jpg"><img class="size-medium wp-image-31" title="vpc_eula_2" src="http://www.smartredfox.com/wp-content/uploads/2008/08/vpc_eula_2-300x248.jpg" alt="VPC Eula" width="300" height="248" /></a></dt>
</dl>
</div>
<p>We&#8217;re really just dotting the I&#8217;s and crossing the T&#8217;s now. Once XP has booted it&#8217;ll ask you once again to agree to a EULA from Microsoft. As you&#8217;ve already sold your soul etc. there&#8217;s not really much more they can take so just close the window that appears.</p>
<p>Finally we&#8217;re into Windows XP and ready to fire up Internet Explorer 6 and get on with our work.</p>
<p>Double click on the IE6 icon on the desktop and wait the few moments for IE6 to boot. That&#8217;s it you can now browse to your hearts content in the antiquated and troubled browser that is IE6.</p>
<p>As a side not it seems Microsoft are really trying to</p>
<div class="mceTemp">
<dl id="attachment_21" class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.smartredfox.com/wp-content/uploads/2008/08/ie6_working.jpg"><img class="size-medium wp-image-21" title="ie6_working" src="http://www.smartredfox.com/wp-content/uploads/2008/08/ie6_working-300x248.jpg" alt="IE6 Working" width="300" height="248" /></a></dt>
</dl>
</div>
<p>help Web developers with these images and they&#8217;ve included a couple of links on the desktop to help you out. If you&#8217;re a developer it may be worth taking a look at them, if you&#8217;re not and you just want to use IE6 to get on with your work then ignore them.</p>
<p><strong>Problems?</strong></p>
<p>Whenever I set up virtual machines in our network environment I get page cannot be displayed on any internally hosted sites that rely on local DNS entries. We get around this by entering each of the sites into the Virtual PC hosts file. At some point I&#8217;ll write instructions on how to do this&#8230;</p>
<p>But for now that&#8217;s it. Any comments, corrections, or questions are appreciated&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smartredfox.com/2008/08/ie6-on-vista-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
