<?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>feisley &#187; Wordpress</title>
	<atom:link href="http://feisley.com/category/projects/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://feisley.com</link>
	<description>programming with a side of life</description>
	<lastBuildDate>Thu, 15 Apr 2010 07:33:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Code Highlighting</title>
		<link>http://feisley.com/2009/02/13/wordpress-code-highlighting/</link>
		<comments>http://feisley.com/2009/02/13/wordpress-code-highlighting/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 22:59:33 +0000</pubDate>
		<dc:creator>Jacob Feisley</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://feisley.com/?p=2224</guid>
		<description><![CDATA[With as many people blogging on Wordpress that wish to show code snippets I would have thought some better solutions for syntax highlighting would have been available by now. Unfortunately support is limited to only a handful of 3rd party modules each of which having their own limitations or issues that must be overcome.

Here are [...]]]></description>
			<content:encoded><![CDATA[<p>With as many people blogging on Wordpress that wish to show code snippets I would have thought some better solutions for syntax highlighting would have been available by now. Unfortunately support is limited to only a handful of 3rd party modules each of which having their own limitations or issues that must be overcome.</p>
<p><span id="more-2224"></span></p>
<p>Here are the various solutions I tried along with my comments:</p>
<p><br class="spacer_" /></p>
<h3>WP-Syntax (<a href="http://wordpress.org/extend/plugins/wp-syntax/">http://wordpress.org/extend/plugins/wp-syntax/</a>)</h3>
<h3><img class="alignnone size-full wp-image-2261" title="wp_syntax" src="http://feisley.com/wp-content/uploads/2009/02/wp_syntax.png" alt="wp_syntax" width="350" height="175" /><br />
</h3>
<p>Pros:</p>
<ul>
<li>Simple to use with &lt;pre&gt; tags</li>
<li>Uses GeSHi for highlighting resulting in a wide variety of supported languages</li>
<li>Easy to copy code from the page without getting the formatting / line numbers with it</li>
</ul>
<p>Cons:</p>
<ul>
<li>Requires some minor tweaks to the CSS to get it to work (perhaps this is just my theme)</li>
</ul>
<p><br class="spacer_" /></p>
<h3>SyntaxHighlighter (<a href="http://wordpress.org/extend/plugins/syntaxhighlighter/">http://wordpress.org/extend/plugins/syntaxhighlighter/</a>)</h3>
<p><img class="alignnone size-full wp-image-2260" title="syntaxhighlighter" src="http://feisley.com/wp-content/uploads/2009/02/syntaxhighlighter.png" alt="syntaxhighlighter" width="350" height="178" /></p>
<p>Pros:</p>
<ul>
<li>The best layout of any of the plugins I tried</li>
<li>Plain and Print views for viewing the source</li>
</ul>
<p>Cons:</p>
<ul>
<li>A much more limited set of languages supported</li>
<li>Copying code from the plugin requires a special mode.</li>
</ul>
<p><br class="spacer_" /></p>
<h3>Conclusions</h3>
<p>After playing with both of these libraries and feeding them a variety of code snippets, I settled upon <strong>wp-syntax</strong>. While it did require a few modifications to the CSS to get the line numbers to match with the code, the wider variety of supported languages was the key feature for me. I also modified the CSS to match my theme for both the plugins, so out of the box they dont look quite like my pictures shown.</p>
]]></content:encoded>
			<wfw:commentRss>http://feisley.com/2009/02/13/wordpress-code-highlighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Updates (continued)</title>
		<link>http://feisley.com/2008/12/21/site-updates-continued/</link>
		<comments>http://feisley.com/2008/12/21/site-updates-continued/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 07:24:45 +0000</pubDate>
		<dc:creator>Jacob Feisley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://feisley.com/?p=2061</guid>
		<description><![CDATA[As I was in the coding mood from my changes last night to my website/blog, I took the next logical step and completely overhauled the entire theme. After heavily modifying a theme I think I have the general look I am wanting.
Some of the notable changes include:

Grouped categories into logical groups.
Better search with context provided [...]]]></description>
			<content:encoded><![CDATA[<p>As I was in the coding mood from my changes last night to my website/blog, I took the next logical step and completely overhauled the entire theme. After heavily modifying a theme I think I have the general look I am wanting.</p>
<p>Some of the notable changes include:</p>
<ul>
<li>Grouped categories into logical groups.</li>
<li>Better search with context provided along with titles.</li>
<li>New logo based on old site logo + favicon (with a touch of red)</li>
<li>A few other interesting features that I may take advantage of in the near future</li>
</ul>
<p>Everything should be in place, if anyone notices some stray PHP code or CSS trying to escape, please let me know so I can put it in its place.</p>
]]></content:encoded>
			<wfw:commentRss>http://feisley.com/2008/12/21/site-updates-continued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Updates</title>
		<link>http://feisley.com/2008/12/19/site-updates/</link>
		<comments>http://feisley.com/2008/12/19/site-updates/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 07:11:35 +0000</pubDate>
		<dc:creator>Jacob Feisley</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://feisley.com/?p=2039</guid>
		<description><![CDATA[After what has been far too long, I finally took the time to convert my site to using WordPress for all content. Previously I had wanted to have custom PHP run the main site and use WordPress only for the blogging, however, time never seemed to allow me to finish the normal site.
Things still on [...]]]></description>
			<content:encoded><![CDATA[<p>After what has been far too long, I finally took the time to convert my site to using WordPress for all content. Previously I had wanted to have custom PHP run the main site and use WordPress only for the blogging, however, time never seemed to allow me to finish the normal site.</p>
<p>Things still on my list of todo items:</p>
<ul>
<li>Add some content to the About, Projects, and Contact pages</li>
<li>Fix the header to match for the fileserver</li>
<li>Clean up some of the CSS and other layout stuff</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://feisley.com/2008/12/19/site-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.5</title>
		<link>http://feisley.com/2008/03/27/wordpress-25/</link>
		<comments>http://feisley.com/2008/03/27/wordpress-25/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 07:30:47 +0000</pubDate>
		<dc:creator>Jacob Feisley</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[RC]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://feisley.com/?p=23</guid>
		<description><![CDATA[
Wordpress has been gearing up for their much anticipated 2.5 release. As such I though it only fitting that I upgrade to one of the latest test releases. I installed 2.5 RC 2 and have been nothing but impressed so far. The admin interface is the largest visual overhaul. It is much more streamlined and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-22" title="Wordpress" src="http://feisley.com/wp-content/uploads/2008/03/wordpress-150x150.png" alt="Wordpress Logo" width="150" height="150" /></p>
<p>Wordpress has been gearing up for their much anticipated 2.5 release. As such I though it only fitting that I upgrade to one of the latest test releases. I installed 2.5 RC 2 and have been nothing but impressed so far. The admin interface is the largest visual overhaul. It is much more streamlined and now offers many new features.</p>
<p>My favorite new addition is the new media management interface. This makes it almost trivial to upload and manage images and other content. This will certainly be useful in the future. Another great aspect to the media manager is the gallery feature, which allows the rapid creation of photo galleries on a given article.</p>
<p>Looking foward to the final release, but at this point the RC 2 seems very stable.</p>
]]></content:encoded>
			<wfw:commentRss>http://feisley.com/2008/03/27/wordpress-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

