<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>CoolWebWindow</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/" />
    <link rel="self" type="application/atom+xml" href="http://www.coolwebwindow.com/atom.xml" />
   <id>tag:www.coolwebwindow.com,2008://2</id>
    <link rel="service.post" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2" title="CoolWebWindow" />
    <updated>2006-11-30T11:36:57Z</updated>
    <subtitle>web標準準拠のデザインテンプレート(xhtml + CSS )の配布。HP作成ノウハウ。コラム。戯言blog。</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type  4.01</generator>
 

<entry>
    <title>メニューの書き方その2</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/tips/tips_css/tips_css010.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=117" title="メニューの書き方その2" />
    <id>tag:www.coolwebwindow.com,2006://2.117</id>
    
    <published>2006-11-30T11:30:11Z</published>
    <updated>2006-11-30T11:36:57Z</updated>
    
    <summary>続いて、メニューを横にする方法です。 一番簡単なのは、デフォルトではliはブロッ...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;tips_css&gt;スタイルシートの小技]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[続いて、メニューを横にする方法です。<br />
一番簡単なのは、デフォルトではliはブロック要素ですが、インラインにします。<br />
そうすると、横に並びます。<br />
<br />
liタグでメニューを書いたときの基本的な構造は以下のとおりです。<br />
HTML<br />
<div class="source">
<pre>
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;menu1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;menu2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;menu3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;menu4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;menu5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
</div>
<br />
CSS<br />
<div class="source">
<pre>
ul{
list-style-type:none;/* リストマーク非表示 */
}

li{
display:inline;/* li要素をインラインに */
padding-right:2em;/* 右側を空ける。こうすると見やすくなります。 */
}
</pre>
</div>
<br />
また、floatプロパティを使用するのも一般的です。<br />
CSS<br />
<div class="source">
<pre>
li{
float:left;
}
</pre>
</div>
また、この場合は、回り込みを解除しなければなりません。以下のタグをCSSに追加してください。<br />
<br />
CSS<br />
<div class="source">
<pre>
ul{
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}
</pre>
</div>

本来は、メニューの次のカラム（例えばdivタグとか）に「clear:both;」を指定すれば、回り込みは解除されます。<br />
IE6の場合は、なぜか「clear:both;」がなくても解除されます。（これはバグだと思います。）<br />
「clear:both;」だけでは、Firefoxでは回り込みは解除されるのですが、メニューのボックスがきちんとうまく表示されません。<br />
大抵のサイトを見ていると、メニューの次のカラムに「clear:both;」を指定しているだけですが、特にくずれなく表示されています。<br />
しかし、メニューのボックスにborderプロパティを使用したときに弊害が出ます。<br />
borderがうまくメニューの周りを囲んでくれないのです。<br />
メニュー上部のみに表示されてしまいます。<br />
つまり、メニューの内容がない状態と扱われているのです。<br />
そのため、ちょっとトリッキーなやり方なのですが、ulタグに「:after擬似要素」を用い、ulタグ直後に回り込みを解除しています。<br />
<br />
個人的には見えていなくても、ボックスがきちんと囲まれているほうが気持ち悪くないので、これを多用しています。<br />
（配布しているデザインテンプレートにもよく使っています。）<br />
<br />
あまりよくないかもしれませんが、メニューを横並びにするときはtableタグを使用すると、あまりCSSに悩まずできるような気がします。<br />
CSSはカラムを横並びするのに、ハックとか使用しないとうまくいかないことが多いので、困り者です。<br />
<br />
<br />
次回から、デザインのカスタマイズにはいっていきたいと思います。<br />


]]>
        
    </content>
</entry>

<entry>
    <title>壁紙</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/bookmark/post.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=113" title="壁紙" />
    <id>tag:www.coolwebwindow.com,2006://2.113</id>
    
    <published>2006-11-26T04:28:38Z</published>
    <updated>2007-10-30T05:52:11Z</updated>
    
    <summary> yururism.net     イラスト イラストレーター 岡田美香さんの壁...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;bookmark&gt;オススメなサイト]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.yururism.net/gallery/" target="_blank">yururism.net</a></th>
    <td>イラスト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">イラストレーター 岡田美香さんの壁紙。yururism.netのおまけより。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.petit.cc/shop_wallpaper/" target="_blank">プチ・ホームページサービス [無料 壁紙ダウンロード]</a></th>
    <td>イラスト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">プチの壁紙。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://atelier-coco.com/site/04wall.html" target="_blank">ATELIER COCO -アトリエ ココ-</a></th>
    <td>イラスト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">cocoroさんによる壁紙。男性が描いたものとは思えないくらいかわいい！</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.loftwork.com/storage.aspx?cid=5869" target="_blank">ロフトワーク</a></th>
    <td>イラスト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">MICKYさんによる壁紙。ロフトワークから。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.loftwork.com/storage.aspx?cid=3962" target="_blank">ロフトワーク</a></th>
    <td>イラスト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">イラストレーター オオタニヨシミさんによる壁紙。ロフトワークから。<a href="http://funny-ha-ha.hp.infoseek.co.jp/" target="_blank">webサイト</a>も必見。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.loftwork.com/storage.aspx?cid=5804" target="_blank">ロフトワーク</a></th>
    <td>イラスト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">YuRAさんによる壁紙。ロフトワークから。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://kadomaru.satoru.net/" target="_blank">ロフトワーク</a></th>
    <td>イラスト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">あおやまよーこさんによる壁紙。ロフトワークから。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.francfranc.com/download/" target="_blank">Francfranc</a></th>
    <td>イラスト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">Francfrancの壁紙。定期的にダウンロードできる壁紙が変わります。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.francfranc.com/download/" target="_blank">N.Design Studio</a></th>
    <td>グラフィック</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">海外サイト。技術のすごさに圧巻です。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://pentacom.jp/pentacom/" target="_blank">pentacom</a></th>
    <td>イラスト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">おなじみ、Pentacomのサイトの壁紙。数は少ないですが、かわいいイラストです。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.afternoon-tea.net/download/wallpaper/" target="_blank">Afternoon Tea | Wallpaper</a></th>
    <td>写真</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">Afternoon Teaの壁紙。写真とパステルカラーで超女の子ちっく！</td></tr>
