<?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>Safetycat Inc</title>
	<atom:link href="http://safetycat.co.uk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://safetycat.co.uk/catsite</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 21 Aug 2009 08:54:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>wordpress $wp_query-&gt;get_queried_object()</title>
		<link>http://safetycat.co.uk/catsite/?p=124</link>
		<comments>http://safetycat.co.uk/catsite/?p=124#comments</comments>
		<pubDate>Thu, 07 May 2009 10:29:58 +0000</pubDate>
		<dc:creator>elvina</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://safetycat.co.uk/?p=124</guid>
		<description><![CDATA[what is returned from the query object? stdClass Object ( [term_id] =&#62; 8 [name] =&#62; video [slug] =&#62; video [term_group] =&#62; 0 [term_taxonomy_id] =&#62; 8 [taxonomy] =&#62; category [description] =&#62; [parent] =&#62; 0 [count] =&#62; 2 [object_id] =&#62; 136 [cat_ID] =&#62; 8 [category_count] =&#62; 2 [category_description] =&#62; [cat_name] =&#62; video [category_nicename] =&#62; video [category_parent] =&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>what is returned from the query object?</p>
<p>stdClass Object (<br />
[term_id] =&gt; 8<br />
[name] =&gt; video<br />
[slug] =&gt; video<br />
[term_group] =&gt; 0<br />
[term_taxonomy_id] =&gt; 8<br />
[taxonomy] =&gt; category<br />
[description] =&gt;<br />
[parent] =&gt; 0<br />
[count] =&gt; 2<br />
[object_id] =&gt; 136<br />
[cat_ID] =&gt; 8<br />
[category_count] =&gt; 2<br />
[category_description] =&gt;<br />
[cat_name] =&gt; video<br />
[category_nicename] =&gt; video<br />
[category_parent] =&gt; 0<br />
)</p>
]]></content:encoded>
			<wfw:commentRss>http://safetycat.co.uk/catsite/?feed=rss2&amp;p=124</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simple wordpress stats: counterizeii plugin for 2.7</title>
		<link>http://safetycat.co.uk/catsite/?p=94</link>
		<comments>http://safetycat.co.uk/catsite/?p=94#comments</comments>
		<pubDate>Tue, 21 Apr 2009 17:04:10 +0000</pubDate>
		<dc:creator>elvina</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[counterizeii]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://safetycat.co.uk/?p=94</guid>
		<description><![CDATA[in need of a simple stats plugin to show stats in the dashboard. Counterize II this works fine, shows a few basic stats, and a graph of hits. It seems to have not been updated since wp 2.5 so needed to make a few changes: 1. Getting the panel to show up correctly in the [...]]]></description>
			<content:encoded><![CDATA[<p>in need of a simple stats plugin to show stats in the dashboard.</p>
<p><a  href="http://www.navision-blog.de/counterize/" target="_blank">Counterize II </a></p>
<p>this works fine, shows a few basic stats, and a graph of hits.</p>
<p>It seems to have not been updated since wp 2.5 so needed to make a few changes:</p>
<h3>1. Getting the panel to show up correctly in the dashboard</h3>
<p>in <strong>counterizeii/counterize_dashboard.php</strong> changed:</p>
<pre class="brush: php; first-line: 15; html-script: true; toolbar: false;">
&amp;lt;div class='dashboard-widget' style='width: 300px; height: 150px;'&amp;gt;
&amp;lt;h3 class='dashboard-widget-title'&amp;gt;&amp;lt;?php _e('Counterize II Status'); ?&amp;gt; &amp;lt;a href='edit.php?page=counterizeii/counterize.php'&amp;gt;&amp;amp;raquo;&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;
&amp;lt;div class='dashboard-widget-content' &amp;gt;
</pre>
<p>to this:</p>
<pre class="brush: php; first-line: 15; html-script: true; toolbar: false;">&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div&amp;gt;
&amp;lt;div class='dashboard-widget postbox' &amp;gt;
&amp;lt;h3 class='hndle'&amp;gt;&amp;lt;?php _e('Counterize II Status'); ?&amp;gt; &amp;lt;a href='edit.php?page=counterizeii/counterize.php'&amp;gt;&amp;amp;raquo;&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;
&amp;lt;div class='inside' &amp;gt;	</pre>
<p>And Deleting one of the</p>
<pre class="brush: xml; light: true;">&amp;lt;/div&amp;gt;
</pre>
<p>at the end of that section.</p>
<p>This makes it show up correctly in the dashboard.</p>
<h3>2. I wanted my client, an Editor to be able to view the stats</h3>
<p>in <strong>counterize.php</strong> the following lines:</p>
<pre class="brush: php; first-line: 1367; toolbar: false;">
 add_submenu_page('edit.php',__('Counterize II'), __('Counterize II'), 8, __FILE__, 'counterize_manage_page');
 add_options_page('Counterize II Options', 'Counterize II', 8, basename(__FILE__), 'counterize_options_page');
</pre>
<p>changed 8 (admin) to 2 (author)</p>
]]></content:encoded>
			<wfw:commentRss>http://safetycat.co.uk/catsite/?feed=rss2&amp;p=94</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trunk</title>
		<link>http://safetycat.co.uk/catsite/?p=24</link>
		<comments>http://safetycat.co.uk/catsite/?p=24#comments</comments>
		<pubDate>Mon, 13 Apr 2009 15:55:36 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Latest work]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://safetycat.co.uk/?p=24</guid>
		<description><![CDATA[Animation show case, features WordPress CMS with integrated HighSlide pop-ups and JW Streaming video player. http://trunk.me.uk]]></description>
			<content:encoded><![CDATA[<p><a  href="http://safetycat.co.uk/site/wp-content/uploads/2009/04/trunk.jpg" class="thickbox no_icon" rel="gallery-24" title="trunk"><img class="size-medium wp-image-45 alignleft" title="trunk" src="http://safetycat.co.uk/site/wp-content/uploads/2009/04/trunk-300x168.jpg" alt="trunk" width="300" height="168" /></a>Animation show case, features WordPress CMS with integrated HighSlide pop-ups and JW Streaming video player.</p>
<p><a  href="http://trunk.me.uk" target="_blank">http://trunk.me.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://safetycat.co.uk/catsite/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Panasonic Pro User</title>
		<link>http://safetycat.co.uk/catsite/?p=22</link>
		<comments>http://safetycat.co.uk/catsite/?p=22#comments</comments>
		<pubDate>Mon, 13 Apr 2009 15:54:20 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Latest work]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://safetycat.co.uk/?p=22</guid>
		<description><![CDATA[Commercial website for media professionals. Installed Vbulletin, Sphider Search and custom written PHP &#8216;nearest-dealer-by-postcode&#8217; script. News &#38; comment section converted to WordPress. http://www.panasonicpro-user.com/]]></description>
			<content:encoded><![CDATA[<p><a  href="http://safetycat.co.uk/site/wp-content/uploads/2009/04/panasonic.jpg" class="thickbox no_icon" rel="gallery-22" title="panasonic"><img class="alignleft size-medium wp-image-43" title="panasonic" src="http://safetycat.co.uk/site/wp-content/uploads/2009/04/panasonic-300x254.jpg" alt="panasonic" width="300" height="254" /></a></p>
<p>Commercial website for media professionals.</p>
<p>Installed Vbulletin, Sphider Search and custom written PHP &#8216;nearest-dealer-by-postcode&#8217; script.</p>
<p>News &amp; comment section converted to WordPress.</p>
<p><a  href="http://www.panasonicpro-user.com/" target="_blank">http://www.panasonicpro-user.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://safetycat.co.uk/catsite/?feed=rss2&amp;p=22</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agraphia</title>
		<link>http://safetycat.co.uk/catsite/?p=16</link>
		<comments>http://safetycat.co.uk/catsite/?p=16#comments</comments>
		<pubDate>Mon, 13 Apr 2009 15:50:32 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Latest work]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://safetycat.co.uk/?p=16</guid>
		<description><![CDATA[Adobe Flex based image-gallery site with a PHP/MySQL/XML backend http://www.agraphia.co.uk/]]></description>
			<content:encoded><![CDATA[<p><a  href="http://safetycat.co.uk/site/wp-content/uploads/2009/04/agraphia.jpg" class="thickbox no_icon" rel="gallery-16" title="agraphia"><img class="alignleft size-medium wp-image-39" title="agraphia" src="http://safetycat.co.uk/site/wp-content/uploads/2009/04/agraphia-300x220.jpg" alt="agraphia" width="300" height="220" /></a></p>
<p>Adobe Flex based image-gallery site with a PHP/MySQL/XML backend<br />
<a  href="http://www.agraphia.co.uk/" target="_blank">http://www.agraphia.co.uk/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://safetycat.co.uk/catsite/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CoolTan Arts</title>
		<link>http://safetycat.co.uk/catsite/?p=14</link>
		<comments>http://safetycat.co.uk/catsite/?p=14#comments</comments>
		<pubDate>Mon, 13 Apr 2009 15:49:36 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Latest work]]></category>
		<category><![CDATA[podcasting]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://safetycat.co.uk/?p=14</guid>
		<description><![CDATA[A website for local charity features include: Photo-gallaries, Podcasting, Embedded Video, Ajax navigation. Both Elvina and James teach digital art workshops at Cooltan Arts. http://www.cooltanarts.org.uk]]></description>
			<content:encoded><![CDATA[<p><a  href="http://safetycat.co.uk/site/wp-content/uploads/2009/04/cooltan.jpg" class="thickbox no_icon" rel="gallery-14" title="cooltan"><img class="alignleft size-medium wp-image-37" title="cooltan" src="http://safetycat.co.uk/site/wp-content/uploads/2009/04/cooltan-300x234.jpg" alt="cooltan" width="300" height="234" /></a>A website for local charity features include: Photo-gallaries, Podcasting, Embedded Video, Ajax navigation.</p>
<p>Both Elvina and James teach digital art workshops at Cooltan Arts.</p>
<p><a  href="http://www.cooltanarts.org.uk" target="_blank">http://www.cooltanarts.org.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://safetycat.co.uk/catsite/?feed=rss2&amp;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Bob</title>
		<link>http://safetycat.co.uk/catsite/?p=20</link>
		<comments>http://safetycat.co.uk/catsite/?p=20#comments</comments>
		<pubDate>Fri, 13 Feb 2009 15:53:47 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Latest work]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://safetycat.co.uk/?p=20</guid>
		<description><![CDATA[An educational website about the campaign for the old age pension. Designed as part of a cross-generational project to appeal to children, for use in schools. http://www.5bob.org.uk]]></description>
			<content:encoded><![CDATA[<p><a  href="http://safetycat.co.uk/site/wp-content/uploads/2009/04/5bob.jpg" class="thickbox no_icon" rel="gallery-20" title="5bob"><img class="alignleft size-medium wp-image-41" title="5bob" src="http://safetycat.co.uk/site/wp-content/uploads/2009/04/5bob-300x196.jpg" alt="5bob" width="300" height="196" /></a></p>
<p>An educational website about the campaign for the old age pension. Designed as part of a cross-generational project to appeal to children, for use in schools.</p>
<p><a  href="http://www.5bob.org.uk" target="_blank">http://www.5bob.org.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://safetycat.co.uk/catsite/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arthur Cox</title>
		<link>http://safetycat.co.uk/catsite/?p=9</link>
		<comments>http://safetycat.co.uk/catsite/?p=9#comments</comments>
		<pubDate>Sun, 25 Jan 2009 13:14:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Latest work]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://safetycat.co.uk/?p=9</guid>
		<description><![CDATA[Website showcasing the delights from Bristols finest animators Arthur Cox. Website made using wordpress as a CMS using a bespoke theme for the plentiful Video content, with pop-up streaming video, animated menus, automatic interlinking. and a handcrafted plugin for a &#8220;Favourites List&#8221; which you can add to and email. http://worldofarthurcox.co.uk/]]></description>
			<content:encoded><![CDATA[<p><a  href="http://safetycat.co.uk/site/wp-content/uploads/2009/02/arthurcox.jpg" class="thickbox no_icon" rel="gallery-9" title="arthurcox"><img class="alignleft size-medium wp-image-10" title="arthurcox" src="http://safetycat.co.uk/site/wp-content/uploads/2009/02/arthurcox-300x239.jpg" alt="arthurcox" width="300" height="239" /></a>Website showcasing the delights from Bristols finest animators Arthur Cox.</p>
<p>Website made using wordpress as a CMS using a bespoke theme for the plentiful Video content, with pop-up streaming video, animated menus, automatic interlinking. and a handcrafted plugin for a &#8220;Favourites List&#8221; which you can add to and email.<br />
<a  href="http://worldofarthurcox.co.uk/" target="_blank">http://worldofarthurcox.co.uk/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://safetycat.co.uk/catsite/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
