-
A simple way for websites to describe in clear, consistent terms what they do with the data we share.
Join the announcement list for up-to-date info. Recent Comments
- Ten Years Later on VRM: The user as point of integration
- Speaking of Identity – People-Centered Internet on Speaking of Identity
- In Context » Apps and Personal Data Stores on VRM and Personal Data Stores
- In Context » 2010 » March on VRM and Personal Data Stores
- In Context » Azigo on VRM and Personal Data Stores
Meta
Category Archives: Development
How to conditionally display variables with EJS
Short version: <%= user.name ? user.name : ” %> When using EJS as a template language, it can be a bit of a mystery how to concisely display variables if and only if they are defined. For example, if you … Continue reading
Posted in coding, Development
Tagged ejs, javascript, node, template, undefined
Comments Off on How to conditionally display variables with EJS
Playing in the Treehouse
For the last few months, I’ve been helping a friend find a good way to learn HTML. She’s an experienced professional designer… in fact her website designs were winning awards as far back as 1994. But she finally realized that … Continue reading