Terence Eden. He has a beard and is smiling.

Terence Eden’s Blog

Theme Switcher:

Gadget Review: 6-Colour ePaper Name Badge

· 2 comments · 1,200 words · Viewed ~1,189 times


Skintones rendered on eInk.

The good folks at SmartDisplayer Technology Co have sent me a six colour eInk badge to play about with. Here's a quick video and then a walk-through of its features. You can also view SmartDisplayer's official video. The Badge It is a single block of plastic. There are no seams, screws, or rough edges. The ePaper appear right on the surface of the badge, there's no recessing or anything…

How to password protect a static HTML page with no JS

· 9 comments · 500 words · Viewed ~8,697 times


Screenshot of some garbled text on screen.

I recently saw Robin Moisson's method of password protecting a statically served HTML page. It's quite neat! But it does rely on JavaScript. That got me wondering if there was a way to encrypt a static page only using CSS? And... I think I've done it! I'll warn you now, this is a deeply stupid way to solve the problem. Here's a screencast of the demo in action: …

Better Keyboard Buttons in CSS

· 2 comments · 150 words · Viewed ~1,439 times


A pet cat typing on a computer keyboard.

Here's a simple scrap of CSS which you can Ctrl+C and Ctrl+V kbd { border: .1em solid #aaa; border-radius: 15%; display: inline-block; padding: .1em .5em; background: linear-gradient(180deg, #fff, #fff, #fff, #ddd); user-select: none; cursor: pointer; color: #000; font-weight: bold; } kbd:hover { background: linear-gradient(0deg, #fff, #fff, #fff, #ddd); } …

How to present at a hack day

· 1,000 words · Viewed ~352 times


I go to lots of hack days and hackathons. Some are big corporate affairs, some are boutique community events. They all have one thing in common - Geeks suck at giving demos. You have 3 minutes to convince the judges - or your peers - that you've built something brilliant. How do you do that? One Hundred and Eighty Seconds. It is not a lot of time. So here are my top 3 tips for succeeding at a…

Demoing BlipDrop at Mobile Monday London

· 500 words


Terence standing up demoing to a room full of people.

This is a necropost - resurrected from the now defunct blog of a previous employer. I really loved the idea of geolocated ephemeral content. And I was a little disappointed that the business never saw the potential for it. Maybe I'll find a way to relaunch it in the future. I’ve been attending Mobile Monday London for years. It’s a great (free!) way to meet people in the mobile industry, to lea…

Optical Theremin - Demo

· 3 comments · 950 words · Viewed ~608 times


At Over The Air I demonstrated what I considered a novel use for one of Android's sensors. I wanted to create a Theremin - a type of musical instrument which is played by moving one's hand over it - changing pitch and tone by moving nearer or further away. My first attempt used the proximity sensor. However, on all the Android phones I tried the sensor's accuracy was binary - it could sense…

QRpedia Demo at Mobile Monday

· 400 words


I love going to Mobile Monday London - it's a great meeting place for those of us in the mobile industry. It's also one of the few spaces which holds the equivalent of an "Open Mic" night. MoMoLo's Spring Demo Night was crowded with great entrants. So much so that each of us had only three minutes to present! That's quite tight. I'm used to 15-30 minutes. I'm not sure how, but I managed to…