<?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"
	>
<channel>
	<title>Comments on: Improving the 404 Search</title>
	<atom:link href="http://nslog.com/2005/11/14/improving_the_404_search/feed" rel="self" type="application/rss+xml" />
	<link>http://nslog.com/2005/11/14/improving_the_404_search</link>
	<description>The Weblog of Erik J. Barzeski</description>
	<pubDate>Sat, 22 Nov 2008 17:23:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Erik J. Barzeski</title>
		<link>http://nslog.com/2005/11/14/improving_the_404_search#comment-17405</link>
		<dc:creator>Erik J. Barzeski</dc:creator>
		<pubDate>Wed, 16 Nov 2005 19:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2005/11/14/improving_the_404_search/#comment-17405</guid>
		<description>That way didn't work because it's difficult to determine the primary category. Obviously it can be done, but I don't feel like writing the JOINs and whatnot to get it done at this point.</description>
		<content:encoded><![CDATA[<p>That way didn't work because it's difficult to determine the primary category. Obviously it can be done, but I don't feel like writing the JOINs and whatnot to get it done at this point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A View from Home</title>
		<link>http://nslog.com/2005/11/14/improving_the_404_search#comment-17406</link>
		<dc:creator>A View from Home</dc:creator>
		<pubDate>Wed, 16 Nov 2005 17:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2005/11/14/improving_the_404_search/#comment-17406</guid>
		<description>&lt;strong&gt;No more useless â€œfile not foundâ€&lt;/strong&gt;

I launched this blog in January 2003 and since then have posted over 1100 entries. It's been a learning experience. I've changed the blog's file structure a few times. If you blog and you use a blogging content management system...
</description>
		<content:encoded><![CDATA[<p><strong>No more useless â€œfile not foundâ€</strong></p>
<p>I launched this blog in January 2003 and since then have posted over 1100 entries. It's been a learning experience. I've changed the blog's file structure a few times. If you blog and you use a blogging content management system...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik J. Barzeski</title>
		<link>http://nslog.com/2005/11/14/improving_the_404_search#comment-17404</link>
		<dc:creator>Erik J. Barzeski</dc:creator>
		<pubDate>Tue, 15 Nov 2005 20:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2005/11/14/improving_the_404_search/#comment-17404</guid>
		<description>Bud, that doesn't really solve the problem at all, nor is it something I'll do for several reasons. One of those is that good URLs don't change, so The Sand Trap is not getting a new URL format. Plus, it'd further strain MovableType: if there's no gain, I'll always take the faster (re)build setup. Plus, users can already "back up" a level to find the article.

The system works pretty well now and does a pretty good job of helping the user. What it doesn't do is match filenames. I just helped Judi write something that does this, though, so perhaps I'll go that route later on&#8230; Basically, it searches for basenames instead of the entry ID (as the NSLog variation does).</description>
		<content:encoded><![CDATA[<p>Bud, that doesn't really solve the problem at all, nor is it something I'll do for several reasons. One of those is that good URLs don't change, so The Sand Trap is not getting a new URL format. Plus, it'd further strain MovableType: if there's no gain, I'll always take the faster (re)build setup. Plus, users can already "back up" a level to find the article.</p>
<p>The system works pretty well now and does a pretty good job of helping the user. What it doesn't do is match filenames. I just helped Judi write something that does this, though, so perhaps I'll go that route later on&hellip; Basically, it searches for basenames instead of the entry ID (as the NSLog variation does).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bud Landry</title>
		<link>http://nslog.com/2005/11/14/improving_the_404_search#comment-17403</link>
		<dc:creator>Bud Landry</dc:creator>
		<pubDate>Tue, 15 Nov 2005 19:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2005/11/14/improving_the_404_search/#comment-17403</guid>
		<description>From the surfers point of view, a truncated URL will either pull up a complete URL I have typed before, and that my browser can often autocomplete, or send me a 404 message.

The most natural response of a surfer to a 404 message, is to backspace to the last slash in the URL, or back to the domain name if need be, and hope that rung up the ladder in the hierarchy actually resolves to an html file, an actual page, ideally with links to the article one was trying to reach with the broken URL. Which might call for more work from the webmaster.

The most common workaround I see would be for the URL to always refer to a level referring to its date of publication.

for example 

http://thesandtrap.com/archives/clubs/sneak_peak_at_taylormades_2006_new_products.php

Which wrapped in this comment box by the way, could be called

http://thesandtrap.com/archives/clubs/2005/11/11/sneak_peak_at_taylormades_2006_new_products.php

Most surfers looking for that article might backtrack to the date, and hope the article is among others posted on that date.</description>
		<content:encoded><![CDATA[<p>From the surfers point of view, a truncated URL will either pull up a complete URL I have typed before, and that my browser can often autocomplete, or send me a 404 message.</p>
<p>The most natural response of a surfer to a 404 message, is to backspace to the last slash in the URL, or back to the domain name if need be, and hope that rung up the ladder in the hierarchy actually resolves to an html file, an actual page, ideally with links to the article one was trying to reach with the broken URL. Which might call for more work from the webmaster.</p>
<p>The most common workaround I see would be for the URL to always refer to a level referring to its date of publication.</p>
<p>for example </p>
<p><a href="http://thesandtrap.com/archives/clubs/sneak_peak_at_taylormades_2006_new_products.php" >http://thesandtrap.com/archives/clubs/sneak_peak_at_taylormades_2006_new_products.php</a></p>
<p>Which wrapped in this comment box by the way, could be called</p>
<p><a href="http://thesandtrap.com/archives/clubs/2005/11/11/sneak_peak_at_taylormades_2006_new_products.php" >http://thesandtrap.com/archives/clubs/2005/11/11/sneak_peak_at_taylormades_2006_new_products.php</a></p>
<p>Most surfers looking for that article might backtrack to the date, and hope the article is among others posted on that date.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
