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
| <picture alt="A Thoroughly Polite Dust Up"> | |
| <!-- <source src="../images/AThoroughlyPoliteDustUp_350.png"> --> | |
| <source src="../images/AThoroughlyPoliteDustUp_350.png"> | |
| <!-- <source src="../images/AThoroughlyPoliteDustUp_350.pngx2.png" media="(min-device-pixel-ratio: 2.0)"> --> | |
| <source src="../images/hd/AThoroughlyPoliteDustUp_350.pngx2.png" media="(-webkit-min-device-pixel-ratio: 2.0)"> | |
| <!-- <source src="../images/AThoroughlyPoliteDustUp_350.png" media="(min-width: 500px)"> --> | |
| <source src="../images/AThoroughlyPoliteDustUp.png" media="(min-width: 500px)"> | |
| <!-- <source src="../images/AThoroughlyPoliteDustUp.png" media="(min-width: 500px) and (-webkit-min-device-pixel-ratio: 2.0)"> --> | |
| <source src="../images/hd/AThoroughlyPoliteDustUp.png" media="(min-width: 500px) and (-webkit-min-device-pixel-ratio: 2.0)"> | |
| <!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. --> |
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
| var http = require("http"), | |
| url = require("url"), | |
| path = require("path"), | |
| fs = require("fs") | |
| port = process.argv[2] || 8888; | |
| http.createServer(function(request, response) { | |
| var uri = url.parse(request.url).pathname | |
| , filename = path.join(process.cwd(), uri); |
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
| $('.foo').marquee({messages : ['array', 'of', 'messages']}); |
NewerOlder