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

<channel>
	<title>Paint the Tiger, Carve the Swan &#187; Performancing Metrics</title>
	<atom:link href="http://schinckel.net/category/blogging/performancing-metrics/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Fri, 05 Sep 2008 13:30:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Don&#8217;t Dirty Stats with your Visits</title>
		<link>http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/</link>
		<comments>http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 09:58:00 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Blogsome]]></category>

		<category><![CDATA[Performancing Metrics]]></category>

		<category><![CDATA[Smarty Templates]]></category>

		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/17/dont-dirty-stats-with-your-visits/</guid>
		<description><![CDATA[I often spend a heap of time tweaking stuff on my blog, and these show up as hits in the Referrers list, as well as on Performancing Metrics, a system of tracking readership.
Now, it&#8217;s rather simple to stop your visits counting towards your stats.
First, visit your site, and ensure you are logged in.  In [...]]]></description>
			<content:encoded><![CDATA[<p>I often spend a heap of time tweaking stuff on my blog, and these show up as hits in the Referrers list, as well as on Performancing Metrics, a system of tracking readership.</p>
<p>Now, it&#8217;s rather simple to stop your visits counting towards your stats.</p>
<p>First, visit your site, and ensure you are logged in.  In your address bar at the top of your browser, type in javascript:document.cookie, and press return.  Find the cookie entry that starts with <code>wordpressuser_</code>, and copy the garbage-looking string after it - this is the md5 hash of your server name - to the clipboard.</p>
<p>Find the location of your stat-gathering code.  Before it starts, enter:</p>
<p><code>{if $smarty.cookie.wordpressuser_md5string != "username"}</code></p>
<p>and after it ends, enter:</p>
<p><code>{/if}</code></p>
<p>Make sure to replace md5string with your md5 hash!</p>
<p>&bull;</p>
<p>This could also be used to have any text show/not show when you visit your own blog.  Like Google AdSense ads, for instance.</p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Performancing Stats for Blogsome</title>
		<link>http://schinckel.net/2006/04/17/performancing-stats-for-blogsome/</link>
		<comments>http://schinckel.net/2006/04/17/performancing-stats-for-blogsome/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 09:09:07 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Blogsome]]></category>

		<category><![CDATA[Performancing Metrics]]></category>

		<category><![CDATA[Smarty Templates]]></category>

		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/17/performancing-stats-for-blogsome/</guid>
		<description><![CDATA[This post is a Blogsome specific post with information gleaned from HOWTO: Wordpress Visitor Count Plugin Using Metrics API.  If you aren&#8217;t using Blogsome, then you&#8217;ll be better off visiting there.
If you are using Performancing Metrics as your system for tracking usage patterns, you may wish to have a counter of some sort.  [...]]]></description>
			<content:encoded><![CDATA[<p>This post is a Blogsome specific post with information gleaned from <a href="http://performancing.com/node/1831">HOWTO: Wordpress Visitor Count Plugin Using Metrics API</a>.  If you aren&#8217;t using Blogsome, then you&#8217;ll be better off visiting there.</p>
<p>If you are using Performancing Metrics as your system for tracking usage patterns, you may wish to have a counter of some sort.  It&#8217;s possible to do this, safely and securely with just a little bit of Smarty.<br />
<span id="more-862"></span><br />
First, you&#8217;ll need to get your current Performancing Authorisation Key.  This will not change unless you change your password, so keep that in mind if this stops working at some stageâ€¦</p>
<p>To get your API key, you&#8217;ll need to visit a URL like the following, but with your username and password. </p>
<p>http://performancing.com/perfstats/api.php?action=getauth&#038;uid=some+user&#038;pwd=mypass</p>
<p>If you put this into a Firefox address bar, it will display the XML, but the only part we need is the part inside the <code>&lt;auth&gt;</code> tags.  Don&#8217;t give this to anyone, else they can see all of your Performancing stats.</p>
<p>You can now use this key to get some stats.  As a test, we&#8217;ll get the basic stats of your blog.  Copy and paste the URL below, and insert it into the address bar.  Then, replace KEY with your authorisation key, and schinckel with your blogsome ID:</p>
<pre>http://performancing.com/perfstats/api.php?action=getvisitorstats&#038;auth=KEY&#038;blog_domain=schinckel.blogsome.com</pre>
<p>You&#8217;ll be presented with some XML that looks like:</p>
<pre style='text-align:left;color:#000000; background-color:#c9dfff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; '><span style='color:#881280;'>&lt;response&gt;</span>
    <span style='color:#881280;'>&lt;request&gt;</span>
        <span style='color:#881280;'>&lt;auth&gt;</span>KEY<span style='color:#881280;'>&lt;/auth&gt;</span>
        <span style='color:#881280;'>&lt;blog_domain&gt;</span>schinckel.blogsome.com<span style='color:#881280;'>&lt;/blog_domain&gt;</span>
        <span style='color:#881280;'>&lt;action&gt;</span>getvisitorstats<span style='color:#881280;'>&lt;/action&gt;</span>
    <span style='color:#881280;'>&lt;/request&gt;</span>
    <span style='color:#881280;'>&lt;ChartURL&gt;</span>
        http://performancing.com/perfstats/api.php?action=getchart&amp;blog_domain=schinckel.blogsome.com&amp;dtype=visitor_stats&amp;ctype=line&amp;m=today&amp;d1=2006-04-17&amp;d2=
    <span style='color:#881280;'>&lt;/ChartURL&gt;</span>
    <span style='color:#881280;'>&lt;Visits&gt;</span>20<span style='color:#881280;'>&lt;/Visits&gt;</span>
    <span style='color:#881280;'>&lt;AverageVisitsPerDay&gt;</span>20.0000<span style='color:#881280;'>&lt;/AverageVisitsPerDay&gt;</span>
    <span style='color:#881280;'>&lt;AverageVisitLength&gt;</span>517.9500<span style='color:#881280;'>&lt;/AverageVisitLength&gt;</span>
    <span style='color:#881280;'>&lt;RepeatVisitors&gt;</span>0<span style='color:#881280;'>&lt;/RepeatVisitors&gt;</span>
<span style='color:#881280;'>&lt;/response&gt;</span></pre>
<p>You can then use the ChartURL to see a nice graph, something like:</p>
<p><img src="http://performancing.com/perfstats/api.php?action=getchart&#038;blog_domain=schinckel.blogsome.com&#038;dtype=visitor_stats&#038;ctype=line&#038;m=today&#038;d1=2006-04-17&#038;d2=" alt='Performancing Stats' width='450'/></p>
<p>If this doesn&#8217;t work, then check your API key, and all of the URLs you&#8217;ve typed in so far.</p>
<p>Now, let&#8217;s imagine we just want a counter for total blog views.  The URL will need to look a bit like (I&#8217;ve broken it onto seperate lines first to help you understand it):</p>
<p>http://performancing.com/perfstats/api.php?action=getvisitorstats<br />
    &#038;auth=<em>KEY</em>&#038;blog_domain=<em>blogname</em>.blogsome.com&#038;m=date_range<br />
    &#038;d1=<em>start_date</em>&#038;d2=<em>end_date</em></p>
<p>We&#8217;ll look at how to get the current date a bit later: for now, put a date at some point in the future.</p>
<p>Mine, sans the authorisation key was:</p>
<p>http://performancing.com/perfstats/api.php?action=getvisitorstats&#038;auth=KEY&#038;blog_domain=schinckel.blogsome.com&#038;m=date_range&#038;d1=2006-01-01&#038;d2=2007-01-01</p>
<p>Which generated the following XML:</p>
<pre style='text-align:left;color:#000000; background-color:#c9dfff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; '><span style='color:#881280;'>&lt;response&gt;</span>
    <span style='color:#881280;'>&lt;request&gt;</span>
        <span style='color:#881280;'>&lt;auth&gt;</span>KEY<span style='color:#881280;'>&lt;/auth&gt;</span>
        <span style='color:#881280;'>&lt;blog_domain&gt;</span>schinckel.blogsome.com<span style='color:#881280;'>&lt;/blog_domain&gt;</span>
        <span style='color:#881280;'>&lt;action&gt;</span>getvisitorstats<span style='color:#881280;'>&lt;/action&gt;</span>
    <span style='color:#881280;'>&lt;/request&gt;</span>
    <span style='color:#881280;'>&lt;ChartURL&gt;</span>
        http://performancing.com/perfstats/api.php?action=getchart&amp;blog_domain=schinckel.blogsome.com&amp;dtype=visitor_stats&amp;ctype=line&amp;m=date_range&amp;d1=2006-01-01&amp;d2=2007-01-01
    <span style='color:#881280;'>&lt;/ChartURL&gt;</span>
    <span style='color:#881280;'>&lt;Visits&gt;</span>9204<span style='color:#881280;'>&lt;/Visits&gt;</span>
    <span style='color:#881280;'>&lt;AverageVisitsPerDay&gt;</span>271.3529<span style='color:#881280;'>&lt;/AverageVisitsPerDay&gt;</span>
    <span style='color:#881280;'>&lt;AverageVisitLength&gt;</span>289.5818<span style='color:#881280;'>&lt;/AverageVisitLength&gt;</span>
    <span style='color:#881280;'>&lt;RepeatVisitors&gt;</span>242<span style='color:#881280;'>&lt;/RepeatVisitors&gt;</span>
<span style='color:#881280;'>&lt;/response&gt;</span></pre>
<p>It&#8217;s possible to use the <code>{fetch file="URL" assign="stats"}</code> to grab this data and store it in a variable, so the whole lot isn&#8217;t displayed.  You may have noticed that the Auth Key is included in the response!</p>
<p>Now, the only bit we are really interested in is the
<pre style='text-align:left;color:#000000; background-color:#c9dfff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; '><span style='color:#881280;'>&lt;Visits&gt;</span>9204<span style='color:#881280;'>&lt;/Visits&gt;</span></pre>
<p> section, so we need some way to extract this.</p>
<p>Smarty allows for Regular Expressions, and we want to use one that will match everything up to and including <em>&lt;Visits&gt;</em>, and discard this.  We&#8217;ll want to repeat that with <em>&lt;/Visits&gt;</em> onwards.  Due to a limitation, we&#8217;ll need three regexes, since there are newlines in there that much with the simlest method.</p>
<pre style='text-align:left;color:#000000; background-color:#c9dfff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; '>{$stats|regex_replace:<span style='color:#1a1aa6;'>&quot;/[\r\t\n]/&quot;</span>:<span style='color:#1a1aa6;'>&quot;&quot;</span>|regex_replace:<span style='color:#1a1aa6;'>&quot;/.*</span><span style='color:#881280;'>&lt;Visits&gt;</span><span style='color:#1a1aa6;'>/&quot;</span>:<span style='color:#1a1aa6;'>&quot;&quot;</span>|regex_replace:<span style='color:#1a1aa6;'>&quot;/</span><span style='color:#881280;'>&lt;\/Visits&gt;</span><span style='color:#1a1aa6;'>.*/&quot;</span>:<span style='color:#1a1aa6;'>&quot;&quot;</span>}</pre>
<p>Thus, my final data is:</p>
<pre style='text-align:left;color:#000000; background-color:#c9dfff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; '><span style='color:#881280;'>&lt;li&gt;</span>{fetch <span style='color:#994500;'>file</span>=<span style='color:#1a1aa6;'>&quot;http://performancing.com/perfstats/api.php?action=getvisitorstats&amp;auth=KEY&amp;blog_domain=schinckel.blogsome.com&amp;m=date_range&amp;d1=2006-01-01&amp;d2=2007-01-01&quot;</span> <span style='color:#994500;'>assign</span>=<span style='color:#1a1aa6;'>&quot;stats&quot;</span>}
    {$stats|regex_replace:<span style='color:#1a1aa6;'>&quot;/[\r\t\n]/&quot;</span>:<span style='color:#1a1aa6;'>&quot;&quot;</span>|regex_replace:<span style='color:#1a1aa6;'>&quot;/.*</span><span style='color:#881280;'>&lt;Visits&gt;</span><span style='color:#1a1aa6;'>/&quot;</span>:<span style='color:#1a1aa6;'>&quot;&quot;</span>|regex_replace:<span style='color:#1a1aa6;'>&quot;/</span><span style='color:#881280;'>&lt;\/Visits&gt;</span><span style='color:#1a1aa6;'>.*/&quot;</span>:<span style='color:#1a1aa6;'>&quot;&quot;</span>} Post views.
<span style='color:#881280;'>&lt;/li&gt;</span></pre>
<p>Of course, that&#8217;s with a hard-coded finish date.  What if we want to finish on today?  Again, there&#8217;s a way to do it in $smarty:</p>
<p><code>{$smarty.now|date_format:"%Y-%m-%d"}</code></p>
<p>To add this to the end of the URL, use:</p>
<pre style='text-align:left;color:#000000; background-color:#c9dfff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; '>{assign <span style='color:#994500;'>var</span>=<span style='color:#1a1aa6;'>&quot;URL&quot;</span> <span style='color:#994500;'>value</span>=<span style='color:#1a1aa6;'>&quot;http://performancing.com/perfstats/api.php?action=getvisitorstats&amp;auth=KEY&amp;blog_domain=schinckel.blogsome.com&amp;m=date_range&amp;d1=2006-01-01&amp;d2=&quot;</span>}
{assign <span style='color:#994500;'>var</span>=<span style='color:#1a1aa6;'>&quot;today&quot;</span> <span style='color:#994500;'>value</span>=$smarty.now|date_format:<span style='color:#1a1aa6;'>&quot;%Y-%m-%d&quot;</span>}
{fetch <span style='color:#994500;'>file</span>=$URL|cat:$today <span style='color:#994500;'>assign</span>=<span style='color:#1a1aa6;'>&quot;stats&quot;</span>}</pre>
<p>It&#8217;s also simple to get a current day&#8217;s post hit count, using <em>single_date</em> instead of <em>date_range</em>.  I&#8217;ll leave that one up to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2006/04/17/performancing-stats-for-blogsome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Better Performancing Stats</title>
		<link>http://schinckel.net/2006/04/14/better-performancing-stats/</link>
		<comments>http://schinckel.net/2006/04/14/better-performancing-stats/#comments</comments>
		<pubDate>Fri, 14 Apr 2006 06:06:50 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Blogsome]]></category>

		<category><![CDATA[Performancing Metrics]]></category>

		<category><![CDATA[Smarty Templates]]></category>

		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/13/better-performancing-stats/</guid>
		<description><![CDATA[This is a Blogsome specific version of the post that can be found at Hack Metrics for More Detail.
The default script that I modified to generate Performancing Metrics stats for my Blogsome blog has some pretty serious limitations.  The main one is that there is no differentiation between single posts, and the various types [...]]]></description>
			<content:encoded><![CDATA[<p>This is a Blogsome specific version of the post that can be found at <a href="http://performancing.com/node/2046">Hack Metrics for More Detail</a>.</p>
<p>The default script that I modified to generate Performancing Metrics stats for my Blogsome blog has some pretty serious limitations.  The main one is that there is no differentiation between single posts, and the various types of archive pages that can be view: Category, Author, and Date (which includes Yearly, Monthly and Daily archive pages).<br />
<span id="more-857"></span><br />
To overcome this, I&#8217;ve come up with the following rationale:</p>
<ul>
<li>Test to see if it&#8217;s a Page.  Set the title to the Page title, and the category to &#8220;Page&#8221;.</li>
<li>Test to see if it&#8217;s the Homepage.  If so, the title should be &#8220;Homepage&#8221;, as should the category.  I&#8217;ve also been thinking about whether to append the title of the newset post, which would then enable some idea of how often the front page is viewed with particular posts.  Then, using the category &#8220;Homepage&#8221; would enable me to still see how many homepage views there are in total.  This is turning out to be harder than expected, due to some apparent malfunctioning of <code>{rewind_posts}</code>.</li>
<li>Test to see if it&#8217;s a category page.  This should have the title and the category both set to the category name.</li>
<li>Test to see if it&#8217;s a date archive page.  If it is, set the category to Archive, and the title to the date.  Be a bit clever, and have different titles for Monthly, Daily and Yearly archives.</li>
<li>Test to see if it&#8217;s a search page.  If so, set the category to Search, and the title to the search terms, prefixed by Search:.</li>
<li>Finally, it must be a single post page.  Set the title to the post title.  This is where the system breaks a little, as there doesn&#8217;t seem to be the ability to have multiple categories.  This seems to be a limitation of performancing metrics.</li>
</ul>
<p>Anyway, here&#8217;s the code:</p>
<pre style='text-align:left;color:#000000; background-color:#c9dfff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; '>    <span style='color:#881280;'>&lt;script type=&quot;text/javascript&quot;&gt;</span>
        {<span style='color:#88134f;'>if</span> $smarty.server.SCRIPT_NAME == <span style='color:#1a1aa6;'>&quot;/wp-inst/pages&quot;</span>}
            z_post_title=<span style='color:#1a1aa6;'>&quot;{single_post_title}&quot;</span>;
            z_post_category=<span style='color:#1a1aa6;'>&quot;Page&quot;</span>;
        {elseif $smarty.server.REQUEST_URI == <span style='color:#1a1aa6;'>&quot;/&quot;</span>}
            z_post_title=<span style='color:#1a1aa6;'>&quot;Homepage&quot;</span>; <em><span style='color:#236e25;'>// ({rewind_posts}{the_title}) {* Fix - gets last post title, not first *}
</span></em>            z_post_category=<span style='color:#1a1aa6;'>&quot;Homepage&quot;</span>;
        {elseif $smarty.server.REQUEST_URI|truncate:<span style='color:#0000ff;'>10</span>:<span style='color:#1a1aa6;'>&quot;&quot;</span>:<span style='color:#0000ff;'>1</span> == <span style='color:#1a1aa6;'>&quot;/category/&quot;</span>}
            z_post_title=<span style='color:#1a1aa6;'>&quot;{single_cat_title}&quot;</span>;
            z_post_category=<span style='color:#1a1aa6;'>&quot;{single_cat_title}&quot;</span>;
        {elseif $smarty.request.s != <span style='color:#1a1aa6;'>&quot;&quot;</span>}
            z_post_title = <span style='color:#1a1aa6;'>&quot;Search: {$smarty.request.s}&quot;</span>;
            z_post_category = <span style='color:#1a1aa6;'>&quot;Search&quot;</span>;
        {elseif $smarty.request.name == <span style='color:#1a1aa6;'>&quot;&quot;</span>} {* Date Archive Page *}
            {<span style='color:#88134f;'>if</span> $smarty.request.day != <span style='color:#1a1aa6;'>&quot;&quot;</span>} {* Daily Archive *}
                z_post_title=<span style='color:#1a1aa6;'>&quot;{$smarty.request.day}{single_month_title prefix=' '}&quot;</span>;
            {elseif $smarty.request.monthnum != <span style='color:#1a1aa6;'>&quot;&quot;</span>} {* Monthly Archive *}
                z_post_title=<span style='color:#1a1aa6;'>&quot;{single_month_title prefix=' '}&quot;</span>;
            {<span style='color:#88134f;'>else</span>} {* Must be a Yearly Archive then! *}
                z_post_title=<span style='color:#1a1aa6;'>&quot;{$smarty.request.year}&quot;</span>;
            {/<span style='color:#88134f;'>if</span>}
            z_post_category=<span style='color:#1a1aa6;'>&quot;Archive&quot;</span>;
        {<span style='color:#88134f;'>else</span>} {* Single Post, or unknown *}
            z_post_title=<span style='color:#1a1aa6;'>&quot;{single_post_title}&quot;</span>;
            {capture name=cats}{the_category seperator=<span style='color:#1a1aa6;'>&quot;,&quot;</span>}{/capture}
            {assign <span style='color:#88134f;'>var</span>=cats value=$smarty.capture.cats|strip_tags:<span style='color:#88134f;'>false</span>|replace:', <span style='color:#0000ff;'>':'</span><span style='color:#1a1aa6;'>&quot;,&quot;</span>'}
            z_post_category=<span style='color:#003369;'>Array</span>(<span style='color:#1a1aa6;'>&quot;{$cats}&quot;</span>);
            z_post_category=<span style='color:#1a1aa6;'>&quot;{$smarty.capture.cats|strip_tags:</span><span style='color:#88134f;'>false</span><span style='color:#1a1aa6;'>}&quot;</span>; <em><span style='color:#236e25;'>//Remove </span></em><span style='color:#88134f;'>this</span><em><span style='color:#236e25;'> when performancing is fixed.
</span></em>        {/<span style='color:#88134f;'>if</span>}
        <em><span style='color:#236e25;'>//z_user_name=</span></em><span style='color:#1a1aa6;'>&quot;{$smarty.capture.author}&quot;</span><em><span style='color:#236e25;'>;
</span></em>        <em><span style='color:#236e25;'>//z_user_email=</span></em><span style='color:#1a1aa6;'>&quot;{$smarty.capture.author_email}&quot;</span><em><span style='color:#236e25;'>;
</span></em>    <span style='color:#881280;'>&lt;/script&gt;</span>
    <span style='color:#881280;'>&lt;script id=&quot;stats_script&quot; type=&quot;text/javascript&quot; src=&quot;http://metrics.performancing.com/wp.js&quot;&gt;&lt;/script&gt;</span>
</pre>
<p>This may change at any time, as I tweak it and so on.  Visit my Template page for the most recent version (click on Main Page, and then scroll down to the bottom).</p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2006/04/14/better-performancing-stats/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Performancing Metrics</title>
		<link>http://schinckel.net/2006/03/15/performancing-metrics/</link>
		<comments>http://schinckel.net/2006/03/15/performancing-metrics/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 13:27:00 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Performancing Metrics]]></category>

		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/03/15/performancing-metrics/</guid>
		<description><![CDATA[I&#8217;ve implemented Performancing Metrics on this blog.  I used the following code:
    {capture name=cats}{the_category_rss}{/capture}
    &#60;script type=&#34;text/javascript&#34;&#62;
        z_post_title=&#34;{single_post_title}{single_cat_title}{single_month_title}&#34;;
        z_post_category=&#34;{$smarty.capture.cats&#124;strip_tags&#124;strip}&#34;;
    &#60;/script&#62;
    &#60;script id=&#34;stats_script&#34; type=&#34;text/javascript&#34; src=&#34;http://metrics.performancing.com/wp.js&#34;&#62;&#60;/script&#62;
Instead of the code given by [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve implemented <a href="http://performancing.com/">Performancing Metrics</a> on this blog.  I used the following code:</p>
<pre style='text-align:left;color:#000000; background-color:#c9dfff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; '>    {capture name=cats}{the_category_rss}{/capture}
    <span style='color:#881280;'>&lt;script type=&quot;text/javascript&quot;&gt;</span>
        z_post_title=<span style='color:#1a1aa6;'>&quot;{single_post_title}{single_cat_title}{single_month_title}&quot;</span>;
        z_post_category=<span style='color:#1a1aa6;'>&quot;{$smarty.capture.cats|strip_tags|strip}&quot;</span>;
    <span style='color:#881280;'>&lt;/script&gt;</span>
    <span style='color:#881280;'>&lt;script id=&quot;stats_script&quot; type=&quot;text/javascript&quot; src=&quot;http://metrics.performancing.com/wp.js&quot;&gt;&lt;/script&gt;</span></pre>
<p>Instead of the code given by the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/2006/03/15/performancing-metrics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Temporary Post</title>
		<link>http://schinckel.net/1970/01/15/ignore/</link>
		<comments>http://schinckel.net/1970/01/15/ignore/#comments</comments>
		<pubDate>Thu, 15 Jan 1970 03:42:48 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Adium]]></category>

		<category><![CDATA[Airport Extreme]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[AppleScript]]></category>

		<category><![CDATA[AppleScript Studio]]></category>

		<category><![CDATA[Asides]]></category>

		<category><![CDATA[Autodesk Inventor]]></category>

		<category><![CDATA[Biology]]></category>

		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Blogsome]]></category>

		<category><![CDATA[Books]]></category>

		<category><![CDATA[Chemistry]]></category>

		<category><![CDATA[Cinema and Movies]]></category>

		<category><![CDATA[Classical Music]]></category>

		<category><![CDATA[Culture]]></category>

		<category><![CDATA[Design &amp; Technology]]></category>

		<category><![CDATA[Education]]></category>

		<category><![CDATA[Electronics]]></category>

		<category><![CDATA[EyeTV]]></category>

		<category><![CDATA[Food]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[Hosting]]></category>

		<category><![CDATA[House]]></category>

		<category><![CDATA[Humour]]></category>

		<category><![CDATA[IceTV]]></category>

		<category><![CDATA[Information Technology]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Komodo]]></category>

		<category><![CDATA[Languages]]></category>

		<category><![CDATA[Links]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Literacy]]></category>

		<category><![CDATA[MacBook Pro]]></category>

		<category><![CDATA[Mathematics]]></category>

		<category><![CDATA[Monkey!]]></category>

		<category><![CDATA[Music]]></category>

		<category><![CDATA[Myths and Legends]]></category>

		<category><![CDATA[NSLU2]]></category>

		<category><![CDATA[Netgear]]></category>

		<category><![CDATA[Nokia 6101]]></category>

		<category><![CDATA[Nokia E65]]></category>

		<category><![CDATA[Novel]]></category>

		<category><![CDATA[OSx86]]></category>

		<category><![CDATA[Objective C]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[PVR]]></category>

		<category><![CDATA[PalmOS]]></category>

		<category><![CDATA[Performancing Metrics]]></category>

		<category><![CDATA[Philosophy]]></category>

		<category><![CDATA[Phone]]></category>

		<category><![CDATA[Photography]]></category>

		<category><![CDATA[Physics]]></category>

		<category><![CDATA[Politics]]></category>

		<category><![CDATA[Popular Music]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Psychology]]></category>

		<category><![CDATA[Python]]></category>

		<category><![CDATA[Radio and Podcasting]]></category>

		<category><![CDATA[Rants and Raves]]></category>

		<category><![CDATA[Safari]]></category>

		<category><![CDATA[Scheme]]></category>

		<category><![CDATA[Scholaris]]></category>

		<category><![CDATA[Science]]></category>

		<category><![CDATA[Smarty Templates]]></category>

		<category><![CDATA[Soccer]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[SpeedTouch]]></category>

		<category><![CDATA[Sport]]></category>

		<category><![CDATA[Television]]></category>

		<category><![CDATA[Theatre]]></category>

		<category><![CDATA[Tiger]]></category>

		<category><![CDATA[Touch Football]]></category>

		<category><![CDATA[Transport]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Wild IT]]></category>

		<category><![CDATA[World of Warcraft]]></category>

		<category><![CDATA[Xbox]]></category>

		<category><![CDATA[Xbox Games]]></category>

		<category><![CDATA[Xbox Media Centre]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[ecto]]></category>

		<category><![CDATA[iPod]]></category>

		<category><![CDATA[iTunes]]></category>

		<category><![CDATA[iTunesRater]]></category>

		<guid isPermaLink="false">http://schinckel.net/1970/01/15/ignore/</guid>
		<description><![CDATA[That&#8217;s purpose is just to trigger Wordpress to update the Post count of each Category.
I&#8217;ll leave it here incase I need to redo this operation.  It took me ages to tick each category box&#8230;

]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s purpose is just to trigger Wordpress to update the Post count of each Category.</p>
<p>I&#8217;ll leave it here incase I need to redo this operation.  It took me ages to tick each category box&#8230;</p>
<p><gravatar matt@schinckel.net></p>
]]></content:encoded>
			<wfw:commentRss>http://schinckel.net/1970/01/15/ignore/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
