<?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>19clicks &#187; Uncategorized</title>
	<atom:link href="http://blog.19clicks.com/articles/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.19clicks.com</link>
	<description></description>
	<lastBuildDate>Thu, 05 Jan 2012 20:42:19 +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>I tried to save my WordPress post, and all I got was this blank post.php page.</title>
		<link>http://blog.19clicks.com/2009/01/02/i-tried-to-save-my-wordpress-post-and-all-i-got-was-this-blank-postphp-page/</link>
		<comments>http://blog.19clicks.com/2009/01/02/i-tried-to-save-my-wordpress-post-and-all-i-got-was-this-blank-postphp-page/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 22:07:39 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.19clicks.com/?p=150</guid>
		<description><![CDATA[For some unknown and presumably bizarre reason, WordPress refuses to save any post I compose that contains the word &#8220;s-e-l-e-c-t&#8221;. In order to write this post, I had to insert dashes. If I take out the dashes and try to save, I get a blank post.php page. It&#8217;s incredibly annoying. If you are experiencing this [...]]]></description>
			<content:encoded><![CDATA[<p>For some unknown and presumably bizarre reason, WordPress refuses to save any post I compose that contains the word &#8220;s-e-l-e-c-t&#8221;.  In order to write this post, I had to insert dashes.  If I take out the dashes and try to save, I get a blank post.php page.  It&#8217;s incredibly annoying.</p>
<p>If you are experiencing this issue, I have no idea how to fix it, and can only suggest you upgrade WordPress (I am about to attempt this,) or replace all instances of &#8220;s-e-l-e-c-t&#8221; with &#8220;choose&#8221; (or &#8220;opt&#8221; or something.)</p>
<p><strong>Update:</strong> Upgrading to WordPress 2.7 did indeed magically fix this issue.  Select? Select?! Select!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.19clicks.com/2009/01/02/i-tried-to-save-my-wordpress-post-and-all-i-got-was-this-blank-postphp-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Give Your Joomla 1.5 RSS Some HTML Lovin&#8217;</title>
		<link>http://blog.19clicks.com/2008/07/24/give-your-joomla-15-rss-some-html-lovin/</link>
		<comments>http://blog.19clicks.com/2008/07/24/give-your-joomla-15-rss-some-html-lovin/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 03:37:39 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.19clicks.com/?p=147</guid>
		<description><![CDATA[The quick guide to buffing up your Joomla 1.5 RSS feeds. First of all, do the things it says to do in these 10 Simple Steps to Joomla RSS. Namely, install RD-RSS, add feeds, set up Feedburner. To turn on HTML, you&#8217;re going to need to edit the RD-RSS source code. The file you&#8217;re interested [...]]]></description>
			<content:encoded><![CDATA[<p>The quick guide to buffing up your Joomla 1.5 RSS feeds.</p>
<p>First of all, do the things it says to do in these <a href="http://www.alledia.com/blog/joomla-tips-&#038;-tricks/10-steps-to-great-rss-feeds-with-joomla/">10 Simple Steps to Joomla RSS</a>.</p>
<p>Namely, install RD-RSS, add feeds, set up Feedburner.</p>
<p>To turn on HTML, you&#8217;re going to need to edit the RD-RSS source code.  The file you&#8217;re interested in is [JOOMLA_ROOT]/components/com_rd_rss/rd_rss.php.  Find it via FTP or in a terminal session.  </p>
<p>You&#8217;ll probably want to make a copy of the original unedited file at this point just in case something dreadful happens and you need to restore it.  <strong>Don&#8217;t say I didn&#8217;t warn you: screwing around with the Joomla source can quite easily cause catastrophic site failure.</strong></p>
<p>Having said that, this operation is pretty basic.  All you need to do is pop that bad boy open in a text editor, and comment out these lines (221-222):</p>
<blockquote><p>
$item_description = mosHTML::cleanText( $item_description );<br />
$item_description = html_entity_decode( $item_description );
</p></blockquote>
<p>They should then look like this:</p>
<blockquote><p>
// $item_description = mosHTML::cleanText( $item_description );<br />
// $item_description = html_entity_decode( $item_description );
</p></blockquote>
<p>Then just save the file and re-upload it (if you&#8217;re using FTP.)  It might take a little while to see the effects because RD-RSS has caching enabled by default, but eventually your feeds should show up in all their HTML glory.</p>
<p><em>Note that if you want to see your images, you will have to make them into absolute links, or create a further hack to make sure that relative paths get translated into absolute ones.  I suggest something along the lines of this, pasted just underneath the lines you just commented out:</em></p>
<blockquote><p>$item_description = preg_replace( &#8216;#(href|src)=&#8221;([^:"]*)(&#8220;|(?:(?:%20|\s|\+)[^"]*&#8221;))#&#8217;, &#8216;$1=&#8221;http://www.YOURSITE.com/$2$3&#8242;, $item_description );</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.19clicks.com/2008/07/24/give-your-joomla-15-rss-some-html-lovin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiatus</title>
		<link>http://blog.19clicks.com/2007/06/30/hiatus/</link>
		<comments>http://blog.19clicks.com/2007/06/30/hiatus/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 03:04:03 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.19clicks.com/2007/06/30/hiatus/</guid>
		<description><![CDATA[My posts on this site will be even fewer and farther between than usual through August, as I am cycling across the US in support of the Leukemia and Lymphoma Society.  I have another blog for this excursion because, well, the more blogs the merrier.]]></description>
			<content:encoded><![CDATA[<p>My posts on this site will be even fewer and farther between than usual through August, as I am cycling across the US in support of the Leukemia and Lymphoma Society.  I have <a href="http://www.exceedinglylongbikeride.com">another blog for this excursion</a> because, well, the more blogs the merrier.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.19clicks.com/2007/06/30/hiatus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a parameter to a JSTL c:url after creation</title>
		<link>http://blog.19clicks.com/2007/05/08/add-a-parameter-to-a-jstl-after-creation/</link>
		<comments>http://blog.19clicks.com/2007/05/08/add-a-parameter-to-a-jstl-after-creation/#comments</comments>
		<pubDate>Tue, 08 May 2007 20:03:23 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.19clicks.com/2007/05/08/add-a-parameter-to-a-jstl-after-creation/</guid>
		<description><![CDATA[Nice when you&#8217;re using URLs in a bunch of different places that differ only by a parameter or two. &#60;c:url value=&#8221;http://www.google.com&#8221; var=&#8221;my_google_link&#8221;&#62;&#60;c:param name=&#8221;query&#8221; value=&#8221;lookforit&#8221; /&#62;&#60;/c:url&#62; &#60;c:url value=&#8221;my_google_link&#8221; var=&#8221;my_new_google_link&#8221;&#62;&#60;c:param name=&#8221;pagenum&#8221; value=&#8221;5&#8243; /&#62;&#60;/c:url&#62; &#60;c:out value=&#8221;${my_new_google_link}&#8221; escapeXml=&#8221;true&#8221; /&#62; This results in: http://www.google.com?pagenum=5&#38;query=lookforit Note that using escapeXml in your &#60;c:out /&#62; has the added benefit of giving you some [...]]]></description>
			<content:encoded><![CDATA[<p>Nice when you&#8217;re using URLs in a bunch of different places that differ only by a parameter or two.</p>
<p>&lt;c:url value=&#8221;http://www.google.com&#8221; var=&#8221;my_google_link&#8221;&gt;&lt;c:param name=&#8221;query&#8221; value=&#8221;lookforit&#8221; /&gt;&lt;/c:url&gt;</p>
<p>&lt;c:url value=&#8221;my_google_link&#8221; var=&#8221;my_new_google_link&#8221;&gt;&lt;c:param name=&#8221;pagenum&#8221; value=&#8221;5&#8243; /&gt;&lt;/c:url&gt;</p>
<p>&lt;c:out value=&#8221;${my_new_google_link}&#8221; escapeXml=&#8221;true&#8221; /&gt;</p>
<p>This results in: http://www.google.com?pagenum=5&amp;query=lookforit</p>
<p>Note that using escapeXml in your &lt;c:out /&gt; has the added benefit of giving you some sweet XHTML-compliant link action (i.e. ampersands are escaped.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.19clicks.com/2007/05/08/add-a-parameter-to-a-jstl-after-creation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

