<?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>The Pringle &#187; Wordpress</title>
	<atom:link href="http://brettpringle.com/index.php/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://brettpringle.com</link>
	<description>The parts between search, social and marketing</description>
	<lastBuildDate>Wed, 07 Apr 2010 08:56:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Exclude filter in analytics for WordPress post/page previews</title>
		<link>http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/</link>
		<comments>http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 16:52:36 +0000</pubDate>
		<dc:creator>Brett Pringle</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[exclude filter]]></category>
		<category><![CDATA[preview=true]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://brettpringle.com/?p=98</guid>
		<description><![CDATA[I&#8217;ve never had to really create an exclude filter within Google analytics before, never had the need to exclude pages/queries from sites i&#8217;ve worked on. However i always need to preview my posts, allows me the opportunity to take another scan over for basic errors and to tweak images (perfectionist at heart).
I&#8217;ve hard coded my [...]<p><a href="http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/">Exclude filter in analytics for WordPress post/page previews</a> is a post from: <a href="http://brettpringle.com">The Pringle</a></p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://brettpringle.com/analytics/google-analytics-creating-multiple-goals/" rel="bookmark">Google Analytics &#8211; creating multiple goals</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/analytics/subdomain-tracking-using-custom-analytics-tracking-script-filters/" rel="bookmark">Subdomain tracking using custom analytics tracking script &#038; filters</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/analytics/what-is-bounce-rate/" rel="bookmark">What is bounce rate? Answer is not always call to actions</a><!-- (2)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I&#8217;ve never had to really create an exclude filter within Google analytics before, never had the need to exclude pages/queries from sites i&#8217;ve worked on. However i always need to preview my posts, allows me the opportunity to take another scan over for basic errors and to tweak images (perfectionist at heart).</p>
<p style="text-align: left;">I&#8217;ve hard coded my tracking script into the footer of my wordpress theme, so previewing posts is always tracked within the analytics. No point in creating a custom exclude filter for my home and office ADSL line, as the IP address always changes as well. So the other solution would be just to exclude all &#8220;<strong>preview=true</strong>&#8221; URI&#8217;s from being tracked, to help having to see my previews in my top content pages breakdown in analytics.</p>
<p style="text-align: left;">It&#8217;s an extremely easy task to do. Simply sign in to your Google Analytics account and edit your blog analytics profile and select the option to &#8220;<strong>add filter</strong>&#8220;. You will need to use the <strong>custom filter</strong> option as seen below:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-99" title="Add Filter - Select Custom Filter" src="http://brettpringle.com/wp-content/uploads/2009/01/add-filter-selection-1.png" alt="Add Filter - Select Custom Filter" width="555" height="296" /></p>
<p style="text-align: left;">Once you&#8217;re done, you need to select the type of filter you are wanting to create, we are looking to create an exclude filter, so make sure you have the &#8220;exclude&#8221; option checked. Now you will need to change the &#8220;<strong>filter field</strong>&#8220;, which defaults to &#8220;<strong>visitor geographical domain</strong>&#8220;, to &#8220;<strong>Request URI</strong>&#8221; towards the top of the dropdown (dropup? <img src='http://brettpringle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). URI meaning everything after the domain name, very different to URL.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-100" title="Custom Filter Details - Exclude Option and Request URI" src="http://brettpringle.com/wp-content/uploads/2009/01/add-filter-custom-filter-selection.png" alt="Custom Filter Details - Exclude Option and Request URI" width="593" height="397" /></p>
<p style="text-align: left;">Next, you&#8217;ll need to add your pattern. As this works in a similar manner to the head match option when creating goals in analytics, you will only need to add the common &#8220;pattern&#8221; that will appear in URI&#8217;s that you do not wish to track. Simply add your &#8220;preview=true&#8221; for the filter pattern, don&#8217;t forget to name your custom filter, then save. You are all done.</p>
<p style="text-align: center;"><img class="size-full wp-image-101 alignnone" title="Adding your filter pattern to your exclude filter" src="http://brettpringle.com/wp-content/uploads/2009/01/add-filter-request-uri-previewtrue.png" alt="Adding your filter pattern to your exclude filter" width="590" height="310" /></p>
<p style="text-align: left;">
<p style="text-align: left;">And you&#8217;re done! Remember this will only affect any new data tracked going forward and does take some time before you will see updated data within your analytics profile. As a side note, be very careful that the &#8220;<strong>preview=true</strong>&#8221; function is not used somewhere else within wordpress legitimately, as you may very well want to track that data.</p>
<p style="text-align: left;">Sometimes it&#8217;s best to tweak and customise yourself, than having to really on plugins to easily solve a need/problem. Hope this little tid bit of info may help some of you.</p>
<p><a href="http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/">Exclude filter in analytics for WordPress post/page previews</a> is a post from: <a href="http://brettpringle.com">The Pringle</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Exclude+filter+in+analytics+for+WordPress+post%2Fpage+previews+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/&amp;title=Exclude+filter+in+analytics+for+WordPress+post%2Fpage+previews&amp;summary=I%27ve%20never%20had%20to%20really%20create%20an%20exclude%20filter%20within%20Google%20analytics%20before%2C%20never%20had%20the%20need%20to%20exclude%20pages%2Fqueries%20from%20sites%20i%27ve%20worked%20on.%20However%20i%20always%20need%20to%20preview%20my%20posts%2C%20allows%20me%20the%20opportunity%20to%20take%20another%20scan%20over%20for%20basic%20errors%20and%20to%20tweak%20images%20%28perfectionist%20&amp;source=The Pringle" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/&amp;title=Exclude+filter+in+analytics+for+WordPress+post%2Fpage+previews" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/&amp;t=Exclude+filter+in+analytics+for+WordPress+post%2Fpage+previews" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/&amp;title=Exclude+filter+in+analytics+for+WordPress+post%2Fpage+previews" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/&amp;title=Exclude+filter+in+analytics+for+WordPress+post%2Fpage+previews" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/&amp;title=Exclude+filter+in+analytics+for+WordPress+post%2Fpage+previews&amp;srcUrl=http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/&amp;srcTitle=Exclude+filter+in+analytics+for+WordPress+post%2Fpage+previews&amp;snippet=I%27ve%20never%20had%20to%20really%20create%20an%20exclude%20filter%20within%20Google%20analytics%20before%2C%20never%20had%20the%20need%20to%20exclude%20pages%2Fqueries%20from%20sites%20i%27ve%20worked%20on.%20However%20i%20always%20need%20to%20preview%20my%20posts%2C%20allows%20me%20the%20opportunity%20to%20take%20another%20scan%20over%20for%20basic%20errors%20and%20to%20tweak%20images%20%28perfectionist%20" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<h3>Related Posts</h3>
<ol>
		<li><a href="http://brettpringle.com/analytics/google-analytics-creating-multiple-goals/" rel="bookmark">Google Analytics &#8211; creating multiple goals</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/analytics/subdomain-tracking-using-custom-analytics-tracking-script-filters/" rel="bookmark">Subdomain tracking using custom analytics tracking script &#038; filters</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/analytics/what-is-bounce-rate/" rel="bookmark">What is bounce rate? Answer is not always call to actions</a><!-- (2)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://brettpringle.com/analytics/exclude-filter-in-analytics-for-wordpress-post-page-previews/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 &#8211; a fresh look for the new year</title>
		<link>http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/</link>
		<comments>http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 15:08:10 +0000</pubDate>
		<dc:creator>Brett Pringle</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://brettpringle.com/?p=38</guid>
		<description><![CDATA[I have this urge to shout &#8220;it&#8217;s allliiiiive, it&#8217;s ALIVE!&#8221; in a creepy voice, just like a monster movie (oh my flashbacks from the &#8220;Cable Guy&#8221;). Alright, now that i have that out my system&#8230; WordPress 2.7 is here  
Features a customisable dashboard, reply to comments from the dashboard and even re-arrange your posting [...]<p><a href="http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/">WordPress 2.7 &#8211; a fresh look for the new year</a> is a post from: <a href="http://brettpringle.com">The Pringle</a></p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://brettpringle.com/wordpress/new-blog-installation/" rel="bookmark">New Blog &#8211; installation</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/" rel="bookmark">WordPress 2.6 Released &#8211; some new features</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/" rel="bookmark">WordPress aquires PollDaddy.com</a><!-- (2)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>I have this urge to shout &#8220;<em>it&#8217;s allliiiiive, it&#8217;s ALIVE!</em>&#8221; in a creepy voice, just like a monster movie (oh my flashbacks from the &#8220;Cable Guy&#8221;). Alright, now that i have that out my system&#8230; <a title="WordPress 2.7 " href="http://wordpress.org/development/2008/12/coltrane/" target="_blank">WordPress 2.7</a> is here <img src='http://brettpringle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Features a customisable dashboard, reply to comments from the dashboard and even re-arrange your posting screen to just name a few. Search and add plugins right from the admin area even upgrading the WordPress platform (now if i can just get my access permissions right on the server). I&#8217;m extremely impressed with the bulk editing update, which makes it so much easier to re-allocate posts to authors, etc.</p>
<p>Interesting new feature included is the &#8220;sticky post&#8221; option. All these new &#8220;toys&#8221;, it&#8217;s hard to decide where to start. The sneakpeak video says it all</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://v.wordpress.com/hFr8Nyar" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/hFr8Nyar"></embed></object></p>
<p>I would love to see an upgrade to the media library, trying to upload and manage images gives me a headache and i give up and move on.</p>
<p>Once again, round of applause to the WordPress team. <img src='http://brettpringle.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Let me get stuck into upgrading.</p>
<p><a href="http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/">WordPress 2.7 &#8211; a fresh look for the new year</a> is a post from: <a href="http://brettpringle.com">The Pringle</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=WordPress+2.7+-+a+fresh+look+for+the+new+year+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/&amp;title=WordPress+2.7+-+a+fresh+look+for+the+new+year&amp;summary=I%20have%20this%20urge%20to%20shout%20%22it%27s%20allliiiiive%2C%20it%27s%20ALIVE%21%22%20in%20a%20creepy%20voice%2C%20just%20like%20a%20monster%20movie%20%28oh%20my%20flashbacks%20from%20the%20%22Cable%20Guy%22%29.%20Alright%2C%20now%20that%20i%20have%20that%20out%20my%20system...%20WordPress%202.7%20is%20here%20%3A%29%0D%0A%0D%0AFeatures%20a%20customisable%20dashboard%2C%20reply%20to%20comments%20from%20the%20dashboard%20and%20even%20&amp;source=The Pringle" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/&amp;title=WordPress+2.7+-+a+fresh+look+for+the+new+year" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/&amp;t=WordPress+2.7+-+a+fresh+look+for+the+new+year" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/&amp;title=WordPress+2.7+-+a+fresh+look+for+the+new+year" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/&amp;title=WordPress+2.7+-+a+fresh+look+for+the+new+year" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/&amp;title=WordPress+2.7+-+a+fresh+look+for+the+new+year&amp;srcUrl=http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/&amp;srcTitle=WordPress+2.7+-+a+fresh+look+for+the+new+year&amp;snippet=I%20have%20this%20urge%20to%20shout%20%22it%27s%20allliiiiive%2C%20it%27s%20ALIVE%21%22%20in%20a%20creepy%20voice%2C%20just%20like%20a%20monster%20movie%20%28oh%20my%20flashbacks%20from%20the%20%22Cable%20Guy%22%29.%20Alright%2C%20now%20that%20i%20have%20that%20out%20my%20system...%20WordPress%202.7%20is%20here%20%3A%29%0D%0A%0D%0AFeatures%20a%20customisable%20dashboard%2C%20reply%20to%20comments%20from%20the%20dashboard%20and%20even%20" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<h3>Related Posts</h3>
<ol>
		<li><a href="http://brettpringle.com/wordpress/new-blog-installation/" rel="bookmark">New Blog &#8211; installation</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/" rel="bookmark">WordPress 2.6 Released &#8211; some new features</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/" rel="bookmark">WordPress aquires PollDaddy.com</a><!-- (2)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress aquires PollDaddy.com</title>
		<link>http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/</link>
		<comments>http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 08:36:40 +0000</pubDate>
		<dc:creator>Brett Pringle</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[polldaddy]]></category>
		<category><![CDATA[polls]]></category>

		<guid isPermaLink="false">http://brettpringle.com/?p=26</guid>
		<description><![CDATA[A little surprise popped up in my twitter feed this morning, Automattic aquired PollDaddy.com! Ok, it is not as if Google decided to give away free money (Sorry all), but for any blogger that longs for blog interaction, this is definitely your next step and something worth getting excited about.

So what does this mean, well, [...]<p><a href="http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/">WordPress aquires PollDaddy.com</a> is a post from: <a href="http://brettpringle.com">The Pringle</a></p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://brettpringle.com/wordpress/new-blog-installation/" rel="bookmark">New Blog &#8211; installation</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/" rel="bookmark">WordPress 2.6 Released &#8211; some new features</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/" rel="bookmark">WordPress 2.7 &#8211; a fresh look for the new year</a><!-- (2)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>A little surprise popped up in my <a title="Twitter - Brett Pringle" href="http://twitter.com/brettpringle" target="_blank">twitter</a> feed this morning, <a title="Automattic Aquires PollDaddy" href="http://ma.tt/2008/10/polldaddy-goes-automattic/" target="_blank">Automattic aquired PollDaddy.com</a>! Ok, it is not as if Google decided to give away free money (Sorry all), but for any blogger that longs for blog interaction, this is definitely your next step and something worth getting excited about.</p>
<p style="text-align: center;"><object width="640" height="360" data="http://v.wordpress.com/im5ATfZQ" type="application/x-shockwave-flash"><param name="src" value="http://v.wordpress.com/im5ATfZQ" /><param name="allowfullscreen" value="true" /></object></p>
<p>So what does this mean, well, from the video above, adding Polls to your blog are just that much easier, you are now able to create a poll directly from within the wordpress admin area (for those without a <a title="PollDaddy" href="http://polldaddy.com/" target="_blank">PollDaddy</a> account, not to worry, WordPress kindly allowed you to signup through the admin area as well <img src='http://brettpringle.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>It&#8217;s not part of the current standalone WordPress platform as yet, however they have enabled intergration of this feature on wordpress.com and have released a first version <a title="WordPress PollDaddy Plugin" href="http://wordpress.org/extend/plugins/polldaddy/" target="_blank">plugin</a> for all those out there to test out and get your readers &#8220;polling&#8221;.</p>
<p>I&#8217;m going to try get this enabled on the company blog today, the timing would have been great to add to <a title="Apple - Legend or Runner up" href="http://blog.mvisearch.com/hot-of-the-press/apple-legend-or-runner-up/" target="_blank">Sandy&#8217;s Apple post</a> and test it out.</p>
<p>Once again, round of applause for the WordPress team, keep up the amazing work.</p>
<p><a href="http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/">WordPress aquires PollDaddy.com</a> is a post from: <a href="http://brettpringle.com">The Pringle</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=WordPress+aquires+PollDaddy.com+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/&amp;title=WordPress+aquires+PollDaddy.com&amp;summary=A%20little%20surprise%20popped%20up%20in%20my%20twitter%20feed%20this%20morning%2C%20Automattic%20aquired%20PollDaddy.com%21%20Ok%2C%20it%20is%20not%20as%20if%20Google%20decided%20to%20give%20away%20free%20money%20%28Sorry%20all%29%2C%20but%20for%20any%20blogger%20that%20longs%20for%20blog%20interaction%2C%20this%20is%20definitely%20your%20next%20step%20and%20something%20worth%20getting%20excited%20about.%0D%0A%0D%0A&amp;source=The Pringle" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/&amp;title=WordPress+aquires+PollDaddy.com" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/&amp;t=WordPress+aquires+PollDaddy.com" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/&amp;title=WordPress+aquires+PollDaddy.com" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/&amp;title=WordPress+aquires+PollDaddy.com" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/&amp;title=WordPress+aquires+PollDaddy.com&amp;srcUrl=http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/&amp;srcTitle=WordPress+aquires+PollDaddy.com&amp;snippet=A%20little%20surprise%20popped%20up%20in%20my%20twitter%20feed%20this%20morning%2C%20Automattic%20aquired%20PollDaddy.com%21%20Ok%2C%20it%20is%20not%20as%20if%20Google%20decided%20to%20give%20away%20free%20money%20%28Sorry%20all%29%2C%20but%20for%20any%20blogger%20that%20longs%20for%20blog%20interaction%2C%20this%20is%20definitely%20your%20next%20step%20and%20something%20worth%20getting%20excited%20about.%0D%0A%0D%0A" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<h3>Related Posts</h3>
<ol>
		<li><a href="http://brettpringle.com/wordpress/new-blog-installation/" rel="bookmark">New Blog &#8211; installation</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/" rel="bookmark">WordPress 2.6 Released &#8211; some new features</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/" rel="bookmark">WordPress 2.7 &#8211; a fresh look for the new year</a><!-- (2)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Released &#8211; some new features</title>
		<link>http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/</link>
		<comments>http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:50:51 +0000</pubDate>
		<dc:creator>Brett Pringle</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[gravatars]]></category>

		<guid isPermaLink="false">http://brettpringle.com/?p=10</guid>
		<description><![CDATA[So WordPress 2.6 was released, and congrats to the new release, some really great new features added, some so small folks might not even notice, such as the word count feature appearing while creating your posts, revision history of posts, allowing easier collaboration on posts and comparing revisions.
One great new feature that got me all [...]<p><a href="http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/">WordPress 2.6 Released &#8211; some new features</a> is a post from: <a href="http://brettpringle.com">The Pringle</a></p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://brettpringle.com/wordpress/new-blog-installation/" rel="bookmark">New Blog &#8211; installation</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/" rel="bookmark">WordPress aquires PollDaddy.com</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/" rel="bookmark">WordPress 2.7 &#8211; a fresh look for the new year</a><!-- (2)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p><strong>So <a title="WordPress 2.6" href="http://wordpress.org/development/2008/07/wordpress-26-tyner/" target="_blank">WordPress 2.6</a> was released</strong>, and congrats to the new release, some really great new features added, some so small folks might not even notice, such as the word count feature appearing while creating your posts, revision history of posts, allowing easier collaboration on posts and comparing revisions.</p>
<p>One great new feature that got me all excited was the ability to sort your media library, drag and drop style, Ajax is amazing when put to good use <img src='http://brettpringle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Updates like these just get you all excited to try and make use of the features, full avatar support as well for commenters across both gravatar, identicon and monsterID. Been dying to implement the avatar feature on the company blog for sometime, and this will be the perfect time. For those wanting to add it as well, found a great writeup this morning on how to enable the feature with some very basic PHP changes here, <a title="Gravatar Support" href="http://www.themelab.com/2008/05/09/add-gravatar-support-to-your-wordpress-comments/" target="_blank">Gravatar Support</a>.</p>
<p>Very short video highlighting some of the new exciting features:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&amp;width=640&amp;height=385" /><param name="src" value="http://v.wordpress.com/mARhRBcT/fmt_dvd" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://v.wordpress.com/mARhRBcT/fmt_dvd" flashvars="blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&amp;width=640&amp;height=385"></embed></object></p>
<p>It&#8217;s time i started to get stuck into my blog more often, i think i&#8217;m neglecting it, and with the features available within WordPress, including the plugins that offer so many nifty new options to add, i think it&#8217;s about time i paid a bit more attention to my little blog.</p>
<p>A big up to the folks that got this new update out, the admin area use of Ajax is so fluid and smooth, easy to use, it makes life alot easier for newbies and intermediates such as myself.</p>
<p><a href="http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/">WordPress 2.6 Released &#8211; some new features</a> is a post from: <a href="http://brettpringle.com">The Pringle</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=WordPress+2.6+Released+-+some+new+features+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/&amp;title=WordPress+2.6+Released+-+some+new+features&amp;summary=So%20WordPress%202.6%20was%20released%2C%20and%20congrats%20to%20the%20new%20release%2C%20some%20really%20great%20new%20features%20added%2C%20some%20so%20small%20folks%20might%20not%20even%20notice%2C%20such%20as%20the%20word%20count%20feature%20appearing%20while%20creating%20your%20posts%2C%20revision%20history%20of%20posts%2C%20allowing%20easier%20collaboration%20on%20posts%20and%20comparing%20revisio&amp;source=The Pringle" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/&amp;title=WordPress+2.6+Released+-+some+new+features" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/&amp;t=WordPress+2.6+Released+-+some+new+features" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/&amp;title=WordPress+2.6+Released+-+some+new+features" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/&amp;title=WordPress+2.6+Released+-+some+new+features" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/&amp;title=WordPress+2.6+Released+-+some+new+features&amp;srcUrl=http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/&amp;srcTitle=WordPress+2.6+Released+-+some+new+features&amp;snippet=So%20WordPress%202.6%20was%20released%2C%20and%20congrats%20to%20the%20new%20release%2C%20some%20really%20great%20new%20features%20added%2C%20some%20so%20small%20folks%20might%20not%20even%20notice%2C%20such%20as%20the%20word%20count%20feature%20appearing%20while%20creating%20your%20posts%2C%20revision%20history%20of%20posts%2C%20allowing%20easier%20collaboration%20on%20posts%20and%20comparing%20revisio" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<h3>Related Posts</h3>
<ol>
		<li><a href="http://brettpringle.com/wordpress/new-blog-installation/" rel="bookmark">New Blog &#8211; installation</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/" rel="bookmark">WordPress aquires PollDaddy.com</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/" rel="bookmark">WordPress 2.7 &#8211; a fresh look for the new year</a><!-- (2)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Blog &#8211; installation</title>
		<link>http://brettpringle.com/wordpress/new-blog-installation/</link>
		<comments>http://brettpringle.com/wordpress/new-blog-installation/#comments</comments>
		<pubDate>Sat, 17 May 2008 15:09:27 +0000</pubDate>
		<dc:creator>Brett Pringle</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://brettpringle.com/?p=5</guid>
		<description><![CDATA[Hey All,
After a bit of begging, finally have my own domain and blog. Since friday afternoon, the setup has, well, been a nightmare. Seems the new version, 2.5.1 of wordpress has massive changes including no author Bio page appearing anymore as in previous versions. Plugins are not compatible yet, so i&#8217;ve had a very limited [...]<p><a href="http://brettpringle.com/wordpress/new-blog-installation/">New Blog &#8211; installation</a> is a post from: <a href="http://brettpringle.com">The Pringle</a></p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/" rel="bookmark">WordPress 2.6 Released &#8211; some new features</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/" rel="bookmark">WordPress aquires PollDaddy.com</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/" rel="bookmark">WordPress 2.7 &#8211; a fresh look for the new year</a><!-- (2)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Hey All,</p>
<p>After a bit of begging, finally have my own domain and blog. Since friday afternoon, the setup has, well, been a nightmare. Seems the new version, 2.5.1 of wordpress has massive changes including no author Bio page appearing anymore as in previous versions. Plugins are not compatible yet, so i&#8217;ve had a very limited choice in what to add to my blog from an admin side.</p>
<p>One frustrating issue, having to find a theme for the blog. Finding a appealing/eye catching design takes awhile, but actually loading it up and seeing what the design looks like live is disappointing. Thousands of themes later, and all i can come into conclusion is, the plain designs can&#8217;t handle what you really need. So be prepared for the look and feel of the blog to change somewhat as i get to grips with PHP and some basic design.</p>
<p>Must prepare myself to really get into development, only so much you can do without that knowledge, especially when it comes to work.</p>
<p>Anyhoo, but to the fiddling and tweaking, let&#8217;s see what i can get done before the new week</p>
<p><em><strong>(postscript)</strong></em><br />
After taking a break and coming back, realised the author bio page only displays what information it has. (plus me not realising that author pages and extra bits and pieces are theme based) New 2.5.1 platform has quite a bit of functionality to it, if you know where to look. Now it&#8217;s just filling in the missing pieces and getting up to scratch on the CSS <img src='http://brettpringle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8230;. such a noob )</p>
<p><a href="http://brettpringle.com/wordpress/new-blog-installation/">New Blog &#8211; installation</a> is a post from: <a href="http://brettpringle.com">The Pringle</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=New+Blog+-+installation+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://brettpringle.com/wordpress/new-blog-installation/&amp;title=New+Blog+-+installation&amp;summary=Hey%20All%2C%0D%0A%0D%0AAfter%20a%20bit%20of%20begging%2C%20finally%20have%20my%20own%20domain%20and%20blog.%20Since%20friday%20afternoon%2C%20the%20setup%20has%2C%20well%2C%20been%20a%20nightmare.%20Seems%20the%20new%20version%2C%202.5.1%20of%20wordpress%20has%20massive%20changes%20including%20no%20author%20Bio%20page%20appearing%20anymore%20as%20in%20previous%20versions.%20Plugins%20are%20not%20compatible%20yet&amp;source=The Pringle" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brettpringle.com/wordpress/new-blog-installation/&amp;title=New+Blog+-+installation" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://brettpringle.com/wordpress/new-blog-installation/&amp;t=New+Blog+-+installation" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://brettpringle.com/wordpress/new-blog-installation/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://brettpringle.com/wordpress/new-blog-installation/&amp;title=New+Blog+-+installation" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brettpringle.com/wordpress/new-blog-installation/&amp;title=New+Blog+-+installation" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://brettpringle.com/wordpress/new-blog-installation/&amp;title=New+Blog+-+installation&amp;srcUrl=http://brettpringle.com/wordpress/new-blog-installation/&amp;srcTitle=New+Blog+-+installation&amp;snippet=Hey%20All%2C%0D%0A%0D%0AAfter%20a%20bit%20of%20begging%2C%20finally%20have%20my%20own%20domain%20and%20blog.%20Since%20friday%20afternoon%2C%20the%20setup%20has%2C%20well%2C%20been%20a%20nightmare.%20Seems%20the%20new%20version%2C%202.5.1%20of%20wordpress%20has%20massive%20changes%20including%20no%20author%20Bio%20page%20appearing%20anymore%20as%20in%20previous%20versions.%20Plugins%20are%20not%20compatible%20yet" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<h3>Related Posts</h3>
<ol>
		<li><a href="http://brettpringle.com/wordpress/wordpress-26-released-some-new-features/" rel="bookmark">WordPress 2.6 Released &#8211; some new features</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-aquires-polldaddycom/" rel="bookmark">WordPress aquires PollDaddy.com</a><!-- (2)--></li>
		<li><a href="http://brettpringle.com/wordpress/wordpress-27-a-fresh-look-for-the-new-year/" rel="bookmark">WordPress 2.7 &#8211; a fresh look for the new year</a><!-- (2)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://brettpringle.com/wordpress/new-blog-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
