Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="world" /> | |
| <div id="gameoverInstructions"> | |
| Game Over | |
| </div> | |
| <div id="dist"> | |
| <div class="label">distance</div> | |
| <div id="distValue">000</div> | |
| </div> | |
| <div id="instructions">Click to jump<span class="lightInstructions"> — Grab the carrots / avoid the hedgehogs</span></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.sencha.com/products/io/ - cloud platform for building mobile web apps; | |
| https://addons.mozilla.org/en-US/firefox/addon/yslow/ - YSlow analyzes web pages and why they're slow based on Yahoo!'s rules for high performance web sites. | |
| http://www.blaze.io/mobile/ - mobile web performance tester; | |
| http://httparchive.org/ - about HAR files; | |
| http://www.smushit.com - site that deletes unnecessary bytes from the image; |