When in the Course of human events, it becomes necessary for one people to dissolve the political bands which have connected them with another, and to assume, among the Powers of the earth, the separate and equal station to which the Laws of Nature and of Nature's God entitle them, a decent respect to the opinions of mankind requires that they should declare the causes which impel them to the separation.
This file contains 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='ts-embed-1314133504720-script'><script src='http://tiles.mapbox.com/mapbox/api/v1/embed.js?api=mm&size%5B%5D=500&size%5B%5D=500&center%5B%5D=-77.5360107421877&center%5B%5D=38.128075212115455&center%5B%5D=8&layers%5B%5D=world-black&layers%5B%5D=dhcole.na-roads&layers%5B%5D=dhcole.world-borders-light&layers%5B%5D=va-quake-aug&options%5B%5D=legend&options%5B%5D=zoompan&options%5B%5D=tooltips&options%5B%5D=zoomwheel&options%5B%5D=zoombox&options%5B%5D=attribution&el=ts-embed-1314133504720'></script></div> |
This file contains 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
<iframe width="500px" height="400px" frameborder="0" src="http://gop.sites.devseed.com"></iframe> |
This file contains 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='ts-embed-1315511876689-script'><script src='http://tiles.mapbox.com/devseed/api/v1/embed.js?api=mm&size%5B%5D=536&size%5B%5D=400&center%5B%5D=-97.09442138671847&center%5B%5D=38.957273041127806&center%5B%5D=4&layers%5B%5D=mapbox.world-blank-light&layers%5B%5D=usa-unemployment-vs-stimulus&options%5B%5D=legend&options%5B%5D=zoompan&options%5B%5D=tooltips&options%5B%5D=zoomwheel&options%5B%5D=bwdetect&options%5B%5D=zoombox&options%5B%5D=attribution&el=ts-embed-1315511876689'></script></div> |
This file contains 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
#rail { | |
line-width:2; | |
line-color: black; | |
[zoom >=6] { | |
::line1 { line-color:#999; line-dasharray:4,4; } | |
::line2 { line-color:#000; line-dasharray:0,4,4,0; } | |
} | |
[zoom = 5] { | |
::line1 { line-color:#999; line-dasharray:4,2; } |
This file contains 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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<link href='http://mapbox.com/wax/css/controls.css' rel='stylesheet' type='text/css' /> | |
</head> | |
<body> | |
<div id="map"></div> | |
<!-- scripts--> |
This file contains 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
// A super, super minimal LiveReload implementation in node. | |
// Relies on polling. | |
// | |
// Run as | |
// | |
// node reload.js ~/your/project/dir | |
// | |
// Add to your HTML like | |
// | |
// <script src='http://127.0.0.1:1337/'></script> |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8" /> | |
</head> | |
<body> | |
<div id="map" style="position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%"></div> | |
<div style="position: absolute; z-index: 100; background: white;"> | |
<a href="#overlay">add overlay</a> |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<title>foursquare :: Explore Sample</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" id="jquery"></script> | |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<title>foursquare :: Explore Sample</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" id="jquery"></script> | |
OlderNewer