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

<channel>
	<title>www.michaelwalsh.org &#187; Plugins</title>
	<atom:link href="http://www.michaelwalsh.org/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelwalsh.org</link>
	<description>Mike Walsh&#039;s blog network</description>
	<lastBuildDate>Thu, 01 Jul 2010 12:43:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Setting up a multi-blog installation</title>
		<link>http://www.michaelwalsh.org/2010/01/setting-up-a-multi-blog-installation-2/</link>
		<comments>http://www.michaelwalsh.org/2010/01/setting-up-a-multi-blog-installation-2/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 20:58:21 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[wp-Hive]]></category>

		<guid isPermaLink="false">http://wp.michaelwalsh.org/2010/01/04/setting-up-a-multi-blog-installation/</guid>
		<description><![CDATA[The CASL Ambassadors web site is actually a collection of WordPress blogs – the main site plus one for each of six age group teams.&#160; When I initially set it up I tried using WordPress-MU but my hosting solution wasn’t capable for MU’s requirements.&#160; Then I tried a plugin called WP-Hive which allows a collection [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.caslambassadors.org/">CASL Ambassadors web site</a> is actually a collection of WordPress blogs – the main site plus one for each of six age group teams.&#160; When I initially set it up I tried using WordPress-MU but my hosting solution wasn’t capable for MU’s requirements.&#160; Then I tried a plugin called <a href="http://wp-hive.com/">WP-Hive</a> which allows a collection of blogs to share some common infrastructure.&#160; Wp-Hive looked promising but <a href="http://wp-hive.com/forums/topic.php?id=78#post-252">I ran into some concerns</a> which kept me from using it.</p>
<p>Ultimately I ended up setting up a separate blog for each site and hoped to come back to it at some point.&#160; That point was a couple weeks ago when I decided to do some maintenance on the sites.&#160; I ended up using the main installation as a parent and linked (using Unix symbolic links) all of the sub-domain sites back to parent.&#160; The only exception was the wp-content directory which is a real directory (so uploads can be unique) but within wp-content I linked back to the parent’s themes and plugins.</p>
<p>This worked pretty well – if I install a plugin or theme for the main site it is available for all of the sub-domain sites and when I upgrade WordPress, all of the sub-domain sites are upgraded as well.&#160; Once I got this running, I wanted to share the users across all blogs.</p>
<p>After several attempts and numerous Google searches, I ended up following the directions in <a href="http://wordpress.org/support/topic/164758?replies=13">this thread</a> and <a href="http://wordpress.org/support/topic/164758?replies=13">this thread</a> and got everything to work.&#160; I don’t particularly care for having to modify one of the core WordPress files since it will go away the next time I update WordPress but none of the other solutions I tried worked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwalsh.org/2010/01/setting-up-a-multi-blog-installation-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a multi-blog installation</title>
		<link>http://www.michaelwalsh.org/2010/01/setting-up-a-multi-blog-installation/</link>
		<comments>http://www.michaelwalsh.org/2010/01/setting-up-a-multi-blog-installation/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 20:58:21 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[wp-Hive]]></category>

		<guid isPermaLink="false">http://wp.michaelwalsh.org/2010/01/04/setting-up-a-multi-blog-installation/</guid>
		<description><![CDATA[The CASL Ambassadors web site is actually a collection of WordPress blogs – the main site plus one for each of six age group teams.&#160; When I initially set it up I tried using WordPress-MU but my hosting solution wasn’t capable for MU’s requirements.&#160; Then I tried a plugin called WP-Hive which allows a collection [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.caslambassadors.org/">CASL Ambassadors web site</a> is actually a collection of WordPress blogs – the main site plus one for each of six age group teams.&#160; When I initially set it up I tried using WordPress-MU but my hosting solution wasn’t capable for MU’s requirements.&#160; Then I tried a plugin called <a href="http://wp-hive.com/">WP-Hive</a> which allows a collection of blogs to share some common infrastructure.&#160; Wp-Hive looked promising but <a href="http://wp-hive.com/forums/topic.php?id=78#post-252">I ran into some concerns</a> which kept me from using it.</p>
<p>Ultimately I ended up setting up a separate blog for each site and hoped to come back to it at some point.&#160; That point was a couple weeks ago when I decided to do some maintenance on the sites.&#160; I ended up using the main installation as a parent and linked (using Unix symbolic links) all of the sub-domain sites back to parent.&#160; The only exception was the wp-content directory which is a real directory (so uploads can be unique) but within wp-content I linked back to the parent’s themes and plugins.</p>
<p>This worked pretty well – if I install a plugin or theme for the main site it is available for all of the sub-domain sites and when I upgrade WordPress, all of the sub-domain sites are upgraded as well.&#160; Once I got this running, I wanted to share the users across all blogs.</p>
<p>After several attempts and numerous Google searches, I ended up following the directions in <a href="http://wordpress.org/support/topic/164758?replies=13">this thread</a> and <a href="http://wordpress.org/support/topic/164758?replies=13">this thread</a> and got everything to work.&#160; I don’t particularly care for having to modify one of the core WordPress files since it will go away the next time I update WordPress but none of the other solutions I tried worked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwalsh.org/2010/01/setting-up-a-multi-blog-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on Facebook Connect</title>
		<link>http://www.michaelwalsh.org/2009/12/more-on-facebook-connect/</link>
		<comments>http://www.michaelwalsh.org/2009/12/more-on-facebook-connect/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 20:24:39 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Design Resources]]></category>
		<category><![CDATA[Facebook plugins]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wp.michaelwalsh.org/2009/12/22/more-on-facebook-connect/</guid>
		<description><![CDATA[Today I spent some more time working with the Facebook Connect plugin.  It pretty much works as adverized.  Using the wp_meta hook I was able to displY the Facebook login status on the Meta widget.
With a little bit of styling it looks well integrated with the theme I am using.  You can [...]]]></description>
			<content:encoded><![CDATA[<p>Today I spent some more time working with the Facebook Connect plugin.  It pretty much works as adverized.  Using the wp_meta hook I was able to displY the Facebook login status on the Meta widget.</p>
<p>With a little bit of styling it looks well integrated with the theme I am using.  You can see the it in action on the <a href="http://htp://www.caslshocks.org">CASL Shocks</a> web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwalsh.org/2009/12/more-on-facebook-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying out WordPress Facebook Connect plugin</title>
		<link>http://www.michaelwalsh.org/2009/12/trying-out-wordpress-facebook-connect-plugin/</link>
		<comments>http://www.michaelwalsh.org/2009/12/trying-out-wordpress-facebook-connect-plugin/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 14:05:34 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CASL]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Connect]]></category>
		<category><![CDATA[NCLTC]]></category>
		<category><![CDATA[NCLUG]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wp.michaelwalsh.org/2009/12/01/trying-out-wordpress-facebook-connect-plugin/</guid>
		<description><![CDATA[I have been doing some testing with the WordPress Facebook Connect plugin.&#160; There are a couple sites I work with, particularly our swim team web site, MacDolphins.org, where I need users to login and add data to the site.&#160; Each year when we do swim team registration I get lots of questions about how to [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing some testing with the <a href="http://wiki.developers.facebook.com/index.php/WP-FBConnect">WordPress Facebook Connect</a> plugin.&#160; There are a couple sites I work with, particularly our swim team web site, <a href="http://www.macdolphins.org">MacDolphins.org</a>, where I need users to login and add data to the site.&#160; Each year when we do swim team registration I get lots of questions about how to register, forgotten usernames and passwords, etc.&#160; With the popularity of Facebook, I am thinking that leveraging Facebook login credentials could make things a lot easier for me and our swim team parents.</p>
<p>As a test, I have installed it on the site I am putting together for my youngest daughter’s soccer team (<a href="http://www.caslsharks.org">CASL Sharks</a>) to see&#160; how it works.&#160; For the most part, I am impressed – it pretty much works as advertised.&#160; I was able to login using my Facebook login and once my user was added to the WordPress user tables, I could change my permissions to allow my Facebook user id to post.&#160; I still need to do some work to support Facebook Connect for comments but the instructions look pretty straight forward.&#160; I think this would work well for the <a href="http://www.ncltc.us">NCLTC</a> and <a href="http://www.nclug.us">NCLUG</a> sites as well although Facebook Connect requires PHP5 and those sites are hosted on a PHP4 based server so I’ll have to sort that out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwalsh.org/2009/12/trying-out-wordpress-facebook-connect-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr-Gallery Plugin – good stuff!</title>
		<link>http://www.michaelwalsh.org/2009/11/flickr-gallery-plugin-%e2%80%93-good-stuff/</link>
		<comments>http://www.michaelwalsh.org/2009/11/flickr-gallery-plugin-%e2%80%93-good-stuff/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 09:58:44 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Flickr-Gallery]]></category>
		<category><![CDATA[Light Window]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wp.michaelwalsh.org/2009/11/22/flickr-gallery-plugin-good-stuff/</guid>
		<description><![CDATA[I use Flickr to host my photos and I’ve always wanted a better way to present them on WordPress blogs and this weekend I think I found it.&#160; Flickr-Gallery is a great plugin.&#160; It is easy to set up and use and it integrates well with my theme.&#160; It has a nice selection of short [...]]]></description>
			<content:encoded><![CDATA[<p>I use Flickr to host my photos and I’ve always wanted a better way to present them on WordPress blogs and this weekend I think I found it.&#160; <a href="http://wordpress.org/extend/plugins/flickr-gallery/">Flickr-Gallery</a> is a great plugin.&#160; It is easy to set up and use and it integrates well with my theme.&#160; It has a nice selection of short code options.</p>
<p>The only thing I use which is missing is the ability to link or preferably, display, a slide show.&#160; I shoot a lot of pictures of our kids activities (skateboarding, soccer, basketball, swim team, etc.) and sharing them as a Flickr slide show is something I do frequently.</p>
<p>I found a solution to the missing slide show by using the <a href="http://wordpress.org/extend/plugins/lightwindow/">Light Window</a> plugin in conjunction with the Flickr URL for the slide show I am interested in presenting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwalsh.org/2009/11/flickr-gallery-plugin-%e2%80%93-good-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
