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!
The <canvas> element has been a revelation for the visual experts among our ranks. Canvas provides the means for incredible and efficient animations with the added bonus of no Flash; these developers can flash their awesome JavaScript skills instead. Here are nine unbelievable canvas demos that...
My team mate Edna Piranha is not only an awesome hacker; she's also a fantastic philosopher! Communication and online interactions is a subject that has kept her mind busy for a long time, and it has also resulted in a bunch of interesting experimental projects...
Responsive web design is something you hear a lot about these days. The moment I really started to get into responsive design was a few months ago when I started to realise that 'responsive' is not just about scaling your websites to the size of your...
Let's be honest, form validation with JavaScript can be a real bitch. On a real basic level, however, it's not that bad. HTML5 has jumped in to some extent, providing a few attributes to allow us to mark fields as required or only valid if matching...