You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Firmin is a JavaScript animation library that uses CSS transforms and transitions to create smooth, hardware-accelerated animations. The project resides on GitHub. You can report bugs and request features on the issue tracker. To see the project development history, take a look at the changelog. Downloads The latest release of Firmin is version 1.0.0. Development version Production version 8.3kb p
JavaScriptの読み込み・実行は、それより下にある画像など外部リソースの読み込みと表示をブロックするため、「ページ読み込み時間を短縮するJavaScriptローダー:LABjs」 や 「CSS/JavaScriptのAsynchronous Loadingをめぐる熱い論議」 で紹介したように、多数の JavaScript ローダーが開発されてきました。 これらのローダーは、「非同期スニペットのスタート ガイド – Google Analytics」 に代表される、script 要素を直接 DOM に挿入する方法が主流となっています。またそのタイプは、単一のスクリプト・ファイルを対象とした小規模なものと、Head JS、LABjs、ControlJS などに代表される、複数ファイルの依存関係をハンドリングする機能をもつものに大別されるかと思います。 後者のタイプは最小でも3KBytes
jQueryヘビーなアプリケーションの問題点と、MVCによる構造化の必要性 jQueryは、ブラウザ上で動くJSアプリケーションの開発生産性を劇的に向上させました。DOM操作による動的なページ書き換え処理などは、セレクタを使ってちょろっとコードを書くだけで、ほんの数行で記述できてしまいます。 しかし、この方法の延長で、大規模なJSアプリケーションを構築することは果たして現実的でしょうか。例えば「GMail」や「New Twitter」程度の規模のJSアプリケーションを書かなければならないとしたら、どうでしょう? 大規模なJSアプリケーションを開発するには、こういった手法を延長するのではなく、より洗練されたデザインパターンを導入する必要があります。この目的にぴったりのデザインパターンが、「MVC」デザインパターンです。 MVCパターンは、Webの世界ではサーバサイドプログラミングで広く知られ
This was extracted from http://letsfreckle.com. You need to be using a recent-ish version of the Prototype JavaScript framework. CreditCard.validate('1111 2222 3333 4444') -> true/false the given string is automatically stripped of whitespace, so it can be plugged directly into form validations The following things are tested: 1. does the luhn validation code add up? (see http://en.wikipedia.org/w
Monday Apr 4 2011 With great excitement it brings me pleasure to announce an all-to-predictable endpoint of recent events — Ender.js, an open submodule library. Ender is a small yet powerful JavaScript library composed of application agnostic opensource submodules wrapped in a slick intuitive interface. At only 7k Ender.js can help you build anything from small prototypes to providing a solid base
JavaScript performance comparison Revision 73 of this test case created by Jeremy Ashkenas on 2011-1-30 Preparation code <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script src="http://documentcloud.github.com/underscore/underscore.js"></script> <script src="http://github.com/janl/mustache.js/raw/master/mustache.js"></script> <script src="http://cloud.github
nczonline 2010.12.21のエントリ Thoughts on script loaders ローディング系jsライブラリはいらない派のNicholasが使われてるテクニックを切り口に見解を淡々を述べる趣旨のエントリ いらない派であること、他の人のエントリの紹介とかが不正確、ということでコメント欄が盛り上がってる 以下斜め読んだ内容 最近のjs高速化ニュースとして・・・ ControlJS 2010.12.14スタート クリエータはSteve Souders ゴールは、jsのロードと実行タイミングを簡単にコントロールできるライブラリ メリットは、jsの並列ローディング(によるページ高速化) jsのロード/jsの実行の分離 jsのロード完了してもjsの実行は遅延、とかやること ControlJSはStoyan Stefanovのアプローチを採用 (補足1)object/image
GitHub - ofk/xcssjs デモ(オリジナルはCSSでアイコンをデザイン - Hail2uのDesign icon with CSS) デモの結果はオリジナルと同じでよく分からないかもしれませんが、CSSが違います。xcss.jsを読み込むとベンダープリフィックスは記述不要です。 つまり、どういうことかというと .rotate10 { transform: rotate(-10deg); } とCSSで書いておき、xcss.jsを読み込むと、 .rotate10 { -moz-transform: rotate(-10deg); -webkit-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); } というCSSを動的に追加するライブラリです(実際はブラウ
All your standard libraries will be assimilated into our JavaScript collective. Resistance is futile. Welcome to Locutus, where the boundaries of coding languages blur. We're a dedicated collective developers on a mission to explore the possibilities of porting standard libraries from various programming language (Go, Ruby, PHP, C) to JavaScript. Our journey is one of discovery, innovation, and so
Empower your ITSM with AnyDesk for Freshworks® Connect with users straight from service tickets using AnyDesk. Increase efficiency and resolve IT issues faster, without switching tools. Read More Elevate your CRM with AnyDesk for Salesforce® Easily connect with users directly from the Salesforce platform. Enable support teams to resolve cases instantly with integrated troubleshooting via AnyDesk.
3 Graphical/visualization (canvas, SVG, or WebGL related)
Wednesday Mar 23 2011 It's true. The world needs another JavaScript DOM Selector Engine. So without further fuss - introducing Qwery - The Tiny Selector Engine. It's a port from where Simon Willison left off with his getElementsBySelector in 2003, and believe it or not, this is exactly where jQuery started. Qwery supports all the basic CSS1 & CSS2 selectors, plus the additional (most important) at
MootoolsはMITライセンスで公開されているJavascript Frameworkです。 ライブラリサイズは133 KB(1.2互換なし)、142KB(1.2互換あり)と大きめですが、モジュール化されているのでモジュール構成によってこのサイズより小さくなったりします。 必要な機能がある程度網羅されており、小規模から大規模開発まで幅広い対応が可能です。 国内よりも、海外の方が多く利用されています。 大きな特徴 Mootoolsの大きな特徴として下記の点があげられます。 クラス(Class)やミックスイン(Mixin)などの機能を提供していて、オブジェクト指向プログラミングが可能である。 非常に軽量でモジュール指向であるため、必要な機能を選択でき、ライブラリサイズを小さくできる。 わかりやすい明白なAPIで、クロスブラウザに対応している。 プログラミング中級者以上を対象にしているの
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く