Skip to content

Instantly share code, notes, and snippets.

@jonsuh
jonsuh / killall-finder
Created November 19, 2012 16:35
Remove Duplicates from the Open With Menu in Finder on OS X
killall Finder
@jonsuh
jonsuh / js-ajax-php-json-return.html
Last active September 17, 2022 02:57
jQuery AJAX Call to PHP Script with JSON Return
<div class="the-return">
[HTML is replaced when successful.]
</div>
@jonsuh
jonsuh / js-video-basic.css
Last active June 8, 2019 17:06
Responsive YouTube, Vimeo, Embed, and HTML5 Videos with CSS Usage
.js-video {
height: 0;
padding-top: 25px;
padding-bottom: 67.5%;
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.js-video.widescreen {