A better way to collect, search and organize your design files in a logical way and all in one place.
A better way to collect, search and organize your design files in a logical way and all in one place.
Semantic templates Handlebars provides the power necessary to let you build semantic templates effectively with no frustration. Mustache-compatible Handlebars is largely compatible with Mustache templates. In most cases it is possible to swap out Mustache with Handlebars and continue using your current templates. Fast execution Handlebars compiles templates into JavaScript functions. This makes th
Moment.js 2.30.1 Parse, validate, manipulate, and display dates and times in JavaScript. Install npm install moment --save # npm yarn add moment # Yarn Install-Package Moment.js # NuGet spm install moment --save # spm meteor add momentjs:moment # meteor bower install moment --save # bower (deprecated) Format Dates moment().format('MMMM Do YYYY, h:mm:ss a'); moment().format('dddd'); moment().format
目次 2019年追記 はじめに クラス実現のために必要な JavaScript の言語仕様 function this call new 演算子 prototype チェーン プロパティ: prototype Google Closure 流のクラスの実現方法の概要 クラスの宣言とコンストラクタの定義 メンバ変数 (インスタンス変数) メソッド定義と呼び出し private, protected 継承 プロトタイプチェーンを利用してメソッドを親クラスから引き継ぐ 親クラスのコンストラクタの呼び出し メソッドオーバーライドと親クラスのメソッドの呼び出し 多重継承 abstract, interface inherits の実際のコード 良くないクラス実現方法 ES6 のクラス 2019年追記 この記事ではclassが導入されたES6以前のJavaScriptでどのようにクラスに相当するものを
CSSフレームワークを使うのは、すでに一般的になっている。 CSSはよくできたWebページデザインシステムだが、大規模なアプリケーションに弱い、車輪の再開発のような部分も多いという弱点がある。 そんな弱点を補ってくれるのがCSSフレームワークだ。フレームワークを使うことで作業時間は大幅に減り、品質も上がる。 しかし、一方で同じCSSフレームワークを使うと、同じようなデザインになりがちという欠点もある。 そこでこのページではCSSのフレームワークを30種類ご紹介する。人気のものからマイナーなものまで幅広く揃えてみた。 CSSフレームワークを選ぶときに参考にしてほしい。 CSSフレームワーク大体の使い方 CSSフレームワークの使い方は大体どれも同じだ。 ステップ1 CSSを読み込む サイトに行って、CSSとあればJavaScriptをダウンロードする。link rel でサイトに組み込んで準備
Halo, POKER369 merupakan situs IDN poker online terbaik hari ini versi IDN Play. Jika kalian mencari situs IDN poker online terpercaya dengan reputasi tertinggi dan lisensi resmi, maka POKER369 adalah pilihan tepat. Kami selalu berkomitmen untuk memberikan permainan yang mengutamakan keamanan dan kenyamanan tingkat tinggi bagi setiap pecinta IDN Poker. Banyak masyarakat yang mengira bahwa situs PO
追記 2014-12-19 この記事は大変古いので参考にしないでください。クロージャ (closure) で囲むのは今でもやる場面はあります。node.js (io.js) にはCommonJS由来のmoduleがあり、以下の方法は不要です。Webブラウザには未だ安定したmoduleはありません (ReuireJSやBrowserifyなどはわたしは嫌いです)。ES6 moduleが使へるやうになれば、それを使へるとおもひます。 JavaScriptにはライブラリ等のパッケージ化の方法が無いなどといわれているけど、ちゃんとあるし、ちゃんと使われているよ。(お粗末ではあるけどね。) 基本 とりあえずクロージャに纏める。 (function(){ })();で囲む。 (function(){ // useful codes })(); なにが嬉しいか。変数はvarで宣言しておけば、つまりローカ
About controlP5 is a library written by Andreas Schlegel for the programming environment processing. Last update, 07/30/2015. Controllers to build a graphical user interface on top of your processing sketch include Sliders, Buttons, Toggles, Knobs, Textfields, RadioButtons, Checkboxes amongst others and can be easily added to a processing sketch. They can be arranged in separate control PGraphics
仕事でスマホで音声再生をすることになって、 単音なら大丈夫かーと思っていたら、仕様的に何個も音を鳴らすことになり、 いろいろ試した結果、オーディオスプライトでの実装が一番安定していたので、 ここ のスクリプトを元に、単音再生用の汎用的なJSライブラリを作った。 audioSprite.js ※サポートブラウザはiOS5+(mobile safari), Android2.3+(標準ブラウザ) PCでもひと通り動作検証済み。iOS7に関しては未検証。 オーディオスプライト オーディオスプライトは、CSSスプライトをご存知の方はイメージしやすいかもしれない。 一定の感覚で音声を配置して、シークポイントを変えて再生することで1ファイルで複数のバリエーションの音声を再生することができる。 iOS における HTML5 の audio 要素に関する制約を克服する 使い方 // 初期化 var pla
GithubでJavaScriptのコードとして分類されており、現時点でwatch数の多い200件の中で、実際に使ったことがあり便利または面白いと感じた20件をまとめてみました。 backbone-boilerplate、requirejs、yeoman、lodashのような定番になってきているものから、TimelineJSのような全く汎用性のないものまであります。 d3.js Data-Driven Documents。サンプル集を観るのが手っ取り早いと思います。 pdf.js JavaScriptだけでPDFをレンダリングできる時代です。1年半ほど前にくらべると、かなりPDF製作者の期待通りにレンダリングできるようになってきています。 backbone-boilerplate Backbone.jsを使ったアプリの骨格構造。サーバー側でいわゆるMVC2のアプリを作っている人にはB
Why SVG (and Snap)? SVG is an excellent way to create interactive, resolution-independent vector graphics that will look great on any size screen. And the Snap.svg JavaScript library makes working with your SVG assets as easy as jQuery makes working with the DOM. Modern features for modern browsers Snap.svg is designed for modern browsers and therefore supports the newest SVG features like masking
アドビ製品の問題を解決するために、ユーザーライブラリフォルダーへのアクセスが必要になることがあります。macOS で、ユーザーライブラリフォルダーはデフォルトで非表示になっています。以下のいずれかの方法で、ユーザーライブラリのコンテンツを表示してください。
イベント 前売り券販売中 sound tectonics #27 Coding Discussion 2024年10月26日(土) イベント YCAM Interlab Camp vol.5 ホモ・コーデンス—AI時代、人類はどう描くのか 2024年10月25日(金)〜27日(日)
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く