</tbody>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>メニューの書き方その1</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/tips/tips_css/tips_css009.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=110" title="メニューの書き方その1" />
    <id>tag:www.coolwebwindow.com,2006://2.110</id>
    
    <published>2006-11-23T05:57:09Z</published>
    <updated>2006-11-23T06:28:29Z</updated>
    
    <summary>メニューの書き方はいろいろありますが、liタグを使用するのがよく使われており、確...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;tips_css&gt;スタイルシートの小技]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[メニューの書き方はいろいろありますが、liタグを使用するのがよく使われており、確かに非常に管理がしやすく感じます。このメニューの書き方、カスタマイズ方法を何回かにわけて紹介します。<br />
<br />
liタグでメニューを書いたときの基本的な構造は以下のとおりです。<br />
<div class="source">
<pre>
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;menu1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;menu2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;menu3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;menu4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;menu5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
</div>
<br />
実際には次のように表示されます。<br />
<ul>
<li><a href="#">menu1</a></li>
<li><a href="#">menu2</a></li>
<li><a href="#">menu3</a></li>
<li><a href="#">menu4</a></li>
<li><a href="#">menu5</a></li>
</ul>
<br />
<h3>リストについて</h3>
メニューの前に丸がつくのはブラウザのデフォルトの設定です。<br />
デフォルトスタイルシートを上書きして、違うリストマークを表示させたり、リストマークを非表示にすることができます。<br />
リストマークの設定は「list-style-type」を使用します。
<div class="source">
<pre>
ul{list-style-type:none;} /* リストマーク非表示 */
ul{list-style-type:square;} /* リストマークを四角に */
</pre>
</div>
リストマークは四角以外にもいろいろあります。<br />
詳細は、<ahref="http://www.htmq.com/style/list-style-type.shtml" target="_blank">クイックリファレンス</a>を参考にしてみてください。<br />
ここでは割愛します。<br />
<br />
<h3>余白について</h3>
liタグにはデフォルトスタイルシートによってあらかじめ余白が設けられています。<br />
以下にFirefoxのデフォルトスタイルシートを示します。<br />
<div class="source">
<pre>
ul{
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  -moz-padding-start: 40px;
}

li {
  display: list-item;
  -moz-float-edge: margin-box;
}
</pre>
</div>
リストの左側に40pxの余白がとられています。<br />
<span style="color:red">その余白の中にリストマークが表示されています。</span><br />
これは結構重要なことです。<br />
IEの場合、この左側の余白を無くしたら、リストマークは非表示になります。<br />
しかし、Firefoxの場合は、さらにその外にリストマークが表示されてしまうのです。<br />
このブラウザの仕様の違いをよく知っておきましょう。<br />
余白を消したらリストは消えたものだと勘違いしてしまうIEユーザは結構多いので、注意しましょう。<br />
<br />
次回は、リストを横にする方法を紹介します。<br />]]>
        
    </content>
</entry>

<entry>
    <title>webサービス</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/bookmark/web.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=107" title="webサービス" />
    <id>tag:www.coolwebwindow.com,2006://2.107</id>
    
    <published>2006-11-11T15:45:29Z</published>
    <updated>2007-08-15T12:16:43Z</updated>
    
    <summary> flickr logo maker     ロゴ作成 flickr風ロゴが作れ...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;bookmark&gt;オススメなサイト]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://flickr.nosv.org/" target="_blank">flickr logo maker</a></th>
    <td>ロゴ作成</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">flickr風ロゴが作れるサービス。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://lab.rails2u.com/bgmaker/" target="_blank">Background Image Maker</a></th>
    <td>背景画像作成</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">斜線とかの背景画像を簡単に作れるサービス。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://gmazzocato.altervista.org/colorwheel/wheel.php" target="_blank">Accessibility Color Wheel</a></th>
    <td>カラーチャート</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">背景色と文字色のバランスを模索するときに役に立つツール。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://msig.info/web2.php" target="_blank">Web2.0 Logo Creator</a></th>
    <td>ロゴ作成</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">web2.0ライクなロゴを作成するジェネレーター。色も変えれます。詳しくはFAQを見るとよし。ただし英語。ちなみに色をつけるときは[c=FF0000]text![/c]。グラデにする場合は[c=FF0000]text![/c=0000FF]と書きます。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://icon.unoh.net/qq?make=1" target="_blank">ICON EDITOR</a></th>
    <td>アイコン作成</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">16×16pxとか32×32pxのビットマップアイコンを描けるツール。ファビコンを自分で作るのには便利かも。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://bgmaker.ventdaval.com/" target="_blank">bg Maker</a></th>
    <td>背景画像作成</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">かなり自由な感じで背景画像を作成できます。しかもリアルタイムに背景に作った画像が並んで表示されるので、どんなものができたのか一目瞭然です。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://kadomaru.satoru.net/" target="_blank">角丸テーブル簡単作成ツール</a></th>
    <td>角丸画像作成</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">自由に角丸画像が作成できます。ゼロから作るのが面倒な人のためにサンプルもあります。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.favicon.jp/" target="_blank">Favicon Japan</a></th>
    <td>ファビコン作成</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">お手持ちの画像をファビコンにできます。ファビコン自体も配布しています。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://pc.kawamegu.com/pgallery/hobo/" target="_blank">ほぼ日手帳カバー作ってみました。</a></th>
    <td>ほぼ日手帳カバー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">川めぐちゃんの描いた、ほぼ日手帳のカバーオンカバーにはさむとオツなイラスト。他に超有名画家の絵や帯なんてものもあり、あなたのほぼ日手帳がおしゃれに。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://wigflip.com/cornershop/" target="_blank">Cornershop</a></th>
    <td>角丸画像作成</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">簡単に角丸テーブルが作成できます。しかもテーブル枠ではなくきちんとCSSを使用してdiv構造でコードを書きます。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.buttonator.com/" target="_blank">Buttonator</a></th>
    <td>ボタン画像作成</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">サンプルからボタンを選んで自由な文字を書いて、ボタン画像をオンラインで作成することが出来ます。ボタンの種類がたくさんあるのがよい。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://roxik.com/pictaps/" target="_blank">ROXIK | PICTAPS</a></th>
    <td>お絵かき</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">オンラインでお絵かき？できる。描いた絵が勝手に踊り出す。まさにweb2.0なサービス。<a href="http://roxik.com/toy1.html" target="_blank">DISITAL TOYS</a>もかなり面白い。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.popxpop.com/archives/2006/12/_goo.html" target="_blank">ちょっと便利なおすすめウィジェット30連発！ | p o p * p o p</a></th>
    <td>ウィジェット</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">このサイトでは、様々なウィジェットをまとめたサイトを紹介しています。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.webcolordesign.com/color_designing/color_4up/color_tool.html" target="_blank">配色ツール - 基礎からわかるホームページの配色</a></th>
    <td>カラーチャート</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">1つのメインカラーを指定すればそれに合った背景色や文字色などを決定してくれる便利ツール</td></tr>
