<?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: Safari Link Sniffing</title>
	<atom:link href="http://www.red-sweater.com/blog/30/safari-link-sniffing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.red-sweater.com/blog/30/safari-link-sniffing</link>
	<description>Mac &#38; Technology Writings by Daniel Jalkut</description>
	<pubDate>Fri, 21 Nov 2008 05:31:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/30/safari-link-sniffing#comment-43</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Sat, 10 Sep 2005 22:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=30#comment-43</guid>
		<description>Good idea, Blake. I think I would find that useful, too.  I will look into it!</description>
		<content:encoded><![CDATA[<p>Good idea, Blake. I think I would find that useful, too.  I will look into it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake Seely</title>
		<link>http://www.red-sweater.com/blog/30/safari-link-sniffing#comment-42</link>
		<dc:creator>Blake Seely</dc:creator>
		<pubDate>Sat, 10 Sep 2005 22:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=30#comment-42</guid>
		<description>Most sites have a "printer friendly" version of the article that displays everything in a single, long page - which I would prefer even over auto-moving between pages. How about an applescript that scans a page and takes you to the printer-friendly, single-page version if it's available? :)</description>
		<content:encoded><![CDATA[<p>Most sites have a &#8220;printer friendly&#8221; version of the article that displays everything in a single, long page - which I would prefer even over auto-moving between pages. How about an applescript that scans a page and takes you to the printer-friendly, single-page version if it&#8217;s available? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/30/safari-link-sniffing#comment-41</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Sat, 10 Sep 2005 15:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=30#comment-41</guid>
		<description>Hi Corey - I do something like that for Salon.com, actually. Instead of "Next" links they just have a list of numbered links at the bottom of the page.  So I parse the current URL to figure out the index, and then search for a link with that number.

Once I've found the linked page's URL, I don't think there's anything useful to do with it but go there. :)</description>
		<content:encoded><![CDATA[<p>Hi Corey - I do something like that for Salon.com, actually. Instead of &#8220;Next&#8221; links they just have a list of numbered links at the bottom of the page.  So I parse the current URL to figure out the index, and then search for a link with that number.</p>
<p>Once I&#8217;ve found the linked page&#8217;s URL, I don&#8217;t think there&#8217;s anything useful to do with it but go there. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey Peterson</title>
		<link>http://www.red-sweater.com/blog/30/safari-link-sniffing#comment-40</link>
		<dc:creator>Corey Peterson</dc:creator>
		<pubDate>Sat, 10 Sep 2005 07:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=30#comment-40</guid>
		<description>It might be worth checking the url of the linked page - in many cases it will be the same, with an appended number after it. Won't catch everything, but it may help</description>
		<content:encoded><![CDATA[<p>It might be worth checking the url of the linked page - in many cases it will be the same, with an appended number after it. Won&#8217;t catch everything, but it may help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/30/safari-link-sniffing#comment-39</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Fri, 09 Sep 2005 22:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=30#comment-39</guid>
		<description>Thanks, Faried. I wasn't aware that somebody else was working on something like this. I should definitely look into those FF extensions.

I'd also like to expand the functionality to include "go back" but it has been much less pressing than the next function.</description>
		<content:encoded><![CDATA[<p>Thanks, Faried. I wasn&#8217;t aware that somebody else was working on something like this. I should definitely look into those FF extensions.</p>
<p>I&#8217;d also like to expand the functionality to include &#8220;go back&#8221; but it has been much less pressing than the next function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faried Nawaz</title>
		<link>http://www.red-sweater.com/blog/30/safari-link-sniffing#comment-38</link>
		<dc:creator>Faried Nawaz</dc:creator>
		<pubDate>Fri, 09 Sep 2005 21:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=30#comment-38</guid>
		<description>Site authors can use link tags in their html to let browsers know what the next/prev links are.  It's &#60;link rel="previous" href="blah"&#62; and similarly for rel="next".

I believe there are at least two Firefox extensions that add next/prev/up navigation links based on the link tags (one seems to guess, like your code does).  Firefox even seems to prefetch the "next" link.</description>
		<content:encoded><![CDATA[<p>Site authors can use link tags in their html to let browsers know what the next/prev links are.  It&#8217;s &lt;link rel=&#8221;previous&#8221; href=&#8221;blah&#8221;&gt; and similarly for rel=&#8221;next&#8221;.</p>
<p>I believe there are at least two Firefox extensions that add next/prev/up navigation links based on the link tags (one seems to guess, like your code does).  Firefox even seems to prefetch the &#8220;next&#8221; link.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.217 seconds -->
