The trick to using multiple counters in css... and how to number your figures
Once I figured out how to use them, I fell in love with counters. You can add incrementing numbers to anything. ... Read more »
Pixi to make "cloth" photos
Using PIXI to make cloth flag photos canvas { position: absolute; top: 0; left: 0; z-index: -1; } canvas + canvas { opacity: 0.3; z-index: -2; } .desc { position: absolute; z-index: 10; left: 0; right: 0; bottom: 0; padding: 1em; font-size: 10px; color: #aaa; text-align: center; } .loading:before { position: absolute; top: 0; left: 0; ... Read more »
How to shout "understated elegance" with your very own drop cap
You obviously can't be a blogger without a personalized drop-cap. Says who? Says I, because I spent an entire day making mine, so everyone else should, too. Unfortunately, by writing this post, I discovered all sorts of new ways to make drop-caps, so now my CSS circles look... humble. Can ... Read more »
HOW I MADE MY EASTER EGG POPUP
The turning point for the wrapping problem... realized the 'later' eggs were doing it, so I fixed them with absolute and let the others be squished around. You can fix absolutely yet still move them with @media queries. ... Read more »
Ensky's seems to be the only "Album Downloader" for Facebook that actually works
I'm making a family photo archive, so I wanted to download 50 photos from a relative's Facebook photo album. I didn't want to download them one by one, so I did some research... It turns out there are a lot of "album downloaders" out there that are obsolete ... Read more »