After much deliberation, recently W3C Customer Experience Digital Data Community Group released version 1.0 of Customer Experience Digital Data Layer (CEDDL). This specification is designed to communicate customer experience digital data to analytics and reporting services.
What is a data layer?
A data layer...
Recently I discussed at length about Responsive Images and Responsive Image as Service.
In this post I will discuss how we can use some effective templating techniques to implement highly maintainable responsive image markup.
Templates express presentation logic of a web application. Templates are quite...
Introduction
A Responsive Image as Service (RIaS) offers on-the-fly responsive image generation and delivery using REST APIs or REST like image paths.
RIaS is a key component of any responsive image solution. RIaS acts as image proxy. To generate responsive images it uses master images...
Introduction
A lot has been written about current state of responsive images. Things like why we need responsive images[1][2], use-cases[3], requirements[3:1] and how to choose a responsive image solution [4][5][6][7] are well documented elsewhere.
This article is...
Typically my Vagrant workflow starts with a official base box provided by Ubuntu. With help of a Vagrant providervagrant up will create a virtual machine (VM) using specified base box.
Then using either Puppet provisioner or apt-get I normally install/update required packages and libraries...