<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>グレヌデサ La graine du dessin</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/" />
    <link rel="self" type="application/atom+xml" href="http://lab.gpol.co.jp/graine/atom.xml" />
    <id>tag:lab.gpol.co.jp,2010-05-14:/graine//3</id>
    <updated>2012-02-02T00:59:55Z</updated>
    <subtitle>Webデザイナーのための知識とTIPS</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 5.11</generator>

<entry>
    <title>スマートフォンのコーディングで気を付けたい4つのポイント</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2012/02/sp-cording.php" />
    <id>tag:lab.gpol.co.jp,2012:/graine//3.468</id>

    <published>2012-02-01T15:00:00Z</published>
    <updated>2012-02-02T00:59:55Z</updated>

    <summary>はじめに 現在、スマートフォンは大きく分けて2つのOS（iOS、Android）があります。   OSごとの仕様の違いも重要ですが、 特に問題になる端末の違いは...</summary>
    <author>
        <name>kazuki</name>
        
    </author>
    
        <category term="Coding" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Tips" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="android" label="Android" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ios" label="iOS" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="スマートフォン" label="スマートフォン" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="モバイルファースト" label="モバイルファースト" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[<h4>はじめに</h4>
<p>現在、スマートフォンは大きく分けて2つのOS（iOS、Android）があります。<br />
  OSごとの仕様の違いも重要ですが、
特に問題になる端末の違いは画面の解像度で、<br />
iOSは960×640px(iPhone4とiPhone3Gは同じサイズで表示できる)<br />
Androidは800×480px?(端末によってサイズがバラバラだが、横幅は480pxが基本)<br />
と、表示サイズが大きく異なります。<br />
さらにスマートフォンは画面を横に回転させることもできるので、<br />
解像度が縦横反対になることも想定しておかなければいけません。<br/>
<br />
 iPhone4を基準としたデザインからコーディングをした場合の注意点とその参考サイトをまとめました。<br/></p>

<h4>iOSのSafariは様々な制限やバグがある</h4>
<p>・画像のサイズ制限がある（GIF、PNG、TIFF画像のデコードサイズ制限は2メガピクセル）<br />
  ・Web Fonts は使えない。<br />
  ・zoomプロパティを使用した場合、特定の条件で文字が拡大するバグ<br />
  <br />
  [参考サイト]
  <br/>
  <strong> PhoneのSafariブラウザにおける、色んな制限｜FINE lab.</strong><br />
  <a href="http://lab.fine-net.com/modules/wordpress2/index.php?p=15" target="_blank">http://lab.fine-net.com/modules/wordpress2/index.php?p=15</a><br/>
  <strong>iPhoneで特定のzoomとfont-sizeの際に文字サイズが拡大するバグ｜to-R</strong><br />
  <a href="http://blog.webcreativepark.net/2011/04/07-063417.html" target="_blank">http://blog.webcreativepark.net/2011/04/07-063417.html</a><br/>
</p>
<h4>Android2.1以前はselect要素に対して、スタイルの高さに関連する指定が効かない</h4>
Androidでスタイル属性に高さを指定した場合、ボックスサイズが拡大されず、中のテキストのみ大きく表示されます。
対処方法として、背景画像を指定することでブラウザ標準の枠線を取り去ることができます。
また、CSS3である程度の装飾は可能にです。<br />
<br />
[参考サイト]
  <br/>
<strong>Android・iPhone向けwebサイト開発で知っておくと良いこと｜村式流 イッパシエンジニアへの道</strong>
<br />
<a href="http://blog.ville.jp/2011/04/25/619" target="_blank">http://blog.ville.jp/2011/04/25/619</a><br/>
<h4>横に回転させた時に画面のサイズに合わせて拡大させたい場合</h4>
ワンソースで全てのスマートフォンに横幅をフィットさせる方法です。
この方法を使えば一回のコーディングですべての端末に反映することが可能ですが、
端末ごとに拡大縮小をすることになるので、文字サイズが読みづらくなったり、
逆に大きくなりすぎたりする場合があり、けして万能な方法ではありません。
また、Android2.1以降でselectボックスのサイズを大きくするときの懸念点として、
zoomプロパティを使用した場合に発生するiPhoneの文字の表示バグ等があります。
使用する場合は表示チェックを入念にしなければいけません。<br />
<br />
[参考サイト] <br/>
<strong>スマートフォンのサイトを横に回転させた時に画面のサイズに合わせて拡大させるには｜これからゆっくり考L +α</strong>
<a href="http://sakaki0214.com/2011/06/05223738.html" target="_blank">http://sakaki0214.com/2011/06/05223738.html</a><br/>
<h4>スマートフォンサイトで文字サイズが違う場合</h4>
iOSのsafariではフォントサイズが自動アジャストされ、PCで見ていたサイズとかなり差異がある場合があります。
それを解消するためにcssに-webkit-text-size-adjust というプロパティを使用することで、フォントサイズの変更が可能になります。
このプロパティはwebkit特有の特有のプロパティで、基本はautoになっています。
必要があれば変更するぐらいで、基本的にはあまり使用しません。<br />
<br />
[参考サイト] <br/>
<strong>項目：文字サイズの自動アジャスト｜＠IT<br />
</strong>
<a href="http://www.atmarkit.co.jp/fsmart/articles/iphone/04.html" target="_blank">http://www.atmarkit.co.jp/fsmart/articles/iphone/04.html</a><br/>
<strong>iPhone/Androidサイトで文字サイズを固定する方法｜Web Designing satoimo18+</strong>
<br />
<a href="http://www.satoimo18.com/archives/136" target="_blank">http://www.satoimo18.com/archives/136</a><br/>
<br />
<br />
<br/>
スマートフォンはPCと比べて比較的コーディングはしやすいですが、
実機チェックと対応バージョンの考慮など、様々な制限があるので、
要件をしっかり決めてから、デザイン、コーディングを進めるのが重要です。

<p>(kazuki)</p>
]]>
        
    </content>
</entry>

