Category: Uncategorized
-
Boxy Images are so last year!
A few images from a visit to Moesgaard Museum by Aarhus. Cover Block Shape the image via radius, add border around…
-
WordPress theme with Bootstrap
An excellent tutorial by Zac Gordon: “How to Build a Responsive WordPress Theme with Bootstrap”. You’ll learn to hack a WP…
-
Reset $_POST (in WP ??)
function testSubmit() { var x = document.forms[“myForm”][“input1”]; var y = document.forms[“myForm”][“input2″]; if(x.value ==”” || y.value==””) { alert(‘Not allowed!!’); return false; }…