Skip to content

Instantly share code, notes, and snippets.

@anami
anami / dabblet.css
Last active September 3, 2015 10:19
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/*background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;*/
html {
font: 12pt "Monaco";
@anami
anami / example.erb
Created May 19, 2011 15:31
Google Maps API V3 extras for Mapstraction
<!DOCTYPE html>
<html>
<head>
<title>Smapping!</title>
<link rel="stylesheet" type="text/css" href="/stylesheet.css"></link>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="/scripts/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="/scripts/mxn/mxn.js?(googlev3,[geocoder],[extras])"></script>
<script type="text/javascript">