InstaChrome - A Google Chrome New Tab Extension
A developer shares how they built InstaChrome, a Chrome extension that replaces the new tab page with Instagram posts from a chosen tag.
A developer shares how they built InstaChrome, a Chrome extension that replaces the new tab page with Instagram posts from a chosen tag.
Explains the 'passthrough' feature in Gulp 4, allowing gulp.src to be used mid-stream for merging files.
A tutorial on JavaScript arrays covering creation, properties like length, and methods like push, concat, and join.
Explains the new built-in sourcemaps feature in Gulp 4, including how to use it and when the old plugin is still needed.
An analysis of Steve Yegge's surprisingly accurate tech predictions, including the rise of JavaScript and cloud hosting.
A guide to creating lightweight, scriptless social media share buttons with Google Analytics tracking for dynamic websites.
A guide to robustly copying object properties in JavaScript, handling edge cases like accessors and native properties.
Analyzing how Modernizr's feature detection can cause performance issues by blocking the main thread and triggering costly reflows.
Explores upcoming web performance technologies like HTTP/2, HTTPS, and the shift away from Flash, with a timeline for adoption.
A developer shares their experience building a Pebble smartwatch app using Pebble.js to display top stories from Designer News.
Exploring Aspect-Oriented Programming in JavaScript to handle cross-cutting concerns like logging, using the aspect.js library.
A tutorial on setting up a basic Gulp.js workflow to automate SASS compilation, JS concatenation, and minification for web development.
Introducing Stretchy, a standalone JavaScript utility for automatic form element autosizing that works with inputs, textareas, and select menus.
A developer argues for learning HTML, CSS, and JavaScript fundamentals before jumping into frameworks like React or Angular.
A practical cheatsheet for jQuery UI events, detailing mouse, keyboard, and touch interactions for developers.
Explains how to use TypeScript with JSX for better type safety and tooling in React development, addressing refactoring and error prevention.
A web developer explains progressive enhancement as a use-case oriented approach, using video implementation as a practical example.
A weekly tech digest covering browser updates, WebAssembly, debugging tools, and interoperability news from June 2015.
Announcing WebAssembly, a new binary format for safe, efficient code on the web, designed as a successor to asm.js.
A developer builds a web-based version of the rhythm game osu! using JavaScript, WebGL, and Web Audio to decompress, decode, and play user-created beatmaps.