JSer.info #130 - ChromiumベースとなったOpera 15がリリースされました。ベースはChromium 28なので、Blinkが使われています。
最強オブジェクト指向言語 JavaScript 再入門! というスライドでは、JavaScriptで理解し難いプロトタイプチェーンやスコープチェーンなどについてわかりやすく解説されています。
結局は書いて感覚的に理解していくのが近い気もしますが、ここまで上手く解説できていいスライドなので読んでおくといいかもしれません。
Announcing TypeScript 0.9.0.1 - TypeScript - Site Home - MSDN Blogs
http://blogs.msdn.com/b/typescript/archive/2013/06/28/announcing-typescript-0-9-0-1.aspx
TypeScript 0.9.0.1リリース
bugfix
jQuery 1.10.2 and 2.0.3 Released | Official jQuery Blog
http://blog.jquery.com/2013/07/03/jquery-1-10-2-and-2-0-3-released/
jQuery 1.10.2 と 2.0.3 リリース.
bugfix
Opera Developer News - Introducing Opera 15 for Computers, and a fast release cycle
http://my.opera.com/ODIN/blog/2013/07/02/introducing-opera-15-for-desktop-and-a-fast-release-cycle
ChromiumベースとなったOpera 15リリース
HTML 5.1
http://momdo.s35.xrea.com/web-html-test/spec/WD-html51-20130528/Overview.html
HTML5.1の仕様書翻訳
5.0の訳 http://momdo.s35.xrea.com/web-html-test/spec/html5-author-wd-201210/Overview.html
This is Stuff: Building JavaScript Library with Grunt.js
http://meri-stuff.blogspot.com/2013/06/building-javascript-library-with-gruntjs.html
Grunt.jsを使ってJavaScriptライブラリを開発でのタスクについて
Five Patterns to Help You Tame Asynchronous JavaScript - Tech.Pro
http://tech.pro/blog/1402/five-patterns-to-help-you-tame-asynchronous-javascript
非同期コードを扱う方法 コールバック、Observer パターン(EvnetsEmitter)、Messaging、Promises、 Finite State Machinesについてのメリット、デメリットのまとめ
以下も近い内容
Variables and Constants in ES6 - Generated Content by David Storey
http://generatedcontent.org/post/54444832868/variables-and-constants-in-es6
let, constの対応状況まとめ
JavaScript でスマートに非同期なコードを書くための Promise パターンの仕様(改良版)の邦訳です。
https://gist.github.com/OrgaChem/5903697
Promises/A+のSpec翻訳
JavaScript イディオム集 » nmi.jp
http://nmi.jp/archives/488
JavaScriptで演算子とか利用したイディオムのまとめ
文字列化、数値化、null比較、isNaN、~indexOf、ビット演算
Basis.js - почему я не бросил разрабатывать свой фреймворк (extende…
http://www.slideshare.net/basisjs/basisjs-fronttalks
single-pageアプリ等に使えるJavaScriptフレームワーク http://basisjs.com/ についてのスライド
SpiderMonkey Parser API: A Standard For Structured JS Representations // Speaker Deck
https://speakerdeck.com/michaelficarra/spidermonkey-parser-api-a-standard-for-structured-js-representations
Mozilla Parser APIとそれの実装であるReflect.jsやEsprima等についてのスライド.
ASTをIRとして変換、可視化、解析、カバレッジ、altJSなどに利用されている話
jQuery Conference Portland 2013
http://events.jquery.org/2013/portland/
jQuery Conference in Portland 2013のスライドと動画が公開されてる
最強オブジェクト指向言語 JavaScript 再入門!
http://www.slideshare.net/yuka2py/javascript-23768378
JavaScriptのプロトタイプチェーンとprototype属性を分けて説明する事でわかりやすくできてるスライド.
スコープとクロージャーとthisについても。JavaScriptとオブジェクト
High Performance Web Frontend // Speaker Deck
https://speakerdeck.com/ahomu/high-performance-web-frontend
ウェブサイトのパフォーマンスについてスライド。
画像の通信的な重さ、重いCSSプロパティとSkia Debugger、reflowと重い箇所をChrome Dev Toolsを見つける方法、JavaScriptとGCとメモリリーク
TypeScript: Application-Scale JavaScript | Build 2013 | Channel 9
http://channel9.msdn.com/Events/Build/2013/3-314
Anders HejlsbergによるTypeScriptについての発表。
主にデモやTypeScriptで作られてるウェブアプリの紹介等
Big JS-Compatibility-Table
http://compatibility.shwups-cms.ch/en/home/?
JavaScript APIのブラウザ間の対応をまとめたサイト.
かなり網羅的に載ってる
Huddle/PhantomFlow
https://github.com/Huddle/PhantomFlow
PhantomJS,CapsperJS,PhantomCSSを使ってインテグレーションテストをビジュアライズする試みのツール
Aristochart - Sophisticated Javascript charts.
http://dunxrion.github.io/aristochart/
Canvas折れ線グラフライブラリ
mathiasbynens/esrever
https://github.com/mathiasbynens/esrever
ユニコード文字列もちゃんと扱えるString#reverse実装ライブラリ
Webflow CSS Playground
http://playground.webflow.com/
CSSをGUIで変更しながら見られるツール.
レスポンシブなプレビュー
Ja - Scalable and Modular Architecture for CSS
https://smacss.com/ja
SMACSSの日本語版が発売された
Amazon.com: Programming 3D Applications with HTML5 and WebGL: 3D Animation and Visualization for Web Pages (9781449362966): Tony Parisi: Books
http://www.amazon.com/o/ASIN/1449362966/amazon0abac-22/ref=nosim
2013年11月22日発売
WebGLとかを使った3Dアニメーション、ビジュアライズについて