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 InnovationSun, 01 Aug 2010 00:37:06 +0000http://wordpress.org/?v=2.1.3By: andrei
http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/#comment-1947
andreiSun, 27 Jul 2008 20:06:27 +0000http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/#comment-1947Hello.
Interesting !
And how do you use the preloaded page ? How do show the user ?
Thank youHello.
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
seengeeMon, 28 Jul 2008 09:04:23 +0000http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/#comment-1949You 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: