JSer.info #84 - JavaScriptのコードスニペットのベンチマークを取ったりするのに利用できるBenchmark.js v 1.0.0がリリースされました。
jsPerfで使われています(というか作者がやってる)
また、Webにおけるパフォーマンス測定に利用できるperformance.now()について、When milliseconds are not enough: performance.now() - HTML5Rocks Updatesという記事で、
どういうものなのかが簡単にまとまっています。(Benchmark.jsの中でも使われてた思います)
他にもHigh-Performance, Garbage-Collector-Friendly Code - Build New Gamesで紹介されてるようなchrome —enable-memory-infoを使ったメモリ情報の取得等、
昔はブラウザが提供されてなかった、より詳細な情報を取得する方法が用意されてきているので、パフォーマンス測定などにも利用できるものが多くなってると思います。
Benchmark.js
http://benchmarkjs.com/
jsPerfなどでも使われてるBenchmark.js v 1.0.0がリリース
まだChange logがないので、git tagの差分
https://github.com/bestiejs/benchmark.js/compare/0.3.0…v1.0.0
Version 0.8.7 (stable)
http://blog.nodejs.org/2012/08/15/node-v0-8-7-stable/
Node.js 0.8.7リリース
jQuery UI 1.8.23 « jQuery UI Blog
http://blog.jqueryui.com/2012/08/jquery-ui-1-8-23/
jQuery UI 1.8.23リリース
メンテナンスリリース
Dojo 1.8 Released! | The Dojo Toolkit Blog
http://dojotoolkit.org/blog/dojo-1-8-released
Dojo 1.8リリース
ドキュメントページを改善、request,router,promiseやUIコンポーネントの追加等
File: SASS_CHANGELOG
http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
Sass 3.2.0(3.2.1)リリース
@content, Placeholder Selectors, Variable Arguments, Directive Interpolation
古いブラウザでSVG表示ができるSIE 3 の公開 - プラグインレスでSVGを表示する「SIE」開発ブログ
http://d.hatena.ne.jp/dhrname/20120818/p1
SIE 3リリース
» Safari 6 and Chrome 21 add image-set to support retina images Cloud Four Blog
http://blog.cloudfour.com/safari-6-and-chrome-21-add-image-set-to-support-retina-images/
Webkit系にprefix付き実装されたimage-setについて。
デバイスピクセル比によって出す画像を変える。
http://myakura.hatenablog.com/entry/2012/03/23/040058 も参照
When milliseconds are not enough: performance.now() - HTML5Rocks Updates
http://updates.html5rocks.com/2012/08/When-milliseconds-are-not-enough-performance-now
navigationStartからの相対的な時間を高精度で取得できるperformance.now()の使い所について。
jsPerf, JSPerfView を使った、JavaScript コードのベンチマーク計測とブログなどで計測結果を利用する方法 : document
http://blog.livedoor.jp/imaya_js/archives/5850053.html
jsPerfで計測したデータのグラフを埋め込みで表示する方法
JavaScript で書かれた ZLIB の伸張速度比較 : document
http://blog.livedoor.jp/imaya_js/archives/5841859.html
JavaScriptのZLIBライブラリの比較
サイト制作時のメモ 2012年前半 | Unformed Building
http://unformedbuilding.com/articles/webdevelopment-memo-2012-first-half/
Graceful Degradation、多言語対応(アジア系)、Android/iOSのモバイル対応について注意点や参考サイトなどについて
High-Performance, Garbage-Collector-Friendly Code - Build New Games
http://buildnewgames.com/garbage-collector-friendly-code
JavaScriptとガーベッジコレクションについて。
Chromeを使ったメモリ測定方法
http://efcl.info/2010/1226/res2191/
Object Poolの実装について。
Debugging your JavaScript app using WebStorm
http://www.gamefromscratch.com/post/2012/08/17/Debugging-with-JavaScript-with-WebStorm.aspx
WebStormを使ったデバッグ方法について。内蔵してるデバッガーの使い方について
JavaScript Syntax // Speaker Deck
https://speakerdeck.com/u/ynonperek/p/javascript-syntax
JavaScriptの基本的な文法からprototypeとか幅広く書かれているスライド。
http://www.slideshare.net/dominion/javascript-blast とかに近い感じ
Third Party JavaScript In The Third Person - Alex Sexton
http://alexsexton.com/blog/2012/08/third-party-javascript-in-the-third-person
サードパーティJavaScriptについての発表。
Same Origin Policyやiframe、サードパーティボタンのキャシュについて
wesleyhales.com: Web Performance Testing With PhantomJS
http://wesleyhales.com/blog/2012/08/16/Site-Load-Time-Testing-with-PhantomJS/
phamtomJSを使ったパフォーマンス測定とappcache生成スクリプトについて
https://github.com/jamesgpearce/confess/
Localised JavaScript
http://fhtr.org/js-i18n/
JavaScriptを英語以外の言語に変換するライブラリ。
キーワードとか関数を日本語にしたりできる。
JavaScript for… by Thomas S. Bradford [Leanpub PDF/iPad/Kindle]
https://leanpub.com/javascriptforassholes
"JavaScript for Assholes"
自由な感じで、変わってる感じのJavaScript電子書籍
まだ書いてる最中だけどPre orderできる。