disabled.html 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <title>Lazy Load Disabled</title>
  6. <meta name="generator" content="Mephisto" />
  7. <link href="http://www.appelsiini.net/stylesheets/main2.css" rel="stylesheet" type="text/css" />
  8. <link rel="alternate" type="application/atom+xml" href="http://feeds.feedburner.com/tuupola" title="Atom feed" />
  9. <script type="text/javascript" charset="utf-8">
  10. </script>
  11. <style type="text/css">
  12. #sidebar {
  13. width: 0px;
  14. }
  15. #content {
  16. width: 770px;
  17. }
  18. </style>
  19. <script>
  20. var _gaq = _gaq || [];
  21. _gaq.push(['_setAccount', 'UA-190966-1']);
  22. _gaq.push(['_trackPageview']);
  23. _gaq.push(['_trackPageLoadTime']);
  24. (function() {
  25. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  26. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  27. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  28. })();
  29. </script>
  30. </head>
  31. <body>
  32. <div id="wrap">
  33. <div id="header">
  34. <p>
  35. <h1>Lazy Load</h1><br />
  36. <small>Image lazy loader plugin for jQuery.</small>
  37. <ul id="nav">
  38. <li id="first"><a href="/" class="active">weblog</a></li>
  39. <li><a href="/projects" class="last">projects</a></li>
  40. <!--
  41. <li><a href="/cv" class="last">cv</a></li>
  42. -->
  43. </ul>
  44. </p>
  45. </div>
  46. <div id="content">
  47. <h2>Plugin disabled</h2>
  48. <div class="entry">
  49. <p>
  50. All images are loaded. Page takes long time to load. Shift-reload to test again.
  51. But wait there is more! You can also lazy load <a href="enabled_wide.html">sideways</a> or
  52. <a href="enabled_gazillion.html">gazillion images</a>.
  53. </p>
  54. <img src="img/bmw_m1_hood.jpg" width="765" height="574" alt="BMW M1 Hood"><br/>
  55. <img src="img/bmw_m1_side.jpg" width="765" height="574" alt="BMW M1 Side"><br/>
  56. <img src="img/viper_1.jpg" width="765" height="574" alt="Viper 1"><br/>
  57. <img src="img/viper_corner.jpg" width="765" height="574" alt="Viper Corner"><br/>
  58. <img src="img/bmw_m3_gt.jpg" width="765" height="574" alt="BMW M3 GT"><br/>
  59. <img src="img/corvette_pitstop.jpg" width="765" height="574" alt="Corvette Pitstop"><br/>
  60. </div>
  61. <div id="sidebar">
  62. </div>
  63. <div id="footer">
  64. </div>
  65. </body>
  66. </html>