D3.js and Octopress
A technical guide on integrating D3.js data visualizations into the Octopress blogging platform, including a working bar chart example.
A technical guide on integrating D3.js data visualizations into the Octopress blogging platform, including a working bar chart example.
A developer's critical analysis of JavaScript's challenges, particularly regarding modularity and dependency management in browser environments.
Explains the lack of touch events in IE9 Mobile for Windows Phone 7 and provides workarounds using mouse events for web developers.
An open-source HTML5 canvas image editor with multiple layers, jQuery integration, and a modular architecture for extensibility.
Explains how to improve webpage load times by asynchronously loading social media JavaScript links, with a reference to a CSS-Tricks article.
Explores hacky JavaScript methods to detect device orientation, addressing inconsistencies across mobile devices like the Galaxy Tab.
Analysis of the new JavaScript fat arrow function syntax, its features, and potential concerns for developer understanding.
Explores the rules for valid, unquoted property names in JavaScript objects, including identifiers, string literals, and numeric literals.
Explains the rules for valid JavaScript variable names in ES5, including Unicode characters and reserved words.
Developer creates a jQuery UI plugin for a rotating image gallery using JavaScript and analytic geometry for broad browser compatibility.
A guide on using Bitbucket's REST API and jQuery to embed live, auto-updating source code snippets from a repository directly into a website.
Explains how to write modular JavaScript code using patterns like the module pattern to avoid polluting the global namespace and improve code structure.
Explores whether JavaScript uses UCS-2 or UTF-16 encoding, detailing the differences and implications for handling Unicode characters.
A developer shares a custom jQuery plugin for animating color transitions using RGB interpolation in 3D space.
A technical guide explaining character escape sequences in JavaScript, covering code points, single character escapes, and encoding details.
A developer created a game called Sat-E for the Ludum Dare 22 game jam, inspired by the theme 'Alone' and Wall-E.
Explores the practice of extending JavaScript native prototypes, discussing its utility, risks, and compatibility concerns.
A curated list of essential RSS feeds for frontend developers, covering JavaScript, web standards, and large-scale web application development.
A developer's journey to create SofiaJS, a JavaScript user group in Bulgaria, to foster a local community for developers.
Explores Google Chrome's autoupdate feature as a key design philosophy, focusing on user simplicity and delivering content over browser complexity.