<?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>Fantastiblog &#187; Groovy Tools</title>
	<atom:link href="http://www.fantastic.net.au/blog/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fantastic.net.au/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 27 Nov 2009 16:13:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More Google Apps as OpenID for Wordpress</title>
		<link>http://www.fantastic.net.au/blog/2009/11/28/more-google-apps-as-openid-for-wordpress/</link>
		<comments>http://www.fantastic.net.au/blog/2009/11/28/more-google-apps-as-openid-for-wordpress/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 16:10:01 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Groovy Tools]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[GAFYD]]></category>

		<guid isPermaLink="false">http://www.fantastic.net.au/blog/?p=34</guid>
		<description><![CDATA[After a long session going around in circles, I think I have cracked this particular nut!
Yes indeed &#8211; I now have been able to create accounts on a Wordpress site, hook those accounts up to use a GAFYD as OpenID to log in to Wordpress using the same credentials as the email hosted at Google [...]]]></description>
			<content:encoded><![CDATA[<p>After a long session going around in circles, I think I have cracked this particular nut!</p>
<p>Yes indeed &#8211; I now have been able to create accounts on a Wordpress site, hook those accounts up to use a GAFYD as OpenID to log in to Wordpress using the same credentials as the email hosted at Google (under a custom domain.)</p>
<p>Phew.</p>
<p>How does it work? I&#8217;m glad I asked!</p>
<p>The key part of the puzzle was to use the <a href="http://wordpress.org/extend/plugins/rpx/">Janrain Wordpress plugin that uses RPX discovery</a>. Yeah, &#8216;RPX discovery&#8217; sounds like gibberish but it is really important. Google have created their own discovery mechanism (<a href="http://willnorris.com/2009/09/wordpress-openid-v3-3">read about it</a> from the creator of the <a href="http://wordpress.org/extend/plugins/openid/">WP OpenID plugin</a>) which just makes things just a little more difficult from our point of view.</p>
<p>In any case, once the RPX plugin is installed it will prompt you to create an account at<a href="http://rpxnow.com/"> http://rpxnow.com/</a> which is both painless and takes only seconds.</p>
<p>Next we will have to manually set the users up in Wordpress. So create your new Wordpress user, make a password (and yes, you do still need a strong password here because it remains a way to login to your Wordpress site for the users.) I chose not to email the password out to the user, as the goal here is to present a single sign on solution.</p>
<p>Moving along &#8211; log yourself out of Wordpress and log back in <em>as the new user you just created</em>. Navigate to the Profile panel for that user in the Administration area. The URL will be something like http://www.yourdomain.com/wp-admin/profile.php Down the bottom of that screen you&#8217;ll see an area to select a Sign-in Provider. The key is to select OpenID, then enter the base URL for your domain that is active at Google apps. So you would type <em>http://yourdomain.com</em> in.</p>
<p>Finally you&#8217;ll have to sign-in using that OpenID to create the link between this user account on your Wordpress install and the account at Google apps which is the single sign on account we want our users to use.</p>
<p>The first time I went around the OpenID authentication I was returned to the from page of my blog with some errros on screen. Ignoring those and going back to the /wp-admin page seems to work fine. For some reason it works out fine after that.</p>
<p>So there you have my solution to use the credentials of your user&#8217;s email accounts hosted by Google Apps For Your Domain (GAFYD) to log into a Wordpress blog. Feedback is more than welcome, comments, tweaks, suggestions all. Get connecting!</p>
<p>P.S. A friend of mine has found a differing solution, <a href="http://jodiem.com.au/2009/11/10/wordpress-com-for-your-domain/">Wordpress.com for your domain</a> &#8211; where you host your website at Wordpress.com, still allowing Google to handle your email with GAFYD. This does not offer a single sign on, however you do get a website plus email for only $US10 per year. Great work Jodie!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic.net.au/blog/2009/11/28/more-google-apps-as-openid-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Managing Wordpress users and Google apps</title>
		<link>http://www.fantastic.net.au/blog/2009/11/09/managing-wordpress-users-and-google-apps/</link>
		<comments>http://www.fantastic.net.au/blog/2009/11/09/managing-wordpress-users-and-google-apps/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 12:07:34 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Groovy Tools]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[GAFYD]]></category>

		<guid isPermaLink="false">http://www.fantastic.net.au/blog/?p=20</guid>
		<description><![CDATA[On a quest to make my Scout group&#8217;s website as simple as possible to use, I&#8217;m searching for a way to enable a single-sign-on (SSO) capability. Why you ask? So that our adult leaders and lay helpers can access both the Google Apps backend and the website with the same credentials.
Searching the Wordpress plugin repository [...]]]></description>
			<content:encoded><![CDATA[<p>On a quest to make my <a href="http://portneptune.com/">Scout group&#8217;s website</a> as simple as possible to use, I&#8217;m searching for a way to enable a single-sign-on (SSO) capability. Why you ask? So that our adult leaders and lay helpers can access both the <a href="http://www.google.com/apps">Google Apps</a> backend and the website with the same credentials.</p>
<p>Searching the <a href="http://wordpress.org/extend/plugins/">Wordpress plugin repository</a> I&#8217;ve come up with these potential solutions:</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/3rd-party-authentication/">http://wordpress.org/extend/plugins/3rd-party-authentication/</a></li>
<li><a href="http://wordpress.org/extend/plugins/openid/installation/">http://wordpress.org/extend/plugins/openid/installation/</a></li>
<li><a href="http://wordpress.org/extend/plugins/rpx/">http://wordpress.org/extend/plugins/rpx/</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-google-apps/">http://wordpress.org/extend/plugins/wp-google-apps/</a></li>
<li><a href="http://wordpress.org/extend/plugins/opensso-plugin/changelog/">http://wordpress.org/extend/plugins/opensso-plugin/changelog/</a></li>
<li><a href="http://wordpress.org/extend/plugins/gigya-socialize-for-wordpress/">http://wordpress.org/extend/plugins/gigya-socialize-for-wordpress/</a></li>
</ul>
<p>Now some of those look like they would be more useful in allowing a wide range of authentication options for people just leaving comments on your blog, but some look like they&#8217;d have real potential.</p>
<p>If you have any experience with these I&#8217;d love to hear about it. In the meantime I&#8217;ll be working my way through these, testing which will provide the best solution for the Scout group.</p>
<p>UPDATES:<br />
<a href="/blog/2009/11/10/testing-wp-google-apps/">Testing WP Google Apps</a><br />
<a href="/blog/2009/11/28/more-google-apps-as-openid-for-wordpress/">Solved? Single sign on for Google apps and Wordpress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic.net.au/blog/2009/11/09/managing-wordpress-users-and-google-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Technorati &#8211; blog directory</title>
		<link>http://www.fantastic.net.au/blog/2007/07/12/technorati-blog-directory/</link>
		<comments>http://www.fantastic.net.au/blog/2007/07/12/technorati-blog-directory/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 13:53:16 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Groovy Tools]]></category>

		<guid isPermaLink="false">http://www.fantastic.net.au/blog/2007/07/12/technorati-blog-directory/</guid>
		<description><![CDATA[Technorati is a site that aims to index the live web, or all the fast updating content like blogs, photos, videos and so on. If you want to have some say over how your blog is presented, you can &#8216;claim&#8217; it there.
When you do, they will ask you to create a post with the following [...]]]></description>
			<content:encoded><![CDATA[<p>Technorati is a site that aims to index the live web, or all the fast updating content like blogs, photos, videos and so on. If you want to have some say over how your blog is presented, you can &#8216;claim&#8217; it there.</p>
<p>When you do, they will ask you to create a post with the following link in it : <a href="http://technorati.com/claim/jzb3in5d6f" rel="me">Technorati Profile</a></p>
<p>Now that I have done so, Technorati will come back and spider this site. Then I&#8217;ll be in!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic.net.au/blog/2007/07/12/technorati-blog-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy way to add polls, comments or ratings</title>
		<link>http://www.fantastic.net.au/blog/2007/07/10/easy-way-to-add-polls-comments-or-ratings/</link>
		<comments>http://www.fantastic.net.au/blog/2007/07/10/easy-way-to-add-polls-comments-or-ratings/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 11:48:01 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Groovy Tools]]></category>

		<guid isPermaLink="false">http://www.fantastic.net.au/blog/2007/07/10/easy-way-to-add-polls-comments-or-ratings/</guid>
		<description><![CDATA[Check out these neat tools at http://js-kit.com/.
Simply by adding two lines to your website you can add a poll, comments or even a ratings system. The basic tools are free to use (at the moment), with adds potentially being added into the items down the track.
]]></description>
			<content:encoded><![CDATA[<p>Check out these neat tools at <a href="http://js-kit.com/">http://js-kit.com/</a>.</p>
<p>Simply by adding two lines to your website you can add a poll, comments or even a ratings system. The basic tools are free to use (at the moment), with adds potentially being added into the items down the track.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic.net.au/blog/2007/07/10/easy-way-to-add-polls-comments-or-ratings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trialling PopStats now</title>
		<link>http://www.fantastic.net.au/blog/2007/02/28/trialling-popstats-now/</link>
		<comments>http://www.fantastic.net.au/blog/2007/02/28/trialling-popstats-now/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 13:55:36 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Groovy Tools]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.fantastic.net.au/blog/2007/02/28/trialling-popstats-now/</guid>
		<description><![CDATA[I am trialling a very easy to install stats plugin for WordPress called PopStats. Yes, the site is in Spanish &#8211; don&#8217;t let that stop you &#8230; the plugin installs just by uploading to your plugins folder on the webserver and can be easily modified to run in English.
Perhaps when there are stats to see [...]]]></description>
			<content:encoded><![CDATA[<p>I am trialling a very easy to install stats plugin for WordPress called <a href="http://www.deltablog.com/popstats/">PopStats</a>. Yes, the site is in Spanish &#8211; don&#8217;t let that stop you &#8230; the plugin installs just by uploading to your plugins folder on the webserver and can be easily modified to run in English.</p>
<p>Perhaps when there are stats to see I will show some of them off. That&#8217;s right, not only do you get stats on your Dashboard, you can place them on your blog.</p>
<p>Fine, I&#8217;ll try to drop todays visits in here :</p>
<p>[nope, not working ... I'll have to dig a little first]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic.net.au/blog/2007/02/28/trialling-popstats-now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress plugins galore</title>
		<link>http://www.fantastic.net.au/blog/2007/02/27/wordpress-plugins-galore/</link>
		<comments>http://www.fantastic.net.au/blog/2007/02/27/wordpress-plugins-galore/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 06:49:47 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Groovy Tools]]></category>

		<guid isPermaLink="false">http://www.fantastic.net.au/blog/?p=6</guid>
		<description><![CDATA[Wow &#8211; there are certainly a lot of Wordpress plugins out there &#8230; here are a few that really jumped out for me in my latest searches!

Yahoo Sidebar Link Badge Widget
Newsletter Plugin this is a commercial plugin that allows you to create and manage an web-based newsletter and mailing list within the WordPress environment.
Ultimate Tag [...]]]></description>
			<content:encoded><![CDATA[<p>Wow &#8211; there are certainly a lot of Wordpress plugins out there &#8230; here are a few that really jumped out for me in my latest searches!</p>
<ul>
<li><a href="http://www.utheguru.com/yahoo-sidebar-link-badge-widget-for-wordpress/">Yahoo Sidebar Link Badge Widget</a></li>
<li><a href="http://www.shiftthis.net/wordpress-newsletter-plugin/">Newsletter Plugin</a> this is a commercial plugin that allows you to create and manage an web-based newsletter and mailing list within the WordPress environment.</li>
<li><a href="http://www.neato.co.nz/ultimate-tag-warrior">Ultimate Tag Warrior</a> for all the tagging you could ever want &#8211; looks like it is about to get a major overhaul, possibly to address performance issues</li>
<li><a href="http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/">Simple Tagging Plugin</a> was created to be fast, with an auto-complete feature as well</li>
<li><a href="http://manalang.com/wp-amazon/">WP-Amazon</a> is there to help you find and link to Amazon for any product you may blog about &#8211; with support for your Amazon Associates ID (so you can earn money when readers click through and purchase!)</li>
<li><a href="http://www.afex2win.com/2007/01/17/the-hackers-diet-a-wordpress-weight-loss-plugin/">The Hacker&#8217;s Diet Plugin</a> which you can use to input your weight everyday for calculating and tracking your weight trend based off the guidance and formulas used in the book, <a href="http://www.fourmilab.ch/hackdiet/">The Hacker&#8217;s Diet</a>. (Yes, yours truly should be on this diet any minute now!)</li>
<li><a href="http://www.ear-fung.us/apps/nikeplus/">Nike+ iPod Stats plugin</a> can retrieve your personal data and formats it to display correctly on your Wordpress blog. (Once again yours truly should be doing this as well &#8230; once the iPod fairy delivers.)</li>
</ul>
<p>The range of possibilities is truly endless, these are just a sampling of the plugins you can install in your own Wordpress installation &#8211; so look forward to the new accounts signup page where you can start hosting your own Fantastic blog in your own Fantastic way!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic.net.au/blog/2007/02/27/wordpress-plugins-galore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Improve your Wordpress-foo</title>
		<link>http://www.fantastic.net.au/blog/2006/12/06/improve-your-wordpress-foo/</link>
		<comments>http://www.fantastic.net.au/blog/2006/12/06/improve-your-wordpress-foo/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 04:55:08 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Groovy Tools]]></category>

		<guid isPermaLink="false">http://www.fantastic.net.au/blog/?p=4</guid>
		<description><![CDATA[With K2 &#8211; an advanced template for Wordpress. This looks like a really nice template, I&#8217;ll have to get it tested here soon and see if I can offer it to my customers.
]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://getk2.com/">K2</a> &#8211; an advanced template for Wordpress. This looks like a really nice template, I&#8217;ll have to get it tested here soon and see if I can offer it to my customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic.net.au/blog/2006/12/06/improve-your-wordpress-foo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collaboration Tool &#8211; activeCollab</title>
		<link>http://www.fantastic.net.au/blog/2006/08/25/collaboration-tool-activecollab/</link>
		<comments>http://www.fantastic.net.au/blog/2006/08/25/collaboration-tool-activecollab/#comments</comments>
		<pubDate>Sat, 26 Aug 2006 00:30:42 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Groovy Tools]]></category>

		<guid isPermaLink="false">http://www.fantastic.net.au/blog/?p=3</guid>
		<description><![CDATA[This looks much nicer than the built-in PHP-Projekt tool that we have available. I will begin an investigation (read, install and try it out myself) and hopefully will give it the greenlight for you to use.
activeCollab &#8211; open source project management and collaboration tool.
The over-riding goal is to provide a high-quality collaboration tool, which is [...]]]></description>
			<content:encoded><![CDATA[<p>This looks much nicer than the built-in PHP-Projekt tool that we have available. I will begin an investigation (read, install and try it out myself) and hopefully will give it the greenlight for you to use.</p>
<p><a href="http://www.activecollab.com/">activeCollab &#8211; open source project management and collaboration tool.</a></p>
<p>The over-riding goal is to provide a high-quality collaboration tool, which is something we have to applaud. It looks nice, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic.net.au/blog/2006/08/25/collaboration-tool-activecollab/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
