タグ

libraryとdesignに関するsecondlifeのブックマーク (5)

  • NUTSU » [as]GridContainer

    格子上にDisplayObjectを配置するクラスです。特筆すべき点はないですが、よく使うかなぁと。 こんな感じです。 ソース的には、GridLayoutで並べるルールをつくって、GridContainerにわせる形です。GridContainerには、addChild等、DisplayContainerの追加関数を使います。 //レイアウト設定(レイアウトルール,単位グリッド数) var glayout:GridLayout = new GridLayout(GridLayout.HORIZONTAL,20); //グリッドコンテナ(レイアウト,グリッド幅,グリッド高) var container:GridContainer = new GridContainer( glayout, 20, 20 ); addChild(container); for( var i:int=0;i<4

    secondlife
    secondlife 2007/09/21
    グリッドレイアウトのライブラリ
  • knallgrau | ColorPicker

    Color PickerThis Color Picker was inspired by YUI Color Picker script, but is based on the fantastic script.aculo.us library. NEW: colorpicker.js moved to Google Code. This script provides an easy to use and integrate HSV color picker. see the DEMO or just download (VERSION 0.9) it (includes prototype and script.aculo.us) How to implement it include the javascript files in your HEAD link th

    secondlife
    secondlife 2007/02/05
    script.aculo.us を使った photoshop like なカラーピッカー
  • Alastair Tse - liquidx

    A design-conscious software-engineer who used to code for food and shelter, but now builds teams of smarter people who build amazing things. I care about #graphics, #design, #craft, #architecture, #typography, #photography, #dataviz, #ux, #japan and #mobile. I am currently an Engineering Manager on Google Maps, focused on opinions, imagery, design, and iOS. Previously at Google, I was the Engineer

  • glayer.js - グレーアウト表示ライブラリ

    Lightbox.jsや、Livedoor Readerのフィード追加画面のような、背景全体をグレーアウト表示させるためのライブラリです。(gray+layerで、glayer.js) Lightbox JS livedoor Reader - RSSリーダー 下記のような機能を持っています。 背景全体を覆うレイヤの表示/非表示が簡単に出来ます。(レイヤを透過表示することにより、グレーアウトを実現) レイヤ自体は、透過PNGを使う方法と、opacityを使う方法の二種類をglayer.cssにスタイルとして定義しています。 フェードイン、フェードアウトしながらのレイヤ表示/非表示も行えます。(この場合は、opacityによるレイヤを透過表示) なお、Ver 2.0 にて、prototype.js、script.aculo.usを使用せずに、glayer.jsのみでフェードイン、フェードアウ

  • Leightbox

    I've changed ParticleTree's lightbox functionality to allow the use of inline div's instead of AJAX calls. Very often I find that I want the data in the lightbox to be indexable by search engines and visible to people with screenreaders etc. This adaptation makes that possible. Mind you, i've completely removed the AJAX calls. Leightbox 1 Leightbox 2 Leightbox 3 Download Source · Simon de Haan · E

    secondlife
    secondlife 2006/02/23
    lightboxのprototype.jsでソースコードが綺麗になってoopっぽくカプセル化してるver。
  • 1