タグ「library」の検索結果

1

Hyperpack

Hyperpack Builder This tool will generate a single JavaScript/CSS file, containing the chosen class libraries. このツールで、選択したクラスライブラリを一つのJavaScript/CSSファイルにまとめることができます。 Copyright (c) 2012 Yuki KAN / Powered by Akk...

akkar.in
39

metro.css

metro.css There is also an accent class. If you're compiling from Less, open up variables.less and change @accent to your desired accent colour - this will save a whole lot of search/replace! Controls Reusable ...

code52.org
238

AjaxZip 2.0 - Ajax郵便番号→住所自動入力フォーム(CGI不要版)

AjaxZip 2.0 - Ajax郵便番号→住所自動入力フォーム(CGI不要版) Kawa.netxp AjaxZip 2.0 - Ajax郵便番号→住所自動入力フォーム(CGI不要版) AjaxZip2は、昨年公開した 『ajaxな住所入力フォーム』 の新バージョンです。 郵便番号を入力すると、該当する都道府県名・住所が自動的に入力されます。 AjaxJSON フォーマットを利用するJavaScriptライブラリとして公開しましたJavaScript のみで稼動するた...

www.kawa.net
4

jQuery UI 1.8.19 « jQuery UI Blog

jQuery UI 1.8.19 « jQuery UI Blog Check back frequently for development status updates and news about the jQuery UI library and community. The nineteenth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for A...

blog.jqueryui.com
16

3 Javascript Plugins to Imitate Instagram Image Filters - Javascript

3 Javascript Plugins to Imitate Instagram Image Filters - Javascript Instagram has been a sensational topic of all time. It's a photo shooting app which takes photo in square dimension and you can apply different kind of lomo, vintage and other cool filter effects to t...

favbulous.com
3

javascriptでzlib,gzip,zip形式のデータを圧縮・展開するツールjsziptoolsを整備した :右京web

javascriptでzlib,gzip,zip形式のデータを圧縮・展開するツールjsziptoolsを整備した :右京web バイナリ解析するときに障害になるのが圧縮されたデータ。 最初に作ったときは単純にzipファイルを圧縮・展開するだけのツールだったんだけど、 色々といじっている内にzlib,gzip形式のバイナリデータにも対応しないといけないなと思って作りましたネームスペースはjzで、zlibの圧縮・展開はjz.zlib.compress,jz.zlib.decompress、 gzipはjz.gz.compr...

hujimi.seesaa.net
12

Stapes.js - a (really) tiny Javascript MVC microframework

Stapes.js - a (really) tiny Javascript MVC microframework A (really) tiny Javascript MVC microframework. Downloads Download production version 0.3 (minified) Download development version 0.3 (full source and annotated examples) Fork it and report bugs on Git...

hay.github.com
16

Announcing jQuery Mobile 1.1.0 | jQuery Mobile

Announcing jQuery Mobile 1.1.0 | jQuery Mobile The jQuery Mobile team is excited to announce the release of version 1.1.0. This release has been a real labor of love, with hundreds of improvements, big and small, to make jQuery Mobile feel faster,...

jquerymobile.com
5

Announcing YUI 3.5.0 » Yahoo! User Interface Blog (YUIBlog)

Announcing YUI 3.5.0 » Yahoo! User Interface Blog (YUIBlog) We are pleased to announce YUI 3.5.0, now available on CDN at http://yui.yahooapis.com/3.5.0/build/yui/yui-min.js or as a download. Highlights for this release include: Availability of YUI in Node.js ...

www.yuiblog.com
3

document.writeを使った遅いブログパーツ(例えばzenback)を非同期化してサイトを高速表示する方法 | ゆっくりと…

document.writeを使った遅いブログパーツ(例えばzenback)を非同期化してサイトを高速表示する方法 | ゆっくりと… ホーム > XHTML/CSS > document.writeを使った遅いブログパーツ(例えばzenback)を非同期化してサイトを高速表示する方法 広告やソーシャル系のサードパーティーブログパーツを張りたいんだけど、サイトの表示速度が遅くなるのって我慢なりませんよネ。こういったブログパーツの多くが JavaScript で作られています。自サーバーに設置したスクリプトならまだ手の打ちようはあ...

