<?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: Targetting Relevance in Long Web Pages with the CSS :target Pseudo-Class</title>
	<atom:link href="http://maymay.net/blog/2005/03/11/css-target-relevance/feed/" rel="self" type="application/rss+xml" />
	<link>http://maymay.net/blog/2005/03/11/css-target-relevance/</link>
	<description>The brutally honest, first-person account of Meitar Moscovitz's life.</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:58:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Meitar</title>
		<link>http://maymay.net/blog/2005/03/11/css-target-relevance/comment-page-1/#comment-9367</link>
		<dc:creator>Meitar</dc:creator>
		<pubDate>Sun, 25 Dec 2005 15:31:10 +0000</pubDate>
		<guid isPermaLink="false">/?p=199#comment-9367</guid>
		<description>Hi Ross. In this entry I was discussing CSS&#8230;are you sure this was what you wanted to comment on, rather than &lt;a href=&quot;http://maymay.net/maymaymedia/blog/archives/2005/03/21/php-breadcrumb-navigation-using-url-design/&quot; rel=&quot;nofollow&quot;&gt;my post on breadcrumb navigation with PHP&lt;/a&gt;?

In either event; yes, you do need to maintain the &lt;code&gt;.htaccess&lt;/code&gt; file, but if you use any sort of &lt;a href=&quot;http://maymay.net/maymaymedia/blog/archives/2005/12/24/to-cms-or-not-to-cms/&quot; rel=&quot;nofollow&quot;&gt;simple CMS&lt;/a&gt; mechanism, the mechanism can easily automate this process. WordPress is an example of such a tool that can auotmate the writing of &lt;code&gt;.htaccess&lt;/code&gt; files.

However, if you want to use folders and subfolders, you can do that too. Use a rule such as this in your &lt;code&gt;.htaccess&lt;/code&gt;.php&lt;/code&gt;
RewriteEngine On
RewriteBase /mydirectory/
RewriteRule ^(.*)\.php$ \1


Good luck with your redesign project!</description>
		<content:encoded><![CDATA[<p>Hi Ross. In this entry I was discussing <acronym title="Cascading Style Sheets">CSS</acronym>&hellip;are you sure this was what you wanted to comment on, rather than <a href="http://maymay.net/maymaymedia/blog/archives/2005/03/21/php-breadcrumb-navigation-using-url-design/" rel="nofollow">my post on breadcrumb navigation with <acronym title="PHP Hypertext Preprocessor; an HTML-embedded scripting language">PHP</acronym></a>?</p>
<p>In either event; yes, you do need to maintain the <code>.htaccess</code> file, but if you use any sort of <a href="http://maymay.net/maymaymedia/blog/archives/2005/12/24/to-cms-or-not-to-cms/" rel="nofollow">simple <acronym title="Content Management System">CMS</acronym></a> mechanism, the mechanism can easily automate this process. WordPress is an example of such a tool that can auotmate the writing of <code>.htaccess</code> files.</p>
<p>However, if you want to use folders and subfolders, you can do that too. Use a rule such as this in your <code>.htaccess</code>.php<br />
RewriteEngine On<br />
RewriteBase /mydirectory/<br />
RewriteRule ^(.*)\.php$ \1</p>
<p>Good luck with your redesign project!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross Geoghegan</title>
		<link>http://maymay.net/blog/2005/03/11/css-target-relevance/comment-page-1/#comment-7189</link>
		<dc:creator>Ross Geoghegan</dc:creator>
		<pubDate>Sun, 03 Jul 2005 17:33:10 +0000</pubDate>
		<guid isPermaLink="false">/?p=199#comment-7189</guid>
		<description>This is near perfect implementation for a site I&#039;m redesigning. Does the Abstraction of URL mean you have to maintain the .htaccess file - I was thinking of simply using folders and subfolders - easier for staff to maintain. However how can I trip the &#039;.php&#039; off the end of the bread crumb trail?</description>
		<content:encoded><![CDATA[<p>This is near perfect implementation for a site I&#8217;m redesigning. Does the Abstraction of <acronym title="Uniform Resource Locator">URL</acronym> mean you have to maintain the .htaccess file &#8211; I was thinking of simply using folders and subfolders &#8211; easier for staff to maintain. However how can I trip the &#8216;.php&#8217; off the end of the bread crumb trail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meitar</title>
		<link>http://maymay.net/blog/2005/03/11/css-target-relevance/comment-page-1/#comment-2758</link>
		<dc:creator>Meitar</dc:creator>
		<pubDate>Sat, 12 Mar 2005 10:35:13 +0000</pubDate>
		<guid isPermaLink="false">/?p=199#comment-2758</guid>
		<description>The links still work, and the focus still changes to the proper point in the document. In other words, the technique degrades very gracefully.

However, the embedded or dynamically generated relevancy messages do not show up because of said browsers&#039; poor support for CSS. There is only way to work around that issue, which is total scripting, but this is a somewhat kludgy solution for what should be so easily maintainable via stylesheets. Possible (for the dynamic code), but not really necessary.</description>
		<content:encoded><![CDATA[<p>The links still work, and the focus still changes to the proper point in the document. In other words, the technique degrades very gracefully.</p>
<p>However, the embedded or dynamically generated relevancy messages do not show up because of said browsers&#8217; poor support for <acronym title="Cascading Style Sheets">CSS</acronym>. There is only way to work around that issue, which is total scripting, but this is a somewhat kludgy solution for what should be so easily maintainable via stylesheets. Possible (for the dynamic code), but not really necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Moscovitz</title>
		<link>http://maymay.net/blog/2005/03/11/css-target-relevance/comment-page-1/#comment-2739</link>
		<dc:creator>Nick Moscovitz</dc:creator>
		<pubDate>Sat, 12 Mar 2005 04:16:33 +0000</pubDate>
		<guid isPermaLink="false">/?p=199#comment-2739</guid>
		<description>So, on those browser which are not fully CSS2 complient your links do not show up at all -</description>
		<content:encoded><![CDATA[<p>So, on those browser which are not fully <acronym title="Cascading Style Sheets level 2">CSS2</acronym> complient your links do not show up at all -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NIck</title>
		<link>http://maymay.net/blog/2005/03/11/css-target-relevance/comment-page-1/#comment-2725</link>
		<dc:creator>NIck</dc:creator>
		<pubDate>Sat, 12 Mar 2005 01:47:52 +0000</pubDate>
		<guid isPermaLink="false">/?p=199#comment-2725</guid>
		<description>This is very good. Overcoming the linearity of reading so that it better matched the free associatiopn of thoughts is a huge undertaking. While hypertext techniques have been around for decades, none is really mimicking free association while maintaining a main thread satisfactorily. It takes EXACTLY the kind of considerations you mentioned. Please develop this a deep as you can go. There are for sure vast unexplored territories in the direction you are going. Not only with techniques, but more so conceptually, philosophically and logically. This is fascinating.</description>
		<content:encoded><![CDATA[<p>This is very good. Overcoming the linearity of reading so that it better matched the free associatiopn of thoughts is a huge undertaking. While hypertext techniques have been around for decades, none is really mimicking free association while maintaining a main thread satisfactorily. It takes EXACTLY the kind of considerations you mentioned. Please develop this a deep as you can go. There are for sure vast unexplored territories in the direction you are going. Not only with techniques, but more so conceptually, philosophically and logically. This is fascinating.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
