Tagged in

JavaScript

net magazine
net magazine
The magazine for web designers and developers. Organiser of www.generateconf.com. Tweet to @netmag and @oliverlindberg. Also see www.creativebloq.com
More information
Followers
21K
Elsewhere
More, on Medium

Build interactive emails with CSS

Mark Robbins shows you how to create JavaScript-like functionality in HTML email campaigns with just CSS


Fighting Ebola with JavaScript

Patricia Garcia explains how shrewd use of technology helped tackle an emergency situation in a developing country


Get started with the device orientation and device motion events

Ruth John on the events that monitor device placement and movement

There are some very interesting web APIs coming to our screens and code. Quite a few of them are influenced by mobile devices…


Safeguard your users’ privacy

Ensuring privacy is far from straightforward. Tim Badaczewski
lists some best practices you can adopt to protect your users

Content that must remain private is called ‘Personally identifiable information’ (PII). This is any…


The Web Cryptography API

Tim Taubert explores how we can keep secrets with JavaScript

Due to its nature as a dynamic language, it is surprisingly difficult to safely implement cryptographic primitives in JavaScript. To bridge this gap, a W3C working group was formed to design an API…