/ Tag Archives: web dev
> Text only dot matrix LCD animation
The other day I saw one of those dot matrix LCD animations you can easily spot on pinballs. Being an incurable nostalgic I wanted to replicate that retro effect using javascript, the first impulse was to go canvas but I soon after converted to a text-only version. Read more »
> Building a pure CSS 3D City
I was recently experimenting with CSS 3D transforms. Is it possible to build a 3D city with just CSS? Yesterday I've posted on twitter about a quick CSS 3D demo, here comes the follow up blog post. Read more »
> The perfect PHP clean url generator
In my hunt for the perfect clean url (smart url, slug, permalink, whatever) generator I've always slipped in some exception or bug that made the function a piece of junk. But I recently found an easy solution I hope I could call "definitive". Read more »