Detect your IO-Link masters

If your IO-Link masters are connected to your network, you can use arp-scan command-line tool to discover and fingerprint ARP (Address Resolution Protocol) hosts.

sudo arp-scan -l

Basic fade-in animation

Workaround to avoid display: none problems.

Let’s allow the user to resize any element

HTML and CSS only Interactive Carousel

Snapping, clickable and responsive images in a Carousel effect without JavaScript. Open on JSFiddle to experience full interaction.

Resize HTML5 Canvas without losing drawing

There are multiple ways to resize a canvas without losing its content. One of the easiest way is to save its data.