Skip to content

Instantly share code, notes, and snippets.

View adressler's full-sized avatar

Armin Dressler adressler

View GitHub Profile
@adressler
adressler / iframe-resize-cross-domains.html
Created April 15, 2011 10:20
Resize iFrames across domains
<!-- taken from http://blog.johnmckerrell.com/2006/10/22/resizing-iframes-across-domains/ -->
<!--
My Domain
the page that includes the iFrame
-->
<script>
function updateIFrame(height) {
var iframe = document.getElementById('myiframe');
iframe.setAttribute('height', height);
@adressler
adressler / dnsflush.sh
Created November 24, 2010 08:43
Flush DNS Cache
# Mac OS X
dscacheutil -flushcache