Skip to content

Instantly share code, notes, and snippets.

View davidcalhoun's full-sized avatar
🐢
may be slow to respond; PRs welcomed

David Calhoun davidcalhoun

🐢
may be slow to respond; PRs welcomed
View GitHub Profile
@davidcalhoun
davidcalhoun / gist:7940005
Created December 13, 2013 05:04
frontend links for december 12
[ 'Back on the east coast. (@ Newark Liberty International Airport (EWR) w/ 58 others) http://t.co/qxlYgJNriV',
'RT @drmabuse: The block button backlash was so severe that Twitter executives were called into a rare emergency meeting tonight. http://t.c…',
'I\'m fascinated by ways to improve text input on touch screens.\nhttp://t.co/rhXWrwfiE0',
'Designing a Successful Mobile Commerce App – http://t.co/PvMBucnDzA',
'Measuring network performance with Resource Timing API – http://t.co/lpxjQaljPn',
'How to use the HTML5 Vibration API – http://t.co/QxaQUcMkRO',
'RT @goeverywhere: Won a year with #nopants ! What will I do with it?? @berkun #paypaltechx http://t.co/WoOtE1KPxz',
'LOL, this dude did it again! SLAYER CHRISTMAS LIGHTS 2013 http://t.co/PP0Ue6UVLU',
'Validatious 2.0 - Easy form validation with unobtrusive JavaScript http://t.co/Nm9tRgzUTw',
'11 Awesome “jQuery Site Tour Plugins” For Guiding Users With Style http://t.co/wTJI0Zb4zc',
@davidcalhoun
davidcalhoun / gist:7918355
Created December 11, 2013 20:58
frontend links december 11
[ 'RT @jqcon: Proud to announce our first 4 #jqcon San Diego speakers: @davemethvin, @shanselman, @ednapiranha, and @ariyahidayat! http://t.co…',
'Using JavaScript Promises to Reason About User Interaction: http://t.co/XFAMBcGrT1',
'RT @_EyesOnSuccess: EyesOnSuccess 1350 "The Seeing Eye GPS App for iPhones from @SenderoGPS" posted 12-11-13 at: http://t.co/ewH6kSP9Ij wit…',
'RT @jaxnode: JSCONF 2014 has been scheduled for May 28th, 2014. Tickets go on sale on the 16th. http://t.co/hV28XvS575 @jsconf',
'RT @joemarini: Are you a Mac user? Chrome Apps are now available for you too! http://t.co/dKsJ76y5VG #morethanabrowser',
'Reminder: http://t.co/4NVxmkAa1v is a great compilation of many APIs... AngularJS, CSS, DOM, HTML, JavaScript, jQuery, Ruby on Rails, etc',
'Apple II DOS source code http://t.co/U54RmIOHzS - it might take a while, but source will come out :)',
'Pull the trigger on your product design decisions. Introducing Design Triggers, our newest ZURB University resource. http://t.co/eWeGCpX
@davidcalhoun
davidcalhoun / gist:7901808
Created December 10, 2013 22:47
unfiltered iamgeorgediaz/lists/frontend for December 10
[ 'MT @strataconf How does data shape tech innovations, ethical dilemmas & policing? Discuss w/ @acroll on Jan 7 http://t.co/CsHUDYybv7',
'RT @cfjedimaster: Speaking of Brackets, @edge_code was updated today as well. Details at the Edge Code Blog: http://t.co/3KgGG9J5kn',
'I love visual demos of the difference in property values like this http://t.co/J4g3X3pUvH by @katydecorah',
'RT @Shealan: HOLY SHIT. All these years and I never knew about the double wrap!? http://t.co/hYfrBvzNah',
'WebGL With Three.js: Models and Animation http://t.co/DkOi1ETL24',
'It’s so funny to read Google’s translations of the comments from Russian. http://t.co/erJRpdmjsE',
'Find all updates to dependencies your package.json uses and update to latest with david: https://t.co/H8zFTr8rem http://t.co/OC9PQW6p8Q',
'Reflection.js http://t.co/D6LWMRocWN',
'json - How to easily use Jackson for Jersey - Stack Overflow http://t.co/IC2cFdGWHg',
'pipwerks » Gotchas in Internet Explorer 8 http://t.co/dbFOfOVFTv',
@davidcalhoun
davidcalhoun / gist:7901683
Created December 10, 2013 22:39
unfiltered frontend links for December 10
[ 'No mobile strategy yet? Might wanna get on it. "Mobile browsers top 20% for web use around the world" | http://t.co/vZk9zmUuPj #mobile',
'RT @kawanoshinobu: Build Tizen HTML5 Apps w/ Sencha Architect & Sencha Touch by @me_stoe #html5 #senchaarchitect http://t.co/3oCVXwfnDY',
'MT @strataconf How does data shape tech innovations, ethical dilemmas & policing? Discuss w/ @acroll on Jan 7 http://t.co/CsHUDYybv7',
'RT @cfjedimaster: Speaking of Brackets, @edge_code was updated today as well. Details at the Edge Code Blog: http://t.co/3KgGG9J5kn',
'http://t.co/OiV21Y9zEC — Make <dialog> autofocus the first focusable control if there isn\'t one with autofocus=\'\'.',
'Google now lets you create your own Street View maps http://t.co/RwhwfUlql2',
'RT @Shealan: HOLY SHIT. All these years and I never knew about the double wrap!? http://t.co/hYfrBvzNah',
'No more smaller burger option. @ Brickhouse Cafe http://t.co/rEW1kL1il2',
'Os auto-retratos mais bonitos do ano no Sua Melhor Foto 2013.
@davidcalhoun
davidcalhoun / app-icons.md
Created July 13, 2012 01:03
Application icons (OSX)

================== Step 1: Find a browser icon

/Applications/Safari.app/Contents/Resources/compass.icns

/Applications/Firefox.app/Contents/Resources/firefox.icns

/Applications/FirefoxNightly.app/Contents/Resources/firefox.icns

/Applications/Google Chrome.app/Contents/Resources/app.icns

@davidcalhoun
davidcalhoun / user-select.js
Created January 6, 2012 19:48
Force user-select bookmarklet
javascript:(function(){var a=document.createElement("style");a.innerHTML="*{-webkit-user-select:auto !important;}";document.getElementsByTagName("head")[0].appendChild(a)})();
@davidcalhoun
davidcalhoun / expat.md
Created November 2, 2011 16:41
Reasons for leaving
@davidcalhoun
davidcalhoun / mixin.md
Created October 26, 2011 16:49
Mixin example

Mixin definition (Ken Burns)

mixin kenburns(config)
	section
	  .c-kenburns(style='margin: 0 auto')
	    - each img in config.imgs
	      img(src='#{img}')
@davidcalhoun
davidcalhoun / festivals.md
Created October 23, 2011 21:32
Festivals and events in Japan

Kyoto

  • Kasagake (horse archery) at Kamigamo (third Sunday in October)