In this podcast, Jen Simmons talks to Young Hahn and Dave Cole on the Web Ahead (on the 5by5 network) about Jekyll and static sites. Lots of interest here.
Posts from June 2013
Most Recent from June 2013
*
A CSS slide up splash screen
You can highlight important content and add an aspect of fluidity to a page by creating a slide up effect over your splash content with CSS.
First we need some sample HTML.
<header class=...
*
Track external link clicks with Google Universal Analytics
Google Analytics and the newer Univeral Analytics are useful ways of keeping track of how users interact with your site. If you want to track which external links are clicke...
*
Multi-column lists losing their bullets
If you’re trying the CSS columns
property, or its various browser prefixed variants, you may notice your bullet points disappearing. This can happen on Chrome and to a lesser extent on Opera.
The Problem
Take the following HTML for a list:
...
*
Web Components in Action (Google I/O 2013)
A very interesting walk through of web components from a talk at Google I/O 2013 by Matthew McNulty and Alex Komoroske. These folks have developed a javascript library po...
*