<?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>Bruce van der Kooij &#187; wordpress</title>
	<atom:link href="http://blog.parsed.nl/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.parsed.nl</link>
	<description>Unfinished business.</description>
	<lastBuildDate>Fri, 16 Dec 2011 07:50:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Dropped categories</title>
		<link>http://blog.parsed.nl/2010/09/28/dropped-categories/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dropped-categories</link>
		<comments>http://blog.parsed.nl/2010/09/28/dropped-categories/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 09:32:39 +0000</pubDate>
		<dc:creator>Bruce van der Kooij</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://parsed.nl/?p=1111</guid>
		<description><![CDATA[I&#8217;ve gone ahead and dropped all categories in favor of just using tags, which makes more sense to me.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gone ahead and dropped all categories in favor of just using tags, which makes more sense to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.parsed.nl/2010/09/28/dropped-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyMCE editor capturing the  key</title>
		<link>http://blog.parsed.nl/2010/09/25/tinymce-editor-capturing-the-key/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tinymce-editor-capturing-the-key</link>
		<comments>http://blog.parsed.nl/2010/09/25/tinymce-editor-capturing-the-key/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 20:43:15 +0000</pubDate>
		<dc:creator>Bruce van der Kooij</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[todo]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://parsed.nl/?p=941</guid>
		<description><![CDATA[I&#8217;m just sharing the rage here. Now that I&#8217;ve picked up blogging again I&#8217;ve once again become annoyed with how this TinyMCE editor captures the &#60;Tab&#62; key thereby overriding Firefox&#8217;s tab navigation. What makes it even weirder is that it doesn&#8217;t even indent anything when using &#60;Tab&#62;. I&#8217;ll let this post serve a dual purpose [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just sharing the rage here.</p>
<p>Now that I&#8217;ve picked up blogging again I&#8217;ve once again become annoyed with how this TinyMCE editor captures the &lt;Tab&gt; key thereby overriding Firefox&#8217;s tab navigation. What makes it even weirder is  that it doesn&#8217;t even indent anything when using &lt;Tab&gt;.</p>
<p>I&#8217;ll let this post serve a dual purpose by also acting as a reminder for myself to rip this stuff out of the relevant event  handler once I get around to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.parsed.nl/2010/09/25/tinymce-editor-capturing-the-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customized the styling for WP-Syntax</title>
		<link>http://blog.parsed.nl/2009/06/10/customized-the-styling-for-wp-syntax/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=customized-the-styling-for-wp-syntax</link>
		<comments>http://blog.parsed.nl/2009/06/10/customized-the-styling-for-wp-syntax/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 02:57:39 +0000</pubDate>
		<dc:creator>Bruce van der Kooij</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hybrid]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://parsed.nl/?p=135</guid>
		<description><![CDATA[I wanted to post a diff earlier today so I started by looking for a WordPress plugin that would integrate a syntax highlighter, I quickly found in the form of WP-Syntax which utilizes GeSHi (a server side syntax highlighter). However, turns out the default Hybrid theme applies an ugly background image to any pre tags. [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted  to post a diff earlier today so I started by looking for a WordPress plugin that would integrate a syntax highlighter, I quickly found in the form of <a href="http://wordpress.org/extend/plugins/wp-syntax/">WP-Syntax</a> which utilizes <a href="http://qbnz.com/highlighter/">GeSHi</a> (a server side syntax highlighter). However, turns out the default Hybrid theme applies an ugly background image to any pre tags.</p>
<p>I didn&#8217;t stop to try and figure out what The One True Way (TM) was so I just edited the relevant CSS files directly. The files I changed were wp-content/themes/hybrid/library/css/screen.css (to remove background) and  wp-content/plugins/wp-syntax/wp-syntax.css (to change the wrapping to pre-wrap).</p>
<p>For a lot of WP-Syntax examples take a look at the <a href="http://www.emacsblog.org/">Emacs Blog</a>.</p>
<p><strong>TODO:</strong></p>
<ul>
<li>Turns out the <a href="http://wordpress.org/extend/plugins/wp-syntax/other_notes/">correct way to modify wp-syntax.css</a> was described in the notes section of the WP-Syntax plugin page:</li>
</ul>
<blockquote><p>To customize your styling, copy the default wp-content/plugins/wp-syntax/wp-syntax.css to your theme&#8217;s template directory and modify it. If a file named wp-syntax.css exists in your theme&#8217;s template directory, this stylesheet is used instead of the default.</p></blockquote>
<ul>
<li>Seems the border is a bit buggy.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.parsed.nl/2009/06/10/customized-the-styling-for-wp-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The little things</title>
		<link>http://blog.parsed.nl/2009/06/08/the-little-things/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-little-things</link>
		<comments>http://blog.parsed.nl/2009/06/08/the-little-things/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 09:03:24 +0000</pubDate>
		<dc:creator>Bruce van der Kooij</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[the little things]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://parsed.nl/?p=71</guid>
		<description><![CDATA[It&#8217;s pretty nifty how in summary view WordPress will (sometimes?) take the first image encountered and use it as a thumbnail and even automatically crops it. TODO: I have a post where I had added an image and later removed it, WordPress still uses this image as a thumbnail (click on one of the associated [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s pretty nifty how in summary view WordPress will (sometimes?) take the first image encountered and use it as a thumbnail and even automatically crops it.</p>
<p style="text-align: center;"><a href="http://parsed.nl/2009/06/08/improving-gnome-dos-window-manager-plugin/"><img class="aligncenter size-full wp-image-70" title="WordPress Summary Thumbnail" src="http://parsed.nl/wp-content/uploads/2009/06/wordpress_summary_thumbnail.png" alt="WordPress Summary Thumbnail" width="615" height="271" /></a></p>
<p><strong>TODO:</strong></p>
<ul>
<li>I have <a href="http://parsed.nl/2009/06/08/useful-window-management-functionality/">a post</a> where I had added an image and later removed it, WordPress still uses this image as a thumbnail (click on one of the associated tags to view the result). Looks like a bug to me, so here&#8217;s a reminder to myself to report a bug.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.parsed.nl/2009/06/08/the-little-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal, oh how I miss thee</title>
		<link>http://blog.parsed.nl/2009/06/08/drupal-oh-how-i-miss-thee/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=drupal-oh-how-i-miss-thee</link>
		<comments>http://blog.parsed.nl/2009/06/08/drupal-oh-how-i-miss-thee/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 02:46:56 +0000</pubDate>
		<dc:creator>Bruce van der Kooij</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://parsed.nl/?p=47</guid>
		<description><![CDATA[I wish WordPress had a URL alias system like Drupal does. Now with WordPress it seems you can&#8217;t update the post title or change the permalink scheme without breaking all previous links Why did I actually choose WordPress over Drupal? It may have had something to do with that word that starts with a u [...]]]></description>
			<content:encoded><![CDATA[<p>I wish WordPress had a URL alias system like Drupal does. Now with WordPress it seems you can&#8217;t update the post title or change the permalink scheme without breaking all previous links</p>
<p>Why did I actually choose WordPress over Drupal? It may have had something to do with that word that starts with a <em>u</em> and ends with <em>sability</em> (which reminds me of the <a href="http://www.d7ux.org/">Drupal 7 User Experience Project</a>, whose site oddly enough doesn&#8217;t properly handle that I force a particular font). How would the ideal blogging engine look like front-end and usability wise anyways because WordPress in my experiences so far is still far from ideal?</p>
<p><strong>UPDATE:</strong> a quick Google search for &#8220;drupal change permalink without breaking&#8221; (without the quotes) turns up <a href="http://rumahabi.com/permalink-migration-plugins-to-permenantly-moved-ugly-permalinks-into-pretty-url.html">this blog post</a> which lists 3 plugins that can help with the permalink issues. I&#8217;ll take a look at these later.</p>
<p><strong>UPDATE:</strong> Tyler searched his logs and gave me <a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/">this link</a>. Include this in my research when I look at the issue later.</p>
<p><strong>TODO:</strong></p>
<ul>
<li>Expand this post</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.parsed.nl/2009/06/08/drupal-oh-how-i-miss-thee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress hybrid edit mode</title>
		<link>http://blog.parsed.nl/2009/06/08/wordpress-hybrid-edit-mode/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-hybrid-edit-mode</link>
		<comments>http://blog.parsed.nl/2009/06/08/wordpress-hybrid-edit-mode/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 02:25:10 +0000</pubDate>
		<dc:creator>Bruce van der Kooij</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://parsed.nl/?p=38</guid>
		<description><![CDATA[I wish WordPress would support some hybrid mode which would allow you to directly use HTML in visual mode. I think Atlassian&#8217;s Confluence actually supports this kind of thing.]]></description>
			<content:encoded><![CDATA[<p>I wish WordPress would support some hybrid mode which would allow you to directly use HTML in visual mode. I think <a href="http://www.atlassian.com/software/confluence/">Atlassian&#8217;s Confluence</a> actually supports this kind of thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.parsed.nl/2009/06/08/wordpress-hybrid-edit-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