</tbody>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>デザイナーサイト</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/bookmark/designer.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=106" title="デザイナーサイト" />
    <id>tag:www.coolwebwindow.com,2006://2.106</id>
    
    <published>2006-11-11T14:16:51Z</published>
    <updated>2007-08-07T23:00:27Z</updated>
    
    <summary> yugop.com     Flash 中村勇吾氏のサイト。最も尊敬する人。東...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;bookmark&gt;オススメなサイト]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.yugop.com/" target="_blank">yugop.com</a></th>
    <td>Flash</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">中村勇吾氏のサイト。最も尊敬する人。東大院卒の日本を代表するデザイナー。<br />
サイト内の文字の表示方法が面白い。こちらはFlashで実現しているようだが、<a href="http://www.simplexsimple.com/archives/2006/11/javascript_1.html" target_blank">こういうやり方もあるらしい</a>。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://yugop.net/blog/" target="_blank">nisshi.yugop</a></th>
    <td>blog</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">中村勇吾氏のblog。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.raku-gaki.com/" target="_blank">RAKU-GAKI.COM</a></th>
    <td>Flash</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">西田幸司氏のサイト。web界のアカデミー賞と言われるThe Webby Awardを2004年受賞したことで有名。<a href="http://eight8.jp/" target="_blank">EIGHT8</a>でお馴染みの人。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.iai-jp.com/" target="_blank">Font Foundry iAi-jp</a></th>
    <td>グラフィック</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">webデザイナー。MdNとかでも活躍している人。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.yasuhisa.com/could/" target="_blank">C O U L D</a></th>
    <td>blog</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">webデザイナー、長谷川恭久氏のblog。ドメインのindexページもユニーク。</td></tr>
</tbody>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>過去テンプレート</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/template/old_temp.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=105" title="過去テンプレート" />
    <id>tag:www.coolwebwindow.com,2006://2.105</id>
    
    <published>2006-11-11T10:36:05Z</published>
    <updated>2007-04-30T00:44:05Z</updated>
    
    <summary>以前のテンプレートです。 テンプレート内に以前の規約が書いてありますが、現在では...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;template&gt;デザインテンプレート]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<p>以前のテンプレートです。<br />
テンプレート内に以前の規約が書いてありますが、現在ではそれは適用されませんので、サイト内の利用規約をお読みになって、テンプレートをご使用ください。<br />
こちらのテンプレートは商用サイトでもご利用いただけます。<br />
</p>
<p>
ランキングに参加中です。DLした際は必ず最低いづれかに1クリックお願いします。<br />
→<a href="http://www.0574.jp/r3tem/ranklink.cgi?id=cww">0574 W.S.R</a><br />
→<a href="http://www.sozai-r.jp/in5038.html">sozai-R</a><br />
→<a href="http://www.hisas.net/rank/h/ranklink.cgi?id=cww" target="_blank">ホームページ作成NAVI</a><br />
</p>
<p>
DLする際は利用規約をよくお読みください。<br />
<a href="/template/rules.php">利用規約はこちらから</a><br />
</p>