<entry>
    <title>Photoshop・Illustratorでリボンを作るチュートリアル10選</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/12/photoshopillustrator.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.469</id>

    <published>2011-12-21T15:00:00Z</published>
    <updated>2011-12-27T10:56:11Z</updated>

    <summary>ガーリーにもエレガントにも、キュートにも。 くるくると動きのあるリボンのグラフィックをワンポイントにするだけで デザインがランクアップすること間違い無し！ 覚え...</summary>
    <author>
        <name>sayaka</name>
        
    </author>
    
        <category term="Graphic" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="illustrator" label="Illustrator" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="photoshop" label="Photoshop" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="まとめ" label="まとめ" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="チュートリアル" label="チュートリアル" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[ガーリーにもエレガントにも、キュートにも。<br />
くるくると動きのあるリボンのグラフィックをワンポイントにするだけで<br />
デザインがランクアップすること間違い無し！<br />
覚えておくと何かと重宝するリボンの描き方チュートリアルをまとめてみました。<br />

<h4>【Illustrator】カリグラフィブラシでパスを描いてアウトライン化</h4>
<a href="http://vector.tutsplus.com/tutorials/illustration/how-to-make-festive-vector-gift-boxes/" target="_blank"><img src="http://lab.gpol.co.jp/graine/ribbon_01.jpg" alt="ribbon_01.jpg" class="mt-image-none" style="" height="150" width="550" border="0" /></a><br />カリグラフィブラシでパスを描いてアウトライン化、<br />その後手前と奥のリボンを分割して色を塗り分ける方法です。<br />複雑なくるくる具合にしたい場合に最適です。<br />
このチュートリアルではプレゼントBOXの描き方の中で、リボンの作り方が紹介されています。<br />
<br />
<strong>How to Make Festive Vector Gift Boxes | Vectortuts+</strong>　※英語<br />
<a href="http://vector.tutsplus.com/tutorials/illustration/how-to-make-festive-vector-gift-boxes/" target="_blank">http://vector.tutsplus.com/tutorials/illustration/how-to-make-festive-vector-gift-boxes/</a><br />

<h4>【Illustrator】<strong>3D効果を使う</strong></h4>
<a href="http://illustrator-labo.com/?p=218" target="_blank"><img src="http://lab.gpol.co.jp/graine/ribbon_02.jpg" alt="ribbon_02.jpg" class="mt-image-none" style="" height="150" width="550" border="0" /></a><br />
自由曲線に3D効果をつけてリボンを作る方法です。お手軽。<br />
細かい微調整は必要ですが、パースを正確にしたい場合におすすめ。<br />
リボンの太さが一定になるので、少し無機質な雰囲気になるのと<br />
うねりに合わせて太さをデフォルメしたい場合には向かない方法です。<br />
<br />
<strong>イラレラボ　illustrator-labo - Tutorial_くるくるリボンを描く</strong>
<a href="http://illustrator-labo.com/?p=218" target="_blank"><br />
http://illustrator-labo.com/?p=218</a>
<br />

<h4>【Illustrator】パスを垂直に下ろして1面づつ作る</h4>
<a href="http://veerle-v2.duoh.com/blog/comments/creating_a_ribbon_in_adobe_illustrator/" target="_blank"><img src="http://lab.gpol.co.jp/graine/ribbon_03.jpg" alt="ribbon_03.jpg" class="mt-image-none" style="" height="150" width="550" border="0" /></a><br />
自由曲線を垂直にコピーして作る方法です。<br />
1面1面作っていかなければならないので、複雑な動きの場合は面倒ですが<br />
リボンの太さを変えたり、動きをもたせたりといったデフォルメがしやすいのが特徴です。<br />
<br />
<strong>Creating a ribbon in Adobe Illustrator | Veerle's blog</strong>　※英語<br />

<a href="http://veerle-v2.duoh.com/blog/comments/creating_a_ribbon_in_adobe_illustrator/" target="_blank">http://veerle-v2.duoh.com/blog/comments/creating_a_ribbon_in_adobe_illustrator/</a>
<br />

<h4>【Illustrator】結んだリボン</h4>
<a href="http://illustrator-labo.com/?p=365" target="_blank"><img src="http://lab.gpol.co.jp/graine/ribbon_04.jpg" alt="ribbon_04.jpg" class="mt-image-none" style="" height="150" width="550" border="0" /></a><br />
こちらは3D効果を使った結んだリボンの描き方です。
<br />
短時間でハイクオリティなリボンが描けるのでおすすめ！<br />
このチュートリアルひとつ覚えておくだけで、いろいろ応用が効きそう。<br /><br />
<strong>イラレラボ　illustrator-labo - Tutorial_リボンの描き方</strong><br />
<a href="http://illustrator-labo.com/?p=365" target="_blank">http://illustrator-labo.com/?p=365</a>
<br />

<h4>【Illustrator】勲章リボン（ロゼット）</h4>
<a href="http://vector.tutsplus.com/tutorials/illustration/create-a-tri-color-rosette-ribbon-in-illustrator/" target="_blank"><img src="http://lab.gpol.co.jp/graine/ribbon_05.jpg" alt="ribbon_05.jpg" class="mt-image-none" style="" height="150" width="550" border="0" /></a><br />
こちらは欧米ではメジャーな勲章リボン。（ロゼットというそうです）<br />
フリルがかわいいですね。ランキングのイメージなんかに使えそうです。<br /><br />
<strong>Create a Tri-Color Rosette Ribbon in Illustrator | Vectortuts+</strong>　※英語<br />
<a href="http://vector.tutsplus.com/tutorials/illustration/create-a-tri-color-rosette-ribbon-in-illustrator/" target="_blank">http://vector.tutsplus.com/tutorials/illustration/create-a-tri-color-rosette-ribbon-in-illustrator/</a>

<br />

<h4>【Photoshop】質感がすてきなレトロリボン</h4>
<a href="http://www.photoshopstar.com/graphics/design-a-retro-style-ribbon/" target="_blank"><img src="http://lab.gpol.co.jp/graine/ribbon_06.jpg" alt="ribbon_06.jpg" class="mt-image-none" style="" height="150" width="550" border="0" /></a><br /> 
ペタンと折り返されたストライプのリボンです。<br />
パターンオーバーレイで布のような独特の質感を出します。<br />
<br />
<strong>Design a Retro Style Ribbon</strong>　※英語<br />
<a href="http://www.photoshopstar.com/graphics/design-a-retro-style-ribbon/" target="_blank">http://www.photoshopstar.com/graphics/design-a-retro-style-ribbon/</a>

<br />


<h4>【Photoshop】巻きついたリボン</h4>
<a href="http://webdesign.tutsplus.com/tutorials/site-elements/create-a-3d-ribbon-wrap-around-effect-plus-a-free-psd/" target="_blank"><img src="http://lab.gpol.co.jp/graine/ribbon_07.jpg" alt="ribbon_07.jpg" class="mt-image-none" style="" height="150" width="550" border="0" /></a><br />
最近Web界で流行りの、巻きついたリボンのデザイン。<br />
サイトデザインに反映する時の画像の切り出し方とコードの書き方まで紹介されています。<br />
しかも、うれしいPSDソースファイル付き！<br />
<br />
<strong>Create a 3D Ribbon Wrap-Around Effect (Plus a Free PSD!) | Webdesigntuts+</strong>　※英語<br />
<a href="http://webdesign.tutsplus.com/tutorials/site-elements/create-a-3d-ribbon-wrap-around-effect-plus-a-free-psd/" target="_blank">http://webdesign.tutsplus.com/tutorials/site-elements/create-a-3d-ribbon-wrap-around-effect-plus-a-free-psd/</a>

<br />

<h4>【Photoshop】超基本のリボン</h4>
<a href="http://www.trickdigest.com/tutorials/banner.html" target="_blank"><img src="http://lab.gpol.co.jp/graine/ribbon_08.jpg" alt="ribbon_08.jpg" class="mt-image-none" style="" height="150" width="550" border="0" /></a><br />
おなじみの超基本リボン。直線的なので、描きやすいです。<br />
うれしいPSDソースファイルつき！<br />
<br />
<strong>Ribbon Tutorial - Learn how to create a simple ribbon using adobe photoshop.</strong>　※英語<br />
<a href="http://www.trickdigest.com/tutorials/banner.html" target="_blank">http://www.trickdigest.com/tutorials/banner.html</a>

<br />

<h4>【Photoshop】アプリアイコンで作ったリボン</h4>
<a href="http://webdesignerwall.com/tutorials/iphone-gift-ribbon" target="_blank"><img src="http://lab.gpol.co.jp/graine/ribbon_09.jpg" alt="ribbon_9.jpg" class="mt-image-none" style="" height="150" width="550" border="0" /></a><br />
iPhone Giftのグラフィックでやってた、アプリアイコンリボンをつくってみたよ！というチュートリアル。<br />
変形ツール「ワープ」をつかってアイコン画像をぐりぐりとねじ曲げています。<br />
同様にすると、<a href="http://webdesignerwall.com/tutorials/photo-strip-photoshop-tutorial" target="_blank">こんな</a>リボンも作れます。こちらはムービーフィルムのイメージなんかに応用できそうですね。<br />
<br />
<strong>iPhone Gift Ribbon</strong>　※英語<br />
<a href="http://webdesignerwall.com/tutorials/iphone-gift-ribbon" target="_blank">http://webdesignerwall.com/tutorials/iphone-gift-ribbon</a>

<br />
<h4>【Photoshop】超リアルな結んだリボン</h4>
<a href="http://www.php2k.com/blog/beginners-photoshop-tutorials/photoshop-design-ribbon-logo-stock-photo-in-photoshop/" target="_blank"><img src="http://lab.gpol.co.jp/graine/ribbon_10.jpg" alt="ribbon_10.jpg" class="mt-image-none" style="" height="150" width="550" border="0" /></a><br />
覆い焼きツールと焼き込みツールでハイライト、シャドウを描き込む本格派。<br />
難易度が高いですが、かなりリアルなものが作れます。<br />
<br />
<strong>Photoshop design ribbon logo stock photo in photoshop. | Fun tutorials</strong>　※英語<br />
<a href="http://www.php2k.com/blog/beginners-photoshop-tutorials/photoshop-design-ribbon-logo-stock-photo-in-photoshop/" target="_blank">http://www.php2k.com/blog/beginners-photoshop-tutorials/photoshop-design-ribbon-logo-stock-photo-in-photoshop/</a>



<h4>番外編</h4>
最後は、リボン素材のまとめ記事をご紹介。
<br />
時間がない場合はフリー素材を使っちゃいましょう。ファイルの中を見ることで勉強にもなります。
<br />
※利用規約は各々のサイトをご確認ください。<br />
<br />

<strong>Photoshop VIP | リボンやステッカー、バッジを簡単作成、PhotoshopフリーPSD素材30個まとめ</strong><br />
<a href="http://photoshopvip.net/archives/29521" target="_blank">http://photoshopvip.net/archives/29521</a><br />

<br />
<strong>30 kostenlose Photoshop Ribbon Sets | hpvorlagen24 Webdesign Magazin</strong>
<a href="http://www.hpvorlagen24.de/2011/04/26/30-free-photoshop-ribbon-sets/" target="_blank"><br />
http://www.hpvorlagen24.de/2011/04/26/30-free-photoshop-ribbon-sets/</a>

<br />
<br />
<br />
これらを全てマスターすれば、あなたに描けないリボンは無いはず！<br />
たのしいリボンライフを送って下さい！<br />
<br />
<br />
(sayaka)

]]>
        
    </content>
</entry>

<entry>
    <title>ちょっとだけ制作効率をアップする?! 簡単にできる線のあしらいtips</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/11/line-tips.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.457</id>

    <published>2011-11-23T15:00:00Z</published>
    <updated>2011-11-25T11:22:24Z</updated>

    <summary>破線を書く Webデザインで、囲んだり、区切ったりと、よく使われる破線。 今回は、Photoshopのブラシツールで簡単につくれる破線をご紹介します。    1...</summary>
    <author>
        <name>masanori</name>
        
    </author>
    
        <category term="Design" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="photoshop" label="photoshop" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="tips" label="tips" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ブラシ" label="ブラシ" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[<h4>破線を書く</h4>
Webデザインで、囲んだり、区切ったりと、よく使われる破線。
<br />
今回は、Photoshopのブラシツールで簡単につくれる破線をご紹介します。 <br />
<ul style="padding: 15px;">
  <h5>1)ツールパレットから鉛筆ツールを選択してから、F5を押しブラシパレットを表示</h5>
  <h5>2)間隔に任意の数値を入力</h5>
    <img alt="brush.gif" src="http://lab.gpol.co.jp/graine/brush.gif" class="mt-image-none" style="" height="514" width="402" /><br />
    ※200%なら1点置きに、300%なら2点置きの破線になります。
  <h5>3) 線を描くと破線になります。</h5>
    <img alt="hasen.gif" src="http://lab.gpol.co.jp/graine/hasen.gif" class="mt-image-none" style="" height="328" width="363" /> 
</ul>
<h4>図形の境界線を破線で描く</h4>
Photoshopで図形の境界線を描くときに、レイヤースタイルの"境界線"を使用する場合があります。<br />
この境界線を使って破線で描きたい場合は、一工夫が必要です。
<ul style="padding: 15px;">
  <h5>1) 破線のパターンを用意します。</h5><br />
<img alt="patan.gif" src="http://lab.gpol.co.jp/graine/patan.gif" class="mt-image-none" style="" height="143" width="143" /><br />
    4×4pixelのボードに2pixelのドットで図のような柄を描きます
  <h5>2)これをパターンに登録</h5>
  <h5>3)好きな図形を描きます。</h5>
  <h5>4)レイヤースタイルの"境界線"を選ぶ</h5>&nbsp;<a href="http://lab.gpol.co.jp/graine/hasen_box.gif"><img alt="hasen_box.gif" src="http://lab.gpol.co.jp/graine/assets_c/2011/09/hasen_box-thumb-550x389-676.gif" class="mt-image-none" style="" height="389" width="550" /></a><a href="http://lab.gpol.co.jp/graine/assets_c/2011/09/hasen_box-676.php" onclick="window.open('http://lab.gpol.co.jp/graine/assets_c/2011/09/hasen_box-676.php','popup','width=687,height=487,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"></a>
      <p>設定を</p>
      <p>○サイズ：2pixel</p>
      <p>○塗りつぶしタイプ：パターン</p>
      <p>○パターン：先ほど作ったパターン</p>
    にすると、出来上がりです。<br /><br />
    出来上がり:<br />
    <img alt="hasen_box2.gif" src="http://lab.gpol.co.jp/graine/hasen_box2.gif" class="mt-image-none" style="" height="113" width="113" />
</ul>
この方法は、繰り返し同じあしらいのボックスを作成したい等の場合に便利です。
<br />
<br />
<h4>番外編：境界線のあしらいを工夫する</h4>
レイヤースタイルの"境界線"の塗りつぶしタイプ：パターンを使って、
いろいろなあしらいの線を簡単に作ることが出来ます。
<br />
<br />
<a href="http://lab.gpol.co.jp/graine/line_pt1.gif"><img alt="line_pt1.gif" src="http://lab.gpol.co.jp/graine/assets_c/2011/09/line_pt1-thumb-450x233-680.gif" class="mt-image-left" style="float: left; margin: 0pt 20px 20px 0pt;" height="233" width="450" /></a><br />
ガーゼパターンを使って不規則な破線。
<p style="clear: both;">&nbsp;</p>
<a href="http://lab.gpol.co.jp/graine/line_pt2.gif"><img alt="line_pt2.gif" src="http://lab.gpol.co.jp/graine/assets_c/2011/09/line_pt2-thumb-450x233-681.gif" class="mt-image-left" style="float: left; margin: 0pt 20px 20px 0pt;" height="233" width="450" /></a><br />
羊皮紙パターンを使ってクレヨン＆手書き調の境界線。
<p style="clear: both;">&nbsp;</p>
<a href="http://lab.gpol.co.jp/graine/line_pt3.gif"><img alt="line_pt3.gif" src="http://lab.gpol.co.jp/graine/assets_c/2011/09/line_pt3-thumb-450x233-682.gif" class="mt-image-left" style="float: left; margin: 0pt 20px 20px 0pt;" height="233" width="450" /></a><br />
漆喰パターンを使ってがっちりとした印象の境界線。
<br />
<p style="clear: both;">&nbsp;</p>
ゼロから作ると時間がかかるボックスのあしらいも
この方法だと少々の時間で出来るので便利です。
（今回使用している環境は、Photoshop CS5です。）<br />
<br />
(masanori)
]]>
        
    </content>
