<?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>Shawn SorichettiBlogging</title>
	<atom:link href="http://blogs.sackheads.org/hide/category/technology/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.sackheads.org/hide</link>
	<description>Life with technology</description>
	<lastBuildDate>Tue, 29 Sep 2009 17:19:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>and we&#8217;re back</title>
		<link>http://blogs.sackheads.org/hide/2007/08/27/and-were-back/</link>
		<comments>http://blogs.sackheads.org/hide/2007/08/27/and-were-back/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 17:21:11 +0000</pubDate>
		<dc:creator>hide</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blogs.sackheads.org/hide/2007/08/27/and-were-back/</guid>
		<description><![CDATA[After a lengthy outage caused by a ISP move, and shipping issues, I can finally start to blog again. My first photo has already been posted. Can&#8217;t believe I took this on July 1st. It really shows how long the ISP outage was.

More to come&#8230;.
]]></description>
			<content:encoded><![CDATA[<p><p id="top" />After a lengthy outage caused by a ISP move, and shipping issues, I can finally start to blog again. My first <a href="http://blogs.sackheads.org/hide/2007/08/27/star-riders/">photo has already been posted</a>. Can&#8217;t believe I took this on July 1st. It really shows how long the ISP outage was.</p>

<p>More to come&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sackheads.org/hide/2007/08/27/and-were-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New theme.</title>
		<link>http://blogs.sackheads.org/hide/2007/02/12/new-theme/</link>
		<comments>http://blogs.sackheads.org/hide/2007/02/12/new-theme/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 14:22:11 +0000</pubDate>
		<dc:creator>hide</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blogs.sackheads.org/hide/2007/02/12/new-theme/</guid>
		<description><![CDATA[As soon as Firefox finished loading the smashing magazine article &#8220;83 Beautiful Wordpress Themes You (Probably) Haven&#8217;t Seen&#8221;, I knew I had to install the Redoable theme.

I did experience a few problems. 

The first issue I noticed was the first comment on a post had a white background making that post impossible to read. I [...]]]></description>
			<content:encoded><![CDATA[<p><p id="top" />As soon as Firefox finished loading the <a href="http://www.smashingmagazine.com">smashing magazine</a> article <a href="http://www.smashingmagazine.com/2007/02/09/83-beautiful-wordpress-themes-you-probably-havent-seen/">&#8220;83 Beautiful Wordpress Themes You (Probably) Haven&#8217;t Seen&#8221;</a>, I knew I had to install the <a href="">Redoable</a> theme.</p>

<p>I did experience a few problems. </p>

<p>The first issue I noticed was the first comment on a post had a white background making that post impossible to read. I worked around this by changing the style.css file #commentlist li definition (line 995) to:</p>

<div class="code">
#commentlist li {<br />
        margin: 10px 0 0; <br />
        padding: 10px 10px 5px; <br />
        list-style: none; <br />
        color: #EEE;<br />
        background: #555;<br />
}<br />
</div>

<p>Second, padding around inline pictures. I&#8217;ve only used one inline picture so far, and I wanted the text to wrap around the picture. I was able to achieve this using:</p>

<div class="code">
    &lt;img class=&#8221;alignright&#8221; src=&#8221; &#8230; &#8221; /&gt;
</div>

<p>However, the text of the post continues right next to the image with no spacing around it. I tried changing the padding and margins, and while Firefox would tell me that the styling had changed, the results were always the same. Still haven&#8217;t found a fix for this.</p>

<p>The next problem I encountered was with WPMU (WordPress Multi-User) and the <a href="http://www.sonsofskadi.net/extended-live-archive/">Extended Live Archive plugin</a>. I came across <a href="http://webosdoulos.notsorry.net/2007/01/29/wpmu-and-extended-live-archives/">this post</a> that explains the edits required to make the two work together. A couple of enables/disables via the Redoable options panel, and it still wasn&#8217;t working. The menu item for the archive page wasn&#8217;t being listed. It was however listed as a post in MarsEdit. After more disabling and enabling, and looking at the records in the database I came across <a href="http://www.deanjrobinson.com/redoable/redoable-11-is-here/#comment-165">this comment by Dean J. Robinson</a> on the <a href="http://www.deanjrobinson.com/redoable/redoable-11-is-here/">Redoable release 1.1 post</a>, that explains creating the archive page normally with a page template of Archive. This worked, and I now have Extended Live Archive running.</p>

<p>Overall I&#8217;m very happy with the theme and how my blog now looks. There are still some minor issues, but I can live with them, for now. I will be keeping my eye out for new releases of Redoable, as it&#8217;s now getting a lot of attention, and more attention means more bugs found. </p>

<p>Thank you Dean J Robinson for making such an awesome theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sackheads.org/hide/2007/02/12/new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making the switch.</title>
		<link>http://blogs.sackheads.org/hide/2006/05/21/making-the-switch/</link>
		<comments>http://blogs.sackheads.org/hide/2006/05/21/making-the-switch/#comments</comments>
		<pubDate>Sun, 21 May 2006 20:11:42 +0000</pubDate>
		<dc:creator>hide</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blogs.sackheads.org/hide/2006/05/21/making-the-switch/</guid>
		<description><![CDATA[Growing tired of our old installing of Movable Type (before they screwed with their license). I took it upon myself to get WordPress installed. We&#8217;re now running WordPress MU.
I&#8217;d like to say that the installation went smoothly, but it didn&#8217;t. The main problem was with a stable version with features that work. There&#8217;s a lot [...]]]></description>
			<content:encoded><![CDATA[<p><p id="top" /><p>Growing tired of our old installing of Movable Type (before they screwed with their license). I took it upon myself to get <a href="http://wordpress.org">WordPress</a> installed. We&#8217;re now running <a href="http://mu.wordpress.org/">WordPress MU</a>.</p>
<p>I&#8217;d like to say that the installation went smoothly, but it didn&#8217;t. The main problem was with a stable version with features that work. There&#8217;s a lot of development going on,  but it makes it hard on the installation.</p>
<p>I&#8217;ve also been trying to get a good theme installed, but I keep getting PHP function redeclared error messages. I&#8217;m going to keep at it, but at least I changed the banner colour.</p>
<p>Now with my first post using <a href="http://ranchero.com/marsedit/">MarsEdit</a> isn&#8217;t recognizing that I&#8217;m using a WordPress blog with the <a href="http://www.michelf.com/projects/php-markdown/">Markdown plugin</a> installed.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sackheads.org/hide/2006/05/21/making-the-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

