Browsers and Bugs 03/2015
A 2015 roundup of browser bug fixes, development tools, and web development news, including Firefox, Chrome, and Opera updates.
A 2015 roundup of browser bug fixes, development tools, and web development news, including Firefox, Chrome, and Opera updates.
A technical guide on using basket.js to asynchronously load module-specific JavaScript from local storage for better web performance.
A February 2015 roundup of browser bugs, workarounds, new features like WOFF2 in Firefox 35, and developer tools for debugging and accessibility.
A look back at Node.js's growth in 2014 and an introduction to a new weekly series on JavaScript design patterns, starting with the Factory pattern.
Explains the Factory design pattern in Node.js for simplifying and centralizing complex object creation in JavaScript applications.
Creative ideas to enhance user experience in web forms with playful and personalized details like custom cursors and birthday hints.
A developer shares his professional New Year's resolutions for 2015, focusing on stabilizing projects and contributing to open source.
A developer reflects on 2014's tech achievements and personal goals, and outlines plans for 2015 focused on JavaScript, open source, and community involvement.
A review of the five most popular web performance and responsive design articles from 2014, discussing speed, myths, and metrics.
A developer's analysis and comparison of JavaScript templating libraries like Underscore.js, Mustache, Jade, and Swig for server-side rendering.
Explores using ES6 generators for cleaner asynchronous JavaScript code, comparing them to callbacks and promises.
A developer shares a script for sharing selected webpage text directly to Twitter, with automatic highlighting and URL hash integration.
Explains the ECMAScript specification for evaluating function calls, focusing on reference resolution and the 'this' value.
A tutorial showing how to create a simple HTML redirect page, with both a PHP-enhanced version and a plain HTML/JavaScript version.
Introduces Shoestring, a lightweight JavaScript DOM utility that helps reduce code bloat by offering a modular, jQuery-like alternative.
A developer explains implementing a percolation system visualization in JavaScript, covering the Union-Find algorithm and project challenges.
A developer explores integrating RequireJS and ES6 modules with AngularJS, comparing approaches and sharing resources for modern JavaScript workflows.
A personal recap of JSConf EU 2014, highlighting key talks on ServiceWorkers, community building, and JavaScript for IoT.
Analysis of JavaScript parse and execution times for jQuery across various browsers and devices, using a profiling tool released by Etsy.
Explores JavaScript monkey patching, a powerful but dangerous technique for modifying objects and classes, with warnings and practical examples.