<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: recent work: echoes of empires</title>
	<atom:link href="http://www.jon22.net/recent-work-echoes-of-empires/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jon22.net/recent-work-echoes-of-empires/</link>
	<description>The Website of Jonathan Dobres</description>
	<lastBuildDate>Tue, 27 Sep 2011 03:58:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sociallytangent</title>
		<link>http://www.jon22.net/recent-work-echoes-of-empires/comment-page-1/#comment-5545</link>
		<dc:creator>sociallytangent</dc:creator>
		<pubDate>Tue, 20 Jan 2009 20:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jon22.net/?p=734#comment-5545</guid>
		<description>Yeah, I didn&#039;t see the code tag until too late -- I probably could&#039;ve used URL encoding, too. Not permitting square brackets, though, is just inexcusable laziness on WP&#039;s part. On the upside, you&#039;re getting lots of comments!

For anyone else that had further questions about adding the above PHP code to .html files, create a .htaccess file in the same directory with this code:

&lt;code&gt;&lt;Files *.html&gt;
 ForceType application/x-httpd-php
&lt;/Files&gt;&lt;/code&gt;

(I&#039;m sure this won&#039;t work in WP either, but I&#039;ll never pass up a chance to further embarrass myself!)</description>
		<content:encoded><![CDATA[<p>Yeah, I didn&#8217;t see the code tag until too late &#8212; I probably could&#8217;ve used URL encoding, too. Not permitting square brackets, though, is just inexcusable laziness on WP&#8217;s part. On the upside, you&#8217;re getting lots of comments!</p>
<p>For anyone else that had further questions about adding the above PHP code to .html files, create a .htaccess file in the same directory with this code:</p>
<p><code>&lt;Files *.html&gt;<br />
 ForceType application/x-httpd-php<br />
&lt;/Files&gt;</code></p>
<p>(I&#8217;m sure this won&#8217;t work in WP either, but I&#8217;ll never pass up a chance to further embarrass myself!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Dobres</title>
		<link>http://www.jon22.net/recent-work-echoes-of-empires/comment-page-1/#comment-5542</link>
		<dc:creator>Jonathan Dobres</dc:creator>
		<pubDate>Tue, 20 Jan 2009 14:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jon22.net/?p=734#comment-5542</guid>
		<description>Sociallytanget:  I agree that the ALA solution comes off a bit clunky, particularly since it has to re-request the image with every page load.  Thanks for the tip.  I&#039;ll definitely have to try it out.

Also, did you notice that you can use the &lt;code&gt; tag?  Makes writing things like...

&lt;code&gt;&lt; ? php print &quot;&lt;img src=\&quot;images/img&quot; . rand(1,5) . &quot;.jpg\&quot; alt=\&quot;Header image\&quot; /&gt;&quot;; ?&gt;&lt;/code&gt;

...way easier.  Granted, you also have to substitute character codes for actual greater than and less than symbols, but it works, with a minimum of fuss.</description>
		<content:encoded><![CDATA[<p>Sociallytanget:  I agree that the ALA solution comes off a bit clunky, particularly since it has to re-request the image with every page load.  Thanks for the tip.  I&#8217;ll definitely have to try it out.</p>
<p>Also, did you notice that you can use the &lt;code&gt; tag?  Makes writing things like&#8230;</p>
<p><code>&lt; ? php print "&lt;img src=\"images/img" . rand(1,5) . ".jpg\" alt=\"Header image\" /&gt;"; ?&gt;</code></p>
<p>&#8230;way easier.  Granted, you also have to substitute character codes for actual greater than and less than symbols, but it works, with a minimum of fuss.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sociallytangent</title>
		<link>http://www.jon22.net/recent-work-echoes-of-empires/comment-page-1/#comment-5540</link>
		<dc:creator>sociallytangent</dc:creator>
		<pubDate>Tue, 20 Jan 2009 07:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jon22.net/?p=734#comment-5540</guid>
		<description>I give up!</description>
		<content:encoded><![CDATA[<p>I give up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sociallytangent</title>
		<link>http://www.jon22.net/recent-work-echoes-of-empires/comment-page-1/#comment-5539</link>
		<dc:creator>sociallytangent</dc:creator>
		<pubDate>Tue, 20 Jan 2009 07:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jon22.net/?p=734#comment-5539</guid>
		<description>Wordpress seriously fails on parsing inset HTML.



Replace the square brackets with angled.</description>
		<content:encoded><![CDATA[<p>WordPress seriously fails on parsing inset HTML.</p>
<p>Replace the square brackets with angled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sociallytangent</title>
		<link>http://www.jon22.net/recent-work-echoes-of-empires/comment-page-1/#comment-5538</link>
		<dc:creator>sociallytangent</dc:creator>
		<pubDate>Tue, 20 Jan 2009 07:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jon22.net/?p=734#comment-5538</guid>
		<description>

Trying again with HTML entities!</description>
		<content:encoded><![CDATA[<p>Trying again with HTML entities!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sociallytangent</title>
		<link>http://www.jon22.net/recent-work-echoes-of-empires/comment-page-1/#comment-5537</link>
		<dc:creator>sociallytangent</dc:creator>
		<pubDate>Tue, 20 Jan 2009 07:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jon22.net/?p=734#comment-5537</guid>
		<description>Looks good. I like the changes to the ankh symbol since I last saw it.

That header script, though, is really overkill -- seriously, creating and destroying a copy of an image in the HTTP header? Just upload the images with sequential filenames (img1.jpg, img2.jpg, etc.) and shrink the PHP down to one line:

&lt;? php print &quot;&quot;; ?&gt;

I mean, I&#039;m sure it was a great academic exercise for an ALA article, but Dreamhost supports inline PHP (so there&#039;s not much point in making it external) and it&#039;s kinda silly to be using a huge script like that for such a simple task.</description>
		<content:encoded><![CDATA[<p>Looks good. I like the changes to the ankh symbol since I last saw it.</p>
<p>That header script, though, is really overkill &#8212; seriously, creating and destroying a copy of an image in the HTTP header? Just upload the images with sequential filenames (img1.jpg, img2.jpg, etc.) and shrink the PHP down to one line:</p>
<p>&lt;? php print &#8220;&#8221;; ?&gt;</p>
<p>I mean, I&#8217;m sure it was a great academic exercise for an ALA article, but Dreamhost supports inline PHP (so there&#8217;s not much point in making it external) and it&#8217;s kinda silly to be using a huge script like that for such a simple task.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User is logged in)

Served from: www.jon22.net @ 2012-02-11 06:43:09 -->
