jQuery events contributes to clean Javascript
A guide demonstrating how to use jQuery events and OOP principles to write clean, modular JavaScript code for UI components.
A guide demonstrating how to use jQuery events and OOP principles to write clean, modular JavaScript code for UI components.
Introduces loadNicely, a jQuery plugin for smooth image loading with progress indicators and custom callbacks.
A technical solution using JavaScript/jQuery to fix image resizing issues in Google's Blogger platform by enforcing maximum width constraints.
A call for contributors to help create a modern, streamlined fork of jQuery that removes legacy browser code and uses native JavaScript.
A tutorial on implementing lightweight autocomplete functionality in a Django web application using jQuery and Python.
A developer recounts creating a web-based photo clock using the Flickr API, modern JavaScript, and jQuery during a company-wide coding challenge.
The author details the technical process of setting up a personal website and server on a home network, learning various web technologies.
Slides from a 2010 VISUG session on building rich web applications using ASP.NET MVC and jQuery as an alternative to Silverlight.
A tutorial on implementing the Showdown/PageDown Markdown parser in JavaScript, with examples for both plain JS and jQuery integration.
A game developer discusses taking a break from game making to learn new tools like Vim and Haskell, and how exploring different programming paradigms improves skills.
A tutorial on using jQuery to find and replace specific text patterns within the DOM, useful for content editing workflows.
Argues against including jQuery in Django's admin interface to keep contribution accessible and avoid endorsing a single JavaScript toolkit.
Extending jQuery with John Resig's micro-templating function for cleaner, nestable JavaScript templates.
Author announces and reflects on writing his first book, 'ASP.NET MVC 1.0 Quickly,' a hands-on guide for ASP.NET developers.
A developer modifies the jQuery Pageslide plugin to support multiple, independently configured slideshows on a single webpage.
A screencast tutorial on using jQuery and ASP.NET MVC to check username availability during user registration.
A tutorial on implementing partial page updates in ASP.NET MVC using jQuery and a custom action filter to switch master pages for Ajax requests.
A developer recounts attending a Python Onsen event, working on a Django lifestream app, and discussing web development with peers.
Microsoft's Mix Online community releases Oomph, a cross-browser JavaScript toolkit for extracting and using Microformats data from web pages.
A tutorial on implementing custom OK/Cancel button functionality in modal dialogs using the jQuery jqModal plugin.