</entry>

<entry>
    <title>高品質なWebデザイン素材（PSD）がダウンロードできるサイトまとめ</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/11/webpsd.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.454</id>

    <published>2011-11-09T15:00:00Z</published>
    <updated>2011-11-10T06:18:46Z</updated>

    <summary>このボタンのデザインって、どうやって作るのかな？ 質感のあるWebデザインのパーツや素材の作り方が分からない、知りたい！って方におすすめする、 Webデザイン用...</summary>
    <author>
        <name>yukari</name>
        
    </author>
    
        <category term="Design" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Web service" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="psd" label="PSD" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="webデザイン" label="Webデザイン" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="素材" label="素材" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[このボタンのデザインって、どうやって作るのかな？<br />
質感のあるWebデザインのパーツや素材の作り方が分からない、知りたい！って方におすすめする、<br />
Webデザイン用の高品質なPSD素材がダウンロードできるサイトをご紹介します。<br />
<br />
眺めるだけで、デザインの参考や学習になるのはもちろんですが、<br />
ダウンロードしたpsdデータを読み解くことで、制作の裏側を学ぶこともできます。<br />
レイヤー効果やテクスチャーなど、このように使っているのか！と発見があり勉強になります。<br />
<br />
みなさんもぜひ参考にしてみてください。<br />
<br />
<br />
<h4><a href="http://elemisfreebies.com/" target="_blank">Elemis</a></h4><br />
ページデザインのテンプレートから、パーツ、パターン、テクスチャ素材等をダウンロードできるサイト。<br />
細部まで緻密に作られているデザインは勉強になります。<br />
<a href="http://elemisfreebies.com/" target="_blank"><img alt="001.jpg" src="http://lab.gpol.co.jp/graine/2011/09/12/001.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0pt auto 20px;" width="600" height="400" /></a><br />
 <br />
<h4><a href="http://freebiesbooth.com/" target="_blank">Freebies Booth</a></h4><br />
ボタンやメニュー、アイコンなど、主にデザインのパーツを紹介しているサイト。<br />
<a href="http://freebiesbooth.com/" target="_blank"><img alt="002.jpg" src="http://lab.gpol.co.jp/graine/2011/09/12/002.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0pt auto 20px;" width="600" height="400" /></a><br />
<br />
<h4><a href="http://www.premiumpixels.com/" target="_blank">Free PSDs &amp; Resources for Web Designers by Orman Clark</a></h4><br />
Orman Clarkさんによって作成された、デザインパーツサイト。<br />
フォームやボタン、グラフィックなどがダウンロードできます。<br />
<a href="http://www.premiumpixels.com/" target="_blank"><img alt="003.jpg" src="http://lab.gpol.co.jp/graine/2011/09/12/003.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0pt auto 20px;" width="600" height="400" /></a><br />
<br />
<br />
※ライセンス、利用条件にについては各自ご確認ください。<br />
<br />
<br />
(yukari)]]>
        
    </content>
</entry>

<entry>
    <title>初めてHTML5でコーディングにする際に気をつけるべき事</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/10/html5-1.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.456</id>

    <published>2011-10-26T15:00:00Z</published>
    <updated>2011-10-26T01:54:16Z</updated>

    <summary>近頃HTML5が本格的に導入される傾向が高まりつつあります。 HTML5対応が促進される理由は、XHTMLの時よりもセマンティクス*な文章構造を意識してコーディ...</summary>
    <author>
        <name>kazuki</name>
        
    </author>
    
        <category term="Coding" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="html5" label="HTML5" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[近頃HTML5が本格的に導入される傾向が高まりつつあります。<br />
HTML5対応が促進される理由は、XHTMLの時よりもセマンティクス<sup>*</sup>な文章構造を意識してコーディングをすることで、<br />
データ自身に的確な意味をもたせる事が可能になりました。<br />
それにより、サイト自身の情報の精度が高まり、検索結果等に正しい情報が反映されていくことになります。<br /><br />

*セマンティクス についてはこちらをご参照ください<br />
<strong>エンタープライズ：Gartner Column：第11回 そもそも「セマンティクス」とは何だろう？</strong><br />
<a href="http://www.itmedia.co.jp/enterprise/0108/20/01082088.html" target="_blank">http://www.itmedia.co.jp/enterprise/0108/20/01082088.html</a><br />
<br />
HTML5で新たなに追加されたよく使用する要素の注意点をご紹介していきます。
]]>
        <![CDATA[
<h4>section要素はdivタグと同じような使い方をしない</h4>
sectionタグはdivなど、要素を大枠で括って使用していたものと置き換えるのではなく、<br />
見出しを含む文章や章、段落などをひと塊として扱います。<br />
<br />
<h5>間違い例</h5>
<strong>&#60;&#115;&#101;&#99;&#116;&#105;&#111;&#110;&#62;</strong><br />
　&#60;&#100;&#105;&#118;&#32;&#105;&#100;&#61;&#34;&#104;&#101;&#97;&#100;&#101;&#114;&#34;&#62;<br />
　　&#60;&#104;&#49;&#62;&#115;&#105;&#116;&#101;&#110;&#97;&#109;&#101;&#60;&#47;&#104;&#49;&#62;<br />
　&#60;&#47;&#100;&#105;&#118;&#62;<br />
　&#60;&#33;&#45;&#45;&#42;&#42;&#42;&#42;&#47;&#47;&#104;&#101;&#97;&#100;&#101;&#114;&#32;&#42;&#42;&#42;&#42;&#45;&#45;&#62;<br />
<br />
　&#60;&#100;&#105;&#118;&#32;&#105;&#100;&#61;&#34;&#99;&#111;&#110;&#116;&#101;&#110;&#116;&#115;&#87;&#114;&#97;&#112;&#34;&#62;<br />
　　contents<br />
　&#60;&#47;&#100;&#105;&#118;&#62;<br />
　&#60;&#33;&#45;&#45;&#42;&#42;&#42;&#42;&#47;&#47;&#99;&#111;&#110;&#116;&#101;&#110;&#116;&#115;&#87;&#114;&#97;&#112;&#32;&#42;&#42;&#42;&#42;&#45;&#45;&#62;<br />
<br />
　&#60;&#100;&#105;&#118;&#32;&#105;&#100;&#61;&#34;&#102;&#111;&#111;&#116;&#101;&#114;&#34;&#62;<br />
　　footer<br />
　&#60;&#47;&#100;&#105;&#118;&#62;<br />
　&#60;&#33;&#45;&#45;&#42;&#42;&#42;&#42;&#47;&#47;&#102;&#111;&#111;&#116;&#101;&#114;&#32;&#42;&#42;&#42;&#42;&#45;&#45;&#62;<br />
<strong>&#60;&#47;&#115;&#101;&#99;&#116;&#105;&#111;&#110;&#62;</strong><br />
<br />
上記のように、全てをsectionタグで梱包してはいけません。<br />
<br />
<h5>正しい例</h5>
&#60;&#100;&#105;&#118;&#32;&#105;&#100;&#61;&#34;&#119;&#114;&#97;&#112;&#112;&#101;&#114;&#34;&#62;<br />
　&#60;&#100;&#105;&#118;&#32;&#105;&#100;&#61;&#34;&#104;&#101;&#97;&#100;&#101;&#114;&#34;&#62;<br />
　　&#60;&#104;&#49;&#62;&#115;&#105;&#116;&#101;&#110;&#97;&#109;&#101;&#60;&#47;&#104;&#49;&#62;<br />
　&#60;&#47;&#100;&#105;&#118;&#62;<br />
　&#60;&#33;&#45;&#45;&#42;&#42;&#42;&#42;&#47;&#47;&#104;&#101;&#97;&#100;&#101;&#114;&#32;&#42;&#42;&#42;&#42;&#45;&#45;&#62;<br />
<br />
　&#60;&#100;&#105;&#118;&#32;&#105;&#100;&#61;&#34;&#109;&#97;&#105;&#110;&#34;&#62;<br />
　　<strong>&#60;&#115;&#101;&#99;&#116;&#105;&#111;&#110;&#62;</strong><br />
　　　contents1<br />
　　<strong>&#60;&#47;&#115;&#101;&#99;&#116;&#105;&#111;&#110;&#62;</strong><br />
  	<br />
　　<strong>&#60;&#115;&#101;&#99;&#116;&#105;&#111;&#110;&#62;</strong><br />
　　　contents2<br />
　　<strong>&#60;&#47;&#115;&#101;&#99;&#116;&#105;&#111;&#110;&#62;</strong><br />
　&#60;&#47;&#100;&#105;&#118;&#62;<br />
　&#60;&#33;&#45;&#45;&#42;&#42;&#42;&#42;&#47;&#47;&#109;&#97;&#105;&#110;&#32;&#42;&#42;&#42;&#42;&#45;&#45;&#62;<br />
<br />
　&#60;&#100;&#105;&#118;&#32;&#105;&#100;&#61;&#34;&#102;&#111;&#111;&#116;&#101;&#114;&#34;&#62;<br />
　　footer<br />
　&#60;&#47;&#100;&#105;&#118;&#62;<br />
　&#60;&#33;&#45;&#45;&#42;&#42;&#42;&#42;&#47;&#47;&#102;&#111;&#111;&#116;&#101;&#114;&#32;&#42;&#42;&#42;&#42;&#45;&#45;&#62;<br />
&#60;&#47;&#100;&#105;&#118;&#62;<br />
<br />
情報を細分化し、以下のようにmainタグ内生成し、要素ごとに区切って使う事が望ましいです。<br />
なお、sectionタグ内に見出し要素がない場合はarticleタグ、重要でない要素にはasideと使いわけます。<br />

<h4>header要素、hgroup要素は必要な場合のみ使用する</h4>
headerは各ページの上部に付けるだけではなく、<br />
各要素の見出し、イントロダクション、ナビゲーションなど、<br />
情報の導入部分や誘導部分との梱包として使用する事が望ましいタグです。<br />
また、hgroupも見出し要素に使用するのですが、<br />
こちらは要素ごとに対し小見出しやキャッチフレーズ等が複数ある場合、<br />
それらをひと塊として扱うために使用します。<br />
<br />
<h5>header間違い例</h5>
&#60;&#115;&#101;&#99;&#116;&#105;&#111;&#110;&#62;<br />
　<strong>&#60;&#104;&#101;&#97;&#100;&#101;&#114;&#62;</strong><br />
　　&#60;&#104;&#49;&#62;&#112;&#97;&#103;&#101;&#110;&#97;&#109;&#101;&#60;&#47;&#104;&#49;&#62;<br />
　<strong>&#60;&#47;&#104;&#101;&#97;&#100;&#101;&#114;&#62;</strong><br />
　&#60;&#112;&#62;&#114;&#101;&#97;&#100;&#60;&#47;&#112;&#62;<br />
&#60;&#47;&#115;&#101;&#99;&#116;&#105;&#111;&#110;&#62;<br />
&#60;&#33;&#45;&#45;&#42;&#42;&#42;&#42;&#47;&#47;&#104;&#101;&#97;&#100;&#101;&#114;&#32;&#42;&#42;&#42;&#42;&#45;&#45;&#62;<br />
<br />
sectionタグ内でアウトラインが生成できており、尚且つ見出し要素が一つしかありませんので、<br />
この場合headerタグは必要ありません。<br />
<br />
<h5>header正しい例</h5>
<strong>&#60;&#115;&#101;&#99;&#116;&#105;&#111;&#110;&#62;</strong><br />
　&#60;&#104;&#49;&#62;&#112;&#97;&#103;&#101;&#110;&#97;&#109;&#101;&#60;&#47;&#104;&#49;&#62;<br />
　&#60;&#112;&#62;&#114;&#101;&#97;&#100;&#60;&#47;&#112;&#62;<br />
<strong>&#60;&#47;&#115;&#101;&#99;&#116;&#105;&#111;&#110;&#62;</strong><br />
&#60;&#33;&#45;&#45;&#42;&#42;&#42;&#42;&#47;&#47;&#104;&#101;&#97;&#100;&#101;&#114;&#32;&#42;&#42;&#42;&#42;&#45;&#45;&#62;<br />
<br />
<br />
<h5>hgroup間違い例</h5>
&#60;&#104;&#101;&#97;&#100;&#101;&#114;&#62;<br />
　<strong>&#60;&#104;&#103;&#114;&#111;&#117;&#112;&#62;</strong><br />
　　&#60;&#104;&#49;&#62;&#112;&#97;&#103;&#101;&#110;&#97;&#109;&#101;&#60;&#47;&#104;&#49;&#62;<br />
　　&#60;&#104;&#50;&#62;&#112;&#114;&#111;&#109;&#111;&#119;&#111;&#114;&#100;&#60;&#47;&#104;&#50;&#62;<br />
　<strong>&#60;&#47;&#104;&#103;&#114;&#111;&#117;&#112;&#62;</strong><br />
&#60;&#47;&#104;&#101;&#97;&#100;&#101;&#114;&#62;<br />
&#60;&#33;&#45;&#45;&#42;&#42;&#42;&#42;&#47;&#47;&#104;&#101;&#97;&#100;&#101;&#114;&#32;&#42;&#42;&#42;&#42;&#45;&#45;&#62;<br />
<br />
header内にhgroup要素しかない場合は、headerタグを使用しなくてもいいです。<br />
<br />
<h5>hgroup正しい例</h5>
<strong>&#60;&#104;&#103;&#114;&#111;&#117;&#112;&#62;</strong><br />
　&#60;&#104;&#49;&#62;&#112;&#97;&#103;&#101;&#110;&#97;&#109;&#101;&#60;&#47;&#104;&#49;&#62;<br />
　&#60;&#104;&#50;&#62;&#112;&#114;&#111;&#109;&#111;&#119;&#111;&#114;&#100;&#60;&#47;&#104;&#50;&#62;<br />
<strong>&#60;&#47;&#104;&#103;&#114;&#111;&#117;&#112;&#62;</strong><br />
&#60;&#33;&#45;&#45;&#42;&#42;&#42;&#42;&#47;&#47;&#104;&#101;&#97;&#100;&#101;&#114;&#32;&#42;&#42;&#42;&#42;&#45;&#45;&#62;<br />
<br />
header要素、hgroup要素は、同じ意味合いのタグで囲まれていれば生成せずに使用することが望ましいとされています。<br />

<h4>nav要素</h4>
nav要素にはサイト内の誘導するナビゲーション要素が入りますが、<br />
全てのナビゲーション要素をnavタグで囲むことは望ましくありません。<br />
特にグローバルナビゲーションやサイト内検索、ページ内リンクなど、<br />
サイトにとって主要なものに関してはnav要素を使い、<br />
サイトを分割するページャーやブログのタグなど、<br />
優先度の低いものには使用しないとする方がよいとされています。<br />
<br />
navタグを使用する際には、この要素がこのサイトにとって主要となるナビゲーションか？<br />
navタグで囲む物がsectionタグ等で梱包できないか？<br />
などを基準にし設置しましょう。<br />
<br />
<br />
今回はよく使用するHTML5の一部だけのご紹介ですが、<br />
よりサイト内の情報に気をつけてマークアップする事が重要です。<br /><br />

(kazuki)
]]>
    </content>
