Our pages go to eleven.
if [ -d "`pbpaste`" ]; then cd "`pbpaste`"; fi
asset_data_uri, you’re my new best friend
Firefox’s native element inspector isn’t worthless!
alias pbstrip="pbpaste | pbcopy"
Styles:
.tooltip {
position: relative;
}
.tooltip:hover:after {
position: absolute;
top: -100%;
right: -50%;
content: attr(data-tooltip);
border: 1px solid gray;
background: yellow;
}
Markup:
<span class="tooltip" data-tooltip="awesome">everything</span>
Treat the problem at the source: noise canceling microphones