tokkono.cute.coocan.jp
6

Qatrix - Easily build up high performance application with less code

Qatrix - Easily build up high performance application with less code Qatrix is an extremely lightweight JavaScript framework for easily building up high performance application with less code.Download Latest Qatrix 0.8.9. Stable version is coming. Compressed and Gzippe...

qatrix.com
27

iPhoneやAndroid等のタッチデバイス向けイメージギャラリー用JSライブラリ・PhotoSwipeなかなか良いですぞ - かちびと.net

iPhoneやAndroid等のタッチデバイス向けイメージギャラリー用JSライブラリ・PhotoSwipeなかなか良いですぞ - かちびと.net iPhoneやAndroid等のタッチデバイス向けイメージギャラリー用JSライブラリ・PhotoSwipeなかなか良いですぞ iPhoneAndroid等のタッチデバイス向けイメージギャラリー用JSライブラリ・PhotoSwipeなかなか良いですぞ。ピンチイン/アウトによる拡大や縮小、フリック等にも対応しています。 かちびと.netとは 貴方のネットビジネスを支えたい。かちびと.netはそんな思...

kachibito.net
3

JSwiki

JSwiki Hi there! Welcome to jswiki. This wiki indexes libraries and resources available for JavaScript. In addition it provides some starting points for newbies in form of Beginner's Resources. In case you w...

jswiki.org
631

#hero-unit

#hero-unit

timeline.verite.co
7516

Backbone.js

Backbone.js Backbone.js (0.9.2) » GitHub Repository » Annotated Source Introduction Upgrading Events – on – off – trigger Modelextend – constructor / initialize – get – set – escape – has – unset – clear – id ...

documentcloud.github.com
1

mutation-summary - A JavaScript library that makes observing changes to the DOM easy - Google Project Hosting

mutation-summary - A JavaScript library that makes observing changes to the DOM easy - Google Project Hosting What is this?Mutation Summary is a JavaScript library that makes observing changes to the DOM fast, easy and safe. It's built on top of (and requires) a new browser API called DOM Mutation Observers. ...

code.google.com
83

JavaScriptで厳格な型チェックを行なうライブラリを書いた - 電脳戦士ハラキリ -SE道とは死ぬ事と見つけたり-

JavaScriptで厳格な型チェックを行なうライブラリを書いた - 電脳戦士ハラキリ -SE道とは死ぬ事と見つけたり- javascript先日のjava-ja温泉で「JavaScriptは独りでヒャッハーするのには良いけど、複数人で開発しだすと途端にカオスになって苦労する」という話になった。それに対する解の一つはClosure Compilerが採用したアノテーションによる型の定義と静的チェックだろう。それとは別のアプローチで何かできないかなと考えていたら、ECMAScript 6にObjectプロパティアクセ...

d.hatena.ne.jp
228

Rainbow - Javascript Code Syntax Highlighting

Rainbow - Javascript Code Syntax Highlighting Download Select what languages you want to include to build a custom package. Languages select all Generic patterns Javascript HTML CSS PHP Python Rainbow.js v1.0 Production (1.2kb, Minified and Gzipp...

craig.is
15

Mocha 1.0

Mocha 1.0 The Mocha JavaScript test framework has hit 1.0 with a bunch of great contributions from the community, here’s the change log: Added js API. Closes #265 Added: initial run of tests with --watch. Close...

tjholowaychuk.com
10

Client-side MVC with Backbone.js

Client-side MVC with Backbone.js Client-side MVC with Backbone.js — Presentation Transcript Client-side MVCwith Backbone.js iglooigloolab.com michele.berto.li @iloveigloo @MicheleBertoli Lago di Garda Lago di Garda jQuery HTML5 UPLOA...

www.slideshare.net
0.9504