Create a wireless presenter for your presentations with LittleBits

As a demo for a workshop I am giving next week, I created a wireless presenter to use for presentations. The receiver is connected to the computer via the Arduino Bit. The wireless presenter is just a button connected to the Wireless Transmitter Bit. When you press the button, the (Powerpoint) presentation advances to the next … Continue reading Create a wireless presenter for your presentations with LittleBits

Test: 60km gelopen op de nieuwe Saucony Triumph-ISO2

Saucony introduceerde onlangs de tweede editie van de Triumph-ISO, die dan ook Triumph-ISO2 gedoopt is. Nieuw in deze schoen is oa. een 5mm tussenzool (Saucony noemt het de EVERUN Topsole) die bestaat uit een laag samengeperste (piepschuim?) bolletjes die je (in verschillende diktes) ook in andere schoenen aantreft. Deze laag is niet zichtbaar aan de … Continue reading Test: 60km gelopen op de nieuwe Saucony Triumph-ISO2

Learn technical info from a site/page

Some things you could say about the technics of a page: Choose View > Source in your browser (or press CTRL+U) and try to figure out what tool is used to create the page (eg. WordPress, Dreamweaver, Muse) eg. this will tell it is made with WordPress: <meta name=”generator” content=”WordPress 5.2.3″ /> If WordPress is … Continue reading Learn technical info from a site/page

Famous paintings of dutch landscapes

Just because it is beautiful. Based on a standard WordPress gallery inside a regular Blog-post, in which we inserted the Isotope gallery together with the Strip-lightbox. Checkout this page if you want to learn how to do this. The complete piece of code included in this post is: <!– load isotope: –> <script src=”https://unpkg.com/isotope-layout@3.0/dist/isotope.pkgd.min.js”></script> <!– … Continue reading Famous paintings of dutch landscapes

Turn a standard WordPress Gallery into an isotope Gallery

Update: 30/09/2019 Isotope is a nice jQuery plugin to build galleries with. With just a little coding you can turn a standard WordPress gallery into a nice responsive isotope-gallery. No WordPress-plugins needed. Start by adding a Gallery: when editing a Page (or Post), add a Gallery block, pick your images, press the button ‘Create a … Continue reading Turn a standard WordPress Gallery into an isotope Gallery