2011年7月3日のブックマーク (3件)

  • jQueryプラグインの作り方|jQuery Tips|Ajax|PHP & JavaScript Room

    jquery.basic.js(function($){ /* プラグイン名(myplugin)を指定 */ /* 関数にオプション変数を渡す */ $.fn.myplugin=function(config){ /* 引数の初期値を設定(カンマ区切り) */ var defaults={ defColor:"#ff6699", defPadding:5 } var options=$.extend(defaults, config); /* 一致した要素上で繰り返す */ return this.each(function(i){ /* プラグイン内での現在の要素はthisで参照 */ $(this).text(this.tagName+"["+i+"]").css({"color":defaults.defColor,"padding":defaults.defPadding}); }

    jQueryプラグインの作り方|jQuery Tips|Ajax|PHP & JavaScript Room
    motodimago
    motodimago 2011/07/03
    仕事で作ったcolorpickerを綺麗にして公開したい
  • うわさの中華パッドを買ってみた | ライフハッカー・ジャパン

    でタブレットPCといえば「iPad」というのがすでに定着してしまっていて、それ以外のアンドロイドやWindowsのタブレットはいまいちぱっとしませんよね。けれど、実際には有名無名問わず、たくさんのメーカーから日々タブレットPCが発売されています。 そんな中でも「中華パッド」と呼ばれている、中国の複数のメーカーから発売されているとりわけ廉価なタブレットPC群が(ごく一部で?)盛り上がってきているようです。というわけで筆者も、物は試しということで中華パッドを買ってみたのでした。 今回購入したのは、いろいろ調べた結果評判の良かった「minipad S1」という機種。中華パッドの中ではやや高めの約2万5千円。さすがに人気のためか、品薄で到着に2週間ほどかかってやっとのゲットとなりました。 当初はどんな怪しげなものが来るかと思っていたのですが、結構しっかりした青い化粧箱の中に入っていて、なんだか

    motodimago
    motodimago 2011/07/03
    中華パッド静電式でもこのありさま
  • CSS3 Isometric Text Demo | Midwinter Duncan Grant

    Midwinter Duncan Grant Web Designer Front-End Developer Wordpress Developer Just recently I have been playing around with the multiple text-shadow capabilities of CSS3. Now, building on top of that I have produced a method for creating 3D isometric text, by using multiple text-shadows and 2D transforms. In this demo the 3D text is created from multiple offset shadows that increase in darkness with

    CSS3 Isometric Text Demo | Midwinter Duncan Grant
    motodimago
    motodimago 2011/07/03
    何コレかっこいい