<?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>K-Squared Ramblings &#187; Site Updates</title>
	<atom:link href="http://www.hyperborea.org/journal/archives/category/tech/site-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperborea.org/journal</link>
	<description>Sci-fi, comics, humor, photos...it&#039;s all fair game.</description>
	<lastBuildDate>Sat, 21 Nov 2009 07:49:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='www.hyperborea.org' port='80' path='/journal/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Working on a Twitter Tools Filter for #fb Tags</title>
		<link>http://www.hyperborea.org/journal/archives/2009/11/13/tt-filter/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/11/13/tt-filter/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 07:45:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/11/13/line-items-for-2009-11-13/</guid>
		<description><![CDATA[Since the normal Twitter/Facebook link stopped working, I&#8217;ve switched to Selective Twitter Status. Instead of importing all your Twitter status updates to Facebook, it only pulls in the ones that end with the hashtag #fb.  I&#8217;ve thrown together a plugin that hooks into Twitter Tools and filters out that tag when building a daily [...]]]></description>
			<content:encoded><![CDATA[<p>Since the normal Twitter/Facebook link stopped working, I&#8217;ve switched to Selective Twitter Status. Instead of importing all your Twitter status updates to Facebook, it only pulls in the ones that end with the hashtag #fb.  I&#8217;ve thrown together a plugin that hooks into Twitter Tools and filters out that tag when building a daily or weekly digest. (It was complicated by the fact that the README didn&#8217;t provide any real detail for the relevant API hook.) I tested the function outside of WordPress, then set it up to run on Thursday evening.</p>
<p>Good: It worked! Every instance of the #fb tag was removed, and everything else stayed.<br />
Bad: Twitter Tools posted four copies of the digest.</p>
<p>Well, Twitter Tools does that sometimes.  I&#8217;ll frequently see it post 2 or even 3 copies, and while I&#8217;ve determined it&#8217;s not related to WP Super-Cache, I haven&#8217;t gotten around to seriously debugging it.  So I don&#8217;t know if it has anything to do with my plugin.  Actually, it probably doesn&#8217;t, since it runs <em>within</em> the digest-building code.</p>
<p>For what it&#8217;s worth, Friday posted only two copies of the digest. I only found one item worth saving, though. (Well, two, but I expanded the other one into this post.)</p>
<p>I guess it still needs some testing. When I&#8217;m sure it&#8217;s working properly, I&#8217;ll post the code.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/11/13/tt-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweet Cleanup in Progress</title>
		<link>http://www.hyperborea.org/journal/archives/2009/08/27/tweet-cleanup/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/08/27/tweet-cleanup/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 03:48:16 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=4995</guid>
		<description><![CDATA[Following through on my thoughts on blogging with Twitter, I&#8217;ve started going through and cleaning up the imported Twitter digests made over the past 10 months.  Some of the things I&#8217;m doing:

Rewriting titles to be more meaningful than &#8220;Line Items for YYYY-MM-DD&#8221;
Rewriting post slugs for the same reason.  (WordPress will remember the old [...]]]></description>
			<content:encoded><![CDATA[<p>Following through on my <a href="http://www.hyperborea.org/journal/archives/2009/08/16/rethinking-twitterblog/">thoughts on blogging with Twitter</a>, I&#8217;ve started going through and cleaning up the imported Twitter digests made over the past 10 months.  Some of the things I&#8217;m doing:</p>
<ul>
<li>Rewriting titles to be more meaningful than &#8220;Line Items for YYYY-MM-DD&#8221;</li>
<li>Rewriting post slugs for the same reason.  (WordPress will remember the old URL and redirect it, so it won&#8217;t break incoming links.)</li>
<li>Adding tags and categories</li>
<li>Reformatting single-item lists as very short posts.</li>
<li>Reformatting links and expanding shortened URLs (which I&#8217;ve been doing for a while now).</li>
<li>Pulling the &#8220;Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a>&#8221; link from the shortest posts, generally those with only one or two items, so that it doesn&#8217;t end up dominating the related-posts data.</li>
<li>Removing redundant items. No need to keep, for instance, a link to an article when it&#8217;s followed by a post with detailed commentary on the same article. Or a link to a phone photo that&#8217;s followed by a post embedding the same photo, or one of the same subject taken with a better camera.</li>
<li>Removing really trivial items.  Though I&#8217;m not always sure where to draw the line.</li>
<li>Fixing, replacing, or just dropping dead links.</li>
<li><b>Update:</b> Uploading photos to show them inline instead of linked. Especially when the original link is dead.</li>
</ul>
<p>I&#8217;ll be updating a few posts at a time for the next week or so, but it should be manageable once I&#8217;m caught up.</p>
<p>Meanwhile, I&#8217;ve separated my LiveJournal from my Twitter account. There&#8217;s no sense in maintaining <b>two</b> archives of ephemera, so I&#8217;ve decluttered my LJ: Any &#8220;Line Items&#8221; that didn&#8217;t have comments are gone, and the few that did now have proper titles, tags, userpics, etc.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/08/27/tweet-cleanup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash 500</title>
		<link>http://www.hyperborea.org/journal/archives/2009/05/29/flash-500/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/05/29/flash-500/#comments</comments>
		<pubDate>Sat, 30 May 2009 06:30:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[alcohol]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[drinks]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/05/29/line-items-for-2009-05-29/</guid>
		<description><![CDATA[Over at Speed Force: 500th post and a Flash drink #
Copyright &#169; 2009 Kelson Vibber and/or Katherine Foreman. This feed is for personal, non-commercial use only.  The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your [...]]]></description>
			<content:encoded><![CDATA[<p>Over at Speed Force: <a href="http://speedforce.org/2009/05/flash-500/">500th post and a Flash drink</a> <a href="http://twitter.com/KelsonV/statuses/1957096127" class="aktt_tweet_time">#</a></p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/05/29/flash-500/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Banner Update</title>
		<link>http://www.hyperborea.org/journal/archives/2009/03/12/banner-update/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/03/12/banner-update/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 06:30:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/03/12/line-items-for-2009-03-12/</guid>
		<description><![CDATA[Finally updated blog banner to something that was actually taken in the same state (old one was Hawaii) #
Copyright &#169; 2009 Kelson Vibber and/or Katherine Foreman. This feed is for personal, non-commercial use only.  The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin. [...]]]></description>
			<content:encoded><![CDATA[<p>Finally updated blog banner to something that was actually taken in the same state (old one was Hawaii) <a href="http://twitter.com/KelsonV/statuses/1314912443" class="aktt_tweet_time">#</a></p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/03/12/banner-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please Check This Site on Your Phone!</title>
		<link>http://www.hyperborea.org/journal/archives/2009/02/11/mobile-test-request/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/02/11/mobile-test-request/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 20:29:08 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=3639</guid>
		<description><![CDATA[A quick request, if I may: If you have a web-capable cell phone, would you please try to view this blog in it and let me know how it appears? I&#8217;m testing some plugins that should optimize the page for desktop, low-end mobile, and high-end mobile devices.
Please look at the main page and at least [...]]]></description>
			<content:encoded><![CDATA[<p>A quick request, if I may: If you have a <strong>web-capable cell phone</strong>, would you please try to view this blog in it and <strong>let me know how it appears</strong>? I&#8217;m testing some plugins that should optimize the page for desktop, low-end mobile, and high-end mobile devices.</p>
<p>Please look at the <strong>main page and at least one post</strong>, then leave a comment below (still on the phone if you can) with the following:</p>
<ul>
<li><strong>What phone</strong> are you using? (RAZR, iPhone, etc. Specific model if you know it)</li>
<li><strong>Can you load the site at all?</strong> (If not, what error do you get?)</li>
<li>Does it look like..
<ol type="a">
<li><strong>The desktop version</strong> of the site (photo banner across top, full sidebar, complete posts on front page)</li>
<li><strong>A bare-bones page</strong> (plain background, mostly text, headlines only on main page, &#8220;Powered by Wordpress. <strong>WordPress Mobile Edition</strong>&#8221; listed at the bottom of the page)</li>
<li><strong>A sleeker-looking list</strong> (grayish background, each post headline in a white rectangle, calendar image next to each headline, headlines on main page that expand to excerpts, dark banner across top, &#8220;Powered by WordPress with <strong>WPtouch</strong>&#8221; listed in footer)</li>
</ol>
</li>
<li><strong>Are you using the built-in web browser</strong>, or something you installed (<a href="http://operamini.com/">Opera Mini</a>, for example)?</li>
<li><strong>Did anything not work?</strong></li>
</ul>
<p><strong>If you can&#8217;t post a comment</strong>, please try one of the following:</p>
<ul>
<li>Bring up the site on your computer to leave the comment.</li>
<li>Send me a Twitter direct message to <a href="http://twitter.com/KelsonV"><strong>@KelsonV</strong></a>.</li>
<li>Email me at <strong>kelson&nbsp;-&nbsp;[at]&nbsp;-&nbsp;pobox&nbsp;-&nbsp;[dot]&nbsp;-&nbsp;com</strong>.</li>
</ul>
<p>I&#8217;m mainly trying to make sure that the detection code is working right, since I&#8217;ve got 3 different plugins (<a href="http://www.bravenewcode.com/wptouch/">WPTouch</a>, <a href="http://alexking.org/projects/wordpress">WordPress Mobile Edition</a> and <a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a>) working together to manage it.</p>
<p>Thanks in advance!</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/02/11/mobile-test-request/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Running on WordPress 2.7 Final</title>
		<link>http://www.hyperborea.org/journal/archives/2008/12/10/wp-27/</link>
		<comments>http://www.hyperborea.org/journal/archives/2008/12/10/wp-27/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 05:01:39 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=3359</guid>
		<description><![CDATA[I have now updated this blog (and Speed Force) to WordPress 2.7 Final &#8212; using the built-in updater.  It takes a while, but it&#8217;s entirely automated once I tell it &#8220;Install&#8221; and enter my FTP info.
The built-in plugin installer is very convenient as well.
The Flash 10 upload bug is fixed!
As with Speed Force, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>I have now updated this blog (and <a href="http://speedforce.org/">Speed Force</a>) to <a href="http://wordpress.org/development/2008/12/coltrane/">WordPress 2.7 Final</a> &#8212; using the built-in updater.  It takes a while, but it&#8217;s entirely automated once I tell it &#8220;Install&#8221; and enter my FTP info.</p>
<p>The built-in plugin installer is very convenient as well.</p>
<p>The <a href="http://www.hyperborea.org/journal/archives/2008/10/16/flash-10-wp-upload/">Flash 10 upload bug</a> is fixed!</p>
<p>As with Speed Force, I&#8217;ve dropped the plugin I was using for avatars in favor of the built-in feature.  It still generates <a href="http://www.shamusyoung.com/twentysidedtale/?p=1462">Wavatars</a> for those of you who leave your email address but don&#8217;t have <a href="http://gravatar.com/">Gravatars</a>, but it seems to generate them differently, so you get a new and different monster.</p>
<p>All my plugins work as far as I can tell (official <a href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.7">plugin compatibility</a> list), but there are a <em>couple</em> of glitches:</p>
<p>WP-Super-Cache doesn&#8217;t seem to be deleting expired pages on schedule.  And the spot for the convenient clear-cache-now buttons for that and WP Widget Cache doesn&#8217;t exist anymore, so if I do need to clear them out I need to go to the plugin&#8217;s settings page &#8212; which is what I had to do until a month ago anyway, so no big deal.</p>
<p>Also, Twitter Tools doesn&#8217;t seem to be able to pre-check the &#8220;Notify Twitter about this post&#8221; checkbox.  But the important stuff works.</p>
<p>I&#8217;m still getting used to the new admin layout, but the only thing that really bugs me is there doesn&#8217;t seem to be a quick way to get to scheduled posts from the dashboard.</p>
<p>Other than that, so far so good.  As always, let me know if anything seems broken.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2008/12/10/wp-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jumped to WordPress 2.7</title>
		<link>http://www.hyperborea.org/journal/archives/2008/12/05/jumped-to-wordpress-27/</link>
		<comments>http://www.hyperborea.org/journal/archives/2008/12/05/jumped-to-wordpress-27/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 18:24:54 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2008/12/05/jumped-to-wordpress-27/</guid>
		<description><![CDATA[Figured I&#8217;d give WordPress 2.7 RC1 a shot. Probably should have waited for the final release, but I figure if they&#8217;re confident enough to roll it out on WordPress.com, I might as well try it.  Plugin Compatibility seems decent.
As usual, let me know if you see any weirdness.
Copyright &#169; 2009 Kelson Vibber and/or Katherine [...]]]></description>
			<content:encoded><![CDATA[<p>Figured I&#8217;d give <a href="http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/">WordPress 2.7 RC1</a> a shot. Probably should have waited for the final release, but I figure if they&#8217;re confident enough to roll it out on WordPress.com, I might as well try it.  <a href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.7">Plugin Compatibility</a> seems decent.</p>
<p>As usual, let me know if you see any weirdness.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2008/12/05/jumped-to-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That Welcome Message (WordPress Greet Box Plugin)</title>
		<link>http://www.hyperborea.org/journal/archives/2008/12/02/welcome-message/</link>
		<comments>http://www.hyperborea.org/journal/archives/2008/12/02/welcome-message/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 18:26:22 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=3201</guid>
		<description><![CDATA[I&#8217;ve been trying out something new here and at Speed Force over the last two weeks: a customized welcome message to readers who come in from certain web services, particularly social networks where I&#8217;m also set up.  Twitter users see a link to my Twitter profile, for instance, and LiveJournal users see a link [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying out something new here and at <a href="http://speedforce.org/">Speed Force</a> over the last two weeks: a customized welcome message to readers who come in from certain web services, particularly social networks where I&#8217;m also set up.  <a href="http://twitter.com/">Twitter</a> users see a link to <a href="http://twitter.com/KelsonV">my Twitter profile</a>, for instance, and <a href="http://www.livejournal.com/">LiveJournal</a> users see a link to the <a href="http://syndicated.livejournal.com/ksquaredramblin/">syndication feed</a> for this blog.  In theory, it should only show you the welcome box once (or once a week at the most), depending on whether you allow cookies.</p>
<p>I&#8217;d actually tried out a similar idea when I first launched Speed Force this summer, but the implementation I used did all the processing on the server, so it wasn&#8217;t compatible with caching.  (It also only detected two built-in sites and one custom site, and I didn&#8217;t feel like hacking it up to add more.)</p>
<p>So when Weblog Tools Collection <a href="http://weblogtoolscollection.com/archives/2008/11/13/wordpress-plugin-releases-for-1113-2/">mentioned a new plugin</a> called <a href="http://www.phoenixheart.net/2008/11/referrer-detector/">Referrer Detector</a>, I figured I&#8217;d give it a whirl.  It didn&#8217;t quite work right with my setup at the time.  I fixed the bugs I could, and reported the issues to the author, then tried out a similar plugin &#8212; which, as it turned out, had inspired him to write his own &#8212; called <a href="http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/"><strong>WP Greet Box</strong></a>.  It also had a few hiccups, and again I reported the issues I&#8217;d encountered.  Both plugins went into a period of heavy development over the next few days.</p>
<p><strong>I&#8217;ve settled on WP Greet Box</strong>, which seems to be more flexible than Referrer Detector (though the latter seems to be <a href="http://www.dailyblogtips.com/referrer-detector-wordpress-plugin/">getting more attention</a>).  The author has also been very responsive to both problems and suggestions.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2008/12/02/welcome-message/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Twittering</title>
		<link>http://www.hyperborea.org/journal/archives/2008/10/23/twittering/</link>
		<comments>http://www.hyperborea.org/journal/archives/2008/10/23/twittering/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 01:46:16 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2961</guid>
		<description><![CDATA[I&#8217;ve been using Twitter for a couple of weeks as an additional update channel and sort of an adjunct to my blog, Speed Force (you can follow it at SpeedForceOrg), and I&#8217;ve actually realized that yes, there is a point to it.  It&#8217;s good for the random thought that only takes a sentence or [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://twitter.com/">Twitter</a> for a couple of weeks as an additional update channel and sort of an adjunct to my blog, <a href="http://speedforce.org/">Speed Force</a> (you can follow it at <a href="http://twitter.com/SpeedForceOrg">SpeedForceOrg</a>), and I&#8217;ve actually realized that yes, there is a point to it.  It&#8217;s good for the random thought that only takes a sentence or two, but seems like it doesn&#8217;t quite warrant a full blog post.</p>
<p>So I&#8217;ve added a second account for general stuff, (i.e. not just comics &#038; Flash) as an experiment, at <a href="http://twitter.com/KelsonV"><strong>KelsonV</strong></a>, and I&#8217;m tying it to this blog using Alex King&#8217;s <a href="http://alexking.org/projects/wordpress">Twitter Tools</a>.  Let&#8217;s see how this works out&#8230;</p>
<p><b>Update:</b> Okay, so I&#8217;ve got K2R announcing posts to Twitter.  I&#8217;ve got Twitter feeding to Facebook using the Twitter app on Facebook.  And I&#8217;m building daily digests on K2R using Twitter Tools (which is supposed to handle loops) and to LiveJournal using <a href="http://www.loudtwitter.com/">LoudTwitter</a> (thanks, <a href="http://andrea-wot.livejournal.com/">andrea_wot</a>).</p>
<p>I looked at <a href="http://ping.fm/">ping.fm</a> per rialtus&#8217;s suggestion, but from what little I can see without signing up, it only does instant updates, and it looks like it&#8217;s push only &#8212; i.e., I&#8217;d post to ping.fm and it would go out to Twitter, LJ, Myspace, Facebook, etc., but I&#8217;d still need something else to pull blog headlines.</p>
<p>So, if I&#8217;ve got all this set up right:</p>
<p>Twitter &rarr; Facebook<br />
Twitter &rarr; LJ Daily Digest<br />
Twitter &rarr; K2R Daily Digest (except for stuff that came <em>from</em> K2R)<br />
K2R Headlines &rarr; Twitter<br />
K2R Headlines &rarr; Twitter &rarr; Facebook<br />
K2R Headlines &rarr; Twitter &rarr; LJ Daily Digest</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2008/10/23/twittering/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Six Years</title>
		<link>http://www.hyperborea.org/journal/archives/2008/10/12/six-years/</link>
		<comments>http://www.hyperborea.org/journal/archives/2008/10/12/six-years/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 22:15:16 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[anniversary]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2921</guid>
		<description><![CDATA[I was just commenting on The Comic Treadmill&#8217;s 5-year anniversary, and I realized: K-Squared Ramblings turned six last month.  (September 14, to be exact.)  I&#8217;ve been so busy with Speed Force that I haven&#8217;t posted much here, and didn&#8217;t even notice the milestone.

Let&#8217;s run the numbers:

 6 years and not-quite 1 month
 1708 [...]]]></description>
			<content:encoded><![CDATA[<p>I was just commenting on <a href="http://www.comictreadmill.com/">The Comic Treadmill&#8217;s</a> <a href="http://www.comictreadmill.com/CTMBlogarchives/2008/2008_Individual/2008_10/001815.php">5-year anniversary</a>, and I realized: K-Squared Ramblings turned six last month.  (September 14, to be exact.)  I&#8217;ve been so busy with <a href="http://speedforce.org/">Speed Force</a> that I haven&#8217;t posted much here, and didn&#8217;t even notice the milestone.</p>
<p><img class="aligncenter size-full wp-image-2922" title="Number Six from Battlestar Galactica and The Prisoner" src="http://www.hyperborea.org/journal/wp-content/uploads/2008/10/sixes.jpg" alt="" width="404" height="300" /></p>
<p>Let&#8217;s run the numbers:</p>
<ul>
<li> 6 years and not-quite 1 month</li>
<li> 1708 posts including this one</li>
<li> 2,863 comments including pingbacks and replies</li>
<li>52 categories</li>
<li>9 <a href="http://www.hyperborea.org/cons.html">convention reports</a> (6 San Diego Comic Cons, 2 Wizard World LA, 1 WonderCon)</li>
</ul>
<p>Top-viewed posts for the year:</p>
<ul>
<li><a href="/journal/archives/2003/07/20/comic-con/">Comic Con! (2003)</a> &#8211; thanks to Google Image search and the Joker and Harley Quinn pictures.</li>
<li><a href="/journal/archives/2004/03/15/songs-not-to-play-at-a-wedding/">Songs Not to Play at a Wedding</a> &#8211; thanks people looking for <em>recommended</em> wedding songs and the occasional StumbleUpon round.</li>
<li><a href="/journal/archives/2002/11/23/creative-computer-names/">Creative Computer Names</a> &#8211; for some reason people like to search for the phrase &#8220;computer names&#8221; a lot.</li>
<li><a href="/journal/archives/2004/08/08/philosophy-of-time-travel/">Philosophy of Time Travel</a> &#8211; It seems like everyone who sees <i>Donnie Darko</i> decides to look up the book title, and they all seem to land here.</li>
<li><a href="/journal/archives/2007/05/28/victimized-hero/">Victimized Hero</a> &#8211; mostly people looking for the <a href="http://www.comics.org/issue/249193/cover/4/" title="Flash v.2 #219">Flash/Wonder Woman bondage cover</a> (or just &#8220;wonder woman tied up&#8221;).  Never underestimate the power of <a href="http://www.urbandictionary.com/define.php?term=Rule+36">Rule 36</a>.</li>
</ul>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2008/10/12/six-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP 2.6</title>
		<link>http://www.hyperborea.org/journal/archives/2008/07/14/wp-26/</link>
		<comments>http://www.hyperborea.org/journal/archives/2008/07/14/wp-26/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 06:37:51 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2549</guid>
		<description><![CDATA[I just upgraded this site to WordPress 2.6.  I probably should have held off a bit, but there were some things I really wanted to be able to use, like the new Gears support, version history on posts, Opera-related fixes (too bad Gears doesn&#8217;t work with Opera yet), and improved image management.  And [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded this site to <a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">WordPress 2.6</a>.  I probably should have held off a bit, but there were some things I really wanted to be able to use, like the new Gears support, version history on posts, Opera-related fixes (too bad Gears doesn&#8217;t work with Opera yet), and improved image management.  And the theme and plugin APIs are supposed to be &#8220;pretty much identical,&#8221; so there wouldn&#8217;t be much risk of breaking anything.</p>
<p>Call it an impulse. <img src='http://www.hyperborea.org/journal/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>Fun facts from the Dashboard: This is the 1,649th post on K-Squared Ramblings.  Hard to believe.  Also: there are currently 2,744 comments.  Admittedly that includes local pingbacks, but still, that&#8217;s a heck of a lot of comments!</p>
<p>Judging by the comment IDs, roughly 40,000 spam comments have been deleted since this blog went online.  Fortunately, most of those are handled automatically by <a href="http://unknowngenius.com/blog/wordpress/spam-karma/">Spam Karma</a>.  And just think, that&#8217;s not counting however many <a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> blocks before they even get processed!</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2008/07/14/wp-26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Busy</title>
		<link>http://www.hyperborea.org/journal/archives/2008/07/11/busy/</link>
		<comments>http://www.hyperborea.org/journal/archives/2008/07/11/busy/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 18:24:43 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2546</guid>
		<description><![CDATA[Sorry things have been sparse around here lately.  I&#8217;ve been focusing on Speed Force, trying to make sure it gets solidly established.
I&#8217;ve got a backlog of photoposts to make, plus a bunch of drafts that I should probably dust off and finish.  So there should be some new stuff coming soon.
Copyright &#169; 2009 [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry things have been sparse around here lately.  I&#8217;ve been focusing on <a href="http://speedforce.org/">Speed Force</a>, trying to make sure it gets solidly established.</p>
<p>I&#8217;ve got a backlog of photoposts to make, plus a bunch of drafts that I should probably dust off and finish.  So there should be some new stuff coming soon.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2008/07/11/busy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing SpeedForce.org!</title>
		<link>http://www.hyperborea.org/journal/archives/2008/06/15/announcing-speedforce/</link>
		<comments>http://www.hyperborea.org/journal/archives/2008/06/15/announcing-speedforce/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 02:48:34 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2504</guid>
		<description><![CDATA[I&#8217;ve just launched SpeedForce.org, a companion blog to the website, Flash: Those Who Ride the Lightning.
Since I started adding news items to the front page of Ride the Lightning, it&#8217;s started to get a bit crowded.  I thought about converting it to a del.icio.us feed, but then I realized it really ought to be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://speedforce.org/"><img class="alignright" width="219" height="275" src="http://www.hyperborea.org/flash/images/bart-flash-kerschl.png" alt="Bart Allen as the Flash"/></a>I&#8217;ve just launched <a href="http://speedforce.org/">SpeedForce.org</a>, a companion blog to the website, <a href="http://www.hyperborea.org/flash/">Flash: Those Who Ride the Lightning</a>.</p>
<p>Since I started adding news items to the front page of Ride the Lightning, it&#8217;s started to get a bit crowded.  I thought about converting it to a del.icio.us feed, but then I realized it really ought to be a blog.  There hasn&#8217;t been a major Flash-focused blog out there since <a href="http://thefastestmanalive.blogspot.com/">Crimson Lightning</a> shut down, so I figured I&#8217;d step in and fill the gap.  And I could use the domain I <a href="http://www.hyperborea.org/journal/archives/2007/09/29/speed-force/">picked up last year</a>!</p>
<p>I&#8217;ll be posting Flash-related news there, including a weekly round-up of Flash comics, as well as articles that might not fit into the existing site structure, and (eventually) reviews as well. Some stuff that I would have posted here will end up on the new site.  Certainly Flash news, but I may start shifting more comics-related commentary over there as well.</p>
<p>I&#8217;ll be refining the look and features over the next couple of weeks, and cross-linking it more into Ride the Lightning.  I might keep the current theme with a few tweaks, or I might try to match Ride the Lightning, or I might build something else entirely.</p>
<p>So please, check it out and let me know what you think!  I&#8217;m open to suggestions as to content, design, etc.  And of course bug reports.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2008/06/15/announcing-speedforce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avatars!</title>
		<link>http://www.hyperborea.org/journal/archives/2008/04/16/avatars/</link>
		<comments>http://www.hyperborea.org/journal/archives/2008/04/16/avatars/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 04:02:13 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[identicon]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2440</guid>
		<description><![CDATA[Since Gravatar was bought by Automattic, the service has been a lot more stable.  I had already re-enabled them on this blog before WordPress 2.5 came out with built-in Gravatar* support.
Not everyone has a Gravatar, though, so many comment threads just show the default icon, over and over.  Not only does this look [...]]]></description>
			<content:encoded><![CDATA[<p>Since <a href="http://gravatar.com/">Gravatar</a> was bought by Automattic, the service has been a <em>lot</em> more stable.  I had already re-enabled them on this blog before WordPress 2.5 came out with built-in Gravatar* support.</p>
<p>Not everyone has a Gravatar, though, so many comment threads just show the default icon, over and over.  Not only does this look boring, but it misses out on the whole point of using an avatar: providing an easy at-a-glance visual distinction between each author.</p>
<p>When I <a href="http://www.hyperborea.org/journal/archives/2004/08/19/gravatars/">first used Gravatars</a> on this site, I set it up to use a giant first initial as a fallback. Now, I&#8217;ve been trying out two plugins that will automatically generate avatars for people who don&#8217;t have their own:</p>
<ul>
<li><a href="http://www.shamusyoung.com/twentysidedtale/?p=1462"><strong>Wavatars</strong></a> builds up cartoony faces using geometric shapes. Interestingly, it&#8217;s by Shamus Young, author of the screencap-based webcomic <a href="http://www.shamusyoung.com/twentysidedtale/?cat=14">DM of the Rings</a> and writer of Chainmail Bikini.</li>
<li><a href="http://scott.sherrillmix.com/blog/blogger/wp_identicon/"><strong>WP_Identicon</strong></a> sounds like a Transformers faction, but produces a geometric pattern as inspired by Don Park&#8217;s <a href="http://en.wikipedia.org/wiki/Identicon">Identicon</a>, <!-- http://www.docuverse.com/blog/donpark/2007/01/18/visual-security-9-block-ip-identification --> which built a similar image based on a visitor&#8217;s IP address.  The same author also has one that <a href="http://scott.sherrillmix.com/blog/blogger/wp_monsterid/">generates cartoon monsters</a>, which appears to be one of the earliest implementations of this concept.</li>
</ul>
<p>These plugins will use a Gravatar if available, or else generate an image based on the commenter&#8217;s email address (if supplied).  That means each comment by the same person should use the same image.  Other blogs using the same plugins at default settings will come up with the same avatar for each commenter, as well.  The images are stored in a cache, so each only has to be generated once.</p>
<p><img class="aligncenter size-full wp-image-2442" title="Wavatars and Identicons" src="http://www.hyperborea.org/journal/wp-content/uploads/2008/04/wavatars-and-identicons.png" alt="6 Wavatars to the left, 6 Identicons to the right" width="285" height="95" /></p>
<p>Once I made sure both plugins worked, I showed the results to Katie.  We ended up settling on Wavatars, since faces are easier to recognize than patterns.  (Though the patterns are really cool!)</p>
<p>You can try out the automatic avatar by leaving a (relevant, please!) comment on any post.  Or you can run over to <a href="http://gravatar.com/">Gravatar</a> and set up an icon of your choice!</p>
<p><small><strong>*What&#8217;s a Gravatar?</strong> The intent is to be a <strong>G</strong>lobally <strong>R</strong>ecognized Avatar.  You upload an image to Gravatar and associate it with your email address.  Then any site with Gravatar support will be able to display your image next to your posts.  Right now it&#8217;s mostly used in blog comments, but it could easily be worked into forums, wikis, etc.  The <a href="http://blog.gravatar.com/">Gravatar Blog</a> mentions other uses they&#8217;ve seen people apply it to, such as plugins for Thunderbird and the Mac OS X Address Book</small></p>
<p><small><strong>Note:</strong> I did notice one important drawback to the WP_Identicon plugin: it&#8217;s very inefficient at generating the images.  When I first visited posts with long comment threads, like <a href="http://www.hyperborea.org/journal/archives/2003/01/08/another-one-bites-the-dust/">Another One Bites the Dust</a> (174 comments) and <a href="http://www.hyperborea.org/journal/archives/2004/03/15/songs-not-to-play-at-a-wedding/">Songs Not to Play at a Wedding</a> (87 comments), WP_Identicon took over a minute to generate all the icons and maxed out the server&#8217;s CPU.  Sure, the images are cached, so it&#8217;s only really an issue when you first install the plugin (unless you get a lot more people commenting at once than we do here), but to compare, Wavatar on an empty cache finished the same posts in just 4 seconds and 2 seconds, respectively.</small></p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2008/04/16/avatars/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Upgraded to WordPress 2.5</title>
		<link>http://www.hyperborea.org/journal/archives/2008/03/29/wp25/</link>
		<comments>http://www.hyperborea.org/journal/archives/2008/03/29/wp25/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 18:17:14 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2398</guid>
		<description><![CDATA[I&#8217;ve upgraded to the just-released WordPress 2.5.  The new admin interface is very nice, especially the ability to upload more than one image at a time (though I think they might want to test uploading a single picture a bit more [edit: Maybe it's specific to Firefox&#160;3&#160;beta&#160;4---on uploading one image, it shows the control [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve upgraded to the just-released <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress 2.5</a>.  The new admin interface is <em>very</em> nice, especially the ability to upload more than one image at a time (though I think they might want to test uploading a <em>single</em> picture a bit more [edit: Maybe it's specific to Firefox&nbsp;3&nbsp;beta&nbsp;4---on uploading one image, it shows the control panel three times instead of just once.] [edit2: Maybe it's on the Firefox beta, but the Linux version of Flash Player.  It works just fine on the same version of Firefox on the Mac.] [edit3: It's definitely the Linux Flash Player; I tried it with Opera on Linux and had the same problem.]).</p>
<p>I&#8217;ve adapted my theme to use new <a href="http://boren.nu/archives/2008/03/04/avatars-in-wordpress-25/">built-in support</a> for <a href="http://gravatar.com/">Gravatar</a> and <a href="http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/">optimal titles</a> instead of the plugins I was using before.</p>
<p>All the stuff you&#8217;ll see appears to be working just fine so far.  A couple of minor glitches with some admin plugins (<a href="http://manalang.com/wp-amazon/">WP-Amazon</a> takes two clicks to show or hide instead of just one), but no biggie.</p>
<p>There was one issue during the upgrade.  I&#8217;ve been using <a href="http://neosmart.net/dl.php?id=12">XCache for WordPress</a> to improve site performance.  I was asked for the XCache admin login &#038; password during the database upgrade.  I couldn&#8217;t remember them, so I renamed object-cache.php and hit &#8220;cancel&#8221; on the password prompt, but it seems to have upgraded everything fine.</p>
<p>The one really annoying thing is that the <a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> anti-spam plugin conflicts with the new media uploader (it&#8217;s already on the <a href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.5">WordPress 2.5 Plugin Compatibility</a> list).  There are two issues.  First, &#8220;Shockwave Flash&#8221; is apparently used by spambots, so it was listed in blacklist.php (code 17f4e8c8).  Second, it seems Flash is mixing and matching HTTP&nbsp;1.0 and HTTP&nbsp;1.1.  If I remove it from the blacklist, it trips condition a0105122, which indicates an Expect header appearing in an HTTP&nbsp;1.0 request.  Removing <em>that</em> test allows it to upload, but the test catches a lot of spam&#8230;</p>
<p><strong>Edit:</strong> I tried out the visual editor again, as it was billed as “it doesn’t mess with your code anymore.” Sadly, it <strong>does</strong> mess with your code.  It disappeared an image in one post, and it still replaces semantically-neutral &lt;i&gt; tags with &lt;em&gt; tags, even when you&#8217;ve entered them manually.  &lt;em&gt; is for <em>emphasis</em>.  When you italicize a book title, you are not <em>emphasizing</em> it.  By replacing one tag with the other, <strong>it adds inaccurate semantic meaning</strong>.  This is just as incorrect as using &lt;h5&gt; to get small text instead of using it for a level-5 heading.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2008/03/29/wp25/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
