<?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>James Rohal &#187; Wordpress</title>
	<atom:link href="http://jamesrohal.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesrohal.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 Sep 2009 18:35:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Fixing flickrRSS 5.0</title>
		<link>http://jamesrohal.com/2009/03/29/fixing-flickrrss-50/</link>
		<comments>http://jamesrohal.com/2009/03/29/fixing-flickrrss-50/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 18:23:29 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=254</guid>
		<description><![CDATA[If you are having difficulty displaying photos using the WordPress plugin flickrRSS 5.0 you can make a quick change. Change line 144 which reads [sourcecode language='php'] if(!preg_match(&#8216;]]></description>
			<content:encoded><![CDATA[<p>If you are having difficulty displaying photos using the WordPress plugin <a href="http://eightface.com/wordpress/flickrrss/">flickrRSS 5.0</a> you can make a quick change. Change line 144 which reads</p>
<p>[sourcecode language='php']<br />
if(!preg_match(&#8216;<img src="([^"]*)" [^/]*/>&#8216;, $item['description'], $imgUrlMatches)) {<br />
[/sourcecode]</p>
<p>to</p>
<p>[sourcecode language='php']<br />
if(!preg_match(&#8216;/src=["]?(http:\/\/.*\/.*)_m\.jpg["]?/&#8217;, $item['description'], $imgUrlMatches)) {<br />
[/sourcecode]</p>
<p>Source: <a href="http://groups.google.com/group/flickrrss/msg/6c0c0577fa7751a7">Via chaosmaker at Google Groups</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2009/03/29/fixing-flickrrss-50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting LaTeX Source Code to a WordPress.com Blog</title>
		<link>http://jamesrohal.com/2008/11/14/posting-latex-source-code-to-a-wordpresscom-blog/</link>
		<comments>http://jamesrohal.com/2008/11/14/posting-latex-source-code-to-a-wordpresscom-blog/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 21:01:01 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=104</guid>
		<description><![CDATA[On WordPress.com you can include LaTeX code in your post by writing: [sourcecode language='c']$latex stuff here$[/sourcecode] To prevent WordPress from evaluating it just use [sourcecode language='c']$latex stuff here$[/sourcecode]]]></description>
			<content:encoded><![CDATA[<p>On <a href="http://wordpress.com">WordPress.com</a> you can include LaTeX code in your post by writing:</p>
<p>[sourcecode language='c']$latex stuff here$[/sourcecode]</p>
<p>To prevent WordPress from evaluating it just use</p>
<p>[sourcecode language='c']<code>$latex</code> <code>stuff here$</code>[/sourcecode]</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2008/11/14/posting-latex-source-code-to-a-wordpresscom-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

