<title>SpriteMe testurls</title> <link rel="icon" href="images/favicon.ico" type="image/x-icon"> <style> <?php echo spritemeStyle(); ?> </style> </head> <body> <?php echo spritemeHeader("testurls"); ?> <div id=contents class=contents> <?php echo spritemeNav("testurls"); ?> <br> <div style="margin-bottom: 20px;"> <input type=button value="Start Test" onclick="startTest()"> <input type=button value="Stop Test" onclick="stopTest()" style="margin-left: 12px;"> <input type=button value="Continue" onclick="continueTest()" style="margin-left: 12px;">
<title>SpriteMe Savings</title> <link rel="icon" href="images/favicon.ico" type="image/x-icon"> <style> <?php echo spritemeStyle(); ?> </style> </head> <body> <?php echo spritemeHeader("savings"); ?> <div id=contents class=contents> <?php echo spritemeNav("sav"); ?> <br> <p style="margin-top: 40px;"> <?php echo array_key_exists('top', $_GET) ? "Here are the results for the Alexa U.S. Top 100. " : "Here are some recent results from SpriteMe users. "; ?>
<link rel="icon" href="images/favicon.ico" type="image/x-icon"> <style> <?php echo spritemeStyle(); ?> .fn { color: #530209; font-family: arial; } </style> </head> <body> <?php echo spritemeHeader("demo"); ?> <div id=contents class=contents> <?php echo spritemeNav("demo"); ?> <br> <br> <br> <br> <div class="btn_box_demo"><div class="btn_top"><div></div></div><div class="btn_content_demo">
<title>SpriteMe</title> <link rel="icon" href="images/favicon.ico" type="image/x-icon"> <style> <?php echo spritemeStyle(); ?> </style> </head> <body> <?php echo spritemeHeader(); ?> <div id=contents class=contents> <?php echo spritemeNav("home"); ?> <h2 style="margin-top: 0;">Spriting made easy</h2> <div style="margin-left: 20px; margin-top: 4px; width: 600px;"> Background images make pages look good, but also make them slower. Each background image is an extra HTTP request.
<title>SpriteMe FAQ</title> <link rel="icon" href="images/favicon.ico" type="image/x-icon"> <style> <?php echo spritemeStyle(); ?> </style> </head> <body> <?php echo spritemeHeader("faq"); ?> <div id=contents class=contents> <div> <?php echo spritemeNav("faq"); ?> </div> <br> <p style="margin-top: 2em;"> Find out more about SpriteMe by reading <a href="http://www.stevesouders.com/blog/2009/09/14/spriteme/">these</a>