Permalink
mippe on Design
  • vote
    23
    0 starsmippe | Shared With: Everyone - 5 days ago | css, photoshop, design
    Vector Graphics for Web Design - Hidden Pixels

    Quoted: Ultimate Web Designer Resources, Tools, Tutorials, and Portfolio

  • vote
    3
    0 starsmippe | Shared With: Everyone - 7 days ago | japanese, design
  • vote
    2
    0 starsmippe | Shared With: Everyone - 7 days ago | Maps, design
    PingMag - 東京発 「デザイン&ものづくり」 マガジン » Archive » 地形学的な観点から見た東京

    ええ、ですから地図は、人が同時に二つのレイヤーを見るという抽象化の概念です。地図とは非常に抽象的かつ現実的なもので、人間の想像力はその間を行ったり来たりして、この図形をどうにか現実世界に結び付ける。それが地図の本質だと思います。

    建物を建てると元々の地形の高低差が分からなくなると思うでしょうが、屋根の傾斜があるので地形は依然として屋根に残るのです。

    都市化の本質とは、水がちゃんとはけるように、平坦で乾いた地面を作ることです。そうすることで地形を屋根の上にシフトさせて、居住区を乾燥した平坦な土地にします。それでも水は必要となりますが…。

    GPS機能を使って象を描くには、かなりの時間を要したに違いない…。

    私がGPSが好きな理由の一つに、データを集めるには、GPSを持って外を出歩かなければならないということがあります。このGPSの絵を描こうと思ったら、自転車を出して丸一日をかけなければならない。GPSは最先端を行くテクノロジーであり、1メートル以下の精度で色々なものの位置を知ることができるのに、それを使うには現実の土地を本当にアナログな方法で体験しなければならないのです。

  • vote
    2
    0 starsmippe | Shared With: Everyone - Sep 02 2008 | design, Kyoto
    京都、デザインとの遭遇。:Exciteエキサイトイズム

    Quoted: 異国文化と京都の伝統のコラボレーションを訪ねる特集。

  • vote
    2
    0 starsmippe | Shared With: Everyone - Sep 02 2008 | graphic, design, bauhaus
    デザインって何? | エキサイトイズム

    Quoted: デザインという表現が生まれてから今日に至るまでが、30分でわかるデザイン史の特集。ウィリアム・モリス、バウハウス、イームズ、フィリップ・スタルクなど後世に影響を与えてきたヒストリーがまるわかり。

  • vote
    1
    0 starsmippe | Shared With: Everyone - Aug 27 2008 | photoshop, color, design
    Badass Bling Effect in Photoshop | GoMediaZine

    Quoted: Written by guest author Barton Damer. Introduction: This tutorial will show you step by step on how to create a "Badass Bling Effect" using layer styles in Photoshop. Once you create the layer style, you can easily "blingify" any layer. There is also a video tutorial as well.

  • vote
    1
    0 starsmippe | Shared With: Everyone - Aug 18 2008 | design
    GA info.:creator's file :TOP

    デジタル情報時代においてグラフィックアーツ、デザインが果たす役割について、トップクリエーターとともに考えます

    home > creator's file

  • vote
    1
    0 starsmippe | Shared With: Everyone - Aug 18 2008 | design
    Art and design of ice and snow

    Quoted: An unique ice experience for all senses. See, feel, touch and sleep in the artwork of ICEHOTEL.

  • vote
    1
    0 starsmippe | Shared With: Everyone - Jun 30 2008 | design
    TDC BCCKS ―33冊のブックと、77枚の絵はがき展

    Quoted: Tokyo TDC 設立20周年記念イベント。国内外で高く支持されるデザイン団体が、誰もがweb上の「本」のようなメディアを作成できる、新しいコンセプトのwebサービス「BCCKS(ブックス)」を使い、記念イベントを開催中。

  • vote
    44
    0 starsmippe | Shared With: Everyone - Jun 28 2008 | javascript, css, design
    CSSとJavaScriptで飾りつけする吹き出し風デザイン*ホームページを作る人のネタ帳

    動作環境は以下のとおり
    ・Internet Explorer 6 & 7
    ・Firefox 2.0
    ・Safari 2.0
    ・Opera 9.0

    導入は比較的簡単です。
    ダウンロードしたファイルのうち、index.htmlを開いてみるとわかると思います。

    <link rel="stylesheet" href="bubbles.css" type="text/css" media="screen" charset="utf-8" />
    <script type="text/JavaScript" src="rounded_corners.inc.js"></script>
    <script type="text/JavaScript">
    window.onload = function() {
    settings = {
    tl: { radius: 10 },
    tr: { radius: 10 },
    bl: { radius: 10 },
    br: { radius: 10 },
    antiAlias: true,
    autoPad: true
    }
    var myBoxObject = new curvyCorners(settings, "rounded");
    myBoxObject.applyCornersToAll();
    }
    </script>

    呼び出しはこれ。
    これを<head>~</head>の中にいれる。

    後は表示したい部分で呼び出せばOK。

    灰色背景の場合

    <div class="bubble">
    <blockquote>
    <p>Works great for blog comments!</p>
    </blockquote>
    <cite><strong>John Smith</strong> on 1st January 2007 at 3:55pm</cite>
    </div>

    バック灰色、淵が白の場合

    <div class="bubble">
    <div class="rounded">
    <blockquote>
    <p>Customize colors and styling to your taste from within the CSS, then simply edit the pointer tip image. Works on any background to fit with your design.</p>
    </blockquote>
    </div>
    <cite class="rounded"><strong>Rounded Bubble</strong> using <a href="http://www.curvycorners.net/">curvy corners</a></cite>
    </div>

    バック黒、淵白の場合

    <div id="pimped" class="bubble">
    <div class="rounded">
    <blockquote>
    <p>Expands to fit any layout and scales nicely with big and small font sizes.</p>
    </blockquote>
    </div>
    <cite class="rounded"><strong>Dark Bubble</strong></cite>
    </div>

    お試しあれ。
    http://www.willmayo.com/2007/02/10/css-speech-bubbles/

1 - 10 of 47 Faves