<?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>Planet Nectarius &#187; blogging</title>
	<atom:link href="http://nectarius.net/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://nectarius.net</link>
	<description>Nectarines are tasty</description>
	<lastBuildDate>Thu, 12 Jan 2012 22:58:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>To wordpress or to not wordpress.</title>
		<link>http://nectarius.net/2008/03/28/to-wordpress-or-to-not-wordpress/</link>
		<comments>http://nectarius.net/2008/03/28/to-wordpress-or-to-not-wordpress/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 05:19:20 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[frustration]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://nectarius.net/2008/03/28/to-wordpress-or-to-not-wordpress/</guid>
		<description><![CDATA[WordPress is very useful, it makes things pretty, it makes things easy. There are still some things that really really annoy me though. Most significant is code blocks. If I use code or pre tags, then for some reason html tag inside them still need to have their brackets escaped. I&#8217;ve given up trying to [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is very useful, it makes things pretty, it makes things easy.<br />
There are still some things that really really annoy me though. Most significant is code blocks. If I use code or pre tags, then for some reason html tag inside them still need to have their brackets escaped. I&#8217;ve given up trying to figure it out. I could get plugins that fiddle with things, but there is always the risk that the method will break in the future. I&#8217;d prefer to store the data in the database as plain old text, but wordpress just doesn&#8217;t work that way. </p>
<p>Another thing that bothers me about wordpress is it&#8217;s code base. Every now and then I dig around the php files to see how things are done, it bothers me that things are so messy and seemingly hacked. A perfect example of this is the way wordpress implement it&#8217;s <a href="http://lucumr.pocoo.org/cogitations/2008/02/18/how-not-to-do-xml/">import export feature</a>. Yueuck! Php can be a really messy language when it feels like it.</p>
<p>Now that I&#8217;m actually writing code and dealing with xml documents daily, these things bother me. If there is one thing I can&#8217;t stand it&#8217;s dealing with xml documents in an unstructured way. If there is one thing I love about C# it&#8217;s how I can just use xml and xpath so naturally. Note: there are plently of things about C# that do bother me.</p>
<p>Anyway, back to wordpress. Implicit in my frustration at wordpress and code blocks, is math markup and the web in general. Ideally I want to be able to type latex directly into the post editor and have it rendered correctly with no image links to think about. I hear there are plugins for this too.</p>
<p>I&#8217;m seriously considering moving to a new CMS. Something smart and well designed. Something that has a design philosphy behind it. It would probably feel like over kill just for a blog, but what the hell. I&#8217;ve no idea when I&#8217;ll get the time to look into this though, so I&#8217;ll probably just stick with this. I might have a look at drupal again and whatever else I find when I can though.</p>
]]></content:encoded>
			<wfw:commentRss>http://nectarius.net/2008/03/28/to-wordpress-or-to-not-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K2</title>
		<link>http://nectarius.net/2007/11/21/k2/</link>
		<comments>http://nectarius.net/2007/11/21/k2/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 14:52:28 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[K2]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nectarius.net/2007/11/21/k2/</guid>
		<description><![CDATA[I updated wordpress and the K2 theme. It&#8217;s pretty amazing how much K2 has evolved. The rolling archives were extremely buggy previously. Now when you click on &#8216;older&#8217; you get a bar for rolling through the archives that sticks to the top when you scroll down the screen. All ajax. Also I&#8217;ve finally noticed that [...]]]></description>
			<content:encoded><![CDATA[<p>I updated wordpress and the <a href="http://getk2.com/">K2</a> theme. It&#8217;s pretty amazing how much K2 has evolved. The rolling archives were extremely buggy previously. Now when you click on &#8216;older&#8217; you get a bar for rolling through the archives that sticks to the top when you scroll down the screen. All ajax.</p>
<p>Also I&#8217;ve finally noticed that wordpress has proper tag support now. So the archives have a tag cloud now. I tagged a few older posts, but there&#8217;s no way I could be bothered doing all of them.</p>
<p>I&#8217;d never bother with any of this just for the sake of this blog, but since it all comes free with the theme and wordpress, that&#8217;s pretty slick. Open source wins again I suppose. Now I just have to get around to upgrading Ubuntu to Gusty.</p>
]]></content:encoded>
			<wfw:commentRss>http://nectarius.net/2007/11/21/k2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

