タグ

2010年3月5日のブックマーク (6件)

  • 2010-02-20

    http://movapic.com/pic/201002201545294b7f850964007 まじかる★たぼりん(tabi) http://www.team-lab.com/ TEAM☆LAB Inc. http://togetter.com/li/6377 Togetter(トゥギャッター) - まとめ「2010/02/19 チームラボ オフィスツアー #officetour」 ぜひこちらもご覧下さい。驚いたのはTogetterの中の人もオフィスツアーに参加していたこと(汗。 第3回おばかアプリ大賞受賞の「アクトトイレ」。 会社ツアーでトイレ用品使って馬鹿受けさせるってのは素晴らしい。 http://tcc.cocolog-nifty.com/blog/2009/11/3-vol320091030-.html 第3回おばかアプリ選手権 〜デザインハック・ミーティングVol.3〜ラ

    2010-02-20
  • Things You Might Not Know About jQuery

    Creating Elements jQuery provides an alternative to the traditional DOM createElement. You get to just write straight up HTML. $("<li/>"); Creating Elements If you wish to modify the element or bind events to it, just use jQuery methods. $("<li/>") .click(function(){}) .attr("id", "test") .addClass("clickable"); Improved Creation In jQuery 1.4 we provided a new way to create an element and then mo

    hisasann
    hisasann 2010/03/05
    マウスをスクロールすると、次ページへ進むスライド。こうゆうのステキだな
  • //から始まるURL - by edvakf in hatena

    このブログでも前に一回出てきたことがあるんだけど、// から始まる URL のことが紹介されていた。(問題・このブログのどの記事で出てきたでしょうか?) Using Protocol Relative URLs to Switch between HTTP and HTTPS - HttpWatch Blog <img src="//example.com/img/foo.jpg" />とか書いてあると、そのページのプロトコル (http: か https:) をブラウザが勝手に補完してくれるので HTTP と HTTPS を使い分けるのに便利だよっていう話。 ただし、IE7と8では // から始まる URL で指定されたスタイルシートは何故か2回リクエストが出てしまうので気をつけましょう。…らしい。(受け売りです) High Performance Web Sites :: 5a Mis

    //から始まるURL - by edvakf in hatena
    hisasann
    hisasann 2010/03/05
    http、httpsかを自動で保管してくれる
  • 日記 | ヨモツネット

    blog移行しました。新しいblogで更新を続けています。 XMLェ… text ja 2012-07-08 http://www.yomotsu.net/wp/?p=603 XMLェ… 日々の出来事2012年7月8日日曜日 ブログ作りなおそうかなーと思って、この Webサイト をみなおしてたら、Web ページのメタ情報としてダブリンコア (RDF) を混在させていたことを思い出した。バリデーターにかければ、グラフも取り出せて みたいな感じになる。でも結局あまり意味なかったです多分。いまは OGP とかありますしね。 Web ページは XHTML にしてたけど、ブログのコメントで参照先のない数値参照とか混ぜられると XML パースエラーになるし、XML だから他の語彙混在できるけど、RDF くらいしか混ぜてなかったし、XHTML 意味なかったです多分。いまは HTMLSVG 混在でき

    hisasann
    hisasann 2010/03/05
    モダンclearfix
  • Playing with jQuery Color Plugin and Color Animation | Desizn Tech

    WordPress Black Friday 2019 is here! Yes, it’s that time of the year again. Black Friday is the first Friday after Thanksgiving in the USA. Thanks to some creative thinking, you can have a lovely and animated drop down menu done in CSS – no JavaScript required. Great color can be a key part of your next design project. Selecting a color palette can be an almost overwhelming decision. What colors t

    hisasann
    hisasann 2010/03/05
    jQuery-UI使ったほうが早そう
  • プラグインを使わずjQueryに23の機能をつける方法 | Web活メモ帳

    jQueryにはたくさんのプラグインがあるので、気づけばjsフォルダがものすごいファイル数になっていたりします。今回はプラグインを使わなくても簡単に実装できる機能を「26 cool and useful jQuery tips, tricks & solutions」というエントリーから紹介します。 詳しくは以下 1.右クリックを無効にする方法 右クリックを禁止したい場合などに。コンテキストメニューが非表示になります。 $(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); }); 2.フォームの初期値を消す方法 検索フィールドなどに。 $(document).ready(function() { $("input.text1").val("Enter your