Skip to content

Instantly share code, notes, and snippets.

View FrankHouweling's full-sized avatar

Frank Houweling FrankHouweling

View GitHub Profile
@FrankHouweling
FrankHouweling / index.html
Created April 29, 2014 17:08
Javascript Keystroke Shortcuts
<a href="action/link/" data-shortcut="m">
<button type="button" class="btn btn-success">Action Button</button>
</a>
@FrankHouweling
FrankHouweling / negativeemotions_nl.txt
Created June 7, 2015 18:30
Lijst van negatieve emoties / negatieve woorden in het Nederlands (dutch negative emotions list)
verlaten
verlaat
vervreemd
vervreemden
beducht
verbijsterd
begoocheld
bang
bevreesd
ongerust
<!doctype>
<html>
<head>
<script type="text/javascript">
var func = function() {
var parent = window; // pointer to parent window
var child = childWindow;
return function() {
parent.alert('Attached to main window')