<?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>Caramboo Dot Com &#187; Geek</title>
	<atom:link href="http://caramboo.com/category/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://caramboo.com</link>
	<description>Dave Naylor&#039;s Back Yard</description>
	<lastBuildDate>Thu, 05 Jan 2012 11:42:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ttytter 2.0.0beta</title>
		<link>http://caramboo.com/2012/01/ttytter-2-0-0beta/</link>
		<comments>http://caramboo.com/2012/01/ttytter-2-0-0beta/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 17:24:27 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://caramboo.com/?p=47918</guid>
		<description><![CDATA[I downloaded the latest ttytter today. It’s now hit 2.0.0beta. The big news is, it now has streaming. So that’s real time updating for tweets, DMs and @ messages]]></description>
			<content:encoded><![CDATA[<p><a href="http://static.caramboo.com/wp-content/uploads/2012/01/ttytterc.png?9d7bd4" rel="lightbox[47918]"><img src="http://static.caramboo.com/wp-content/uploads/2012/01/ttytterc-150x150.png?9d7bd4" alt="" title="ttytterc" width="150" height="150" class="alignright size-thumbnail wp-image-47920" /></a>I downloaded the latest ttytter today.  It&#8217;s now hit 2.0.0beta.  The big news is, it now has streaming.  So that&#8217;s real time updating for tweets, DMs and @ messages.</p>
<blockquote><p>
The TTYtter 2.0 beta with Streaming API support is now available for the incautious.
</p></blockquote>
<p>Blow yourself away here: <a href="http://www.floodgap.com/software/ttytter/beta/" title="ttytter beta">ttytter 2.0.0beta</a></p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2012/01/ttytter-2-0-0beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cuckoo</title>
		<link>http://caramboo.com/2011/01/cuckoo/</link>
		<comments>http://caramboo.com/2011/01/cuckoo/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 23:08:41 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://caramboo.com/?p=47525</guid>
		<description><![CDATA[I&#8217;ve installed this theme: Prototype, I quite like it to be honest. I wanted a change for the new year before I build something a little bit more personal. I may tweak this theme to my liking a bit more and then take my time developing something of my own. It&#8217;ll end up looking very [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve installed this theme: Prototype,   I quite like it to be honest.  I wanted a change for the new year before I build something a little bit more personal.  </p>
<p>I may tweak this theme to my liking a bit more and then take my time developing something of my own.  It&#8217;ll end up looking very similar knowing me!  </p>
<p class="alert">Someone prod me if I&#8217;m still using it in a few months</p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2011/01/cuckoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video on the Web</title>
		<link>http://caramboo.com/2010/06/video-on-the-web/</link>
		<comments>http://caramboo.com/2010/06/video-on-the-web/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 08:38:40 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[embedded video]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[flowplayer]]></category>

		<guid isPermaLink="false">http://caramboo.com/?p=785</guid>
		<description><![CDATA[I've spent a few days this week playing around with video on the web.  It's a fairly simple process to copy and paste the embed code from YouTube and have videos appear on this site, but I needed to embed a shortened clip of a longer piece.  I've managed to do it (last night) but I had to do a fair bit of Googling to find a solution that worked for me.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent a few days this week playing around with video on the web.  It&#8217;s a fairly simple process to copy and paste the embed code from YouTube and have videos appear on this site, but I needed to embed a shortened clip of a longer piece.  I&#8217;ve managed to do it (last night) but I had to do a fair bit of Googling to find a solution that worked for me.</p>
<h3>get_iplayer</h3>
<p>Firstly, the videos I needed to shorten were from the BBC..  There&#8217;s a command line tool called <a href="http://linuxcentre.net/getiplayer">get_iplayer </a> that enables me to grab live or recorded video from the BBC site.  It&#8217;s way too complex to fully describe here but the command I used to grab my video clip was:</p>
<pre lang="bash" line="n" >
get_iplayer http://news.bbc.co.uk/democracylive/hi/house_of_commons/default.stm --stop 1800 --get
</pre>
<p>That command retrieves the embedded live video on that particular BBC web page and saves the file as an *.avi.  The <code>--stop 1800</code> argument recorded 1800 seconds of video (<em>60secs x 30mins = half an hour &#8211; I was having my tea!</em>).  Once I&#8217;d retrieved the video I had to find the start-time of my desired clip and then calculate its duration.  I used <a href="http://www.ffmpeg.org/">ffmpeg</a> to create a *.flv file from the original *.avi.  </p>
<p>I found that the original downloaded file&#8217;s audio and video were out of sync,  by approximately 1 second.  More Googling and I found a way to encode the *.flv file and offset the audio/video.  Here&#8217;s the command I used:</p>
<pre lang="bash" line="n">
 ffmpeg -i downloaded.avi -vcodec copy -itsoffset 1 -i downloaded.avi -map 1:0 -map 0:1 -ss 848 -t 399 result.flv
</pre>
<p>That took the video from the downloaded file, offset by 1 second from the audio in the same file, starting at 848 seconds and lasting 399 seconds.  Cool.</p>
<h3>Copy of a Copy</h3>
<p>Much in the way a photo-copied document starts to degrade after multiple recopying, the same goes for video.  Downloading a video, shortening it and then uploading the result to YouTube produced acceptable but not very clear looking videos.  I had to reduce the number of copies so the answer was to locally host the file.  Well, hosting the file on Amazon S3 and making use of their content delivery network (CDN).   </p>
<p>Google led me to the marvellous site by Mark Pilgrim, <a href="http://diveintohtml5.org/">Dive into HTML 5</a>.  The video section of the site goes into great detail about how best to display video in modern browsers and a link through to another awesome page, <a href="http://camendesign.com/code/video_for_everybody">Video for Everybody</a>. That site outlines how to display video in older or incapable browsers; yes Internet Explorer, pay attention.  The information described in those two sites is invaluable, however since I primarily use WordPress for blogs and sites, I decided to use a plugin to display either *.flv or *.m4v files.  </p>
<p>Not as pure as Video for Everybody but nevertheless, everyone should be able to see the video.</p>
<h3>Flowplayer</h3>
<p><a href="http://flowplayer.org/">Flowplayer</a> is a tool that allows you to display video on your site in a YouTube style enclosure, complete with controls. There are a number of WordPress Plugins that utilise Flowplayer but some of them collide with jQuery.  One that doesn&#8217;t is <a href="http://wordpress.org/extend/plugins/fv-wordpress-flowplayer/">FV WordPress Flowplayer</a>, so that&#8217;s what I&#8217;m using here on my site.</p>
<p>The plugin uses short codes to embed your video files, like this:</p>
<pre lang="bash" line="n">
<a id="wpfp_5d2b2145cbdeee8e9fd947b5c43e5f1e" style="width:600px; height:350px;" class="flowplayer_container player plain"><img src="http://caramboo.com/video_splashimage.jpg?9d7bd4" alt="" class="splash" /><img width="83" height="83" border="0" src="RELATIVE_PATH/images/play.png" alt="" class="splash_play_button" style="top: 130px; border:0;" /></a>
</pre>
<p>It seems to work pretty well.  You can see an embedded video here: <a href="http://caramboo.com/2010/06/rachel-reeves-maiden-speech/">Embedded video using flowplayer</a>.  If I wasn&#8217;t using WordPress or something similar I&#8217;d definitely use the Video for Everyone technique for video embedding. </p>
<p>I&#8217;ve put this entry on my blog so that I don&#8217;t forget how to do it next time.  It&#8217;s fairly straightforward to do so if you ended up here from a search engine, I hope you find it useful.  </p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2010/06/video-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Videos in their own Space</title>
		<link>http://caramboo.com/2010/05/videos-in-their-own-space/</link>
		<comments>http://caramboo.com/2010/05/videos-in-their-own-space/#comments</comments>
		<pubDate>Fri, 14 May 2010 22:49:08 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://caramboo.com/?p=750</guid>
		<description><![CDATA[I re-thought the way the blog works this afternoon. It somehow seems more appropriate that any videos I post appear in their own space. So, I made it so.]]></description>
			<content:encoded><![CDATA[<p>I re-thought the way the blog works this afternoon. It somehow seems more appropriate that any videos I post appear in their own space.  So, I made it so.</p>
<p><a href="http://caramboo.com/videos" >Caramboo Videos</a></p>
<p>Nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2010/05/videos-in-their-own-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audioboo</title>
		<link>http://caramboo.com/2010/04/audioboo/</link>
		<comments>http://caramboo.com/2010/04/audioboo/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 12:24:53 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[audioboo]]></category>

		<guid isPermaLink="false">http://caramboo.com/?p=726</guid>
		<description><![CDATA[I've just found that I can use <a href="http://audioboo.fm">Audioboo</a> on my Android phone.  So that's kind of cool.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just found that I can use <a href="http://audioboo.fm">Audioboo</a> on my Android phone.  So that&#8217;s kind of cool.  Here is one of my first <em>Boos</em>.</p>
<p><object data="http://boos.audioboo.fm/swf/fullsize_player.swf" height="129" id="iefix1" type="application/x-shockwave-flash" width="400"><param name="movie" value="http://boos.audioboo.fm/swf/fullsize_player.swf" /><param name="scale" value="noscale" /><param name="salign" value="lt" /><param name="bgColor" value="#FFFFFF" /><param name="allowScriptAccess" value="always" /><param name="wmode" value="window" /><param name="FlashVars" value="mp3Author=caramboo&amp;mp3LinkURL=http%3A%2F%2Faudioboo.fm%2Fboos%2F118893-last-test&amp;mp3Title=Last+test.&amp;mp3Time=11.28am+21+Apr+2010&amp;mp3=http%3A%2F%2Faudioboo.fm%2Fboos%2F118893-last-test.mp3" /><a href="http://static.caramboo.com/wp-content/uploads/2010/04/118893-last-test.mp3">Listen!</a></object></p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2010/04/audioboo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://static.caramboo.com/wp-content/uploads/2010/04/118893-last-test.mp3" length="321664" type="audio/mpeg" />
		</item>
		<item>
		<title>Farewell Sweetcron</title>
		<link>http://caramboo.com/2009/11/farewell-sweetcron/</link>
		<comments>http://caramboo.com/2009/11/farewell-sweetcron/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 10:37:44 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://caramboo.com/?p=530</guid>
		<description><![CDATA[I've decided to stop using <a href="http://code.google.com/p/sweetcron/">Sweetcron</a> to aggregate all my social networking activity.]]></description>
			<content:encoded><![CDATA[<p>In recent months I&#8217;ve been using social networking sites like <a href="http://twitter.com/caramboo">Twitter</a> more than good old fashioned blogging as a way of getting my daily online fix.  When I found <a href="http://code.google.com/p/sweetcron/">Sweetcron</a>, which is an aggregation come blogging platform it seemed the ideal way to catalogue all the stuff I was up to.  Sweetcron is also really cool to fool around with and customise so it happily kept me amused for a few months.  I could have an effective daily feed of things I was doing and it was almost like blogging by proxy.  I even set up its own sub-domain to give the thing a home.  My Lifestreamwas born.</p>
<p>Well.  I&#8217;ve decided to stop using it and here&#8217;s why.   </p>
<h3>Too Many Blogs!</h3>
<p>I keep realising <em>(and then forgetting and then re-realising)</em> that if I set-up too many personal sites or blogs, I spread myself out way too thinly.  I&#8217;m not the most prolific of bloggers at the best of times and if I&#8217;ve got to race round updating multiple sites, I&#8217;m just not going to and indeed didn&#8217;t bother.  My Sweetcron site somehow became my lazy-blog.  I knew I could fire off a few tweets here and there and the blog gods would be happy because I was doing my bit.  So then this site site right here becomes like a ghost town.  I even started giving out my  Sweetcron address as the URL of my web-site.  I&#8217;m such a cheat.</p>
<p>What&#8217;s sort of swung it for me are a couple of reasons.  The first is that the <a href="http://yongfook.com/why-posterous-instead-of-sweetcron">Sweetcron Author </a> himself has stopped using his own software and cites the impersonality of lifestreaming as one of the reasons.  He&#8217;s actually moved onto Posterous as his blogging platform and makes regular updates.  The second reason is that there&#8217;s a now a <a href="http://www.enthropia.com/labs/wp-lifestream/download.php">Lifestream Plugin</a> for <a href="http://wordpress.org">WordPress</a>.  I&#8217;ve installed it and without doing any customisation it already looks pretty neat.  You can see it <a href="http://caramboo.com/lifestream/">on this page</a>.  I&#8217;ll probably try and get my own style going there when I can get round to it but like I say, it looks pretty much OK as it is.</p>
<h3>So What Now?</h3>
<p>So, now that the Sweetcron site has bit the dust I&#8217;ll have to write in here more.  I&#8217;m still going to have more than one site running but this place here will be for personal stuff.  A proper blog with the attraction of an added Lifestream.  I&#8217;m going to build a second site for geeky/linuxy/webby stuff and that will be more the start of business enterprise.  We&#8217;ll see what happens.  I&#8217;m going to need to find another income stream anyway since The Form Analyst has now closed its doors and is becoming a free site.  Which kinda sucks!</p>
<p>Onwards and upwards&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2009/11/farewell-sweetcron/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Karmic Koala KO</title>
		<link>http://caramboo.com/2009/11/karmic-koala-ko/</link>
		<comments>http://caramboo.com/2009/11/karmic-koala-ko/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 14:58:31 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[rdiff-backup]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://caramboo.com/?p=484</guid>
		<description><![CDATA[Oh bollocks I’ve been busy. Like an old record I’ve said this before many times but I really do think I enjoy fiddling with stuff and getting it working rather than actually using the thing I’m messing about with.]]></description>
			<content:encoded><![CDATA[<p><img src="/photos/zp-core/i.php?&amp;a=sitepics&amp;w=300&amp;i=koala.jpg" alt="koala.jpg" class="alignleft cheese" /> Oh bollocks I&#8217;ve been busy.  Like an old record I&#8217;ve said this before many times but I really do think I enjoy fiddling with stuff and getting it working rather than actually using the thing I&#8217;m messing about with.  However, the reason for no updates for a few weeks is that I had a bit of a catastrophe on the <a href="http://theformanalyst.com" title="The Form Analyst">Form Analyst Site</a>.  There&#8217;s no need to go too much into detail but basically I messed up upgrading the server from Ubuntu 9.04 (<em>was that Jaunty or Intrepid?</em>) to 9.10 Karmic Koala.  It was my fault for being a bit blasé about the upgrade because usually nothing goes wrong.  Except it did this time.</p>
<p>I found myself with the option of working out what had gone wrong (the server wouldn&#8217;t even boot properly) which I may have managed, or to bite the bullet and start again with a fresh install.  I went for the latter because I really couldn&#8217;t be bothered with the former and it would enable me to build a few applications in a way I wished I&#8217;d done on the first install.  Fortunately due to <a href="http://wordpress.org/extend/plugins/wp-db-backup/">WP-DB-Backup</a> and <a href="http://rdiff-backup.nongnu.org/">rdiff-backup</a> I was able to rebuild and restore quite quickly.  DefCon 1 at 8.30am, multi-user subscription website and server back up and running at 2.00pm.  I even managed to get a temporary forum up and running so that the users had somewhere to hang out.  That was on-line at 9.00am.</p>
<p>The new set-up has <a href="http://wiki.nginx.org/Main">Nginx</a> proxying to <a href="http://apache.org">Apache</a>.  I&#8217;d wanted to do it for ages and so now Nginx serves up the static content, Apache looks after all the PHP and other swanky malarky.  I also did a review of the plugins on the site and found that one was really slowing things down to a crawl.  It was <a href=" http://wordpress.org/extend/plugins/social-access-control/">Social Access Control</a> that seemed to be strangling the server.  I swapped it out for Justin Tadlock&#8217;s <a href="http://justintadlock.com/archives/2009/09/17/members-wordpress-plugin">Members</a> plugin.  Things are a lot swifter.  Maybe I didn&#8217;t have Social Access set-up correctly, who knows, it&#8217;s toast now.  Members takes a little bit more messing about with templates to get it running sweet, but I like the concept and it&#8217;s there to stay over at <a href="http://theformanalyst.com">TFA</a>.</p>
<p>I was thinking of writing a few posts on the way I&#8217;ve got Nginx and Apache working in tandem but all I did was Google their names with the word proxy thrown in for good measure and all the help you need is already out there.  </p>
<p><em>Google is your friend</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2009/11/karmic-koala-ko/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion</title>
		<link>http://caramboo.com/2009/10/subversion/</link>
		<comments>http://caramboo.com/2009/10/subversion/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:29:27 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://caramboo.com/2009/10/14/subversion/</guid>
		<description><![CDATA[Instead of FTPing all my updated files to my remote server, I'm now using SVN version control.]]></description>
			<content:encoded><![CDATA[<p>Last night, on a whim, I decided to set up a <a href="http://en.wikipedia.org/wiki/Subversion_%28software%29">subversion</a> repository at my Dreamhost Account. I sorta kinda stopped using Dreamhost several months ago now but I&#8217;ve retained the account simply because at less than $10.00 a month I get:</p>
<ul>
<li>Somewhere to test stuff</li>
<li>An Apache Web Server (I use Nginx on my own server)</li>
<li>As many domains/sub-domains as I like</li>
<li>5OGB of backup space</li>
<li>Lots of funky stuff, like <a href="http://en.wikipedia.org/wiki/Subversion_%28software%29">subversion</a>!</li>
</ul>
<p>All for less than that ten dollars.  Cool or what! </p>
<p>If you don&#8217;t know what subversion is: </p>
<blockquote><p>Subversion (SVN) is a version control system initiated in 1999 by CollabNet Inc. It is used to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS).</p></blockquote>
<p>So my plan is use the following <i>workflow</i>:</p>
<ul>
<li>Create/Edit files on my Desktop machine</li>
<li>Save/Open them on my local server via SSH</li>
<li>Sync my local server files with my repository at Dreamhost</li>
<li>Sync the live site on my remote server with my repository</li>
</ul>
<p>I already backup any sites I have or am working on via rsync or rdiff-backup to my Dreamhost backup account. This new subversion set-up will be used for current development synchronisation with the bonus of historical svn backups.</p>
<p>It all sounds lovely and geeky to me which is great.  Trust me it&#8217;s good.</p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2009/10/subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thesis Look-a-likey</title>
		<link>http://caramboo.com/2009/10/thesis-look-a-likey/</link>
		<comments>http://caramboo.com/2009/10/thesis-look-a-likey/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 20:08:30 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://caramboo.com/?p=436</guid>
		<description><![CDATA[I spent part of the week gone by looking at some Thesis (a premium Wordpress theme) sites and had a go at styling Thematic to mimic their look. 

]]></description>
			<content:encoded><![CDATA[<p><a href="http://static.caramboo.com/wp-content/uploads/2009/10/thesis_look.png?9d7bd4" rel="lightbox[436]"><img src="http://static.caramboo.com/wp-content/uploads/2009/10/thesis_look-300x224.png?9d7bd4" alt="thesis_look" title="thesis_look" width="300" height="224" class="alignleft size-medium wp-image-435" /></a>I spent part of the week gone by looking at some Thesis (a premium WordPress theme) sites and had a go at styling Thematic to mimic their look.  I chose one to play around with and the result is the screenshot in this post.  The aim of the exercise was to just keep climbing the Thematic learning curve and I&#8217;m picking stuff up as I go along.  In this example I managed to move the menu above the site logo and then implemented a new widgetised are above the main #primary and #secondary asides.  Kinda neat really.  </p>
<p>I was thinking about carrying on with the theme but the experience has served its purpose and I&#8217;m ready to move onto something else.  I&#8217;ll just leave the theme as it is and perhaps I&#8217;ll come back to it someday.  So, the next plan is to develop a theme that doesn&#8217;t instantly look like Thematic (or thesis for that matter).  </p>
<p>I&#8217;ll start tomorrow. </p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2009/10/thesis-look-a-likey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Look Part II</title>
		<link>http://caramboo.com/2009/10/new-look-part-ii/</link>
		<comments>http://caramboo.com/2009/10/new-look-part-ii/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 14:39:20 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://caramboo.com/2009/10/06/new-look-part-ii/</guid>
		<description><![CDATA[So like I said in the previous post, when I was creating the last style for the site I was already thinking ahead about another look. The thing is, I&#8217;d developed a bit of writer&#8217;s coder&#8217;s block and whenever I tried to give this place a spring clean and a lick of paint, I&#8217;d just [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop_cap">S</span>o like I said in the previous post, when I was creating the last style for the site I was already thinking ahead about another look.  The thing is, I&#8217;d developed a bit of <em><del datetime="2009-10-06T13:55:26+00:00">writer&#8217;s</del> coder&#8217;s block</em> and whenever I tried to give this place a spring clean and a lick of paint, I&#8217;d just sit there looking at my editor and get nowhere.  I&#8217;d fiddle around for a while and then go and find something else funky to do instead.   I&#8217;m so rubbish getting things off the ground.  I wanted to get something going using Ian Stewart&#8217;s <a href="http://themeshaper.com/thematic" title="Thematic" >Thematic Theme Framework</a> but my CSS skills (<em>well those that I possess</em>) were a bit rusty and I&#8217;d simply do the usual screen staring for a while.  </p>
<p>If you don&#8217;t know what Themetic is, it&#8217;s a framework upon which you pin a <em>child theme</em>.  I haven&#8217;t touched one line of Thematic&#8217;s markup for this child theme (which is tentatively called Tamollie).  The look of this site is created by my spaghetti CSS and a cobbled together functions.php file.  Oh yeah with a few widgetty plugins and some <a href="http://justintadlock.com/">Justin Tadlock</a> stuff thrown in for good measure.  Anyway this is what Ian says about his baby, Thematic: </p>
<blockquote><p>Thematic is a free, open-source, highly extensible, search-engine optimized WordPress Theme Framework featuring 13 widget-ready areas, grid-based layout samples, styling for popular plugins, and a whole community behind it. It&#8217;s perfect for beginner bloggers and WordPress development professionals.</p></blockquote>
<p>Ian frequently posts links to new Thematic based themes on <a href="http://twitter.com/iandstewart">Twitter</a> and I&#8217;d go and check them out.  Some are really good and I&#8217;d think &#8220;<em>I want one like that!</em>&#8220;.  Then I&#8217;d look at Thematic, suss out the learning curve (<em>it&#8217;s actually not that bad</em>) before retreating to Firefox and just bimble round t&#8217;interweb not achieving very much at all.  So that&#8217;s why I decided to break the mindset and move to something else which ended up being Blueprint (BP) and Whiteboard (WB).  Anyway, whilst fiddling about with BP and WB I started delving into the WordPress <em>functions.php</em> file to add in widget areas and what-not.  That got me thinking about Thematic again because it makes use of the functions file like crazy.  So as soon as I finished the last design I started mucking about with Thematic.</p>
<p>I decided that I&#8217;d try and create a look similar to <a href="http://themeshaper.com">Ian&#8217;s Themeshaper Site</a> so that I could get used to working with Thematic and what you are looking at now is the result.  At the time of writing the CSS really does look like a bowl of spaghetti but it works.  I&#8217;ll tidy it up but the experience of the past few days has been me climbing that learning curve.  I think I&#8217;m about a quarter of the way up it.  It doesn&#8217;t look completely like Ian&#8217;s since I&#8217;m not worthy but you can see the influence .</p>
<p>So now that I&#8217;ve got somewhere to write again I&#8217;m going to move to stage two and attempt to mimic another site.  I don&#8217;t know where yet but I&#8217;m working on it.  The aim is to completely immerse myself in all things Thematic and eventually develop a child theme straight out of my own head.  Well, that&#8217;s the plan anyway!  </p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2009/10/new-look-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: caramboo.com @ 2012-02-05 08:48:00 by W3 Total Cache -->

<!-- W3 Total Cache: Object Cache debug info:
Engine:             apc
Caching:            enabled
Total calls:        901
Cache hits:         901
Cache misses:       0
Total time:         0.0183
W3TC Object Cache info:
    # |     Status      |     Source      | Data size (b) | Query time (s) | ID:Group
    1 |     cached      |   persistent    |             4 |         0.0003 | is_blog_installed:default
    2 |     cached      |   persistent    |           345 |         0.0001 | notoptions:options
    3 |     cached      |   persistent    |        355712 |         0.0007 | alloptions:options
    4 |     cached      |    internal     |           345 |              0 | notoptions:options
    5 |     cached      |    internal     |        355712 |              0 | alloptions:options
    6 |     cached      |    internal     |           345 |              0 | notoptions:options
    7 |     cached      |    internal     |        355712 |              0 | alloptions:options
    8 |     cached      |    internal     |           345 |              0 | notoptions:options
    9 |     cached      |    internal     |        355712 |              0 | alloptions:options
   10 |     cached      |    internal     |           345 |              0 | notoptions:options
   11 |     cached      |    internal     |        355712 |              0 | alloptions:options
   12 |     cached      |    internal     |           345 |              0 | notoptions:options
   13 |     cached      |    internal     |        355712 |              0 | alloptions:options
   14 |     cached      |    internal     |           345 |              0 | notoptions:options
   15 |     cached      |    internal     |        355712 |              0 | alloptions:options
   16 |     cached      |    internal     |           345 |              0 | notoptions:options
   17 |     cached      |    internal     |           345 |              0 | notoptions:options
   18 |     cached      |    internal     |        355712 |              0 | alloptions:options
   19 |     cached      |    internal     |           345 |              0 | notoptions:options
   20 |     cached      |    internal     |           345 |              0 | notoptions:options
   21 |     cached      |    internal     |        355712 |              0 | alloptions:options
   22 |     cached      |    internal     |           345 |              0 | notoptions:options
   23 |     cached      |    internal     |        355712 |              0 | alloptions:options
   24 |     cached      |    internal     |           345 |              0 | notoptions:options
   25 |     cached      |    internal     |           345 |              0 | notoptions:options
   26 |     cached      |    internal     |        355712 |              0 | alloptions:options
   27 |     cached      |    internal     |           345 |              0 | notoptions:options
   28 |     cached      |    internal     |           345 |              0 | notoptions:options
   29 |     cached      |    internal     |        355712 |              0 | alloptions:options
   30 |     cached      |    internal     |           345 |              0 | notoptions:options
   31 |     cached      |    internal     |           345 |              0 | notoptions:options
   32 |     cached      |    internal     |        355712 |              0 | alloptions:options
   33 |     cached      |    internal     |           345 |              0 | notoptions:options
   34 |     cached      |    internal     |        355712 |              0 | alloptions:options
   35 |     cached      |    internal     |           345 |              0 | notoptions:options
   36 |     cached      |    internal     |        355712 |              0 | alloptions:options
   37 |     cached      |    internal     |           345 |              0 | notoptions:options
   38 |     cached      |    internal     |        355712 |              0 | alloptions:options
   39 |     cached      |    internal     |           345 |              0 | notoptions:options
   40 |     cached      |    internal     |        355712 |              0 | alloptions:options
   41 |     cached      |    internal     |           345 |              0 | notoptions:options
   42 |     cached      |    internal     |        355712 |              0 | alloptions:options
   43 |     cached      |    internal     |           345 |              0 | notoptions:options
   44 |     cached      |    internal     |        355712 |              0 | alloptions:options
   45 |     cached      |    internal     |           345 |              0 | notoptions:options
   46 |     cached      |    internal     |        355712 |              0 | alloptions:options
   47 |     cached      |    internal     |           345 |              0 | notoptions:options
   48 |     cached      |    internal     |        355712 |              0 | alloptions:options
   49 |     cached      |    internal     |           345 |              0 | notoptions:options
   50 |     cached      |    internal     |        355712 |              0 | alloptions:options
   51 |     cached      |    internal     |           345 |              0 | notoptions:options
   52 |     cached      |    internal     |        355712 |              0 | alloptions:options
   53 |     cached      |    internal     |           345 |              0 | notoptions:options
   54 |     cached      |    internal     |        355712 |              0 | alloptions:options
   55 |     cached      |    internal     |           345 |              0 | notoptions:options
   56 |     cached      |    internal     |        355712 |              0 | alloptions:options
   57 |     cached      |    internal     |           345 |              0 | notoptions:options
   58 |     cached      |    internal     |        355712 |              0 | alloptions:options
   59 |     cached      |    internal     |           345 |              0 | notoptions:options
   60 |     cached      |    internal     |        355712 |              0 | alloptions:options
   61 |     cached      |    internal     |           345 |              0 | notoptions:options
   62 |     cached      |    internal     |        355712 |              0 | alloptions:options
   63 |     cached      |    internal     |           345 |              0 | notoptions:options
   64 |     cached      |    internal     |           345 |              0 | notoptions:options
   65 |     cached      |    internal     |        355712 |              0 | alloptions:options
   66 |     cached      |    internal     |           345 |              0 | notoptions:options
   67 |     cached      |    internal     |           345 |              0 | notoptions:options
   68 |     cached      |    internal     |        355712 |              0 | alloptions:options
   69 |     cached      |    internal     |           345 |              0 | notoptions:options
   70 |     cached      |    internal     |           345 |              0 | notoptions:options
   71 |     cached      |    internal     |        355712 |              0 | alloptions:options
   72 |     cached      |    internal     |           345 |              0 | notoptions:options
   73 |     cached      |    internal     |           345 |              0 | notoptions:options
   74 |     cached      |    internal     |        355712 |              0 | alloptions:options
   75 |     cached      |    internal     |           345 |              0 | notoptions:options
   76 |     cached      |    internal     |           345 |              0 | notoptions:options
   77 |     cached      |    internal     |        355712 |              0 | alloptions:options
   78 |     cached      |    internal     |           345 |              0 | notoptions:options
   79 |     cached      |    internal     |           345 |              0 | notoptions:options
   80 |     cached      |    internal     |        355712 |              0 | alloptions:options
   81 |     cached      |    internal     |           345 |              0 | notoptions:options
   82 |     cached      |    internal     |           345 |              0 | notoptions:options
   83 |     cached      |    internal     |        355712 |              0 | alloptions:options
   84 |     cached      |    internal     |           345 |              0 | notoptions:options
   85 |     cached      |    internal     |           345 |              0 | notoptions:options
   86 |     cached      |    internal     |        355712 |              0 | alloptions:options
   87 |     cached      |    internal     |           345 |              0 | notoptions:options
   88 |     cached      |    internal     |           345 |              0 | notoptions:options
   89 |     cached      |    internal     |        355712 |              0 | alloptions:options
   90 |     cached      |    internal     |           345 |              0 | notoptions:options
   91 |     cached      |    internal     |           345 |              0 | notoptions:options
   92 |     cached      |    internal     |        355712 |              0 | alloptions:options
   93 |     cached      |    internal     |           345 |              0 | notoptions:options
   94 |     cached      |    internal     |           345 |              0 | notoptions:options
   95 |     cached      |    internal     |        355712 |              0 | alloptions:options
   96 |     cached      |    internal     |           345 |              0 | notoptions:options
   97 |     cached      |    internal     |           345 |              0 | notoptions:options
   98 |     cached      |    internal     |        355712 |              0 | alloptions:options
   99 |     cached      |    internal     |           345 |              0 | notoptions:options
  100 |     cached      |    internal     |           345 |              0 | notoptions:options
  101 |     cached      |    internal     |        355712 |              0 | alloptions:options
  102 |     cached      |    internal     |           345 |              0 | notoptions:options
  103 |     cached      |    internal     |           345 |              0 | notoptions:options
  104 |     cached      |    internal     |        355712 |              0 | alloptions:options
  105 |     cached      |    internal     |           345 |              0 | notoptions:options
  106 |     cached      |    internal     |           345 |              0 | notoptions:options
  107 |     cached      |    internal     |        355712 |              0 | alloptions:options
  108 |     cached      |    internal     |           345 |              0 | notoptions:options
  109 |     cached      |    internal     |           345 |              0 | notoptions:options
  110 |     cached      |    internal     |        355712 |              0 | alloptions:options
  111 |     cached      |    internal     |           345 |              0 | notoptions:options
  112 |     cached      |    internal     |           345 |              0 | notoptions:options
  113 |     cached      |    internal     |        355712 |              0 | alloptions:options
  114 |     cached      |    internal     |           345 |              0 | notoptions:options
  115 |     cached      |    internal     |           345 |              0 | notoptions:options
  116 |     cached      |    internal     |        355712 |              0 | alloptions:options
  117 |     cached      |    internal     |           345 |              0 | notoptions:options
  118 |     cached      |    internal     |           345 |              0 | notoptions:options
  119 |     cached      |    internal     |        355712 |              0 | alloptions:options
  120 |     cached      |    internal     |           345 |              0 | notoptions:options
  121 |     cached      |    internal     |           345 |              0 | notoptions:options
  122 |     cached      |    internal     |        355712 |              0 | alloptions:options
  123 |     cached      |    internal     |           345 |              0 | notoptions:options
  124 |     cached      |    internal     |           345 |              0 | notoptions:options
  125 |     cached      |    internal     |        355712 |              0 | alloptions:options
  126 |     cached      |    internal     |           345 |              0 | notoptions:options
  127 |     cached      |    internal     |           345 |              0 | notoptions:options
  128 |     cached      |    internal     |        355712 |              0 | alloptions:options
  129 |     cached      |    internal     |           345 |              0 | notoptions:options
  130 |     cached      |    internal     |           345 |              0 | notoptions:options
  131 |     cached      |    internal     |        355712 |              0 | alloptions:options
  132 |     cached      |    internal     |           345 |              0 | notoptions:options
  133 |     cached      |    internal     |           345 |              0 | notoptions:options
  134 |     cached      |    internal     |        355712 |              0 | alloptions:options
  135 |     cached      |    internal     |           345 |              0 | notoptions:options
  136 |     cached      |    internal     |           345 |              0 | notoptions:options
  137 |     cached      |    internal     |        355712 |              0 | alloptions:options
  138 |     cached      |    internal     |           345 |              0 | notoptions:options
  139 |     cached      |    internal     |           345 |              0 | notoptions:options
  140 |     cached      |    internal     |        355712 |              0 | alloptions:options
  141 |     cached      |    internal     |           345 |              0 | notoptions:options
  142 |     cached      |    internal     |           345 |              0 | notoptions:options
  143 |     cached      |    internal     |        355712 |              0 | alloptions:options
  144 |     cached      |    internal     |           345 |              0 | notoptions:options
  145 |     cached      |    internal     |           345 |              0 | notoptions:options
  146 |     cached      |    internal     |        355712 |              0 | alloptions:options
  147 |     cached      |    internal     |           345 |              0 | notoptions:options
  148 |     cached      |    internal     |           345 |              0 | notoptions:options
  149 |     cached      |    internal     |        355712 |              0 | alloptions:options
  150 |     cached      |    internal     |           345 |              0 | notoptions:options
  151 |     cached      |    internal     |           345 |              0 | notoptions:options
  152 |     cached      |    internal     |        355712 |              0 | alloptions:options
  153 |     cached      |    internal     |           345 |              0 | notoptions:options
  154 |     cached      |    internal     |           345 |              0 | notoptions:options
  155 |     cached      |    internal     |        355712 |              0 | alloptions:options
  156 |     cached      |    internal     |           345 |              0 | notoptions:options
  157 |     cached      |    internal     |           345 |              0 | notoptions:options
  158 |     cached      |    internal     |        355712 |              0 | alloptions:options
  159 |     cached      |    internal     |           345 |              0 | notoptions:options
  160 |     cached      |    internal     |           345 |              0 | notoptions:options
  161 |     cached      |    internal     |        355712 |              0 | alloptions:options
  162 |     cached      |    internal     |           345 |              0 | notoptions:options
  163 |     cached      |    internal     |           345 |              0 | notoptions:options
  164 |     cached      |    internal     |        355712 |              0 | alloptions:options
  165 |     cached      |    internal     |           345 |              0 | notoptions:options
  166 |     cached      |    internal     |           345 |              0 | notoptions:options
  167 |     cached      |    internal     |        355712 |              0 | alloptions:options
  168 |     cached      |    internal     |           345 |              0 | notoptions:options
  169 |     cached      |    internal     |           345 |              0 | notoptions:options
  170 |     cached      |    internal     |        355712 |              0 | alloptions:options
  171 |     cached      |    internal     |           345 |              0 | notoptions:options
  172 |     cached      |    internal     |           345 |              0 | notoptions:options
  173 |     cached      |    internal     |        355712 |              0 | alloptions:options
  174 |     cached      |    internal     |           345 |              0 | notoptions:options
  175 |     cached      |    internal     |           345 |              0 | notoptions:options
  176 |     cached      |    internal     |        355712 |              0 | alloptions:options
  177 |     cached      |    internal     |           345 |              0 | notoptions:options
  178 |     cached      |    internal     |           345 |              0 | notoptions:options
  179 |     cached      |    internal     |        355712 |              0 | alloptions:options
  180 |     cached      |    internal     |           345 |              0 | notoptions:options
  181 |     cached      |    internal     |           345 |              0 | notoptions:options
  182 |     cached      |    internal     |        355712 |              0 | alloptions:options
  183 |     cached      |    internal     |           345 |              0 | notoptions:options
  184 |     cached      |    internal     |           345 |              0 | notoptions:options
  185 |     cached      |    internal     |        355712 |              0 | alloptions:options
  186 |     cached      |    internal     |           345 |              0 | notoptions:options
  187 |     cached      |    internal     |           345 |              0 | notoptions:options
  188 |     cached      |    internal     |        355712 |              0 | alloptions:options
  189 |     cached      |    internal     |           345 |              0 | notoptions:options
  190 |     cached      |    internal     |           345 |              0 | notoptions:options
  191 |     cached      |    internal     |        355712 |              0 | alloptions:options
  192 |     cached      |    internal     |           345 |              0 | notoptions:options
  193 |     cached      |    internal     |           345 |              0 | notoptions:options
  194 |     cached      |    internal     |        355712 |              0 | alloptions:options
  195 |     cached      |    internal     |           345 |              0 | notoptions:options
  196 |     cached      |    internal     |           345 |              0 | notoptions:options
  197 |     cached      |    internal     |        355712 |              0 | alloptions:options
  198 |     cached      |    internal     |           345 |              0 | notoptions:options
  199 |     cached      |    internal     |           345 |              0 | notoptions:options
  200 |     cached      |    internal     |        355712 |              0 | alloptions:options
  201 |     cached      |    internal     |           345 |              0 | notoptions:options
  202 |     cached      |    internal     |           345 |              0 | notoptions:options
  203 |     cached      |    internal     |        355712 |              0 | alloptions:options
  204 |     cached      |    internal     |           345 |              0 | notoptions:options
  205 |     cached      |    internal     |           345 |              0 | notoptions:options
  206 |     cached      |    internal     |        355712 |              0 | alloptions:options
  207 |     cached      |    internal     |           345 |              0 | notoptions:options
  208 |     cached      |    internal     |           345 |              0 | notoptions:options
  209 |     cached      |    internal     |        355712 |              0 | alloptions:options
  210 |     cached      |    internal     |           345 |              0 | notoptions:options
  211 |     cached      |    internal     |           345 |              0 | notoptions:options
  212 |     cached      |    internal     |        355712 |              0 | alloptions:options
  213 |     cached      |    internal     |           345 |              0 | notoptions:options
  214 |     cached      |    internal     |           345 |              0 | notoptions:options
  215 |     cached      |    internal     |        355712 |              0 | alloptions:options
  216 |     cached      |    internal     |           345 |              0 | notoptions:options
  217 |     cached      |    internal     |           345 |              0 | notoptions:options
  218 |     cached      |    internal     |        355712 |              0 | alloptions:options
  219 |     cached      |    internal     |           345 |              0 | notoptions:options
  220 |     cached      |    internal     |           345 |              0 | notoptions:options
  221 |     cached      |    internal     |        355712 |              0 | alloptions:options
  222 |     cached      |    internal     |           345 |              0 | notoptions:options
  223 |     cached      |    internal     |           345 |              0 | notoptions:options
  224 |     cached      |    internal     |        355712 |              0 | alloptions:options
  225 |     cached      |    internal     |           345 |              0 | notoptions:options
  226 |     cached      |    internal     |           345 |              0 | notoptions:options
  227 |     cached      |    internal     |        355712 |              0 | alloptions:options
  228 |     cached      |    internal     |           345 |              0 | notoptions:options
  229 |     cached      |    internal     |           345 |              0 | notoptions:options
  230 |     cached      |    internal     |        355712 |              0 | alloptions:options
  231 |     cached      |    internal     |           345 |              0 | notoptions:options
  232 |     cached      |    internal     |           345 |              0 | notoptions:options
  233 |     cached      |    internal     |        355712 |              0 | alloptions:options
  234 |     cached      |    internal     |           345 |              0 | notoptions:options
  235 |     cached      |    internal     |           345 |              0 | notoptions:options
  236 |     cached      |    internal     |        355712 |              0 | alloptions:options
  237 |     cached      |    internal     |           345 |              0 | notoptions:options
  238 |     cached      |    internal     |           345 |              0 | notoptions:options
  239 |     cached      |    internal     |        355712 |              0 | alloptions:options
  240 |     cached      |    internal     |           345 |              0 | notoptions:options
  241 |     cached      |    internal     |           345 |              0 | notoptions:options
  242 |     cached      |    internal     |        355712 |              0 | alloptions:options
  243 |     cached      |    internal     |           345 |              0 | notoptions:options
  244 |     cached      |    internal     |        355712 |              0 | alloptions:options
  245 |     cached      |    internal     |           345 |              0 | notoptions:options
  246 |     cached      |    internal     |           345 |              0 | notoptions:options
  247 |     cached      |    internal     |        355712 |              0 | alloptions:options
  248 |     cached      |    internal     |           345 |              0 | notoptions:options
  249 |     cached      |    internal     |           345 |              0 | notoptions:options
  250 |     cached      |    internal     |        355712 |              0 | alloptions:options
  251 |     cached      |    internal     |           345 |              0 | notoptions:options
  252 |     cached      |    internal     |           345 |              0 | notoptions:options
  253 |     cached      |    internal     |        355712 |              0 | alloptions:options
  254 |     cached      |    internal     |           345 |              0 | notoptions:options
  255 |     cached      |    internal     |           345 |              0 | notoptions:options
  256 |     cached      |    internal     |        355712 |              0 | alloptions:options
  257 |     cached      |    internal     |           345 |              0 | notoptions:options
  258 |     cached      |    internal     |           345 |              0 | notoptions:options
  259 |     cached      |    internal     |        355712 |              0 | alloptions:options
  260 |     cached      |    internal     |           345 |              0 | notoptions:options
  261 |     cached      |    internal     |           345 |              0 | notoptions:options
  262 |     cached      |    internal     |        355712 |              0 | alloptions:options
  263 |     cached      |    internal     |           345 |              0 | notoptions:options
  264 |     cached      |    internal     |        355712 |              0 | alloptions:options
  265 |     cached      |    internal     |           345 |              0 | notoptions:options
  266 |     cached      |    internal     |        355712 |              0 | alloptions:options
  267 |     cached      |    internal     |           345 |              0 | notoptions:options
  268 |     cached      |    internal     |        355712 |              0 | alloptions:options
  269 |     cached      |    internal     |           345 |              0 | notoptions:options
  270 |     cached      |    internal     |        355712 |              0 | alloptions:options
  271 |     cached      |    internal     |           345 |              0 | notoptions:options
  272 |     cached      |    internal     |        355712 |              0 | alloptions:options
  273 |     cached      |    internal     |           345 |              0 | notoptions:options
  274 |     cached      |    internal     |        355712 |              0 | alloptions:options
  275 |     cached      |    internal     |           345 |              0 | notoptions:options
  276 |     cached      |    internal     |        355712 |              0 | alloptions:options
  277 |     cached      |    internal     |           345 |              0 | notoptions:options
  278 |     cached      |    internal     |        355712 |              0 | alloptions:options
  279 |     cached      |    internal     |           345 |              0 | notoptions:options
  280 |     cached      |    internal     |        355712 |              0 | alloptions:options
  281 |     cached      |    internal     |           345 |              0 | notoptions:options
  282 |     cached      |    internal     |        355712 |              0 | alloptions:options
  283 |     cached      |    internal     |           345 |              0 | notoptions:options
  284 |     cached      |    internal     |        355712 |              0 | alloptions:options
  285 |     cached      |    internal     |           345 |              0 | notoptions:options
  286 |     cached      |    internal     |        355712 |              0 | alloptions:options
  287 |     cached      |    internal     |           345 |              0 | notoptions:options
  288 |     cached      |    internal     |        355712 |              0 | alloptions:options
  289 |     cached      |    internal     |           345 |              0 | notoptions:options
  290 |     cached      |    internal     |        355712 |              0 | alloptions:options
  291 |     cached      |    internal     |           345 |              0 | notoptions:options
  292 |     cached      |    internal     |        355712 |              0 | alloptions:options
  293 |     cached      |    internal     |           345 |              0 | notoptions:options
  294 |     cached      |    internal     |        355712 |              0 | alloptions:options
  295 |     cached      |    internal     |           345 |              0 | notoptions:options
  296 |     cached      |    internal     |        355712 |              0 | alloptions:options
  297 |     cached      |    internal     |           345 |              0 | notoptions:options
  298 |     cached      |    internal     |        355712 |              0 | alloptions:options
  299 |     cached      |    internal     |           345 |              0 | notoptions:options
  300 |     cached      |    internal     |        355712 |              0 | alloptions:options
  301 |     cached      |    internal     |           345 |              0 | notoptions:options
  302 |     cached      |    internal     |        355712 |              0 | alloptions:options
  303 |     cached      |    internal     |           345 |              0 | notoptions:options
  304 |     cached      |    internal     |        355712 |              0 | alloptions:options
  305 |     cached      |    internal     |           345 |              0 | notoptions:options
  306 |     cached      |    internal     |        355712 |              0 | alloptions:options
  307 |     cached      |    internal     |           345 |              0 | notoptions:options
  308 |     cached      |    internal     |        355712 |              0 | alloptions:options
  309 |     cached      |    internal     |           345 |              0 | notoptions:options
  310 |     cached      |    internal     |        355712 |              0 | alloptions:options
  311 |     cached      |    internal     |           345 |              0 | notoptions:options
  312 |     cached      |    internal     |        355712 |              0 | alloptions:options
  313 |     cached      |    internal     |           345 |              0 | notoptions:options
  314 |     cached      |    internal     |        355712 |              0 | alloptions:options
  315 |     cached      |    internal     |           345 |              0 | notoptions:options
  316 |     cached      |    internal     |        355712 |              0 | alloptions:options
  317 |     cached      |    internal     |             4 |              0 | is_blog_installed:default
  318 |     cached      |    internal     |           345 |              0 | notoptions:options
  319 |     cached      |    internal     |        355712 |              0 | alloptions:options
  320 |     cached      |    internal     |           345 |              0 | notoptions:options
  321 |     cached      |    internal     |        355712 |              0 | alloptions:options
  322 |     cached      |    internal     |           345 |              0 | notoptions:options
  323 |     cached      |    internal     |        355712 |              0 | alloptions:options
  324 |     cached      |    internal     |           345 |              0 | notoptions:options
  325 |     cached      |    internal     |        355712 |              0 | alloptions:options
  326 |     cached      |    internal     |           345 |              0 | notoptions:options
  327 |     cached      |    internal     |        355712 |              0 | alloptions:options
  328 |     cached      |    internal     |           345 |              0 | notoptions:options
  329 |     cached      |    internal     |        355712 |              0 | alloptions:options
  330 |     cached      |    internal     |           345 |              0 | notoptions:options
  331 |     cached      |    internal     |        355712 |              0 | alloptions:options
  332 |     cached      |    internal     |           345 |              0 | notoptions:options
  333 |     cached      |    internal     |        355712 |              0 | alloptions:options
  334 |     cached      |    internal     |           345 |              0 | notoptions:options
  335 |     cached      |    internal     |        355712 |              0 | alloptions:options
  336 |     cached      |    internal     |           345 |              0 | notoptions:options
  337 |     cached      |    internal     |        355712 |              0 | alloptions:options
  338 |     cached      |    internal     |           345 |              0 | notoptions:options
  339 |     cached      |    internal     |        355712 |              0 | alloptions:options
  340 |     cached      |    internal     |           345 |              0 | notoptions:options
  341 |     cached      |    internal     |           345 |              0 | notoptions:options
  342 |     cached      |    internal     |           345 |              0 | notoptions:options
  343 |     cached      |    internal     |           345 |              0 | notoptions:options
  344 |     cached      |    internal     |           345 |              0 | notoptions:options
  345 |     cached      |    internal     |           345 |              0 | notoptions:options
  346 |     cached      |    internal     |           345 |              0 | notoptions:options
  347 |     cached      |    internal     |        355712 |              0 | alloptions:options
  348 |     cached      |    internal     |           345 |              0 | notoptions:options
  349 |     cached      |    internal     |        355712 |              0 | alloptions:options
  350 |     cached      |    internal     |           345 |              0 | notoptions:options
  351 |     cached      |    internal     |           345 |              0 | notoptions:options
  352 |     cached      |    internal     |        355712 |              0 | alloptions:options
  353 |     cached      |    internal     |           345 |              0 | notoptions:options
  354 |     cached      |    internal     |        355712 |              0 | alloptions:options
  355 |     cached      |    internal     |           345 |              0 | notoptions:options
  356 |     cached      |    internal     |        355712 |              0 | alloptions:options
  357 |     cached      |    internal     |           345 |              0 | notoptions:options
  358 |     cached      |    internal     |        355712 |              0 | alloptions:options
  359 |     cached      |    internal     |           345 |              0 | notoptions:options
  360 |     cached      |    internal     |        355712 |              0 | alloptions:options
  361 |     cached      |    internal     |           345 |              0 | notoptions:options
  362 |     cached      |    internal     |        355712 |              0 | alloptions:options
  363 |     cached      |    internal     |           345 |              0 | notoptions:options
  364 |     cached      |    internal     |        355712 |              0 | alloptions:options
  365 |     cached      |    internal     |           345 |              0 | notoptions:options
  366 |     cached      |    internal     |        355712 |              0 | alloptions:options
  367 |     cached      |    internal     |           345 |              0 | notoptions:options
  368 |     cached      |    internal     |        355712 |              0 | alloptions:options
  369 |     cached      |    internal     |           345 |              0 | notoptions:options
  370 |     cached      |    internal     |        355712 |              0 | alloptions:options
  371 |     cached      |    internal     |           345 |              0 | notoptions:options
  372 |     cached      |    internal     |        355712 |              0 | alloptions:options
  373 |     cached      |   persistent    |            27 |              0 | lastpostmodified:gmt:timeinfo
  374 |     cached      |   persistent    |            27 |              0 | lastpostdate:gmt:timeinfo
  375 |     cached      |    internal     |           345 |              0 | notoptions:options
  376 |     cached      |    internal     |        355712 |              0 | alloptions:options
  377 |     cached      |    internal     |           345 |              0 | notoptions:options
  378 |     cached      |    internal     |        355712 |              0 | alloptions:options
  379 |     cached      |    internal     |           345 |              0 | notoptions:options
  380 |     cached      |    internal     |        355712 |              0 | alloptions:options
  381 |     cached      |    internal     |           345 |              0 | notoptions:options
  382 |     cached      |    internal     |        355712 |              0 | alloptions:options
  383 |     cached      |   persistent    |           288 |              0 | 3:category
  384 |     cached      |    internal     |           345 |              0 | notoptions:options
  385 |     cached      |    internal     |        355712 |              0 | alloptions:options
  386 |     cached      |    internal     |           345 |              0 | notoptions:options
  387 |     cached      |    internal     |        355712 |              0 | alloptions:options
  388 |     cached      |    internal     |           345 |              0 | notoptions:options
  389 |     cached      |    internal     |        355712 |              0 | alloptions:options
  390 |     cached      |    internal     |           345 |              0 | notoptions:options
  391 |     cached      |    internal     |        355712 |              0 | alloptions:options
  392 |     cached      |    internal     |           288 |              0 | 3:category
  393 |     cached      |    internal     |           288 |              0 | 3:category
  394 |     cached      |    internal     |           288 |              0 | 3:category
  395 |     cached      |    internal     |           345 |              0 | notoptions:options
  396 |     cached      |    internal     |        355712 |              0 | alloptions:options
  397 |     cached      |    internal     |           345 |              0 | notoptions:options
  398 |     cached      |    internal     |        355712 |              0 | alloptions:options
  399 |     cached      |    internal     |           345 |              0 | notoptions:options
  400 |     cached      |    internal     |        355712 |              0 | alloptions:options
  401 |     cached      |    internal     |           345 |              0 | notoptions:options
  402 |     cached      |    internal     |        355712 |              0 | alloptions:options
  403 |     cached      |    internal     |           345 |              0 | notoptions:options
  404 |     cached      |    internal     |        355712 |              0 | alloptions:options
  405 |     cached      |    internal     |           345 |              0 | notoptions:options
  406 |     cached      |    internal     |        355712 |              0 | alloptions:options
  407 |     cached      |    internal     |           345 |              0 | notoptions:options
  408 |     cached      |    internal     |        355712 |              0 | alloptions:options
  409 |     cached      |    internal     |           345 |              0 | notoptions:options
  410 |     cached      |    internal     |        355712 |              0 | alloptions:options
  411 |     cached      |    internal     |           345 |              0 | notoptions:options
  412 |     cached      |    internal     |        355712 |              0 | alloptions:options
  413 |     cached      |    internal     |           345 |              0 | notoptions:options
  414 |     cached      |    internal     |        355712 |              0 | alloptions:options
  415 |     cached      |    internal     |           345 |              0 | notoptions:options
  416 |     cached      |    internal     |        355712 |              0 | alloptions:options
  417 |     cached      |    internal     |           345 |              0 | notoptions:options
  418 |     cached      |    internal     |        355712 |              0 | alloptions:options
  419 |     cached      |    internal     |           345 |              0 | notoptions:options
  420 |     cached      |    internal     |        355712 |              0 | alloptions:options
  421 |     cached      |    internal     |           345 |              0 | notoptions:options
  422 |     cached      |    internal     |        355712 |              0 | alloptions:options
  423 |     cached      |    internal     |           345 |              0 | notoptions:options
  424 |     cached      |    internal     |        355712 |              0 | alloptions:options
  425 |     cached      |    internal     |           345 |              0 | notoptions:options
  426 |     cached      |    internal     |        355712 |              0 | alloptions:options
  427 |     cached      |    internal     |           345 |              0 | notoptions:options
  428 |     cached      |    internal     |        355712 |              0 | alloptions:options
  429 |     cached      |    internal     |        355712 |              0 | alloptions:options
  430 |     cached      |    internal     |           345 |              0 | notoptions:options
  431 |     cached      |    internal     |        355712 |              0 | alloptions:options
  432 |     cached      |    internal     |           345 |              0 | notoptions:options
  433 |     cached      |    internal     |        355712 |              0 | alloptions:options
  434 |     cached      |    internal     |           345 |              0 | notoptions:options
  435 |     cached      |    internal     |        355712 |              0 | alloptions:options
  436 |     cached      |    internal     |            27 |              0 | lastpostmodified:gmt:timeinfo
  437 |     cached      |    internal     |            27 |              0 | lastpostdate:gmt:timeinfo
  438 |     cached      |    internal     |           345 |              0 | notoptions:options
  439 |     cached      |    internal     |        355712 |              0 | alloptions:options
  440 |     cached      |   persistent    |           372 |         0.0001 | 1:users
  441 |     cached      |   persistent    |          6109 |         0.0001 | 1:user_meta
  442 |     cached      |    internal     |           345 |              0 | notoptions:options
  443 |     cached      |    internal     |        355712 |              0 | alloptions:options
  444 |     cached      |    internal     |           345 |              0 | notoptions:options
  445 |     cached      |    internal     |        355712 |              0 | alloptions:options
  446 |     cached      |    internal     |           345 |              0 | notoptions:options
  447 |     cached      |    internal     |        355712 |              0 | alloptions:options
  448 |     cached      |    internal     |           345 |              0 | notoptions:options
  449 |     cached      |    internal     |        355712 |              0 | alloptions:options
  450 |     cached      |    internal     |           345 |              0 | notoptions:options
  451 |     cached      |    internal     |        355712 |              0 | alloptions:options
  452 |     cached      |   persistent    |           298 |         0.0001 | 47918:category_relationships
  453 |     cached      |   persistent    |             0 |         0.0001 | 47918:post_tag_relationships
  454 |     cached      |    internal     |           345 |              0 | notoptions:options
  455 |     cached      |    internal     |        355712 |              0 | alloptions:options
  456 |     cached      |    internal     |           345 |              0 | notoptions:options
  457 |     cached      |    internal     |        355712 |              0 | alloptions:options
  458 |     cached      |    internal     |           345 |              0 | notoptions:options
  459 |     cached      |    internal     |        355712 |              0 | alloptions:options
  460 |     cached      |    internal     |           345 |              0 | notoptions:options
  461 |     cached      |    internal     |        355712 |              0 | alloptions:options
  462 |     cached      |    internal     |           345 |              0 | notoptions:options
  463 |     cached      |    internal     |        355712 |              0 | alloptions:options
  464 |     cached      |    internal     |           345 |              0 | notoptions:options
  465 |     cached      |    internal     |        355712 |              0 | alloptions:options
  466 |     cached      |    internal     |           345 |              0 | notoptions:options
  467 |     cached      |    internal     |        355712 |              0 | alloptions:options
  468 |     cached      |    internal     |           345 |              0 | notoptions:options
  469 |     cached      |    internal     |        355712 |              0 | alloptions:options
  470 |     cached      |    internal     |           345 |              0 | notoptions:options
  471 |     cached      |    internal     |        355712 |              0 | alloptions:options
  472 |     cached      |   persistent    |          1677 |         0.0001 | 47918:posts
  473 |     cached      |    internal     |           345 |              0 | notoptions:options
  474 |     cached      |    internal     |        355712 |              0 | alloptions:options
  475 |     cached      |    internal     |           345 |              0 | notoptions:options
  476 |     cached      |    internal     |        355712 |              0 | alloptions:options
  477 |     cached      |    internal     |          1677 |              0 | 47918:posts
  478 |     cached      |   persistent    |           133 |              0 | 47918:post_meta
  479 |     cached      |    internal     |           133 |              0 | 47918:post_meta
  480 |     cached      |    internal     |           372 |              0 | 1:users
  481 |     cached      |    internal     |          6109 |              0 | 1:user_meta
  482 |     cached      |    internal     |           345 |              0 | notoptions:options
  483 |     cached      |    internal     |        355712 |              0 | alloptions:options
  484 |     cached      |    internal     |           345 |              0 | notoptions:options
  485 |     cached      |    internal     |        355712 |              0 | alloptions:options
  486 |     cached      |    internal     |           345 |              0 | notoptions:options
  487 |     cached      |    internal     |        355712 |              0 | alloptions:options
  488 |     cached      |    internal     |           345 |              0 | notoptions:options
  489 |     cached      |    internal     |        355712 |              0 | alloptions:options
  490 |     cached      |   persistent    |           298 |         0.0001 | 47525:category_relationships
  491 |     cached      |   persistent    |             0 |              0 | 47525:post_tag_relationships
  492 |     cached      |    internal     |           345 |              0 | notoptions:options
  493 |     cached      |    internal     |        355712 |              0 | alloptions:options
  494 |     cached      |    internal     |           345 |              0 | notoptions:options
  495 |     cached      |    internal     |        355712 |              0 | alloptions:options
  496 |     cached      |    internal     |           345 |              0 | notoptions:options
  497 |     cached      |    internal     |        355712 |              0 | alloptions:options
  498 |     cached      |    internal     |           345 |              0 | notoptions:options
  499 |     cached      |    internal     |        355712 |              0 | alloptions:options
  500 |     cached      |    internal     |           345 |              0 | notoptions:options
  501 |     cached      |    internal     |        355712 |              0 | alloptions:options
  502 |     cached      |    internal     |           345 |              0 | notoptions:options
  503 |     cached      |    internal     |        355712 |              0 | alloptions:options
  504 |     cached      |    internal     |           345 |              0 | notoptions:options
  505 |     cached      |    internal     |        355712 |              0 | alloptions:options
  506 |     cached      |    internal     |           345 |              0 | notoptions:options
  507 |     cached      |    internal     |        355712 |              0 | alloptions:options
  508 |     cached      |    internal     |           345 |              0 | notoptions:options
  509 |     cached      |    internal     |        355712 |              0 | alloptions:options
  510 |     cached      |    internal     |           345 |              0 | notoptions:options
  511 |     cached      |    internal     |        355712 |              0 | alloptions:options
  512 |     cached      |    internal     |           345 |              0 | notoptions:options
  513 |     cached      |    internal     |        355712 |              0 | alloptions:options
  514 |     cached      |    internal     |           345 |              0 | notoptions:options
  515 |     cached      |    internal     |        355712 |              0 | alloptions:options
  516 |     cached      |    internal     |           345 |              0 | notoptions:options
  517 |     cached      |    internal     |        355712 |              0 | alloptions:options
  518 |     cached      |    internal     |           345 |              0 | notoptions:options
  519 |     cached      |    internal     |        355712 |              0 | alloptions:options
  520 |     cached      |   persistent    |          1214 |         0.0001 | 47525:posts
  521 |     cached      |    internal     |           345 |              0 | notoptions:options
  522 |     cached      |    internal     |        355712 |              0 | alloptions:options
  523 |     cached      |    internal     |           345 |              0 | notoptions:options
  524 |     cached      |    internal     |        355712 |              0 | alloptions:options
  525 |     cached      |    internal     |          1214 |              0 | 47525:posts
  526 |     cached      |   persistent    |            88 |              0 | 47525:post_meta
  527 |     cached      |    internal     |            88 |              0 | 47525:post_meta
  528 |     cached      |    internal     |           372 |              0 | 1:users
  529 |     cached      |    internal     |          6109 |              0 | 1:user_meta
  530 |     cached      |    internal     |           345 |              0 | notoptions:options
  531 |     cached      |    internal     |        355712 |              0 | alloptions:options
  532 |     cached      |    internal     |           345 |              0 | notoptions:options
  533 |     cached      |    internal     |        355712 |              0 | alloptions:options
  534 |     cached      |    internal     |           345 |              0 | notoptions:options
  535 |     cached      |    internal     |        355712 |              0 | alloptions:options
  536 |     cached      |    internal     |           345 |              0 | notoptions:options
  537 |     cached      |    internal     |        355712 |              0 | alloptions:options
  538 |     cached      |   persistent    |           298 |         0.0001 | 785:category_relationships
  539 |     cached      |   persistent    |           790 |         0.0001 | 785:post_tag_relationships
  540 |     cached      |    internal     |           345 |              0 | notoptions:options
  541 |     cached      |    internal     |        355712 |              0 | alloptions:options
  542 |     cached      |    internal     |           345 |              0 | notoptions:options
  543 |     cached      |    internal     |        355712 |              0 | alloptions:options
  544 |     cached      |    internal     |           345 |              0 | notoptions:options
  545 |     cached      |    internal     |        355712 |              0 | alloptions:options
  546 |     cached      |    internal     |           345 |              0 | notoptions:options
  547 |     cached      |    internal     |        355712 |              0 | alloptions:options
  548 |     cached      |    internal     |           345 |              0 | notoptions:options
  549 |     cached      |    internal     |        355712 |              0 | alloptions:options
  550 |     cached      |    internal     |           345 |              0 | notoptions:options
  551 |     cached      |    internal     |        355712 |              0 | alloptions:options
  552 |     cached      |    internal     |           345 |              0 | notoptions:options
  553 |     cached      |    internal     |        355712 |              0 | alloptions:options
  554 |     cached      |    internal     |           345 |              0 | notoptions:options
  555 |     cached      |    internal     |        355712 |              0 | alloptions:options
  556 |     cached      |    internal     |           345 |              0 | notoptions:options
  557 |     cached      |    internal     |        355712 |              0 | alloptions:options
  558 |     cached      |    internal     |           345 |              0 | notoptions:options
  559 |     cached      |    internal     |        355712 |              0 | alloptions:options
  560 |     cached      |    internal     |           345 |              0 | notoptions:options
  561 |     cached      |    internal     |        355712 |              0 | alloptions:options
  562 |     cached      |   persistent    |           288 |         0.0001 | 785:post_meta
  563 |     cached      |   persistent    |          5589 |         0.0001 | 785:posts
  564 |     cached      |    internal     |           345 |              0 | notoptions:options
  565 |     cached      |    internal     |        355712 |              0 | alloptions:options
  566 |     cached      |    internal     |           345 |              0 | notoptions:options
  567 |     cached      |    internal     |        355712 |              0 | alloptions:options
  568 |     cached      |    internal     |           345 |              0 | notoptions:options
  569 |     cached      |    internal     |        355712 |              0 | alloptions:options
  570 |     cached      |    internal     |           345 |              0 | notoptions:options
  571 |     cached      |    internal     |        355712 |              0 | alloptions:options
  572 |     cached      |    internal     |           345 |              0 | notoptions:options
  573 |     cached      |    internal     |        355712 |              0 | alloptions:options
  574 |     cached      |    internal     |          5589 |              0 | 785:posts
  575 |     cached      |    internal     |           345 |              0 | notoptions:options
  576 |     cached      |    internal     |        355712 |              0 | alloptions:options
  577 |     cached      |    internal     |           345 |              0 | notoptions:options
  578 |     cached      |    internal     |        355712 |              0 | alloptions:options
  579 |     cached      |    internal     |          5589 |              0 | 785:posts
  580 |     cached      |    internal     |           288 |              0 | 785:post_meta
  581 |     cached      |    internal     |           288 |              0 | 785:post_meta
  582 |     cached      |    internal     |           372 |              0 | 1:users
  583 |     cached      |    internal     |          6109 |              0 | 1:user_meta
  584 |     cached      |    internal     |           345 |              0 | notoptions:options
  585 |     cached      |    internal     |        355712 |              0 | alloptions:options
  586 |     cached      |    internal     |           345 |              0 | notoptions:options
  587 |     cached      |    internal     |        355712 |              0 | alloptions:options
  588 |     cached      |    internal     |           345 |              0 | notoptions:options
  589 |     cached      |    internal     |        355712 |              0 | alloptions:options
  590 |     cached      |    internal     |           345 |              0 | notoptions:options
  591 |     cached      |    internal     |        355712 |              0 | alloptions:options
  592 |     cached      |   persistent    |           298 |         0.0001 | 750:category_relationships
  593 |     cached      |   persistent    |             0 |              0 | 750:post_tag_relationships
  594 |     cached      |    internal     |           345 |              0 | notoptions:options
  595 |     cached      |    internal     |        355712 |              0 | alloptions:options
  596 |     cached      |    internal     |           345 |              0 | notoptions:options
  597 |     cached      |    internal     |        355712 |              0 | alloptions:options
  598 |     cached      |    internal     |           345 |              0 | notoptions:options
  599 |     cached      |    internal     |        355712 |              0 | alloptions:options
  600 |     cached      |    internal     |           345 |              0 | notoptions:options
  601 |     cached      |    internal     |        355712 |              0 | alloptions:options
  602 |     cached      |    internal     |           345 |              0 | notoptions:options
  603 |     cached      |    internal     |        355712 |              0 | alloptions:options
  604 |     cached      |    internal     |           345 |              0 | notoptions:options
  605 |     cached      |    internal     |        355712 |              0 | alloptions:options
  606 |     cached      |    internal     |           345 |              0 | notoptions:options
  607 |     cached      |    internal     |        355712 |              0 | alloptions:options
  608 |     cached      |    internal     |           345 |              0 | notoptions:options
  609 |     cached      |    internal     |        355712 |              0 | alloptions:options
  610 |     cached      |    internal     |           345 |              0 | notoptions:options
  611 |     cached      |    internal     |        355712 |              0 | alloptions:options
  612 |     cached      |   persistent    |          1268 |         0.0001 | 750:posts
  613 |     cached      |    internal     |           345 |              0 | notoptions:options
  614 |     cached      |    internal     |        355712 |              0 | alloptions:options
  615 |     cached      |    internal     |           345 |              0 | notoptions:options
  616 |     cached      |    internal     |        355712 |              0 | alloptions:options
  617 |     cached      |    internal     |          1268 |              0 | 750:posts
  618 |     cached      |   persistent    |           227 |              0 | 750:post_meta
  619 |     cached      |    internal     |           227 |              0 | 750:post_meta
  620 |     cached      |    internal     |           372 |              0 | 1:users
  621 |     cached      |    internal     |          6109 |              0 | 1:user_meta
  622 |     cached      |    internal     |           345 |              0 | notoptions:options
  623 |     cached      |    internal     |        355712 |              0 | alloptions:options
  624 |     cached      |    internal     |           345 |              0 | notoptions:options
  625 |     cached      |    internal     |        355712 |              0 | alloptions:options
  626 |     cached      |    internal     |           345 |              0 | notoptions:options
  627 |     cached      |    internal     |        355712 |              0 | alloptions:options
  628 |     cached      |    internal     |           345 |              0 | notoptions:options
  629 |     cached      |    internal     |        355712 |              0 | alloptions:options
  630 |     cached      |   persistent    |           298 |         0.0001 | 726:category_relationships
  631 |     cached      |   persistent    |           262 |              0 | 726:post_tag_relationships
  632 |     cached      |    internal     |           345 |              0 | notoptions:options
  633 |     cached      |    internal     |        355712 |              0 | alloptions:options
  634 |     cached      |    internal     |           345 |              0 | notoptions:options
  635 |     cached      |    internal     |        355712 |              0 | alloptions:options
  636 |     cached      |    internal     |           345 |              0 | notoptions:options
  637 |     cached      |    internal     |        355712 |              0 | alloptions:options
  638 |     cached      |    internal     |           345 |              0 | notoptions:options
  639 |     cached      |    internal     |        355712 |              0 | alloptions:options
  640 |     cached      |    internal     |           345 |              0 | notoptions:options
  641 |     cached      |    internal     |        355712 |              0 | alloptions:options
  642 |     cached      |    internal     |           345 |              0 | notoptions:options
  643 |     cached      |    internal     |        355712 |              0 | alloptions:options
  644 |     cached      |    internal     |           345 |              0 | notoptions:options
  645 |     cached      |    internal     |        355712 |              0 | alloptions:options
  646 |     cached      |    internal     |           345 |              0 | notoptions:options
  647 |     cached      |    internal     |        355712 |              0 | alloptions:options
  648 |     cached      |    internal     |           345 |              0 | notoptions:options
  649 |     cached      |    internal     |        355712 |              0 | alloptions:options
  650 |     cached      |    internal     |           345 |              0 | notoptions:options
  651 |     cached      |    internal     |        355712 |              0 | alloptions:options
  652 |     cached      |   persistent    |          1854 |         0.0001 | 726:posts
  653 |     cached      |    internal     |           345 |              0 | notoptions:options
  654 |     cached      |    internal     |        355712 |              0 | alloptions:options
  655 |     cached      |    internal     |           345 |              0 | notoptions:options
  656 |     cached      |    internal     |        355712 |              0 | alloptions:options
  657 |     cached      |    internal     |          1854 |              0 | 726:posts
  658 |     cached      |   persistent    |           347 |              0 | 726:post_meta
  659 |     cached      |    internal     |           347 |              0 | 726:post_meta
  660 |     cached      |    internal     |           372 |              0 | 1:users
  661 |     cached      |    internal     |          6109 |              0 | 1:user_meta
  662 |     cached      |    internal     |           345 |              0 | notoptions:options
  663 |     cached      |    internal     |        355712 |              0 | alloptions:options
  664 |     cached      |    internal     |           345 |              0 | notoptions:options
  665 |     cached      |    internal     |        355712 |              0 | alloptions:options
  666 |     cached      |    internal     |           345 |              0 | notoptions:options
  667 |     cached      |    internal     |        355712 |              0 | alloptions:options
  668 |     cached      |    internal     |           345 |              0 | notoptions:options
  669 |     cached      |    internal     |        355712 |              0 | alloptions:options
  670 |     cached      |   persistent    |           298 |         0.0001 | 530:category_relationships
  671 |     cached      |   persistent    |             0 |              0 | 530:post_tag_relationships
  672 |     cached      |    internal     |           345 |              0 | notoptions:options
  673 |     cached      |    internal     |        355712 |              0 | alloptions:options
  674 |     cached      |    internal     |           345 |              0 | notoptions:options
  675 |     cached      |    internal     |        355712 |              0 | alloptions:options
  676 |     cached      |    internal     |           345 |              0 | notoptions:options
  677 |     cached      |    internal     |        355712 |              0 | alloptions:options
  678 |     cached      |    internal     |           345 |              0 | notoptions:options
  679 |     cached      |    internal     |        355712 |              0 | alloptions:options
  680 |     cached      |    internal     |           345 |              0 | notoptions:options
  681 |     cached      |    internal     |        355712 |              0 | alloptions:options
  682 |     cached      |    internal     |           345 |              0 | notoptions:options
  683 |     cached      |    internal     |        355712 |              0 | alloptions:options
  684 |     cached      |   persistent    |           404 |         0.0001 | 530:post_meta
  685 |     cached      |   persistent    |          4034 |         0.0001 | 530:posts
  686 |     cached      |    internal     |           345 |              0 | notoptions:options
  687 |     cached      |    internal     |        355712 |              0 | alloptions:options
  688 |     cached      |    internal     |           345 |              0 | notoptions:options
  689 |     cached      |    internal     |        355712 |              0 | alloptions:options
  690 |     cached      |    internal     |           345 |              0 | notoptions:options
  691 |     cached      |    internal     |        355712 |              0 | alloptions:options
  692 |     cached      |    internal     |           345 |              0 | notoptions:options
  693 |     cached      |    internal     |        355712 |              0 | alloptions:options
  694 |     cached      |    internal     |           345 |              0 | notoptions:options
  695 |     cached      |    internal     |        355712 |              0 | alloptions:options
  696 |     cached      |    internal     |          4034 |              0 | 530:posts
  697 |     cached      |    internal     |           345 |              0 | notoptions:options
  698 |     cached      |    internal     |        355712 |              0 | alloptions:options
  699 |     cached      |    internal     |           345 |              0 | notoptions:options
  700 |     cached      |    internal     |        355712 |              0 | alloptions:options
  701 |     cached      |    internal     |          4034 |              0 | 530:posts
  702 |     cached      |    internal     |           404 |              0 | 530:post_meta
  703 |     cached      |    internal     |           404 |              0 | 530:post_meta
  704 |     cached      |    internal     |           372 |              0 | 1:users
  705 |     cached      |    internal     |          6109 |              0 | 1:user_meta
  706 |     cached      |    internal     |           345 |              0 | notoptions:options
  707 |     cached      |    internal     |        355712 |              0 | alloptions:options
  708 |     cached      |    internal     |           345 |              0 | notoptions:options
  709 |     cached      |    internal     |        355712 |              0 | alloptions:options
  710 |     cached      |    internal     |           345 |              0 | notoptions:options
  711 |     cached      |    internal     |        355712 |              0 | alloptions:options
  712 |     cached      |    internal     |           345 |              0 | notoptions:options
  713 |     cached      |    internal     |        355712 |              0 | alloptions:options
  714 |     cached      |   persistent    |           298 |         0.0001 | 484:category_relationships
  715 |     cached      |   persistent    |          1266 |         0.0001 | 484:post_tag_relationships
  716 |     cached      |    internal     |           345 |              0 | notoptions:options
  717 |     cached      |    internal     |        355712 |              0 | alloptions:options
  718 |     cached      |    internal     |           345 |              0 | notoptions:options
  719 |     cached      |    internal     |        355712 |              0 | alloptions:options
  720 |     cached      |    internal     |           345 |              0 | notoptions:options
  721 |     cached      |    internal     |        355712 |              0 | alloptions:options
  722 |     cached      |    internal     |           345 |              0 | notoptions:options
  723 |     cached      |    internal     |        355712 |              0 | alloptions:options
  724 |     cached      |    internal     |           345 |              0 | notoptions:options
  725 |     cached      |    internal     |        355712 |              0 | alloptions:options
  726 |     cached      |    internal     |           345 |              0 | notoptions:options
  727 |     cached      |    internal     |        355712 |              0 | alloptions:options
  728 |     cached      |    internal     |           345 |              0 | notoptions:options
  729 |     cached      |    internal     |        355712 |              0 | alloptions:options
  730 |     cached      |    internal     |           345 |              0 | notoptions:options
  731 |     cached      |    internal     |        355712 |              0 | alloptions:options
  732 |     cached      |    internal     |           345 |              0 | notoptions:options
  733 |     cached      |    internal     |        355712 |              0 | alloptions:options
  734 |     cached      |    internal     |           345 |              0 | notoptions:options
  735 |     cached      |    internal     |        355712 |              0 | alloptions:options
  736 |     cached      |    internal     |           345 |              0 | notoptions:options
  737 |     cached      |    internal     |        355712 |              0 | alloptions:options
  738 |     cached      |    internal     |           345 |              0 | notoptions:options
  739 |     cached      |    internal     |        355712 |              0 | alloptions:options
  740 |     cached      |    internal     |           345 |              0 | notoptions:options
  741 |     cached      |    internal     |        355712 |              0 | alloptions:options
  742 |     cached      |    internal     |           345 |              0 | notoptions:options
  743 |     cached      |    internal     |        355712 |              0 | alloptions:options
  744 |     cached      |    internal     |           345 |              0 | notoptions:options
  745 |     cached      |    internal     |        355712 |              0 | alloptions:options
  746 |     cached      |    internal     |           345 |              0 | notoptions:options
  747 |     cached      |    internal     |        355712 |              0 | alloptions:options
  748 |     cached      |    internal     |           345 |              0 | notoptions:options
  749 |     cached      |    internal     |        355712 |              0 | alloptions:options
  750 |     cached      |   persistent    |          3914 |         0.0001 | 484:posts
  751 |     cached      |    internal     |           345 |              0 | notoptions:options
  752 |     cached      |    internal     |        355712 |              0 | alloptions:options
  753 |     cached      |    internal     |           345 |              0 | notoptions:options
  754 |     cached      |    internal     |        355712 |              0 | alloptions:options
  755 |     cached      |    internal     |          3914 |              0 | 484:posts
  756 |     cached      |   persistent    |           174 |              0 | 484:post_meta
  757 |     cached      |    internal     |           174 |              0 | 484:post_meta
  758 |     cached      |    internal     |           372 |              0 | 1:users
  759 |     cached      |    internal     |          6109 |              0 | 1:user_meta
  760 |     cached      |    internal     |           345 |              0 | notoptions:options
  761 |     cached      |    internal     |        355712 |              0 | alloptions:options
  762 |     cached      |    internal     |           345 |              0 | notoptions:options
  763 |     cached      |    internal     |        355712 |              0 | alloptions:options
  764 |     cached      |    internal     |           345 |              0 | notoptions:options
  765 |     cached      |    internal     |        355712 |              0 | alloptions:options
  766 |     cached      |    internal     |           345 |              0 | notoptions:options
  767 |     cached      |    internal     |        355712 |              0 | alloptions:options
  768 |     cached      |   persistent    |           298 |         0.0001 | 453:category_relationships
  769 |     cached      |   persistent    |           522 |              0 | 453:post_tag_relationships
  770 |     cached      |    internal     |           345 |              0 | notoptions:options
  771 |     cached      |    internal     |        355712 |              0 | alloptions:options
  772 |     cached      |    internal     |           345 |              0 | notoptions:options
  773 |     cached      |    internal     |        355712 |              0 | alloptions:options
  774 |     cached      |    internal     |           345 |              0 | notoptions:options
  775 |     cached      |    internal     |        355712 |              0 | alloptions:options
  776 |     cached      |    internal     |           345 |              0 | notoptions:options
  777 |     cached      |    internal     |        355712 |              0 | alloptions:options
  778 |     cached      |    internal     |           345 |              0 | notoptions:options
  779 |     cached      |    internal     |        355712 |              0 | alloptions:options
  780 |     cached      |    internal     |           345 |              0 | notoptions:options
  781 |     cached      |    internal     |        355712 |              0 | alloptions:options
  782 |     cached      |    internal     |           345 |              0 | notoptions:options
  783 |     cached      |    internal     |        355712 |              0 | alloptions:options
  784 |     cached      |    internal     |           345 |              0 | notoptions:options
  785 |     cached      |    internal     |        355712 |              0 | alloptions:options
  786 |     cached      |    internal     |           345 |              0 | notoptions:options
  787 |     cached      |    internal     |        355712 |              0 | alloptions:options
  788 |     cached      |    internal     |           345 |              0 | notoptions:options
  789 |     cached      |    internal     |        355712 |              0 | alloptions:options
  790 |     cached      |    internal     |           345 |              0 | notoptions:options
  791 |     cached      |    internal     |        355712 |              0 | alloptions:options
  792 |     cached      |   persistent    |          2588 |         0.0001 | 453:posts
  793 |     cached      |    internal     |           345 |              0 | notoptions:options
  794 |     cached      |    internal     |        355712 |              0 | alloptions:options
  795 |     cached      |    internal     |           345 |              0 | notoptions:options
  796 |     cached      |    internal     |        355712 |              0 | alloptions:options
  797 |     cached      |    internal     |          2588 |              0 | 453:posts
  798 |     cached      |   persistent    |           222 |              0 | 453:post_meta
  799 |     cached      |    internal     |           222 |              0 | 453:post_meta
  800 |     cached      |    internal     |           372 |              0 | 1:users
  801 |     cached      |    internal     |          6109 |              0 | 1:user_meta
  802 |     cached      |    internal     |           345 |              0 | notoptions:options
  803 |     cached      |    internal     |        355712 |              0 | alloptions:options
  804 |     cached      |    internal     |           345 |              0 | notoptions:options
  805 |     cached      |    internal     |        355712 |              0 | alloptions:options
  806 |     cached      |    internal     |           345 |              0 | notoptions:options
  807 |     cached      |    internal     |        355712 |              0 | alloptions:options
  808 |     cached      |    internal     |           345 |              0 | notoptions:options
  809 |     cached      |    internal     |        355712 |              0 | alloptions:options
  810 |     cached      |   persistent    |           298 |         0.0001 | 436:category_relationships
  811 |     cached      |   persistent    |             0 |              0 | 436:post_tag_relationships
  812 |     cached      |    internal     |           345 |              0 | notoptions:options
  813 |     cached      |    internal     |        355712 |              0 | alloptions:options
  814 |     cached      |    internal     |           345 |              0 | notoptions:options
  815 |     cached      |    internal     |        355712 |              0 | alloptions:options
  816 |     cached      |    internal     |           345 |              0 | notoptions:options
  817 |     cached      |    internal     |        355712 |              0 | alloptions:options
  818 |     cached      |    internal     |           345 |              0 | notoptions:options
  819 |     cached      |    internal     |        355712 |              0 | alloptions:options
  820 |     cached      |    internal     |           345 |              0 | notoptions:options
  821 |     cached      |    internal     |        355712 |              0 | alloptions:options
  822 |     cached      |    internal     |           345 |              0 | notoptions:options
  823 |     cached      |    internal     |        355712 |              0 | alloptions:options
  824 |     cached      |    internal     |           345 |              0 | notoptions:options
  825 |     cached      |    internal     |        355712 |              0 | alloptions:options
  826 |     cached      |    internal     |           345 |              0 | notoptions:options
  827 |     cached      |    internal     |        355712 |              0 | alloptions:options
  828 |     cached      |    internal     |           345 |              0 | notoptions:options
  829 |     cached      |    internal     |        355712 |              0 | alloptions:options
  830 |     cached      |   persistent    |          2135 |         0.0001 | 436:posts
  831 |     cached      |    internal     |           345 |              0 | notoptions:options
  832 |     cached      |    internal     |        355712 |              0 | alloptions:options
  833 |     cached      |    internal     |           345 |              0 | notoptions:options
  834 |     cached      |    internal     |        355712 |              0 | alloptions:options
  835 |     cached      |    internal     |          2135 |              0 | 436:posts
  836 |     cached      |   persistent    |           135 |              0 | 436:post_meta
  837 |     cached      |    internal     |           135 |              0 | 436:post_meta
  838 |     cached      |    internal     |           372 |              0 | 1:users
  839 |     cached      |    internal     |          6109 |              0 | 1:user_meta
  840 |     cached      |    internal     |           345 |              0 | notoptions:options
  841 |     cached      |    internal     |        355712 |              0 | alloptions:options
  842 |     cached      |    internal     |           345 |              0 | notoptions:options
  843 |     cached      |    internal     |        355712 |              0 | alloptions:options
  844 |     cached      |    internal     |           345 |              0 | notoptions:options
  845 |     cached      |    internal     |        355712 |              0 | alloptions:options
  846 |     cached      |    internal     |           345 |              0 | notoptions:options
  847 |     cached      |    internal     |        355712 |              0 | alloptions:options
  848 |     cached      |   persistent    |           298 |         0.0001 | 427:category_relationships
  849 |     cached      |   persistent    |             0 |              0 | 427:post_tag_relationships
  850 |     cached      |    internal     |           345 |              0 | notoptions:options
  851 |     cached      |    internal     |        355712 |              0 | alloptions:options
  852 |     cached      |    internal     |           345 |              0 | notoptions:options
  853 |     cached      |    internal     |        355712 |              0 | alloptions:options
  854 |     cached      |    internal     |           345 |              0 | notoptions:options
  855 |     cached      |    internal     |        355712 |              0 | alloptions:options
  856 |     cached      |    internal     |           345 |              0 | notoptions:options
  857 |     cached      |    internal     |        355712 |              0 | alloptions:options
  858 |     cached      |    internal     |           345 |              0 | notoptions:options
  859 |     cached      |    internal     |        355712 |              0 | alloptions:options
  860 |     cached      |    internal     |           345 |              0 | notoptions:options
  861 |     cached      |    internal     |        355712 |              0 | alloptions:options
  862 |     cached      |    internal     |           345 |              0 | notoptions:options
  863 |     cached      |    internal     |        355712 |              0 | alloptions:options
  864 |     cached      |    internal     |           345 |              0 | notoptions:options
  865 |     cached      |    internal     |        355712 |              0 | alloptions:options
  866 |     cached      |    internal     |           345 |              0 | notoptions:options
  867 |     cached      |    internal     |        355712 |              0 | alloptions:options
  868 |     cached      |    internal     |           345 |              0 | notoptions:options
  869 |     cached      |    internal     |        355712 |              0 | alloptions:options
  870 |     cached      |    internal     |           345 |              0 | notoptions:options
  871 |     cached      |    internal     |        355712 |              0 | alloptions:options
  872 |     cached      |    internal     |           345 |              0 | notoptions:options
  873 |     cached      |    internal     |        355712 |              0 | alloptions:options
  874 |     cached      |    internal     |           345 |              0 | notoptions:options
  875 |     cached      |    internal     |        355712 |              0 | alloptions:options
  876 |     cached      |    internal     |           345 |              0 | notoptions:options
  877 |     cached      |    internal     |        355712 |              0 | alloptions:options
  878 |     cached      |   persistent    |          4269 |         0.0001 | 427:posts
  879 |     cached      |    internal     |           345 |              0 | notoptions:options
  880 |     cached      |    internal     |        355712 |              0 | alloptions:options
  881 |     cached      |    internal     |           345 |              0 | notoptions:options
  882 |     cached      |    internal     |        355712 |              0 | alloptions:options
  883 |     cached      |    internal     |          4269 |              0 | 427:posts
  884 |     cached      |   persistent    |            88 |              0 | 427:post_meta
  885 |     cached      |    internal     |            88 |              0 | 427:post_meta
  886 |     cached      |    internal     |           345 |              0 | notoptions:options
  887 |     cached      |    internal     |        355712 |              0 | alloptions:options
  888 |     cached      |    internal     |           345 |              0 | notoptions:options
  889 |     cached      |    internal     |        355712 |              0 | alloptions:options
  890 |     cached      |    internal     |           345 |              0 | notoptions:options
  891 |     cached      |    internal     |        355712 |              0 | alloptions:options
  892 |     cached      |    internal     |           345 |              0 | notoptions:options
  893 |     cached      |    internal     |        355712 |              0 | alloptions:options
  894 |     cached      |    internal     |           345 |              0 | notoptions:options
  895 |     cached      |    internal     |        355712 |              0 | alloptions:options
  896 |     cached      |    internal     |           345 |              0 | notoptions:options
  897 |     cached      |    internal     |        355712 |              0 | alloptions:options
  898 |     cached      |    internal     |           345 |              0 | notoptions:options
  899 |     cached      |    internal     |        355712 |              0 | alloptions:options
  900 |     cached      |    internal     |           345 |              0 | notoptions:options
  901 |     cached      |    internal     |        355712 |              0 | alloptions:options
-->

<!-- W3 Total Cache: Page cache debug info:
Engine:             apc
Cache key:          w3tc_caramboo.com_1_page_a96fa45bf37d597c701e480945c2c5c0
Caching:            disabled
Reject reason:      User agent is rejected
Status:             not cached
Creation Time:      0.490s
Header info:
X-Pingback:         http://caramboo.com/xmlrpc.php
Last-Modified:      Thu, 05 Jan 2012 11:42:25 GMT
ETag:               "fbaf879cc7b3ad34ea42c865a7acb31d"
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Type:       text/xml; charset=UTF-8
-->
