キーワード検索「AMD」

64

jQuery Mobile、バージョン1.1と1.2が相次いで登場予定。ロードマップが明らかに - Publickey

jQuery Mobile、バージョン1.1と1.2が相次いで登場予定。ロードマップが明らかに - Publickey 昨年、2011年11月に正式版「jQuery Mobile 1.0」が登場したばかりのjQuery Mobileのブログで、今後のロードマップが明らかにされました。 これから春が終わるまでに、バージョン1.0.1、1.1、1.2と続けざまに新しいリリースが登場する予定です。 1.1は1.0の最適化を進めたものに まず2週間以内にメンテナンスリリースのjQuery Mobile 1.0.1が登場予定...

www.publickey1.jp
29

Node.js の Cluster のベンチマークをとってみた - Scalaとlift のはずだった ・・・

Node.js の Cluster のベンチマークをとってみた - Scalaとlift のはずだった ・・・ node.js | 15:56Node.js v0.6 から新規標準モジュールとして導入された Cluster のベンチマークを取ってみました。 測定環境 Server CPU: AMD PhenomⅡ X6 1090T (6コア) MEM: DDR3 16GB (4GB*4) Client MacBook Pro 15 (Early 2011) CPU: Intel Core i7 2.0GHz...

d.hatena.ne.jp
22

デスクトップ/モバイル対応JavaScriptライブラリ「Dojo 1.7」リリース。JSライブラリはまだまだ混戦か - Publickey

デスクトップ/モバイル対応JavaScriptライブラリ「Dojo 1.7」リリース。JSライブラリはまだまだ混戦か - Publickey 先日、ユーザーインターフェイスやグラフなどの機能を備え新しく登場したJavaScriptライブラリ「Kendo UI」を紹介しましたが、この分野で以前からある「Dojo Toolkit」も最新版の1.7がリリースされました。 DojoはDOM操作のためのAPIやアニメーション効果などの機能のほか、ユーザーインターフェイスのためのウィジェット、グラフ表示などの機能が含まれています。 モジュール構造に...

www.publickey1.jp
4

InfoQ: JQuery 1.7は、IE6-8にHTML5を提供し、廃止予定ポリシーを追加した

InfoQ: JQuery 1.7は、IE6-8にHTML5を提供し、廃止予定ポリシーを追加した 原文(投稿日:2011/11/14)へのリンク 先日、新しいEvent APIs、Delegatedイベントのパフォーマンス向上、IE6-8のHTML5サポート、AMDスペックのサポートなどを盛り込んだJQuery 1.7がリリースされた。チームはまた、JQueryをスリムに維持するために、特定の機能を非推奨にしはじめた。 以下は、いくつかの新しい興味深いJQuery 1.7の機能である。 - 新...

www.infoq.com
3

Dojo道場 ~ 第11回「Dojo 最新動向 - Asynchronous Module Definition」(1/5):CodeZine

Dojo道場 ~ 第11回「Dojo 最新動向 - Asynchronous Module Definition」(1/5):CodeZine 本稿では、Dojo 1.7の目玉機能として追加された非同期ロードを実現する「AMDローダー」機能について解説します。 はじめに Dojoにはモジュールを遅延ロード(lazy load)する機能が備わっており、これをうまく使うと、ページのダウンロードサイズを最小化することによってAJAXアプリケーションのパフォーマンスを最適化することができます。 Dojo 1.7では、目玉の新機能としてAsynch...

codezine.jp
2

Tagneto: RequireJS 1.0 released

Tagneto: RequireJS 1.0 released Tuesday, October 18, 2011 RequireJS 1.0 released Hell yeah. Get it now. This release is basically the same as the 0.27.1 release. There was just one change, to a regexp used by the optimizer when it c...

tagneto.blogspot.com
2

2011-11-08 - ellerの日記

2011-11-08 - ellerの日記 Javascript, プログラミング | 22:49はてなブログのニュースに大歓喜しているeller86です。ダイアリーはあちこちガタが来ているように見える(私見)ので、ゼロから書きなおしたというのがとてもプラスに見えています。そのうちバックグラウンドについての技術解説も出るでしょうし、いろいろと楽しみです。 さてここ数日、AMDなどの「JavaScriptのモジュール化」についていくつか眺めて...

d.hatena.ne.jp
3

Ninja Geddesign - Introducing wrap.js

Ninja Geddesign - Introducing wrap.js If you’ve ever used an AMD module loader like RequireJS, you’ve probably come across that fun moment when you wish all the scripts in the entire world (or at least your project) were modules. Having a...

