<?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>Technology, Thoughts, and Trinkets &#187; Administration</title>
	<atom:link href="http://www.christopher-parsons.com/blog/category/administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christopher-parsons.com/blog</link>
	<description>Touring the digital through type</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:04:34 +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>Administrative Note: Website Refresh</title>
		<link>http://www.christopher-parsons.com/blog/administration/administrative-note-website-refresh/</link>
		<comments>http://www.christopher-parsons.com/blog/administration/administrative-note-website-refresh/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 18:46:07 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.christopher-parsons.com/blog/?p=2333</guid>
		<description><![CDATA[I'm using the TwentyTen theme as the underbelly of the site, with many of the CSS changes courtesy of the TwentyTen - Blogging Inside Edition child theme. The changes in the child theme have been supplemented with my own modifications. I want to quickly catalogue what I did, in case there are features that someone else wants to incorporate some of these changes into their own TwentyTen installation. <a href="http://www.christopher-parsons.com/blog/administration/administrative-note-website-refresh/">Continue reading <span class="meta-nav">&#8594;</span></a>
Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-away-for-a-while/' rel='bookmark' title='Administrative Note: Away for a While'>Administrative Note: Away for a While</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note/' rel='bookmark' title='Administrative Note'>Administrative Note</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-changes-implemented/' rel='bookmark' title='Administrative Note: Changes Implemented'>Administrative Note: Changes Implemented</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_2335" class="wp-caption alignleft" style="width: 235px"><a href="http://www.sxc.hu/photo/1182570"><img class="size-medium wp-image-2335" title="gesture-1" src="http://www.christopher-parsons.com/blog/wp-content/uploads/2011/01/gesture-1-225x300.jpg" alt="" width="225" height="300" /></a><p class="wp-caption-text">Photo by Sanja Gjenero</p></div>
<p>I&#8217;ve been testing different ways to present the content of this website for about 9 months now, testing about 50 different themes, hundreds of plugins, and learning more about <a title="External link to wordpress codex" href="http://codex.wordpress.org/The_Loop">the loop</a> than I though possible. For some time the <a title="External link to iNove theme" href="http://wordpress.org/extend/themes/inove">iNove theme</a> that I used has caused me a lot of headaches: it is slow, has regularly crashed the publishing functions of my WordPress install, and hadn&#8217;t been updated by the developer in years. This last item was particularly annoying, given that these lack of updates have prevented me from taking advantage of many new features in WordPress 3.0.</p>
<p>After spending (literally) countless hours trying to get iNove to work and find an alternate theme, I finally decided to take the plunge on switching themes on Sunday evening. The site came down for about twenty hours (two more than initially scheduled) and has since come back. I&#8217;m using the TwentyTen theme as the underbelly of the site, with many of the CSS changes courtesy of the TwentyTen &#8211; Blogging Inside Edition child theme. The changes in the child theme have been supplemented with my own modifications. I want to quickly catalogue what I did, in case there are features that someone else wants to incorporate some of these changes into their own TwentyTen installation.<span id="more-2333"></span></p>
<h2>Add Favicon Support</h2>
<ol>
<li>Open header.php</li>
<li>In the &lt;head&gt; &#8230; &lt;/head&gt; section insert the following code;
<div><em>&lt;link rel=&#8221;shortcut icon&#8221; href=&#8221;&lt;?php bloginfo(&#8216;stylesheet_directory&#8217;); ?&gt;/favicon.ico&#8221; /&gt;</em></div>
</li>
</ol>
<h2>Remove Nav-Above Navigation Paths on Single Posts</h2>
<ol>
<li>Open single.php</li>
<li>Delete; <em>&lt;div id=&#8221;nav-above&#8221; class=&#8221;navigation&#8221;&gt;</em><br />
<em>&lt;div class=&#8221;nav-previous&#8221;&gt;&lt;?php previous_post_link( &#8216;%link&#8217;, &#8216;&lt;span class=&#8221;meta-nav&#8221;&gt;&#8217; . _x( &#8216;&amp;larr;&#8217;, &#8216;Previous post link&#8217;, &#8216;twentyten&#8217; ) . &#8216;&lt;/span&gt; %title&#8217; ); ?&gt;&lt;/div&gt;</em><br />
<em>&lt;div class=&#8221;nav-next&#8221;&gt;&lt;?php next_post_link(&#8216;%link&#8217;, &#8216;%title &lt;span class=&#8221;meta-nav&#8221;&gt;&#8217;. _x(&#8216;&amp;rarr,&#8217;, &#8216;Next Post link&#8217;, &#8216;twentyten&#8217;). &#8216;&lt;/span&gt;&#8217;); ?&gt;&lt;/div&gt;</em><br />
<em>&lt;/div&gt;&lt;!&#8211;#nav-above&#8211;&gt;</em></li>
</ol>
<h2>Stop Showing Tags Associated with Posts</h2>
<ol>
<li><span style="line-height: 27px; font-size: medium;">Open loop.php</span></li>
<li><span style="line-height: 27px; font-size: medium;">Delete: <em>&lt;?php<br />
$tags_list = get_the_tag_list( &#8221;, &#8216;, &#8216; );<br />
if ( $tags_list ):<br />
?&gt;<br />
&lt;span class=&#8221;tag-links&#8221;&gt;<br />
&lt;?php printf( __( &#8216;&lt;span&gt;Tagged&lt;/span&gt; %2$s&#8217;, &#8216;twentyten&#8217; ), &#8216;entry-utility-prep entry-utility-prep-tag-links&#8217;, $tags_list ); ?&gt;<br />
&lt;/span&gt;<br />
&lt;span class=&#8221;meta-sep&#8221;&gt;|&lt;/span&gt;<br />
&lt;?php endif; ?&gt;</em></span></li>
</ol>
<h2>Stop Displaying Nav-Above Associated with All Posts</h2>
<ol>
<li>Open loop.php</li>
<li>Delete; <em>&lt;?php /* Display navigation to next/previous pages when applicable */ ?&gt;<br />
&lt;?php if ( $wp_query-&gt;max_num_pages &gt; 1 ) : ?&gt;<br />
&lt;div id=&#8221;nav-above&#8221; class=&#8221;navigation&#8221;&gt;<br />
&lt;div class=&#8221;nav-previous&#8221;&gt;&lt;?php next_posts_link( __( &#8216;&lt;span&gt;&amp;larr;&lt;/span&gt; Older posts&#8217;, &#8216;twentyten&#8217; ) ); ?&gt;&lt;/div&gt;<br />
&lt;div class=&#8221;nav=next&#8221;&gt;&lt;?php previous_posts_link( __( &#8216;Newer posts &lt;span&gt;&amp;rarr;&lt;/span&gt;&#8217;, &#8216;twentyten&#8217; ) ); ?&gt;&lt;/div&gt;<br />
&lt;/div&gt;&lt;!&#8211; #nav-above &#8211;&gt;<br />
&lt;?php endif; ?&gt;</em></li>
</ol>
<h2>Get Pagenavi Plugin Working</h2>
<ol>
<li>Download and activate WP-PageNavi plugin</li>
<li>Fine the following in loop.php; <em>&lt;?php /* Display navigation to next/previous pages when applicable */ ?&gt;</em></li>
<li>Delete; <em>&lt;?php if ( $wp_query-&gt;max_num_pages &gt; 1 ) : ?&gt;<br />
&lt;div id=&#8221;nav-above&#8221; class=&#8221;navigation&#8221;&gt;<br />
&lt;div class=&#8221;nav-previous&#8221;&gt;&lt;?php next_posts_link( __( &#8216;&lt;span class=&#8221;meta-nav&#8221;&gt;←&lt;/span&gt; Older posts&#8217;, &#8216;twentyten&#8217; ) ); ?&gt;&lt;/div&gt;<br />
&lt;div class=&#8221;nav-next&#8221;&gt;&lt;?php previous_posts_link( __( &#8216;Newer posts &lt;span class=&#8221;meta-nav&#8221;&gt;→&lt;/span&gt;&#8217;, &#8216;twentyten&#8217; ) ); ?&gt;&lt;/div&gt;<br />
&lt;/div&gt;&lt;!&#8211; #nav-above &#8211;&gt;<br />
&lt;?php endif; ?&gt;</em></li>
<li>Add: <em>&lt;?php wp_pagenavi(); ?&gt;</em></li>
</ol>
<h2>Move and Curve Search Form:</h2>
<ol>
<li>Open Stylesheet.css</li>
<li>Add: <em>.search-form input{<br />
margin:10px 10px 10px 0;<br />
width: 150px;<br />
float: right;<br />
font-style: italic;<br />
}</em></li>
<li>Add:
<div>
<div><em>#wrapper {</em></div>
<div><em>-moz-border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -webkit-border-radius: 7px;</em></div>
<div><em>}</em></div>
</div>
</li>
</ol>
<h2>Curve Branding Image</h2>
<ol>
<li>Open Stylesheet.css</li>
<li>Replace;
<div><em>#branding img {</em></div>
<div><em>clear: both;</em></div>
<div><em>border-top: 4px solid #000;</em></div>
<div><em>display: block;</em></div>
<div><em>border-bottom: 1px solid #000;</em></div>
<div><em>}</em></div>
</li>
<li>with;
<div id="_mcePaste"><em>#branding img {</em></div>
<div id="_mcePaste"><em>clear : both;</em></div>
<div id="_mcePaste"><em>display : block;</em></div>
<div id="_mcePaste"><em>border: 1px solid #000000;</em></div>
<div id="_mcePaste"><em>/* border-top : 13px solid #000000; */</em></div>
<div id="_mcePaste"><em>border-bottom: 13px solid #000000 ;</em></div>
<div id="_mcePaste"><em>/* rounding bottom of border */</em></div>
<div id="_mcePaste"><em>border-bottom-right-radius: 13px;</em></div>
<div id="_mcePaste"><em>border-bottom-left-radius: 13px;</em></div>
<div id="_mcePaste"><em>-moz-border-radius-bottomright: 13px;</em></div>
<div id="_mcePaste"><em>-moz-border-radius-bottomleft: 13px;</em></div>
<div id="_mcePaste"><em>-webkit-border-bottom-right-radius: 13px;</em></div>
<div id="_mcePaste"><em>-webkit-border-bottom-left-radius: 13px;}</em></div>
</li>
</ol>
<p>A few other changes were made in the footer.php and other files, but they&#8217;re almost entirely cosmetic and highly particular to my own installation and sensitivities. I&#8217;m not entirely done the changes &#8211; I&#8217;m working on modifying a plugin to better display related posts, as well as a few transparency and slider effects &#8211; but all of the core work is now complete.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.christopher-parsons.com/blog/administration/administrative-note-website-refresh/"></g:plusone></div><p>Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-away-for-a-while/' rel='bookmark' title='Administrative Note: Away for a While'>Administrative Note: Away for a While</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note/' rel='bookmark' title='Administrative Note'>Administrative Note</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-changes-implemented/' rel='bookmark' title='Administrative Note: Changes Implemented'>Administrative Note: Changes Implemented</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.christopher-parsons.com/blog/administration/administrative-note-website-refresh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New RSS feed, &#8216;Worth Reading&#8217;</title>
		<link>http://www.christopher-parsons.com/blog/administration/new-rss-feed-worth-reading/</link>
		<comments>http://www.christopher-parsons.com/blog/administration/new-rss-feed-worth-reading/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 22:16:15 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://www.christopher-parsons.com/blog/?p=1562</guid>
		<description><![CDATA[Like most people who are active online, I read a lot off the web, and there isn&#8217;t any way for me to analyze and critique much of what I&#8217;m reading on this site; I touch on items here and there, &#8230; <a href="http://www.christopher-parsons.com/blog/administration/new-rss-feed-worth-reading/">Continue reading <span class="meta-nav">&#8594;</span></a>
Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/technology/reading-reviewing-and-recording/' rel='bookmark' title='Reading, Reviewing, and Recording'>Reading, Reviewing, and Recording</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/travelinlibrarian/1042740712/"><img class="alignleft size-medium wp-image-1563" title="RSSKey" src="http://www.christopher-parsons.com/blog/wp-content/uploads/2010/02/RSSKey-300x225.jpg" alt="" width="300" height="225" /></a>Like most people who are active online, I read a lot off the web, and there isn&#8217;t any way for me to analyze and critique much of what I&#8217;m reading on this site; I touch on items here and there, but I can&#8217;t be systematic on many topics. For some time I&#8217;ve used <a href="http://delicious.com/" target="_blank">delicious</a> to <a href="http://www.delicious.com/caparsons" target="_blank">tag articles</a>, and all of those tags are available to anyone who&#8217;s interested in using them to comb through my bookmarks. This said, it was recently pointed out that I have a foolish number of tags (they&#8217;re there so that *I* can cull articles based on tag-based query) which makes navigating my delicious stream&#8230;unpleasant.</p>
<p>Given my own temporal limitations and the critique of my tagging system, I&#8217;ve added an RSS feed titled &#8216;<a href="http://feeds.delicious.com/v2/rss/caparsons/ttt?count=15" target="_blank">Worth Reading</a>&#8216; to the right-hand side of the site, over beside the blogroll. The feed just follows the &#8216;<a href="http://delicious.com/caparsons/ttt">ttt</a>&#8216; tag from my delicious stream (ttt=Technology, Thoughts, and Trinkets) and will provide subscribers with articles, blog posts, news pieces, and academic papers that relate to topics often written about here (i.e. security, copyright, deep packet inspection, p2p, social networking, etc) as well as articles on the academy that are useful and/or thought provoking. I&#8217;m <em>not</em> digging through my archive to identify items for this feed &#8211; time constraints and sanity preclude this &#8211; but will be tagging anything relevant to this space so it&#8217;ll show up in the RSS.</p>
<p>Hope it&#8217;s useful and/or interesting. Feedback is always welcome!</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.christopher-parsons.com/blog/administration/new-rss-feed-worth-reading/"></g:plusone></div><p>Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/technology/reading-reviewing-and-recording/' rel='bookmark' title='Reading, Reviewing, and Recording'>Reading, Reviewing, and Recording</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.christopher-parsons.com/blog/administration/new-rss-feed-worth-reading/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Administrative Note: Changes Implemented</title>
		<link>http://www.christopher-parsons.com/blog/administration/administrative-note-changes-implemented/</link>
		<comments>http://www.christopher-parsons.com/blog/administration/administrative-note-changes-implemented/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 09:40:29 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://www.christopher-parsons.com/blog/?p=947</guid>
		<description><![CDATA[I&#8217;ve just spent the past little while implementing a few changes to the site &#8211; there is a new template that should be a bit easier to read, as well as some SEO stuff under the hood that is running &#8230; <a href="http://www.christopher-parsons.com/blog/administration/administrative-note-changes-implemented/">Continue reading <span class="meta-nav">&#8594;</span></a>
Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note/' rel='bookmark' title='Administrative Note'>Administrative Note</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-website-refresh/' rel='bookmark' title='Administrative Note: Website Refresh'>Administrative Note: Website Refresh</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-away-for-a-while/' rel='bookmark' title='Administrative Note: Away for a While'>Administrative Note: Away for a While</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/13287882@N03/2624060661/"><img class="alignleft size-medium wp-image-948" title="spiralblue" src="http://www.christopher-parsons.com/blog/wp-content/uploads/2009/07/spiralblue-300x199.jpg" alt="spiralblue" width="300" height="199" /></a>I&#8217;ve just spent the past little while implementing a few changes to the site &#8211; there is a new template that should be a bit easier to read, as well as some SEO stuff under the hood that is running now. Let me know if you run into any weird issues, though I think that I&#8217;ve tested all the code that was modified enough that I&#8217;ve squashed the bugs that had crept up.</p>
<p>The full list of changes includes: a direct link to all bookmarks I&#8217;ve tagged with as relating to <a href="http://delicious.com/caparsons/dpi" target="_blank">DPI in delicious</a>, an <a href="http://christopher-parsons.com/Academic/CV.pdf">updated CV</a>, a <a href="http://www.christopher-parsons.com/blog/about/" target="_blank">picture in the &#8216;About&#8217; section</a>, no more direct link to my edublog (which will, eventually, get drawn into this blog), a new theme (plus some code changes), a few SEO plugins.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.christopher-parsons.com/blog/administration/administrative-note-changes-implemented/"></g:plusone></div><p>Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note/' rel='bookmark' title='Administrative Note'>Administrative Note</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-website-refresh/' rel='bookmark' title='Administrative Note: Website Refresh'>Administrative Note: Website Refresh</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-away-for-a-while/' rel='bookmark' title='Administrative Note: Away for a While'>Administrative Note: Away for a While</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.christopher-parsons.com/blog/administration/administrative-note-changes-implemented/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Administrative Note: Away for a While</title>
		<link>http://www.christopher-parsons.com/blog/administration/administrative-note-away-for-a-while/</link>
		<comments>http://www.christopher-parsons.com/blog/administration/administrative-note-away-for-a-while/#comments</comments>
		<pubDate>Sat, 16 May 2009 07:02:58 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Surveillance]]></category>

		<guid isPermaLink="false">http://www.christopher-parsons.com/blog/?p=795</guid>
		<description><![CDATA[I&#8217;m off to Ontario to attend the Summer Surveillance Studies Workshop at Queen&#8217;s University for the next little while, so there will be far fewer posts than I&#8217;ve been producing of late. There is a good one thinking about conceptualization &#8230; <a href="http://www.christopher-parsons.com/blog/administration/administrative-note-away-for-a-while/">Continue reading <span class="meta-nav">&#8594;</span></a>
Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note/' rel='bookmark' title='Administrative Note'>Administrative Note</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-website-refresh/' rel='bookmark' title='Administrative Note: Website Refresh'>Administrative Note: Website Refresh</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-changes-implemented/' rel='bookmark' title='Administrative Note: Changes Implemented'>Administrative Note: Changes Implemented</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/21355579@N02/2879066345/"><img class="size-medium wp-image-794 alignleft" title="gonefishing" src="http://www.christopher-parsons.com/blog/wp-content/uploads/2009/05/gonefishing-300x300.jpg" alt="gonefishing" width="240" height="240" /></a>I&#8217;m off to Ontario to attend the <a href="http://www.surveillanceproject.org/ssss09">Summer Surveillance Studies Workshop </a>at Queen&#8217;s University for the next little while, so there will be far fewer posts than I&#8217;ve been producing of late. There is a good one thinking about conceptualization of privacy that&#8217;ll be posted in my absence while I&#8217;m away, which sees me continuing to reflect on the challenges of developing privacy theories against the &#8216;pragmatic realities&#8217; of contemporary virtualized life. I hope you enjoy it.</p>
<p>Be back a while!</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.christopher-parsons.com/blog/administration/administrative-note-away-for-a-while/"></g:plusone></div><p>Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note/' rel='bookmark' title='Administrative Note'>Administrative Note</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-website-refresh/' rel='bookmark' title='Administrative Note: Website Refresh'>Administrative Note: Website Refresh</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-changes-implemented/' rel='bookmark' title='Administrative Note: Changes Implemented'>Administrative Note: Changes Implemented</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.christopher-parsons.com/blog/administration/administrative-note-away-for-a-while/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Site Updates</title>
		<link>http://www.christopher-parsons.com/blog/administration/site-updates/</link>
		<comments>http://www.christopher-parsons.com/blog/administration/site-updates/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:49:14 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://www.christopher-parsons.com/blog/archives/431</guid>
		<description><![CDATA[ <img src="http://www.christopher-parsons.com/blog/wp-content/uploads/2009/02/200902121947.jpg" width="320" height="213" alt="200902121947.jpg" />  ( Source )  As an administrative note, I'll be updating the version of Wordpress that I'm using and be performing some tweaks to the page navigation of the site for a little while tonight.   Let me know if anything breaks!  <a href="http://www.christopher-parsons.com/blog/administration/site-updates/">Continue reading <span class="meta-nav">&#8594;</span></a>
Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/site-overhaul/' rel='bookmark' title='Site Overhaul'>Site Overhaul</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/new-rss-feed-worth-reading/' rel='bookmark' title='New RSS feed, &#8216;Worth Reading&#8217;'>New RSS feed, &#8216;Worth Reading&#8217;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/bovinity/2125620107/"><img class="alignright" src="http://www.christopher-parsons.com/blog/wp-content/uploads/2009/02/200902121947.jpg" alt="200902121947.jpg" width="320" height="213" /></a>As an administrative note, I&#8217;ll be updating the version of WordPress that I&#8217;m using and be performing some tweaks to the page navigation of the site for a little while tonight. Let me know if anything breaks!</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.christopher-parsons.com/blog/administration/site-updates/"></g:plusone></div><p>Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/site-overhaul/' rel='bookmark' title='Site Overhaul'>Site Overhaul</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/new-rss-feed-worth-reading/' rel='bookmark' title='New RSS feed, &#8216;Worth Reading&#8217;'>New RSS feed, &#8216;Worth Reading&#8217;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.christopher-parsons.com/blog/administration/site-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Overhaul</title>
		<link>http://www.christopher-parsons.com/blog/administration/site-overhaul/</link>
		<comments>http://www.christopher-parsons.com/blog/administration/site-overhaul/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 23:34:15 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://www.christopher-parsons.com/blog/archives/224</guid>
		<description><![CDATA[An administrative note: I&#8217;ve overhauled the general structure of my web space. I&#8217;m starting to use wordpress as a semi-content management system, and I&#8217;m actually pretty pleased with what I&#8217;m seeing now. If you find that something is broken, or &#8230; <a href="http://www.christopher-parsons.com/blog/administration/site-overhaul/">Continue reading <span class="meta-nav">&#8594;</span></a>
Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/site-updates/' rel='bookmark' title='Site Updates'>Site Updates</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/new-rss-feed-worth-reading/' rel='bookmark' title='New RSS feed, &#8216;Worth Reading&#8217;'>New RSS feed, &#8216;Worth Reading&#8217;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a onclick="window.open('http://www.christopher-parsons.com/blog/wp-content/uploads/2008/11/200811111532.jpg','popup','width=500,height=375,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false" href="http://flickr.com/photos/duncan/323709366/"><img class="alignright" style="border: 1px solid black; margin: 4px;" src="http://www.christopher-parsons.com/blog/wp-content/uploads/2008/11/200811111532-tm.jpg" border="1" alt="200811111532" hspace="4" vspace="4" width="426" height="320" /></a>An administrative note: I&#8217;ve overhauled the general structure of my web space. I&#8217;m starting to use wordpress as a semi-content management system, and I&#8217;m actually pretty pleased with what I&#8217;m seeing now. If you find that something is broken, or just want to comment on if you love/hate the look, let me know.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.christopher-parsons.com/blog/administration/site-overhaul/"></g:plusone></div><p>Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/site-updates/' rel='bookmark' title='Site Updates'>Site Updates</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/new-rss-feed-worth-reading/' rel='bookmark' title='New RSS feed, &#8216;Worth Reading&#8217;'>New RSS feed, &#8216;Worth Reading&#8217;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.christopher-parsons.com/blog/administration/site-overhaul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Away For a Bit</title>
		<link>http://www.christopher-parsons.com/blog/administration/away-for-a-bit/</link>
		<comments>http://www.christopher-parsons.com/blog/administration/away-for-a-bit/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 19:20:36 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.christopher-parsons.com/blog/archives/49</guid>
		<description><![CDATA[I&#8217;m heading out of town for about a week, and after that am in the middle of a final review of my MA thesis. As a result, my posts are going to be less regular &#8211; I&#8217;ll try to post &#8230; <a href="http://www.christopher-parsons.com/blog/administration/away-for-a-bit/">Continue reading <span class="meta-nav">&#8594;</span></a>
Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/new-rss-feed-worth-reading/' rel='bookmark' title='New RSS feed, &#8216;Worth Reading&#8217;'>New RSS feed, &#8216;Worth Reading&#8217;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/pulpolux/528549044/"><img class="alignleft size-medium wp-image-1188" title="messageash" src="http://www.christopher-parsons.com/blog/wp-content/uploads/2007/10/messageash-300x199.jpg" alt="messageash" width="300" height="199" /></a>I&#8217;m heading out of town for about a week, and after that am in the middle of a final review of my MA thesis. As a result, my posts are going to be less regular &#8211; I&#8217;ll try to post some items, but this blog is going to be reasonably dark for the next little bit</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.christopher-parsons.com/blog/administration/away-for-a-bit/"></g:plusone></div><p>Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/new-rss-feed-worth-reading/' rel='bookmark' title='New RSS feed, &#8216;Worth Reading&#8217;'>New RSS feed, &#8216;Worth Reading&#8217;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.christopher-parsons.com/blog/administration/away-for-a-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Administrative Note</title>
		<link>http://www.christopher-parsons.com/blog/administration/administrative-note/</link>
		<comments>http://www.christopher-parsons.com/blog/administration/administrative-note/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 01:03:20 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://www.christopher-parsons.com/blog/archives/41</guid>
		<description><![CDATA[Today&#8217;s post will be delayed until tomorrow &#8211; I&#8217;m updating Ubuntu to 7.10 beta, which will mean I&#8217;m busy testing it rather than writing on this blog. See you tomorrow! Other posts you might be interested in: Administrative Note: Away &#8230; <a href="http://www.christopher-parsons.com/blog/administration/administrative-note/">Continue reading <span class="meta-nav">&#8594;</span></a>
Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-away-for-a-while/' rel='bookmark' title='Administrative Note: Away for a While'>Administrative Note: Away for a While</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-website-refresh/' rel='bookmark' title='Administrative Note: Website Refresh'>Administrative Note: Website Refresh</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-changes-implemented/' rel='bookmark' title='Administrative Note: Changes Implemented'>Administrative Note: Changes Implemented</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/lord_yo/3473787592/"><img class="aligncenter size-medium wp-image-1200" title="administrationbuilding" src="http://www.christopher-parsons.com/blog/wp-content/uploads/2007/09/administrationbuilding-300x145.jpg" alt="administrationbuilding" width="300" height="145" /></a>Today&#8217;s post will be delayed until tomorrow &#8211; I&#8217;m updating Ubuntu to 7.10 beta, which will mean I&#8217;m busy testing it rather than writing on this blog. See you tomorrow!</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.christopher-parsons.com/blog/administration/administrative-note/"></g:plusone></div><p>Other posts you might be interested in:<ol>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-away-for-a-while/' rel='bookmark' title='Administrative Note: Away for a While'>Administrative Note: Away for a While</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-website-refresh/' rel='bookmark' title='Administrative Note: Website Refresh'>Administrative Note: Website Refresh</a></li>
<li><a href='http://www.christopher-parsons.com/blog/administration/administrative-note-changes-implemented/' rel='bookmark' title='Administrative Note: Changes Implemented'>Administrative Note: Changes Implemented</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.christopher-parsons.com/blog/administration/administrative-note/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Update Schedule</title>
		<link>http://www.christopher-parsons.com/blog/administration/new-update-schedule/</link>
		<comments>http://www.christopher-parsons.com/blog/administration/new-update-schedule/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 17:53:39 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://www.christopher-parsons.com/blog/archives/35</guid>
		<description><![CDATA[Due to classes starting up again my update schedule will be cut back to twice a week &#8211; Tuesdays and Thursdays. No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Due to classes starting up again my update schedule will be cut back to twice a week &#8211; Tuesdays and Thursdays.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.christopher-parsons.com/blog/administration/new-update-schedule/"></g:plusone></div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.christopher-parsons.com/blog/administration/new-update-schedule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unscheduled Broadcast</title>
		<link>http://www.christopher-parsons.com/blog/technology/unscheduled-broadcast/</link>
		<comments>http://www.christopher-parsons.com/blog/technology/unscheduled-broadcast/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 23:45:00 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.christopher-parsons.com/blog/archives/21</guid>
		<description><![CDATA[I&#8217;ve recently been accepted to present at a conference for incoming TAs to my university. I&#8217;m giving a talk for over an hour on Web 2.0, it&#8217;s possibilities, and pitfalls. Obviously I&#8217;m going to be going nuts building up information &#8230; <a href="http://www.christopher-parsons.com/blog/technology/unscheduled-broadcast/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/raveneye/2473034500/"><img class="alignleft size-medium wp-image-1259" title="broadcast" src="http://www.christopher-parsons.com/blog/wp-content/uploads/2007/08/broadcast-300x199.jpg" alt="broadcast" width="300" height="199" /></a>I&#8217;ve recently been accepted to present at a conference for incoming TAs to my university. I&#8217;m giving a talk for over an hour on Web 2.0, it&#8217;s possibilities, and pitfalls. Obviously I&#8217;m going to be going nuts building up information to provide, but does anyone have anything that I *need* to be talking about? The current list is going to include things like blogging, wiki&#8217;s, and online data archival tools.</p>
<p>I&#8217;m going to have a 100% captive audience, and lots of time, so your ideas and suggestions would be extremely appreciated!</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.christopher-parsons.com/blog/technology/unscheduled-broadcast/"></g:plusone></div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.christopher-parsons.com/blog/technology/unscheduled-broadcast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
