< 天地无极

Backbone.js Introduction Events – bind – unbind – trigger Model – extend – constructor / initialize – get – set – unset – id – cid – attributes - toJSON – save – destroy – validate – url – clone – isNew – change – hasChanged – changedAttributes – previous – previousAttributes Collection – extend – constructor / initialize – models – Underscore Methods (24) – add – remove – get – getByCid – at – le
A Web 1.618033988749894... Javascript Application Framework Claypool is a small, fast, railable Javascript Application Framework , built on jQuery that provides all the usual important patterns for large, long-lived client-side apps, server-side apps, or something strangely, beautifully in the middle.
Multi-threaded JavaScript on the JVM Ringo is a JavaScript platform built on the JVM and optimized for server-side applications. It takes a non-dogmatic stance on things like I/O paradigms. Ringo ships with a large set of built-in modules and follows the CommonJS standard. Ringo in a Nutshell Stability Flexibility Security Open Source Ringo is powered by the Mozilla Rhino JavaScript engine, which
The Search for a Trusted 메이저사이트: A World of Thrills, Security, and Immersive GamingdErsPOId - December 1, 2023In the dynamic world of online entertainment, the quest for finding a trustworthy 메이저사이트, or major site, is akin to navigating through a labyrinthine digital jungle. Much like the adventurers of old scouring for hidden treasures, modern-day netizens are on the lookout for that one platform
javascriptJavaScript苦手なんですよ…thisとか…スコープとか… というわけで最近勉強してるのもあり、以下のブログのJavaScriptプログラムを修正してみました。スクリプト言語間における「lexical closure」の違い、それともプログラムの違い? - karasuyamatenguの日記 もとのプログラム var closures=[]; for (var i=0; i{ var localvar="foo"+i; closures.push(function() { return localvar }); } closures.map(function(f) { print(f()) }); 結果 foo4 foo4 foo4 foo4 foo4 これを foo0 foo1 foo2 foo3 foo4 になるように変更してみる。もとのブログのコメント欄や
こんにちは、太田です。前々回、前回とJavaScriptにおける継承について学習しました。今回はそれに深く関わるthisについて学んでいきます。 JavaScriptのthisはややクセのある動作をするように思えるかもしれませんが、仕組みをしっかり把握すれば実に簡単です。特に重要なのは次の2点です。 thisが何を指すかは関数の呼び出し方で決定する thisは関数スコープに存在する特殊な変数である インスタンスとしてのthis では、まずはコンストラクタ内でのインスタンスとしてのthisを見てみましょう。 コンストラクタとthis function A(name){ this.name = name; } A.prototype.getThis=function(){ return this; }; var a = new A('aaa'); console.log(a); console
Painting application that is purely mad with JavaScript. It doesn't run with Internet Explorer. Please use Chrome, Safari, or Firefox. 100% JavaScript で制作されたお絵描きアプリです。Internet Explorerでは動きません。 Chrome, Safari, Firefoxにてご利用ください。 Day1: 2010/09/20 08:30 Project start. 06:00 Released First Version. 17:00 Redo is supported. 19:00 Zoom is supported. 23:00 Now you can scroll zoomed thumbnail. Day2: 2010/0
Hey there, it looks like you're using Microsoft's Internet Explorer. Microsoft hates the Web and doesn't support HTML5 :( To play this game you need a good Browser, like Opera, Chrome, Firefox or Safari. Jump: X, Shoot: C, Move: Arrow Keys Browser Compatibility Opera 10.61:Perfect Safari 5.0 (Mac):Perfect Firefox 4 Beta 3:Perfect Firefox 3.6:Sound issues; slow Chrome 7:Sound issues IE 9 Preview:So
This is the home of RingoJS, the CommonJS-compliant JavaScript platform formerly known as Helma NG. Getting Started Roadmap, Philosophy Packages, Applications Mailing List, Twitter IRC Channel, Log Features Compact JavaScript runtime environment based on Mozilla Rhino. It adds to Rhino a module system compatible with the CommonJS Modules/1.1 specification. Module library implemented in JavaScript,
この文章は、 Dmitry A. Soshnikov さんの、 ECMAScript に関する優れた記事 "JavaScript. The Core." を許可を得て翻訳したものです。世の中に、 JavaScript のブラウザ API や、実装系に関する記事は多々あれど、 ECMAScript の仕様に則って、ここまで詳しく説明してくれている記事は殆ど無いと思います。今回は翻訳できておりませんが、文中で参照されている Dmitry さんの ES3 シリーズも、読み応えのある( ECMAScript3 の仕様の副読本としても読める)素晴らしい内容ですので、是非チャレンジしてみてください!(ご要望があれば訳します翻訳許可を頂いたので、この記事内で参照されている章から逐次翻訳を進めます!)。 ちなみに Dmitry さんは、計算機科学や数学にも明るい方でらっしゃいます。が、私は違います。極力
HEADS UP! This article was written for an older version of node. More up-to-date information may be available elsewhere. One of the secrets to being a super effective JavaScript developer is to truly understand the semantics of the language. This article will explain the basic elemental parts of JavaScript using easy to follow diagrams. References Everywhere A variable in JavaScript is simply a la
久しぶりに記事でも書いてみます。KOBA789です。 「Node.js 日本ユーザグループ」の方にMLでnodifyの話題を投げたら斜め上から雲がやってきたので興味津々で飛びついてみた。後悔はしていない。 あれ、nodifyについては触れなくていいんですか?聞こえませ〜ん(ぉ Cloud9ってなんですか node.jsで組まれた、ブラウザ上で動作するIDEです(という説明でわかるだろうか) とにかく、見たほうが早いので環境をぱぱっと構築しちゃいましょう。 はじめに node.js、こいつがないと始まりません。簡単に突っ込んじゃいましょう。パッケージングされてなくてチョット邪道だけど気にしない。 #適当なディレクトリに移動してからやると吉。workingディレクトリとか作っておきませう $ wget http://nodejs.org/dist/node-v0.2.2.tar.gz $ ta
Cloud9 IDEはJavaScript製のオープンソース・ソフトウェア。Webアプリケーション化が進んでいながらも、なかなかこれといった決め手が出てこないのが開発環境のWebアプリケーションだ。やはりローカルのテキストエディタ以上の環境は出てこないのだろうか。 Webブラウザとは思えないほどリッチなUI 乗り換えるメリットがあれば可能性はあるだろう。ローカルでコーディングしてビルドして配布するといったものは難しい。そうではなくサーバサイドで全てが完結するものが良い。そこで登場したのがCloud9 IDEだ。 Cloud9 IDEはNode.JSで作られたNode.JS用の開発環境だ。JavaScriptとあってWebブラウザとの親和性も高い。基本は2ペインの構成で、左側にファイルやフォルダのブラウザ、右側に選択したファイルの内容が表示される。行番号やハイライトにも対応している。 機能拡
Developers need control over their own environment! Cloud9 IDE is aiming to be the IDE for Javascript developers. We have all experienced the Eclipse variants and other Java or C++ IDE's for which webdevelopment and javascript was an afterthought. Extending these applications or customizing them to our needs was done in either Java or C++ and generally very difficult. We are developing application
はじめに 2010 年 9 月 15 日を持ちまして、サイボウズ・ラボを退職いたしたました。 報告も兼ねて、久しぶりにブログを書いてみたいと思います。 (写真はゆうすけべーさんです) この会社に入って、たくさんの学びと思い出がありました。 その一つ一つをまとめていければ、素晴らしい記事になるのかもしれませんが、僕は文章が苦手です。 ですので、うまく退職のエントリを書き上げることができません。 言葉にできない。そんな感じです。 なので、このエントリはサイボウズ・ラボやサイボウズ本社の仲間たちへのありがとうの気持ちをこめて、自分らしく最後まで JavaScript のことを書きたいと思います。 サイボウズでの最後の仕事 僕にとって、サイボウズでの最後の仕事は「JavaScript で新しいユーザーインタフェースを作ること」でした。 そして、その中で始めて複数人による大規模な JavaScrip
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く