<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Beginner&#8217;s Corner Part 1 &#8211; Setting Up a Local Development Environment</title>
	<atom:link href="http://codingpad.maryspad.com/2009/11/13/set-up-a-local-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingpad.maryspad.com/2009/11/13/set-up-a-local-server/</link>
	<description>Programming blog - Discussions, Tutorials, Resources</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:37:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ken Kamiya</title>
		<link>http://codingpad.maryspad.com/2009/11/13/set-up-a-local-server/comment-page-1/#comment-10511</link>
		<dc:creator>Ken Kamiya</dc:creator>
		<pubDate>Fri, 21 Jan 2011 15:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1070#comment-10511</guid>
		<description>Mary,

Thank you very much for your help.  I sincerely appreciate it.

Fist of all, I never installed IIS, and I have no intention of using it.  It suddenly showed up on my PC.

I went ahead and tried WampServer, but the symptom was the same as with Xampp.  I never installed IIS7.  It&#039;s just sitting there all of a sudden.  I uninstalled it, and I also disabled the IIS from the control panel.  However, I am still getting IIS7&#039;s welcome screen when I click on &quot;localhost&quot; on the WampServer menue.

I went further to look around and found something interesting.   There was

iisstart.htm

in a folder called &quot;wwwroot&quot; in &quot;inetpub&quot;, which was place in the root directory.  I never installed it.  It&#039;s also suddenly sitting there.  I suspect this is the culprit, but I am afraid of deleting the folder, as Microsoft has probably put it there.  Do you know if deleting it may cause system problems?

As I googled for &quot;inetpub&quot; I found many people complaining about its sudden appearance.

In the &quot;Program Files&quot; folder, there are two sub-folders -- IIS and IIS Express, but because they are not on the installed programs list, I have no way of uninstalling them.  If you could tell me how to get rid of them, it will be most appreciated.

