JS Find-and-Replace with Split/Join
A historical look at JavaScript string manipulation, comparing the performance of split/join versus replace() for find-and-replace operations.
A historical look at JavaScript string manipulation, comparing the performance of split/join versus replace() for find-and-replace operations.
Explores a JavaScript technique called 'simplethreading' for handling large data sets asynchronously by batching operations to improve performance.
Extending jQuery with John Resig's micro-templating function for cleaner, nestable JavaScript templates.
A technical article discussing a JavaScript method to dynamically load and manage CSS dependencies in large web applications.
A developer details building a custom, high-performance friend selector UI component for social apps, inspired by Facebook's design.
A fun web tool that generates Bing search links for easily answerable questions, inspired by LetMeGoogleThatForYou.
A guide to implementing on-the-fly JavaScript minification in Apache Cocoon using the JSMin library.
Discusses password masking usability issues and proposes a JavaScript solution with a checkbox to toggle visibility, addressing browser compatibility.
A participant's experience at Tokyo BarCamp 2009, covering discussions on mobile browsers, natural language parsing, and the hacker space movement.
A review of the book 'Learning Ext JS', covering its effectiveness for quickly learning the JavaScript framework for building rich web applications.
An updated JavaScript library for creating cross-browser, imageless linear gradients with multiple colors and transparency support.
A review of 'Object-Oriented Javascript' by Stoyan Stefanov, covering its content, target audience, and overall recommendation for developers.
A personal recap of SXSW 2009, focusing on the value of presentations, networking, and tech-focused conversations at the conference.
A defense of JavaScript developers against elitism from other programmers, highlighting the language's unique complexities and challenges.
A JavaScript class for creating cross-browser, imageless linear gradients using Canvas for modern browsers and filters for IE.
A developer shares a JavaScript bookmarklet to automatically resize and center mockup images in the browser for better design review.
A developer shares lessons learned from attending SXSW, focusing on flexible scheduling and the value of networking at tech conferences.
A guide to detecting RGBA and other CSS3 value support in browsers using JavaScript feature detection techniques.
Comparing JavaScript type-checking methods, showing that elegant, short code isn't always the fastest, with performance benchmarks.
A tutorial on building an offline-capable ASP.NET MVC notebook application using Google Gears for local data storage and synchronization.