<h4>テンプレート一覧</h4>
<table  border="0" cellspacing="15px">
<tr><td width="120">
<a href="http://www.coolwebwindow.com/temp/source/c001/index.html" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/i001.gif" style="border:1px solid #ddd" width="120" alt="No.1" /></a>
No.1 // ノーフレーム //
<a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/c001.lzh&name=c001" target="_blank">DL</a>
</td>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/c002/index.html" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/i002.jpg" style="border:1px solid #ddd" width="120" alt="No.2" /></a>
No.2 // ノーフレーム //
<a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/c002.lzh&name=c002" target="_blank">DL</a>
</td>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/c003/index.html" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/i003.gif" style="border:1px solid #ddd" width="120" alt="No.3" /></a>
No.3 // ノーフレーム //
<a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/c003.lzh&name=c003" target="_blank">DL</a>
</td>
</tr>
<tr>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/c004/index.html" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/i004.gif" style="border:1px solid #ddd" width="120" alt="No.4" /></a>
No.4 // ノーフレーム //
<a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/c004.lzh&name=c004" target="_blank">DL</a>
</td>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/c005/index.html" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/i005.gif" style="border:1px solid #ddd" width="120" alt="No.5" /></a>
No.5 // ノーフレーム //
<a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/c005.lzh&name=c005" target="_blank">DL</a>
</td>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/c006/index.html" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/i006.gif" style="border:1px solid #ddd" width="120" alt="No.6" /></a>
No.6 // ノーフレーム //
<a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/c006.lzh&name=c006" target="_blank">DL</a>
</td>
</tr>
<tr>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/c007/index.html" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/i007.gif" style="border:1px solid #ddd" width="120" alt="No.7" /></a>
No.7 // ノーフレーム //
<a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/c007.lzh&name=c007" target="_blank">DL</a>
</td>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/c008/index.html" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/i008.gif" style="border:1px solid #ddd" width="120" alt="No.8" /></a>
No.8 // ノーフレーム //
<a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/c008.lzh&name=c008" target="_blank">DL</a>
</td>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/c009/index.html" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/i009.gif" style="border:1px solid #ddd" width="120" alt="No.9" /></a>
No.9 // ノーフレーム //
<a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/c009.lzh&name=c009" target="_blank">DL</a>
</td>
</tr>
</table>
<hr />
<table  border="0" cellspacing="15px">
<tr>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/c011/index.html" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/i011.gif" style="border:1px solid #ddd" width="120" alt="No.11" /></a>
No.11 // ノーフレーム //
<a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/c011.lzh&name=c011" target="_blank">DL</a>
</td>
</tr>
</table>
<hr />
<table  border="0" cellspacing="15px">
<tr><td width="120">
<a href="http://www.coolwebwindow.com/temp/source/typeA_001/" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/typeA_001.gif" style="border:1px solid #ddd" width="120" alt="TypeA_001" /></a>
TypeA_001 // <a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/typeA_001.lzh&name=typeA_001" target="_blank">DL</a>
</td>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/typeA_002/" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/typeA_002.gif" style="border:1px solid #ddd" width="120" alt="TypeA_002" /></a>
TypeA_002 // <a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/typeA_002.lzh&name=typeA_002" target="_blank">DL</a>
</td>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/typeB_001/" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/typeB_001.gif" style="border:1px solid #ddd" width="120" alt="TypeB_001" /></a>
TypeB_001 // <a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/typeB_001.lzh&name=typeB_001" target="_blank">DL</a>
<img src="/img/new.gif" alt="" width="10" height="10" />
</tr>
<tr>
<td width="120">
<a href="http://www.coolwebwindow.com/temp/source/typeC_001/" target="_blank">
<img src="http://www.coolwebwindow.com/temp/img/typeC_001.gif" style="border:1px solid #ddd" width="120" alt="TypeC_001" /></a>
TypeC_001 // <a href="http://www.coolwebwindow.com/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/typeC_001.lzh&name=typeC_001" target="_blank">DL</a>
<img src="/img/new.gif" alt="" width="10" height="10" />
</td>

</tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>商用サイト向け</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/template/public.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=104" title="商用サイト向け" />
    <id>tag:www.coolwebwindow.com,2006://2.104</id>
    
    <published>2006-11-11T10:33:29Z</published>
    <updated>2007-11-06T00:08:38Z</updated>
    
    <summary>web標準に準拠したデザインテンプレートを無料で配布しています。 つまり、デザイ...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;template&gt;デザインテンプレート]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<strong>web標準に準拠した</strong>デザインテンプレートを無料で配布しています。<br />
つまり、デザインテンプレートは、<a href="http://www.w3.org/" target="_blank">W3C</a>が提唱する「<strong>XHTML</strong>」と「<atrong>CSS</strong>」で構成されています。<br />
XHTMLのDTDは1.0 Transitional、CSSは2.0を使用していますが、Strictでも通用する記述をしています。<br />
<br />
ランキングに参加中です。DLした際は必ず最低いづれかに1クリックお願いします。<br />
→<a href="http://www.0574.jp/r3tem/ranklink.cgi?id=cww">0574 W.S.R</a><br />
→<a href="http://www.sozai-r.jp/in5038.html">sozai-R</a><br />
→<a href="http://www.hisas.net/rank/h/ranklink.cgi?id=cww" target="_blank">ホームページ作成NAVI</a><br />
<br />
DLする際は利用規約をよくお読みください。<br />
<a href="/template/rules.php">利用規約はこちらから</a><br />
<br />
<table cellpadding="0" cellspacing="0" class="temp_table">
<tr><th rowspan="6"><a href="http://www.coolwebwindow.com/temp/source/public/pub001/" target="_blank"><img src="/temp/img/pub001.gif" alt="デザインテンプレート" /></a></th>
    <td valign="top">No.1</td></tr>
<tr><td>2006/11/19 公開</td></tr>
<tr><td>動作確認：Windows IE6 / Firefox2</td></tr>
<tr><td><a href="/temp/source/public/pub001/" target="_blank">サンプル</a></td></tr>
<tr><td><a href="/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/public/pub001.lzh&name=pub001" target="_blank">タウンロード</a></td></tr>
</table>

<table cellpadding="0" cellspacing="0" class="temp_table">
<tr><th rowspan="6"><a href="http://www.coolwebwindow.com/temp/source/public/pub002/" target="_blank"><img src="/temp/img/pub002.gif" alt="デザインテンプレート" /></a></th>
    <td valign="top">No.2</td></tr>
<tr><td>2006/11/24 公開</td></tr>
<tr><td>動作確認：Windows IE6 / Firefox2</td></tr>
<tr><td><a href="/temp/source/public/pub002/" target="_blank">サンプル</a></td></tr>
<tr><td><a href="/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/public/pub002.lzh&name=pub002" target="_blank">タウンロード</a></td></tr>
</table>

<table cellpadding="0" cellspacing="0" class="temp_table">
<tr><th rowspan="6"><a href="http://www.coolwebwindow.com/temp/source/public/pub003/" target="_blank"><img src="/temp/img/pub003.gif" alt="デザインテンプレート" /></a></th>
    <td valign="top">No.3</td></tr>
<tr><td>2006/11/24 公開</td></tr>
<tr><td>動作確認：Windows IE6 / Firefox2</td></tr>
<tr><td><a href="/temp/source/public/pub003/" target="_blank">サンプル</a></td></tr>
<tr><td><a href="/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/public/pub003.lzh&name=pub003" target="_blank">タウンロード</a></td></tr>
</table>

<table cellpadding="0" cellspacing="0" class="temp_table">
<tr><th rowspan="6"><a href="http://www.coolwebwindow.com/temp/source/public/pub004/" target="_blank"><img src="/temp/img/pub004.gif" alt="デザインテンプレート" /></a></th>
    <td valign="top">No.4</td></tr>
