Deprecated: Assigning the return value of new by reference is deprecated in /customers/ajaxorized.com/ajaxorized.com/httpd.www/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /customers/ajaxorized.com/ajaxorized.com/httpd.www/wp-includes/query.php on line 15

Deprecated: Assigning the return value of new by reference is deprecated in /customers/ajaxorized.com/ajaxorized.com/httpd.www/wp-includes/theme.php on line 505

Deprecated: Assigning the return value of new by reference is deprecated in /customers/ajaxorized.com/ajaxorized.com/httpd.www/wp-content/plugins/CodeHighlighter/codehighlighter.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at /customers/ajaxorized.com/ajaxorized.com/httpd.www/wp-includes/cache.php:36) in /customers/ajaxorized.com/ajaxorized.com/httpd.www/wp-commentsrss2.php on line 8
Comments on: Speed up your users browsing experience: preloading hyperlinks http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/ Web Innovation Sun, 01 Aug 2010 00:37:06 +0000 http://wordpress.org/?v=2.1.3 By: andrei http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/#comment-1947 andrei Sun, 27 Jul 2008 20:06:27 +0000 http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/#comment-1947 Hello. Interesting ! And how do you use the preloaded page ? How do show the user ? Thank you Hello.
Interesting !
And how do you use the preloaded page ? How do show the user ?
Thank you

]]>
By: seengee http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/#comment-1949 seengee Mon, 28 Jul 2008 09:04:23 +0000 http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/#comment-1949 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) { 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) {

]]>