<?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>DansNetwork.com &#187; mac</title>
	<atom:link href="http://dansnetwork.com/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://dansnetwork.com</link>
	<description>Web Design, Javascript, CSS, and More...</description>
	<lastBuildDate>Sat, 19 Nov 2011 15:51:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Test With IE On Your Mac OS X</title>
		<link>http://dansnetwork.com/test-with-ie-on-your-mac-os-x/</link>
		<comments>http://dansnetwork.com/test-with-ie-on-your-mac-os-x/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 19:33:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ietester]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://dansnetwork.com/?p=171</guid>
		<description><![CDATA[Requirements:
- Mac OS X (Snow Leopard was used for this article)
- XAMPP/Apache  or Mac webserver of your choice
- VirtualBox
- Windows  XP, Vista, or 7 install disk
- IETester (allows for testing in  multiple flavors of Internet Explorer using tabs)
We've all seen  this show before. The tricky part is finding your way back [...]]]></description>
			<content:encoded><![CDATA[<p>Requirements:<br />
- <strong>Mac OS X</strong> (Snow Leopard was used for this article)<br />
- <strong>XAMPP/Apache  or Mac webserver of your choice<br />
- <a title="VirtualBox" href="http://virtualbox.org">VirtualBox</a><br />
- Windows  XP, Vista, or 7 install disk<br />
- <a title="IETester" href="http://www.my-debugbar.com/wiki/IETester/HomePage">IETester</a></strong> (allows for testing in  multiple flavors of Internet Explorer using tabs)</p>
<p>We've all seen  this show before. The tricky part is finding your way back to XAMPP  (Apache) from IE Tester while maintaining a consistent base URL. This  isn't important when running a few static websites, but many frameworks  have this value stored in its database. When you view your site using a  different URL, links to static files (CSS, images, etc.) and other pages  become broken. In a few easy steps I'm going to show you one method to  resolve this issue.</p>
<p>Go ahead and install the above applications  and OSes if you haven't already. Use the default network mode  of "NAT" for VirtualBox. I'm going to assume that you can access your  local sites (from your Mac) using - http://localhost/<em>sitename</em>/</p>
<p>- <strong>Step  1:</strong> Boot up your Windows install and use ipconfig (Run -&gt; cmd  -&gt; ipconfig) to get your gateway IP. It was 10.0.0.2 for me.</p>
<p>- <strong>Step  2:</strong> Add the following lines to both system's (Mac and virtual  Windows install) hosts files (http://en.wikipedia.org/wiki/Hosts_file).  'localhost.com' can be replaced with a URL of your choice.</p>
<pre class="brush: plain;">
# Mac:
localhost.com 127.0.0.1

# Windows:
localhost.com 10.0.0.2
</pre>
<p>- <strong>Step 3:</strong> Be sure  that all of your web frameworks (Wordpress, Magento, etc.) are aware of  your new base URL 'localhost.com' (or whatever you chose in step 2).</p>
<p>- <strong>Step  4:</strong> Access one of your sites from each of your operating system's  browser using - http://localhost.com/<em>sitename</em>/</p>
]]></content:encoded>
			<wfw:commentRss>http://dansnetwork.com/test-with-ie-on-your-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