<tr><td>2007/10/8 公開</td></tr>
<tr><td>動作確認：Windows IE6 / Firefox2</td></tr>
<tr><td><a href="/temp/source/public/pub004/" target="_blank">サンプル</a></td></tr>
<tr><td><a href="/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/public/pub004.lzh&name=pub004" target="_blank">タウンロード</a></td></tr>
</table>

<table cellpadding="0" cellspacing="0" class="temp_table">
<tr><th rowspan="6"><a href="http://www.coolwebwindow.com/temp/source/public/pub005/" target="_blank"><img src="/temp/img/pub005.gif" alt="デザインテンプレート" /></a></th>
    <td valign="top">No.5</td></tr>
<tr><td>2007/10/28 公開</td></tr>
<tr><td>動作確認：Windows IE6 / Firefox2</td></tr>
<tr><td><a href="/temp/source/public/pub005/" target="_blank">サンプル</a></td></tr>
<tr><td><a href="/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/public/pub005.lzh&name=pub005" target="_blank">タウンロード</a></td></tr>
</table>

<table cellpadding="0" cellspacing="0" class="temp_table">
<tr><th rowspan="6"><a href="http://www.coolwebwindow.com/temp/source/public/pub006/" target="_blank"><img src="/temp/img/pub006.gif" alt="デザインテンプレート" /></a></th>
    <td valign="top">No.6</td></tr>
<tr><td>2007/11/6 公開</td></tr>
<tr><td>動作確認：Windows IE6 / Firefox2 / Opera9.24 / Netscape7.1</td></tr>
<tr><td><a href="/temp/source/public/pub006/" target="_blank">サンプル</a></td></tr>
<tr><td><a href="/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/public/pub006.lzh&name=pub006" target="_blank">タウンロード</a></td></tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>個人サイト向け</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/template/private.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=103" title="個人サイト向け" />
    <id>tag:www.coolwebwindow.com,2006://2.103</id>
    
    <published>2006-11-11T09:21:29Z</published>
    <updated>2007-11-06T04:34:35Z</updated>
    
    <summary>web標準に準拠したデザインテンプレートを無料で配布しています。 つまり、デザイ...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;template&gt;デザインテンプレート]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<strong>web標準に準拠した</strong>デザインテンプレートを無料で配布しています。<br />
つまり、デザインテンプレートは、<a href="http://www.w3.org/" target="_blank">W3C</a>が提唱する「<strong>XHTML</strong>」と「<atrong>CSS</strong>」で構成されています。<br />
XHTMLのDTDは1.0 Transitional、CSSは2.0を使用していますが、Strictでも通用する記述をしています。<br />
<br />
ランキングに参加中です。DLした際は必ず最低いづれかに1クリックお願いします。<br />
→<a href="http://www.0574.jp/r3tem/ranklink.cgi?id=cww">0574 W.S.R</a><br />
→<a href="http://www.sozai-r.jp/in5038.html">sozai-R</a><br />
→<a href="http://www.hisas.net/rank/h/ranklink.cgi?id=cww" target="_blank">ホームページ作成NAVI</a><br />
<br />
DLする際は利用規約をよくお読みください。<br />
<a href="/template/rules.php">利用規約はこちらから</a><br />
<br />
<table cellpadding="0" cellspacing="0" class="temp_table">
<tr><th rowspan="6"><a href="http://www.coolwebwindow.com/temp/source/private/f001/" target="_blank"><img src="/temp/img/f001.gif" alt="デザインテンプレート" /></a></th>
    <td valign="top">No.1</td></tr>
<tr><td>2006/11/11 公開</td></tr>
<tr><td>イラスト：<a href="http://halzion.fem.jp/fuwa2li/" target="_blank">ふわふわ。り</a></td></tr>
<tr><td>Windows IE6 / Firefox2</td></tr>
<tr><td><a href="/temp/source/private/f001/" target="_blank">サンプル</a></td></tr>
<tr><td><a href="/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/private/f001.lzh&name=f001" target="_blank">タウンロード</a></td></tr>
</table>

<table cellpadding="0" cellspacing="0" class="temp_table">
<tr><th rowspan="6"><a href="http://www.coolwebwindow.com/temp/source/private/f002/" target="_blank"><img src="/temp/img/f002.gif" alt="デザインテンプレート" /></a></th>
    <td valign="top">No.2</td></tr>
<tr><td>2006/11/11 公開</td></tr>
<tr><td>イラスト：<a href="http://halzion.fem.jp/fuwa2li/" target="_blank">ふわふわ。り</a></td></tr>
<tr><td>Windows IE6 / Firefox2</td></tr>
<tr><td><a href="/temp/source/private/f002/" target="_blank">サンプル</a></td></tr>
<tr><td><a href="/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/private/f002.lzh&name=f002" target="_blank">タウンロード</a></td></tr>
</table>

<table cellpadding="0" cellspacing="0" class="temp_table">
<tr><th rowspan="6"><a href="http://www.coolwebwindow.com/temp/source/private/pri001/" target="_blank"><img src="/temp/img/pri001.gif" alt="デザインテンプレート" /></a></th>
    <td valign="top">No.3</td></tr>
<tr><td>2007/3/25 公開</td></tr>
<tr><td>イラスト：CoolWebWindow</td></tr>
<tr><td>Windows IE6 / Firefox2 / Opera9.1 / NN7.1</td></tr>
<tr><td><a href="/temp/source/private/pri001/" target="_blank">サンプル</a></td></tr>
<tr><td><a href="/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/private/pri001.lzh&name=pri001" target="_blank">タウンロード</a></td></tr>
</table>

<table cellpadding="0" cellspacing="0" class="temp_table">
<tr><th rowspan="6"><a href="http://www.coolwebwindow.com/temp/source/private/pri002/" target="_blank"><img src="/temp/img/pri002.gif" alt="デザインテンプレート" /></a></th>
    <td valign="top">No.4</td></tr>
