This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
@include handhelds { | |
table.responsive { | |
width: 100%; | |
thead { | |
display: none; | |
} | |
tr { | |
display: block; | |
} | |
td, th { |
/*jshint asi: false, bitwise: false, boss: false, curly: true, debug: false, | |
eqeqeq: true, eqnull: false, evil: false, forin: false, immed: true, | |
laxbreak: true, newcap: true, noarg: true, noempty: false, nonew: false, | |
nomen: false, onevar: true, passfail: false, plusplus: false, regexp: false, | |
undef: true, sub: true, strict: false, white: false, browser: true, | |
devel: true */ | |
/*globals define: false, window: false, jQuery: false */ | |
var scripts = [], |
100 Continue (in bed) | |
101 Switching Protocols (in bed) | |
102 Processing (in bed) | |
200 OK (in bed) | |
201 Created (in bed) | |
202 Accepted (in bed) | |
203 Non-Authoritative Information (in bed) | |
204 No Content (in bed) | |
205 Reset Content (in bed) | |
206 Partial Content (in bed) |
#!/bin/bash | |
# BrowserStack SSH Tunnel Setup | |
# Find your key by logging into BrowserStack and finding your command line tunnel setup info | |
KEY=YOUR_KEY_HERE | |
# Add your internal hosts here | |
INTERNAL_HOSTS=( dev alpha beta whatever whocares ) | |
for host in ${INTERNAL_HOSTS[@]} ; do |
@import "compass/utilities/sprites/base" | |
@import "compass/css3/inline-block" | |
@import "compass/css3/background-size" | |
@mixin retina-sprite($folder) | |
$sprites: sprite-map("#{$folder}/*.png") | |
// Generates a sprite containing every icon in the supplied folder. | |
$sprites-2x: sprite-map("#{$folder}@2x/*.png") | |
// Generates a second sprite containing every icon @2x resolution. |
@main-font-size: 16px; | |
.x-rem (@property, @value) { | |
// This is a workaround, inspired by https://github.com/borodean/less-properties | |
@px-fallback: @value * @main-font-size; | |
-: ~`(function () { return ';@{property}: @{px-fallback}'; }())`; | |
-: ~`(function () { return ';@{property}: @{value}rem'; }())`; | |
} |
Original file: | |
Lena.png 512 x 512 Pixel 24 bit Color 386.301 Byte | |
The standard for image compression tests. | |
Might be highly optimized in some encoders. | |
Goal: Get the most quality out of around 56KB. | |
Look at http://benediktkastl.de/summary_lena.htm for the images. | |
Metrics explained: |
A timeline of the last four years of detecting good old window.localStorage
.
October 2009: 5059daa
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.