In this episode: David and Todd discuss the best holiday every: National Cheeseburger Day. After the salivation ended, David and Todd welcome Kyle Simpson, aka getify, to the show. Kyle's a well known JavaScript super hero so we jumped on a variety of topics: the JavaScript spec, the good old days of JavaScript frameworks, conferences, teaching JavaScript, blockchain, and a handful of Kyle's new projects. Enjoy!
Last December I wrote a blog post titled Create Spinning Rays with CSS3 Animations & JavaScript where I explained how easy it was to create a spinning rays animation with a bit of CSS and JavaScript. The post became quite popular so I...
Client-side APIs on mobile and desktop devices are quickly providing the same APIs. Of course our mobile devices got access to some of these APIs first, but those APIs are slowly making their way to the desktop. One of those APIs is the getUserMedia API...
I was recently visiting MooTools Developer Christoph Pojer's website and noticed a sexy link hover effect: when you hover the link, the the link animates and tilts to the left or the right. To enhance the effect, the background color of the link is...
Google Plus provides loads of inspiration for front-end developers, especially when it comes to the CSS and JavaScript wonders they create. Last year I duplicated their incredible PhotoStack effect with both MooTools and pure CSS; this time I'm going to duplicate...