-
Microsoft to Expand its Collaboration with the jQuery Community
Explore Article jQuery (Mar 16 2010) jQuery
The jQuery Project is excited to announce that Microsoft is expanding its support of the jQuery JavaScript Library through new initiatives, to include code contributions, product integration, and the allocation of additional resources. Building on two years of collaboration with the jQuery Project, Microsoft announced today at MIX 2010 that it will be working with the [...] (Read Full Article)
Comment on Article Mentions: Microsoft John Resig
-
Spring 2010 jQuery Talks
Explore Article John Resig (Mar 4 2010) jQuery
I'm giving a number of talks this spring on jQuery and especially on some of the recent additions made in jQuery 1.4. Below are all the slides and demos that I've given. The conferences / meetups that I spoke at (or will speak at, in the case of MIX), and the talks that I gave, are [...]
(Read Full Article)
-
jQuery 1.4.2 Released
Explore Article jQuery (Feb 19 2010) jQuery
jQuery 1.4.2 is now out! This is the second minor release on top of jQuery 1.4, fixing some outstanding bugs from the 1.4 release and landing some nice improvements. I would like to thank the following people that provided patches for this release: Ben Alman, Justin Meyer, Neeraj Singh, and Noah Sloan. Downloading As usual, we provide two [...] (Read Full Article)
-
jquery-dev - jQuery is Moving to a Forum
Explore Article Pubbs (Jan 20 2010)
jquery-dev - jQuery is Moving to a Forum by John Resig on 2010-01-20T17:56:37+00:00; Re: jquery-ui - jQuery is Moving to a Forum by Octavian Rasnita on 2010-01-20T18:38:12+00:00; Re: jquery-ui - jQuery is Moving to a Forum by Clayton ... (Read Full Article)
Comment on Article Mentions: John Resig
-
jQuery 1.4 Released
Explore Article jQuery (Jan 14 2010) jQuery
Big News: jQuery 1.4 has been released! Head on over to the 14 Days of jQuery site to see the full details: jQuery 1.4 Released Also Media Temple has just started their 15 prizes for 14 days of jQuery contest. Submit cool uses of jQuery and enter to win free hosting or even a laptop! (Read Full Article)
-
14 Days of jQuery and the New API Browser
Explore Article jQuery (Jan 8 2010) jQuery
It’s the start of a new year, and the jQuery team’s been hard at work. We’ve been up day and night working to crank out the upcoming jQuery 1.4 release, and there’s a LOT to announce! So much, in fact, that we’ll need fourteen full days to get it all out there… As such, I’d [...]
(Read Full Article)
Comment on Article Mentions: John Resig
-
InfoQ: JavaScript: Measuring Performance, Games, and Distributed ...
Explore Article infoq.com (Dec 23 2009)
John Resig touches three JavaScript issues: performance measuring – calling getTime() or using a browser extension like Firebug, plus performing complexity analysis -, creating games – should be multiplayer, hard to cheat, available on ...
(Read Full Article)
Comment on Article Mentions: Javascript John Resig
-
jQuery 1.4 Alpha 2 Released
Explore Article jQuery (Dec 18 2009) jQuery
jQuery 1.4 Alpha 2 is released! This is the second alpha release of jQuery 1.4 (alpha 1 was released previously). The code is stable (passing all tests in all browsers we support), feature-complete (we’re no longer accepting new features for the release), and needs to be tested in live applications. Grab the code: Regular: http://code.jquery.com/jquery-1.4a2.js Minified: http://code.jquery.com/jquery-1.4a2.min.js NOTE: If [...] (Read Full Article)
Comment on Article Mentions: John Resig
-
jQuery: » jQuery 1.4 Alpha 2 Released
Explore Article jQuery (Dec 18 2009) jQuery
Posted December 18th, 2009 by John Resig. jQuery 1.4 Alpha 2 is released! This is the second alpha release of jQuery 1.4 (alpha 1 was released previously). The code is stable (passing all tests in all browsers we support), ... (Read Full Article)
Comment on Article Mentions: John Resig
-
.closest(Array) in jQuery 1.4
Explore Article John Resig (Dec 18 2009) jQuery
A new method signature is slated for jQuery 1.4: .closest(Array). It builds upon the previous .closest() method and hyper-optimizes the logic needed for handling event delegation (and live events). closest() (and by extension, is()) has become a critical function in jQuery. With more people using live events reducing any overhead has become of the utmost importance. [...] (Read Full Article)
-
jQuery 1.4 Alpha 1 Released
Explore Article jQuery (Dec 4 2009) jQuery
Hot off the presses: jQuery 1.4 Alpha 1 is released! This is the first alpha release of jQuery 1.4. The code is stable (passing all tests in all browsers we support), feature-complete (we’re no longer accepting new features for the release), and needs to be tested in live applications. Grab the code: Regular: http://code.jquery.com/jquery-1.4a1.js Minified: http://code.jquery.com/jquery-1.4a1.min.js NOTE: If you’re [...] (Read Full Article)
-
jQuery Wins .Net Magazine Award
Explore Article jQuery (Dec 3 2009) jQuery
Word has just come in that jQuery has won the 2009 .Net Magazine Award for best Open Source Application. jQuery was in the final voting with Firefox and Wordpress. Simon Willison graciously accepted the award for the team: This award really goes out to the whole jQuery community and all the contributors that made jQuery what it [...] (Read Full Article)
Comment on Article Mentions: Simon Willison
-
.nodeName Case Sensitivity
Explore Article John Resig (Nov 24 2009)
When working with the DOM .nodeName property there are two hard-and-fast rules that most people abide by: The node names of HTML elements are always uppercase, even if they're explicitly created using lowercase characters. <html> will result in a .nodeName === "HTML" (see the HTML 5 draft). The node names of XML elements are always in the [...] (Read Full Article)
-
Deep Tracing of Internet Explorer
Explore Article John Resig (Nov 17 2009)
After reading a recent post by Steve Souders concerning a free tool called dynaTrace Ajax, I was intrigued. It claimed to provide full tracing analysis of Internet Explorer 6-8 (including JavaScript, rendering, and network traffic). Giving it a try I was very impressed. I tested against a few web sites but got the most interesting [...]
(Read Full Article)
Comment on Article Mentions: Javascript Steve Souders
-
What Bug Needs to be Fixed for jQuery 1.4?
Explore Article jQuery (Oct 30 2009) jQuery
Want to make sure that your “favorite” jQuery bug is fixed in time for the upcoming 1.4 release? Then tell the jQuery dev team using the below form. (Read Full Article)
-
2009 jQuery Halloween Pumpkin
Explore Article jQuery (Oct 30 2009) jQuery
In a repeat of last year’s phenominal jQuery pumpkin Christopher Pickert is back with a brand new jQuery 1.3-using pumpkin that’s sure to frighten visitors: Thanks again to Christopher for this great creation.
(Read Full Article)
Comment on Article Mentions: John Resig
-
jQuery Summit - Nov. 19th
Explore Article jQuery (Oct 22 2009) jQuery
Environments for Humans is running a one-day, online conference focusing on jQuery. The conference will be on November 19th and will feature a number of prominent members of the jQuery community, including members of the jQuery team. The following talks are slated for the jQuery Summit: The State of jQuery - John Resig Web Interface Essentials - Marc [...]
(Read Full Article)
Comment on Article Mentions: Marc Grabanski John Resig Jonathan Snook
-
Talks at the 2009 jQuery Conference
Explore Article John Resig (Sep 16 2009) jQuery
This past weekend was the 2009 jQuery Conference here in Boston. It was an incredible event - 300 people attended and a ton of discussion, collaboration, and learning happened. Nearly the entire jQuery project team had the opportunity to meet for two days prior to the conference and hash a number of things out - figuring [...]
(Read Full Article)
Comment on Article Mentions: John Resig Paul Bakaus
-
50% Off Secrets of the JavaScript Ninja
Explore Article John Resig (Sep 1 2009)
I've been slowly working on a new JavaScript book that covers many of the specifics behind how and why JavaScript libraries are designed they way that they are - titled Secrets of the JavaScript Ninja. I'm still working on the book - I have four chapters left to write - and am hoping to have [...]
(Read Full Article)
-
Test Swarm Alpha Open
Explore Article John Resig (Aug 26 2009)
TestSwarm, the project that I've been working on over the past 6 months, or so, is now open to the public. Mozilla has been very gracious, allowing me to work on this project exclusively. At the beginning of April I moved from my old position as a JavaScript Evangelist on the Mozilla Evangelism team to [...]
(Read Full Article)
-
Fall 2009 jQuery Talks
Explore Article jQuery (Aug 14 2009) jQuery
Reminder: While the upcoming jQuery Conference is already sold out, we’re still looking for some excellent talks. We’re accepting talk proposals until the 15th. If your talk is accepted your ticket fee will be waived. Even if you can’t make the jQuery Conference, though, there are a number of opportunities to meet members of the jQuery [...] (Read Full Article)
Comment on Article Mentions: John Resig
-
Computing with JavaScript Web Workers
Explore Article John Resig (Jul 21 2009)
Web Workers are, undoubtedly, the coolest new feature to arrive in the latest version of web browsers. Web Workers allow you to run JavaScript in parallel on a web page, without blocking the user interface. Normally in order to achieve any sort of computation using JavaScript you would need to break your jobs up into tiny [...]
(Read Full Article)
Comment on Article Mentions: Firefox Safari
-
jQuery Conference 2009: Registration Open
Explore Article jQuery (Jul 16 2009) jQuery
Registration for the 2009 jQuery Conference is now open! Register here: http://events.jquery.com/ More information about the conference: Dates and Venue. The agenda is still being worked on and will be announced shortly. It’s fully expected that the conference will sell out again (as it has every year, so far) so if you’re interested in coming please sign up sooner [...] (Read Full Article)
-
Easy Retweet Button
Explore Article John Resig (Jul 9 2009)
Ever since I saw the Bit.ly JavaScript API I've been wanting to build a simple script for tracking the number of people visiting a blog post from Twitter. This past weekend I built a little script for doing just that - and in a completely unobtrusive manner. The script itself is completely standalone (no dependencies) [...]
(Read Full Article)
Comment on Article Mentions: Javascript
-
HTML 5 Parsing
Explore Article John Resig (Jul 7 2009)
One of the biggest wins of the HTML 5 recommendation is a detailed specification outlining how parsing of HTML documents should work. For too many years browsers have simply tried to guess and copy what others were doing in hopes that their parser would work well enough to not cause too many problems with HTML [...] (Read Full Article)
Comment on Article Mentions: Firefox







Recent Comments
BEATRICEArnold31 » New Layout like extjs layout, named Mui-layout. in Contribute ...
When students are stuck with argument essay composing, therefore I will propose to buy essay ...
xiLucy » New Layout like extjs layout, named Mui-layout. in Contribute ...
Lots of various studens get know some techniques of argumentative essay composing, but that does ...
See all recent comments