<tr><td>2007/11/6 公開</td></tr>
<tr><td>イラスト：CoolWebWindow</td></tr>
<tr><td>Windows IE6 / Firefox2.0.0.9 / Opera9.24 / NN7.1</td></tr>
<tr><td><a href="/temp/source/private/pri002/" target="_blank">サンプル</a></td></tr>
<tr><td><a href="/temp/tempdlc/dl.cgi?url=http://www.coolwebwindow.com/temp/dl/private/pri002.lzh&name=pri002" target="_blank">タウンロード</a></td></tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>フリー素材</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/bookmark/freegraphic.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=102" title="フリー素材" />
    <id>tag:www.coolwebwindow.com,2006://2.102</id>
    
    <published>2006-11-11T06:00:55Z</published>
    <updated>2006-11-11T14:22:15Z</updated>
    
    <summary> Free Website Icons     Photoshop 絶対役に立つ...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;bookmark&gt;オススメなサイト]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.websiteicons.com/" target="_blank">Free Website Icons</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">絶対役に立つアイコンがたくさん。</td></tr>
</tbody>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>フリー写真</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/bookmark/freephoto.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=101" title="フリー写真" />
    <id>tag:www.coolwebwindow.com,2006://2.101</id>
    
    <published>2006-11-08T14:20:00Z</published>
    <updated>2007-12-02T00:06:55Z</updated>
    
    <summary> 基本的に無料、ロイヤリティフリー（著作権放棄）の写真でも、販売することは禁じら...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;bookmark&gt;オススメなサイト]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<div class="entryDiv">
基本的に無料、ロイヤリティフリー（著作権放棄）の写真でも、販売することは禁じられています。<br />
また、あたかも自分が撮った写真のように振舞うことも禁止されています。<br />
利用する際は、各サイトの利用規約をよくお読みください。<br />
特に営利目的や商用サイトに使用する場合は、特別な行為が必要かもしれません。<br />
</div>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://sozai-free.com/" target="_blank">2000ピクセル以上のフリー写真素材集</a></th>
    <td>商用可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">とにかくサイズが大きいのがよい。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.openspc2.org/sozai/photo/" target="_blank">Open Space</a></th>
    <td>商用可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">商用でも利用可能がうれしい。しかも許可連絡不要。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.adigitaldreamer.com/gallery/index.php" target="_blank">Free Royalty Free Stock Photography</a></th>
    <td>商用可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">海外のロイヤリティフリーのサイト。サムネイルになっていてみやすい。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://imageafter.com/index.php" target="_blank">Image * After</a></th>
    <td>商用可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">商用利用も可能です。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.nwyhstockimages.com/" target="_blank">NWYH Stock Image Library</a></th>
    <td>商用可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">ロイヤリティフリーのサイト。ビジネス用写真です。写真に写っているのは配布している会社の従業員らしい。へんな構図の写真が多い。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://0501file.com/" target="_blank">0501</a></th>
    <td>商用可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2"><a href="http://0407.poromeria.com/" target="_blank">テンプレート配布</a>もしているワコさんのサイト。ロイヤリティフリーではないので要注意。<A href="http://0501file.com/faq.html" target="_blank">FAQはこちらから</a>。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.morguefile.com/" target="_blank">Morgue File</a></th>
    <td>商用可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">海外のサイト。量ははんぱない。いろんな人が自由に写真を提供している。写真は未加工。そのため非常に素人っぽい写真が多い。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.stockvault.net/" target="_blank">STOCKVAULT</a></th>
    <td>商用不可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">個人利用に限りフリーです。無料で商用利用できないのが残念。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://color.slightlyblue.com/" target="_blank">Flickr Color Selectr</a></th>
    <td>商用可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">Flickrという画像共有サイトから色を指定してクリエイティブコモンズライセンス付の写真をピックアップ！今まで色から探せるサービスってなかったような気がする。写真別にライセンスが違うので注意すること。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.picfindr.com/app/?search=&Input=Search" target="_blank">picfindr</a></th>
    <td>商用可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">海外の有名どころのフリー写真集サイトからキーワード検索できるサービス。サイト別にライセンスが違うので注意すること。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.linkstyle.co.jp/index.html" target="_blank">写真素材[無料写真素材・著作権フリー画像素材のリンクスタイル]</a></th>
    <td>商用可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">「プロカメラマンが撮影」をウリにしているサイト。商用利用の場合は無料だが事前連絡が必要との事。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.publicdomainpictures.net/" target="_blank">Public Domain Pictures</a></a></th>
    <td>商用可</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">営利・非営利問わず使える上にロイヤリティフリーです。このサイトはwebデザイナーにはもってこいですね。とてもありがたい。ただし海外サイトです。</td></tr>
</tbody>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>ソーシャルブックマーク</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/bookmark/socialbookmark.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=100" title="ソーシャルブックマーク" />
    <id>tag:www.coolwebwindow.com,2006://2.100</id>
    
    <published>2006-11-08T12:00:37Z</published>
    <updated>2006-11-08T12:06:33Z</updated>
    
    <summary> webshotsブックマーク     ソーシャルブックマーク PHPSHOTさ...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;bookmark&gt;オススメなサイト]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://phpspot.org/wst/webshot.php" target="_blank">webshotsブックマーク</a></th>
    <td>ソーシャルブックマーク</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">PHPSHOTさんが提供するソーシャルブックマーク</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://pookmark.jp/" target="_blank">POOKMARK</a></th>
    <td>ソーシャルブックマーク</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">ペパボが提供するソーシャルブックマーク。ペボパの中の人が多数いる。結構私好みのブックマークが多い。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://booklog.jp/" target="_blank">ブクログ</a></th>
    <td>ソーシャルブックマーク</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">サイトではなく本のソーシャルブックマーク。ペパボ社長が個人的に運営。</td></tr>
</tbody>
</table>
]]>
        
    </content>
</entry>

