/ Tag Archives: web dev

> Text only dot matrix LCD animation

wolfThe 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 »

  • Posted on: Aug 12
  • Tag:
  • Reactions: 9

> Building a pure CSS 3D City

css 3d buildingI 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 »

  • Posted on: Apr 16
  • Tag:
  • Reactions: 77

> 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 »

  • Posted on: Mar 21
  • Tag:
  • Reactions: 65