キーワード検索「spec」
Valid JavaScript variable names · Mathias Bynens
Did you know var π = Math.PI; is syntactically valid JavaScript? I thought this was pretty cool, so I decided to look into which Unicode glyphs are allowed in JavaScript variable names, or identifiers...
NO TEST, NO LIFE. NO DOC, NO LIFE - latest log
jsuupaa.js や mofmof.js には {@hoge 〜 }@hoge のようなコードブロックを切り落として Minify する機能があるので、「ソースコードにテストもドキュメントも全部埋め込むことが可能だな〜」って3年程前から考えてました。そこで、Function.prototype.spec というメソッドを追加し、これにスペックを書き貯めたらどうだろうか(?)とか考えました。 た...
Getting Started With Konacha: JavaScript Testing on Rails
Konacha is a testing tool for JavaScript applications running on Rails. Why Konacha? It’s very fast. It treats JavaScript like a first-class citizen: Your tests are written in JavaScript, call into Ja...
WebRTC now available in the Chrome dev channel - WebRTC
WebRTC now available in the Chrome dev channel posted by Serge Lachapelle Today, we made available the WebRTC API and its underlying components on the Chrome dev channel. This release implements a sli...
mote.js
Mote.js is a spec-compliant, fast implementation of mustache templates. See how it compares to the other popular engines by clicking the "bench" link in the menu. mustache? See the mustache manual for...
[HTML5]History APIめも - l4l
spec http://www.w3.org/TR/html5/history.html HTML5以前のHistoryオブジェクトI/F window.historyでアクセスできるホストオブジェクト。ブラウザの進む/戻るに対するJavaScript APIのみでした。 interface History { void go(in optional long delta); void back(...
HTML5 <progress> polyfill by Lea Verou
by Lea Verou • Story • Github Demos Indeterminate Progress: 0% Progress: .5 of 0 Progress: 100% Progress: 75% Features Accessible (WAI-ARIA-enabled) Supports getting (and setting, when allowed by the ...
DOMCrypt API Update 2011-06-01 « Monocle Globe Society
There has been so much written and discussed online and off about privacy, user control and identity lately. This dovetails nicely with the draft spec for DOMCrypt as a proposed Crypto API for web bro...
Mac に PhantomJS を入れた | Tanablog
MacOS X (Snow Leopard) に PhantomJS を入れました。Build Instructions の通り。 git clone git://github.com/ariya/phantomjs.git && cd phantomjs && git checkout 1.1 Qt を落とす。 qmake -spec macx-g++ && make in/phantomjs....
久々にJasmine Titaniumをアップデートした | ひげろぐ
久々にJasmine Titaniumをアップデートしたakahigeg/jasmine-titanium – GitHub JasmineをTitanium上で動かすというプロジェクトは他にもちらほらあるものの、自分にとって使いやすいものが今のところないので、まだしばらくこちらのアップデートを続けていくと思われます。 Drillbitに関しては試す気力が回復しない。 更新内容 specs.shを...
Fixing the JavaScript typeof operator « JavaScript, JavaScript…
What’s wrong with typeof? The most glaring issue is that typeof null returns “object”. It’s simply a mistake. There’s talk of fixing it in the next version of the ECMAScript specification, although th...
Honest to a Segfault » Entry » JS regexps implemented in JS
If you heart JS and want to learn more about how regular expressions work, I've got yet another fun project for you to work on.Back when I was working more heavily on the regular expression engine, so...
How-To: Create a JavaScript module for CommonJS, Ti.include, or the browser « Appcelerator Developer Center
A common question we get is around techniques for code re-use between projects that use different types of JavaScript evaluation mechanisms, like the CommonJS module spec, Ti.include, or just in the b...
PHP Advent 2011 / Cross-Origin Ajax with CORS
There’s no doubt that Ajax is one of the most exciting, useful, and necessary web technologies available to front-end developers. Unfortunately, it’s also one of the most restrictive — especially when...
trevmex's tumblings - EnvJasmine 1.7 Released!
JavaScripter, Rubyist, Functional Programmer, Agile Practitioner. Thanks to the support of the EnvJasmine community we have a great new update. This one is especially useful for those of you running E...
ruby on rails - How do you test an AJAX request with RSpec/RoR? - Stack Overflow
I'm fairly new to RoR and recently started learning BDD/Rspec for testing my application. I've been looking for a way to spec an AJAX request, but so far I haven't found much documentation on this at ...
JsHtmlSanitizer - google-caja - How to use caja as a stand-alone client side sanitizer - Project Hosting on Google Code
End-user's Guide Getting Started Try it out Debugging Motivation Types of attacks Capabilities in Web applications Language spec CajaOverview CajitaValues SubsetRelationships NiceNeighbor SimpleSubset...
JavaScript独自プロファイラ - Gaisho Blog
JavaScript処理と処理の間の時間を計測する独自プロファイラを作成した。拡張可能なように、関数型コンストラクタにて実装。(jQueryクックブックの5-8を参考にした)var profiler = function (my, spec){var that = {};my = my || {};var log = [];var first;var last;that.time = functi...
ES5: Strict Mode < Rob Sayre's Mozilla Blog
ECMA 262, Edition 5: In order to conform to this specification, an ECMAScript implementation must implement both the full unrestricted ECMAScript language and the strict mode variant of the ECMAScript...
Embedly - API - Tools - Blogger Tools
Embedly Javascript Tag - DocumentationGeneral InfoThe Embedly Javascript tag will replace links with content. It follows theoEmbed spec for contentretrieval, while utilizing http://api.embed.ly as a s...
