<?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>A Fool's Wisdom &#187; Web Development on Windows</title>
	<atom:link href="http://foolswisdom.com/tag/web-development-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://foolswisdom.com</link>
	<description>A fool and his blog are soon parted.</description>
	<lastBuildDate>Mon, 12 Dec 2011 22:39:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>WAMP For WordPress</title>
		<link>http://foolswisdom.com/wamp-for-wordpress/</link>
		<comments>http://foolswisdom.com/wamp-for-wordpress/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 15:48:12 +0000</pubDate>
		<dc:creator>Lloyd</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Development on Windows]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://foolswisdom.com/wamp-for-wordpress/</guid>
		<description><![CDATA[Yes, that was the sound of me hitting my head as I tried to setup a WordPress development environment on Windows Vista in the absence of my now restored Ubuntu running ThinkPad. It is also the acronym for the stack &#8230; <a href="http://foolswisdom.com/wamp-for-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, that was the sound of me hitting my head as I tried to setup a WordPress development environment on Windows Vista in the absence of my <a href="http://foolswisdom.com/fan-error-blown-away/">now restored</a> Ubuntu running ThinkPad.</p>
<p>It is also the acronym for the stack of software that <a href="http://wordpress.org/">WordPress</a> runs on where the W is for Windows not WordPress. Windows<br />
Apache<br />
MySQL<br />
PHP</p>
<p>Wow, there are a lot of ways to install it.</p>
<p><span id="more-584"></span></p>
<p>WAMP is the awkward cousin of LAMP where the L is for Linux.</p>
<p>LAMP is what much of the web is built on, and the acronym is all to familiar to a web developer&#8217;s ear. There are other popular web &#8220;stacks&#8221;, but WordPress was written in PHP using this stack because it is ubiquitous/everywhere/available on every host.</p>
<p>PHP isn&#8217;t a sexy programming language like Python, Ruby, or for the Microserfs .NET, but the WordPress developers have always put first what is most important: everyone being able to use WordPress, and <a href="http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install">a 5 minute install</a> helps, a lot.</p>
<p>I always recommend developing in an environment as close to what your customers are using , or in the case of a web service the environment that the service will run on.</p>
<p>WordPress is run on a lot of LAMP like environment where the most common variations are, of course, different versions of the software. In putting the WordPress members first, WordPress developers have stayed unsexy by supporting <a href="http://wordpress.org/about/requirements/">older versions of MySQL and PHP</a>.</p>
<p>Next to running on older versions, the most common variation is using litehttpd, Windows&#8217; IIS, or LiteSpeed Web Server. Solaris for the OS seems to be an increasingly popular choice for web servers.</p>
<p>Environment specific bugs with WordPress are very rare, but when they do occur they have seemed to be PHP version related, or Windows IIS specific. We are very fortunate to have participants like <a href="http://robert.wordpress.com/">Robert Deaton</a> with the expertise to work around PHP related issues. We are fortunate to have contributors like &#8220;<a href="http://neosmart.net/blog/">Computer Guru</a>&#8221; of <a href="http://neosmart.net/">NeoSmart Technologies</a> and <a href="http://nazgul.nu/blog/">Bas Bosman</a> (nazgul) reporting all problems they find with WordPress on Windows IIS.</p>
<p>So there I was setting up a development environment on Windows because my Ubuntu Linux <a href="http://foolswisdom.com/fan-error-blown-away/">was laptop <em>temporarily</em> out of commission</a>. The first part of this is installing WAMP.</p>
<p>There are a huge number of popular WAMP packages. Wikipedia (encyclopedia++) has a <a href="http://en.wikipedia.org/wiki/Comparison_of_WAMPs">comparison page of WAMPs</a>. Any of the popular ones that have been updated in the last six months would probably be a good choice.</p>
<p><em>When I have a choice where there seems to be no difference in functionality, I choose based on which one appears to have the strongest community or is better produced and supported. Which of those two depends on whether I&#8217;m looking for community and free, or produced and paid support. With community and free, I&#8217;m ultimately taking the risk that I will be by myself in investigating any problems.</em></p>
<p>Here community and free are a good choice, because I&#8217;m not going to need a more advanced WAMP stack with monitoring (now).</p>
<p>There are a huge number of popular choices, but the most popular based on reading blog posts and forums seem to be <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a> and <a href="http://www.wampserver.com/en/">WAMP</a> (now called WAMPServer). I&#8217;m surprised by <a href="http://www.google.com/trends?q=xampp%2C+wamp%2C+wampserver&amp;ctab=0&amp;geo=all&amp;date=all&amp;sort=0">how much more popular</a> XAMPP is given that WAMP has the generic name. XAMPP seems to have few Google Search results related to &#8220;security exploit&#8221;, so the popularity isn&#8217;t likely negative because of bad security.</p>
<p><a href="http://www.flickr.com/photos/lloyds-screenies/1344298794/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1268/1344298794_60d237978d.jpg" alt="XAMPP vs WAMP" height="323" width="500" /></a></p>
<p>So that is the long story of me choosing to install XAMPP on Windows Vista.</p>
<p><a href="http://www.flickr.com/photos/lloyds-screenies/1331416036/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1356/1331416036_d34f5e4715_t.jpg" alt="XAMPP Logo" height="30" width="100" /></a></p>
<p>I will probably follow up with some of my notes from installing it, but for now I leave you with my colleague <a href="http://www.tamba2.org.uk/T2/">Mark Riley&#8217;s</a> still excellent <a href="http://www.tamba2.org.uk/wordpress/xampp/">Installing Xampp and WordPress</a> or <a href="http://urbangiraffe.com/">John Godley&#8217;s</a> <a href="http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/">Installing WordPress on your own Windows computer</a>. After you are setup on Windows (if you must) see <a href="http://blog.ftwr.co.uk/">Peter Westwood (westi)&#8217;s</a> <a href="http://blog.ftwr.co.uk/archives/2005/11/03/windows-wordpress-toolbox/">Windows WordPress Toolbox</a>.</p>
<p>Update Sept 19th: <a href="http://www.solo-technology.com/">Chris Kasten (handysolo)</a> is writing a great series of posts the first one being <a href="http://www.solo-technology.com/blog/2007/09/16/testing-new-wordpress-versions-part-1-xampp/">Testing New WordPress Versions Part 1: XAMPP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://foolswisdom.com/wamp-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

