Introduction to Node.js / Server Side JavaScript

I’ve never had a chance to play around with Node.js, but in some down time did a little quick researching […]

Full Details

Get the Focused Element with JavaScript

Nice article / tip on getting the currently focused on-page item via good ol’ vanilla JavaScript. Get the Focused Element […]

Full Details

Creating a Border Animation Effect with SVG & CSS

This is one of those demos/tutorials that are cool looking and great if utilized sparingly and in the right places. […]

Full Details

Fullscreen Overlay Effects

Great demo and tutorial on how to add some nice effects for those overlays and/or off-canvas implementations. A couple of […]

Full Details

Detecting CSS Animation Completion with JavaScript

Nice tips here on utilizing JavaScript to detect the browser and its CSS animation abilities. The bigger revelation David Walsh […]

Full Details

JavaScript Debounce Function

I’ve been finding and linking to a lot of David Walsh’s articles lately. This one is all about optimizing your […]

Full Details