</entry>

<entry>
    <title>職業病って怖い</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/10/post-40.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.455</id>

    <published>2011-10-12T15:00:00Z</published>
    <updated>2011-10-14T01:15:31Z</updated>

    <summary> 職業を理由に犯罪は起こしちゃいけませんね 普段の生活の中で「このテクスチャ使えるかも！」とバシバシ素材集めができるぐらいの...まずいいカメラを手に入れる事か...</summary>
    <author>
        <name>kana</name>
        
    </author>
    
        <category term="Graphic" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="4コマ" label="4コマ" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="テクスチャ" label="テクスチャ" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[<p><img alt="matsukura20110912.jpg" src="http://lab.gpol.co.jp/graine/matsukura20110912.jpg" width="300" height="720" class="mt-image-none" style="" /></p>

<p style="margin-bottom:30px;">職業を理由に犯罪は起こしちゃいけませんね</p>

<p style="margin-bottom:15px;">普段の生活の中で「このテクスチャ使えるかも！」とバシバシ素材集めができるぐらいの...まずいいカメラを手に入れる事から始めねばいけませんが。</p>

<p style="margin-bottom:30px;">ネットからテクスチャに限らず素材をダウンロードする際は利用規約にご注意を。</p>

<p>（kana）</p>]]>
        
    </content>
</entry>

<entry>
    <title>女子にモテるWebデザイン 【3】 女子をメロメロにする6つのモチーフ</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/10/web-3-5.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.451</id>

    <published>2011-10-05T15:00:00Z</published>
    <updated>2011-10-07T08:04:53Z</updated>

    <summary> 第1回：ピンクを使いこなそう http://lab.gpol.co.jp/graine/2011/04/web-1.php 第2回：模様を攻略！ひと味ちがうデ...</summary>
    <author>
        <name>sayaka</name>
        
    </author>
    
        <category term="Tips" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="女子モテデザイン" label="女子モテデザイン" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="女性向け" label="女性向け" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[<img alt="110912_rd_title.jpg" src="http://lab.gpol.co.jp/graine/110912_rd_title.jpg" width="550" height="150" class="mt-image-none" style="" /><br />
<br />

<blockquote>第1回：<strong>ピンクを使いこなそう</strong><br />
<a href="http://lab.gpol.co.jp/graine/2011/04/web-1.php" target="_blank">http://lab.gpol.co.jp/graine/2011/04/web-1.php</a><br />
<br />
第2回：<strong>模様を攻略！ひと味ちがうデザインへ</strong><br />
<a href="http://lab.gpol.co.jp/graine/2011/06/web-2-1.php" target="_blank">http://lab.gpol.co.jp/graine/2011/06/web-2-1.php</a></blockquote>
<br /><br />
色、柄の次はモチーフ！<br />
わかっているようで、わからないのが女の子の好きなもの。<br />
女の子好みは千差万別ですが、定番モノがあるんです。<br />
ちょっとしたアクセントに、ぽんっと置くだけで女子向けデザインになっちゃう<br />
定番モチーフを押さえましょう。<br />


<h4>1.布・レース</h4>
<img alt="110912_01.jpg" src="http://lab.gpol.co.jp/graine/110912_01.jpg" width="550" height="150" class="mt-image-none" style="" />
<br />
リネンやコットンなどの布、レース、ボタン、刺繍など、お裁縫を連想させるものは、いかにも女の子らしいですね。<br />
ナチュラル指向の女性に人気なのがこれらのモチーフです。<br />
<h5>布系</h5>
　水玉、花柄、ストライプ柄の布・リネン・帆布<br />
<h5>糸系</h5>
　毛糸・縫い目・クロスステッチ・あみぐるみ<br />
<h5>お裁縫系</h5>
　レース・ボタン・まち針・リボン<br />
<br />
<h4>2.紙・ステーショナリー</h4>
 <img alt="110912_02.jpg" src="http://lab.gpol.co.jp/graine/110912_02.jpg" width="550" height="150" class="mt-image-none" style="" /><br />
 雑貨大好き、カフェ大好きな女性に人気なのが、文房具系のモチーフ。<br />
おしゃれな海外文具メーカーのものなら、なお良し。<br />
<br />
<h5>書く物系</h5>
　ペン・鉛筆・インクとつけペン・クレヨン・万年筆<br />
<h5>紙系</h5>
　ノート・メモ・方眼紙・スケッチブック・段ボール・封筒・タグ<br />
<h5>シール系</h5>
　セロテープ・マスキングテープ・切手・ラベル<br />
<br />
<h4>3.オシャレな女の子</h4>
<img alt="110912_03.jpg" src="http://lab.gpol.co.jp/graine/110912_03.jpg" width="550" height="150" class="mt-image-none" style="" /><br />
かわいいだけでも、美人なだけでもない。<br />
女性は自分のあこがれを投影できるオシャレな同性が大好き。<br />
オシャレな女性の写真があるなら、他に装飾はいらないぐらいです。<br />
女性ファッション雑誌の表紙を見れば言わずもがなですね。<br />
ちなみにこの寝顔がかわいいモデルさんの写真は下記サイトでダウンロードできます。<br />
<br />
<strong>【フリー写真素材】モデル・人物の写真素材はモデルピース</strong>
<br />
<a href="http://www.modelpiece.com/" target="_blank">http://www.modelpiece.com/</a>

<br />
<br />
<h4>4.手描き感</h4>
<img alt="110912_04.jpg" src="http://lab.gpol.co.jp/graine/110912_04.jpg" width="550" height="150" class="mt-image-none" style="" /><br />
文字やイラストなど、手描き感はかわいさを出すのに最適な味付けです。<br />
一見女性っぽくなさそうな配色、テイストでも、<br />
手書きフォントひとつで女性向けデザインになります。<br />
<br />
<h4>5.きらきら</h4>
<img alt="110912_05.jpg" src="http://lab.gpol.co.jp/graine/110912_05.jpg" width="550" height="150" class="mt-image-none" style="" /><br />
これはよく知られていますね。女性はきらきらが好きです。<br />
きらきらの光もそうですが、宝石なんかもきらきら要素に入ります。<br />
なお、きらきらした光の描き方はこちらをどうぞ。<br />
<br />
Photoshopできらきらした魔法の光を描く（きらきらブラシ付き）<br />
<a href="http://lab.gpol.co.jp/graine/2010/10/photoshop-9.php">http://lab.gpol.co.jp/graine/2010/10/photoshop-9.php</a>

<h4>6.花</h4>
<img alt="110912_06.jpg" src="http://lab.gpol.co.jp/graine/110912_06.jpg" width="550" height="150" class="mt-image-none" style="" /><br /> 
エレガンスにもキュートにも、文字通り華やかにも。
<br />
お花はいかにも女性らしいという感じですね。<br />
生花の写真、模様、イラストなど、デザインに取り込みやすい題材です。
<br /><br /><br />

他にもいろいろありますが、基本はこんな感じです。<br />
調達するのが大変なモチーフもありますが、最近は女子向け素材集が<a href="http://www.amazon.co.jp/gp/bestsellers/books/2222971051/" target="_blank">たくさん発売</a>されているので<br />
購入を検討してみてはいかがでしょうか。<br />

(sayaka)]]>
        
    </content>
