<?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>Finding Simple</title>
	<atom:link href="http://findingsimple.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://findingsimple.com</link>
	<description>Canberra Web Design and WordPress Development Services made simple. Web design Canberra. WordPress Australia.</description>
	<lastBuildDate>Tue, 31 Jan 2012 04:30:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Removing the WordPress link in the 3.3 Admin Bar</title>
		<link>http://findingsimple.com/2011/12/19/removing-the-wordpress-link-in-the-3-3-admin-bar/</link>
		<comments>http://findingsimple.com/2011/12/19/removing-the-wordpress-link-in-the-3-3-admin-bar/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 03:33:33 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://findingsimple.com/?p=1351</guid>
		<description><![CDATA[WordPress 3.3 has just been released, and it&#8217;s looking pretty cool. However, the new admin bar which displays at the top of the site when...]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.3 has just been released, and it&#8217;s looking pretty cool. However, the new admin bar which displays at the top of the site when logged in now has an image of the WordPress logo, with a drop-down of links to the WordPress site.</p>
<p>Unfortunately, this can be quite distracting and confusing for some user, as it links them away from their site or dashboard if they accidentally click on it (The previous versions of WordPress had the users gravatar and linked to their profile page.)</p>
<p>While there isn&#8217;t any setting to remove it (yet), thankfully it is pretty easy to get rid of.</p>
<p>To do this, open your theme&#8217;s <em>functions.php</em> file, which should be found at <em>/wp-content/themes/yourthemename/functions.php</em> and add the following code.<br />
<code><br />
function remove_wp_admin_link() {<br />
if(has_action('admin_bar_menu'))<br />
remove_action('admin_bar_menu', 'wp_admin_bar_wp_menu');<br />
}<br />
add_action('init', 'remove_wp_admin_link');<br />
</code></p>
<p>WordPress adds &#8216;wp_admin_bar_wp_menu()&#8217; to the &#8216;admin_bar_menu&#8217; hook in the /wp-includes/class-wp-admin-bar.php file. Here we tell WordPress to remove this action during WordPress&#8217;s &#8216;<a href="http://codex.wordpress.org/Plugin_API/Action_Reference/init">init</a>&#8216; phase (providing the user is logged in as that is the only time it is seen).</p>
<p>To make life easier I&#8217;ve also created a plugin which is currently available on <a href="https://github.com/mfurner/Remove-WP-Link">github</a> and will putting a copy into the WordPress Extend plugin directory soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://findingsimple.com/2011/12/19/removing-the-wordpress-link-in-the-3-3-admin-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Gold Coast 2011</title>
		<link>http://findingsimple.com/2011/11/04/wordcamp-gold-coast-2011/</link>
		<comments>http://findingsimple.com/2011/11/04/wordcamp-gold-coast-2011/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 21:57:13 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[brisbane]]></category>
		<category><![CDATA[gold coast]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://findingsimple.com/?p=1344</guid>
		<description><![CDATA[Heading to WordCamp Gold Coast? We'll be mingling in the crowd so be sure to say hi!]]></description>
			<content:encoded><![CDATA[<p>This weekend the Gold Coast will play host to <a href="http://2011.goldcoast.wordcamp.org/" title="WordCamp Gold Coast">WordCamp Gold Coast</a> &#8211; an informal, community-organised conference that focuses on everything WordPress. Anyone can attend, from casual users to core developers.</p>
<p>Held at Bond Uni, the event will be over 2 days and host 2 streams of <a href="http://2011.goldcoast.wordcamp.org/schedule/">speakers</a> from around the world and Australia as well as a <a href="http://2011.goldcoast.wordcamp.org/happiness-bar-schedule/">happiness bar</a> to offer help with any of for all you WordPress.</p>
<p>Clare (@webbyclare) and I (@findingsimple) will be wandering around for both days so feel free to grab us and say Hi!</p>
]]></content:encoded>
			<wfw:commentRss>http://findingsimple.com/2011/11/04/wordcamp-gold-coast-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of the Word 2011</title>
		<link>http://findingsimple.com/2011/08/15/state-of-the-word-2011/</link>
		<comments>http://findingsimple.com/2011/08/15/state-of-the-word-2011/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 22:55:49 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://findingsimple.com/?p=1320</guid>
		<description><![CDATA[It’s that time of the year again when WordCamp San Fran has been and gone and each and every year we at FSHQ eagerly await being able to watch Matt give his State of Word presentation.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s that time of the year again when WordCamp San Fran has been and gone and each and every year we at FSHQ eagerly await being able to watch Matt give his State of Word presentation.</p>
<p>And here it is&#8230;</p>
<p><object width="100%" height="330" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://s0.videopress.com/player.swf?v=1.03" /><param name="wmode" value="direct" /><param name="seamlesstabbing" value="true" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="overstretch" value="true" /><param name="flashvars" value="guid=9ujY295r&amp;isDynamicSeeking=true" /><embed width="100%" height="330" type="application/x-shockwave-flash" src="http://s0.videopress.com/player.swf?v=1.03" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=9ujY295r&amp;isDynamicSeeking=true" /></object></p>
<p>As always Matt highlights some key statistics, just to highlight a few:</p>
<ul>
<li>WordPress 3.2 had 500,000 downloads in the first two days, representing the fastest upgrade velocity ever.</li>
<li>WordPress now has 15,000 plugins and 200 million plugin downloads, and we’re doing a lot of work to make the plugin experience more seamless.</li>
<li><a href="http://w3techs.com/technologies/history_overview/content_management/all">14.7 percent of the top million websites in the world use WordPress</a>.</li>
<li>22 of every 100 active domains created in the U.S. are running WordPress.</li>
</ul>
<p>A very big thanks to Matt and each and every person to Automattic and those within the WordPress Community who help each and every day to make WordPress such a awesome platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://findingsimple.com/2011/08/15/state-of-the-word-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doggo in the WP Showcase</title>
		<link>http://findingsimple.com/2011/07/17/doggo-in-the-wp-showcase/</link>
		<comments>http://findingsimple.com/2011/07/17/doggo-in-the-wp-showcase/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 04:21:36 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Finding Simple]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://findingsimple.com/?p=1295</guid>
		<description><![CDATA[Doggo! one of our Finding Simple side projects has made it onto the WordPress showcase. Here&#8217;s why: Doggo demonstrates an alternative use of WordPress as...]]></description>
			<content:encoded><![CDATA[<p><a title="Dog Parks Australia" href="http://doggo.com.au" target="_blank">Doggo!</a> one of our Finding Simple side projects has made it onto the <a title="Doggo WordPress Showcase" href="http://wordpress.org/showcase/doggo/" target="_blank">WordPress showcase</a>.</p>
<p>Here&#8217;s why:</p>
<blockquote><p>Doggo demonstrates an alternative use of WordPress as a CMS using custom search functionality integrated with Google Maps to provide a unique and useful way to find somewhere to take your dog within Australia.</p></blockquote>
<p>A big thank you to everyone who supports and uses Doggo!</p>
]]></content:encoded>
			<wfw:commentRss>http://findingsimple.com/2011/07/17/doggo-in-the-wp-showcase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Canberra Meetup</title>
		<link>http://findingsimple.com/2011/07/14/wordpress-canberra-meetup/</link>
		<comments>http://findingsimple.com/2011/07/14/wordpress-canberra-meetup/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 11:46:27 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Finding Simple]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[canberra]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://findingsimple.com/?p=1285</guid>
		<description><![CDATA[Introducing the WordPress Canberra Meetup! It’s for anyone interested in WordPress in the Nations Capital – from users to developers, from new to experienced. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.meetup.com/WordPress-Canberra/ " target="_blank"><img class="size-full wp-image-1286 alignleft" title="meetup_logo_" src="http://findingsimple.com/files/2011/07/meetup_logo_.jpg" alt="" width="246" height="164" /></a>Introducing the WordPress Canberra Meetup!</p>
<p>Just like WordPress, this group will always be FREE. It&#8217;s for anyone interested in WordPress in the Nations Capital &#8211; from users to developers, from new to experienced. It&#8217;s about all about getting together to discuss WordPress and having a bit of fun. We&#8217;ll aim to have topics and/or presentations for all levels so please join the conversation and let us know what WordPress topics you are most interested in.</p>
<p>There&#8217;s already a great bunch of people who have signed up so head on over to <a href="http://www.meetup.com/WordPress-Canberra/" target="_blank">http://www.meetup.com/WordPress-Canberra/</a> now and join in the discussion. We&#8217;ll update the schedule as soon as we&#8217;ve sorted out a venue and of course the first round will be on us.</p>
]]></content:encoded>
			<wfw:commentRss>http://findingsimple.com/2011/07/14/wordpress-canberra-meetup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quirky Kid in the WP Showcase</title>
		<link>http://findingsimple.com/2011/07/11/quirky-kid-in-the-wp-showcase/</link>
		<comments>http://findingsimple.com/2011/07/11/quirky-kid-in-the-wp-showcase/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 01:09:28 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://findingsimple.com/?p=1274</guid>
		<description><![CDATA[One of our ongoing clients Quirky Kid Clinic has made it into the WordPress Showcase! Here&#8217;s why: The Quirky Kid Clinic website is detailed, well...]]></description>
			<content:encoded><![CDATA[<p>One of our ongoing clients <a href="http://childpsychologist.com.au/" target="_blank">Quirky Kid Clinic</a> has made it into the <a href="http://wordpress.org/showcase/quirky-kid-clinic/" target="_blank">WordPress Showcase</a>!</p>
<p>Here&#8217;s why:</p>
<blockquote><p>The Quirky Kid Clinic website is detailed, well designed and illustrated and uses a number of WordPress’ many features and tools to display a wide variety of content.</p></blockquote>
<p>Congratulations to Leo and the gang!</p>
]]></content:encoded>
			<wfw:commentRss>http://findingsimple.com/2011/07/11/quirky-kid-in-the-wp-showcase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vaultpress</title>
		<link>http://findingsimple.com/2010/07/26/vaultpress/</link>
		<comments>http://findingsimple.com/2010/07/26/vaultpress/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 21:39:51 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://findingsimple.com/?p=1057</guid>
		<description><![CDATA[The slick new protection service for WordPress sites powered by the team at Automattic.]]></description>
			<content:encoded><![CDATA[<p>Over the past few weeks we&#8217;ve been one of the <a href="http://blog.vaultpress.com/2010/06/29/beginning/">lucky ones</a> trying out the VaultPress beta. </p>
<p>If you haven&#8217;t come across the service yet, here&#8217;s how the Automattic crew describe it:</p>
<blockquote><p>VaultPress is a subscription-based protection, security and backup service for WordPress blogs and sites. It’s built on the same Automattic grid that reliably serves over 11 million WordPress.com blogs and 250 million monthly visitors. <a href="http://vaultpress.com/faq/">#via</a></p></blockquote>
<p>Even in beta form the service is very slick: It&#8217;s easy to install, the interface fits right in with the WordPress dashboard (to be expected) and it just works. We can&#8217;t wait to start introducing it to clients once it&#8217;s out of beta.</p>
]]></content:encoded>
			<wfw:commentRss>http://findingsimple.com/2010/07/26/vaultpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Hooray!</title>
		<link>http://findingsimple.com/2010/06/18/wordpress-3-thelonius/</link>
		<comments>http://findingsimple.com/2010/06/18/wordpress-3-thelonius/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 22:39:50 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://findingsimple.com/?p=1044</guid>
		<description><![CDATA[ WordPress 3.0 " Thelonius" has hit the ground running, boasting some impressive new features including a new menu system, improved api's and custom post types.]]></description>
			<content:encoded><![CDATA[<p>The next installment of WordPress is here! WordPress 3.0 &#8220;Thelonius&#8221; is the 13th major release since May 2003 and boasts some huge improvements to the menu system, new and improved api&#8217;s for custom backgrounds, headers and custom post types (I personally think the custom post types is one of the best updates yet and I can&#8217;t wait to see what sites the community will develop utilising this functionality).</p>
<p>They&#8217;ve also bundled in a new default theme &#8211; &#8220;Twenty Ten&#8221; &#8211; that provides a solid baseline if you&#8217;re looking to get into some child theme development.</p>
<p>Overall it is a wonderful achievement &#8211; a big thanks and congratulations to the team at Automattic and all the contributors around the world!</p>
<p>For a full list of the 3.0 highlights and features head on over to the <a title="WordPress 3.0 Thelonius" href="http://codex.wordpress.org/Version_3.0">Codex</a>. And as always &#8211; remember to do a thorough backup of your database and files before hitting that update button.</p>
]]></content:encoded>
			<wfw:commentRss>http://findingsimple.com/2010/06/18/wordpress-3-thelonius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That&#8217;s right&#8230;</title>
		<link>http://findingsimple.com/2010/04/07/thats-right-were-back/</link>
		<comments>http://findingsimple.com/2010/04/07/thats-right-were-back/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 06:12:04 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Finding Simple]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://findingsimple.com/?p=1027</guid>
		<description><![CDATA[After a couple weeks catching up with family and road trippin&#8217; through Outback South Australia and New South Wales we&#8217;re back on deck.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1028" src="http://binaryplayground.com/wp-content/uploads/2010/04/back.gif" alt="We're Back!" width="625" height="400" /></p>
<p>After a couple weeks catching up with family and road trippin&#8217; through <a href="http://www.flickr.com/photos/27927960@N06/sets/72157623792828278/">Outback South Australia and New South Wales</a> we&#8217;re back on deck.</p>
]]></content:encoded>
			<wfw:commentRss>http://findingsimple.com/2010/04/07/thats-right-were-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Busy Busy Busy</title>
		<link>http://findingsimple.com/2010/03/10/busy-web-design-and-development/</link>
		<comments>http://findingsimple.com/2010/03/10/busy-web-design-and-development/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 06:53:55 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[canberra]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://findingsimple.com/?p=1026</guid>
		<description><![CDATA[We&#8217;ve been super busy over the last few months and haven&#8217;t had a chance to up-date the web sites in our portfolio &#8211; but are...]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been super busy over the last few months and haven&#8217;t had a chance to up-date the <a href="http://findingsimple.com/work/">web sites in our portfolio</a> &#8211; but are planning on getting to it soon.</p>
<p>In the mean time here is a selection of some of the great new sites we&#8217;ve been helping out with:</p>
<ul>
<li><a title="Daylight Design" href="http://daylightdesign.com" target="_blank">Daylight Design</a></li>
<li><a title="Omigoddess!" href="http://omigoddess.com.au" target="_blank">Omigoddess</a></li>
<li><a title="Viking Books" href="http://vbooks.com.au" target="_blank">Viking Books</a></li>
<li><a title="Alpine Way" href="http://alpineway.com.au" target="_blank">Kosciuszko Alpine Way</a></li>
<li><a title="Tender Bytes" href="http://tenderbytes.com.au" target="_blank">Tender Bytes</a></li>
<li><a title="Curious Clare" href="http://webbyclare.com" target="_blank">Webby Clare</a></li>
<li><a href="http://supersmile.com.au/" target="_blank">Supersmile Superdontist!</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://findingsimple.com/2010/03/10/busy-web-design-and-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

