<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Speed up your users browsing experience: preloading hyperlinks</title>
	<link>http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/</link>
	<description>Web Innovation</description>
	<pubDate>Tue, 07 Feb 2012 17:20:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: andrei</title>
		<link>http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/#comment-1947</link>
		<author>andrei</author>
		<pubDate>Sun, 27 Jul 2008 20:06:27 +0000</pubDate>
		<guid>http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/#comment-1947</guid>
					<description>Hello.
Interesting !
And how do you use the preloaded page ? How do show the user ?
Thank you</description>
		<content:encoded><![CDATA[<p>Hello.<br />
Interesting !<br />
And how do you use the preloaded page ? How do show the user ?<br />
Thank you</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: seengee</title>
		<link>http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/#comment-1949</link>
		<author>seengee</author>
		<pubDate>Mon, 28 Jul 2008 09:04:23 +0000</pubDate>
		<guid>http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/#comment-1949</guid>
					<description>You could shorten the code by a couple of lines by changing this:

$$('a').each(function(e) {
if(e.getAttribute('rel') == 'load') {

to this:

$$('a[rel="load"]').each(function(e) {</description>
		<content:encoded><![CDATA[<p>You could shorten the code by a couple of lines by changing this:</p>
<p>$$(&#8217;a').each(function(e) {<br />
if(e.getAttribute(&#8217;rel&#8217;) == &#8216;load&#8217;) {</p>
<p>to this:</p>
<p>$$(&#8217;a[rel=&#8221;load&#8221;]&#8217;).each(function(e) {</p>
]]></content:encoded>
				</item>
</channel>
</rss>