</entry>

<entry>
    <title>秋のイメージ作り：商用利用可能なブラシ、ベクターデータ、パターン(Photoshop・Illustrator)</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/09/autumn-brush-vector-pattern.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.439</id>

    <published>2011-09-28T15:00:00Z</published>
    <updated>2011-10-06T04:33:09Z</updated>

    <summary>秋にぴったりの商用利用可能な「秋のイメージ作りに役立つブラシ、ベクターデータ、パターン」のご紹介をします。 ブラシ Fall Leaves秋のイメージに万能に使...</summary>
    <author>
        <name>megumi</name>
        
    </author>
    
        <category term="Design" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Graphic" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="ブラシ" label="ブラシ" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="秋" label="秋" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="素材" label="素材" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[<p>秋にぴったりの商用利用可能な「秋のイメージ作りに役立つブラシ、ベクターデータ、パターン」のご紹介をします。</p>
<h4><a name="ps11062101" id="ps11062101"></a>ブラシ</h4>
<h5><strong><a href="http://brushlovers.com/photoshop-brush/fall-leaves.html" target="_blank">Fall Leaves</a></strong></h5><a href="http://brushlovers.com/photoshop-brush/fall-leaves.html" target="_blank"><img alt="br0901101.jpg" src="http://lab.gpol.co.jp/graine/2011/09/11/br0901101.jpg" width="500" height="197" class="mt-image-none" style="" /></a><br />秋のイメージに万能に使える落ち葉のブラシ。<br />(配布元:<a href="http://brushlovers.com/photoshop-brush/fall-leaves.html" target="_blank">brushlovers：Fall Leaves</a> )
<h5><strong><a href="http://123freebrushes.com/plants_photoshop_brushes/autumn-leaves-leaf-nature-brush" target="_blank">Autumn leaves</a></strong></h5><a href="http://123freebrushes.com/plants_photoshop_brushes/autumn-leaves-leaf-nature-brush" target="_blank"><img alt="br0901102.jpg" src="http://lab.gpol.co.jp/graine/2011/09/11/br0901102.jpg" width="500" height="197" class="mt-image-none" style="" /></a><br />綺麗な枯葉のブラシ。<br />(配布元:<a href="http://123freebrushes.com/plants_photoshop_brushes/autumn-leaves-leaf-nature-brush" target="_blank">123freebrushes：Autumn leaves</a> )

<br /><br />
<h4><a name="ps11062102" id="ps11062102"></a>ベクターデータ</h4>
<h5><strong><a href="http://www.emstudio.jp/free/data1021/" target="_blank">もみじ紅葉イラスト</a></strong></h5><a href="http://www.emstudio.jp/free/data1021/" target="_blank"><img alt="ve0901101.jpg" src="http://lab.gpol.co.jp/graine/2011/09/11/ve0901101.jpg" width="500" height="197" class="mt-image-none" style="" /></a><br />紅葉の無料イラストです。<br />(配布元:<a href="http://www.emstudio.jp/free/data1021/" target="_blank">emStudio：もみじ紅葉イラスト</a> )
<h5><strong><a href="http://blog.digital-lemon.com/?eid=129907#sequel" target="_blank">秋のイラスト</a></strong></h5><a href="http://blog.digital-lemon.com/?eid=129907#sequel" target="_blank"><img alt="ve0901102.jpg" src="http://lab.gpol.co.jp/graine/2011/09/11/ve0901102.jpg" width="500" height="197" class="mt-image-none" style="" /></a><br />すこし汚れているけど赤系の色で温かみのあるパターン7種。<br />(配布元:<a href="http://blog.digital-lemon.com/?eid=129907#sequel" target="_blank">Lemon：秋のイラスト</a> )

<br /><br />
<h4><a name="ps11062103" id="ps11062103"></a>パターン</h4>
<h5><strong><a href="http://webtreats.mysitemyway.com/grungy-fiery-red-seamless-patterns/" target="_blank">inFocus Ad Grungy Fiery Red Seamless Patterns</a></strong></h5><a href="http://webtreats.mysitemyway.com/grungy-fiery-red-seamless-patterns/" target="_blank"><img alt="pt0901101.jpg" src="http://lab.gpol.co.jp/graine/pt0901101.jpg" width="500" height="197" class="mt-image-none" style="" /></a><br />すこし汚れているけど赤系の色で温かみのあるパターン7種。<br />(配布元:<a href="http://webtreats.mysitemyway.com/grungy-fiery-red-seamless-patterns/" target="_blank">WEBTREATSets.：inFocus Ad Grungy Fiery Red Seamless Patterns</a> )
<h5><strong><a href="http://webtreats.mysitemyway.com/free-exotic-polkadots-photoshop-pattern-set/" target="_blank">Free Exotic Polkadots Photoshop Pattern Set</a></strong></h5><a href="http://webtreats.mysitemyway.com/free-exotic-polkadots-photoshop-pattern-set/" target="_blank"><img alt="pt0901102.jpg" src="http://lab.gpol.co.jp/graine/2011/09/11/pt0901102.jpg" width="500" height="197" class="mt-image-none" style="" /></a><br />ランダムな水玉がレトロな印象のパターン。<br />(配布元:<a href="http://webtreats.mysitemyway.com/free-exotic-polkadots-photoshop-pattern-set/" target="_blank">WEBTREATSets.：Free Exotic Polkadots Photoshop Pattern Set</a> )
<br /><br /><br />

<br />
※ご利用になる前に、利用規約等の確認をお願いいたします。

<br /><br />
(megumi)]]>
        
    </content>
</entry>

