<?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/"
	>

<channel>
	<title>Tag Weaver</title>
	<atom:link href="http://tagweaver.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tagweaver.com</link>
	<description>Weaving the mobile social web together one tag at a time</description>
	<pubDate>Sun, 08 Mar 2009 07:14:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upate Ruby Gems on Mac OS X 10.5 Article</title>
		<link>http://tagweaver.com/2009/03/07/upate-ruby-gems-on-mac-os-x-105-article/</link>
		<comments>http://tagweaver.com/2009/03/07/upate-ruby-gems-on-mac-os-x-105-article/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 00:10:11 +0000</pubDate>
		<dc:creator>todd</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tagweaver.com/?p=120</guid>
		<description><![CDATA[This nice article describes how to update Ruby Gems on Mac OS X Leopard 10.5:
Updating_to_RubyGems_1.3.0_on_Mac_OS_X_Leopard_10.5.4
]]></description>
			<content:encoded><![CDATA[<p>This nice article describes how to update Ruby Gems on Mac OS X Leopard 10.5:</p>
<p><a href="https://wincent.com/wiki/Updating_to_RubyGems_1.3.0_on_Mac_OS_X_Leopard_10.5.4">Updating_to_RubyGems_1.3.0_on_Mac_OS_X_Leopard_10.5.4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tagweaver.com/2009/03/07/upate-ruby-gems-on-mac-os-x-105-article/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Git Cloning and Git Forking Differences</title>
		<link>http://tagweaver.com/2009/03/05/git-cloning-and-git-forking-differences/</link>
		<comments>http://tagweaver.com/2009/03/05/git-cloning-and-git-forking-differences/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 23:34:30 +0000</pubDate>
		<dc:creator>todd</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tagweaver.com/?p=109</guid>
		<description><![CDATA[ Git Cloning and Git Forking differences are described in this article
Git Cloning
Cloning is to make a copy of a remote repository into your local development environment.
Git Forking
Forking is to clone an entire remote repository into another remote repository.
]]></description>
			<content:encoded><![CDATA[<p> Git Cloning and Git Forking differences are described in <a href="http://drnicwilliams.com/2008/02/03/using-git-within-a-team/">this article</a></p>
<h2>Git Cloning</h2>
<blockquote><p>Cloning is to make a copy of a remote repository into your local development environment.</p></blockquote>
<h2>Git Forking</h2>
<blockquote><p>Forking is to clone an entire remote repository into another remote repository.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tagweaver.com/2009/03/05/git-cloning-and-git-forking-differences/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Think About Git</title>
		<link>http://tagweaver.com/2009/03/05/how-to-think-about-git/</link>
		<comments>http://tagweaver.com/2009/03/05/how-to-think-about-git/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 22:53:37 +0000</pubDate>
		<dc:creator>todd</dc:creator>
		
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://tagweaver.com/?p=98</guid>
		<description><![CDATA[I thought this article about setting up a new Rails app with Git provided a good way to think about Git repositories:

Git repository’s are a-dime-a-dozen. There’s no such thing as a working copy, everything’s just a git repository containing copies of other git repositories. When you develop locally you’re committing to a local git repository, [...]]]></description>
			<content:encoded><![CDATA[<p>I thought this article <a href="http://toolmantim.com/articles/setting_up_a_new_rails_app_with_git">about setting up a new Rails app with Git</a> provided a good way to think about Git repositories:</p>
<blockquote><p>
Git repository’s are a-dime-a-dozen. There’s no such thing as a working copy, everything’s just a git repository containing copies of other git repositories. When you develop locally you’re committing to a local git repository, stored in the .git directory of your project.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tagweaver.com/2009/03/05/how-to-think-about-git/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create A Rails App With Passenger Phusion On Mac OS X Leopard</title>
		<link>http://tagweaver.com/2009/02/28/create-a-rails-app-with-passenger-phusion-on-mac-os-x-leopard/</link>
		<comments>http://tagweaver.com/2009/02/28/create-a-rails-app-with-passenger-phusion-on-mac-os-x-leopard/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 23:36:49 +0000</pubDate>
		<dc:creator>todd</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tagweaver.com/?p=82</guid>
		<description><![CDATA[This article guides you through the process of creating a Ruby on Rails application using Passenger Phusion (mod_rails) on a Mac OS X Leopard.  The article assumes that both Rails and MySQL have already been installed.
Here are the 11 steps to get a Passenger Phusion based Rails app going:
Step 1 - Stop Apache
System Preferences [...]]]></description>
			<content:encoded><![CDATA[<p>This article guides you through the process of creating a Ruby on Rails application using Passenger Phusion (mod_rails) on a Mac OS X Leopard.  The article assumes that both Rails and MySQL have already been installed.</p>
<p>Here are the 11 steps to get a Passenger Phusion based Rails app going:</p>
<h3>Step 1 - Stop Apache</h3>
<p>System Preferences >> Sharing</p>
<p>Uncheck Web Sharing</p>
<h3>Step 2 - Install Passenger Gem</h3>
<p><code>$ gem install passenger</code></p>
<h3>Step 3 - Install Apache Module</h3>
<p><code>$ passenger-install-apache2-module</code></p>
<h3>Step 4 - Apache Config Edits</h3>
<p>edit <b>/etc/apache2/httpd-conf</b> and add the following three lines:<br />
<code><br />
LoadModule passenger_module /Library/Ruby/Gems/1.8/gems/passenger-2.0.6/ext/apache2/mod_passenger.so<br />
PassengerRoot /Library/Ruby/Gems/1.8/gems/passenger-2.0.6<br />
PassengerRuby /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby<br />
</code></p>
<h3>Step 5 - Create Virtual Host</h3>
<p>This step allows us to access a local Wordpress blog from http://wp.local</p>
<p>Edit <b>/etc/hosts</b> and add the following line:<br />
<code>127.0.0.1 railstestapp.local</code></p>
<p>Edit <b>/etc/apache2/extra/httpd-vhosts.conf</b><br />
<code><br />
&lt;VirtualHost *:80&gt;<br />
    ServerAdmin webmaster@railstestapp.local<br />
    DocumentRoot &quot;/Users/user/Sites/railstestapp/public&quot;<br />
    RailsEnv development<br />
    ServerName railstestapp.local<br />
    ServerAlias *.railstestapp.local<br />
    ErrorLog &quot;/private/var/log/apache2/railstestapp.local-error_log&quot;<br />
    CustomLog &quot;/private/var/log/apache2/railstestapp.local-access_log&quot; common<br />
&lt;/VirtualHost&gt;<br />
</code></p>
<p>The <b>RailsEnv development</b> line is required to run the Rails app in development mode.  Also, note that the document root is the public directory.</p>
<h3>Step 6- Start Apache</h3>
<p>System Preferences >> Sharing</p>
<p>Uncheck Web Sharing</p>
<h3>Step 7 - Create a Rails App</h3>
<p><code><br />
$cd /Users/user/Sites<br />
$rails railstestapp<br />
</code></p>
<h3>Step 8 - Connect Rails With MySQL Database</h3>
<p>Edit your database.yml file in your Rails app so it looks like this:</p>
<p><code><br />
development:<br />
  adapter: mysql<br />
  database: railstestapp_development<br />
  username: root<br />
  password: password<br />
  socket: /tmp/mysql.sock</p>
<p>test:<br />
  adapter: mysql<br />
  database: railstestapp_test<br />
  username: root<br />
  password: password<br />
  socket: /tmp/mysql.sock</p>
<p>production:<br />
  adapter: mysql<br />
  encoding: utf8<br />
  database: railstestapp_production<br />
  username: root<br />
  password: password<br />
  socket: /var/run/mysqld/mysqld.sock </p>
<p></code></p>
<h3>Step 9 - Create the Database</h3>
<p><code><br />
rake db:create<br />
</code></p>
<h3>Step 10 - Create Model/Controller/View</h3>
<p><code><br />
ruby script/generate scaffold Post title:string body:string<br />
</code></p>
<h3>Step 11 - Try It</h3>
<p><code><br />
http://railstestapp.local/posts<br />
</code></p>
<h3>References</h3>
<p>The following article gave me the clue on how to set the Rails app in development mode:<br />
<a href="http://benr75.com/2008/04/12/setup-mod_rails-phusion-mac-os-x-leopard">http://benr75.com/2008/04/12/setup-mod_rails-phusion-mac-os-x-leopard</a></p>
<p>Installing Passenger Phusion instructions at: <a href="http://www.modrails.com/install.html">http://www.modrails.com/install.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tagweaver.com/2009/02/28/create-a-rails-app-with-passenger-phusion-on-mac-os-x-leopard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Wordpress 2.7 On Mac OS X Leopard</title>
		<link>http://tagweaver.com/2009/02/27/installing-wordpress-2dot7-on-mac-os-x-leopard/</link>
		<comments>http://tagweaver.com/2009/02/27/installing-wordpress-2dot7-on-mac-os-x-leopard/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 20:04:13 +0000</pubDate>
		<dc:creator>todd</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tagweaver.com/?p=51</guid>
		<description><![CDATA[This post shows you how to install Wordpress 2.7 on a Mac OS X Leopard.  The post assumes that MySQL and PHP have already been installed.  Here are the six steps to get Wordpress installed on your Mac, so you can tweak a theme or create some widgets and plugins:
Step 1 - Configure [...]]]></description>
			<content:encoded><![CDATA[<p>This post shows you how to install Wordpress 2.7 on a Mac OS X Leopard.  The post assumes that <b>MySQL</b> and <b>PHP</b> have already been installed.  Here are the six steps to get Wordpress installed on your Mac, so you can tweak a theme or create some widgets and plugins:</p>
<h4>Step 1 - Configure MySQL Database</h4>
<p><code><br />
$ mysql -u root -p<br />
Enter Password: {ROOTPASS}<br />
> create database wordpress;<br />
> grant all privileges on wordpress.* to wpuser@localhost identified by 'password';<br />
> quit<br />
</code></p>
<p>Change the password in the <b>grant</b> command to whatever you want the password to be.</p>
<h4>Step 2 - Download &#038; Extract Wordpress</h4>
<p>- Download and Wordpress from here:  <a href="http://wordpress.org/latest.zip">http://wordpress.org/latest.zip</a><br />
- Move the Wordpress zip file (wordpress-2.7.1.zip) to /Users/user/Sites<br />
- Unzip the zip file in /User/user/Sites</p>
<p>You should see a Wordpress folder now in /Users/user/Sites</p>
<h4>Step 3- Configure Wordpress To Connect to MySQL</h4>
<p>cd /Users/user/Sites/Wordpress<br />
cp wp-config-sample.php wp-config.php</p>
<p>edit wp-config.php and set the following configuration variables:<br />
<code><br />
define('DB_NAME', 'wordpress'); // The name of the database<br />
define('DB_USER', 'wpuser'); // Your MySQL username<br />
define('DB_PASSWORD', 'password'); // …and password<br />
define('DB_HOST', '127.0.0.1');<br />
</code></p>
<p>Note: I needed to change &#8220;host&#8221; to 127.0.0.1 to get Wordpress to connect to my MySQL database.</p>
<h4>Step 4 - Create a Virtual Host for Wordpress</h4>
<p>This step allows us to access a local Wordpress blog from http://wp.local</p>
<p>Edit /etc/hosts and add the following line:<br />
<code>127.0.0.1 wp.local</code></p>
<p>Edit /etc/apache2/extra/httpd-vhosts.conf<br />
<code><br />
&lt;VirtualHost *:80&gt;<br />
    ServerAdmin webmaster@wp.local<br />
    DocumentRoot &quot;/Users/tdewell/Sites/wordpress&quot;<br />
    ServerName wp.local<br />
    ServerAlias *.wp.local<br />
    ErrorLog &quot;/private/var/log/apache2/wp.local-error_log&quot;<br />
    CustomLog &quot;/private/var/log/apache2/wp.local-access_log&quot; common<br />
&lt;/VirtualHost&gt;<br />
</code></p>
<h4>Step 5 - Restart Apache</h4>
<p>Click:<br />
System Preferences >> Sharing</p>
<p>uncheck and then check again the Web Share checkbox:</p>
<p><img src="http://tagweaver.com/wp-content/uploads/2009/02/websharing1-300x157.png" alt="websharing1" title="websharing1" width="300" height="157" class="aligncenter size-medium wp-image-65" /></p>
<h4>Step 6 - Install Wordpress</h4>
<p>http://wp.local/wp-admin/install.php</p>
<p>Make sure you save the admin password somewhere.</p>
<h4>Step 7 - Start Blogging</h4>
<p>http://wp.local/wp-admin</p>
<h5>References</h5>
<p>This post is mostly based on this article:</p>
<p><a href="http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/">Leopard How To Install Wordpress</a></p>
<p>I&#8217;ve modified the instructions to allow multiple projects and websites in the /Users/user/Sites folder.</p>
<p>I hope this article was of some benefit to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://tagweaver.com/2009/02/27/installing-wordpress-2dot7-on-mac-os-x-leopard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting phpMyAdmin Working On Mac OS X Leopard</title>
		<link>http://tagweaver.com/2009/02/27/getting-phpmyadmin-working-on-mac-osx-leopard/</link>
		<comments>http://tagweaver.com/2009/02/27/getting-phpmyadmin-working-on-mac-osx-leopard/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 17:31:33 +0000</pubDate>
		<dc:creator>todd</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://tagweaver.com/?p=46</guid>
		<description><![CDATA[I already had MySQL installed and up and running on my Mac for developing Rails apps.  I installed MySQL using MacPorts using the
following instructions.
I got phpMyAdmin working with these instructions.  Make sure you do the following steps from the article just listed to be able to login to your MySQL database with phpMyAdmin

Open [...]]]></description>
			<content:encoded><![CDATA[<p>I already had MySQL installed and up and running on my Mac for developing <a href="http://rubyonrails.org">Rails apps</a>.  I installed MySQL using MacPorts using the<br />
<a href="http://2tbsp.com/content/install_and_configure_mysql_5_macports">following instructions</a>.</p>
<p>I got phpMyAdmin working with <a href="http://www.nino-net.org/2008/12/install-mysql-and-phpmyadmin-on-mac-os-x-leopard/">these instructions</a>.  Make sure you do the following steps from the article just listed to be able to login to your MySQL database with phpMyAdmin</p>
<blockquote><p>
Open the file config.sample.inc.php and enter a random string to the following line, afterwards you should rename the file to config.inc.php.</p>
<p>$cfg['blowfish_secret'] = &#8221;; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */</p>
<p>Look for:</p>
<p>$cfg['Servers'][$i]['host'] = &#8216;localhost&#8217;;</p>
<p>change it to:</p>
<p>$cfg['Servers'][$i]['host'] = &#8216;127.0.0.1&#8242;;
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tagweaver.com/2009/02/27/getting-phpmyadmin-working-on-mac-osx-leopard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Images In An Unstructured List (UL) Wont Display Horizontally With IE</title>
		<link>http://tagweaver.com/2009/02/26/images-in-an-unstructured-list-ul-wont-display-horizontally-with-ie/</link>
		<comments>http://tagweaver.com/2009/02/26/images-in-an-unstructured-list-ul-wont-display-horizontally-with-ie/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 04:00:55 +0000</pubDate>
		<dc:creator>todd</dc:creator>
		
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://tagweaver.com/?p=11</guid>
		<description><![CDATA[I had a little bit of trouble getting the layout of sbhsdonsbaseball.com working with Internet Explorer.
In the image below you will see the photos lined up vertically instead of horizontally as they should be.

Here is the original HTML markup for the photo block:

&#60;div class=&#34;photoBlock&#34;&#62;
&#60;ul&#62;
&#60;li class=&#34;even&#34;&#62;&#60;a href=&#34;&#34; /&#62;&#60;img src=&#34;images/photoBlock-1.jpg&#34; alt=&#34;Photo&#34;/&#62;&#60;/a&#62;&#60;/li&#62;
&#60;li class=&#34;odd&#34;&#62;&#60;a href=&#34;&#34; /&#62;&#60;img src=&#34;images/photoBlock-2.jpg&#34; alt=&#34;photo&#34;/&#62;&#60;/a&#62;&#60;/li&#62;
&#60;li class=&#34;even&#34;&#62;&#60;a [...]]]></description>
			<content:encoded><![CDATA[<p>I had a little bit of trouble getting the layout of <a href="http://sbhsdonsbaseball.com">sbhsdonsbaseball.com</a> working with Internet Explorer.</p>
<p>In the image below you will see the photos lined up vertically instead of horizontally as they should be.</p>
<p><img class="alignnone size-full wp-image-25" title="sbhs_photo_layout_prob_ie" src="http://tagweaver.com/wp-content/uploads/2009/02/sbhs_photo_layout_prob_ie.jpg" alt="sbhs_photo_layout_prob_ie" width="226" height="163" /></p>
<p>Here is the original HTML markup for the photo block:</p>
<pre class="brush: html">
&lt;div class=&quot;photoBlock&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;even&quot;&gt;&lt;a href=&quot;&quot; /&gt;&lt;img src=&quot;images/photoBlock-1.jpg&quot; alt=&quot;Photo&quot;/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;odd&quot;&gt;&lt;a href=&quot;&quot; /&gt;&lt;img src=&quot;images/photoBlock-2.jpg&quot; alt=&quot;photo&quot;/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;even&quot;&gt;&lt;a href=&quot;&quot; /&gt;&lt;img src=&quot;images/photoBlock-3.jpg&quot; alt=&quot;photo&quot;/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;odd&quot;&gt;&lt;a href=&quot;&quot; /&gt;&lt;img src=&quot;images/photoBlock-4.jpg&quot; alt=&quot;photo&quot;/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;even&quot;&gt;&lt;a href=&quot;&quot; /&gt;&lt;img src=&quot;images/photoBlock-5.jpg&quot; alt=&quot;photo&quot;/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;odd&quot;&gt;&lt;img src=&quot;images/photoBlock-6.jpg&quot; alt=&quot;photo&quot;&gt;&lt;/img&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</pre>
<p>Here is the original CSS for the photo block:</p>
<pre class="brush: css">

.photoBlock { overflow: hidden; border-bottom: 3px solid #B69E65;}
.photoBlock ul { overflow: hidden; }
.photoBlock ul li { display:table-cell; height:230px; text-align:center; vertical-align:middle; width:160px;}
.photoBlock ul li.even { background: #000; }
.photoBlock ul li.odd { background: #FFF;}
/* HACK below got rid of background in li */
.photoBlock ul li img {margin: 0 0 -3px 0; }
</pre>
<p>To get the images to line up horizontally, the HTML markup was simplified:</p>
<pre class="brush: html">
&lt;div class=&quot;photoBlock&quot;&gt;
&lt;img src=&quot;images/photoBlock-1.jpg&quot; alt=&quot;Photo&quot;/&gt;
&lt;img src=&quot;images/photoBlock-2.jpg&quot; alt=&quot;photo&quot;/&gt;
&lt;img src=&quot;images/photoBlock-3.jpg&quot; alt=&quot;photo&quot;/&gt;
&lt;img src=&quot;images/photoBlock-4.jpg&quot; alt=&quot;photo&quot;/&gt;
&lt;img src=&quot;images/photoBlock-5.jpg&quot; alt=&quot;photo&quot;/&gt;
&lt;img src=&quot;images/photoBlock-6.jpg&quot; alt=&quot;photo&quot;/&gt;
&lt;/div&gt;
</pre>
<p>We also changed the CSS to support the new markup:</p>
<pre class="brush: css">
.photoBlock { overflow: hidden; border-bottom: 3px solid #B69E65;}
.photoBlock img{margin:-3px -3px -3px 0;}
</pre>
<p>For some as of yet unknown reason, images had margin between them, so negative margin was added to the top, right and bottom sides of the images.  The result is shown below:</p>
<p><a href="http://sbhsdonsbaseball.com"><img src="http://tagweaver.com/wp-content/uploads/2009/02/sbhs_photo_layout_good_id.jpg" alt="sbhs_photo_layout_good_id" title="sbhs_photo_layout_good_id" width="226" height="96" class="alignnone size-full wp-image-27" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tagweaver.com/2009/02/26/images-in-an-unstructured-list-ul-wont-display-horizontally-with-ie/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fresh Start with Fresh</title>
		<link>http://tagweaver.com/2009/02/26/fresh-start-with-fresh/</link>
		<comments>http://tagweaver.com/2009/02/26/fresh-start-with-fresh/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 09:00:08 +0000</pubDate>
		<dc:creator>todd</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tagweaver.com/?p=8</guid>
		<description><![CDATA[Like I said in the last post, there will be lost of experimentation, so now I am trying the Fresh Theme from Ilemoned.
It&#8217;s bright and cheerful and fresh.
]]></description>
			<content:encoded><![CDATA[<p>Like I said in the last post, there will be lost of experimentation, so now I am trying the <a href="http://www.ilemoned.com/archives/wptheme-fresh">Fresh Theme</a> from <a href="http://www.ilemoned.com">Ilemoned</a>.</p>
<p>It&#8217;s bright and cheerful and fresh.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagweaver.com/2009/02/26/fresh-start-with-fresh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Woot for Woo Themes</title>
		<link>http://tagweaver.com/2009/02/26/woot-for-woo-themes/</link>
		<comments>http://tagweaver.com/2009/02/26/woot-for-woo-themes/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 08:21:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[themes woo]]></category>

		<guid isPermaLink="false">http://tagweaver.com/?p=5</guid>
		<description><![CDATA[Themes from Woo Themes seem to be the best I&#8217;ve found so far.  I&#8217;m sure that over the next few days you might see might see me experiment with a bunch of different themes.
]]></description>
			<content:encoded><![CDATA[<p>Themes from <a title="WooThemes.com" href="http://www.woothemes.com/" target="_blank">Woo Themes</a> seem to be the best I&#8217;ve found so far.  I&#8217;m sure that over the next few days you might see might see me experiment with a bunch of different themes.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagweaver.com/2009/02/26/woot-for-woo-themes/feed/</wfw:commentRss>
		</item>
		<item>
		<title></title>
		<link>http://tagweaver.com/2009/02/25/3/</link>
		<comments>http://tagweaver.com/2009/02/25/3/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 06:42:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tagweaver.com/?p=3</guid>
		<description><![CDATA[Hello World (from Todd Dewell)
This is my first post from a hosted Word Press blog.
]]></description>
			<content:encoded><![CDATA[<p>Hello World (from Todd Dewell)</p>
<p>This is my first post from a hosted Word Press blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagweaver.com/2009/02/25/3/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
