タグ

YUIに関するkzms2のブックマーク (3)

  • jQuery - YUI3 Rosetta Stone

    This page is no longer being updated. The YUI team has graciously taken over the upkeep. Check out its new home at jsrosettastone.com 23 March 2010 carlos.bueno.org/jq-yui.html Getting Started YUI3 includes features for dynamic loading and namespacing Common Idioms Some parts of libraries are more popular than others. This first section is a mixed bag of popular idioms in YUI3 and jQuery. Selector

    kzms2
    kzms2 2012/07/24
    jQuery⇔YUIの変換表。これは良い
  • ScrollView - YUI Library

    ScrollView's main use case is to provide a scrollable content widget for touch devices on which overflow scrollbars are not natively supported. However, it is built on top of YUI's cross-platform/browser gesture and transition layers, so it can also be used to provide flickable scrolling on mouse-based devices across on all the A-grade browsers. The ScrollViewScrollbars plugin can be added to the

    kzms2
    kzms2 2012/01/04
    YUIのScrollViewのドキュメント。
  • Makefile + YUI Compressor でJavaScriptファイルをコンパイルする - Mach3.laBlog

    この記事は賞味期限切れです。(更新から1年が経過しています) 圧縮に便利なYUI Compressorですが、これは複数ファイルの取り扱いには対応していません。 そういうのはGoogle Closure Compilerが得意そうですが、小規模な開発には少々大仰かも。 そんなわけで今回は、makeコマンドとYUI Compressorの連携で JSファイルをコンパイルする例に関する備忘録。 やりたいこと 例えば、 hoge.js fuga.js foo.js bar.js という4つのJavaScriptファイルがあるとして、 これらを順に結合して「main.js」として出力し、 さらにそれをYUI Compressorで圧縮して「main.min.js」を出力したい。 Makefileの例 makefileの基的な書き方は、入門的な記事がいろんな所にあるのでそちらをご参考に。 上記の処

    Makefile + YUI Compressor でJavaScriptファイルをコンパイルする - Mach3.laBlog
    kzms2
    kzms2 2011/09/29
    YUI CompressorとMakefileを用いて、複数のJSにファイルをひとつにまとめる方法。今度ためそっと。
  • 1