<entry>
    <title>Photoshopでの画像処理の便利機能</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/09/photoshop-13.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.428</id>

    <published>2011-09-14T15:00:00Z</published>
    <updated>2011-08-31T10:26:33Z</updated>

    <summary>Photoshopでパス抜きや補正・処理などの画像処理を行う時、機能を把握していないとけっこう面倒くさいものですが、Photoshopには便利な機能があるのでそ...</summary>
    <author>
        <name>seishi</name>
        
    </author>
    
        <category term="Graphic" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="photoshop" label="Photoshop" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="画像処理" label="画像処理" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[<p>Photoshopでパス抜きや補正・処理などの画像処理を行う時、機能を把握していないとけっこう面倒くさいものですが、Photoshopには便利な機能があるのでそれらを駆使することで簡単に効率良く画像処理を行うことができます。</p>

<p>今回は2つの機能を紹介したいと思います。<br />
<h4>１.ヒストリーブラシツール</h4><br><br />
<img alt="hestory.gif" src="http://lab.gpol.co.jp/graine/hestory.gif" width="34" height="186" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" />Photoshopで行う一連の編集作業の内容、作業ごとの画像の状態はヒストリーパレットに記録されており、簡単に一つ前の状態の画像に戻せます。<br />
ヒストリーブラシツールは、ドラッグした軌跡をヒストリーパレットで指定したヒストリーの画像と置き換えるツールです。<br clear="both"><br />
<strong>■使い方</strong><br />
１、ヒストリーから元となる画像を選択します。<br />
２、ドラッグすると、軌跡に併せてヒストリー画像でペイントされます。<br><br />
<strong>■ツールオプション</strong><br />
・モード：描画モードを切り替えます。<br />
・不透明度：描画色の不透明度を設定します。<br />
・流量：インクの量を設定します。<br />
・エアブラシのアイコン：一点でマウスを押し続けると、エアブラシの様に広がっていきます。<br><br />
<strong>■使用例</strong><br />
今回は空部分を白黒にする前のヒストリー画像でペイントして建物部分を白黒で残し、夕暮れの空の色を強調しました。<br />
<br><br />
<img alt="moto.jpg" src="http://lab.gpol.co.jp/graine/moto.jpg" width="600" height="338" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /><br />
<img alt="moto_2.jpg" src="http://lab.gpol.co.jp/graine/moto_2.jpg" width="600" height="338" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /><br />
<br><br />
<h4>２.パッチツール</h4><br><br />
<img alt="prti.png" src="http://lab.gpol.co.jp/graine/prti.png" width="34" height="190" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" />左のアイコンがパッチツールを表します。<br />
パッチツールを使用すると、傷や汚れなどを自然な画像に修正することが出来ます。<br />
修復ブラシと違う点としては、他の部分の画像で覆う様に隠すという点です。<br />
また、パッチツールでは修復ブラシツール同様、画像の一部を使用するのではなくパターンを使用して塗りつぶすことも出来ます。<br clear="both"><br />
<strong>■使い方</strong><br />
１、パッチツールを選択します。<br />
２、オプションバーでソースを選択します。<br />
３、修復したい箇所をドラッグして範囲指定します。<br />
４、３で選択した選択範囲を補正元となる綺麗な画像のあるところまでドラッグします。<br />
５、ドラッグ先の画像によって、画像が修復されます。<br><br />
<strong>■使用例</strong><br />
影の部分をソースにしてゴミを削除しました。<br />
<img alt="moto2_2.jpg" src="http://lab.gpol.co.jp/graine/moto2_2.jpg" width="300" height="400" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /><img alt="moto2.jpg" src="http://lab.gpol.co.jp/graine/moto2.jpg" width="300" height="400" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></p>

<p>(seishi)　　　　　　<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>クロスブラウザチェックに欠かせない便利ツール</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/09/post-39.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.427</id>

    <published>2011-08-31T15:00:00Z</published>
    <updated>2011-09-01T06:33:50Z</updated>

    <summary>クロスブラウザとは: 「複数のブラウザ上で，正常に動作すること」を意味します。 企業様のサイトでは、まだまだIE6が閲覧対象であったり、 最新の環境でも閲覧でき...</summary>
    <author>
        <name>masanori</name>
        
    </author>
    
        <category term="Coding" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Design" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Web service" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="クロスブラウザ、コーディング、ツール、無料、" label="クロスブラウザ、コーディング、ツール、無料、" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[<blockquote>クロスブラウザとは:
「複数のブラウザ上で，正常に動作すること」を意味します。</blockquote>
企業様のサイトでは、まだまだIE6が閲覧対象であったり、<br />
最新の環境でも閲覧できることが必須であったりと、<br />
Web制作においてクロスブラウザのチェックは欠かすことの出来ない重要ポイントです。
<br />&nbsp;<br />
最終的には実機での確認となりますが、制作段階でチェックに気を配ることが出来れば、<br />
"チェックバックで大幅な修正をしなければいけない "<br />
という最悪のシナリオも回避できるかもしれません！<br />&nbsp;<br />
そんなわけで、今回はクロスブラウザチェックに心強い、便利なツールを紹介します。
<br />&nbsp;<br /><br />
<h4><a href="https://browserlab.adobe.com/ja-jp/"  target="_blank">Adobe BrowserLab</a></h4>
adobe社が無償で公開しているサービス。　（利用にはadobe IDでのログインが必要）
<br />
<br />現時点で確認できるブラウザ環境は、<br />
<img alt="adobe01.jpg" src="http://lab.gpol.co.jp/graine/adobe01.jpg" width="450" height="292" class="mt-image-none" style="" />
<br /><br />
■windows: IE(6 ? 9), Firefox(3.0, 3.6, 4.0), Chorome(9, 10)<br />
■OS X :  Firefox(3.0, 3.6), Safari(4.0, 5.0)<br />
(2011/5/30 現在)<br />
となっておりメジャーなブラウザはほぼ網羅されています。
<br /><br />
インターフェイスもわかりやすくていいです。<br /><br />
プレビュー機能では2画面並べて表示したり、<br />
<img alt="adobe02.jpg" src="http://lab.gpol.co.jp/graine/adobe02.jpg" width="450" height="305" class="mt-image-none" style="" /><br />
<br />
「オニオンスキン」で重ねて表示させたりすることが可能です。<br /><img alt="adobe03.jpg" src="http://lab.gpol.co.jp/graine/adobe03.jpg" width="450" height="305" class="mt-image-none" style="" /><br /><br />
環境によるズレが比較しながら一目で確認できるので、<br />
表示についてシビアな調整が必要なサイトでは特に重宝します。
<br />
レスポンスもよく、何より、Mac OS環境の表示状態が確認できるのがありがたい限り。<br /><br />
現在、私がよく活用するツールです。
<br /><br />
※ベーシック認証が必要なサイトはプレビューが出来ませんので、ご注意ください。<br /><br /><br />
<h4><a href="http://browsershots.org/" target="_blank">Browsershots</a></h4>
<img alt="bs1.jpg" src="http://lab.gpol.co.jp/graine/bs1.jpg" width="450" height="414" class="mt-image-none" style="" /><br />
非常に多くの環境での表示チェックが出来ます。<br /><br />
スクリーンショットを生成するタイプで、あまり多くの環境をリクエストすると、<br />
<img alt="bs2.jpg" src="http://lab.gpol.co.jp/graine/bs2.jpg" width="450" height="353" class="mt-image-none" style="" />
<br />結果が出るまでに時間がかかりますのでご注意ください。<br /><br /><br />
<h4><a href="http://www.my-debugbar.com/wiki/IETester/HomePage" target="_blank">IE Tester</a></h4>
<img alt="ietester.jpg" src="http://lab.gpol.co.jp/graine/ietester.jpg" width="450" height="314" class="mt-image-none" style="" /><br />
IE環境での表示チェックでは有名なソフトですね。<br /><br />
プレビュー機能はもちろん、リンクチェック・JavaSciptも動作するので、<br />jsで動く部分のチェックもあわせて行うことが出来ます。<br /><br />
今でもIE6対策には欠かせないツールです。
<br /><br /><br />
<h4><a href="http://www.microsoft.com/downloads/ja-jp/details.aspx?FamilyID=e6cc9b3e-7eab-4525-8322-14d7e267eb2c" target="_blank">Microsoft Expression Web SuperPreview</a></h4>
こちらはMicrosoftから提供されている、チェックツール。<br /><br />
私は旧バージョンを使用したことがありますが、<br />開発元が提供している分、動作に安定感を感じました。<br /><br />
今年3月にリリースされた最新版では、オンラインサービス（ベータ）の「リモート ブラウザー」を利用することにより、<br />
Mac OS 上の Safari 、「Google Chrome」、「Firefox」でのプレビューも可能とのこと。
<br /><br />
試用期限があるものの、機会があれば使ってみたいツールです。
<br /><br />
※このソフトは「Microsoft Expression Web 4」に含まれるツールの単体試用版として無償提供されており、<br />
60日間すべての機能を試用できるそうです。<br />
※「リモート ブラウザー」は60日間の試用期間のみ利用可能。<br />
※試用期間が過ぎたあともローカルで動作するIE6/7/8を利用したプレビューは可能です。
<br /><br />

<p>(Masanori)<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>MTカスタマイズ　カスタムフィールドの検索</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/08/mt.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.429</id>

    <published>2011-08-17T15:00:00Z</published>
    <updated>2011-08-05T08:34:40Z</updated>

    <summary>MT4から追加された機能に、カスタムフィールドという独自の入力項目を追加できる便利な機能があります。 ですが検索フォームを使ってカスタムフィールドの値を検索でき...</summary>
    <author>
        <name>takanosuke</name>
        
    </author>
    
        <category term="Coding" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="cms" label="CMS" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="MovableType" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="カスタムフィールド" label="カスタムフィールド" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="プラグイン" label="プラグイン" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[MT4から追加された機能に、カスタムフィールドという独自の入力項目を追加できる便利な機能があります。<br />
ですが検索フォームを使ってカスタムフィールドの値を検索できませんでした。<br />
今回はそれに加えて、カテゴリ検索のAnd検索をする方法を紹介します。<br />
※下記はMT５での解説となります。<br />
<br />
<br />
<img alt="11604_01.jpg" src="http://lab.gpol.co.jp/graine/2011/06/04/11604_01.jpg" width="210" height="135" class="mt-image-none" style="" /><br />
こんな感じのAnd検索が可能です<br />
<br />
<br />
<h4>1.プラグインを追加する</h4>
まずTechnology on Informationさんのプラグインを利用します。<br />
それぞれダウンロードしてインストールしてください。<br />

■カスタムフィールドの内容を対象にして検索：<a href="http://tec.toi-planning.net/mt/customfieldssearch/about/" target="_blank">CustomFieldsSearch</a><br />
■カテゴリー情報による検索：<a href="http://tec.toi-planning.net/mt/categorysearch/about/" target="_blank">CategorySearch</a><br />
<br />
<small>どちらも修正BSDライセンスですが、これはかなり緩いライセンス形態で、商用利用も改変もしてよいですが、かわりに無保証で著作権の表示が必要というライセンスです。<br />
ソースの上部に著作権表示しておけばOKじゃないでしょうか。</small>
<br />
<br />

<h4>2.ソースを作成する</h4>
<textarea style="width:660px; height:340px; font-size:12px;">
<form method="get" action="<$mt:CGIPath$><$mt:SearchScript$>">
<div class="inner">
<p>検索項目を選択して、"検索する"ボタンをクリックしてください。</p>

  <input type="hidden" name="IncludeBlogs" value="<$mt:BlogID$>" />
  <input type="hidden" name="CustomFieldsSearch" value="1" />
  <input type="hidden" name="CustomFieldsSearchClassType" value="entry" />
  <input type="hidden" name="CustomFieldsSearchIgnore" value="EntryTitle" />
  <input type="hidden" name="CustomFieldsSearchIgnore" value="EntryBody" />
  <input type="hidden" name="CustomFieldsSearchIgnore" value="EntryMore" />
  <input type="hidden" name="CustomFieldsSearchIgnore" value="EntryKeywords" />
  <input type="hidden" name="CustomFieldsSearchField" value="area" />
  <input type="hidden" name="CategorySearch" value="1" />
  <input type="hidden" name="CategorySearchSets" value="1" /> 
  
  <select name="CustomFieldsSearchFieldLike">
    <option selected="selected">▼エリアを選んでください</option>
    <option value="area:北海道">北海道</option>
    <option value="area:青森県">青森県</option>
    <option value="area:岩手県">岩手県</option>
    <option value="area:宮城県">宮城県</option>
    <option value="area:秋田県">秋田県</option>
    <option value="area:山形県">山形県</option>
						↓
  </select>
  
  <input type="hidden" id="select" name="limit" value="<$mt:SearchMaxResults$>" />
  <select name="1" id="select_category">
  <option value="0">全カテゴリー</option>
  <MTTopLevelCategories>
  <MTSubCatIsFirst></MTSubCatIsFirst><MTIfNonZero tag="MTCategoryCount">
  <option value="<mt:categorylabel>"><$MTCategoryLabel$></option>
  </MTIfNonZero><MTSubCatsRecurse><MTSubCatIsLast></MTSubCatIsLast>
  </MTTopLevelCategories>
  </select>
</div>
<div class="btnsearch">
<input type="hidden" name="limit" value="<$mt:SearchMaxResults$>" />
<input type="image" accesskey="4" src="/img/btn_search.gif" alt="検索する" class="hoverImg">
</div>
</form>
</textarea>
<br />
<br />


<pre class="code">
<strong>○カスタムフィールドサーチを有効にするかどうか。
value=&quot;1&quot; これでカスタムフィールド検索が有効になります。</strong>
<span class="tag">&lt;input <span class="attr">type=</span><span class="value">&quot;hidden&quot;</span> <span class="attr">name=</span><span class="value">&quot;CustomFieldsSearch&quot;</span> <span class="attr">value=</span><span class="value">&quot;1&quot;</span> /&gt;</span>

<strong>○検索対象を指定します。
value=&quot;entry&quot;でブログ記事が検索対象になります。 
value=&quot;page&quot;でウェブページが検索対象になります。 </strong>
<span class="tag">&lt;input <span class="attr">type=</span><span class="value">&quot;hidden&quot;</span> <span class="attr">name=</span><span class="value">&quot;CustomFieldsSearchClassType&quot;</span> <span class="attr">value=</span><span class="value">&quot;entry&quot;</span> /&gt;</span>

<strong>○カスタムフィールドでないカラムを無視する場合に指定します。
これにより余計な検索をせずに若干結果表示が速くなります。</strong>
<span class="tag">&lt;input <span class="attr">type=</span><span class="value">&quot;hidden&quot;</span> <span class="attr">name=</span><span class="value">&quot;CustomFieldsSearchIgnore&quot;</span> <span class="attr">value=</span><span class="value">&quot;EntryTitle&quot;</span> /&gt;</span>
<span class="tag">&lt;input <span class="attr">type=</span><span class="value">&quot;hidden&quot;</span> <span class="attr">name=</span><span class="value">&quot;CustomFieldsSearchIgnore&quot;</span> <span class="attr">value=</span><span class="value">&quot;EntryBody&quot;</span> /&gt;</span>
<span class="tag">&lt;input <span class="attr">type=</span><span class="value">&quot;hidden&quot;</span> <span class="attr">name=</span><span class="value">&quot;CustomFieldsSearchIgnore&quot;</span> <span class="attr">value=</span><span class="value">&quot;EntryMore&quot;</span> /&gt;</span>
<span class="tag">&lt;input <span class="attr">type=</span><span class="value">&quot;hidden&quot;</span> <span class="attr">name=</span><span class="value">&quot;CustomFieldsSearchIgnore&quot;</span> <span class="attr">value=</span><span class="value">&quot;EntryKeywords&quot;</span> /&gt;</span>

<strong>○カテゴリサーチを有効にするかどうか。
value=&quot;1&quot; でカテゴリ検索が有効になります。</strong>
<span class="tag">&lt;input <span class="attr">type=</span><span class="value">&quot;hidden&quot;</span> <span class="attr">name=</span><span class="value">&quot;CategorySearch&quot;</span> <span class="attr">value=</span><span class="value">&quot;1&quot;</span> /&gt;</span>
<span class="tag">&lt;input <span class="attr">type=</span><span class="value">&quot;hidden&quot;</span> <span class="attr">name=</span><span class="value">&quot;CategorySearchSets&quot;</span> <span class="attr">value=</span><span class="value">&quot;1&quot;</span> /&gt;</span> 

<strong>○カスタムフィールド検索
指定したキーと値で絞込みを行います(value=&quot;カスタムフィールドタグ:○○○&quot;)</strong>
<span class="tag">&lt;select <span class="attr">name=</span><span class="value">&quot;CustomFieldsSearchFieldLike&quot;</span>&gt;</span>
<span class="tag">&lt;option <span class="attr">selected=</span><span class="value">&quot;selected&quot;</span>&gt;</span>▼エリアを選んでください<span class="tag">&lt;/option&gt;</span>
<span class="tag">&lt;option <span class="attr">value=</span><span class="value">&quot;area:北海道&quot;</span>&gt;</span>北海道<span class="tag">&lt;/option&gt;</span>
<span class="tag">&lt;option <span class="attr">value=</span><span class="value">&quot;area:青森県&quot;</span>&gt;</span>青森県<span class="tag">&lt;/option&gt;</span>
<span class="tag">&lt;option <span class="attr">value=</span><span class="value">&quot;area:岩手県&quot;</span>&gt;</span>岩手県<span class="tag">&lt;/option&gt;</span>

<strong>○カテゴリ検索
カテゴリ選択用がプルダウンの場合は
「select name=&quot;1&quot;」に設定すれば有効になるみたいです。</strong>
<span class="tag">&lt;select <span class="attr">name=</span><span class="value">&quot;1&quot;</span> <span class="attr">id=</span><span class="value">&quot;select_category&quot;</span>&gt;</span>
</pre>

(takanosuke)
]]>
        
    </content>
</entry>

<entry>
    <title>出っ歯はステータスやで</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/08/post-38.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.425</id>

    <published>2011-08-03T15:58:46Z</published>
    <updated>2011-08-05T11:08:47Z</updated>

    <summary> 出っ歯君は欲望に忠実です。 ここ数年でさまざまな展開を見せているARですが、セカイカメラなんかが有名ですね。 WikipediaではAR（拡張現実）は下記のよ...</summary>
    <author>
        <name>kana</name>
        
    </author>
    
        <category term="Other" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="4コマ" label="4コマ" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ar" label="AR" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[<p><img alt="kana_20110530.jpg" src="http://lab.gpol.co.jp/graine/kana_20110530.jpg" class="mt-image-none" style="" /></p>

<p><br />
出っ歯君は欲望に忠実です。</p>

<p><br />
ここ数年でさまざまな展開を見せているARですが、<a href="http://apps.sekaicamera.com/ja/" target="_blank">セカイカメラ</a>なんかが有名ですね。</p>

<p>WikipediaではAR（拡張現実）は下記のように定義されています。</p>

<blockquote>拡張現実（かくちょうげんじつ）とは、現実環境にコンピュータを用いて情報を付加提示する技術、および情報を付加提示された環境そのものを指す言葉。</blockquote>
引用元：<a href="http://ja.wikipedia.org/wiki/%E6%8B%A1%E5%BC%B5%E7%8F%BE%E5%AE%9F" target="_blank">Wikipedia - 「拡張現実」項目</a>

<p><br />
世界を変えてしまうのではなく、少しだけ加えて、楽しくべんりにする。それがARのいいところ。<br />
少し前に、ARを使ったこんなサービスがリリースされました。</p>

<p><br />
<iframe width="560" height="349" src="http://www.youtube.com/embed/WEuJJpNpAHk" frameborder="0" allowfullscreen></iframe></p>

<p><br />
これは「<a href="http://www.zoff.co.jp/mirror/">Zoff Mirror</a>」というメガネ試着サービスで、カメラのついているPCなら無料ソフトをインストールすることで利用できます。<br />
家にいながら、メガネを取っかえ引っかえ試着して購入までできてしまいます。</p>

<p><br />
そのうち、出っ歯を試着出来る日も来るかも？</p>

<p><br />
（kana）</p>]]>
        
    </content>
