<?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>Devin R. Olsen Web Developer</title>
	<atom:link href="http://www.devinrolsen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devinrolsen.com</link>
	<description>From Developer to Developer Information and Sharing</description>
	<lastBuildDate>Wed, 27 Jan 2010 20:23:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Build jQuery Lava Lamp Menu Tabs</title>
		<link>http://www.devinrolsen.com/build-jquery-lava-lamp-menu-tabs/</link>
		<comments>http://www.devinrolsen.com/build-jquery-lava-lamp-menu-tabs/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 09:05:00 +0000</pubDate>
		<dc:creator>Devin R. Olsen</dc:creator>
				<category><![CDATA[JavaScript Tutorials]]></category>
		<category><![CDATA[css menu tabs]]></category>
		<category><![CDATA[javascript menu tabs]]></category>
		<category><![CDATA[jquery lava lamp]]></category>
		<category><![CDATA[jquery menu tabs]]></category>
		<category><![CDATA[lava lamp menu]]></category>
		<category><![CDATA[lava lamp menu tabs]]></category>

		<guid isPermaLink="false">http://www.devinrolsen.com/?p=567</guid>
		<description><![CDATA[Here I am going to show you how to build "Lava Lam"p menu tabs. We will be using CSS / jQuery and a single image to maintain a 100% stretchy rounded corners menu tab or lava bubble if you will. This version of the Lava Lamp menu tabs works in IE6+ and all other browsers! ]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-569" title="equation" src="http://www.devinrolsen.com/wp-content/uploads/2009/12/equation1.gif" alt="equation" width="372" height="89" /></p>
<p><fieldset style="width: 317px;"><br />
<legend>Tutorial Example</legend></p>
<div id="roundNavTabExample">
<ul id="navE">
<li><a>Short</a></li>
<li><a>Longer</a></li>
<li><a>Kinda Long</a></li>
<li><a>Kinda Longer</a></li>
<li><a>Really Longer</a></li>
<li class="rounder">
<div class="cornersWrap">
<div id="tl"><img src="http://www.devinrolsen.com/wp-content/themes/typebased/images/rounder.gif" alt="" /></div>
<div id="tr"><img src="http://www.devinrolsen.com/wp-content/themes/typebased/images/rounder.gif" alt="" /></div>
<div id="bl"><img src="http://www.devinrolsen.com/wp-content/themes/typebased/images/rounder.gif" alt="" /></div>
<div id="br"><img src="http://www.devinrolsen.com/wp-content/themes/typebased/images/rounder.gif" alt="" /></div>
</div>
</li>
</ul>
</div>
<p></fieldset></p>
<p><object width="440" height="345"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8502892&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><param name="wmode" value="transparent" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8502892&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" allowscriptaccess="always" width="440" height="345"></embed></object>
<p><a href="http://vimeo.com/8502892">How to Build jQuery Lava Lamp Menu Tabs</a> from <a href="http://vimeo.com/user2898580">Devin R. Olsen</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>This effect is called &#8220;animated rounded menu tabs&#8221;. It&#8217;s a neat little effect that will work in all browsers including IE6+. somethings to note is that this technique uses a single image for its four corners and is stretchy in both width and height!</p>
<p>We are also using the jQuery JS lib to ensure our JS works across all browsers but also to cut  down on the amount of JS we uses to make this great effect. Here is the link I use in the video tutorial to use the jQuery lib from Google&#8217;s online repository.</p>
<pre>http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js</pre>
<p>Here is the full source if you want to just get down to studying the code.</p>
<pre class="brush: html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
&lt;title&gt;Devin R. Olsen - Lava Lamp Menu Tabs&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
#nav {width:500px;  background:#333; margin:0px; padding:0px 0px 0px 20px; color:#fff; position:relative;}
#nav li {float:left; display:inline; list-style:none; line-height:35px; position:relative; z-index:3;}
#nav li a { padding:0px 10px 0px; cursor:pointer; font-size:12px; display:inline; color:#fff;}

#nav li.rounder { position:absolute; left:0px; top:0px; margin:0px; padding:0px; display:none; z-index:2;}
#nav li.rounder img {position:absolute;}
.cornersWrap {position:relative; height:25px; width:auto; margin-top:5px; background:#fff;}

#nav, #nav li, #nav li a, #nav li.rounder {height:35px;}

#tl,#tr,#bl,#br {position:absolute; width:8px; height:8px; overflow:hidden;}

#tr,#tl {top:0px;}
#br,#bl {bottom:0px;}

#tr,#br {right:0px;}
#tl,#bl {left:0px;}

#tr img,#br img {left:-8px;}
#bl img,#br img {top:-8px;}
&lt;/style&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function(){
	$(&quot;#nav li a&quot;).mouseover(function(){

		$(&quot;#nav li a&quot;).each(function(count){
			$(this).css({color:&quot;#fff&quot;});
		});

		$(this).css({color:&quot;#000&quot;});

		var offL =  $(this).offset().left - $(&quot;#nav&quot;).offset().left;
		var offW = $(this).width() + parseInt($(this).css(&quot;paddingLeft&quot;)) * 2;

		$(&quot;li.rounder&quot;).stop().animate({left:offL+&quot;px&quot;, width:offW+&quot;px&quot;},295,function(){

			//IE6 1px Fix
			var trOff = $(&quot;#tr&quot;).offset().left + parseInt($(&quot;#tr&quot;).css(&quot;width&quot;));
			var wrapWOff = $(&quot;.rounder&quot;).offset().left + parseInt($(&quot;.rounder&quot;).css(&quot;width&quot;));

			var brOff = $(&quot;#br&quot;).offset().top + parseInt($(&quot;#br&quot;).css(&quot;height&quot;));
			var wrapHOff = $(&quot;.cornersWrap&quot;).offset().top + parseInt($(&quot;.cornersWrap&quot;).css(&quot;height&quot;));					

			if(wrapWOff &gt; trOff){
				$(&quot;#tr,#br&quot;).attr(&quot;class&quot;,&quot;rFix&quot;);
			}	

			$(&quot;.rFix&quot;).css({right:&quot;-1px&quot;});

			if(wrapHOff &gt; brOff){
				$(&quot;#br,#bl&quot;).attr(&quot;class&quot;,&quot;bFix&quot;);
			}
			$(&quot;.bFix&quot;).css({bottom:&quot;-1px&quot;});
		});
	});
});
&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;
	&lt;div&gt;
    	&lt;ul id=&quot;nav&quot;&gt;
        	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Short&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Longer&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Kinda Long&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Kinda Longer&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Really Longer&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;A Really Lot Longer&lt;/a&gt;&lt;/li&gt;
            &lt;li class=&quot;rounder&quot;&gt;
            	&lt;div class=&quot;cornersWrap&quot;&gt;
                    &lt;div id=&quot;tl&quot;&gt;&lt;img src=&quot;http://www.devinrolsen.com/wp-content/themes/typebased/images/rounder.gif&quot; /&gt;&lt;/div&gt;
                    &lt;div id=&quot;tr&quot;&gt;&lt;img src=&quot;http://www.devinrolsen.com/wp-content/themes/typebased/images/rounder.gif&quot; /&gt;&lt;/div&gt;
                    &lt;div id=&quot;bl&quot;&gt;&lt;img src=&quot;http://www.devinrolsen.com/wp-content/themes/typebased/images/rounder.gif&quot; /&gt;&lt;/div&gt;
                    &lt;div id=&quot;br&quot;&gt;&lt;img src=&quot;http://www.devinrolsen.com/wp-content/themes/typebased/images/rounder.gif&quot; /&gt;&lt;/div&gt;
                &lt;/div&gt;
            &lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.devinrolsen.com/build-jquery-lava-lamp-menu-tabs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to build a jQuery lightbox!</title>
		<link>http://www.devinrolsen.com/how-to-build-a-jquery-lightbox/</link>
		<comments>http://www.devinrolsen.com/how-to-build-a-jquery-lightbox/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 05:56:59 +0000</pubDate>
		<dc:creator>Devin R. Olsen</dc:creator>
				<category><![CDATA[JavaScript Tutorials]]></category>
		<category><![CDATA[build lightbox]]></category>
		<category><![CDATA[how to build lightbox]]></category>
		<category><![CDATA[jquery lightbox]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[make a lightbox]]></category>

		<guid isPermaLink="false">http://www.devinrolsen.com/?p=562</guid>
		<description><![CDATA[Today I want to talk about everything lightbox! I want to not only show you how to build a lightbox with css and jQuery but also expose the road blocks solutions any normal developer runs when building a lightbox. I will also show you how to build the lightbox so that it works in IE6, IE7 and IE8 as well as all other major browsers.]]></description>
			<content:encoded><![CDATA[<p>Today I want to talk about EVERYTHING lightbox. I want to show you how to build your own lightbox using jQuery and CSS. Not only build it but explain to you the road blocks and work arounds any normal developer would run into. We will go over each step on how to make the lightbox work in IE6, IE7 and IE8 as well as all other browsers.</p>
<p><object id="stVEpSQEJIR19eQF9UWFNYXlFS" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="video=stVEpSQEJIR19eQF9UWFNYXlFS" /><param name="src" value="http://www.screentoaster.com/swf/STPlayer.swf" /><param name="allowfullscreen" value="true" /><param name="wmode" value="transparent" /><embed id="stVEpSQEJIR19eQF9UWFNYXlFS" type="application/x-shockwave-flash" width="425" height="344" src="http://www.screentoaster.com/swf/STPlayer.swf" wmode="transparent" flashvars="video=stVEpSQEJIR19eQF9UWFNYXlFS" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Here is the completed code if you just want to study the little guy.</p>
<pre class="brush: html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
&lt;title&gt;Everything You Need to Know About a Lightbox!&lt;/title&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js&quot;&gt;&lt;/script&gt;
&lt;style type=&quot;text/css&quot;&gt;
#lightBox {width:100%; margin:50px 0px; text-align:center; display:none;}
#lightWrap {width:400px; background:#000; border:2px #ccc solid; margin:auto; color:#fff; position:relative;  z-index:2;}

#shade {width:100%; height:100%; position:absolute; top:0px; left:0px; background:#000; -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5; -ms-filter: &quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=50)&quot;; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); display:none; z-index:1;}

#closeBox { width:16px; height:16px; line-height:15px; background:#F36; position:absolute; top:5px; right:10px; cursor:pointer;}
&lt;/style&gt;
&lt;script&gt;
$(document).ready(function(){

	$(&quot;#action&quot;).click(function(){
		$(&quot;#lightBox&quot;).fadeIn(&quot;fast&quot;);

		if($(&quot;body&quot;).height() &gt; $(&quot;body&quot;).offset().height){
				var sH = $(&quot;body&quot;).height();
			}else{
				var sH = $(&quot;body&quot;).offset().height;
		}

		$(&quot;#shade&quot;).css({height:sH+&#039;px&#039;,}).slideDown(&quot;fast&quot;);

		$(&quot;#closeBox&quot;).click(function(){
			$(&quot;#lightBox&quot;).fadeOut(&quot;fast&quot;);
			$(&quot;#shade&quot;).slideUp(&quot;fast&quot;);
		});

	});

});
&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;button id=&quot;action&quot;&gt;Click Me&lt;/button&gt;

&lt;div id=&quot;lightBox&quot;&gt;
	&lt;div id=&quot;lightWrap&quot;&gt;
    	&lt;div id=&quot;closeBox&quot;&gt;X&lt;/div&gt;
    	&lt;h2&gt;HELLO This is my very own custom built lightbox!!&lt;/h2&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;div id=&quot;shade&quot;&gt;&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<p>Thanks Everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devinrolsen.com/how-to-build-a-jquery-lightbox/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Drag 2 Share with CSS and jQuery</title>
		<link>http://www.devinrolsen.com/drag-2-share-css-and-jquery-tutorial/</link>
		<comments>http://www.devinrolsen.com/drag-2-share-css-and-jquery-tutorial/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 04:43:47 +0000</pubDate>
		<dc:creator>Devin R. Olsen</dc:creator>
				<category><![CDATA[JavaScript Tutorials]]></category>
		<category><![CDATA[drag and share]]></category>
		<category><![CDATA[drag share tutorial]]></category>
		<category><![CDATA[drag to share]]></category>
		<category><![CDATA[jquery drag tutorial]]></category>

		<guid isPermaLink="false">http://www.devinrolsen.com/?p=556</guid>
		<description><![CDATA[Makes sharing fun again! Here I am going to show you how I built my "Drag 2 Share" blog feature. We will be using CSS and jQuery. This effect will work in IE6, IE7 and IE8, FireFox, Safari and Google Chrome. I also included a zip of the project that you can study and expand upon.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong><a title="jQuery / CSS Drag 2 Share" href="http://www.devinrolsen.com/Drag2Share.zip">Download your copy HERE!</a></strong></p>
<p style="text-align: left;">Ok here we are going to learn how to build the &#8220;Drag 2 Share&#8221; feature you see on my blogs. This little guy is just what your visitors need to feel like they are having fun when sharing. In its own little way it finally makes sharing FUN!</p>
<p><object id="stVEpSQEJIR19fSFlUU19ZUVZd" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="video=stVEpSQEJIR19fSFlUU19ZUVZd" /><param name="src" value="http://www.screentoaster.com/swf/STPlayer.swf" /><param name="allowfullscreen" value="true" /><param name="wmode" value="transparent" /><embed id="stVEpSQEJIR19fSFlUU19ZUVZd" type="application/x-shockwave-flash" width="425" height="344" src="http://www.screentoaster.com/swf/STPlayer.swf" wmode="transparent" flashvars="video=stVEpSQEJIR19fSFlUU19ZUVZd" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devinrolsen.com/drag-2-share-css-and-jquery-tutorial/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; How to import and export your products</title>
		<link>http://www.devinrolsen.com/magento-import-and-export-products/</link>
		<comments>http://www.devinrolsen.com/magento-import-and-export-products/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 20:02:17 +0000</pubDate>
		<dc:creator>Devin R. Olsen</dc:creator>
				<category><![CDATA[Magento Tutorials]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento Product Export]]></category>
		<category><![CDATA[Magneto Product Import]]></category>
		<category><![CDATA[Product Export]]></category>
		<category><![CDATA[product export csv]]></category>
		<category><![CDATA[Product Import]]></category>
		<category><![CDATA[product import csv]]></category>

		<guid isPermaLink="false">http://www.devinrolsen.com/?p=531</guid>
		<description><![CDATA[Learn how to import and export product in and out of Magento Commerce with a single .CSV file.]]></description>
			<content:encoded><![CDATA[<p>Here I will show you how to use Magento&#8217;s product  importing and exporting feature. I will first export a simple product out to obtain an overview of Magento&#8217;s required CSV format. Then I will demonstrate how to import all your product into Magento with this single CSV file.</p>
<p><object id="stVEpSQEJIR19fRllbXVNaUlVT" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="video=stVEpSQEJIR19fRllbXVNaUlVT" /><param name="src" value="http://www.screentoaster.com/swf/STPlayer.swf" /><param name="allowfullscreen" value="true" /><param name="wmode" value="transparent" /><embed id="stVEpSQEJIR19fRllbXVNaUlVT" type="application/x-shockwave-flash" width="425" height="344" wmode="transparent" src="http://www.screentoaster.com/swf/STPlayer.swf" flashvars="video=stVEpSQEJIR19fRllbXVNaUlVT" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Thanks!<br />
Devin R. Olsen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devinrolsen.com/magento-import-and-export-products/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Magento Cache Management Overview and Tips</title>
		<link>http://www.devinrolsen.com/magento-cache-managment-overview-and-tips/</link>
		<comments>http://www.devinrolsen.com/magento-cache-managment-overview-and-tips/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 09:34:32 +0000</pubDate>
		<dc:creator>Devin R. Olsen</dc:creator>
				<category><![CDATA[Magento Tutorials]]></category>
		<category><![CDATA[Cache Managment]]></category>
		<category><![CDATA[cache refresh]]></category>
		<category><![CDATA[Magento Cache]]></category>
		<category><![CDATA[Magento Cache Management]]></category>
		<category><![CDATA[Magento Cache Refresh]]></category>

		<guid isPermaLink="false">http://www.devinrolsen.com/?p=525</guid>
		<description><![CDATA[A brief overview of Magento Commerce's cache management system and how to flush it via Magento admin area or manually.]]></description>
			<content:encoded><![CDATA[<p>Here we are going to demonstrate how to use Magento cache management system. I will also show you how to do a hard cache flush of your magneto cache.</p>
<p><object id="stVEpSQEJIR19fRlxcWlpbU1Rc" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="video=stVEpSQEJIR19fRlxcWlpbU1Rc" /><param name="src" value="http://www.screentoaster.com/swf/STPlayer.swf" /><param name="allowfullscreen" value="true" /><param name="wmode" value="transparent" /><embed id="stVEpSQEJIR19fRlxcWlpbU1Rc" wmode="transparent" type="application/x-shockwave-flash" width="425" height="344" src="http://www.screentoaster.com/swf/STPlayer.swf" flashvars="video=stVEpSQEJIR19fRlxcWlpbU1Rc" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Enjoy!<br />
Devin R. Olsen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devinrolsen.com/magento-cache-managment-overview-and-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Magento Commerce and XAMPP on Windows 7</title>
		<link>http://www.devinrolsen.com/installing-magento-commerce-and-xampp-on-windows-7/</link>
		<comments>http://www.devinrolsen.com/installing-magento-commerce-and-xampp-on-windows-7/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 08:40:58 +0000</pubDate>
		<dc:creator>Devin R. Olsen</dc:creator>
				<category><![CDATA[Magento Tutorials]]></category>
		<category><![CDATA[Install Magento]]></category>
		<category><![CDATA[Install Magento Xampp]]></category>
		<category><![CDATA[Install XAMPP Win7]]></category>
		<category><![CDATA[magento xampp]]></category>
		<category><![CDATA[Windows 7 Magento]]></category>
		<category><![CDATA[windows 7 xampp]]></category>

		<guid isPermaLink="false">http://www.devinrolsen.com/?p=496</guid>
		<description><![CDATA[Here I will show you how to install a XAMPP localhost and Magento Commerce solution on your Windows 7 machine.]]></description>
			<content:encoded><![CDATA[<p>In order to have your localhost be directed as <strong>www.localhost.com</strong>, go to the bottom of your <strong>c:/Windows/System32/drivers/etc/host</strong> host file and include this:</p>
<blockquote><p><strong>127.0.0.1    www.localhost.com</strong></p></blockquote>
<p>Hit save and refresh Apache. Your local host should now be accessible to by going to <strong>http://www.localhost.com</strong> instead of <strong>http://127.0.0.1</strong>.</p>
<p><object id="stVEpSQEJIR19fRl1aW11YU1NR" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="center" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="video=stVEpSQEJIR19fRl1aW11YU1NR" /><param name="src" value="http://www.screentoaster.com/swf/STPlayer.swf" /><param name="allowfullscreen" value="true" /><param name="wmode" value="transparent" /><embed id="stVEpSQEJIR19fRl1aW11YU1NR" type="application/x-shockwave-flash" width="425" height="344" src="http://www.screentoaster.com/swf/STPlayer.swf" wmode="transparent" flashvars="video=stVEpSQEJIR19fRl1aW11YU1NR" allowscriptaccess="always" allowfullscreen="true" align="center"></embed></object></p>
<p><a title="XAMPP v1.6.7" href="http://www.devinrolsen.com/wp-content/themes/typebased/downloads/xampp-win32-1.6.7-installer.exe">Download XAMPP 1.6.7 (PHP 5.2) Here!</a></p>
<p>Also you many notice or experince the error I recived when I tried to view the front end for the first time after installing the sample data. Simple goto your localhost folder <strong>magento/var/cache/</strong> and delete all the folders in this cache directory. Hit refresh and you should be good to go.</p>
<p>Hope this helps someone out there.</p>
<p>Thanks and Enjoy.</p>
<p>Devin R. Olsen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devinrolsen.com/installing-magento-commerce-and-xampp-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.922 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 10:21:30 -->
