Skip to content

Instantly share code, notes, and snippets.

@outoftime
outoftime / index.html
Last active September 16, 2015 22:55 — forked from anonymous/index.html
JS Bin // source http://jsbin.com/renuhideco
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
</body>
@outoftime
outoftime / index.html
Last active September 20, 2015 18:07 — forked from anonymous/index.html
JS Bin // source http://jsbin.com/nopezo
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
This is my first website! Hello, world!
@outoftime
outoftime / jquery.capture.js
Last active September 12, 2020 19:45
Handle events in the capturing phase with jQuery. Probably has bugs.
$.fn.capture = function(eventName) {
var selector, handler;
if (arguments.length === 2) {
handler = arguments[1];
} else {
selector = arguments[1];
handler = arguments[2];
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CSS Zen Garden: The Beauty of CSS Design</title>
<link rel="stylesheet" media="screen" href="/214/214.css?v=8may2013">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.csszengarden.com/zengarden.xml">
.calc-row:not(:last-child)
{
margin-bottom: 10px;
}
#question
{
margin-top: 50px;
font-size: 60px;
}
<!doctype html>
<html>
<head>
<title>About Whales</title>
</head>
<body>
<div class="photo-box" id="jumpingwhale">
<img src="https://www.rottnestfastferries.com.au/wp-content/uploads/2013/05/whale-watch.jpg">
<p>A blue whale literally jumping out of the water</p>
</div>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div id="mountain-ranges">
<h4>Mountain Ranges</h4>
Allardyce Range, South Georgia<br>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div id="nav">
<div class="nav-item">Home</div>
<div class="nav-item">About</div>
<!doctype html>
<html>
<head>
<title>Why these high-school coders took a field trip to Genius</title>
</head>
<body>
<div id="nav">
<div class="nav-item">Topics</div>
@outoftime
outoftime / index.html
Created February 20, 2016 05:35
Exported from Popcode
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
Body One Red
</body>
</html>