<?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: CSS signatures on every site</title>
	<atom:link href="http://www.kryogenix.org/days/2005/01/22/signatures/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2005/01/22/signatures</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Thu, 24 Jul 2008 01:52:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Pat Erley</title>
		<link>http://www.kryogenix.org/days/2005/01/22/signatures#comment-4516</link>
		<dc:creator>Pat Erley</dc:creator>
		<pubDate>Fri, 02 Dec 2005 19:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/01/22/signatures/#comment-4516</guid>
		<description>This adds ip- to the id so that you can use this on local and/or ip only hosts.

Ids can't start with a number (in mozilla / firefox), so this solves that.

(function() {
	var ValidChars = "0123456789";
    if (document.body &#38;&#38; document.body.id == '')
	 if (ValidChars.indexOf(location.host.charAt(0)) &#62; -1)
	 {
		document.body.id = 'ip-' + location.host.replace(/\./g,'-').toLowerCase();
	 } else {
	    document.body.id = location.host.replace(/\./g,'-').toLowerCase();
	 }
})();</description>
		<content:encoded><![CDATA[<p>This adds ip- to the id so that you can use this on local and/or ip only hosts.</p>
<p>Ids can&#8217;t start with a number (in mozilla / firefox), so this solves that.</p>
<p>(function() {<br />
	var ValidChars = &#8220;0123456789&#8243;;<br />
    if (document.body &amp;&amp; document.body.id == &#8221;)<br />
	 if (ValidChars.indexOf(location.host.charAt(0)) &gt; -1)<br />
	 {<br />
		document.body.id = &#8216;ip-&#8217; + location.host.replace(/\./g,&#8217;-').toLowerCase();<br />
	 } else {<br />
	    document.body.id = location.host.replace(/\./g,&#8217;-').toLowerCase();<br />
	 }<br />
})();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Senji</title>
		<link>http://www.kryogenix.org/days/2005/01/22/signatures#comment-839</link>
		<dc:creator>Senji</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/01/22/signatures/#comment-839</guid>
		<description>&lt;p&gt;That&#8217;s a remarkably good idea.  I must remember to look at it when I get to work (don&#8217;t have Firefox at home yet).&lt;/p&gt;

	&lt;p&gt;Hmm, and your comments preview thing is working better than before&#8230; :-)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>That&#8217;s a remarkably good idea.  I must remember to look at it when I get to work (don&#8217;t have Firefox at home yet).</p>
<p>Hmm, and your comments preview thing is working better than before&#8230; :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Wilson</title>
		<link>http://www.kryogenix.org/days/2005/01/22/signatures#comment-840</link>
		<dc:creator>Phil Wilson</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/01/22/signatures/#comment-840</guid>
		<description>&lt;p&gt;If you hadn&#8217;t seen it before &lt;a href="http://extensionroom.mozdev.org/more-info/uriid"&gt;URIid&lt;/a&gt; has been out for more than six months and effectively does the same thing.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>If you hadn&#8217;t seen it before <a href="http://extensionroom.mozdev.org/more-info/uriid">URIid</a> has been out for more than six months and effectively does the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2005/01/22/signatures#comment-841</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/01/22/signatures/#comment-841</guid>
		<description>&lt;p&gt;Senji: that&#8217;d be because I fixed it ;)&lt;/p&gt;

	&lt;p&gt;Phil: ah, didn&#8217;t know about URIid. Of course, a GreaseMonkey user script is about forty times easier to write than a whole extension, which is why GreaseMonkey is such a good thing&#8230;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Senji: that&#8217;d be because I fixed it ;)</p>
<p>Phil: ah, didn&#8217;t know about URIid. Of course, a GreaseMonkey user script is about forty times easier to write than a whole extension, which is why GreaseMonkey is such a good thing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jiu</title>
		<link>http://www.kryogenix.org/days/2005/01/22/signatures#comment-842</link>
		<dc:creator>jiu</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/01/22/signatures/#comment-842</guid>
		<description>&lt;p&gt;Could you make it assign the url of http://kryogenix.org to www&#x2d;kryogenix&#x2d;org instead of just kryogenix&#x2d;org like syntax too?&lt;br /&gt;
Of course the subdomain should not be handled like this.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Could you make it assign the url of <a href="http://kryogenix.org" rel="nofollow">http://kryogenix.org</a> to www&#x2d;kryogenix&#x2d;org instead of just kryogenix&#x2d;org like syntax too?<br />
Of course the subdomain should not be handled like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2005/01/22/signatures#comment-843</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/01/22/signatures/#comment-843</guid>
		<description>&lt;p&gt;jiu: not sure I understand the question? Could you explain in a bit more detail what you want?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>jiu: not sure I understand the question? Could you explain in a bit more detail what you want?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Dunck</title>
		<link>http://www.kryogenix.org/days/2005/01/22/signatures#comment-844</link>
		<dc:creator>Jeremy Dunck</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/01/22/signatures/#comment-844</guid>
		<description>&lt;p&gt;Stuart, thanks for the contribution to the growing list of useful user scripts.  I agree that leaving &lt;span class="caps"&gt;CSS&lt;/span&gt;-possible things up to &lt;span class="caps"&gt;CSS&lt;/span&gt; is a Good Thing.&lt;/p&gt;

	&lt;p&gt;I will note that installing a &#8220;Fix &lt;span class="caps"&gt;CNN&lt;/span&gt;&#8221; user script is decidedly easier for the general user than writing a custom user &lt;span class="caps"&gt;CSS&lt;/span&gt; file, though.&lt;/p&gt;

	&lt;p&gt;&lt;a href="http://simon.incutio.com"&gt;Simon&lt;/a&gt; and I had talked about making an extension explicitly for easily sharing user &lt;span class="caps"&gt;CSS&lt;/span&gt; for popular sites; Greasemonkey is basically the same thought for JS.&lt;br /&gt;
I don&#8217;t know why the idea never occurred to me, but I&#8217;m very happy for it.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Stuart, thanks for the contribution to the growing list of useful user scripts.  I agree that leaving <span class="caps">CSS</span>-possible things up to <span class="caps">CSS</span> is a Good Thing.</p>
<p>I will note that installing a &#8220;Fix <span class="caps">CNN</span>&#8221; user script is decidedly easier for the general user than writing a custom user <span class="caps">CSS</span> file, though.</p>
<p><a href="http://simon.incutio.com">Simon</a> and I had talked about making an extension explicitly for easily sharing user <span class="caps">CSS</span> for popular sites; Greasemonkey is basically the same thought for JS.<br />
I don&#8217;t know why the idea never occurred to me, but I&#8217;m very happy for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2005/01/22/signatures#comment-845</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/01/22/signatures/#comment-845</guid>
		<description>&lt;p&gt;Jeremy: yep. I remember Simon&#8217;s original post on sharing &lt;span class="caps"&gt;CSS&lt;/span&gt; fixes for websites (and was part of it iirc, as well :)) I&#8217;ve got a few more thoughts on stuff to do with GM, just as soon as I get five minutes to write them down!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Jeremy: yep. I remember Simon&#8217;s original post on sharing <span class="caps">CSS</span> fixes for websites (and was part of it iirc, as well :)) I&#8217;ve got a few more thoughts on stuff to do with GM, just as soon as I get five minutes to write them down!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Breyten</title>
		<link>http://www.kryogenix.org/days/2005/01/22/signatures#comment-846</link>
		<dc:creator>Breyten</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/01/22/signatures/#comment-846</guid>
		<description>&lt;p&gt;What jiu means is that for this to work effectively, the URLs should be converted to a canonical form first, so that kryogenix.org and www.kryogenix.org both end up with the same css signature.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>What jiu means is that for this to work effectively, the URLs should be converted to a canonical form first, so that kryogenix.org and <a href="http://www.kryogenix.org" rel="nofollow">http://www.kryogenix.org</a> both end up with the same css signature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2005/01/22/signatures#comment-847</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/01/22/signatures/#comment-847</guid>
		<description>&lt;p&gt;Breyten, jiu: I agree. However, the script can&#8217;t assume that &#8220;www.example.org&#8221; and &#8220;example.org&#8221; are the same thing, and therefore can&#8217;t make assumptions like that&#8230;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Breyten, jiu: I agree. However, the script can&#8217;t assume that &#8220;www.example.org&#8221; and &#8220;example.org&#8221; are the same thing, and therefore can&#8217;t make assumptions like that&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