</entry>

<entry>
    <title>実務で使える便利なCSS3ジェネレーター5種</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/07/css3-1.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.424</id>

    <published>2011-07-27T15:00:00Z</published>
    <updated>2011-07-22T14:17:02Z</updated>

    <summary>スマートフォンの利用者が増加するにつれ、HTML5とCSS3のコーディングもより身近になってきましたが CSS3のプロパティは指定する箇所やコードが非常に多く視...</summary>
    <author>
        <name>kazuki</name>
        
    </author>
    
        <category term="Coding" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Web service" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="css3" label="CSS3" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ジェネレーター" label="ジェネレーター" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[<p>スマートフォンの利用者が増加するにつれ、HTML5とCSS3のコーディングもより身近になってきましたが<br />
CSS3のプロパティは指定する箇所やコードが非常に多く視覚的にも判断しにくいのが難点。<br />
そんな時に便利な、見て、いじって、実務に導入できるCSS3ジェネレーター5種類を紹介します。<br />
</br><br />
<h4>Layer Styles</h4><br />
<a href="http://www.layerstyles.org/" target="_blank"><img alt="Layer Styles" src="http://lab.gpol.co.jp/graine/css3img01.jpg" width="600" height="334" class="mt-image-none" style="" /></a><br />
<a href="http://www.layerstyles.org/" target="_blank">http://www.layerstyles.org/</a></br><br />
Layer StylesはPhotoshopライクなCSS3ジェネレーターです。<br />
使い方はまさにPhotoshopのレイヤー効果と同じで、<br />
スタイルの数値を変更するだけでボックスに指定した効果が適用されます。<br />
最後に左下にある『CSS Code』のボタンをクリックすると、<br />
現在表示されているボックスに適用されているコードが生成されます。</br><br />
<strong>生成可能CSS3：</strong><br />
border-radius, background-image, box-shadow<br />
</br><br />
<h4>CSS3プロパティジェネレーター</h4><br />
<a href="http://css-eblog.com/eblog_sample/0912/css3-generator/" target="_blank"><img alt="CSS3プロパティジェネレーター" src="http://lab.gpol.co.jp/graine/css3img02.jpg" width="600" height="334" class="mt-image-none" style="" /></a><br />
<a href="http://css-eblog.com/eblog_sample/0912/css3-generator/" target="_blank">http://css-eblog.com/eblog_sample/0912/css3-generator/</a></br><br />
CSS3プロパティジェネレーターは全て日本語表記なので、英語が苦手な方にも扱いやすくなっています。<br />
こちらも使い方はPhotoshop等のグラフィックソフトと操作方法が同じなので、感覚的に操作できます。<br />
また、このジェネレーターはIE6向けのfilterも出力できるのでIE6も指定ブラウザであるときは便利です。</br><br />
<strong>生成可能CSS3：</strong><br />
border-radius, background-image, box-shadow, text-shadow<br />
</br><br />
<h4>CSS3 Playground by Mike Plate</h4><br />
<a href="http://css3.mikeplate.com/" target="_blank"><img alt="CSS3 Playground by Mike Plate" src="http://lab.gpol.co.jp/graine/css3img03.jpg" width="600" height="334" class="mt-image-none" style="" /></a><br />
<a href="http://css3.mikeplate.com/" target="_blank">http://css3.mikeplate.com/</a></br><br />
CSS3 Playgroundはボックスをレイヤー化でき、複数枚重ねてグラフィックを作れる様になっています。<br />
ボックスを追加する場合は、右上の緑の＋ボタン、削除する場合は赤のXボタンをクリックするだけです。<br />
惜しいのは、複数ボックスを生成した場合、選択しているボックスしかコードがコピー出来ないところです。</br><br />
<strong>生成可能CSS3：</strong><br />
border-radius, background-image, box-shadow, text-shadow, transform, column-count<br />
</br><br />
<h4>CSS3.0 Maker</h4><br />
<a href="http://www.css3maker.com/" target="_blank"><img alt="CSS3.0 Maker" src="http://lab.gpol.co.jp/graine/css3img04.jpg" width="600" height="334" class="mt-image-none" style="" /></a><br />
<a href="http://www.css3maker.com/" target="_blank">http://www.css3maker.com/</a></br><br />
CSS3.0 Makerはアニメーションの指定まででき、Transitionの中にあるTransition Timingで動きの速度が変更できます。<br />
また、通常状態かホバー状態か設定できるセレクトボックスが用意されているので、<br />
アニメーションつきの少し凝ったナビゲーションを作りたい時に最適です。</br><br />
<strong>生成可能CSS3：</strong><br />
background-image, background-image, box-shadow, text-shadow, transform, outline-style<br />
</br><br />
<h4>Ultimate CSS Gradient Generator</h4><br />
<a href="http://www.colorzilla.com/gradient-editor/" target="_blank"><img alt="Ultimate CSS Gradient Generator" src="http://lab.gpol.co.jp/graine/css3img05.jpg" width="600" height="334" class="mt-image-none" style="" /></a><br />
<a href="http://www.colorzilla.com/gradient-editor/" target="_blank">http://www.colorzilla.com/gradient-editor/</a></br><br />
Ultimate CSS Gradient Generatorはグラデーション作成に特化したできるジェネレーターです。<br />
自分が作ったグラデーションを保存することができるので、頻繁に使うものやストックしておきたい時に便利です。</br><br />
<strong>生成可能CSS3：</strong><br />
background-image<br />
</br><br />
使用頻度が高くなりそうなCSS3のジェネレーターは色々あるので、<br />
上手く使えば効率よく一歩進んだコーディングが出来るのではないでしょうか。<br />
</br><br />
(kazuki)</p>]]>
        
    </content>
</entry>

