<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.3.3" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>wp-toolbox</title>
	<link>http://wp-toolbox.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 30 Mar 2008 18:00:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/wp-toolbox" type="application/rss+xml" /><item>
		<title>Center an Image with CSS</title>
		<link>http://feeds.feedburner.com/~r/wp-toolbox/~3/260839427/</link>
		<comments>http://wp-toolbox.com/12/center-an-image-with-css/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 18:00:28 +0000</pubDate>
		<dc:creator>Bill Toomey</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[CSS in Posts]]></category>

		<category><![CDATA[style.css]]></category>

		<category><![CDATA[Theme Design]]></category>

		<guid isPermaLink="false">http://wp-toolbox.com/12/center-an-image-with-css/</guid>
		<description><![CDATA[Centering an image is a bit of a tricky endeavor.  It used to be just a case of wrapping the image in &#60;center&#62; tags but that's no longer the case.  In today's web standards we can't use the &#60;center&#62; code and as a result we need to develop some CSS code.
The following code [...]]]></description>
			<content:encoded><![CDATA[<p>Centering an image is a bit of a tricky endeavor.  It used to be just a case of wrapping the image in &lt;center&gt; tags but that's no longer the case.  In today's web standards we can't use the &lt;center&gt; code and as a result we need to develop some CSS code.</p>
<p>The following code is something I've been using for awhile now and I'm quite happy with it.  It can be used to center images and can also work with text and certain types of media (like YouTube videos.)</p>
<p>To get started you'll want to open your stylesheet.css file and browse to the area which holds rules concerning images.  This code doesn't have to go anywhere specifically - it's just helpful to put it near all the other image related rules.</p>
<p>In this post we're just going to create a CSS class that's meant to handle images that appear in posts - if you're so inclined you can also use it in your general theme structure too.  <a href="http://wp-toolbox.com/12/center-an-image-with-css/#more-12" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp-toolbox.com/12/center-an-image-with-css/feed/</wfw:commentRss>
		<feedburner:origLink>http://wp-toolbox.com/12/center-an-image-with-css/</feedburner:origLink></item>
		<item>
		<title>Small Schedule Hiccup</title>
		<link>http://feeds.feedburner.com/~r/wp-toolbox/~3/223541933/</link>
		<comments>http://wp-toolbox.com/42/small-schedule-hiccup/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 13:21:04 +0000</pubDate>
		<dc:creator>Bill Toomey</dc:creator>
		
		<category><![CDATA[Local Stuff]]></category>

		<category><![CDATA[Delays]]></category>

		<guid isPermaLink="false">http://hackingwordpress.com/42/small-schedule-hiccup/</guid>
		<description><![CDATA[Both of the PCs I use for writing have recently gone down for one or another reason.  My Laptop is currently being repaired by Gateway while my desktop Monitor awaits repair by Best Buy.
As a result the posting schedule will be slightly interrupted for the next couple of days.   I'm hoping to be able [...]]]></description>
			<content:encoded><![CDATA[<p>Both of the PCs I use for writing have recently gone down for one or another reason.  My Laptop is currently being repaired by Gateway while my desktop Monitor awaits repair by Best Buy.</p>
<p>As a result the posting schedule will be slightly interrupted for the next couple of days.   I'm hoping to be able to continue posting using a work computer but the Basic Theme Design Series will go on a temporary (2-3 day) hiatus.</p>
<p>There will definitely be a new post on Saturday - hopefully earlier.</p>
<p>Sorry for the inconvenience.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp-toolbox.com/42/small-schedule-hiccup/feed/</wfw:commentRss>
		<feedburner:origLink>http://wp-toolbox.com/42/small-schedule-hiccup/</feedburner:origLink></item>
		<item>
		<title>Adding Background Images to a WordPress Theme</title>
		<link>http://feeds.feedburner.com/~r/wp-toolbox/~3/223541934/</link>
		<comments>http://wp-toolbox.com/41/adding-background-images-to-a-wordpress-theme/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 01:07:59 +0000</pubDate>
		<dc:creator>Bill Toomey</dc:creator>
		
		<category><![CDATA[Theme Design]]></category>

		<category><![CDATA[bloginfo()]]></category>

		<category><![CDATA[header.php]]></category>

		<category><![CDATA[index.php]]></category>

		<category><![CDATA[style.css]]></category>

		<guid isPermaLink="false">http://hackingwordpress.com/41/adding-background-images-to-a-wordpress-theme/</guid>
		<description><![CDATA[If you've been following our series on Basic WordPress Theme Design this post essentially plays the role of part 5.  In this post we'll return to the theme we've been building and we'll add some background images as well as some background colors.  With  one minor exception we'll mostly be working with [...]]]></description>
			<content:encoded><![CDATA[<p>If you've been following our series on <a href="http://wp-toolbox.com/35/creating-a-basic-wordpress-theme-pt-1/" title="Creating a Basic WordPress Theme pt 1 | wp-Toolbox">Basic WordPress Theme Design</a> this post essentially plays the role of part 5.  In this post we'll return to the theme we've been building and we'll add some background images as well as some background colors.  With  one minor exception we'll mostly be working with our style.css and header.php files.</p>
<p>This post will advance our WordPress theme from what you see in <a href="http://wp-toolbox.com/tutorialExamples/wpThemePt4/wpThemePt4Example.html" title="Creating a WordPress Theme Example 4">this example from Part 4</a> - to what you see in <a href="http://wp-toolbox.com/tutorialExamples/wpThemePt5/wpThemePt5Example.html" title="Creating a Basic WordPress Theme pt 5 Example | wp-Toolbox">this one</a>.</p>
<p>I'll provide the two images needed for this part of the project but feel free to use your own if you want to.</p>
<p>Let's get started!</p>
<p> <a href="http://wp-toolbox.com/41/adding-background-images-to-a-wordpress-theme/#more-41" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp-toolbox.com/41/adding-background-images-to-a-wordpress-theme/feed/</wfw:commentRss>
		<feedburner:origLink>http://wp-toolbox.com/41/adding-background-images-to-a-wordpress-theme/</feedburner:origLink></item>
		<item>
		<title>Customizing the &lt;!–more–&gt; Tag in WordPress</title>
		<link>http://feeds.feedburner.com/~r/wp-toolbox/~3/223541935/</link>
		<comments>http://wp-toolbox.com/40/customizing-the-more-tag-in-wordpress/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 15:00:17 +0000</pubDate>
		<dc:creator>Bill Toomey</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Template Tags]]></category>

		<category><![CDATA[more]]></category>

		<category><![CDATA[the_content]]></category>

		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://hackingwordpress.com/40/customizing-the-more-tag-in-wordpress/</guid>
		<description><![CDATA[At hackingWordPress we write A LOT of longer posts and we use the &#60;!--more--&#62; tag A LOT.   We do that for a few different reasons.
The first reason is a practical one.  Without breaking our posts off somewhere our frontpage would run on endlessly!  Five back-to-back long posts would drag things out [...]]]></description>
			<content:encoded><![CDATA[<p>At hackingWordPress we write A LOT of longer posts and we use the &lt;!--more--&gt; tag A LOT.   We do that for a few different reasons.</p>
<p>The first reason is a practical one.  Without breaking our posts off somewhere our frontpage would run on endlessly!  Five back-to-back long posts would drag things out way to far.  The &lt;!--more--&gt; tag allows us to break things up a bit and keep our front-page scannable.</p>
<p>On a more devious note it also helps us make our posts more clickable in our category pages, front page and even in our RSS feed.   If you're <a href="http://hackingWordPress.com/feed/" title="Subscribe to hackingWordPress">subscribed to hackingWordPress</a> you'll see that the more tag causes our a link to appear beckoning you to click through to read the post.  It's a great way to get people visiting your site rather than just looking at the content in your RSS feed!</p>
<p>In this post we'll go over how to quickly customize your what &lt;!--more--&gt; displays on your blog to help get a few more visitors! <a href="http://wp-toolbox.com/40/customizing-the-more-tag-in-wordpress/#more-40" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp-toolbox.com/40/customizing-the-more-tag-in-wordpress/feed/</wfw:commentRss>
		<feedburner:origLink>http://wp-toolbox.com/40/customizing-the-more-tag-in-wordpress/</feedburner:origLink></item>
		<item>
		<title>Creating a Basic WordPress Theme pt 4 - A More Recognizable Blog</title>
		<link>http://feeds.feedburner.com/~r/wp-toolbox/~3/223541936/</link>
		<comments>http://wp-toolbox.com/39/creating-a-basic-wordpress-theme-pt-4-a-more-recognizable-blog/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 03:40:08 +0000</pubDate>
		<dc:creator>Bill Toomey</dc:creator>
		
		<category><![CDATA[Theme Design]]></category>

		<category><![CDATA[CSS Reset]]></category>

		<category><![CDATA[index.php]]></category>

		<category><![CDATA[style.css]]></category>

		<guid isPermaLink="false">http://hackingwordpress.com/39/creating-a-basic-wordpress-theme-pt-4-a-more-recognizable-blog/</guid>
		<description><![CDATA[If you've been following our series on Creating a Basic WordPress Theme you should now have a blog that looks something like the example generated by part 3.  While the text is probably very different the basic idea should be the same.
In this post we'll add the code needed to take our previous example [...]]]></description>
			<content:encoded><![CDATA[<p>If you've been following our series on Creating a Basic WordPress Theme you should now have a blog that looks something like <a href="http://hackingwordpress.com/tutorialExamples/wpThemePt3/wpThemePt3Example.html" title="WordPress Theme Turorial Example 3">the example generated by part 3</a>.  While the text is probably very different the basic idea should be the same.</p>
<p>In this post we'll add the code needed to take our previous example and make it a bit more like a standard blog theme.   Specifically we'll be moving the sidebar to the left of the main content block and we'll be trimming the edges to give the theme a nice set of borders around the outside.  By the end of this post our Blog will look less like the previous example and more <a href="http://hackingwordpress.com/tutorialExamples/wpThemePt4/wpThemePt4Example.html" title="Creating a Basic WordPress Theme pt4 Example">like this</a>.</p>
<p>This post will mostly be concerned with CSS but to kick things off we do need to add a new &lt;div&gt; block to our <strong>index.php</strong> file.  After that we'll be working almost exclusively with our stylesheet.</p>
<p> <a href="http://wp-toolbox.com/39/creating-a-basic-wordpress-theme-pt-4-a-more-recognizable-blog/#more-39" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp-toolbox.com/39/creating-a-basic-wordpress-theme-pt-4-a-more-recognizable-blog/feed/</wfw:commentRss>
		<feedburner:origLink>http://wp-toolbox.com/39/creating-a-basic-wordpress-theme-pt-4-a-more-recognizable-blog/</feedburner:origLink></item>
		<item>
		<title>Creating a Basic WordPress Theme pt 3 - Creating Basic Structures</title>
		<link>http://feeds.feedburner.com/~r/wp-toolbox/~3/223541937/</link>
		<comments>http://wp-toolbox.com/36/creating-a-basic-wordpress-theme-pt-3-creating-basic-structures/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 01:00:49 +0000</pubDate>
		<dc:creator>Bill Toomey</dc:creator>
		
		<category><![CDATA[Theme Design]]></category>

		<category><![CDATA[bloginfo()]]></category>

		<category><![CDATA[footer.php]]></category>

		<category><![CDATA[header.php]]></category>

		<category><![CDATA[index.php]]></category>

		<category><![CDATA[sidebar.php]]></category>

		<category><![CDATA[style.css]]></category>

		<category><![CDATA[the_title]]></category>

		<guid isPermaLink="false">http://hackingwordpress.com/36/creating-a-basic-wordpress-theme-pt-3-creating-basic-structures/</guid>
		<description><![CDATA[In our last few posts we walked through the creation of a basic WordPress theme.  It wasn't anything pretty but it did manage to display our most recent posts and our blog's sidebar. In this post we'll be using CSS and some HTML to create a header, footer, and main body for our new [...]]]></description>
			<content:encoded><![CDATA[<p>In our last few posts we walked through the creation of a basic WordPress theme.  It wasn't anything pretty but it did manage to display our most recent posts and our blog's sidebar. In this post we'll be using CSS and some HTML to create a header, footer, and main body for our new theme.</p>
<p>We're going to be keeping things very simple as we continue along the path to full theme creation so don't be surprised by our choice of primary and secondary colors when setting up portions of the page.  Later on we can go back and add a more appealing color scheme but for now it's best to keep things simple.</p>
<p>To start we'll create a basic header that will display our blog's title with a link to the blog's main content.  Then we'll move on to structuring the main body which contains the sidebar and posts and finally we'll put together a rudimentary footer.</p>
<p>By the end of this post we'll have moved from a theme that looks like <a href="http://wp-toolbox.com/tutorialExamples/wpThemePt2/wpThemePt2Example.html" title="WordPress Theme Turorial Example 2">our example from part two</a> to a theme that is <a href="http://wp-toolbox.com/tutorialExamples/wpThemePt3/wpThemePt3Example.html" title="WordPress Theme Turorial Example 3">a bit more color coded</a>.</p>
<p>Now - to work.</p>
<p> <a href="http://wp-toolbox.com/36/creating-a-basic-wordpress-theme-pt-3-creating-basic-structures/#more-36" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp-toolbox.com/36/creating-a-basic-wordpress-theme-pt-3-creating-basic-structures/feed/</wfw:commentRss>
		<feedburner:origLink>http://wp-toolbox.com/36/creating-a-basic-wordpress-theme-pt-3-creating-basic-structures/</feedburner:origLink></item>
		<item>
		<title>Wrapping Text Around Images with HTML or CSS</title>
		<link>http://feeds.feedburner.com/~r/wp-toolbox/~3/223541938/</link>
		<comments>http://wp-toolbox.com/8/wrapping-text-around-images-with-html-or-css/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 06:00:33 +0000</pubDate>
		<dc:creator>Bill Toomey</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[style.css]]></category>

		<guid isPermaLink="false">http://hackingwordpress.com/8/wrapping-text-around-images-with-html-or-css/</guid>
		<description><![CDATA[Many bloggers swear by the use of images in their posts.  Images are a quick way to provide flair for your posts as well as increase their readability.  In most cases a solid graphic can also help people better understand what exactly your writing about.
When designing a theme, or even just tweaking a [...]]]></description>
			<content:encoded><![CDATA[<p>Many bloggers swear by the use of images in their posts.  Images are a quick way to provide flair for your posts as well as increase their readability.  In most cases a solid graphic can also help people better understand what exactly your writing about.</p>
<p>When designing a theme, or even just tweaking a theme for your own use, it usually pays to take a few seconds to create a some special rules for dealing with images.  In this post we'll cover the use of HTML and / or CSS for managing images as they'll appear on your site.</p>
<blockquote><p>The red block you see throughout this post is meant to illustrate the various benefits and shortcomings of each method.</p></blockquote>
<p> <a href="http://wp-toolbox.com/8/wrapping-text-around-images-with-html-or-css/#more-8" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp-toolbox.com/8/wrapping-text-around-images-with-html-or-css/feed/</wfw:commentRss>
		<feedburner:origLink>http://wp-toolbox.com/8/wrapping-text-around-images-with-html-or-css/</feedburner:origLink></item>
		<item>
		<title>Creating a Basic WordPress Theme pt 2</title>
		<link>http://feeds.feedburner.com/~r/wp-toolbox/~3/223541939/</link>
		<comments>http://wp-toolbox.com/26/creating-a-basic-wordpress-theme-pt-2/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 00:00:37 +0000</pubDate>
		<dc:creator>Bill Toomey</dc:creator>
		
		<category><![CDATA[Theme Design]]></category>

		<category><![CDATA[functions.php]]></category>

		<category><![CDATA[get_footer]]></category>

		<category><![CDATA[get_header]]></category>

		<category><![CDATA[get_sidebar]]></category>

		<category><![CDATA[index.php]]></category>

		<category><![CDATA[sidebar.php]]></category>

		<category><![CDATA[the_content]]></category>

		<category><![CDATA[the_permalink]]></category>

		<category><![CDATA[the_title]]></category>

		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://hackingwordpress.com/26/creating-a-basic-wordpress-theme-pt-2/</guid>
		<description><![CDATA[In Part 1 of our Creating a Basic WordPress Theme series we kicked off our custom theme by creating a header, footer and style sheet.  These three files make up one part of a barebones theme and offer some of the structure that's needed for bringing the whole theme together.
It's now time to get [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://wp-toolbox.com/35/creating-a-basic-wordpress-theme-pt-1/" title="Creating a Basic WordPress Theme pt 1 | wp-Toolbox">Part 1 of our Creating a Basic WordPress Theme</a> series we kicked off our custom theme by creating a header, footer and style sheet.  These three files make up one part of a barebones theme and offer some of the structure that's needed for bringing the whole theme together.</p>
<p>It's now time to get down to working with some Template Tags and getting the theme actually working.  In this post we'll start by creating basic <strong>functions.php</strong> and <strong>sidebar.php</strong> files to make our theme widget ready.  We'll also create an <strong>index.php</strong> file that invokes the WordPress loop and starts displaying our posts.</p>
<p>By the end of this post we'll have a working WordPress theme!  It won't have any styling and it will lack some things like comments and a developed sidebar but it WILL be working.</p>
<p> <a href="http://wp-toolbox.com/26/creating-a-basic-wordpress-theme-pt-2/#more-26" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp-toolbox.com/26/creating-a-basic-wordpress-theme-pt-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://wp-toolbox.com/26/creating-a-basic-wordpress-theme-pt-2/</feedburner:origLink></item>
		<item>
		<title>Creating a Basic WordPress Theme pt 1</title>
		<link>http://feeds.feedburner.com/~r/wp-toolbox/~3/223541940/</link>
		<comments>http://wp-toolbox.com/35/creating-a-basic-wordpress-theme-pt-1/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 22:00:43 +0000</pubDate>
		<dc:creator>Bill Toomey</dc:creator>
		
		<category><![CDATA[Theme Design]]></category>

		<category><![CDATA[bloginfo()]]></category>

		<category><![CDATA[DOCTYPE]]></category>

		<category><![CDATA[footer.php]]></category>

		<category><![CDATA[header.php]]></category>

		<category><![CDATA[language_attributes()]]></category>

		<category><![CDATA[style.css]]></category>

		<guid isPermaLink="false">http://hackingwordpress.com/35/creating-a-basic-wordpress-theme-pt-1/</guid>
		<description><![CDATA[ When you're first getting started with a WordPress theme there really are only six files that you need. With only these six files you can create a blog that has a consistent header and footer, has a dynamic (widgetized) sidebar, displays an index page, displays single pages/posts and even displays categories, archives and searches.
Yes, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://wp-toolbox.com/wp-content/uploads/2008/01/corethemefiles.png" alt="WordPress Theme Files" class="alignLeft" /> When you're first getting started with a WordPress theme there really are only six files that you need. With only these six files you can create a blog that has a consistent header and footer, has a dynamic (widgetized) sidebar, displays an index page, displays single pages/posts and even displays categories, archives and searches.</p>
<p>Yes, most themes consist of more than just these basic six WordPress theme templates but ultimately these extra templates are just the result of customization.</p>
<p>While we will eventually get into creating more customized template files this post, and most of this series, are based on the creation of a basic WordPress Theme.  In fact - using just these six basic files we can create a fully functioning theme in a matter of just a few short hours.</p>
<p> <a href="http://wp-toolbox.com/35/creating-a-basic-wordpress-theme-pt-1/#more-35" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp-toolbox.com/35/creating-a-basic-wordpress-theme-pt-1/feed/</wfw:commentRss>
		<feedburner:origLink>http://wp-toolbox.com/35/creating-a-basic-wordpress-theme-pt-1/</feedburner:origLink></item>
		<item>
		<title>Setting up a Local WordPress Sandbox</title>
		<link>http://feeds.feedburner.com/~r/wp-toolbox/~3/223541941/</link>
		<comments>http://wp-toolbox.com/28/setting-up-a-local-wordpress-sandbox/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 21:00:50 +0000</pubDate>
		<dc:creator>Bill Toomey</dc:creator>
		
		<category><![CDATA[Extras]]></category>

		<category><![CDATA[Installation]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://hackingwordpress.com/28/setting-up-a-local-wordpress-sandbox/</guid>
		<description><![CDATA[Generally speaking there's a little bit of prep work you need to do before starting a WordPress theme.  It's hard to try developing a theme when you're constantly downloading and uploading files to confirm how well they're working and it's even harder to maintain a blog when you're constantly changing the live theme.
To get [...]]]></description>
			<content:encoded><![CDATA[<p>Generally speaking there's a little bit of prep work you need to do before starting a WordPress theme.  It's hard to try developing a theme when you're constantly downloading and uploading files to confirm how well they're working and it's even harder to maintain a blog when you're constantly changing the live theme.</p>
<p>To get around this it makes sense to setup a sandbox where you can play around with theme design all you want without worrying about breaking your live theme.  While you always have the option of creating a secret directory on your current hosting account it's much easier to install WordPress locally and then play around with the files on your own machine.  This prevents you from constantly uploading and downloading files and lets you achieve a safe working environment that doesn't hurt your live blog.</p>
<p>WAMPServer is pretty much widely recognized as the best software to use when installing WordPress locally on a windows machine (XP OR Vista) - it's also free and easy to use which is a big plus.</p>
<p>Rather than spend a long time outlining how exactly to install and setup WAMPServer I'll default to an excellent post that was written over at <a href="http://weblogtoolscollection.com/" title="Weblog Tools Collection">Weblog Tools Collection</a>.</p>
<p>This two part post will help you get WordPress up and running locally in a matter of just a few minutes - the longest part is the download itself!</p>
<ul>
<li>In part one you'll download the software and <a href="http://weblogtoolscollection.com/archives/2007/12/30/install-wordpress-locally-1-of-2/" title="Install WordPress Locally 1 Of 2 | Weblog Tools Collection">get WAMPServer running locally in Windows</a> (this method works in XP and Vista)</li>
<li>In part two you'll <a href="http://weblogtoolscollection.com/archives/2008/01/03/install-wordpress-locally-part-2-of-2/" title="Install WordPress Locally - Part 2 Of 2 | Weblog Tools Collection">get WordPress running in Windows</a> and learn how to migrate your public blog to your local machine</li>
</ul>
<p>While the second part of the second part is helpful I think in the long run you're better starting a fresh blog locally for the purposes of theme design.  Over the course of this project we'll be creating special posts that showcase different HTML, CSS and JavaScript related posts to make sure things are running well so you might as well have a blank slate to work off of.</p>
<p>Either way it's really up to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp-toolbox.com/28/setting-up-a-local-wordpress-sandbox/feed/</wfw:commentRss>
		<feedburner:origLink>http://wp-toolbox.com/28/setting-up-a-local-wordpress-sandbox/</feedburner:origLink></item>
	</channel>
</rss>