<entry>
    <title>フォント</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/bookmark/font.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=99" title="フォント" />
    <id>tag:www.coolwebwindow.com,2006://2.99</id>
    
    <published>2006-11-08T11:53:15Z</published>
    <updated>2007-10-06T03:21:08Z</updated>
    
    <summary> Free Typewriter Fonts     海外サイト Typewri...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;bookmark&gt;オススメなサイト]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.free-typewriter-fonts.com/" target="_blank">Free Typewriter Fonts</a></th>
    <td>海外サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">Typewriterタイプのフォントたち</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://fontastic.i-n.net/fontastic/" target="_blank">Free fonts at fontastic!</a></th>
    <td>海外サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">フォント集（海外）</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.misprintedtype.com/v3/" target="_blank">misprinted type 3.0</a></th>
    <td>海外サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">アートなフォントがいっぱい</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.iconian.com/" target="_blank">Iconian Fonts</a></th>
    <td>海外サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">フォント集（海外）</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://mks.jp.org/" target="_blank">Maniackers Design</a></th>
    <td>国内サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">言わずと知れた</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.kinemamoon.com/" target="_blank">KIMEMA　MOON</a></th>
    <td>国内サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">デザイナーさまのサイト。フォントに一文字の漢字のイメージがあるのはステキ。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://betterfonts.com/" target="_blank">Better fonts</a></th>
    <td>海外サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">10,000種類のフォントがあるらしい。海外サイトなのでアルファベットのみ。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.dingbatdepot.com/" target="_blank">free dingbat fonts</a></th>
    <td>海外サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">海外サイト。へんなフォントがたくさん！</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href=http://www.creamundo.com/" target="_blank">free dingbat fonts</a></th>
    <td>海外サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">海外サイト。9,800種類のフォントがあるらしい。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href=http://www.1001fonts.com/" target="_blank">1001 Fonts .com</a></th>
    <td>海外サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">海外サイト。使えるフォントがたくさんあります。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.typenow.net/" target="_blank">TypeNow.net</a></th>
    <td>海外サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">海外サイト。いろいろフォントがあります。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.dafont.com/" target="_blank">dafont.com</a></th>
    <td>海外サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">フォントの種類がカテゴリ分けさけているので見やすい。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.akibatec.net/freefont/" target="_blank">フリーフォント最前線</a></th>
    <td>国内サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">このサイトではデザイナーさんが自ら投稿しているので最新の漢字まで入ったフォントを手に入れられます。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://chienomi.com/category/business/font.html" target="_blank">知恵の実.com</a></th>
    <td>国内サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">主に、JIS第一水準、JIS第二水準などの漢字も使えるフリーフォントを紹介したサイトです。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://honya.nyanta.jp/" target="_blank">ほにゃ。</a></th>
    <td>国内サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">JIS第二水準まで使える手描き風のフリーフォント。個人レベル（金銭を伴わない）なら商用にも使えます。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.kfstudio.net/blog/archives/510font/20060418121548.php" target="_blank">フォント：ＫＦひま字｜KF STUDIO</a></th>
    <td>国内サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">JIS第一水準まで使える手描き風のフリーフォント。商用利用は要相談。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://millimeter.cool.ne.jp/index.html" target="_blank">やさしさ餃子</a></th>
    <td>国内サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">JIS第ニ水準まで使える手描き風のフリーフォントが二種類あります。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://s2g.jp/" target="_blank">STUDIO twoG</a></th>
    <td>国内サイト</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">JIS第ニ水準まで使える手描き風のフリーフォントもあります。商用利用は事前連絡。</td></tr>
</tbody>
</table>
]]>
        
    </content>
</entry>

<entry>
    <title>サイトギャラリー</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/bookmark/sitegallery.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=98" title="サイトギャラリー" />
    <id>tag:www.coolwebwindow.com,2006://2.98</id>
    
    <published>2006-11-08T11:42:01Z</published>
    <updated>2007-10-23T06:01:31Z</updated>
    
    <summary> BestDesign.org     サイトギャラリー 国内のサイトのリンク集...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;bookmark&gt;オススメなサイト]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.bestdesign.org/" target="_blank">BestDesign.org</a></th>
    <td>サイトギャラリー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">国内のサイトのリンク集です</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://phpspot.org/wst/webshot.php" target="_blank">Webデザイナーのためのリンク集</a></th>
    <td>サイトギャラリー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">PHPSHOTさんのリンク集</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.designlinkdatabase.net/" target="_blank">デザインリンクデータベース</a></th>
    <td>サイトギャラリー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">デザインの勉強になります。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.ikesai.com/" target="_blank">いけてるサイト ドットコム</a></th>
    <td>サイトギャラリー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">国内のサイトも多いです。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://anjo.dekiteharu.jp/" target="_blank">デザイナーに役立つウェブサイトリンク集【あんじょうできてはる】</a></th>
    <td>サイトギャラリー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">国内外別にすてきなサイトがまとまっています。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://pepacap.heteml.jp/" target="_blank">COREYORK///NY?</a></th>
    <td>サイトギャラリー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">ペパボ社員によるソーシャルブックマーク的サイトギャラリー</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://bm.straightline.jp/" target="_blank">Webデザイナー専用Webデザインリンク集・ブックマーク - straightline bookmark | Sharing Web Design</a></th>
    <td>サイトギャラリー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">キャプチャ画像のサイズを切り替えられるのがよい。</td></tr>
</tbody>
</table>
]]>
        
    </content>
</entry>

<entry>
    <title>CSSギャラリー</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/bookmark/cssgallery.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=97" title="CSSギャラリー" />
    <id>tag:www.coolwebwindow.com,2006://2.97</id>
    
    <published>2006-11-08T11:39:09Z</published>
    <updated>2007-09-04T22:55:32Z</updated>
    
    <summary> css Zen Garden     CSSギャラリー 1つのhtmlに対して...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;bookmark&gt;オススメなサイト]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.csszengarden.com/tr/japanese/" target="_blank">css Zen Garden</a></th>
    <td>CSSギャラリー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">1つのhtmlに対してCSSのみでデザインする投稿型サイト。CSSだけでここまでできるのか！と思ってしまいます。（リンク先は日本語訳バージョン）</td></tr>