Thanks again for your help.
Kenji</description>
		<content:encoded><![CDATA[<p>Mary,</p>
<p>Thank you very much for your help.  I sincerely appreciate it.</p>
<p>Fist of all, I never installed IIS, and I have no intention of using it.  It suddenly showed up on my PC.</p>
<p>I went ahead and tried WampServer, but the symptom was the same as with Xampp.  I never installed IIS7.  It&#8217;s just sitting there all of a sudden.  I uninstalled it, and I also disabled the IIS from the control panel.  However, I am still getting IIS7&#8242;s welcome screen when I click on &#8220;localhost&#8221; on the WampServer menue.</p>
<p>I went further to look around and found something interesting.   There was</p>
<p>iisstart.htm</p>
<p>in a folder called &#8220;wwwroot&#8221; in &#8220;inetpub&#8221;, which was place in the root directory.  I never installed it.  It&#8217;s also suddenly sitting there.  I suspect this is the culprit, but I am afraid of deleting the folder, as Microsoft has probably put it there.  Do you know if deleting it may cause system problems?</p>
<p>As I googled for &#8220;inetpub&#8221; I found many people complaining about its sudden appearance.</p>
<p>In the &#8220;Program Files&#8221; folder, there are two sub-folders &#8212; IIS and IIS Express, but because they are not on the installed programs list, I have no way of uninstalling them.  If you could tell me how to get rid of them, it will be most appreciated.</p>
<p>Thanks again for your help.<br />
Kenji</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/11/13/set-up-a-local-server/comment-page-1/#comment-10510</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Fri, 21 Jan 2011 09:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1070#comment-10510</guid>
		<description>Ken
I&#039;ve never used IIS, and I haven&#039;t used XAMPP much, my personal preference has always been to either install Apache, PHP and MySQL separately and then do the configuration myself, or else to use Wampserver on Windows and MAMP on the mac.

That said, I did a bit of searching around and found this, which might be helpful for you: http://one7.wordpress.com/2009/04/28/using-xampp-and-iis-together-easy-solution/

Hope it helps
mary</description>
		<content:encoded><![CDATA[<p>Ken<br />
I&#8217;ve never used IIS, and I haven&#8217;t used XAMPP much, my personal preference has always been to either install Apache, PHP and MySQL separately and then do the configuration myself, or else to use Wampserver on Windows and MAMP on the mac.</p>
<p>That said, I did a bit of searching around and found this, which might be helpful for you: <a href="http://one7.wordpress.com/2009/04/28/using-xampp-and-iis-together-easy-solution/" rel="nofollow">http://one7.wordpress.com/2009/04/28/using-xampp-and-iis-together-easy-solution/</a></p>
<p>Hope it helps<br />
mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Kamiya</title>
		<link>http://codingpad.maryspad.com/2009/11/13/set-up-a-local-server/comment-page-1/#comment-10508</link>
		<dc:creator>Ken Kamiya</dc:creator>
		<pubDate>Thu, 20 Jan 2011 18:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1070#comment-10508</guid>
		<description>Hi Mary,

Thanks for your web-cast of the Website local development environment.
I wonder if you could help me.
I used the MODx Swansong template to develop my Website, which is about 75% done.  As I tried to understand Wayfinder more and Otienos advised we should not exercise his example on-line, I accidentally found XAMPP for setting up my local environment.  XAMPP itself is running fine, but I could not install MODx 1.0.4 on it (Err: IIS 7 : HTTP Error - 404.0 - Not Found).  An expert in the MODx Forum said &quot;IIS is grabbing the request before XAMPP.&quot;  I disabled IIS, but the problem was not resolved.
My question is, what&#039;s the difference between WampServer and Xampp?  Should I use WampServer instead?
If you could advise me, it will be most appreciated.
Kind Regards,
Ken</description>
		<content:encoded><![CDATA[<p>Hi Mary,</p>
<p>Thanks for your web-cast of the Website local development environment.<br />
I wonder if you could help me.<br />
I used the MODx Swansong template to develop my Website, which is about 75% done.  As I tried to understand Wayfinder more and Otienos advised we should not exercise his example on-line, I accidentally found XAMPP for setting up my local environment.  XAMPP itself is running fine, but I could not install MODx 1.0.4 on it (Err: IIS 7 : HTTP Error &#8211; 404.0 &#8211; Not Found).  An expert in the MODx Forum said &#8220;IIS is grabbing the request before XAMPP.&#8221;  I disabled IIS, but the problem was not resolved.<br />
My question is, what&#8217;s the difference between WampServer and Xampp?  Should I use WampServer instead?<br />
If you could advise me, it will be most appreciated.<br />
Kind Regards,<br />
Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/11/13/set-up-a-local-server/comment-page-1/#comment-8962</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1070#comment-8962</guid>
		<description>David
Glad you found the tuts helpful. This is on my to-do list, so keep checking in and be patient, I have a very long to-do list :)

mary</description>
		<content:encoded><![CDATA[<p>David<br />
Glad you found the tuts helpful. This is on my to-do list, so keep checking in and be patient, I have a very long to-do list <img src='http://codingpad.maryspad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://codingpad.maryspad.com/2009/11/13/set-up-a-local-server/comment-page-1/#comment-8960</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 27 Jan 2010 12:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1070#comment-8960</guid>
		<description>Hi Mary,

I followed your MODx tutorials and now have the basic bones of a website running on my local WAMP server (setup using your excellent tutorial). Before I do any more work I would like to know how to port this over to a web server. I have found some instructions in the MODx wiki but it&#039;s all gobbledegook to me! Any chance of one of your excellent tutorials or webcasts on how to do this?

David</description>
		<content:encoded><![CDATA[<p>Hi Mary,</p>
<p>I followed your MODx tutorials and now have the basic bones of a website running on my local WAMP server (setup using your excellent tutorial). Before I do any more work I would like to know how to port this over to a web server. I have found some instructions in the MODx wiki but it&#8217;s all gobbledegook to me! Any chance of one of your excellent tutorials or webcasts on how to do this?</p>
<p>David</p>
]]></content:encoded>
	</item>
</channel>
</rss>

