<?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>jamesoff.net &#187; internets</title>
	<atom:link href="http://jamesoff.net/site/category/internets/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesoff.net/site</link>
	<description>you heard</description>
	<lastBuildDate>Thu, 01 Sep 2011 17:39:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Mac OS X Service to use b.oooom.net</title>
		<link>http://jamesoff.net/site/2010/12/31/mac-os-x-service-to-use-b-oooom-net/</link>
		<comments>http://jamesoff.net/site/2010/12/31/mac-os-x-service-to-use-b-oooom-net/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 11:03:43 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[internets]]></category>
		<category><![CDATA[my stuff]]></category>
		<category><![CDATA[apple scripting boooom]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/?p=425</guid>
		<description><![CDATA[Use this Mac OS X Hints tip and use the following URL for the &#8220;download&#8221; line: http://b.oooom.net/shrink.php?api=1&#38;url=]]></description>
			<content:encoded><![CDATA[<p>Use this <a href="http://hints.macworld.com/article.php?story=20101223123552534">Mac OS X Hints tip</a> and use the following URL for the &#8220;download&#8221; line:</p>

<p><code>http://b.oooom.net/shrink.php?api=1&amp;url=</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2010/12/31/mac-os-x-service-to-use-b-oooom-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBC News Stylish script</title>
		<link>http://jamesoff.net/site/2008/04/01/bbc-news-stylish-script/</link>
		<comments>http://jamesoff.net/site/2008/04/01/bbc-news-stylish-script/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 10:02:13 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[internets]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[stylish]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/?p=341</guid>
		<description><![CDATA[The new BBC News layout seems to be causing some people to stress out a bit &#8211; but then all new redesigns do until they get used to them. I quite like it, but for a friend I knocked this up quickly to get rid of the two banners across the top of the page. [...]]]></description>
			<content:encoded><![CDATA[<p>The new <a href="http://news.bbc.co.uk">BBC News</a> layout seems to be causing some people to stress out a bit &#8211; but then all new redesigns do until they get used to them. I quite like it, but for a friend I knocked this up quickly to get rid of the two banners across the top of the page.</p>

<p>You&#8217;ll need <a href="http://userstyles.org/stylish/">Stylish</a> and then stick this in a userscript for it. You may need to adjust the domain (2nd line) if you don&#8217;t use <code>news.bbc.co.uk</code> to access the site.</p>

<p><span id="more-341"></span></p>


<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #a1a100;">@namespace url(http://www.w3.org/1999/xhtml);</span>
&nbsp;
<span style="color: #a1a100;">@-moz-document domain(&quot;news.bbc.co.uk&quot;) {</span>
&nbsp;
<span style="color: #cc00cc;">#blq-displayoptions</span><span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#blq-accessibility-</span><span style="color: #993333;">help</span><span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#blq-mast</span> <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span> !important<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.newsbanner</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span> !important<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>


<p>The first block (<code>#blq-displayoptions</code> et al) is for the grey banner; the second block is for the red BBC News one.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/04/01/bbc-news-stylish-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>irssi and ZNC</title>
		<link>http://jamesoff.net/site/2008/02/21/irssi-and-znc/</link>
		<comments>http://jamesoff.net/site/2008/02/21/irssi-and-znc/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 22:38:24 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[internets]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irssi]]></category>
		<category><![CDATA[znc]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2008/02/21/irssi-and-znc/</guid>
		<description><![CDATA[ZNC is an IRC bouncer with some pretty nice features. For a number of reasons I wanted to move my ircing from home to a shell, so I decided to give ZNC a try. ZNC isn&#8217;t in ports, but compiles fine using gmake. The only problem I encountered was getting it set up to work [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.znc.in">ZNC</a> is an IRC bouncer with some pretty nice features. For a number of reasons I wanted to move my ircing from home to a shell, so I decided to give ZNC a try. ZNC isn&#8217;t in ports, but compiles fine using <code>gmake</code>.</p>

<p>The only problem I encountered was getting it set up to work with multiple networks in irssi. Configuring ZNC itself to put me on many networks was easy enough, and when I connected irssi to it for each network using <code>/connect</code> it worked fine. Using <code>/server add</code> to set up irssi&#8217;s server list didn&#8217;t work out so well.</p>

<p>Every time I tried to add another server (for connecting to another network), irssi would remove the first one. This is because irssi only considers a server&#8217;s hostname and port when trying to work out if it&#8217;s unique. When I added another server which differed from the first only by password and associated network, irssi assumed I was updating the existing one and changed it. Putting the required entries in irssi&#8217;s config by hand also didn&#8217;t work.</p>

<p>The solution was easy enough; one ZNC instance can listen on multiple ports, so I got it to listen on a selection of ports using multiple <code>Listen</code> directives in its config file, and then added each network&#8217;s server to irssi using a different port number.</p>

<p>Now I can take advantage of cool things like buffer replay and detaching from channels. Sorry, irssi-proxy &#8211; you don&#8217;t quite cut it now :)</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/02/21/irssi-and-znc/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Thunderbird&#8217;s RSS reader</title>
		<link>http://jamesoff.net/site/2007/11/15/thunderbirds-rss-reader-on-freebsd/</link>
		<comments>http://jamesoff.net/site/2007/11/15/thunderbirds-rss-reader-on-freebsd/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 21:47:51 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[internets]]></category>
		<category><![CDATA[Roz]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2007/11/15/thunderbirds-rss-reader-on-freebsd/</guid>
		<description><![CDATA[Having previous tried getting Thunderbird to behave as an RSS reader on FreeBSD and failed (the option didn&#8217;t show up on the Add Account wizard), Roz asked me today about getting it going. A quick Google search this time lead me to this post which gives the answer: cp /usr/local/lib/thunderbird/defaults/isp/rss.rdf /usr/local/lib/thunderbird/isp/rss.rdf and suddenly it works! [...]]]></description>
			<content:encoded><![CDATA[<p>Having previous tried getting Thunderbird to behave as an RSS reader on FreeBSD and failed (the option didn&#8217;t show up on the Add Account wizard), Roz asked me today about getting it going.</p>

<p>A quick Google search this time lead me <a href="http://www.nabble.com/mail-thunderbird:-RSS-not-supported-in-FreeBSD-ports-build-t4532032.html">to this post</a> which gives the answer:</p>

<p><code>cp /usr/local/lib/thunderbird/defaults/isp/rss.rdf /usr/local/lib/thunderbird/isp/rss.rdf</code></p>

<p>and suddenly it works!  :hellyeah:</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2007/11/15/thunderbirds-rss-reader-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Testing posting from Vimpress</title>
		<link>http://jamesoff.net/site/2007/07/16/testing-posting-from-vimpress/</link>
		<comments>http://jamesoff.net/site/2007/07/16/testing-posting-from-vimpress/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 10:27:50 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[internets]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2007/07/16/testing-posting-from-vimpress/</guid>
		<description><![CDATA[Is this thing on? It looks like I can post from vim, but there&#8217;s something in one of my posts that makes Python&#8217;s xmlrpc library burst into tears and I can&#8217;t view a list of my posts :(]]></description>
			<content:encoded><![CDATA[<p>Is this thing on?</p>

<p>It looks like I can post from vim, but there&#8217;s something in one of my posts that makes Python&#8217;s xmlrpc library burst into tears and I can&#8217;t view a list of my posts :(</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2007/07/16/testing-posting-from-vimpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>When opers are bored</title>
		<link>http://jamesoff.net/site/2007/04/27/when-opers-are-bored/</link>
		<comments>http://jamesoff.net/site/2007/04/27/when-opers-are-bored/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 15:47:01 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[internets]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2007/04/27/when-opers-are-bored/</guid>
		<description><![CDATA[&#8230; [+ JamesOff] HI I'M BARRY SCOTT [+ alz] JamesOff (james@im.barry.scott) [+ JamesOff] \o/ BARRYS joins [HI@IM.BARRY.SCOTT] limescale joins [ground@in.dirt] * limescale pokes BARRYS limescale quits IRC [ground@in.dirt] [Killed (BARRYS (BANG! And the dirt is gone!))]]]></description>
			<content:encoded><![CDATA[<p>&#8230;</p>

<pre><code>[+     JamesOff] HI I'M BARRY SCOTT
[+          alz] JamesOff (james@im.barry.scott)
[+     JamesOff] \o/
                 BARRYS joins [HI@IM.BARRY.SCOTT]
                 limescale joins [ground@in.dirt]
*     limescale pokes BARRYS
                 limescale quits IRC [ground@in.dirt] [Killed (BARRYS (BANG! And the dirt is gone!))]
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2007/04/27/when-opers-are-bored/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>windowtidy for irssi</title>
		<link>http://jamesoff.net/site/2007/04/26/windowtidy-for-irssi/</link>
		<comments>http://jamesoff.net/site/2007/04/26/windowtidy-for-irssi/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 11:11:37 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[internets]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2007/04/26/windowtidy-for-irssi/</guid>
		<description><![CDATA[Finally got around to writing a script for irssi which closes all empty windows. It&#8217;s over here]]></description>
			<content:encoded><![CDATA[<p>Finally got around to writing a script for irssi which closes all empty windows.</p>

<p><a href="http://jamesoff.net/site/projects/irssi-scripts/windowtidy/">It&#8217;s over here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2007/04/26/windowtidy-for-irssi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reformatting SomethingAwful forums</title>
		<link>http://jamesoff.net/site/2007/02/24/reformatting-somethingawful-forums/</link>
		<comments>http://jamesoff.net/site/2007/02/24/reformatting-somethingawful-forums/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 20:00:28 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[internets]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2007/02/24/reformatting-somethingawful-forums/</guid>
		<description><![CDATA[I&#8217;ve just found the Stylish extension for Firefox, which is to CSS what Greasemonkey is to JavaScript, or something. It lets you define CSS snippets for pages. Admitted what can be done with this can be done by hacking up your userContent.css file but this makes it so much easier. Go see userstyles.org for an [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just found the <a href="https://addons.mozilla.org/firefox/2108/">Stylish</a> extension for Firefox, which is to CSS what Greasemonkey is to JavaScript, or something. It lets you define CSS snippets for pages. Admitted what can be done with this can be done by hacking up your userContent.css file but this makes it so much easier.</p>

<p>Go see <a href="http://userstyles.org">userstyles.org</a> for an index of snippets you can download. Meanwhile, I present my own one for the SomethingAwful forums. It does the following:</p>

<ul>
<li>Highlights the thread row under the mouse on a forum page</li>
<li>Moves the &#8220;somenick fucked around with this page&#8221; text off to the right and makes it less intrusive</li>
<li>Moves the paginator from the bottom of the page to be hovering bottom right at all times; semi-transparent mostly but opaque when moused over. This works on both forum views and reading a thread.</li>
<li>Hides the post buttons (edit/quote/report) except for the post your mouse is over.</li>
</ul>

<p>BEHOLD!</p>

<p><img src='http://blog.jamesoff.net/wp-content/uploads/2007/02/snapshot8.png' alt='snapshot8.png' /></p>

<p><img src='http://blog.jamesoff.net/wp-content/uploads/2007/02/snapshot9.png' alt='snapshot9.png' /></p>

<p>To install, create a new blank style in Stylish and dump this into it:</p>


<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #a1a100;">@namespace url(http://www.w3.org/1999/xhtml);</span>
&nbsp;
<span style="color: #a1a100;">@-moz-document domain(&quot;forums.somethingawful.com&quot;) {</span>
&nbsp;
	tr<span style="color: #6666ff;">.thread</span><span style="color: #3333ff;">:hover </span>td <span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff7df</span> !important<span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	<span style="color: #6666ff;">.postbody</span> <span style="color: #6666ff;">.mainbodytextsmall</span> <span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">right</span> !important<span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#555</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	div<span style="color: #00AA00;">&#91;</span>class<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;pages bottom&quot;</span><span style="color: #00AA00;">&#93;</span> <span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff7df</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #000000; font-weight: bold;">black</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
		-moz-opacity<span style="color: #00AA00;">:</span> .50<span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	div<span style="color: #00AA00;">&#91;</span>class<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;pages bottom&quot;</span><span style="color: #00AA00;">&#93;</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
		-moz-opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	table<span style="color: #00AA00;">&#91;</span>class~<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;post&quot;</span><span style="color: #00AA00;">&#93;</span> <span style="color: #6666ff;">.postbuttons</span> <span style="color: #00AA00;">&#123;</span>
		-moz-opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0.2</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	table<span style="color: #00AA00;">&#91;</span>class~<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;post&quot;</span><span style="color: #00AA00;">&#93;</span><span style="color: #3333ff;">:hover </span><span style="color: #6666ff;">.postbuttons</span> <span style="color: #00AA00;">&#123;</span>
		-moz-opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2007/02/24/reformatting-somethingawful-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assimilation complete</title>
		<link>http://jamesoff.net/site/2006/11/16/assimilation-complete/</link>
		<comments>http://jamesoff.net/site/2006/11/16/assimilation-complete/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 23:40:32 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[internets]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2006/11/16/assimilation-complete/</guid>
		<description><![CDATA[I knew this was coming, but seeing it happen makes me a sad panda. http://www.sysinternals.com now redirects to a Microsoft :xbox: TechNet site. While the new site carries all of the stuff sysinternals.com had, and also has some new stuff (hooray!) it&#8217;s sad to see it finally gone :( Luckily, nothing ever really dies on [...]]]></description>
			<content:encoded><![CDATA[<p>I knew this was coming, but seeing it happen makes me a sad panda.</p>

<p>http://www.sysinternals.com now redirects to a Microsoft :xbox: TechNet site. While the new site carries all of the stuff sysinternals.com had, and also has some new stuff (hooray!) it&#8217;s sad to see it finally gone :(</p>

<p>Luckily, nothing ever really <a href="http://web.archive.org/web/20060428003456/http://www.sysinternals.com/">dies on the Internet</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2006/11/16/assimilation-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APC features</title>
		<link>http://jamesoff.net/site/2006/10/10/apc-features/</link>
		<comments>http://jamesoff.net/site/2006/10/10/apc-features/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 13:39:16 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[internets]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2006/10/10/apc-features/</guid>
		<description><![CDATA[While rummaging around the APC site to find information on Uninterruptible Power Supplies, I noted that one of the features was &#8220;ERROR: No Translation Found&#8221;: I&#8217;m not sure if an error is a feature I do or don&#8217;t want, to be honest.]]></description>
			<content:encoded><![CDATA[<p>While rummaging around the APC site to find information on Uninterruptible Power Supplies, I noted that one of the features was &#8220;ERROR: No Translation Found&#8221;:</p>

<p><img id="image255" src="http://blog.jamesoff.net/wp-content/uploads/2006/10/apc.png" alt="apc.png" /></p>

<p>I&#8217;m not sure if an error is a feature I do or don&#8217;t want, to be honest.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2006/10/10/apc-features/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

