I hereby claim:
- I am lode on github.
- I am lodeclaassen (https://keybase.io/lodeclaassen) on keybase.
- I have a public key ASADUXSi1gOcrLqiguXg3FdZC5r4b19OyGeAKXOzBLbYLgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style type="text/css"> | |
| .stone { | |
| font-size: 10em; | |
| } | |
| </style> | |
| </head> | |
| <body> |
| <script type="text/javascript" src="http://domein.nl/object2vr/object2vr.js"></script> | |
| <script type="text/javascript"> | |
| setTimeout(function(){ | |
| jQuery(document).ready(function(){ | |
| if (jQuery('meta[name="keywords"]').attr('content').indexOf('360') != -1) { | |
| object2vr({ | |
| locationBase: 'http://domein.nl/object2vr/klantnaam' + window.location.pathname, | |
| mimicElement: jQuery('.zoombox .images .zoom.first'), | |
| }); | |
| } |
| <?php | |
| ini_set('display_startup_errors', 1); | |
| ini_set('display_errors', 1); | |
| error_reporting(-1); | |
| echo 'start'.PHP_EOL; | |
| @file('foo'); | |
| echo var_export(error_get_last(), true).PHP_EOL; | |
| echo 'end'.PHP_EOL; |
| function(event){ | |
| var api = event.target; | |
| var total_slides=api.count(); | |
| var current_slide = api.index(); | |
| if(current_slide == total_slides-1){ | |
| jQuery('.ms-nav-next').addClass('forward-hidden').removeClass('ms-nav-next'); | |
| } | |
| else{ | |
| jQuery('.forward-hidden').addClass('ms-nav-next').removeClass('forward-hidden'); |
| <?php | |
| /** | |
| * a controller vm | |
| * w/o explicit reference to any data | |
| */ | |
| class controller {} | |
| $controller_tpl = ' |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>Single-Column Responsive Email Template</title> | |
| <style> | |
| @media only screen and (min-device-width: 541px) { | |
| .content { |
| <div class="revealElement" title="Klik hier"> | |
| extra inhoud | |
| </div> | |
| ... zorgt voor ... | |
| <a href="#">Klik hier</a> | |
| <div class="revealElement" title="Klik hier"> | |
| extra inhoud | |
| </div> |
| animals.get(function(){ | |
| console.log(animals); | |
| console.log(animals._list[0]['_uuid']); | |
| while(animals.hasNextEntity()) { | |
| var animal = animals.getNextEntity(); | |
| $('#animalList').append('<li>we have a ' + animal.get('kind') + ' called ' + animal.get('name') + '</li>'); | |
| console.log(animal); |
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>Lightbox test</title> | |
| <script type="text/javascript" src="jquery-1.8.2.min.js"></script> | |
| <script type="text/javascript" src="jquery-lightbox-0.5/js/jquery.lightbox-0.5.min.js"></script> | |
| <link type="text/css" rel="stylesheet" href="jquery-lightbox-0.5/css/jquery.lightbox-0.5.css"> | |
| <script type="text/javascript"> | |
| $(document).ready(function(){ | |
| $('.lightbox').each(function(){ |