<entry>
    <title>夏のイメージ作り：商用利用可能なブラシ、ベクターデータ、パターン(Photoshop・Illustrator)</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/07/photoshop-12.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.426</id>

    <published>2011-07-20T15:00:00Z</published>
    <updated>2011-07-22T14:17:21Z</updated>

    <summary>夏にぴったりの商用利用可能な「夏のイメージ作りに役立つブラシ、ベクターデータ、パターン」のご紹介をします。 ブラシ Clouds少しイラストチックな雲のブラシ。...</summary>
    <author>
        <name>megumi</name>
        
    </author>
    
        <category term="Graphic" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="ブラシ" label="ブラシ" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="夏" label="夏" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="素材" label="素材" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[<p>夏にぴったりの商用利用可能な「夏のイメージ作りに役立つブラシ、ベクターデータ、パターン」のご紹介をします。</p>
<h4><a name="ps11062101" id="ps11062101"></a>ブラシ</h4>
<h5><strong><a href="http://brushlovers.com/photoshop-brush/clouds.html" target="_blank">Clouds</a></strong></h5><a href="http://brushlovers.com/photoshop-brush/clouds.html" target="_blank"><img alt="br03.jpg" src="http://lab.gpol.co.jp/graine/2011/06/20/br03.jpg" width="500" height="180" class="mt-image-none" style="" /></a><br />少しイラストチックな雲のブラシ。<br />(配布元:<a href="http://brushlovers.com/photoshop-brush/clouds.html" target="_blank">brushlovers：Clouds</a> )

<h5><strong><a href="http://www.brushking.eu/277/bk-cloud-vector-brushes.html" target="_blank">BK Cloud Vector Brushes</a></strong></h5><a href="http://www.brushking.eu/277/bk-cloud-vector-brushes.html" target="_blank"><img alt="br06.jpg" src="http://lab.gpol.co.jp/graine/2011/06/20/br06.jpg" width="500" height="180" class="mt-image-none" style="" /></a><br />コミカルな雨雲や雷雲のブラシ。<br />(配布元:<a href="http://www.brushking.eu/277/bk-cloud-vector-brushes.html" target="_blank">BrushKing：BK Cloud Vector Brushes</a> )

<h5><strong><a href="http://brushlovers.com/photoshop-brush/cloud-formations.html" target="_blank">Cloud Formations</a></strong></h5><a href="http://brushlovers.com/photoshop-brush/cloud-formations.html" target="_blank"><img alt="br04.jpg" src="http://lab.gpol.co.jp/graine/2011/06/20/br04.jpg" width="500" height="180" class="mt-image-none" style="" /></a><br />こちらは上のブラシと対照的にリアルな雲を作れるブラシです。<br />(配布元:<a href="http://brushlovers.com/photoshop-brush/cloud-formations.html" target="_blank">brushlovers：Cloud Formations</a> )


<h5><strong><a href="http://free-brushes.com/2009/07/13/ice_brushes.html" target="_blank">Ice Brushes</a></strong></h5><a href="http://free-brushes.com/2009/07/13/ice_brushes.html" target="_blank"><img alt="br01.jpg" src="http://lab.gpol.co.jp/graine/2011/05/31/br01.jpg" width="500" height="180" class="mt-image-none" style="" /></a><br />見ただけで涼しくなりそうな氷のブラシ。<br />(配布元:<a href="http://free-brushes.com/2009/07/13/ice_brushes.html" target="_blank">free-brushes：Ice Brushes</a> )

<h5><strong><a href="http://free-brushes.com/2009/07/09/summer_beach.html" target="_blank">Summer Beach</a></strong></h5><a href="http://free-brushes.com/2009/07/09/summer_beach.html" target="_blank"><img alt="br02.jpg" src="http://lab.gpol.co.jp/graine/2011/05/31/br02.jpg" width="500" height="180" class="mt-image-none" style="" /></a><br />夏のビーチのイメージにぴったりのブラシ。<br />(配布元:<a href="http://free-brushes.com/2009/07/09/summer_beach.html" target="_blank">free-brushes：Summer Beach</a> )


<h5><strong><a href="http://www.texturemate.com/content/star-2-brush-pack-photoshop-or-gimp" target="_blank">Star 2 Brush Pack for Photoshop or Gimp</a></strong></h5><a href="http://www.texturemate.com/content/star-2-brush-pack-photoshop-or-gimp" target="_blank"><img alt="br05.jpg" src="http://lab.gpol.co.jp/graine/2011/06/20/br05.jpg" width="500" height="180" class="mt-image-none" style="" /></a><br />星のブラシは夏のエネルギッシュな雰囲気を作れそうです。<br />(配布元:<a href="http://www.texturemate.com/content/star-2-brush-pack-photoshop-or-gimp" target="_blank">texturemates：Star 2 Brush Pack for Photoshop or Gimp</a> )

<h5><strong><a href="http://www.arsgrafik.com/photoshop-brushes-high-res-trees/" target="_blank">30 High-Res Tree Brushes</a></strong></h5><a href="http://www.arsgrafik.com/photoshop-brushes-high-res-trees/" target="_blank"><img alt="br07.jpg" src="http://lab.gpol.co.jp/graine/2011/06/21/br07.jpg" width="500" height="197" class="mt-image-none" style="" /></a><br />青々した木のシルエットが収録されているブラシセット。南国の雰囲気のする木のシルエットもありました。<br />(配布元:<a href="http://www.arsgrafik.com/photoshop-brushes-high-res-trees/" target="_blank">ARSGRAFIK：30 High-Res Tree Brushes</a> )


<br /><br />
<h4><a name="ps11062102" id="ps11062102"></a>ベクターデータ</h4>
<h5><strong><a href="http://www.blog.spoongraphics.co.uk/freebies/free-vector-pack-safari-and-zoo-animals" target="_blank">free Vector Pack - Safari and Zoo Animals</a></strong></h5><a href="http://www.blog.spoongraphics.co.uk/freebies/free-vector-pack-safari-and-zoo-animals" target="_blank"><img alt="br09.jpg" src="http://lab.gpol.co.jp/graine/2011/06/21/br09.jpg" width="500" height="197" class="mt-image-none" style="" /></a><br />動物園にいる動物のシルエットのベクターデータです。<br />(配布元:<a href="http://www.blog.spoongraphics.co.uk/freebies/free-vector-pack-safari-and-zoo-animals" target="_blank">spoongraphics：free Vector Pack - Safari and Zoo Animals</a> )


<br /><br />
<h4><a name="ps11062103" id="ps11062103"></a>パターン</h4>

<h5><strong><a href="http://patterrific.com/free-seamless-pixel-patterns-dragonflies/" target="_blank">30 High-Res Tree Brushes</a></strong></h5><a href="http://patterrific.com/free-seamless-pixel-patterns-dragonflies/" target="_blank"><img alt="br08.jpg" src="http://lab.gpol.co.jp/graine/2011/06/21/br08.jpg" width="500" height="197" class="mt-image-none" style="" /></a><br />青々した木のシルエットが収録されているブラシセット。南国の雰囲気のする木のシルエットもありました。<br />(配布元:<a href="http://patterrific.com/free-seamless-pixel-patterns-dragonflies/" target="_blank">PATTERRIFIC：Free seamless patterns Dragonflies</a> )
<br /><br /><br />

----------------------<br />
ご利用になる前に、利用規約等の確認をお願いいたします。

(megumi)]]>
        

    </content>
</entry>

<entry>
    <title>初心者さんにおすすめ！HTML、CSS、Dreamweaver参考サイト＆書籍</title>
    <link rel="alternate" type="text/html" href="http://lab.gpol.co.jp/graine/2011/07/htmlcss.php" />
    <id>tag:lab.gpol.co.jp,2011:/graine//3.408</id>

    <published>2011-07-06T15:00:00Z</published>
    <updated>2011-07-07T12:20:20Z</updated>

    <summary>HTML、コーディングの学習に実際に役立った、おすすめのサイトと書籍をご紹介。 これからwebを学びたい方、現在学習中の初心者さん必見！のおすすめ情報です。 よ...</summary>
    <author>
        <name>yukari</name>
        
    </author>
    
        <category term="Coding" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Web service" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="初心者" label="初心者" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="書籍紹介" label="書籍紹介" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://lab.gpol.co.jp/graine/">
        <![CDATA[<p>HTML、コーディングの学習に実際に役立った、おすすめのサイトと書籍をご紹介。<br />
これからwebを学びたい方、現在学習中の初心者さん必見！のおすすめ情報です。<br />
よろしければ参考にお役立てください。</p>

<p>
<h4><a href="http://www.tagindex.com/index.html" target="_blank">TAG index</a></h4><br />
HTML、CSS、JavaScript、をまとめて掲載してているチュートリアルサイトです。<br />
カラーチャートのページも参考になりました。</p>

<p><br />
<a href="http://www.tagindex.com/index.html" target="_blank"><img alt="oimg_02.jpg" src="http://lab.gpol.co.jp/graine/oimg_02.jpg" width="550" height="470" class="mt-image-none" style="" /></a></p>

<p></p>

<p><br />
<h4><a href="http://www.htmq.com/index.htm" target="_blank">HTMLクイックリファレンス</a></h4><br />
早見表や辞書変わりに検索できるサイトです。<br />
HTML5、CSS3についての記述もあります。</p>

<p><br />
<a href="http://www.htmq.com/index.htm" target="_blank"><img alt="oimg_01.jpg" src="http://lab.gpol.co.jp/graine/oimg_01.jpg" width="550" height="346" class="mt-image-left" /></a></p>

<p></p>

<p><br />
<h4><a href="http://www.d3.dion.ne.jp/~tiyoko01/style/style2.html" target="_blank">初心者でも大丈夫スタイルシートを使ってみよう</a></h4><br />
○○しようという目的別にCSSの学習ができるサイトです。<br />
サンプルがたくさん記載されているので画面を見ながら学べます。</p>

<p><br />
<a href="http://www.d3.dion.ne.jp/~tiyoko01/style/style2.html" target="_blank"><img alt="oimg_04.jpg" src="http://lab.gpol.co.jp/graine/oimg_04.jpg" width="550" height="348" class="mt-image-left" /></a></p>

<p></p>

<p><br />
<h4><a href="http://www.amazon.co.jp/dp/4839935394" target="_blank">効率的なサイト制作のためのDreamweaverの教科書</a></h4></p>

<p>書籍にそってサンプルサイトを制作することで、Dreamweaverを使用したサイト制作の一連の操作が学べます。<br />
機能だけを網羅した書籍に比べ、実践的な使い方が学べる点がとても役立ちました。</p>

<p><br />
<a href="http://www.amazon.co.jp/dp/4839935394" target="_blank"><img alt="519nQgLGKFL._SS400_.jpg" src="http://lab.gpol.co.jp/graine/519nQgLGKFL._SS400_.jpg" width="298" height="381" class="mt-image-none"  /></a></p>

<p><br />
HTML、CSSを一通り理解した後は、Dreamweaverを使ってサイトを一通り作って見ること。<br />
入門者さんにおすすめの学習方法です。</p>

<p>(yukari)</p>]]>
        
    </content>
</entry>

</feed>

