<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hone Watson Bookmarks &#187; Drupal Development</title>
	<atom:link href="http://bookmarks.honewatson.com/category/drupal-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://bookmarks.honewatson.com</link>
	<description>I bring you the best from the web - random bookmarks.</description>
	<lastBuildDate>Tue, 31 Jan 2012 03:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bookmarks.honewatson.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Hone Watson Bookmarks &#187; Drupal Development</title>
		<link>http://bookmarks.honewatson.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bookmarks.honewatson.com/osd.xml" title="Hone Watson Bookmarks" />
	<atom:link rel='hub' href='http://bookmarks.honewatson.com/?pushpress=hub'/>
		<item>
		<title>Drupal 6 Redirect Form hook_form_alter</title>
		<link>http://bookmarks.honewatson.com/2010/03/03/drupal-6-redirect-form-hook_form_alter/</link>
		<comments>http://bookmarks.honewatson.com/2010/03/03/drupal-6-redirect-form-hook_form_alter/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 10:52:32 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[hook_form_alter]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2010/03/03/drupal-6-redirect-form-hook_form_alter/</guid>
		<description><![CDATA[How to redirect a form in drupal 6. Inside your module call hook_form_alter. function yourModuleName_form_alter(&#38;$form, $form_state, $form_id) { if ($form_id == 'user_register') { $form['#redirect'][] = 'node/341'; } } Of course you need to find the appropriate $form_id.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=415&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How to redirect a form in drupal 6.</p>
<p><span id="more-415"></span></p>
<p>Inside your module call hook_form_alter.</p>
<pre>
function yourModuleName_form_alter(&amp;$form, $form_state, $form_id) {
 	if ($form_id == 'user_register') {
		$form['#redirect'][] = 'node/341';
	}
}
</pre>
<p>Of course you need to find the appropriate $form_id.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/honewatson.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/honewatson.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/honewatson.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/honewatson.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/415/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=415&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2010/03/03/drupal-6-redirect-form-hook_form_alter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Best Drupal Blog Tips</title>
		<link>http://bookmarks.honewatson.com/2010/02/18/best-drupal-blog-tips/</link>
		<comments>http://bookmarks.honewatson.com/2010/02/18/best-drupal-blog-tips/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 03:14:20 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2010/02/18/best-drupal-blog-tips/</guid>
		<description><![CDATA[This is the best Drupal blog tips I&#8217;ve ever seen. It&#8217;s got simple to understand Drupal Developer tips which are presented in an easy to read manner. Eric&#8217;s Drupal Blog. A great section which has a number of form alter snippets for drupal.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=414&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the best Drupal blog tips I&#8217;ve ever seen.  It&#8217;s got simple to understand Drupal Developer tips which are presented in an easy to read manner.</p>
<p><span id="more-414"></span></p>
<p><a href="http://thedrupalblog.com/">Eric&#8217;s Drupal Blog</a>.</p>
<p>A great section which has a number of <a href="http://thedrupalblog.com/category/tags/form-alter">form alter snippets</a> for drupal.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/honewatson.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/honewatson.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/honewatson.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/honewatson.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/414/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=414&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2010/02/18/best-drupal-blog-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal 6 node.save services taxonomy xmlrpc php and python</title>
		<link>http://bookmarks.honewatson.com/2009/11/20/drupal-6-node-save-services-taxonomy-xmlrpc-php-and-python/</link>
		<comments>http://bookmarks.honewatson.com/2009/11/20/drupal-6-node-save-services-taxonomy-xmlrpc-php-and-python/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 00:54:43 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2009/11/20/drupal-6-node-save-services-taxonomy-xmlrpc-php-and-python/</guid>
		<description><![CDATA[Drupal 6 node.save uses different methods for saving taxonomy for different taxonomy types. For multiple select based taxonomy: (php) $nodeObj-&#62;taxonomy = array(2=&#62;array(15,19)); (python) nodeOb['taxonomy']['2'] = [15,19] For tags based taxonomy: (php) $nodeObj-&#62;taxonomy = array( 'tags' =&#62; array( 2=&#62;'military,navy' ) );<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=405&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Drupal 6 node.save uses different methods for saving taxonomy for different taxonomy types.</p>
<p>For multiple select based taxonomy:</p>
<p>(php)</p>
<pre>
$nodeObj-&gt;taxonomy = array(2=&gt;array(15,19));
</pre>
<p>(python)</p>
<pre>
nodeOb['taxonomy']['2'] = [15,19]
</pre>
<p>For tags based taxonomy:</p>
<p>(php)</p>
<pre>
$nodeObj-&gt;taxonomy = array(
  'tags' =&gt; array(
         2=&gt;'military,navy'
   )
);
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/honewatson.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/honewatson.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/405/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=405&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2009/11/20/drupal-6-node-save-services-taxonomy-xmlrpc-php-and-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>menu.inc on line 2423 Duplicate entry menu router fix Drupal 6</title>
		<link>http://bookmarks.honewatson.com/2009/08/06/menu-inc-on-line-2423-duplicate-entry-menu-router-fix-drupal-6/</link>
		<comments>http://bookmarks.honewatson.com/2009/08/06/menu-inc-on-line-2423-duplicate-entry-menu-router-fix-drupal-6/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:01:31 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2009/08/06/menu-inc-on-line-2423-duplicate-entry-menu-router-fix-drupal-6/</guid>
		<description><![CDATA[There is an issue with Drupal 6 menu router rebuild which causes Drupal to time out with 404 pages or internal 500. The following fix worked for me: Install Drupal Tweaks, increase php memory, and mysql recommendations etc http://drupal.org/project/drupal_tweaks Download the following patches: http://drupal.org/node/251792#comment-1831346 http://drupal.org/node/317775#comment-1491208 From command line copy patches to your root drupal directory. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=376&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is an issue with Drupal 6 menu router rebuild which causes Drupal to time out with 404 pages or internal 500.</p>
<p>The following fix worked for me:</p>
<p>Install Drupal Tweaks, increase php memory, and mysql recommendations etc</p>
<p><a href="http://drupal.org/project/drupal_tweaks">http://drupal.org/project/drupal_tweaks</a></p>
<p>Download the following patches:</p>
<p><a href="http://drupal.org/node/251792#comment-1831346">http://drupal.org/node/251792#comment-1831346</a></p>
<p><a href="http://drupal.org/node/317775#comment-1491208"><br />
http://drupal.org/node/317775#comment-1491208  	</a></p>
<p>From command line copy patches to your root drupal directory.</p>
<p>cd to your root drupal directory and then apply the patches.  Each time you will be asked where the file is for the patch and the actual path to the files to be patched will be provided in the command line.  Just copy and paste each file path as presented into the prompt.</p>
<p class="code">
<code><br />
cp *.patch /home/drupal_directory/<br />
cd /home/drupal_directory/<br />
patch &lt; no-router-blob-317775-56-D6.patch<br />
patch &lt; lock-251792-163-D6.patch</p>
<p>|--- includes/bootstrap.inc	(revision 7577)<br />
|+++ includes/bootstrap.inc	(working copy)<br />
--------------------------<br />
File to patch: includes/bootstrap.inc</p>
<p></code>
</p>
<p>So in the above text you can see it gives you the path &#8216;includes/bootstrap.inc&#8217;.  Just copy and paste that to where it says &#8216;File to patch:&#8217;.  For each file it will provide you the correct path to the file assuming you are in the drupal root directory.</p>
<p>The final thing to do is to cp the lock.inc file which is created to includes/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/honewatson.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/honewatson.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/376/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=376&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2009/08/06/menu-inc-on-line-2423-duplicate-entry-menu-router-fix-drupal-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>$node-&gt;path authenticated vs anonymous users, url not showing</title>
		<link>http://bookmarks.honewatson.com/2008/08/14/node-path-authenticated-vs-anonymous-users-url-not-showing/</link>
		<comments>http://bookmarks.honewatson.com/2008/08/14/node-path-authenticated-vs-anonymous-users-url-not-showing/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 01:05:16 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/08/14/node-path-authenticated-vs-anonymous-users-url-not-showing/</guid>
		<description><![CDATA[Drupal does not show the correct $node-&#62;path when a user is not authenticated in some drupal pages. Check here for patches for this empty url problem.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=331&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Drupal does not show the correct $node-&gt;path when a user is not authenticated in some drupal pages.</p>
<p><span id="more-331"></span></p>
<p>Check here for patches for this <a href="http://drupal.org/node/216404">empty url problem</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/honewatson.wordpress.com/331/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/honewatson.wordpress.com/331/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/honewatson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/honewatson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/331/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=331&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/08/14/node-path-authenticated-vs-anonymous-users-url-not-showing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Potential Hot UberCart Themes</title>
		<link>http://bookmarks.honewatson.com/2008/04/16/potential-hot-ubercart-themes/</link>
		<comments>http://bookmarks.honewatson.com/2008/04/16/potential-hot-ubercart-themes/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 03:14:25 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Ubercart]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/04/16/potential-hot-ubercart-themes/</guid>
		<description><![CDATA[I decided to make a list of potential hot themes to Ubercart. A hot theme is one of the things holding Ubercart back. Here are some potential hot UberCart Themes from Drupal: PixelGreen Marinelli Here are some potential hot UberCart Themes that could be ported from WordPress: K2 Margot Twilight Accord Curved Webby Blue Thesis [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=240&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I decided to make a list of potential hot themes to <a href="http://ubercart.org">Ubercart</a>.</p>
<p><span id="more-240"></span> </p>
<p>A hot theme is one of the things holding Ubercart back.</p>
<p>Here are some potential hot UberCart Themes from Drupal:</p>
<ul>
<li><a href="http://alldrupalthemes.com/preview/node/2&amp;amp;theme=adt_pixelgreen">PixelGreen</a></li>
<li><a href="http://drupal.org/project/marinelli">Marinelli</a>
</li>
</ul>
<p>Here are some potential hot UberCart Themes that could be ported from WordPress:</p>
<ul>
<li><a href="http://getk2.com/">K2</a></li>
<li><a href="http://www.itcouldbethisone.com/new-wordpress-theme-margot/">Margot</a></li>
<li><a href="http://www.justskins.com/css-designs/twilight-wordpress-theme/38">Twilight</a></li>
<li><a href="http://www.justskins.com/wordpress-themes/accord-wordpress-theme/25">Accord</a></li>
<li><a href="http://www.justskins.com/wordpress-themes/curved-wordpress-theme/22">Curved</a></li>
<li><a href="http://www.justskins.com/wordpress-themes/webby-blue-theme/16">Webby Blue</a></li>
<li><a href="http://diythemes.com/thesis/">Thesis</a></li>
<li><a href="http://pearsonified.com/theme/neoclassical/">NeoClassical</a></li>
<li><a href="http://www.copyblogger.com/the-copyblogger-theme-for-wordpress/">CopyBlogger</a></li>
<li><a href="http://www.onehertz.com/portfolio/wordpress/mandigo/">Mandigo</a></li>
<li><a href="http://themes.wordpress.net/columns/2-columns/3636/stardust-v10/">Stardust</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-chronicles/">Chronicles</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-blue-lily/">Blue Lily</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-techicon/">Techicon</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-limit/">Limit</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-atlantia/">Atlantia</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-blog-oh-blog-v20/">Blog Oh Blog V2.0</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-photo-blog/">Photo Blog</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-blue-green/">Blue Green</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-blog-oh-blog/">Blog Oh Blog</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-pop-blue/">Pop Blue</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-silver-light/">Silver Light</a></li>
<li><a href="http://www.blogohblog.com/wordpress-theme-blue-box/">Blue Box</a></li>
</ul>
<p>Here are some Rails themes with potential to port to Ubercart:</p>
<ul>
<li><a href="http://www.mediapad.net/2006/12/27/pinder-mephisto-theme">Pinder</a></li>
<li><a href="http://cvreg.org/projects/lucid-for-mephisto">Lucid</a></li>
<li><a href="http://evil.che.lu/projects/skittlish">Skittlish</a></li>
<li><a href="http://skorina.org/qwilm">Qwilm</a></li>
<li><a href="http://quotedprintable.com/pages/scribbish">Scribbish</a></li>
<li><a href="http://www.benlog.org/projects/reddish">Reddish</a></li>
<li><a href="http://vogue.myshopify.com/pages/about">Vogue</a></li>
<li><a href="http://reconfigure.ca/shopify/free-shopify-theme-update/">Rare1</a>
</li>
</ul>
<p>If you&#8217;re really desperate here are some Joomla themes to port to Ubercart:</p>
<ul>
<li><a href="http://www.rockettheme.com/Templates/Free_Templates/Haiku_Ramblings_-_Free_Joomla_Template/">Haiku Ramblings</a></li>
<li><a href="http://www.iboldesign.com/free-joomla-templates/emagazine-new-template.html">EMagazine</a>
</li>
<li><a href="http://www.rockettheme.com/Templates/Free_Templates/RokWebify_-_Free_Joomla_Template/">RokWebify</a></li>
<li><a href="http://www.iboldesign.com/free-joomla-templates/darkgreen-joomla-blog-templates.html">DarkGreen</a></li>
<li><a href="http://www.joomlashack.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=184&amp;amp;Itemid=43&amp;amp;limit=1&amp;amp;limitstart=13">JS Jamba</a></li>
<li><a href="http://www.joomlashack.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=184&amp;amp;Itemid=43">JS Industry</a></li>
<li><a href="http://www.joomlashack.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=184&amp;amp;Itemid=43&amp;amp;limit=1&amp;amp;limitstart=3">JS Nova Template</a>
</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/honewatson.wordpress.com/240/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/honewatson.wordpress.com/240/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/honewatson.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/honewatson.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/honewatson.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/honewatson.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/240/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=240&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/04/16/potential-hot-ubercart-themes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal Multisite Set Up Multi Domain Single User Base</title>
		<link>http://bookmarks.honewatson.com/2008/04/13/drupal-multisite-set-up-multi-domain-single-user-base/</link>
		<comments>http://bookmarks.honewatson.com/2008/04/13/drupal-multisite-set-up-multi-domain-single-user-base/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 10:39:17 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/04/13/drupal-multisite-set-up-multi-domain-single-user-base/</guid>
		<description><![CDATA[Drupal has some interesting Multisite configuration opportunities. You can set up multi site installs for same code base, different sub directories, or different sub domains. You can set up multi domains off the same code base. You can use the same database with different prefixes. You can use the same database with some tables shared, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=231&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Drupal has some interesting Multisite configuration opportunities.</p>
<p><span id="more-231"></span></p>
<p>You can set up multi site installs for same code base, different sub directories, or different sub domains.</p>
<p>You can set up multi domains off the same code base.</p>
<p>You can use the same database with different prefixes.  You can use the same database with some tables shared, and some tables separate prefixes.  You can also use different databases.</p>
<p>Here is a config for <a href="http://drupal.org/node/147828">Multi-Site, Single Codebase, Shared Database, Shared Sign-on for Drupal 5.x</a></p>
<p>Here is a <a href="http://drupal.org/project/singlesignon">multi site, shared database single sign-on module</a>.</p>
<p>Here is the <a href="http://groups.drupal.org/multisite">Drupal Multisite Group</a>.  One of the key differences between WordPress Multi User and Drupal Multi Sites is additional folders need to be added for Drupal.  Also if you&#8217;re doing new domains you must start a fresh install.</p>
<p>If you have a multi-site sub-folder install you can simply use the <a href="http://drupal.org/project/multisite_manager">multisite manager</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/honewatson.wordpress.com/231/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/honewatson.wordpress.com/231/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/honewatson.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/honewatson.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/honewatson.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/honewatson.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/231/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=231&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/04/13/drupal-multisite-set-up-multi-domain-single-user-base/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Cashmere Plus</title>
		<link>http://bookmarks.honewatson.com/2008/04/03/cashmere-plus/</link>
		<comments>http://bookmarks.honewatson.com/2008/04/03/cashmere-plus/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 04:01:06 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Monetization]]></category>
		<category><![CDATA[Ubercart]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/04/03/cashmere-plus/</guid>
		<description><![CDATA[Cashmere Plus is a Drupal Ubercart store. Ubercart is now in release candidate status.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=227&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://cashmereplus.com/">Cashmere Plus</a> is a Drupal Ubercart store.</p>
<p><span id="more-227"></span></p>
<p>Ubercart is now in <a href="http://www.ubercart.org/news/apr-02-2008/ubercart_moving_release_candidate">release candidate status</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/honewatson.wordpress.com/227/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/honewatson.wordpress.com/227/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/honewatson.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/honewatson.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/honewatson.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/honewatson.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/227/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=227&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/04/03/cashmere-plus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal Webforms</title>
		<link>http://bookmarks.honewatson.com/2008/01/25/drupal-webforms/</link>
		<comments>http://bookmarks.honewatson.com/2008/01/25/drupal-webforms/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 03:58:57 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/01/25/drupal-webforms/</guid>
		<description><![CDATA[Drupal Webforms allows you to easily create questionaires, contact, request and register forms. Does it allow you to create multi-step forms?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=186&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://drupal.org/project/webform">Drupal Webforms</a> allows you to easily create questionaires, contact, request and register forms.  Does it allow you to create multi-step forms?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/honewatson.wordpress.com/186/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/honewatson.wordpress.com/186/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/honewatson.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/honewatson.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/honewatson.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/honewatson.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=186&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/01/25/drupal-webforms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubercart Grid Catalog Module</title>
		<link>http://bookmarks.honewatson.com/2008/01/22/ubercart-grid-catalog-module/</link>
		<comments>http://bookmarks.honewatson.com/2008/01/22/ubercart-grid-catalog-module/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 06:41:12 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Monetization]]></category>
		<category><![CDATA[Ubercart]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/01/22/ubercart-grid-catalog-module/</guid>
		<description><![CDATA[Set your Ubercart up with a grid view, with this grid view catalog module.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=178&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Set your Ubercart up with a grid view, with this <a href="http://www.ubercart.org/forum/ideas_and_suggestions/1600/uc_catalog_module_modified_display_products_grid">grid view catalog module</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/honewatson.wordpress.com/178/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/honewatson.wordpress.com/178/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/honewatson.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/honewatson.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/honewatson.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/honewatson.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&amp;blog=1388057&amp;post=178&amp;subd=honewatson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/01/22/ubercart-grid-catalog-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
	</channel>
</rss>
