Skip to content

Instantly share code, notes, and snippets.

View DonSchado's full-sized avatar
🐢
null

Marco DonSchado

🐢
null
View GitHub Profile
@DonSchado
DonSchado / gist:1173079
Created August 26, 2011 09:43
Step through your Cucumber features one step at a time, tag any feature with "@Pause"
#via rubyquicktips
AfterStep('@pause') do
print "Press Return to continue..."
STDIN.getc
end
@DonSchado
DonSchado / apple.html
Created August 24, 2011 08:34 — forked from marklit/apple.html
Apple Icon HTML header example
<link rel="apple-touch-icon" href="img/apple-touch-icon.png"> <!-- 57x57 -->
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">