JSer.info #37 - jQuery Mobile1.0RC1やjQuery 1.7βがリリースされています。特にjQuery1.7でイベント管理のインターフェースがon/offに統一して扱えるようになるなど結構変化がある気がします。
またSelectors Level 4のFPWDが公開されて、内容も興味深いものが多いので一度CSS4セレクタ (Selectors Level 4) の新機能を見ておくといい気がします。
ヘッドライン『jQuery Mobile 1.0 RC1 Released! | jQuery Mobile』
http://jquerymobile.com/blog/2011/09/29/jquery-mobile-1-0rc1-released/
jQuery Mobile 1.0RC1がリリース。
jQuery: » jQuery 1.7 Beta 1 Released
http://blog.jquery.com/2011/09/28/jquery-1-7-beta-1-released/
jQuery 1.7βリリース
* bind,live,delegateがNode.jsやAddon SDKのように$(elem).on/offでイベント設定ができるようになった。
* animationがqueue namesをサポート
* removeAttrが複数の属性削除をサポート
* jQueryをReuqireJSのようなAMDローダーでモジュール登録できるのをサポート
など
jQuery 1.7 Beta Release Preview も参考に
Selectors Level 3
http://www.w3.org/TR/2011/REC-css3-selectors-20110929/
Selectors Level 3が勧告された
Selectors Level 4
http://www.w3.org/TR/2011/WD-selectors4-20110929/
Selectors Level 4のFPWD (First Public Working Draft)が公開された。
新たにいわゆる親セレクタのようなものなど増えた機能も多く、詳細は矢倉さんの文章を参照
CSS4セレクタ (Selectors Level 4) の新機能
http://myakura.github.com/n/selectors4.html
Firefox 7 リリース - Another 朝顔日記
http://d.hatena.ne.jp/nyama/20110929/1317303617
Firefox7のリリースノートまとめ
『Firefox 8 の後方互換性に関わる修正のまとめ « Mozilla Developer Street (modest)』
https://dev.mozilla.jp/2011/09/firefox8-backward-compatibility/
Firefox 8の開発者向けの変更点まとめ
引数が空の時にsearch,match,exec,testの動作修正、document.getSelection()の返り値の変更など
『jQueryのbind/live/delegateの違いまとめ、と更なる新API .on() による統合 - y-kawazの日記』
http://d.hatena.ne.jp/y-kawaz/20111002/1317489435
jQuery 1.7から入る、on/offでのEvent Emitter的なイベントAPIと以前の形式のイベントAPIとの比較
『WebAppSec/Secure Coding Guidelines - MozillaWiki』
https://wiki.mozilla.org/WebAppSec/Secure_Coding_Guidelines
Mozillaの公開するセキュアコーディングガイドライン
『SVG as Data URI for background image - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS)』
http://jsfiddle.net/estelle/SJjJb/
DataURI+SVGでCSS background-imageにSVGを埋め込み
スライド、動画関係『jQuery Keynote 2011: Boston』
http://www.slideshare.net/jeresig/jquery-keynote-2011-boston
jQuery 1.7についてのスライド
jQueryのコミュニティやAPIドキュメントや開発のプロセスについて
Mozilla 勉強会で ECMAScript 6 の WeakMap について LT しました - mooz deceives you
http://d.hatena.ne.jp/mooz/20111002/p1
WeakMapについてのスライド
『Firefox Security Features』
http://www.slideshare.net/dynamis/firefox-security-features
CSP(Content Security Policy)について紹介されてるスライド
Firefox Developer Tools のFIrefoxの開発者ツールについても興味深い
サルでもわかるHTML5超入門
http://www.slideshare.net/e2kaneko/html5-9409899
HTML5の概要を雑句把覧にまとめたスライド
ツール、ソフトウェア関係『Introducing Google JS Test - Google Open Source Blog』
http://google-opensource.blogspot.com/2011/09/introducing-google-js-test.html
Google製のJavaScriptユニットテストフレームワーク