<?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"
	>
<channel>
	<title>Comments on: Installing WordPress on your own Windows computer</title>
	<atom:link href="http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/</link>
	<description>Software and opinions roaming wild in China</description>
	<pubDate>Sat, 22 Nov 2008 23:12:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Web Unleashed</title>
		<link>http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-92804</link>
		<dc:creator>Web Unleashed</dc:creator>
		<pubDate>Thu, 30 Oct 2008 07:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-92804</guid>
		<description>A really nice Wordrpess tutorial. Maybe my post on overcoming the limits of phpMyAdmin when importing large databases could be of some help to your readers. &lt;a href="http://webunleashed.projectweb.gr/2008/10/import-large-sql-databases-with-phpmyadmin-increase-size-limit/" title="Import large sql databases with phpMyAdmin" rel="nofollow"&gt;Import large sql databases with phpMyAdmin (increase size limit)&lt;/a&gt;
Thanks
Ted</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->A really nice Wordrpess tutorial. Maybe my post on overcoming the limits of phpMyAdmin when importing large databases could be of some help to your readers. <a href="http://webunleashed.projectweb.gr/2008/10/import-large-sql-databases-with-phpmyadmin-increase-size-limit/" title="Import large sql databases with phpMyAdmin" rel="nofollow">Import large sql databases with phpMyAdmin (increase size limit)</a><br />
Thanks<br />
Ted<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-92380</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Thu, 23 Oct 2008 17:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-92380</guid>
		<description>Please allow me to share this video tutorial I created on Installing WordPress Locally with your community.
http://www.youtube.com/watch?v=biQWyBcYSX4

Regards
Shane</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Please allow me to share this video tutorial I created on Installing WordPress Locally with your community.<br />
<a href="http://www.youtube.com/watch?v=biQWyBcYSX4" rel="nofollow">http://www.youtube.com/watch?v=biQWyBcYSX4</a></p>
<p>Regards<br />
Shane<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Blake</title>
		<link>http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-90698</link>
		<dc:creator>Peter Blake</dc:creator>
		<pubDate>Fri, 26 Sep 2008 23:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-90698</guid>
		<description>Thanks John, I'm afraid events have taken over. I won't be able to try to correct it until next Monday, but thanks for the advice. I will be in touch.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thanks John, I'm afraid events have taken over. I won't be able to try to correct it until next Monday, but thanks for the advice. I will be in touch.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-90386</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 23 Sep 2008 06:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-90386</guid>
		<description>Why wont they save?  Is there an error message?

Yes, the path in your image is wrong.  Remember that you arent specifying a directory path on your computer but a URL to your local website.  WAMP will make the directory c:\wamp\www appear at http://localhost, so you only need to specify the path from there.  For example, if your image is C:/wamp/www/wordpress/wp-content/themes/mimbo2.2/mimbo2.2/images/leadpic.jpg then the URL is http://localhost/wordpress/wp-content/themes/mimbo2.2/mimbo2.2/images/leadpic.jpg.  You can even remove the http://localhost part and just have a purely relative path.

It sounds like you've installed your theme in a subdirectory of the same name as the theme.  You would be better off moving the mimbo2.2/mimbo2.2 directory up one level</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Why wont they save?  Is there an error message?</p>
<p>Yes, the path in your image is wrong.  Remember that you arent specifying a directory path on your computer but a URL to your local website.  WAMP will make the directory c:\wamp\www appear at <a href="http://localhost" rel="nofollow">http://localhost</a>, so you only need to specify the path from there.  For example, if your image is C:/wamp/www/wordpress/wp-content/themes/mimbo2.2/mimbo2.2/images/leadpic.jpg then the URL is <a href="http://localhost/wordpress/wp-content/themes/mimbo2.2/mimbo2.2/images/leadpic.jpg" rel="nofollow">http://localhost/wordpress/wp-content/themes/mimbo2.2/mimbo2.2/images/leadpic.jpg</a>.  You can even remove the <a href="http://localhost" rel="nofollow">http://localhost</a> part and just have a purely relative path.</p>
<p>It sounds like you've installed your theme in a subdirectory of the same name as the theme.  You would be better off moving the mimbo2.2/mimbo2.2 directory up one level<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Blake</title>
		<link>http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-90321</link>
		<dc:creator>Peter Blake</dc:creator>
		<pubDate>Mon, 22 Sep 2008 10:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-90321</guid>
		<description>I have 2 questions.

1.
I'm up and running with Wamp and WordPress and have downloaded a theme (Mimbo 2.2 by Darren Hoyt) to the themes folder. I'm having trouble changing the html of the opening page, with reference to images. I save the changes but they won't save. After saving I still don't see the images and if I close down and then open again the saves haven't been saved either.
Am I doing something fundamentally wrong?

2.
Here is the code

 
           &lt;a href="http://localhost/wordpress/?p=12" title="Permanent Link to Introduction" rel="nofollow"&gt;&lt;/a&gt;
    
&lt;a href="http://localhost/wordpress/?cat=3" title="View all posts filed under Introduction" rel="nofollow"&gt;Introduction&lt;/a&gt;


