May the 4th be with you! #StarWarsDay
-
Do want. Ink Low Pillows by Thomas Dabner : http://curvedwhite.com/post/568502997/ink-low-pillows-by-thomas-dabner
In reply to:@kneath SublimeVideo does (Play, Pause, Resume, Scrub and Fullscreen) in Safari for me. Am I missing something?
In reply to:@kneath http://jilion.com/sublime/video
And then Last.fm went and played my old band, Rise Over Run. Weird.
I love that based on my past behvaviour in iTunes, Last.fm just played: Lagwagon > The Faint > Bikini Kill > The Gossip > Destiny's Child
Last.fm just served up The Mighty Mighty Bosstones cover of Minor Threat's "Think Again".
It's something, alright.
In reply to:@amyhoy Louis CK's "everything is amazing and nobody's happy" is not only hilarious, but also totally spot on truth.
Rebuilding our lightbox codez.
Is there actually a *sane* way of building these things?
Seems like it always requires empty elements.In reply to:@suss or haml style attrs
<p#id.class.otherclass{ rel="me" }
lorem ipsum
p>In reply to:@suss Just spit-balling here.
<p|id="something_unique"|class="reusable things"
lorem ipsum
p>Not super readable though.
In reply to:@ltackett What programming language/s do you use?
In reply to:@ltackett Open a .haml file in your editor. Copy some code a few levels deep. Paste it somewhere else. Then use your editor to auto-indent.
In reply to:@suss I didn't really think about attrs, huh.
What if HTML looked like this?
<html
<head
<title lorem ipsum title>
head>
<body
<p <b Lorem b> ipsum dolor sit amet p>
body>
html>