</tbody>
</table>
<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://phpspot.org/wst/webshot.php" target="_blank">CSS Bloom</a></th>
    <td>CSSギャラリー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">ステキなCSSデザインサイト・blogをみんなで評価するサイト</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://cssmania.com/" target="_blank">CSS Mania</a></th>
    <td>CSSギャラリー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">海外のCSSレイアウトサイトのリンク集</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://csshazard.com/" target="_blank">CSS Hazard</a></th>
    <td>CSSギャラリー</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">ぺパボ社長の個人的CSSギャラリー。かっこよすぎ。</td></tr>
</tbody>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>チュートリアル</title>
    <link rel="alternate" type="text/html" href="http://www.coolwebwindow.com/bookmark/tutorial.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.coolwebwindow.com/mt4/mt-atom.cgi/weblog/blog_id=2/entry_id=96" title="チュートリアル" />
    <id>tag:www.coolwebwindow.com,2006://2.96</id>
    
    <published>2006-11-08T11:38:18Z</published>
    <updated>2007-10-08T22:55:23Z</updated>
    
    <summary> フォトショップを使い「こなす」ブログ     Photoshop 知ってて得す...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="<![CDATA[&lt;bookmark&gt;オススメなサイト]]>" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.coolwebwindow.com/">
        <![CDATA[<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://alpha-channel.style.coocan.jp/blog/" target="_blank">フォトショップを使い「こなす」ブログ</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">知ってて得する技がたくさん</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.ndesign-studio.com/resources/tutorials/" target="_blank">N.Design Studio</a></th>
    <td>Illustrator</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">海外サイト。Illustratorのチュートリアル以外にも役に立つ情報がいっぱい！</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://cp.c-ij.com/japan/photodesign/" target="_blank">Canon デジタルフォトスタイル</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">紙の質感の作り方など参考になります。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.adobe.com/cfusion/exchange/#view=sn710&viewName=Photoshop%20Exchange&loc=en_us" target="_blank">Adobe Photoshop Exchange</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">Adobe公式サイト。photoshopのプラグインとかアクションとかエフェクトすごい大量にある。英語なのが難点。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://aska-sg.net/pstips/" target="_blank">フォトショップ早わかり Photoshop Tips & Manual </a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">かなり詳細に書いてあってわかりやすい。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://2xup.org/log/2006/05/05-2005" target="_blank">2xup.org</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">2.0ぽいロゴが描く方法。psdファイルもDLできる。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.photoshoplab.com/web20-design-kit.html" target="_blank">photoshop Lab</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">webぽいロゴを描く方法。<a href="http://www.photoshoplab.com/web-20-design-kit-part-2.html" target="_blank">その2</a>も必見。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://photoshopit.wordpress.com/" target="_blank">photoshopit</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">web2.0ライクなロゴをはじめ、様々なロゴを描く方法を紹介。psdファイルがDLできるのも魅力。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.melissaclifton.com/tutorials.html" target="_blank">Melissa Clifton</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">いろんなphotoshopのチュートリアル。海外サイトならでは、アレンジの仕方が面白い。かなりテクのいるアレンジ方法。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://2xup.org/log/2006/04/28-2323" target="_blank">2xup.org</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">Photoshop で背景透過の美しい favicon (ファビコン) を作成する方法。ファイル形式のプラグインを入れるだけで、photoshopでファビコンが作成・編集できるようになります！</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.planetphotoshop.com/tutorials/lesa8.html" target="_blank">Photo Reflection Effect</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">まるで鏡に映ったような効果を出す方法。これもweb2.0ぽい。サンプルでは竜でしたがロゴにでも使えそう。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.heathrowe.com/tuts/vector.asp" target="_blank">Vector Tutorial</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">photoshopでもベクター画像が描けるという例。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.jeshannon.com/Grass.htm" target="_blank">Grass Tutorial</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">草を描く方法。意外に使える？</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.tutorialized.com/tutorial/Credit-Cards/12496" target="_blank">Credit Card Tutorial - 13Dots Forum</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">クレジットカードを描く方法。これは結構使えそう！オリジナルカードも作れそうです。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.cameronmoll.com/archives/000025.html" target="_blank">Part One: The Indispensable Tool Trio</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">古びた紙の質感を出す方法。この方法をずっと探しておりました！まさか焼き込みツール使うなんて・・・。完成品と練習用のpsdファイルもDLできます。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.myjanee.com/tuts/torn/torn.htm" target="_blank">Creating Torn Paper in Photoshop -- a Photoshop tutorial</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">やぶれた紙の質感を出す方法。紙から作ります。これも探しておりました！かなりきれいにできるなぁ。</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://satoshi.blogs.com/life/2006/02/_aqua.html" target="_blank">Life is beautiful</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">色や大きさを後から変更できる AQUA風ボタンの作り方。これは便利。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://www.absolutecross.com/tutorials/photoshop/interfaces/plastic-tabs/" target="_blank">Photoshop Tutorial: Plastic Tabs</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">アクア風ボタンの作り方。オーソドックスな作り方です。</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://forums.livingwithstyle.com/showthread.php?t=342065" target="_blank">[Photoshop Tutorial] Creating fake 'Miniature' environments</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">写真をミニチュアっぽくする方法。英語ですが、キャプチャを見ただけでもなんとなくわかる</td></tr>
</tbody>
</table>

<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://aska-sg.net/pstips/tips/pages/sentakuhanni-quickmask-01.html" target="_blank">Photoshop Tips - 風景写真をミニチュア写真に加工するには　- by StudioGraphics</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">写真をミニチュアっぽくする方法。こちらは日本語だからよくわかる</td></tr>
</tbody>
</table>


<table class="bookmarkTable" cellpadding="0" cellspacing="1">
<thead>
<tr><th><a href="http://kaoz-tutorials.com/ours/postit/" target="_blank">Kaoz-tutorials.com - Adobe Photoshop Tutorials</a></th>
    <td>Photoshop</td>
</tr>
</thead>
<tbody>
<tr><td colspan="2">付箋（ふせん）紙を作る方法。紙の濃淡までグラデーションで再現。</td></tr>
</tbody>
</table>
]]>
        
    </content>
</entry>

</feed> 

