<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Ryan Lane's Blog » fail</title>
	
	<link>http://ryandlane.com/blog</link>
	<description />
	<lastBuildDate>Thu, 29 Jul 2010 13:56:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RyanLanesBlog_fail" /><feedburner:info uri="ryanlanesblog_fail" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://superfeedr.com/hubbub" /><item>
		<title>OpenSSO web agent conflicts with the MediaWiki parser, and a workaround</title>
		<link>http://feedproxy.google.com/~r/RyanLanesBlog_fail/~3/eOSXuUWlYz8/</link>
		<comments>http://ryandlane.com/blog/2009/07/28/opensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 18:04:00 +0000</pubDate>
		<dc:creator>Ryan Lane</dc:creator>
				<category><![CDATA[LDAP]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[opensso]]></category>

		<guid isPermaLink="false">http://ryandlane.com/wprdl/?p=179</guid>
		<description><![CDATA[Recently, I deployed OpenSSO as a web single sign on service for a number of web servers, one of which was running MediaWiki. I haven&#8217;t yet written a SAML2 plugin for MediaWiki, so I am running an OpenSSO web agent for Apache, with the LDAP plugin doing auto-authentication. After deploying the web agent, MediaWiki started [...]


Related posts:<ol><li><a href='http://ryandlane.com/blog/2009/08/12/new-opensso-authentication-plugin-for-mediawiki/' rel='bookmark' title='Permanent Link: New OpenSSO authentication plugin for MediaWiki'>New OpenSSO authentication plugin for MediaWiki</a></li>
<li><a href='http://ryandlane.com/blog/2009/06/16/using-the-ldap-authentication-plugin-for-mediawiki-the-basics-part-2/' rel='bookmark' title='Permanent Link: Using the LDAP Authentication Plugin for MediaWiki &#8211; The Basics (Part 2)'>Using the LDAP Authentication Plugin for MediaWiki &#8211; The Basics (Part 2)</a></li>
<li><a href='http://ryandlane.com/blog/2009/03/23/using-the-ldap-authentication-plugin-for-mediawiki-the-basics-part-1/' rel='bookmark' title='Permanent Link: Using the LDAP Authentication Plugin for MediaWiki &#8211; The Basics (Part 1)'>Using the LDAP Authentication Plugin for MediaWiki &#8211; The Basics (Part 1)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently, I deployed OpenSSO as a web single sign on service for a number of web servers, one of which was running MediaWiki. I haven&#8217;t yet written a SAML2 plugin for MediaWiki, so I am running an OpenSSO web agent for Apache, with the LDAP plugin doing auto-authentication.</p>
<p>After deploying the web agent, MediaWiki started parsing things incorrectly. Wiki-syntax like:</p>
<pre style="padding-left: 30px;">== Test ==
== Test2 ==
=== Test 3 ===</pre>
<p>Was being corrupted, and turning into something like:</p>
<pre style="padding-left: 30px;">== Test ==== Test2 ===== Test3 ===</pre>
<p>I traced it down to a conflict between the OpenSSO web agent and php-xml (dom.so specifically). I&#8217;m not sure exactly what the issue is, but removing the php-xml package from Red Hat Enterprise Linux 5 (RHEL 5) solved the parsing problem. Unfortunately, some MediaWiki extensions, like ImageMap, require php-xml.</p>
<p>I was able to fix the issue in MediaWiki&#8217;s configuration by telling the parser to use plain PHP arrays for temporary storage instead of PHP&#8217;s DOM. I did this by putting the following into LocalSettings.php:</p>
<pre style="padding-left: 30px;"><span>$wgParserConf</span> = <span>array</span><span>(</span>
        <span>'class'</span> =&gt; <span>'Parser'</span>,
        <span>'preprocessorClass'</span> =&gt; <span>'Preprocessor_Hash'</span>,
<span>)</span>;</pre>
<p>If anyone has an idea on a better way to fix this, I&#8217;m all ears. I&#8217;d like to not have a nasty workaround like this.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F07%2F28%2Fopensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround%2F&amp;submitHeadline=OpenSSO+web+agent+conflicts+with+the+MediaWiki+parser%2C+and+a+workaround&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F07%2F28%2Fopensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround%2F&amp;title=OpenSSO+web+agent+conflicts+with+the+MediaWiki+parser%2C+and+a+workaround" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F07%2F28%2Fopensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround%2F&amp;title=OpenSSO+web+agent+conflicts+with+the+MediaWiki+parser%2C+and+a+workaround" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F07%2F28%2Fopensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F07%2F28%2Fopensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround%2F&amp;title=OpenSSO+web+agent+conflicts+with+the+MediaWiki+parser%2C+and+a+workaround" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F07%2F28%2Fopensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround%2F&amp;title=OpenSSO+web+agent+conflicts+with+the+MediaWiki+parser%2C+and+a+workaround" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F07%2F28%2Fopensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround%2F&amp;title=OpenSSO+web+agent+conflicts+with+the+MediaWiki+parser%2C+and+a+workaround" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F07%2F28%2Fopensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround%2F&amp;title=OpenSSO+web+agent+conflicts+with+the+MediaWiki+parser%2C+and+a+workaround" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+OpenSSO+web+agent+conflicts+with+the+MediaWiki+parser%2C+and+a+workaround+@+http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F07%2F28%2Fopensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->


<p>Related posts:<ol><li><a href='http://ryandlane.com/blog/2009/08/12/new-opensso-authentication-plugin-for-mediawiki/' rel='bookmark' title='Permanent Link: New OpenSSO authentication plugin for MediaWiki'>New OpenSSO authentication plugin for MediaWiki</a></li>
<li><a href='http://ryandlane.com/blog/2009/06/16/using-the-ldap-authentication-plugin-for-mediawiki-the-basics-part-2/' rel='bookmark' title='Permanent Link: Using the LDAP Authentication Plugin for MediaWiki &#8211; The Basics (Part 2)'>Using the LDAP Authentication Plugin for MediaWiki &#8211; The Basics (Part 2)</a></li>
<li><a href='http://ryandlane.com/blog/2009/03/23/using-the-ldap-authentication-plugin-for-mediawiki-the-basics-part-1/' rel='bookmark' title='Permanent Link: Using the LDAP Authentication Plugin for MediaWiki &#8211; The Basics (Part 1)'>Using the LDAP Authentication Plugin for MediaWiki &#8211; The Basics (Part 1)</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/RyanLanesBlog_fail/~4/eOSXuUWlYz8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ryandlane.com/blog/2009/07/28/opensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ryandlane.com/blog/2009/07/28/opensso-web-agent-conflicts-with-the-mediawiki-parser-and-a-workaround/</feedburner:origLink></item>
		<item>
		<title>Louisiana Technology Council (LTC) Blog Fail</title>
		<link>http://feedproxy.google.com/~r/RyanLanesBlog_fail/~3/oSVn26JZ7No/</link>
		<comments>http://ryandlane.com/blog/2009/03/22/louisiana-technology-council-ltc-blog-fail/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 02:44:40 +0000</pubDate>
		<dc:creator>Ryan Lane</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fail]]></category>

		<guid isPermaLink="false">http://ryandlane.com/wprdl/?p=39</guid>
		<description><![CDATA[I occasionally get a newsletter from the Louisiana Technology Council (LTC). The most recent newsletter I received was too good not to post about. Here&#8217;s the newsletter: http://www.ltc-la.org/en/art/422/ I&#8217;ll pull a few great quotes out of it for you&#8230; You are invited to participate in a survey designed to learn about business blog. A business [...]


Related posts:<ol><li><a href='http://ryandlane.com/blog/2008/09/22/first-post-on-new-blog-expect-posts-concerning-mediawiki/' rel='bookmark' title='Permanent Link: First post on new Blog; expect posts concerning MediaWiki'>First post on new Blog; expect posts concerning MediaWiki</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I occasionally get a newsletter from the Louisiana Technology Council (LTC). The most recent newsletter I received was too good not to post about. Here&#8217;s the newsletter:</p>
<p style="padding-left: 30px;"><a href="http://www.ltc-la.org/en/art/422/">http://www.ltc-la.org/en/art/422/</a></p>
<p>I&#8217;ll pull a few great quotes out of it for you&#8230;</p>
<blockquote>
<div><strong><span style="color: black;">You are  invited to participate in a survey designed to learn about business  blog.</span> A business blog <span style="color: black;">is</span> <span style="color: black;">a novel way of publishing information by or with the support of an organization where entries are made in journal style and displayed in a reverse chronological order. </span></strong></div>
</blockquote>
<p>This is the Louisiana <em>Technology</em> Council right? Did this come out of a dictionary? Is this really the best way to describe a blog?</p>
<p>&#8220;&#8230;learn about business blog.&#8221; I seriously don&#8217;t think I even need to say anything about this.</p>
<blockquote>
<div><strong><span style="color: black;">A typical  business blog combines text, images, and links to other blogs, web pages, and  other media related to its topic. </span></strong></div>
</blockquote>
<p>How is this different from any other type of blog? How is this different from a web page? A CMS? A wiki?</p>
<blockquote><p><strong><span style="color: black;">There are two goals of this project: </span></strong></p>
<ol>
<li>
<div><strong><span style="color: black;">To gain</span> <span style="color: black;">insight and understanding of the critical  factors that lead businesses to create their own blog sites?</span></strong></div>
</li>
<li>
<div><strong></strong><strong><span style="color: black;">To understand organizations</span> <span style="color: black;">awareness of their potential liabilities resulting from action of managers or employees in violation of the different laws (e.g., defamation of fellow employees, defamation of competitors, conspiracy law, security laws, privacy laws, etc.) when blogging?</span></strong></div>
</li>
</ol>
</blockquote>
<p>Why are these questions? Also, why is it important to know factors that lead businesses to create their own blogs? Isn&#8217;t it more important to know how a blog can help your business, and how you should be using a blog to positively impact your business?</p>
<p>Maybe the LTC needs to attend some <a href="http://www.meetup.com/net2no/">Net2NO</a> meetings to get a better feel for what a blog is and how to use social media effectively.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F03%2F22%2Flouisiana-technology-council-ltc-blog-fail%2F&amp;submitHeadline=Louisiana+Technology+Council+%28LTC%29+Blog+Fail&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F03%2F22%2Flouisiana-technology-council-ltc-blog-fail%2F&amp;title=Louisiana+Technology+Council+%28LTC%29+Blog+Fail" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F03%2F22%2Flouisiana-technology-council-ltc-blog-fail%2F&amp;title=Louisiana+Technology+Council+%28LTC%29+Blog+Fail" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F03%2F22%2Flouisiana-technology-council-ltc-blog-fail%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F03%2F22%2Flouisiana-technology-council-ltc-blog-fail%2F&amp;title=Louisiana+Technology+Council+%28LTC%29+Blog+Fail" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F03%2F22%2Flouisiana-technology-council-ltc-blog-fail%2F&amp;title=Louisiana+Technology+Council+%28LTC%29+Blog+Fail" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F03%2F22%2Flouisiana-technology-council-ltc-blog-fail%2F&amp;title=Louisiana+Technology+Council+%28LTC%29+Blog+Fail" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F03%2F22%2Flouisiana-technology-council-ltc-blog-fail%2F&amp;title=Louisiana+Technology+Council+%28LTC%29+Blog+Fail" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Louisiana+Technology+Council+%28LTC%29+Blog+Fail+@+http%3A%2F%2Fryandlane.com%2Fblog%2F2009%2F03%2F22%2Flouisiana-technology-council-ltc-blog-fail%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://ryandlane.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->


<p>Related posts:<ol><li><a href='http://ryandlane.com/blog/2008/09/22/first-post-on-new-blog-expect-posts-concerning-mediawiki/' rel='bookmark' title='Permanent Link: First post on new Blog; expect posts concerning MediaWiki'>First post on new Blog; expect posts concerning MediaWiki</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/RyanLanesBlog_fail/~4/oSVn26JZ7No" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ryandlane.com/blog/2009/03/22/louisiana-technology-council-ltc-blog-fail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://ryandlane.com/blog/2009/03/22/louisiana-technology-council-ltc-blog-fail/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 51/89 queries in 0.134 seconds using memcached
Object Caching 0/0 objects using memcached

Served from: ryandlane.com @ 2010-07-30 15:24:23 -->