geddesign.com
5

2012-05-20のJS: HTML5 Video、AMD API、JavaScript Design Patterns | JSer.info

2012-05-20のJS: HTML5 Video、AMD API、JavaScript Design Patterns | JSer.info JSer.info #70 - HTML5 Videoのブラウザの対応してる機能などを細かくまとめたスライドのJS Days Mobile Meow や JavaScriptのモジュール、特にAMDについてよくまとまってるModule, AMD, RequireJSなどいいスライドが書かれてました。 Let’s Play: Test-Driven Developmentスクリーンキャストシリーズの...

jser.info
6

Tagneto: Standards and proposals for JavaScript Modules and jQuery

Tagneto: Standards and proposals for JavaScript Modules and jQuery Tuesday, December 28, 2010Standards and proposals for JavaScript Modules and jQueryThis commit to add registeration of jQuery as a module via the Asynchronous Module Definition (AMD) API has brought u...

tagneto.blogspot.com
3

CommonJS 的模块系统,AMD 和 Wrappings, 以及 RequireJS - 岁月如歌

CommonJS 的模块系统,AMD 和 Wrappings, 以及 RequireJS - 岁月如歌 与 LABjs, HeadJS, ControlJS 等 script loader 不同,RequireJS 是 module loader. 什么是 module 呢?CommonJS 模块系统孟岩在 救赎 一文中提出,在对象范式里,一个对象系统的构建有两个基本观念:程序是由对象组成的;对象之间互相发送消息,协作完成任务。以上观念,可以普适化。对于一般系统的构建,可以归结为:系统由系统成员组成...

lifesinger.org
3

Dojo 1.6 Release Notes — The Dojo Toolkit - Reference Guide

Dojo 1.6 Release Notes — The Dojo Toolkit - Reference Guide Browser support¶The following browsers are supported. If a browser is not supported, it still may work, but no effort is taken to test unsupported browsers and any specific fix for an unsupported brow...

dojotoolkit.org
3

Tagneto: RequireJS 0.25.0 released, AMD advancing

Tagneto: RequireJS 0.25.0 released, AMD advancing Monday, July 11, 2011 RequireJS 0.25.0 released, AMD advancing RequireJS 0.25.0 is available for download. It has been a few months since the last release, longer than normal. I have had some life cha...

tagneto.blogspot.com
3

Tagneto: RequireJS 0.26.0 released, npm install requirejs

Tagneto: RequireJS 0.26.0 released, npm install requirejs Wednesday, August 17, 2011 RequireJS 0.26.0 released, npm install requirejs RequireJS 0.26.0 is available for download. The big feature is being able to npm install requirejs to allow require("require...

tagneto.blogspot.com
1

Tagneto: RequireJS 1.0 released

Tagneto: RequireJS 1.0 released Hell yeah. Get it now. This release is basically the same as the 0.27.1 release. There was just one change, to a regexp used by the optimizer when it converts CommonJS modules to AMD modules via its -...

tagneto.blogspot.com
1

AMD modules and web developers | tayb.in

AMD modules and web developers | tayb.in Now that require.js has reached 1.0, it’s probably time to start shouting its praises from every rooftop so that javascript library authors include support for it. Require.js is an implementation of t...

tayb.in
43

Writing Modular JavaScript With AMD, CommonJS & ES Harmony

Writing Modular JavaScript With AMD, CommonJS & ES Harmony Learn how to write modular JavaScript using modern synchronous and asynchronous formats such as AMD and CommonJSWriting Modular JavaScript With AMD, CommonJS & ES Harmony When we say an application is...

addyosmani.com
3

Integralist - Beginners guide to AMD and RequireJs

Integralist - Beginners guide to AMD and RequireJs Here is a short list of what we’ll cover in this post: What is AMD? Why does it matter? How did we get here? How does RequireJs (and alternatives) fit in? Can we use jQuery? Basic Example What now? Li...

integralist.co.uk
6

Using jQuery As A Named Module In RequireJS

Using jQuery As A Named Module In RequireJS With the release of jQuery 1.7, there's been some amorphous buzz about the support between AMD (Asynchronous Module Definition) script loaders and the jQuery library. I say, "amorphous," because I sim...

www.bennadel.com
1

Tagneto: almond 0.0.3 released

Tagneto: almond 0.0.3 released Wednesday, December 07, 2011 almond 0.0.3 released almond is an AMD API implementation that does not do any dynamic loading -- it is best used as part of a deployment wrapper for AMD modules that are ...

tagneto.blogspot.com
0.2105