To get the correct image I have tried changing the code to
&#60;img src="http://localhost/C/wamp/www/wordpress/wp-content/themes/mimbo2.2/mimbo2.2/images/leadpic.jpg"
(I don't know why I've got 2 mimbo2.2 folders!)
Is the file path right or wrong? If wrong, could you suggest what it should be please?

Many thanks</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I have 2 questions.</p>
<p>1.<br />
I'm up and running with Wamp and WordPress and have downloaded a theme (Mimbo 2.2 by Darren Hoyt) to the themes folder. I'm having trouble changing the html of the opening page, with reference to images. I save the changes but they won't save. After saving I still don't see the images and if I close down and then open again the saves haven't been saved either.<br />
Am I doing something fundamentally wrong?</p>
<p>2.<br />
Here is the code</p>
<p>           <a href="http://localhost/wordpress/?p=12" title="Permanent Link to Introduction" rel="nofollow"></a></p>
<p><a href="http://localhost/wordpress/?cat=3" title="View all posts filed under Introduction" rel="nofollow">Introduction</a></p>
<p>To get the correct image I have tried changing the code to<br />
&lt;img src="http://localhost/C/wamp/www/wordpress/wp-content/themes/mimbo2.2/mimbo2.2/images/leadpic.jpg"<br />
(I don't know why I've got 2 mimbo2.2 folders!)<br />
Is the file path right or wrong? If wrong, could you suggest what it should be please?</p>
<p>Many thanks<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogsDNA</title>
		<link>http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-86183</link>
		<dc:creator>BlogsDNA</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-86183</guid>
		<description>I am trying to install Wordpress 2.6 on Windows 2003 server with Apache 2.0 and PHP5, every thing goes smooth untill installation of wordpress but after installing when i try to login to wordpress i en up with directory listing of wp-admin folder some how admin pages is not opening and i can just see files as directory listing of wp-admin folder any idea why this is happing (i cant use xampp or wampp )</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I am trying to install Wordpress 2.6 on Windows 2003 server with Apache 2.0 and PHP5, every thing goes smooth untill installation of wordpress but after installing when i try to login to wordpress i en up with directory listing of wp-admin folder some how admin pages is not opening and i can just see files as directory listing of wp-admin folder any idea why this is happing (i cant use xampp or wampp )<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to install Wordpress on a USB stick &#124; Ralph Dagza</title>
		<link>http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-85502</link>
		<dc:creator>How to install Wordpress on a USB stick &#124; Ralph Dagza</dc:creator>
		<pubDate>Sat, 02 Aug 2008 14:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-85502</guid>
		<description>[...] not expect to get email notifications This article is a USBified version of Urban Giraffe&#8217;s article. The reason I picked XAMPPlite because its smaller than WAMP and don&#8217;t complain if it is [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] not expect to get email notifications This article is a USBified version of Urban Giraffe&#8217;s article. The reason I picked XAMPPlite because its smaller than WAMP and don&#8217;t complain if it is [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress on a USB stick &#171; Kip4u&#8217;s Weblog</title>
		<link>http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-77565</link>
		<dc:creator>Wordpress on a USB stick &#171; Kip4u&#8217;s Weblog</dc:creator>
		<pubDate>Fri, 23 May 2008 09:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-77565</guid>
		<description>[...] article is a USBified version of Urban Giraffe’s article. The reason I picked XAMPPlite because its smaller than WAMP and don’t complain if it is slow, [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] article is a USBified version of Urban Giraffe’s article. The reason I picked XAMPPlite because its smaller than WAMP and don’t complain if it is slow, [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gav</title>
		<link>http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-76244</link>
		<dc:creator>Gav</dc:creator>
		<pubDate>Mon, 19 May 2008 07:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-76244</guid>
		<description>Hiya,

Can I continue to use my online mySQL database - essentially I want to set this up on a a network drive at work so everyone has access to it, but I don't have access to the server per se.  Basically the database would still be online, but the address to call the blog and the files would all be locally hosted - basically to keep any people who are not on our intranet out!

Any advice much appreciated,

Cheers,

Gav</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hiya,</p>
<p>Can I continue to use my online mySQL database - essentially I want to set this up on a a network drive at work so everyone has access to it, but I don't have access to the server per se.  Basically the database would still be online, but the address to call the blog and the files would all be locally hosted - basically to keep any people who are not on our intranet out!</p>
<p>Any advice much appreciated,</p>
<p>Cheers,</p>
<p>Gav<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Are you prepared for Blog Tragedy - Backup Now?</title>
		<link>http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-75245</link>
		<dc:creator>Are you prepared for Blog Tragedy - Backup Now?</dc:creator>
		<pubDate>Sat, 10 May 2008 12:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/#comment-75245</guid>
		<description>[...] website. This way, you will never lose files/themes/plugins. To run Wordpress locally on your pc, read this guide. If you're new here, you may want to subscribe to my RSS feed. Thanks for [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] website. This way, you will never lose files/themes/plugins. To run Wordpress locally on your pc, read this guide. If you're new here, you may want to subscribe to my RSS feed. Thanks for [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.337 seconds -->
<!-- Cached page served by WP-Cache -->
