<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>DesignWalker &#187; ウェブデザイン</title>
	<atom:link href="http://www.designwalker.com/tag/%e3%82%a6%e3%82%a7%e3%83%96%e3%83%87%e3%82%b6%e3%82%a4%e3%83%b3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.designwalker.com</link>
	<description>ロサンゼルスで働くウェブデザイナーの日記。</description>
	<lastBuildDate>Wed, 29 Jun 2011 06:24:51 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/tag/%e3%82%a6%e3%82%a7%e3%83%96%e3%83%87%e3%82%b6%e3%82%a4%e3%83%b3/feed" />
		<item>
		<title>ウェブデザインに使えるチャート・グラフツールいろいろ</title>
		<link>http://www.designwalker.com/2010/07/chart-tool.html</link>
		<comments>http://www.designwalker.com/2010/07/chart-tool.html#comments</comments>
		<pubDate>Thu, 15 Jul 2010 00:58:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サイトを紹介する男]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[まとめ]]></category>
		<category><![CDATA[ウェブデザイン]]></category>
		<category><![CDATA[ツール]]></category>

		<guid isPermaLink="false">http://www.designwalker.com/?p=618</guid>
		<description><![CDATA[企業サイトでは売上の推移や販売シェアなどグラフやチャートなどを使って分かりやすく表示したいといったニーズは結構あります。エクセルで作成したグラフを貼り付けたりするのも可能ですが…。今回は、JavaScriptやFlashなどを使って比較的、簡単にグラフやチャートを生成できるツールをいろいろまとめてみました。]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F07%2Fchart-tool.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F07%2Fchart-tool.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>企業サイトでは売上の推移や販売シェアなどグラフやチャートなどを使って分かりやすく表示したいといったニーズは結構あります。</p>
<p>エクセルで作成したグラフを貼り付けたりするのも可能ですが…。</p>
<p>今回は、JavaScriptやFlashなどを使って比較的、簡単にグラフやチャートを生成できるツールをいろいろまとめてみました。</p>
<h4><a href="http://teethgrinder.co.uk/open-flash-chart/" title="Open Flash Chart">Open Flash Chart</a></h4>
<p>Flashをベースにしたオープンソースのチャートです。<a href="http://teethgrinder.co.uk/open-flash-chart-2/">バージョン2</a>も公開されて開発が継続されているようです。</p>
<p align="center">
<a href="http://teethgrinder.co.uk/open-flash-chart/" title="Open Flash Chart"><br />
<img src="http://www.designwalker.com/img/chart/01.png" alt="Open Flash Chart" border="0" /><br />
</a>
</p>
<h4><a href="http://code.google.com/p/extflot/wiki/ProjectSummaryJa" title="flot">flot</a></h4>
<p>jQueryで動作するグラフ描画ライブラリです。</p>
<p align="center">
<a href="http://code.google.com/p/extflot/wiki/ProjectSummaryJa" title="flot"><br />
<img src="http://www.designwalker.com/img/chart/02.png" alt="flot" border="0" /><br />
</a>
</p>
<h4><a href="http://highcharts.com/" title="Highcharts - Interactive JavaScript charts for your webpage">Highcharts &#8211; Interactive JavaScript charts for your webpage</a></h4>
<p>こちらもJavaScriptを使って動作するチャートライブラリです。サンプルもとても美しくてチャートの種類も豊富です。</p>
<p align="center">
<a href="http://highcharts.com/" title="Highcharts - Interactive JavaScript charts for your webpage"><img src="http://www.designwalker.com/img/chart/03.png" alt="Highcharts - Interactive JavaScript charts for your webpage" border="0" /><br />
</a>
</p>
<h4><a href="http://omnipotent.net/jquery.sparkline/" title="jQuery Sparklines">jQuery Sparklines</a></h4>
<p>jQueryを使って、小さめのインラインチャートなどを生成することができます。</p>
<p align="center">
<a href="http://omnipotent.net/jquery.sparkline/" title="jQuery Sparklines"><br />
<img src="http://www.designwalker.com/img/chart/04.png" alt="jQuery Sparklines" border="0" /><br />
</a>
</p>
<h4><a href="http://www.maani.us/xml_charts/index.php" title="XML/SWF Charts">XML/SWF Charts</a></h4>
<p>こちらはFlashをベースにしたチャート。その名の通りXMLでデータを取得してSWFで書き出してくれます。</p>
<p align="center">
<a href="http://www.maani.us/xml_charts/index.php" title="XML/SWF Charts"><br />
<img src="http://www.designwalker.com/img/chart/05.png" alt="XML/SWF Charts" border="0" /><br />
</a>
</p>
<h4><a href="http://www.liquidx.net/plotkit/" title="PlotKit - Javascript Chart Plotting">PlotKit &#8211; Javascript Chart Plotting</a></h4>
<p>MochiKitを使って動作するチャートライブラリです。</p>
<p align="center">
<a href="http://www.liquidx.net/plotkit/" title="PlotKit - Javascript Chart Plotting"><br />
<img src="http://www.designwalker.com/img/chart/06.png" alt="PlotKit - Javascript Chart Plotting" border="0" /><br />
</a>
</p>
<h4><a href="http://pchart.sourceforge.net/" title="pChart | a PHP Charting library">pChart | a PHP Charting library</a></h4>
<p>PHPでグラフを生成してくれるライブラリです。デザイン的にもクールなチャートが作れそうですね。</p>
<p align="center">
<a href="http://pchart.sourceforge.net/" title="pChart | a PHP Charting library"><br />
<img src="http://www.designwalker.com/img/chart/15.png" alt="pChart | a PHP Charting library" border="0" /><br />
</a>
</p>
<h4><a href="http://vis.stanford.edu/protovis/" title="Protovis">Protovis</a></h4>
<p>スタンフォード大学が開発しているチャート描画JavaScriptライブラリです。</p>
<p align="center">
<a href="http://vis.stanford.edu/protovis/" title="Protovis"><br />
<img src="http://www.designwalker.com/img/chart/07.png" alt="Protovis" border="0" /><br />
</a>
</p>
<h4><a href="http://www.axiis.org/" title="Axiis : Data Visualization Framework">Axiis : Data Visualization Framework</a></h4>
<p>Flexを使ってチャートを生成するフレームワーク。サンプルの通り複雑なグラフを生成できます。</p>
<p align="center">
<a href="http://www.axiis.org/" title="Axiis : Data Visualization Framework"><br />
<img src="http://www.designwalker.com/img/chart/08.png" alt="Axiis : Data Visualization Framework" border="0" /><br />
</a>
</p>
<h4><a href="http://g.raphaeljs.com/" title="gRaphaël—JavaScript Library">gRaphaël—JavaScript Library</a></h4>
<p>カラフルで可愛らしいグラフが生成できるJavaScriptライブラリです。</p>
<p align="center">
<a href="http://g.raphaeljs.com/" title="gRaphaël—JavaScript Library"><br />
<img src="http://www.designwalker.com/img/chart/09.png" alt="gRaphaël—JavaScript Library" border="0" /><br />
</a>
</p>
<h4><a href="http://www.jscharts.com/" title="JS Charts">JS Charts</a></h4>
<p>JavaScriptを使って動作するチャートライブラリです。商用利用は有料になります。</p>
<p align="center">
<a href="http://www.jscharts.com/" title="JS Charts"><br />
<img src="http://www.designwalker.com/img/chart/10.png" alt="JS Charts" border="0" /><br />
</a>
</p>
<h4><a href="http://www.jqplot.com/" title="jqPlot Charts and Graphs for jQuery">jqPlot Charts and Graphs for jQuery</a></h4>
<p>jQueryで動作するチャートプラグイン。</p>
<p align="center">
<a href="http://www.jqplot.com/" title="jqPlot Charts and Graphs for jQuery"><br />
<img src="http://www.designwalker.com/img/chart/11.png" alt="jqPlot Charts and Graphs for jQuery" border="0" /><br />
</a>
</p>
<h4><a href="http://www.fusioncharts.com/free/" title="FusionCharts Free">FusionCharts Free</a></h4>
<p>Flashベースのチャートを生成できるオープンソースのコンポーネントです。Flashなので動きもなめらかで綺麗です。</p>
<p align="center">
<a href="http://www.fusioncharts.com/free/" title="FusionCharts Free"><br />
<img src="http://www.designwalker.com/img/chart/12.png" alt="FusionCharts Free" border="0" /><br />
</a>
</p>
<h4><a href="http://code.google.com/apis/charttools/" title="Google Chart Tools">Google Chart Tools</a></h4>
<p>Googleから公開されているチャートツールは、画像チャートとJavaScriptを使って生成するインタラクティブチャートの2種類があります。</p>
<p align="center">
<a href="http://code.google.com/apis/charttools/" title="Google Chart Tools"><br />
<img src="http://www.designwalker.com/img/chart/13.png" alt="Google Chart Tools" border="0" /><br />
</a>
</p>
<h4><a href="http://code.google.com/p/milkchart/" title="milkchart">milkchart</a></h4>
<p>MooToolsを使って動作するチャートプラグイン。</p>
<p align="center">
<a href="http://code.google.com/p/milkchart/" title="milkchart"><br />
<img src="http://www.designwalker.com/img/chart/14.png" alt="milkchart" border="0" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designwalker.com/2010/07/chart-tool.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/2010/07/chart-tool.html" />
	</item>
		<item>
		<title>印刷用に使えるツールやブックマークレットいろいろ</title>
		<link>http://www.designwalker.com/2010/07/print_css.html</link>
		<comments>http://www.designwalker.com/2010/07/print_css.html#comments</comments>
		<pubDate>Tue, 06 Jul 2010 23:35:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サイトを紹介する男]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[まとめ]]></category>
		<category><![CDATA[ウェブデザイン]]></category>

		<guid isPermaLink="false">http://www.designwalker.com/?p=611</guid>
		<description><![CDATA[ウェブサイトを印刷してみると想像していた以上にページが多く出力されてしまったことなどありませんか？ わざわざワードなどにコピペするのも面倒だし…。こんな時に使えそうな印刷用に使えるツールやブックマークレットなどをまとめてみました。]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F07%2Fprint_css.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F07%2Fprint_css.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>ウェブサイトを印刷してみると想像していた以上にページが多く出力されてしまったことなどありませんか？</p>
<p>わざわざワードなどにコピペするのも面倒だし…。こんな時に使えそうな印刷用に使えるツールやブックマークレットなどをまとめてみました。</p>
<h4><a href="http://www.printwhatyoulike.com/" title="Save paper &amp; ink printing only what you want &laquo; PrintWhatYouLike.com">Save paper &amp; ink printing only what you want &laquo; PrintWhatYouLike.com</a></h4>
<p>サイトのURLを入力して「Start」ボタンをクリックするとプレビュー画面が表示され、フォントのサイズの調整や、不要な要素をクリックして削除するなどの操作ができるとっても便利なツールです。ブックマークレットも用意されているので、ブックマークに入れておくと便利ですね。</p>
<p align="center">
<a href="http://www.printwhatyoulike.com/" title="Save paper &amp; ink printing only what you want &laquo; PrintWhatYouLike.com"><br />
<img src="http://www.designwalker.com/img/print_css/05.png" alt="Save paper &amp; ink printing only what you want &laquo; PrintWhatYouLike.com" border="0" /><br />
</a>
</p>
<h4><a href="http://www.printfriendly.com/" title="Print Friendly &amp; PDF">Print Friendly &amp; PDF</a></h4>
<p>こちらも同様に、印刷用のプレビュー画面を見ながら、不要な要素を削除したり、PDFで保存したりできるツールです。</p>
<p align="center">
<a href="http://www.printfriendly.com/" title="Print Friendly &amp; PDF"><br />
<img src="http://www.designwalker.com/img/print_css/06.png" alt="Print Friendly &amp; PDF" border="0" /><br />
</a>
</p>
<h4><a href="http://css-tricks.com/examples/ThePrintliminator/" title="The Printliminator">The Printliminator</a></h4>
<p>こちらは便利なブックマークレット。黒い&#8221;Printliminator&#8221;のボタンをドラッグしてブックマークバーに登録しておいて、印刷したいページでPrintliminatowをクリックすると。ページの右上に4つのボタンが表示されます。不要な要素をマウスオーバーしてクリックすると削除されます。そのごプリントボタンをクリックしてプリントすることができる便利なツール。詳しくは動画で使い方が紹介されているので、ご確認ください。</p>
<p align="center">
<a href="http://css-tricks.com/examples/ThePrintliminator/" title="The Printliminator"><br />
<img src="http://www.designwalker.com/img/print_css/07.png" alt="The Printliminator" border="0" /><br />
</a>
</p>
<h4><a href="http://karmatics.com/aardvark/" title="Aardvark Firefox Extension">Aardvark Firefox Extension</a></h4>
<p>Firefoxのエクステンション。こちらも要素を選択して非表示にしてプリントするなどの作業ができます。</p>
<p align="center">
<a href="http://karmatics.com/aardvark/" title="Aardvark Firefox Extension"><br />
<img src="http://www.designwalker.com/img/print_css/08.png" alt="Aardvark Firefox Extension" border="0" /><br />
</a>
</p>
<h4><a href="http://lab.arc90.com/experiments/readability/" title="Readability - An Arc90 Lab Experiment">Readability &#8211; An Arc90 Lab Experiment</a></h4>
<p>自分好みのスタイルを設定することができるブックマークレット。スタイル、サイズ、横幅などを調整して、右側のボタンをブックマークバーに保存しておけば、いつでも自分好みのスタイルでページ印刷ができますね。</p>
<p align="center">
<a href="http://lab.arc90.com/experiments/readability/" title="Readability - An Arc90 Lab Experiment"><br />
<img src="http://www.designwalker.com/img/print_css/10.png" alt="Readability - An Arc90 Lab Experiment" border="0" /><br />
</a>
</p>
<p>ここからは、サイトの制作者が使えるTipsをいくつかご紹介します。</p>
<h4><a href="http://line25.com/tutorials/handy-tips-for-creating-a-print-css-stylesheet" title="Handy Tips for Creating a Print CSS Stylesheet">Handy Tips for Creating a Print CSS Stylesheet</a></h4>
<p>Print用CSSに加えておくと良いのでは？と思われるCSSがいくつかまとめられて紹介されています。</p>
<p>例えば、下記のようにprint cssに記載しておくとリンクのあとに、リンク先のURLを表示できたりします。</p>
<pre>
a:link:after {
	    content: &quot; (&quot; attr(href) &quot;) &quot;;
}
</pre>
<p>こちらは、#commentsの要素の前で必ず改ページするように設定することなども可能ですね。</p>
<pre>
#comments {
	    page-break-before: always;
}
</pre>
<p align="center">
<a href="http://line25.com/tutorials/handy-tips-for-creating-a-print-css-stylesheet" title="Handy Tips for Creating a Print CSS Stylesheet"><br />
<img src="http://www.designwalker.com/img/print_css/01.png" alt="Handy Tips for Creating a Print CSS Stylesheet" border="0" /><br />
</a>
</p>
<h4><a href="http://code.google.com/p/hartija/" title="Hartija - Css Print Framework">Hartija &#8211; Css Print Framework</a></h4>
<p>印刷用のCSSフレームワークです。このCSSファイルを元にして、いろいろと調整していくのも良いのではないでしょうか。</p>
<p align="center">
<a href="http://code.google.com/p/hartija/" title="Hartija - Css Print Framework"><br />
<img src="http://www.designwalker.com/img/print_css/04.png" alt="Hartija - Css Print Framework" border="0" /><br />
</a>
</p>
<h4><a href="http://www.iecss.com/print-protector/" title="IE Print Protector">IE Print Protector</a></h4>
<p>HTML5で構築されたウェブサイトをIEでプリントするといくつかの要素を認識せず、ページが崩れてしまったりすることがあるようです。その問題を解決してくれるスクリプト。</p>
<p align="center">
<a href="http://www.iecss.com/print-protector/" title="IE Print Protector"><br />
<img src="http://www.designwalker.com/img/print_css/09.png" alt="IE Print Protector" border="0" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designwalker.com/2010/07/print_css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/2010/07/print_css.html" />
	</item>
		<item>
		<title>フォームの見栄え・使い勝手を強化するjQueryプラグインいっぱい</title>
		<link>http://www.designwalker.com/2010/06/jquery-forms.html</link>
		<comments>http://www.designwalker.com/2010/06/jquery-forms.html#comments</comments>
		<pubDate>Wed, 02 Jun 2010 22:44:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サイトを紹介する男]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[まとめ]]></category>
		<category><![CDATA[ウェブデザイン]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://www.designwalker.com/?p=593</guid>
		<description><![CDATA[お問い合わせやユーザー登録、ログインから商品の注文まで、ウェブでとっても重要なフォーム要素。 このフォームの使い勝手や見栄えはそのサイトの売上や登録に大きく影響するといっても過言ではありません。 フォームの入力項目が多すぎたり、わかりづらかったりすると、せっかく購入やユーザー登録する気になってくれているユ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F06%2Fjquery-forms.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F06%2Fjquery-forms.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>お問い合わせやユーザー登録、ログインから商品の注文まで、ウェブでとっても重要なフォーム要素。</p>
<p>このフォームの使い勝手や見栄えはそのサイトの売上や登録に大きく影響するといっても過言ではありません。</p>
<p>フォームの入力項目が多すぎたり、わかりづらかったりすると、せっかく購入やユーザー登録する気になってくれているユーザーの方々も逃げてしまいますよね…。</p>
<p>今回は、フォームのデザインや使い勝手を強化してくれるjQueryのプラグインをいろいろとまとめてみました。</p>
<h4><a href="http://aext.net/2009/08/perfect-sign-in-dropdown-box-likes-twitter-with-jquery/" title="Perfect signin dropdown box likes Twitter with jQuery">Perfect signin dropdown box likes Twitter with jQuery</a></h4>
<p>Twitterのサインインボックスのようなドロップダウンボックスを再現してくれています。</p>
<p align="center">
<a href="http://aext.net/2009/08/perfect-sign-in-dropdown-box-likes-twitter-with-jquery/" title="Perfect signin dropdown box likes Twitter with jQuery"><br />
<img src="http://www.designwalker.com/img/jquery_form/06.png" alt="Perfect signin dropdown box likes Twitter with jQuery" border="0" /><br />
</a>
</p>
<h4><a href="http://buckwilson.me/lightboxme/" title="Lightbox_me - Stupidly Simple Lightboxing">Lightbox_me &#8211; Stupidly Simple Lightboxing</a></h4>
<p>ライトボックスでログイン表示させることができます。</p>
<p align="center">
<a href="http://buckwilson.me/lightboxme/" title="Lightbox_me - Stupidly Simple Lightboxing"><br />
<img src="http://www.designwalker.com/img/jquery_form/07.png" alt="Lightbox_me - Stupidly Simple Lightboxing" border="0" /><br />
</a>
</p>
<h4><a href="http://aaronweyenberg.com/90/pretty-checkboxes-with-jquery" title="Pretty checkboxes with jQuery">Pretty checkboxes with jQuery</a></h4>
<p>チェックボックスの見た目を変えて、可愛らしくフォーマット。</p>
<p align="center">
<a href="http://aaronweyenberg.com/90/pretty-checkboxes-with-jquery" title="Pretty checkboxes with jQuery"><br />
<img src="http://www.designwalker.com/img/jquery_form/08.png" alt="Pretty checkboxes with jQuery" border="0" /><br />
</a>
</p>
<h4><a href="http://www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx" title="Turn any webform into a powerful wizard with jQuery (FormToWizard plugin)">Turn any webform into a powerful wizard with jQuery (FormToWizard plugin)</a></h4>
<p>長いフォームをステップに分けて表示させることができます。</p>
<p align="center">
<a href="http://www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx" title="Turn any webform into a powerful wizard with jQuery (FormToWizard plugin)"><br />
<img src="http://www.designwalker.com/img/jquery_form/10.png" alt="Turn any webform into a powerful wizard with jQuery (FormToWizard plugin)" border="0" /><br />
</a>
</p>
<h4><a href="http://www.jankoatwarpspeed.com/post/2009/03/11/How-to-create-Skype-like-buttons-using-jQuery.aspx" title="How to create Skype-like buttons using jQuery">How to create Skype-like buttons using jQuery</a></h4>
<p>Skypeっぽいマウスオーバーしたときにぴょこんとハネるボタンを作ることができます。</p>
<p align="center">
<a href="http://www.jankoatwarpspeed.com/post/2009/03/11/How-to-create-Skype-like-buttons-using-jQuery.aspx" title="How to create Skype-like buttons using jQuery"><br />
<img src="http://www.designwalker.com/img/jquery_form/11.png" alt="How to create Skype-like buttons using jQuery" border="0" /><br />
</a>
</p>
<h4><a href="http://devgrow.com/iphone-style-switches/" title="iPhone Style Radio and Checkbox Switches using JQuery and CSS">iPhone Style Radio and Checkbox Switches using JQuery and CSS</a></h4>
<p>iPhoneスタイルのチェックボックスとラジオボタンを作ることができます。</p>
<p align="center">
<a href="http://devgrow.com/iphone-style-switches/" title="iPhone Style Radio and Checkbox Switches using JQuery and CSS"><br />
<img src="http://www.designwalker.com/img/jquery_form/12.png" alt="iPhone Style Radio and Checkbox Switches using JQuery and CSS" border="0" /><br />
</a>
</p>
<h4><a href="http://widowmaker.kiev.ua/checkbox/" title="jQuery checkbox">jQuery checkbox</a></h4>
<p>スイッチみたいにスライドさせることができるラジオボタンです。</p>
<p align="center">
<a href="http://widowmaker.kiev.ua/checkbox/" title="jQuery checkbox"><br />
<img src="http://www.designwalker.com/img/jquery_form/13.png" alt="jQuery checkbox" border="0" /><br />
</a>
</p>
<h4><a href="http://www.emblematiq.com/lab/niceforms/" title="Niceforms">Niceforms</a></h4>
<p>jQueryを使って、フォームのデザインをスタイリッシュに変更してくれます。</p>
<p align="center">
<a href="http://www.emblematiq.com/lab/niceforms/" title="Niceforms"><br />
<img src="http://www.designwalker.com/img/jquery_form/01.png" alt="Niceforms" border="0" /><br />
</a>
</p>
<h4><a href="http://pixelmatrixdesign.com/uniform/" title="Uniform Sexy forms with jQuery">Uniform Sexy forms with jQuery</a></h4>
<p>こちらもフォームのデザインを変更できます。テーマもいくつか用意されていますね。</p>
<p align="center">
<a href="http://pixelmatrixdesign.com/uniform/" title="Uniform Sexy forms with jQuery"><br />
<img src="http://www.designwalker.com/img/jquery_form/02.png" alt="Uniform Sexy forms with jQuery" border="0" /><br />
</a>
</p>
<h4><a href="http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/" title="jQuery plugin : jqTransform">jQuery plugin : jqTransform</a></h4>
<p>ボックスを角丸に、チェックボックスやラジオボタンも変更できるプラグイン</p>
<p align="center">
<a href="http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/" title="jQuery plugin : jqTransform"><br />
<img src="http://www.designwalker.com/img/jquery_form/03.png" alt="jQuery plugin : jqTransform" border="0" /><br />
</a>
</p>
<h4><a href="http://lipidity.com/fancy-form/" title="FancyForm - Javascript checkbox replacement">FancyForm &#8211; Javascript checkbox replacement</a></h4>
<p>チェックボックスとラジオボタンをスタイリッシュに変更できます。</p>
<p align="center">
<a href="http://lipidity.com/fancy-form/" title="FancyForm - Javascript checkbox replacement"><br />
<img src="http://www.designwalker.com/img/jquery_form/04.png" alt="FancyForm - Javascript checkbox replacement" border="0" /><br />
</a>
</p>
<h4><a href="http://www.no-margin-for-errors.com/projects/prettyCheckboxes/" title="prettyCheckboxes">prettyCheckboxes</a></h4>
<p>こちらも同様にチェックボックスとラジオボタンを変更できます。</p>
<p align="center">
<a href="http://www.no-margin-for-errors.com/projects/prettyCheckboxes/" title="prettyCheckboxes"><br />
<img src="http://www.designwalker.com/img/jquery_form/05.png" alt="prettyCheckboxes" border="0" /><br />
</a>
</p>
<h4><a href="http://www.keyframesandcode.com/resources/javascript/jQuery/demos/highlight-demo.html" title="jQuery Highlight Demo">jQuery Highlight Demo</a></h4>
<p>選択している要素の背景をハイライトさせることができます。</p>
<p align="center">
<a href="http://www.keyframesandcode.com/resources/javascript/jQuery/demos/highlight-demo.html" title="jQuery Highlight Demo"><br />
<img src="http://www.designwalker.com/img/jquery_form/14.png" alt="jQuery Highlight Demo" border="0" /><br />
</a>
</p>
<h4><a href="http://rikrikrik.com/jquery/magicpreview/#examples" title="jQuery magicpreview plug-in">jQuery magicpreview plug-in</a></h4>
<p>フォームの右側にプレビューを表示させることができるプラグインです。</p>
<p align="center">
<a href="http://rikrikrik.com/jquery/magicpreview/#examples" title="jQuery magicpreview plug-in"><br />
<img src="http://www.designwalker.com/img/jquery_form/15.png" alt="jQuery magicpreview plug-in" border="0" /><br />
</a>
</p>
<h4><a href="http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/" title="jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready">jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready</a></h4>
<p>iPod風なドロップダウンメニューが実装出来ます。</p>
<p align="center">
<a href="http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/" title="jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready"><br />
<img src="http://www.designwalker.com/img/jquery_form/16.png" alt="jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready" border="0" /><br />
</a>
</p>
<h4><a href="http://jquery.sanchezsalvador.com/page/jquerycombobox.aspx" title="jquery.combobox">jquery.combobox</a></h4>
<p>階層化したセレクトボックスが作れます。</p>
<p align="center">
<a href="http://jquery.sanchezsalvador.com/page/jquerycombobox.aspx" title="jquery.combobox"><br />
<img src="http://www.designwalker.com/img/jquery_form/17.png" alt="jquery.combobox" border="0" /><br />
</a>
</p>
<h4><a href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/" title="A jQuery inline form validation, because validation is a mess">A jQuery inline form validation, because validation is a mess</a></h4>
<p>必須項目などにメッセージを表示させることができるプラグインです。</p>
<p align="center">
<a href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/" title="A jQuery inline form validation, because validation is a mess"><br />
<img src="http://www.designwalker.com/img/jquery_form/18.png" alt="A jQuery inline form validation, because validation is a mess" border="0" /><br />
</a>
</p>
<h4><a href="http://demos.usejquery.com/ketchup-plugin/index.html" title="Ketchup Plugin">Ketchup Plugin</a></h4>
<p>こちらもエラー表示させることができるプラグイン。動きもあって可愛らしいです。</p>
<p align="center">
<a href="http://demos.usejquery.com/ketchup-plugin/index.html" title="Ketchup Plugin"><br />
<img src="http://www.designwalker.com/img/jquery_form/19.png" alt="Ketchup Plugin" border="0" /><br />
</a>
</p>
<h4><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" title="jQuery plugin: Validation">jQuery plugin: Validation</a></h4>
<p>こちらも同様に、バリデーションプラグイン。</p>
<p align="center">
<a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" title="jQuery plugin: Validation"><br />
<img src="http://www.designwalker.com/img/jquery_form/20.png" alt="jQuery plugin: Validation" border="0" /><br />
</a>
</p>
<h4><a href="http://www.codylindley.com/blogstuff/js/jtip/" title="jTip - The Jquery Tool Tip">jTip &#8211; The Jquery Tool Tip</a></h4>
<p>ツールチップを表示させることができます。</p>
<p align="center">
<a href="http://www.codylindley.com/blogstuff/js/jtip/" title="jTip - The Jquery Tool Tip"><br />
<img src="http://www.designwalker.com/img/jquery_form/21.png" alt="jTip - The Jquery Tool Tip" border="0" /><br />
</a>
</p>
<h4><a href="http://www.eyecon.ro/datepicker/" title="Date Picker - jQuery plugin">Date Picker &#8211; jQuery plugin</a></h4>
<p>カレンダーを表示させて、日にちを先手くさせることができるプラグイン。</p>
<p align="center">
<a href="http://www.eyecon.ro/datepicker/" title="Date Picker - jQuery plugin"><br />
<img src="http://www.designwalker.com/img/jquery_form/22.png" alt="Date Picker - jQuery plugin" border="0" /><br />
</a>
</p>
<h4><a href="http://haineault.com/media/jquery/ui-timepickr/page/" title="jQuery.timepickr.js">jQuery.timepickr.js</a></h4>
<p>ちょっぴりユニークな、時間を設定させるプラグイン。</p>
<p align="center">
<a href="http://haineault.com/media/jquery/ui-timepickr/page/" title="jQuery.timepickr.js"><br />
<img src="http://www.designwalker.com/img/jquery_form/23.png" alt="jQuery.timepickr.js" border="0" /><br />
</a>
</p>
<h4><a href="http://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support/" title="jQuery UI Slider from a Select Element - now with ARIA Support">jQuery UI Slider from a Select Element &#8211; now with ARIA Support</a></h4>
<p>スライダーで期間を設定させることができるプラグインです。</p>
<p align="center">
<a href="http://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support/" title="jQuery UI Slider from a Select Element - now with ARIA Support"><br />
<img src="http://www.designwalker.com/img/jquery_form/24.png" alt="jQuery UI Slider from a Select Element - now with ARIA Support" border="0" /><br />
</a>
</p>
<h4><a href="http://valums.com/ajax-upload/" title="AJAX Upload">AJAX Upload</a></h4>
<p>複数のファイルをページを遷移させることなくアップロードできるプラグイン。</p>
<p align="center">
<a href="http://valums.com/ajax-upload/" title="AJAX Upload"><br />
<img src="http://www.designwalker.com/img/jquery_form/25.png" alt="AJAX Upload" border="0" /><br />
</a>
</p>
<h4><a href="http://www.uploadify.com/" title="JQuery File Upload Plugin Script - JQuery File Upload Script - Uploadify">JQuery File Upload Plugin Script &#8211; JQuery File Upload Script &#8211; Uploadify</a></h4>
<p>こちらも複数ファイルをアップロードさせることがきます。</p>
<p align="center">
<a href="http://www.uploadify.com/" title="JQuery File Upload Plugin Script - JQuery File Upload Script - Uploadify"><br />
<img src="http://www.designwalker.com/img/jquery_form/26.png" alt="JQuery File Upload Plugin Script - JQuery File Upload Script - Uploadify" border="0" /><br />
</a>
</p>
<h4><a href="http://www.quirksmode.org/dom/inputfile.html" title="Styling an input type=file">Styling an input type=file</a></h4>
<p>フォームのファイルボタンを画像に変更させることができます。</p>
<p align="center">
<a href="http://www.quirksmode.org/dom/inputfile.html" title="Styling an input type=file"><br />
<img src="http://www.designwalker.com/img/jquery_form/27.png" alt="Styling an input type=file" border="0" /><br />
</a>
</p>
<h4><a href="http://cssglobe.com/post/2494/using-form-labels-as-text-field-values" title="Using form labels as text field values">Using form labels as text field values</a></h4>
<p>ラベル要素をフォームのテキストボックス内に表示させておいて、ボックスをクリックすると消えます。</p>
<p align="center">
<a href="http://cssglobe.com/post/2494/using-form-labels-as-text-field-values" title="Using form labels as text field values"><br />
<img src="http://www.designwalker.com/img/jquery_form/28.png" alt="Using form labels as text field values" border="0" /><br />
</a>
</p>
<h4><a href="http://fuelyourcoding.com/scripts/infield/" title="In-Field Labels jQuery Plugin">In-Field Labels jQuery Plugin</a></h4>
<p>こちらもラベル要素をボックス内に表示させて、クリックするとフェードアウトして薄く表示させることができます。</p>
<p align="center">
<a href="http://fuelyourcoding.com/scripts/infield/" title="In-Field Labels jQuery Plugin"><br />
<img src="http://www.designwalker.com/img/jquery_form/29.png" alt="In-Field Labels jQuery Plugin" border="0" /><br />
</a>
</p>
<h4><a href="http://labs.thesedays.com/projects/jquery/clearfield/" title="JQUERY PLUGIN: CLEARFIELD">JQUERY PLUGIN: CLEARFIELD</a></h4>
<p>こちらも同様、ラベル要素をフォームのテキストボックス内に表示させておいて、ボックスをクリックすると消えます。</p>
<p align="center">
<a href="http://labs.thesedays.com/projects/jquery/clearfield/" title="JQUERY PLUGIN: CLEARFIELD"><br />
<img src="http://www.designwalker.com/img/jquery_form/30.png" alt="JQUERY PLUGIN: CLEARFIELD" border="0" /><br />
</a>
</p>
<h4><a href="http://www.jankoatwarpspeed.com/post/2008/07/09/Justify-elements-using-jQuery-and-CSS.aspx" title="Justify elements using jQuery and CSS">Justify elements using jQuery and CSS</a></h4>
<p>テーブルを使わずにフォームの要素を整列させるプラグイン。文字の長さを見て、整列させてくれます。</p>
<p align="center">
<a href="http://www.jankoatwarpspeed.com/post/2008/07/09/Justify-elements-using-jQuery-and-CSS.aspx" title="Justify elements using jQuery and CSS"><br />
<img src="http://www.designwalker.com/img/jquery_form/31.png" alt="Justify elements using jQuery and CSS" border="0" /><br />
</a>
</p>
<h4><a href="http://digitalbush.com/projects/masked-input-plugin/" title="Masked Input Plugin">Masked Input Plugin</a></h4>
<p>ボックス内のテキストをフォーマットさせることができます。</p>
<p align="center">
<a href="http://digitalbush.com/projects/masked-input-plugin/" title="Masked Input Plugin"><br />
<img src="http://www.designwalker.com/img/jquery_form/32.png" alt="Masked Input Plugin" border="0" /><br />
</a>
</p>
<h4><a href="http://www.meiocodigo.com/projects/meiomask/#mm_demos" title="meioMask – a jQuery mask plugin">meioMask – a jQuery mask plugin</a></h4>
<p>クレジットカードや時間など、ボックス内のテキストをフォーマットさせることができます。</p>
<p align="center">
<a href="http://www.meiocodigo.com/projects/meiomask/#mm_demos" title="meioMask – a jQuery mask plugin"><br />
<img src="http://www.designwalker.com/img/jquery_form/33.png" alt="meioMask – a jQuery mask plugin" border="0" /><br />
</a>
</p>
<h4><a href="http://benjaminsterling.com/password-strength-indicator-and-generator/" title="Password Strength Indicator and Generator">Password Strength Indicator and Generator</a></h4>
<p>パスワードのセキュリティレベルをわかりやすく絵で表示させることができます。</p>
<p align="center">
<a href="http://benjaminsterling.com/password-strength-indicator-and-generator/" title="Password Strength Indicator and Generator"><br />
<img src="http://www.designwalker.com/img/jquery_form/34.png" alt="Password Strength Indicator and Generator" border="0" /><br />
</a>
</p>
<h4><a href="http://mypocket-technologies.com/jquery/password_strength/" title="jQuery Password Strength Meter ">jQuery Password Strength Meter </a></h4>
<p>こちらも同様、パスワードのセキュリティを表示。</p>
<p align="center">
<a href="http://mypocket-technologies.com/jquery/password_strength/" title="jQuery Password Strength Meter "><br />
<img src="http://www.designwalker.com/img/jquery_form/35.png" alt="jQuery Password Strength Meter " border="0" /><br />
</a>
</p>
<h4><a href="http://www.prothemer.com/labs/jquery/showpassword/" title="jQuery showPassword Plugin">jQuery showPassword Plugin</a></h4>
<p>チェックボックスでパスワードを伏字から表示させることができます。</p>
<p align="center">
<a href="http://www.prothemer.com/labs/jquery/showpassword/" title="jQuery showPassword Plugin"><br />
<img src="http://www.designwalker.com/img/jquery_form/36.png" alt="jQuery showPassword Plugin" border="0" /><br />
</a>
</p>
<h4><a href="http://james.padolsey.com/javascript/jquery-plugin-autoresize/" title="jQuery plugin: autoResize">jQuery plugin: autoResize</a></h4>
<p>文字を増やしていくと自動的にテキストエリアが下に大きくなっていきます。</p>
<p align="center">
<a href="http://james.padolsey.com/javascript/jquery-plugin-autoresize/" title="jQuery plugin: autoResize"><br />
<img src="http://www.designwalker.com/img/jquery_form/37.png" alt="jQuery plugin: autoResize" border="0" /><br />
</a>
</p>
<h4><a href="http://pure-essence.net/stuff/webTips/jqueryTableRowCheckboxToggle.html" title="tableRowCheckboxToggle">tableRowCheckboxToggle</a></h4>
<p>テーブルを行ごとクリックできるようにして、チェックできます。</p>
<p align="center">
<a href="http://pure-essence.net/stuff/webTips/jqueryTableRowCheckboxToggle.html" title="tableRowCheckboxToggle"><br />
<img src="http://www.designwalker.com/img/jquery_form/38.png" alt="tableRowCheckboxToggle" border="0" /><br />
</a>
</p>
<h4><a href="http://quasipartikel.at/multiselect/" title="jQuery UI Multiselect">jQuery UI Multiselect</a></h4>
<p>複雑な複数選択を可能にしてくれるプラグイン</p>
<p align="center">
<a href="http://quasipartikel.at/multiselect/" title="jQuery UI Multiselect"><br />
<img src="http://www.designwalker.com/img/jquery_form/39.png" alt="jQuery UI Multiselect" border="0" /><br />
</a>
</p>
<h4><a href="http://blog.mirthlab.com/2008/04/18/simple-image-submit-button-rollovers-with-jquery/" title="Simple Image Submit Button Rollovers with jQuery">Simple Image Submit Button Rollovers with jQuery</a></h4>
<p>Submitボタンをロールオーバーにできます。</p>
<p align="center">
<a href="http://blog.mirthlab.com/2008/04/18/simple-image-submit-button-rollovers-with-jquery/" title="Simple Image Submit Button Rollovers with jQuery"><br />
<img src="http://www.designwalker.com/img/jquery_form/40.png" alt="Simple Image Submit Button Rollovers with jQuery" border="0" /><br />
</a>
</p>
<h4><a href="http://www.appelsiini.net/projects/jeditable" title="Jeditable - Edit In Place Plugin For jQuery">Jeditable &#8211; Edit In Place Plugin For jQuery</a></h4>
<p>テキストをクリックしてフォームが出現。修正しなおすとテキストに戻ります。</p>
<p align="center">
<a href="http://www.appelsiini.net/projects/jeditable" title="Jeditable - Edit In Place Plugin For jQuery"><br />
<img src="http://www.designwalker.com/img/jquery_form/41.png" alt="Jeditable - Edit In Place Plugin For jQuery" border="0" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designwalker.com/2010/06/jquery-forms.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/2010/06/jquery-forms.html" />
	</item>
		<item>
		<title>ここまでできる！CSS3を使ったチュートリアルまとめ</title>
		<link>http://www.designwalker.com/2010/05/css3.html</link>
		<comments>http://www.designwalker.com/2010/05/css3.html#comments</comments>
		<pubDate>Mon, 17 May 2010 21:40:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サイトを紹介する男]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[まとめ]]></category>
		<category><![CDATA[ウェブデザイン]]></category>
		<category><![CDATA[チュートリアル]]></category>

		<guid isPermaLink="false">http://www.designwalker.com/?p=589</guid>
		<description><![CDATA[ここ数年でたくさんの情報が揃ってきたCSS3。古いブラウザでは対応されていないため、まだまだ一般に普及するまでは時間がかかってしまうのかもしれませんが…。 CSS3を使えば、ウェブデザインの可能性をさらに広げてくれることは間違いありません。 デザイナーの皆さんは、是非CSS3でどんなことができるの？って事だけでも今のうちから知っ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F05%2Fcss3.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F05%2Fcss3.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>ここ数年でたくさんの情報が揃ってきたCSS3。古いブラウザでは対応されていないため、まだまだ一般に普及するまでは時間がかかってしまうのかもしれませんが…。</p>
<p>CSS3を使えば、ウェブデザインの可能性をさらに広げてくれることは間違いありません。</p>
<p>デザイナーの皆さんは、是非CSS3でどんなことができるの？って事だけでも今のうちから知っておいても損はないと思いますよ。</p>
<p>今回は、そんなCSS3を使えばここまでできる！っと可能性を感じられるチュートリアルをいろいろ集めてみました。</p>
<h4><a href="http://speckyboy.com/2010/02/15/20-css3-tutorials-and-techiques-for-creating-buttons/" title="20 CSS3 Tutorials and Techiques for Creating Buttons">20 CSS3 Tutorials and Techiques for Creating Buttons</a></h4>
<p>CSS3を使って、美しいボタンを作るチュートリアルが20パターン紹介されています。</p>
<p align="center">
<a href="http://speckyboy.com/2010/02/15/20-css3-tutorials-and-techiques-for-creating-buttons/" title="20 CSS3 Tutorials and Techiques for Creating Buttons"><br />
<img src="http://www.designwalker.com/img/css3/01.png" alt="20 CSS3 Tutorials and Techiques for Creating Buttons" border="0" /><br />
</a>
</p>
<h4><a href="http://webdesignledger.com/tutorials/12-excellent-css3-button-and-menu-techniques" title="12 Excellent CSS3 Button and Menu Techniques">12 Excellent CSS3 Button and Menu Techniques</a></h4>
<p>こちらも美しいボタンやメニューのチュートリアルが12種類。</p>
<p align="center">
<a href="http://webdesignledger.com/tutorials/12-excellent-css3-button-and-menu-techniques" title="12 Excellent CSS3 Button and Menu Techniques"><br />
<img src="http://www.designwalker.com/img/css3/02.png" alt="12 Excellent CSS3 Button and Menu Techniques" border="0" /><br />
</a>
</p>
<h4><a href="http://www.webdesignerwall.com/tutorials/css3-gradient-buttons/" title="CSS3 Gradient Buttons">CSS3 Gradient Buttons</a></h4>
<p>これまで画像を使って表現していたグラデーションとシャドウの美しいボタンもCSS3を使えば簡単に表現できるようになります。</p>
<p align="center">
<a href="http://www.webdesignerwall.com/tutorials/css3-gradient-buttons/" title="CSS3 Gradient Buttons"><br />
<img src="http://www.designwalker.com/img/css3/03.png" alt="CSS3 Gradient Buttons" border="0" /><br />
</a>
</p>
<h4><a href="http://blog.anomalyinnovations.com/2010/03/creating-a-realistic-looking-button-with-css3/" title="Creating a Realistic Looking Button with CSS3">Creating a Realistic Looking Button with CSS3</a></h4>
<p>Mac風のボタンも簡単に表現できますね。</p>
<p align="center">
<a href="http://blog.anomalyinnovations.com/2010/03/creating-a-realistic-looking-button-with-css3/" title="Creating a Realistic Looking Button with CSS3"><br />
<img src="http://www.designwalker.com/img/css3/04.png" alt="Creating a Realistic Looking Button with CSS3" border="0" /><br />
</a>
</p>
<h4><a href="http://speckyboy.com/2010/03/15/15-css3-navigation-and-menu-tutorials-and-techniques/" title="15 CSS3 Navigation and Menu Tutorials and Techniques">15 CSS3 Navigation and Menu Tutorials and Techniques</a></h4>
<p>こちらはCSS3を使ってとっても綺麗なナビゲーションを作るチュートリアルが15種類もまとめられております。</p>
<p align="center">
<a href="http://speckyboy.com/2010/03/15/15-css3-navigation-and-menu-tutorials-and-techniques/" title="15 CSS3 Navigation and Menu Tutorials and Techniques"><br />
<img src="http://www.designwalker.com/img/css3/05.png" alt="15 CSS3 Navigation and Menu Tutorials and Techniques" border="0" /><br />
</a>
</p>
<h4><a href="http://www.impressivewebs.com/css3-glow-tabs/" title="CSS3 Glow Tabs">CSS3 Glow Tabs</a></h4>
<p>奥行きのあるきれいなタブもCSS3で表現できますね。</p>
<p align="center">
<a href="http://www.impressivewebs.com/css3-glow-tabs/" title="CSS3 Glow Tabs"><br />
<img src="http://www.designwalker.com/img/css3/06.png" alt="CSS3 Glow Tabs" border="0" /><br />
</a>
</p>
<h4><a href="http://stiern.com/tutorials/create-a-cool-messy-list-with-css3-and-nth-child" title="Create a Cool Messy List with CSS3 and nth-child">Create a Cool Messy List with CSS3 and nth-child</a></h4>
<p>CSS3のrotateファンクションでメニューを微妙に歪めることも可能ですね。</p>
<p align="center">
<a href="http://stiern.com/tutorials/create-a-cool-messy-list-with-css3-and-nth-child" title="Create a Cool Messy List with CSS3 and nth-child"><br />
<img src="http://www.designwalker.com/img/css3/07.png" alt="Create a Cool Messy List with CSS3 and nth-child" border="0" /><br />
</a>
</p>
<h4><a href="http://tympanus.net/codrops/2010/04/26/elegant-accordion-with-jquery-and-css3/" title="Elegant Accordion with jQuery and CSS3">Elegant Accordion with jQuery and CSS3</a></h4>
<p>jQueryとCSS3でアコーディオンの美しいメニューを作ることもできます。</p>
<p align="center">
<a href="http://tympanus.net/codrops/2010/04/26/elegant-accordion-with-jquery-and-css3/" title="Elegant Accordion with jQuery and CSS3"><br />
<img src="http://www.designwalker.com/img/css3/08.png" alt="Elegant Accordion with jQuery and CSS3" border="0" /><br />
</a>
</p>
<h4><a href="http://www.w3avenue.com/2010/04/05/cross-browser-pure-css3-horizontal-accordion/" title="Cross Browser Pure CSS3 Horizontal Accordion">Cross Browser Pure CSS3 Horizontal Accordion</a></h4>
<p>jQueryなどのスクリプトを使わなくてもCSS3だけでアコーディオンメニューを作ることもできます。</p>
<p align="center">
<a href="http://www.w3avenue.com/2010/04/05/cross-browser-pure-css3-horizontal-accordion/" title="Cross Browser Pure CSS3 Horizontal Accordion"><br />
<img src="http://www.designwalker.com/img/css3/09.png" alt="Cross Browser Pure CSS3 Horizontal Accordion" border="0" /><br />
</a>
</p>
<h4><a href="http://tympanus.net/codrops/2010/05/03/pimp-your-tables-with-css3/" title="Pimp Your Tables with CSS3">Pimp Your Tables with CSS3</a></h4>
<p>テーブルもCSS3で美しく装飾しましょう。</p>
<p align="center">
<a href="http://tympanus.net/codrops/2010/05/03/pimp-your-tables-with-css3/" title="Pimp Your Tables with CSS3"><br />
<img src="http://www.designwalker.com/img/css3/10.png" alt="Pimp Your Tables with CSS3" border="0" /><br />
</a>
</p>
<h4><a href="http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/" title="Contextual Slideout Tips With jQuery &amp; CSS3">Contextual Slideout Tips With jQuery &amp; CSS3</a></h4>
<p>jQueryとCSS3でびよーんっと開くスライドボックスを作ることもできます。</p>
<p align="center">
<a href="http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/" title="Contextual Slideout Tips With jQuery &amp; CSS3"><br />
<img src="http://www.designwalker.com/img/css3/11.png" alt="Contextual Slideout Tips With jQuery &amp; CSS3" border="0" /><br />
</a>
</p>
<h4><a href="http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/" title="Halftone Navigation Menu With jQuery &amp; CSS3">Halftone Navigation Menu With jQuery &amp; CSS3</a></h4>
<p>メニューにマウスオーバーすると、うつくしいハーフトーンのアイコンがアニメーションで表示されるチュートリアル。</p>
<p align="center"><a href="http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/" title="Halftone Navigation Menu With jQuery &amp; CSS3"><img src="http://www.designwalker.com/img/css3/12.png" alt="Halftone Navigation Menu With jQuery &amp; CSS3" border="0" /></a></p>
<h4><a href="http://tutorialzine.com/2010/04/carbon-signup-form/" title="Carbon Fiber Signup Form With PHP, jQuery and CSS3">Carbon Fiber Signup Form With PHP, jQuery and CSS3</a></h4>
<p>登録フォームもCSS3とjQueryで作るとこうなります。</p>
<p align="center">
<a href="http://tutorialzine.com/2010/04/carbon-signup-form/" title="Carbon Fiber Signup Form With PHP, jQuery and CSS3"><br />
<img src="http://www.designwalker.com/img/css3/13.png" alt="Carbon Fiber Signup Form With PHP, jQuery and CSS3" border="0" /><br />
</a>
</p>
<h4><a href="http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/" title="Colorful Sliders With jQuery &amp; CSS3">Colorful Sliders With jQuery &amp; CSS3</a></h4>
<p>3Dの美しいバーとスライダー。</p>
<p align="center">
<a href="http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/" title="Colorful Sliders With jQuery &amp; CSS3"><br />
<img src="http://www.designwalker.com/img/css3/14.png" alt="Colorful Sliders With jQuery &amp; CSS3" border="0" /><br />
</a>
</p>
<h4><a href="http://tympanus.net/codrops/2010/03/22/interactive-image-vamp-up-with-jquery-css3-and-php/" title="Interactive Image Vamp up with jQuery, CSS3 and PHP">Interactive Image Vamp up with jQuery, CSS3 and PHP</a></h4>
<p>左側にあるアイテムを中央の画像に配置することができます。</p>
<p align="center">
<a href="http://tympanus.net/codrops/2010/03/22/interactive-image-vamp-up-with-jquery-css3-and-php/" title="Interactive Image Vamp up with jQuery, CSS3 and PHP"><br />
<img src="http://www.designwalker.com/img/css3/15.png" alt="Interactive Image Vamp up with jQuery, CSS3 and PHP" border="0" /><br />
</a>
</p>
<h4><a href="http://www.marcofolio.net/webdesign/jquery_quickie_colourful_rating_system_with_css3.html" title="jQuery quickie: Colourful rating system with CSS3 ">jQuery quickie: Colourful rating system with CSS3 </a></h4>
<p>とってもカラフルでうつくしいレーティングシステム。意味なくマウスオーバーしてしまいますね。</p>
<p align="center">
<a href="http://www.marcofolio.net/webdesign/jquery_quickie_colourful_rating_system_with_css3.html" title="jQuery quickie: Colourful rating system with CSS3 "><br />
<img src="http://www.designwalker.com/img/css3/16.png" alt="jQuery quickie: Colourful rating system with CSS3 " border="0" /><br />
</a>
</p>
<h4><a href="http://www.ourtuts.com/25-out-of-the-box-tutorials-powered-by-jquery-and-css3/" title="25 Out of the Box Tutorials powered by jQuery and CSS3">25 Out of the Box Tutorials powered by jQuery and CSS3</a></h4>
<p>まだまだあります。jQueryとCSS3を使って作られたチュートリアルが25種類もまとめられています。</p>
<p align="center">
<a href="http://www.ourtuts.com/25-out-of-the-box-tutorials-powered-by-jquery-and-css3/" title="25 Out of the Box Tutorials powered by jQuery and CSS3"><br />
<img src="http://www.designwalker.com/img/css3/18.png" alt="25 Out of the Box Tutorials powered by jQuery and CSS3" border="0" /><br />
</a>
</p>
<h4><a href="http://www.catswhocode.com/blog/10-examples-of-futuristic-css3-techniques" title="10 examples of futuristic CSS3 techniques">10 examples of futuristic CSS3 techniques</a></h4>
<p>ふきだしやボタン、メニューなどなどCSS3を使って表現するテクニックが10種類。</p>
<p align="center">
<a href="http://www.catswhocode.com/blog/10-examples-of-futuristic-css3-techniques" title="10 examples of futuristic CSS3 techniques"><br />
<img src="http://www.designwalker.com/img/css3/19.png" alt="10 examples of futuristic CSS3 techniques" border="0" /><br />
</a>
</p>
<h4><a href="http://www.webdesignerwall.com/trends/css3-examples-and-best-practices/" title="CSS3 Examples and Best Practices">CSS3 Examples and Best Practices</a></h4>
<p>ファンクションごとに実際の例をピックアップして紹介されています。</p>
<p align="center">
<a href="http://www.webdesignerwall.com/trends/css3-examples-and-best-practices/" title="CSS3 Examples and Best Practices"><br />
<img src="http://www.designwalker.com/img/css3/20.png" alt="CSS3 Examples and Best Practices" border="0" /><br />
</a>
</p>
<h4><a href="http://www.themeflash.com/60-excellent-css3-tutorials-and-techniques-you-should-know/" title="60 Excellent CSS3 Tutorials and Techniques You Should Know">60 Excellent CSS3 Tutorials and Techniques You Should Know</a></h4>
<p>こちらもたくさん！60種類のCSS3のチュートリアルがまとめられています。</p>
<p align="center">
<a href="http://www.themeflash.com/60-excellent-css3-tutorials-and-techniques-you-should-know/" title="60 Excellent CSS3 Tutorials and Techniques You Should Know"><br />
<img src="http://www.designwalker.com/img/css3/21.png" alt="60 Excellent CSS3 Tutorials and Techniques You Should Know" border="0" /><br />
</a>
</p>
<h4><a href="http://www.1stwebdesigner.com/development/50-awesome-css3-animations/" title="50 Awesome Animations made with CSS3">50 Awesome Animations made with CSS3</a></h4>
<p>こちらも必見！50種類のCSS3を使ったアニメーションがまとめられています。</p>
<p align="center">
<a href="http://www.1stwebdesigner.com/development/50-awesome-css3-animations/" title="50 Awesome Animations made with CSS3"><br />
<img src="http://www.designwalker.com/img/css3/22.png" alt="50 Awesome Animations made with CSS3" border="0" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designwalker.com/2010/05/css3.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/2010/05/css3.html" />
	</item>
		<item>
		<title>グリッドデザインに使えるツールいろいろ</title>
		<link>http://www.designwalker.com/2010/05/grid-design.html</link>
		<comments>http://www.designwalker.com/2010/05/grid-design.html#comments</comments>
		<pubDate>Tue, 11 May 2010 22:06:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サイトを紹介する男]]></category>
		<category><![CDATA[まとめ]]></category>
		<category><![CDATA[ウェブデザイン]]></category>
		<category><![CDATA[ツール]]></category>
		<category><![CDATA[テンプレート]]></category>

		<guid isPermaLink="false">http://www.designwalker.com/?p=586</guid>
		<description><![CDATA[ウェブサイトをデザインする際、レイアウトはどのようにおこなっていますか？ガイドにあわせて、要素を配置できるグリッドを使用すると、レイアウトがワンランクアップしますよ！今回は、そんなグリッドデザインに使えるツールをいろいろご紹介します。]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F05%2Fgrid-design.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F05%2Fgrid-design.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>ウェブサイトをデザインする際、レイアウトはどのようにおこなっていますか？</p>
<p>ガイドにあわせて、要素を配置できるグリッドを使用すると、レイアウトがワンランクアップしますよ！</p>
<p>今回は、そんなグリッドデザインに使えるツールをいろいろご紹介します。</p>
<h4><a href="http://www.instantshift.com/2009/05/21/grid-style-in-modern-web-design-showcase-and-resources/" title="Grid Style In Modern Web Design: Showcase and Resources">Grid Style In Modern Web Design: Showcase and Resources</a></h4>
<p>美しいグリッドデザインのサイトがたくさん集められています。</p>
<p align="center">
<a href="http://www.instantshift.com/2009/05/21/grid-style-in-modern-web-design-showcase-and-resources/" title="Grid Style In Modern Web Design: Showcase and Resources"><br />
<img src="http://www.designwalker.com/img/grid_design/01.png" alt="Grid Style In Modern Web Design: Showcase and Resources" border="0" /><br />
</a>
</p>
<h4><a href="http://grid-based.com/" title="Grid Based Designs | inspiration gallery">Grid Based Designs | inspiration gallery</a></h4>
<p>グリッドデザインのウェブサイトを集めたインスピレーションサイトです。</p>
<p align="center">
<a href="http://grid-based.com/" title="Grid Based Designs | inspiration gallery"><br />
<img src="http://www.designwalker.com/img/grid_design/02.png" alt="Grid Based Designs | inspiration gallery" border="0" /><br />
</a>
</p>
<h4><a href="http://960.gs/" title="960 Grid System">960 Grid System</a></h4>
<p>PhotoshopやIllustrator、Fireworksなどなど様々なファイル形式に対応したテンプレートが公開されています。サイトをデザインし始める時にはまずはこちらのテンプレートからはじめてみてはいかがでしょうか？</p>
<p align="center">
<a href="http://960.gs/" title="960 Grid System"><br />
<img src="http://www.designwalker.com/img/grid_design/03.png" alt="960 Grid System" border="0" /><br />
</a>
</p>
<h4><a href="http://bluetrip.org/" title="BlueTrip CSS Framework">BlueTrip CSS Framework</a></h4>
<p>グリッドデザインに対応したCSSフレームワーク。テンプレートとあわせてこちらのフレームワークも使えそう。</p>
<p align="center">
<a href="http://bluetrip.org/" title="BlueTrip CSS Framework"><br />
<img src="http://www.designwalker.com/img/grid_design/04.png" alt="BlueTrip CSS Framework" border="0" /><br />
</a>
</p>
<h4><a href="http://www.blueprintcss.org/" title="Blueprint: A CSS Framework">Blueprint: A CSS Framework</a></h4>
<p>こちらもCSSのフレームワーク。</p>
<p align="center">
<a href="http://www.blueprintcss.org/" title="Blueprint: A CSS Framework"><br />
<img src="http://www.designwalker.com/img/grid_design/05.png" alt="Blueprint: A CSS Framework" border="0" /><br />
</a>
</p>
<h4><a href="http://gridlayouts.com/" title="gridlayouts.com">gridlayouts.com</a></h4>
<p>このスクリプトを入れると、キーボードでctrl+shift+gを押すと設定したグリッドのバーが表示されます。</p>
<p align="center">
<a href="http://gridlayouts.com/" title="gridlayouts.com"><br />
<img src="http://www.designwalker.com/img/grid_design/06.png" alt="gridlayouts.com" border="0" /><br />
</a>
</p>
<h4><a href="http://hashgrid.com/" title="#grid">#grid</a></h4>
<p>こちらのスクリプトはキーボードのgでグリッドが表示されます。</p>
<p align="center">
<a href="http://hashgrid.com/" title="#grid"><br />
<img src="http://www.designwalker.com/img/grid_design/07.png" alt="#grid" border="0" /><br />
</a>
</p>
<h4><a href="http://desandro.com/resources/jquery-masonry/" title="jQuery Masonry">jQuery Masonry</a></h4>
<p>このスクリプトを使えば、cssのFloatでガタガタにならず、綺麗にグリッドで並べてくれます。</p>
<p align="center">
<a href="http://desandro.com/resources/jquery-masonry/" title="jQuery Masonry"><br />
<img src="http://www.designwalker.com/img/grid_design/08.png" alt="jQuery Masonry" border="0" /><br />
</a>
</p>
<h4><a href="http://designinfluences.com/fluid960gs/" title="Fluid 960 Grid System">Fluid 960 Grid System</a></h4>
<p>jQueryとMoo Toolsバージョンが用意されているグリッドシステム。リキッドデザインにも対応しています。</p>
<p align="center">
<a href="http://designinfluences.com/fluid960gs/" title="Fluid 960 Grid System"><br />
<img src="http://www.designwalker.com/img/grid_design/09.png" alt="Fluid 960 Grid System" border="0" /><br />
</a>
</p>
<h4><a href="http://fluid.newgoldleaf.com/" title="Fluid Grid System">Fluid Grid System</a></h4>
<p>こちらもリキッドデザインに対応したグリッドシステムです。</p>
<p align="center">
<a href="http://fluid.newgoldleaf.com/" title="Fluid Grid System"><br />
<img src="http://www.designwalker.com/img/grid_design/10.png" alt="Fluid Grid System" border="0" /><br />
</a>
</p>
<h4><a href="http://www.tutorial9.net/photoshop/design-a-clean-web-layout-with-the-960-grid/" title="Design a Clean Web Layout with the 960 Grid | Tutorial9">Design a Clean Web Layout with the 960 Grid | Tutorial9</a></h4>
<p>先にご紹介した960 Grid Systemを使った、デザインレイアウトのチュートリアル。グリッドデザインを始める人にはとても参考になるチュートリアルです。</p>
<p align="center">
<a href="http://www.tutorial9.net/photoshop/design-a-clean-web-layout-with-the-960-grid/" title="Design a Clean Web Layout with the 960 Grid | Tutorial9"><br />
<img src="http://www.designwalker.com/img/grid_design/11.png" alt="Design a Clean Web Layout with the 960 Grid | Tutorial9" border="0" /><br />
</a>
</p>
<h4><a href="http://netprotozo.com/grid/" title="nP: Grid Generator - build your own custom css grid">nP: Grid Generator &#8211; build your own custom css grid</a></h4>
<p>自分で好きなように数値を設定してpng形式でダウンロードできるグリッドジェネレータ</p>
<p align="center">
<a href="http://netprotozo.com/grid/" title="nP: Grid Generator - build your own custom css grid"><br />
<img src="http://www.designwalker.com/img/grid_design/12.png" alt="nP: Grid Generator - build your own custom css grid" border="0" /><br />
</a>
</p>
<h4><a href="http://www.zurb.com/playground/css-grid-builder" title="ZURB CSS Grid Builder">ZURB CSS Grid Builder</a></h4>
<p>こちらもカラム数、カラムの幅、隙間の幅を設定すれば、CSSが書き出されます。</p>
<p align="center">
<a href="http://www.zurb.com/playground/css-grid-builder" title="ZURB CSS Grid Builder"><br />
<img src="http://www.designwalker.com/img/grid_design/13.png" alt="ZURB CSS Grid Builder" border="0" /><br />
</a>
</p>
<h4><a href="http://www.spry-soft.com/grids/" title="Variable Grid System">Variable Grid System</a></h4>
<p>こちらもカラム数、幅などを設定してCSSがダウンロード出来ます。</p>
<p align="center">
<a href="http://www.spry-soft.com/grids/" title="Variable Grid System"><br />
<img src="http://www.designwalker.com/img/grid_design/14.png" alt="Variable Grid System" border="0" /><br />
</a>
</p>
<h4><a href="http://www.1kbgrid.com/" title="The 1KB CSS Grid by Tyler Tate :: A simple, lightweight approach">The 1KB CSS Grid by Tyler Tate :: A simple, lightweight approach</a></h4>
<p>こちらは数値を入力するのではなく、バーをスライドさせるタイプです。</p>
<p align="center">
<a href="http://www.1kbgrid.com/" title="The 1KB CSS Grid by Tyler Tate :: A simple, lightweight approach"><br />
<img src="http://www.designwalker.com/img/grid_design/15.png" alt="The 1KB CSS Grid by Tyler Tate :: A simple, lightweight approach" border="0" /><br />
</a>
</p>
<h4><a href="http://www.grafikk.co.uk/gridmaker/" title="Gridmaker v3">Gridmaker v3</a></h4>
<p>数値を変えればリアルタイムでグリッドが変更されます。</p>
<p align="center">
<a href="http://www.grafikk.co.uk/gridmaker/" title="Gridmaker v3"><br />
<img src="http://www.designwalker.com/img/grid_design/16.png" alt="Gridmaker v3" border="0" /><br />
</a>
</p>
<h4><a href="http://www.29digital.net/grid/" title="Grid Calculator">Grid Calculator</a></h4>
<p>こちらもバーをスライドさせるだけで、グリッドを変更させることができるツールです。</p>
<p align="center">
<a href="http://www.29digital.net/grid/" title="Grid Calculator"><br />
<img src="http://www.designwalker.com/img/grid_design/17.png" alt="Grid Calculator" border="0" /><br />
</a>
</p>
<h4><a href="http://grid.mindplay.dk/" title="Grid Designer ">Grid Designer</a></h4>
<p>ボタンをクリックしてカラムや横幅などが調整できます。</p>
<p align="center">
<a href="http://grid.mindplay.dk/" title="Grid Designer"><br />
<img src="http://www.designwalker.com/img/grid_design/18.png" alt="Grid Designer" border="0" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designwalker.com/2010/05/grid-design.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/2010/05/grid-design.html" />
	</item>
		<item>
		<title>ワイヤーフレームに使える素材いろいろ</title>
		<link>http://www.designwalker.com/2010/05/wireframe-resource.html</link>
		<comments>http://www.designwalker.com/2010/05/wireframe-resource.html#comments</comments>
		<pubDate>Wed, 05 May 2010 23:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[仕事で使えるツール]]></category>
		<category><![CDATA[まとめ]]></category>
		<category><![CDATA[ウェブデザイン]]></category>

		<guid isPermaLink="false">http://www.designwalker.com/?p=582</guid>
		<description><![CDATA[以前、このブログでご紹介した「ウェブサイトの設計図 ワイヤーフレームを活用しよう」 ウェブサイトをデザインする前に、用意すると、とっても便利なワイヤーフレーム。 ページの各要素をレイアウトして、デザイン制作をスムーズに行うことが出来ます。 今回は、そんなワイヤーフレームに使える素材をいろいろとまとめてみました]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F05%2Fwireframe-resource.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F05%2Fwireframe-resource.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>以前、このブログでご紹介した「<a href="http://www.designwalker.com/2009/04/wireframe-2.html">ウェブサイトの設計図 ワイヤーフレームを活用しよう</a>」</p>
<p>ウェブサイトをデザインする前に、用意すると、とっても便利なワイヤーフレーム。</p>
<p>ページの各要素をレイアウトして、デザイン制作をスムーズに行うことが出来ます。</p>
<p>今回は、そんなワイヤーフレームに使える素材をいろいろとまとめてみました。</p>
<h4><a href="http://developer.yahoo.com/ypatterns/about/stencils/" title="Design Stencils - Design Pattern Library - YDN">Design Stencils &#8211; Design Pattern Library &#8211; YDN</a></h4>
<p>Yahoo!デベロッパーネットワークで公開されているステンシル。いろんな形式でダウンロードできるので、とても便利ですよ。</p>
<p align="center">
<a href="http://developer.yahoo.com/ypatterns/about/stencils/" title="Design Stencils - Design Pattern Library - YDN"><br />
<img src="http://www.designwalker.com/img/ui_resource/01.png" alt="Design Stencils - Design Pattern Library - YDN" border="0" /><br />
</a>
</p>
<h4><a href="http://www.jankoatwarpspeed.com/post/2009/12/24/sketching-wireframing-kit.aspx" title="Free Sketching &amp; Wireframing Kit">Free Sketching &amp; Wireframing Kit</a></h4>
<p>こちらもワイヤーフレームに必要な要素を一通りまとめてくれています。IllustratorやPDF、SVG、EPSでファイルを公開してくれているので、助かりますね。</p>
<p align="center">
<a href="http://www.jankoatwarpspeed.com/post/2009/12/24/sketching-wireframing-kit.aspx" title="Free Sketching &amp; Wireframing Kit"><br />
<img src="http://www.designwalker.com/img/ui_resource/02.png" alt="Free Sketching &amp; Wireframing Kit" border="0" /><br />
</a>
</p>
<h4><a href="http://www.johnnynines.com/2009/03/wireframe-symbols/" title="Wireframe Symbols">Wireframe Symbols</a></h4>
<p>Illustrator形式でダウンロードできるワイヤーフレームのシンボルファイル。</p>
<p align="center">
<a href="http://www.johnnynines.com/2009/03/wireframe-symbols/" title="Wireframe Symbols"><br />
<img src="http://www.designwalker.com/img/ui_resource/03.png" alt="Wireframe Symbols" border="0" /><br />
</a>
</p>
<h4><a href="http://konigi.com/tools/omnigraffle-wireframe-stencils" title="OmniGraffle Wireframe Stencils | Konigi">OmniGraffle Wireframe Stencils | Konigi</a></h4>
<p>オムニグラフでかなり使えるステンシル。</p>
<p align="center">
<a href="http://konigi.com/tools/omnigraffle-wireframe-stencils" title="OmniGraffle Wireframe Stencils | Konigi"><br />
<img src="http://www.designwalker.com/img/ui_resource/04.png" alt="OmniGraffle Wireframe Stencils | Konigi" border="0" /><br />
</a>
</p>
<h4><a href="http://www.fuelyourinterface.com/free-web-ui-wireframe-kit/" title="Free Web UI Wireframe Kit">Free Web UI Wireframe Kit</a></h4>
<p>こちらもオムニグラフでつかえるシンプルなキットです。</p>
<p align="center">
<a href="http://www.fuelyourinterface.com/free-web-ui-wireframe-kit/" title="Free Web UI Wireframe Kit"><br />
<img src="http://www.designwalker.com/img/ui_resource/05.png" alt="Free Web UI Wireframe Kit" border="0" /><br />
</a>
</p>
<h4><a href="http://konigi.com/tools/omnigraffle-ux-template" title="OmniGraffle UX Template | Konigi">OmniGraffle UX Template | Konigi</a></h4>
<p>サイトのページレイアウトに重宝しそうなテンプレート。</p>
<p align="center">
<a href="http://konigi.com/tools/omnigraffle-ux-template" title="OmniGraffle UX Template | Konigi"><br />
<img src="http://www.designwalker.com/img/ui_resource/06.png" alt="OmniGraffle UX Template | Konigi" border="0" /><br />
</a>
</p>
<h4><a href="http://www.graffletopia.com/stencils/320" title="Mac OS X Interface 2">Mac OS X Interface 2</a></h4>
<p>こちらはMax OS Xのテンプレートです。</p>
<p align="center">
<a href="http://www.graffletopia.com/stencils/320" title="Mac OS X Interface 2"><br />
<img src="http://www.designwalker.com/img/ui_resource/07.png" alt="Mac OS X Interface 2" border="0" /><br />
</a>
</p>
<h4><a href="http://www.graffletopia.com/stencils/431" title="Flex 3 Stencil">Flex 3 Stencil</a></h4>
<p>こちらはFlexのステンシル</p>
<p align="center">
<a href="http://www.graffletopia.com/stencils/431" title="Flex 3 Stencil"><br />
<img src="http://www.designwalker.com/img/ui_resource/08.png" alt="Flex 3 Stencil" border="0" /><br />
</a>
</p>
<h4><a href="http://www.graffletopia.com/stencils/63" title="Web Page Elements">Web Page Elements</a></h4>
<p>小さなアイコンも含まれているページ要素がまとめられています。</p>
<p align="center">
<a href="http://www.graffletopia.com/stencils/63" title="Web Page Elements"><br />
<img src="http://www.designwalker.com/img/ui_resource/09.png" alt="Web Page Elements" border="0" /><br />
</a>
</p>
<h4><a href="http://www.designerstoolbox.com/designresources/elements/" title="Designers Toolbox: OS Form Elements">Designers Toolbox: OS Form Elements</a></h4>
<p>ブラウザごとにフォームの要素がまとめられています。</p>
<p align="center">
<a href="http://www.designerstoolbox.com/designresources/elements/" title="Designers Toolbox: OS Form Elements"><br />
<img src="http://www.designwalker.com/img/ui_resource/10.png" alt="Designers Toolbox: OS Form Elements" border="0" /><br />
</a>
</p>
<h4><a href="http://www.teehanlax.com/blog/2008/12/16/browser-form-elements-psd/" title="Browser Form Elements PSD">Browser Form Elements PSD</a></h4>
<p>Photoshop形式でまとめられている、フォーム要素。FirefoxとIEバージョンでまとめられています。</p>
<p align="center">
<a href="http://www.teehanlax.com/blog/2008/12/16/browser-form-elements-psd/" title="Browser Form Elements PSD"><br />
<img src="http://www.designwalker.com/img/ui_resource/11.png" alt="Browser Form Elements PSD" border="0" /><br />
</a>
</p>
<h4><a href="http://www.psgalaxy.com/psd-files/turquoise-psd.html" title="Turquoise PSD &laquo; Ps Galaxy &#8211; Free PSD Files and best photoshop Freebies">Turquoise PSD &laquo; Ps Galaxy &#8211; Free PSD Files and best photoshop Freebies</a></h4>
<p>こちらは、Vistaの要素がPhotoshop形式でまとめられています。</p>
<p align="center">
<a href="http://www.psgalaxy.com/psd-files/turquoise-psd.html" title="Turquoise PSD &laquo; Ps Galaxy &#8211; Free PSD Files and best photoshop Freebies"><br />
<img src="http://www.designwalker.com/img/ui_resource/12.png" alt="Turquoise PSD &laquo; Ps Galaxy &#8211; Free PSD Files and best photoshop Freebies" border="0" /><br />
</a>
</p>
<h4><a href="http://sniperyu.deviantart.com/art/Web-Form-Elements-Vol-2-146544080?loggedin=1" title="Web Form Elements Vol.2">Web Form Elements Vol.2</a></h4>
<p>サンプルしかダウンロード出来ませんが。とっても参考になりますよ。</p>
<p align="center">
<a href="http://sniperyu.deviantart.com/art/Web-Form-Elements-Vol-2-146544080?loggedin=1" title="Web Form Elements Vol.2"><br />
<img src="http://www.designwalker.com/img/ui_resource/13.png" alt="Web Form Elements Vol.2" border="0" /><br />
</a>
</p>
<h4><a href="http://sniperyu.deviantart.com/art/Web-Form-Elements-104261528" title="Web Form Elements">Web Form Elements</a></h4>
<p>こちらもクールなウェブフォームのサンプルです。</p>
<p align="center">
<a href="http://sniperyu.deviantart.com/art/Web-Form-Elements-104261528" title="Web Form Elements"><br />
<img src="http://www.designwalker.com/img/ui_resource/14.png" alt="Web Form Elements" border="0" /><br />
</a>
</p>
<h4><a href="http://lazycrazy.deviantart.com/art/Webdesigner-kit-128351457" title="Webdesigner kit">Webdesigner kit</a></h4>
<p>Photoshop形式でちょっとした要素がまとめられています。</p>
<p align="center">
<a href="http://lazycrazy.deviantart.com/art/Webdesigner-kit-128351457" title="Webdesigner kit"><br />
<img src="http://www.designwalker.com/img/ui_resource/15.png" alt="Webdesigner kit" border="0" /><br />
</a>
</p>
<h4><a href="http://lazycrazy.deviantart.com/art/WEB-UI-Treasure-Chest-v-1-0-139165343" title="WEB UI Treasure Chest v 1.0 ">WEB UI Treasure Chest v 1.0 </a></h4>
<p>ボタンやフォーム、アイコンなど、いろいろな場面で使えそうな要素がいっぱい詰まっています。</p>
<p align="center">
<a href="http://lazycrazy.deviantart.com/art/WEB-UI-Treasure-Chest-v-1-0-139165343" title="WEB UI Treasure Chest v 1.0 "><br />
<img src="http://www.designwalker.com/img/ui_resource/16.png" alt="WEB UI Treasure Chest v 1.0 " border="0" /><br />
</a>
</p>
<h4><a href="http://carlos-way.deviantart.com/art/Windows-7-Window-PSD-112530451" title="Windows 7 Window PSD">Windows 7 Window PSD</a></h4>
<p>ウィンドウズ7の要素をPhotoshopでどうぞ。</p>
<p align="center">
<a href="http://carlos-way.deviantart.com/art/Windows-7-Window-PSD-112530451" title="Windows 7 Window PSD"><br />
<img src="http://www.designwalker.com/img/ui_resource/17.png" alt="Windows 7 Window PSD" border="0" /><br />
</a>
</p>
<h4><a href="http://www.webdesignerdepot.com/2010/04/exclusive-free-gui-pack-from-art-gen/" title="Exclusive Free GUI Pack from Art.Gen">Exclusive Free GUI Pack from Art.Gen</a></h4>
<p>とっても質感のある、ボタンがまとめられています。</p>
<p align="center">
<a href="http://www.webdesignerdepot.com/2010/04/exclusive-free-gui-pack-from-art-gen/" title="Exclusive Free GUI Pack from Art.Gen"><br />
<img src="http://www.designwalker.com/img/ui_resource/18.png" alt="Exclusive Free GUI Pack from Art.Gen" border="0" /><br />
</a>
</p>
<h4><a href="http://speckyboy.com/2010/04/30/iphone-and-ipad-development-gui-kits-stencils-and-icons/" title="iPhone and iPad Development GUI Kits, Stencils and Icons">iPhone and iPad Development GUI Kits, Stencils and Icons</a></h4>
<p>iPhoneとiPadのステンシルとアイコンがまとめられています。</p>
<p align="center">
<a href="http://speckyboy.com/2010/04/30/iphone-and-ipad-development-gui-kits-stencils-and-icons/" title="iPhone and iPad Development GUI Kits, Stencils and Icons"><br />
<img src="http://www.designwalker.com/img/ui_resource/19.png" alt="iPhone and iPad Development GUI Kits, Stencils and Icons" border="0" /><br />
</a>
</p>
<h4><a href="http://www.photoshopfreebies.com/view-download/245/google-android-gui-application-mockup-psd.html" title="UI Design : Google Android GUI Application Mockup PSD">UI Design : Google Android GUI Application Mockup PSD</a></h4>
<p>こちらはAndroidの要素がまとめられています。</p>
<p align="center">
<a href="http://www.photoshopfreebies.com/view-download/245/google-android-gui-application-mockup-psd.html" title="UI Design : Google Android GUI Application Mockup PSD"><br />
<img src="http://www.designwalker.com/img/ui_resource/20.png" alt="UI Design : Google Android GUI Application Mockup PSD" border="0" /><br />
</a>
</p>
<h4><a href="http://mortenjust.com/2010/04/19/a-wireframe-kit-for-google-drawings/" title="A wireframe kit for Google Drawings and 5 reasons it beats Omnigraffle and Visio">A wireframe kit for Google Drawings and 5 reasons it beats Omnigraffle and Visio</a></h4>
<p>Google Drawingsで使えるワイヤーフレームのキットがまとめられています。</p>
<p align="center">
<a href="http://mortenjust.com/2010/04/19/a-wireframe-kit-for-google-drawings/" title="A wireframe kit for Google Drawings and 5 reasons it beats Omnigraffle and Visio"><br />
<img src="http://www.designwalker.com/img/ui_resource/21.png" alt="A wireframe kit for Google Drawings and 5 reasons it beats Omnigraffle and Visio" border="0" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designwalker.com/2010/05/wireframe-resource.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/2010/05/wireframe-resource.html" />
	</item>
		<item>
		<title>ウェブデザイナーにおすすめ Google Chromeエクステンションいろいろ</title>
		<link>http://www.designwalker.com/2010/04/chrome-extensions.html</link>
		<comments>http://www.designwalker.com/2010/04/chrome-extensions.html#comments</comments>
		<pubDate>Sun, 18 Apr 2010 21:47:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[仕事で使えるツール]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[まとめ]]></category>
		<category><![CDATA[ウェブデザイン]]></category>

		<guid isPermaLink="false">http://www.designwalker.com/?p=572</guid>
		<description><![CDATA[最近では、Google Chromeを標準のブラウザとして利用されている方々も多いのではないでしょうか。
表示もサクサクで自分好みに拡張できるエクステンションもだんだんと充実してきました。
今回は、ウェブデザイナーやデベロッパーの方々におすすめのGoogle Chromeのエクステンションをまとめてみました。]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F04%2Fchrome-extensions.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F04%2Fchrome-extensions.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>最近では、Google Chromeを標準のブラウザとして利用されている方々も多いのではないでしょうか。</p>
<p>表示もサクサクで自分好みに拡張できるエクステンションもだんだんと充実してきました。</p>
<p>今回は、ウェブデザイナーやデベロッパーの方々におすすめのGoogle Chromeのエクステンションをまとめてみました。</p>
<h4><a title="Web Developer" href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm">Web Developer</a></h4>
<p>FirefoxでもおなじみのWeb DeveloperのChrome版。CSSやForm、画像表示、アウトラインなどなどとっても便利な機能が満載です。</p>
<p><a title="Web Developer" href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/01.png" border="0" alt="Web Developer" /><br />
</a></p>
<h4><a title="Pendule" href="https://chrome.google.com/extensions/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi">Pendule</a></h4>
<p>こちらもWeb Developerに良く似たエクステンション。CSS、JavaScript、画像の表示、カラーピッカーやルーラーまでついてる優れもの！</p>
<p><a title="Pendule" href="https://chrome.google.com/extensions/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/07.png" border="0" alt="Pendule" /><br />
</a></p>
<h4><a title="Firebug Lite" href="https://chrome.google.com/extensions/detail/bnbbfjbeaefgipfjpdabmpadaacmafkj">Firebug Lite</a></h4>
<p>おなじみFirebugのChrome版。CSS, HTML, JavaScriptを編集する事が可能です。</p>
<p><a title="Firebug Lite" href="https://chrome.google.com/extensions/detail/bnbbfjbeaefgipfjpdabmpadaacmafkj"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/08.png" border="0" alt="Firebug Lite" /><br />
</a></p>
<h4><a title="MeasureIt!" href="https://chrome.google.com/extensions/detail/aonjhmdcgbgikgjapjckfkefpphjpgma">MeasureIt!</a></h4>
<p>こちらも必須のツールではないでしょうか。サイズを計る事ができるエクステンション。</p>
<p><a title="MeasureIt!" href="https://chrome.google.com/extensions/detail/aonjhmdcgbgikgjapjckfkefpphjpgma"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/02.png" border="0" alt="MeasureIt!" /><br />
</a></p>
<h4><a title="Pixlr Grabber" href="https://chrome.google.com/extensions/detail/cjjghkapdciaiogkeofggpblmbbnjinn?hl=en-US">Pixlr Grabber</a></h4>
<p>表示部分、ページ全体、選択部分でスクリーンキャプチャーが撮れるツールです。</p>
<p><a title="Pixlr Grabber" href="https://chrome.google.com/extensions/detail/cjjghkapdciaiogkeofggpblmbbnjinn?hl=en-US"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/03.png" border="0" alt="Pixlr Grabber" /><br />
</a></p>
<h4><a title="Webpage Screenshot" href="https://chrome.google.com/extensions/detail/ckibcdccnfeookdmbahgiakhnjcddpki">Webpage Screenshot</a></h4>
<p>こちらも簡単にスクリーンショットが保存できるツールです。</p>
<p><a title="Webpage Screenshot" href="https://chrome.google.com/extensions/detail/ckibcdccnfeookdmbahgiakhnjcddpki"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/04.png" border="0" alt="Webpage Screenshot" /><br />
</a></p>
<h4><a title="Aviary Screen Capture" href="https://chrome.google.com/extensions/detail/ncgcgghbabbopfcpgcjpfffdgnbadegf">Aviary Screen Capture</a></h4>
<p>スクリーンショットを撮って、直接Aviaryのウェブアプリで画像を編集することができます。</p>
<p><a title="Aviary Screen Capture" href="https://chrome.google.com/extensions/detail/ncgcgghbabbopfcpgcjpfffdgnbadegf"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/05.png" border="0" alt="Aviary Screen Capture" /><br />
</a></p>
<h4><a title="Clip to Evernote" href="https://chrome.google.com/extensions/detail/pioclpoplcdbaefihamjohnefbikjilc">Clip to Evernote</a></h4>
<p>Evernoteをお使いの方には便利。気になる記事や画像をEvernoteに簡単クリップ。</p>
<p><a title="Clip to Evernote" href="https://chrome.google.com/extensions/detail/pioclpoplcdbaefihamjohnefbikjilc"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/06.png" border="0" alt="Clip to Evernote" /><br />
</a></p>
<h4><a title="Resolution Test" href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal">Resolution Test</a></h4>
<p>クリックひとつで指定のサイズにブラウザをリサイズしてくれます。</p>
<p><a title="Resolution Test" href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/09.png" border="0" alt="Resolution Test" /><br />
</a></p>
<h4><a title="IE Tab" href="https://chrome.google.com/extensions/detail/hehijbfgiekmjfkfjpbkbammjbdenadd">IE Tab</a></h4>
<p>Chrome内でIEによるページ表示をしてくれるエクステンション。</p>
<p><a title="IE Tab" href="https://chrome.google.com/extensions/detail/hehijbfgiekmjfkfjpbkbammjbdenadd"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/10.png" border="0" alt="IE Tab" /><br />
</a></p>
<h4><a title="Eye Dropper" href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka">Eye Dropper</a></h4>
<p>表示しているウェブページから色を抽出できるカラーピッカー。</p>
<p><a title="Eye Dropper" href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/11.png" border="0" alt="Eye Dropper" /><br />
</a></p>
<h4><a title="Color Picker" href="https://chrome.google.com/extensions/detail/egmjgagjcamhcilhinkipjdbfdmebmkd">Color Picker</a></h4>
<p>サクサク動くカラーピッカー。ウェブページからのカラー抽出ができれば良いのですが…。</p>
<p><a title="Color Picker" href="https://chrome.google.com/extensions/detail/egmjgagjcamhcilhinkipjdbfdmebmkd"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/12.png" border="0" alt="Color Picker" /><br />
</a></p>
<h4><a title="Chrome Sniffer" href="https://chrome.google.com/extensions/detail/homgcnaoacgigpkkljjjekpignblkeae">Chrome Sniffer</a></h4>
<p>表示中のウェブページがどんなフレームワークやCMS、JavaScriptのライブラリを使っているのかアイコンで表示してくれます。</p>
<p><a title="Chrome Sniffer" href="https://chrome.google.com/extensions/detail/homgcnaoacgigpkkljjjekpignblkeae"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/14.png" border="0" alt="Chrome Sniffer" /><br />
</a></p>
<h4><a title="Docs PDF/PowerPoint Viewer" href="https://chrome.google.com/extensions/detail/nnbmlagghjjcbdhgmkedmbmedengocbn">Docs PDF/PowerPoint Viewer</a></h4>
<p>PDF/PowerPointファイルをGoogleドキュメントのドキュメントから開くようにしてくれます。</p>
<p><a title="Docs PDF/PowerPoint Viewer" href="https://chrome.google.com/extensions/detail/nnbmlagghjjcbdhgmkedmbmedengocbn"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/15.png" border="0" alt="Docs PDF/PowerPoint Viewer" /><br />
</a></p>
<h4><a title="Chrome SEO" href="https://chrome.google.com/extensions/detail/oangcciaeihlfmhppegpdceadpfaoclj">Chrome SEO</a></h4>
<p>各検索エンジンのバックリンクやトラフィックランクなどクリックひとつでSEO情報が簡単に確認できるようになります。</p>
<p><a title="Chrome SEO" href="https://chrome.google.com/extensions/detail/oangcciaeihlfmhppegpdceadpfaoclj"><br />
<img src="http://www.designwalker.com/img/chrome_extensions/16.png" border="0" alt="Chrome SEO" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designwalker.com/2010/04/chrome-extensions.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/2010/04/chrome-extensions.html" />
	</item>
		<item>
		<title>ついついクリックしたくなるボタンデザインいろいろ</title>
		<link>http://www.designwalker.com/2010/04/call-to-action.html</link>
		<comments>http://www.designwalker.com/2010/04/call-to-action.html#comments</comments>
		<pubDate>Wed, 14 Apr 2010 06:39:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[インスピレーション]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[まとめ]]></category>
		<category><![CDATA[アイコン]]></category>
		<category><![CDATA[ウェブデザイン]]></category>

		<guid isPermaLink="false">http://www.designwalker.com/?p=570</guid>
		<description><![CDATA[ボタンひとつでクリック率やコンバージョンが大きく変わってしまうので、ボタンのデザインや配置はとっても重要ですね。ボタンのデザインを変えたら、とたんに問い合わせ、売り上げが伸びたりすれば、デザイナー冥利につきますね。皆さんも、ついついクリックしたくなるボタンのデザインを沢山見て、参考にしてみてくださいね]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F04%2Fcall-to-action.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.designwalker.com%2F2010%2F04%2Fcall-to-action.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>長い間、このブログの更新が滞っており、沢山の皆様から激励のメールなどをいただきました。<br />
いろいろとご心配をおかけいたしまして申し訳ございません。少しずつではありますが、更新を続けていきたいと思っております。</p>
<p>これからもデザインウォーカーをどうぞよろしくお願いいたします！</p>
<p>今回の、テーマはついついクリックしたくなるボタンのデザインをまとめてみました。</p>
<p>ボタンひとつでクリック率やコンバージョンが大きく変わってしまうので、ボタンのデザインや配置はとっても重要ですね。</p>
<p>ボタンのデザインを変えたら、とたんに問い合わせ、売り上げが伸びたりすれば、デザイナー冥利につきますね。</p>
<p>皆さんも、ついついクリックしたくなるボタンのデザインを沢山見て、参考にしてみてくださいね。</p>
<h4><a href="http://www.hongkiat.com/blog/call-to-action-buttons-guidelines-best-practices-and-examples/" title="&#8220;Call to Action&#8221; Buttons: Guidelines, Best Practices and Examples">&#8220;Call to Action&#8221; Buttons: Guidelines, Best Practices and Examples</a></h4>
<p>色やサイズ、テキストやアイコン等さまざまな工夫をこらしてデザインされたボタンが沢山紹介されています。特に英語のボタンばかりですが、英語がわからない方でもクリックしたくなってしまうボタンが、やっぱりデザインが優れいてると言う事なんでしょうね…。</p>
<p align="center">
<a href="http://www.hongkiat.com/blog/call-to-action-buttons-guidelines-best-practices-and-examples/" title="&#8220;Call to Action&#8221; Buttons: Guidelines, Best Practices and Examples"><br />
<img src="http://www.designwalker.com/img/call_to_action/01.png" alt="&#8220;Call to Action&#8221; Buttons: Guidelines, Best Practices and Examples" border="0" /><br />
</a>
</p>
<h4><a href="http://vandelaydesign.com/blog/galleries/button-design-showcase/" title="Button Design Showcase | Vandelay Design Blog">Button Design Showcase | Vandelay Design Blog</a></h4>
<p>ボタンデザインのショーケースです。とってもきれいなボタンが沢山集められていますよ。</p>
<p align="center">
<a href="http://vandelaydesign.com/blog/galleries/button-design-showcase/" title="Button Design Showcase | Vandelay Design Blog"><br />
<img src="http://www.designwalker.com/img/call_to_action/02.png" alt="Button Design Showcase | Vandelay Design Blog" border="0" /><br />
</a>
</p>
<h4><a href="http://www.smashingmagazine.com/2009/10/13/call-to-action-buttons-examples-and-best-practices/" title="Call to Action Buttons: Examples and Best Practices">Call to Action Buttons: Examples and Best Practices</a></h4>
<p>配置や大きさなどにこだわったボタンデザインが開設されています。眺めているだけでもとっても参考になりますよ。</p>
<p align="center">
<a href="http://www.smashingmagazine.com/2009/10/13/call-to-action-buttons-examples-and-best-practices/" title="Call to Action Buttons: Examples and Best Practices"><br />
<img src="http://www.designwalker.com/img/call_to_action/03.png" alt="Call to Action Buttons: Examples and Best Practices" border="0" /><br />
</a>
</p>
<h4><a href="http://sixrevisions.com/web_design/a-look-into-registration-buttons-in-web-design/" title="A Look into Registration Buttons in Web Design">A Look into Registration Buttons in Web Design</a></h4>
<p>ついついクリックしたくなる登録ボタンが沢山集められています。ボタンのデザインひとつで登録数が大きく左右されるので、ボタンデザインはとても重要です。</p>
<p align="center">
<a href="http://sixrevisions.com/web_design/a-look-into-registration-buttons-in-web-design/" title="A Look into Registration Buttons in Web Design"><br />
<img src="http://www.designwalker.com/img/call_to_action/04.png" alt="A Look into Registration Buttons in Web Design" border="0" /><br />
</a>
</p>
<h4><a href="http://www.leemunroe.com/call-to-action-buttons/" title="Web Design Trends: Call To Action Buttons">Web Design Trends: Call To Action Buttons</a></h4>
<p>色、配置、文言、サイズ、余白がとっても重要なボタンデザイン。こちらもきれいなボタンが沢山です。</p>
<p align="center">
<a href="http://www.leemunroe.com/call-to-action-buttons/" title="Web Design Trends: Call To Action Buttons"><br />
<img src="http://www.designwalker.com/img/call_to_action/05.png" alt="Web Design Trends: Call To Action Buttons" border="0" /><br />
</a>
</p>
<h4><a href="http://www.uxbooth.com/blog/good-call-to-action-buttons/" title="Good Call-To-Action Buttons | UX Booth">Good Call-To-Action Buttons | UX Booth</a></h4>
<p>ボタンの配置を変えるとサイト全体の印象も大きく変わります。</p>
<p align="center">
<a href="http://www.uxbooth.com/blog/good-call-to-action-buttons/" title="Good Call-To-Action Buttons | UX Booth"><br />
<img src="http://www.designwalker.com/img/call_to_action/06.png" alt="Good Call-To-Action Buttons | UX Booth" border="0" /><br />
</a>
</p>
<h4><a href="http://www.shayhowe.com/web-design/designing-call-to-action/" title="4 Design Elements Behind a Good Call to Action | letscounthedays">4 Design Elements Behind a Good Call to Action | letscounthedays</a></h4>
<p>こちらも沢山の魅力的なボタンが集められています。とても参考になりますね。</p>
<p align="center">
<a href="http://www.shayhowe.com/web-design/designing-call-to-action/" title="4 Design Elements Behind a Good Call to Action | letscounthedays"><br />
<img src="http://www.designwalker.com/img/call_to_action/07.png" alt="4 Design Elements Behind a Good Call to Action | letscounthedays" border="0" /><br />
</a>
</p>
<h4><a href="http://boagworld.com/design/10-techniques-for-an-effective-call-to-action" title="10 techniques for an effective &#8216;call to action&#8217; &laquo;  Boagworld">10 techniques for an effective &#8216;call to action&#8217; &laquo;  Boagworld</a></h4>
<p>ボタンのクリック率をアップさせる10のテクニックが紹介されています。</p>
<p align="center">
<a href="http://boagworld.com/design/10-techniques-for-an-effective-call-to-action" title="10 techniques for an effective &#8216;call to action&#8217; &laquo;  Boagworld"><br />
<img src="http://www.designwalker.com/img/call_to_action/08.png" alt="10 techniques for an effective &#8216;call to action&#8217; &laquo;  Boagworld" border="0" /><br />
</a>
</p>
<h4><a href="http://designshack.co.uk/articles/inspiration/25-examples-of-convincing-call-to-action-buttons" title="25 Examples of Convincing Call-To-Action Buttons |  Design Shack">25 Examples of Convincing Call-To-Action Buttons |  Design Shack</a></h4>
<p>25種類のきれいなボタンが紹介されています。</p>
<p align="center">
<a href="http://designshack.co.uk/articles/inspiration/25-examples-of-convincing-call-to-action-buttons" title="25 Examples of Convincing Call-To-Action Buttons |  Design Shack"><br />
<img src="http://www.designwalker.com/img/call_to_action/09.png" alt="25 Examples of Convincing Call-To-Action Buttons |  Design Shack" border="0" /><br />
</a>
</p>
<h4><a href="http://blogof.francescomugnai.com/2009/12/web-design-trends-for-2010-call-to-action-buttons/" title="Web Design Trends for 2010: Call To Action Buttons - FrancescoMugnai.com">Web Design Trends for 2010: Call To Action Buttons &#8211; FrancescoMugnai.com</a></h4>
<p>こちらも沢山のボタンが集まってます。</p>
<p align="center">
<a href="http://blogof.francescomugnai.com/2009/12/web-design-trends-for-2010-call-to-action-buttons/" title="Web Design Trends for 2010: Call To Action Buttons - FrancescoMugnai.com"><br />
<img src="http://www.designwalker.com/img/call_to_action/10.png" alt="Web Design Trends for 2010: Call To Action Buttons - FrancescoMugnai.com" border="0" /><br />
</a>
</p>
<h4><a href="http://www.bestdesigntuts.com/40-effective-call-to-action-buttons/" title="40+ Effective Call to Action Buttons">40+ Effective Call to Action Buttons</a></h4>
<p>40種類の効果的なボタンデザイン。</p>
<p align="center">
<a href="http://www.bestdesigntuts.com/40-effective-call-to-action-buttons/" title="40+ Effective Call to Action Buttons"><br />
<img src="http://www.designwalker.com/img/call_to_action/11.png" alt="40+ Effective Call to Action Buttons" border="0" /><br />
</a>
</p>
<h4><a href="http://www.getelastic.com/cta-size/" title="Call To Action Buttons: Does Size Matter?">Call To Action Buttons: Does Size Matter?</a></h4>
<p>複数のボタンのデザインを同時に掲載してクリック率を集計して比べてみるのも面白いですよね。</p>
<p align="center">
<a href="http://www.getelastic.com/cta-size/" title="Call To Action Buttons: Does Size Matter?"><br />
<img src="http://www.designwalker.com/img/call_to_action/12.png" alt="Call To Action Buttons: Does Size Matter?" border="0" /><br />
</a>
</p>
<h4><a href="http://www.psdvault.com/text-effects/create-clean-and-fresh-call-to-action-button-embossing-text-effect-in-photoshop/" title="Create Clean and Fresh Call-to-Action Button + Embossing Text Effect in Photoshop">Create Clean and Fresh Call-to-Action Button + Embossing Text Effect in Photoshop</a></h4>
<p>Photoshopを使って効果的なボタンをデザインするチュートリアルです。</p>
<p align="center">
<a href="http://www.psdvault.com/text-effects/create-clean-and-fresh-call-to-action-button-embossing-text-effect-in-photoshop/" title="Create Clean and Fresh Call-to-Action Button + Embossing Text Effect in Photoshop"><br />
<img src="http://www.designwalker.com/img/call_to_action/13.png" alt="Create Clean and Fresh Call-to-Action Button + Embossing Text Effect in Photoshop" border="0" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designwalker.com/2010/04/call-to-action.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/2010/04/call-to-action.html" />
	</item>
		<item>
		<title>ウェブデザインに使えるイラストのチュートリアルいろいろ</title>
		<link>http://www.designwalker.com/2009/10/illustration-tutorials.html</link>
		<comments>http://www.designwalker.com/2009/10/illustration-tutorials.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 22:27:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サイトを紹介する男]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[まとめ]]></category>
		<category><![CDATA[ウェブデザイン]]></category>
		<category><![CDATA[チュートリアル]]></category>

		<guid isPermaLink="false">http://www.designwalker.com/?p=539</guid>
		<description><![CDATA[イラストをうまく使ったウェブサイトはたくさんありますね。例えば、SilverbackとかMailChimpなどは、とてもわかりやすいイラストをうまく使ったウェブサイトの例なのではないでしょうか？一度見ると、『あぁ、あのゴリラのイラストのサイトね。』なんて覚えてもらえる確率が高まります。イラストをうまく使う事でウェブサイトによりインパクトを]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.designwalker.com%2F2009%2F10%2Fillustration-tutorials.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.designwalker.com%2F2009%2F10%2Fillustration-tutorials.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>イラストをうまく使ったウェブサイトはたくさんありますね。</p>
<p>例えば、<a title="Silverback" href="http://www.silverbackapp.com/">Silverback</a>とか<a title="MailChimp" href="http://www.mailchimp.com/">MailChimp</a>などは、とてもわかりやすいイラストをうまく使ったウェブサイトの例なのではないでしょうか？</p>
<p>一度見ると、『あぁ、あのゴリラのイラストのサイトね。』なんて覚えてもらえる確率が高まります。</p>
<p>イラストをうまく使う事でウェブサイトによりインパクトを与える事ができるのではないでしょうか？</p>
<p>noupeさんでまとめられていた『<a title="30+ Outstanding Character Illustrations in Modern Web Design" href="http://www.noupe.com/design/character-illustrations-in-modern-web-design.html">30+ Outstanding Character Illustrations in Modern Web Design</a>』なんかのまとめも、すごく参考になります。</p>
<p>今回は、そんなイラストをきれいに描くために使えるチュートリアルをいろいろまとめてみました。</p>
<h4><a title="Drunken Monkey Photoshop Tutorial" href="http://www.smashingmagazine.com/2008/02/13/drunken-monkey-photoshop-tutorial/">Drunken Monkey Photoshop Tutorial</a></h4>
<p>ジャッキーチェンの酔拳をモチーフにした、かっこいいカンフーモンキーのキャラクターを描くチュートリアル。かなり細かく解説してくれています。</p>
<p align="center"><a title="Drunken Monkey Photoshop Tutorial" href="http://www.smashingmagazine.com/2008/02/13/drunken-monkey-photoshop-tutorial/"><img src="http://www.designwalker.com/img/illustration_tutorial/01.png" border="0" alt="Drunken Monkey Photoshop Tutorial" /></a></p>
<h4><a title="Digital manga illustration" href="http://www.computerarts.co.uk/tutorials/2d__and__photoshop/digital_manga_illustration">Digital manga illustration</a></h4>
<p>かわいらしい女の子のキャラクターを描くチュートリアル。</p>
<p align="center"><a title="Digital manga illustration" href="http://www.computerarts.co.uk/tutorials/2d__and__photoshop/digital_manga_illustration"><img src="http://www.designwalker.com/img/illustration_tutorial/02.png" border="0" alt="Digital manga illustration" /></a></p>
<h4><a title="Primitive Art Man Cartoon" href="http://www.eyesontutorials.com/articles/32/1/Primitive-Art-Man-Cartoon/Page1.html">Primitive Art Man Cartoon</a></h4>
<p>ちょっぴりシュールな老人を描くチュートリアルが公開されています。</p>
<p align="center"><a title="Primitive Art Man Cartoon" href="http://www.eyesontutorials.com/articles/32/1/Primitive-Art-Man-Cartoon/Page1.html"><img src="http://www.designwalker.com/img/illustration_tutorial/03.png" border="0" alt="Primitive Art Man Cartoon" /></a></p>
<h4><a title="How to Create a Web Site Mascot" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-web-site-mascot/">How to Create a Web Site Mascot</a></h4>
<p>いろいろな場面で使えそうな男の子のキャラクター。</p>
<p align="center"><a title="How to Create a Web Site Mascot" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-web-site-mascot/"><img src="http://www.designwalker.com/img/illustration_tutorial/04.png" border="0" alt="How to Create a Web Site Mascot" /></a></p>
<h4><a title="StudioQube Painting Tutorial" href="http://www.studioqube.com/tutorials/painting/index.html">StudioQube Painting Tutorial</a></h4>
<p>これはかなりレベル高いですね…。絵心ある方は是非、挑戦してみてください。</p>
<p align="center"><a title="StudioQube Painting Tutorial" href="http://www.studioqube.com/tutorials/painting/index.html"><img src="http://www.designwalker.com/img/illustration_tutorial/05.png" border="0" alt="StudioQube Painting Tutorial" /></a></p>
<h4><a title="How to Illustrate a LeBron James Cartoon Character" href="http://vector.tutsplus.com/tutorials/illustration/how-to-illustrate-a-lebron-james-cartoon-character/">How to Illustrate a LeBron James Cartoon Character</a></h4>
<p>バスケットボール選手レブロン・ジェームスをモチーフにしたキャラクター。似顔絵キャラクターの作り方が解説されています。</p>
<p align="center"><a title="How to Illustrate a LeBron James Cartoon Character" href="http://vector.tutsplus.com/tutorials/illustration/how-to-illustrate-a-lebron-james-cartoon-character/"><img src="http://www.designwalker.com/img/illustration_tutorial/06.png" border="0" alt="How to Illustrate a LeBron James Cartoon Character" /></a></p>
<h4><a title="Drawing Vector-Looking Cat Illustration Using Photoshop" href="http://www.tutorialpark.com/drawing-vector-looking-cat-illustration-using-photoshop/">Drawing Vector-Looking Cat Illustration Using Photoshop</a></h4>
<p>ちょっぴりシュールな猫のキャラクター。</p>
<p align="center"><a title="Drawing Vector-Looking Cat Illustration Using Photoshop" href="http://www.tutorialpark.com/drawing-vector-looking-cat-illustration-using-photoshop/"><img src="http://www.designwalker.com/img/illustration_tutorial/07.png" border="0" alt="Drawing Vector-Looking Cat Illustration Using Photoshop" /></a></p>
<h4><a title="Character Illustration" href="http://www.illustrationclass.com/?p=114">Character Illustration</a></h4>
<p>悪魔っぽいけど、かわいらしいキャラクターです。</p>
<p align="center"><a title="Character Illustration" href="http://www.illustrationclass.com/?p=114"><img src="http://www.designwalker.com/img/illustration_tutorial/08.png" border="0" alt="Character Illustration" /></a></p>
<h4><a title="Create a Twitter Style Bird Mascot" href="http://vector.tutsplus.com/illustration/create-a-twitter-style-bird-mascot/">Create a Twitter Style Bird Mascot</a></h4>
<p>Twitterバードのイラスト</p>
<p align="center"><a title="Create a Twitter Style Bird Mascot" href="http://vector.tutsplus.com/illustration/create-a-twitter-style-bird-mascot/"><img src="http://www.designwalker.com/img/illustration_tutorial/09.png" border="0" alt="Create a Twitter Style Bird Mascot" /></a></p>
<h4><a title="Creating vector characters in Illustrator" href="http://www.computerarts.co.uk/tutorials/2d__and__photoshop/creating_vector_characters_in_illustrator">Creating vector characters in Illustrator</a></h4>
<p>なんだかわかりませんが…。かわいらしいキャラクター</p>
<p align="center"><a title="Creating vector characters in Illustrator" href="http://www.computerarts.co.uk/tutorials/2d__and__photoshop/creating_vector_characters_in_illustrator"><img src="http://www.designwalker.com/img/illustration_tutorial/10.png" border="0" alt="Creating vector characters in Illustrator" /></a></p>
<h4><a title="How to Create a Cute Bunny Vector Character" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-cute-bunny-vector-character/">How to Create a Cute Bunny Vector Character</a></h4>
<p>ウサギのイラストを描くチュートリアル。</p>
<p align="center"><a title="How to Create a Cute Bunny Vector Character" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-cute-bunny-vector-character/"><img src="http://www.designwalker.com/img/illustration_tutorial/11.png" border="0" alt="How to Create a Cute Bunny Vector Character" /></a></p>
<h4><a title="How to Create a Cute Hippo Character!" href="http://www.aivault.com/?p=764">How to Create a Cute Hippo Character!</a></h4>
<p>カバのイラストもかわいらしいですね。</p>
<p align="center"><a title="How to Create a Cute Hippo Character!" href="http://www.aivault.com/?p=764"><img src="http://www.designwalker.com/img/illustration_tutorial/12.png" border="0" alt="How to Create a Cute Hippo Character!" /></a></p>
<h4><a title="Create a Cute Panda Bear Face Icon" href="http://vectips.com/tutorials/create-a-cute-panda-bear-face-icon/">Create a Cute Panda Bear Face Icon</a></h4>
<p>お目めぱっちりのパンダのキャラクター。</p>
<p align="center"><a title="Create a Cute Panda Bear Face Icon" href="http://vectips.com/tutorials/create-a-cute-panda-bear-face-icon/"><img src="http://www.designwalker.com/img/illustration_tutorial/13.png" border="0" alt="Create a Cute Panda Bear Face Icon" /></a></p>
<h4><a title="Create a Cute Furry Vector Monster in Illustrator" href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-cute-furry-vector-monster-in-illustrator">Create a Cute Furry Vector Monster in Illustrator</a></h4>
<p>ムック？みたいなモンスター。</p>
<p align="center"><a title="Create a Cute Furry Vector Monster in Illustrator" href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-cute-furry-vector-monster-in-illustrator"><img src="http://www.designwalker.com/img/illustration_tutorial/14.png" border="0" alt="Create a Cute Furry Vector Monster in Illustrator" /></a></p>
<h4><a title="How to Create a Killer Chainsaw Bunny Character" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-killer-chainsaw-bunny-character/">How to Create a Killer Chainsaw Bunny Character</a></h4>
<p>ハードなチェーンソーを持った殺人鬼のキャラクター</p>
<p align="center"><a title="How to Create a Killer Chainsaw Bunny Character" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-killer-chainsaw-bunny-character/"><img src="http://www.designwalker.com/img/illustration_tutorial/15.png" border="0" alt="How to Create a Killer Chainsaw Bunny Character" /></a></p>
<h4><a title="How to Create a Cartoon Character with Expressive Lines" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-cartoon-character-with-expressive-lines/">How to Create a Cartoon Character with Expressive Lines</a></h4>
<p>印象的な男の子のキャラクター</p>
<p align="center"><a title="How to Create a Cartoon Character with Expressive Lines" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-cartoon-character-with-expressive-lines/"><img src="http://www.designwalker.com/img/illustration_tutorial/16.png" border="0" alt="How to Create a Cartoon Character with Expressive Lines" /></a></p>
<h4><a title="How to Illustrate a Cute Emo Kid" href="http://vector.tutsplus.com/tutorials/illustration/how-to-illustrate-a-cute-emo-kid/">How to Illustrate a Cute Emo Kid</a></h4>
<p>バンドGorillazのジャケットに出てきそうなイラスト。</p>
<p align="center"><a title="How to Illustrate a Cute Emo Kid" href="http://vector.tutsplus.com/tutorials/illustration/how-to-illustrate-a-cute-emo-kid/"><img src="http://www.designwalker.com/img/illustration_tutorial/17.png" border="0" alt="How to Illustrate a Cute Emo Kid" /></a></p>
<h4><a title="Create a Vector Pirate Cartoon Character from a Hand Drawn Sketch" href="http://www.blog.spoongraphics.co.uk/uncategorized/create-a-vector-pirate-cartoon-character-from-a-hand-drawn-sketch">Create a Vector Pirate Cartoon Character from a Hand Drawn Sketch</a></h4>
<p>かわいらしい海賊のイラスト</p>
<p align="center"><a title="Create a Vector Pirate Cartoon Character from a Hand Drawn Sketch" href="http://www.blog.spoongraphics.co.uk/uncategorized/create-a-vector-pirate-cartoon-character-from-a-hand-drawn-sketch"><img src="http://www.designwalker.com/img/illustration_tutorial/18.png" border="0" alt="Create a Vector Pirate Cartoon Character from a Hand Drawn Sketch" /></a></p>
<h4><a title="How to Create a Stinking Zombie Flesh-Eater in Illustrator" href="http://vector.tutsplus.com/tutorials/character-design/how-to-create-a-stinking-zombie-flesh-eater-in-illustrator/">How to Create a Stinking Zombie Flesh-Eater in Illustrator</a></h4>
<p>ゾンビのイラストはあまり使い道無いかも…。</p>
<p align="center"><a title="How to Create a Stinking Zombie Flesh-Eater in Illustrator" href="http://vector.tutsplus.com/tutorials/character-design/how-to-create-a-stinking-zombie-flesh-eater-in-illustrator/"><img src="http://www.designwalker.com/img/illustration_tutorial/19.png" border="0" alt="How to Create a Stinking Zombie Flesh-Eater in Illustrator" /></a></p>
<h4><a title="How to Create a Vector Illustration and Prepare it for Micro-Stock Sale" href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-vector-illustration-and-prepare-it-for-micro-stock-sale/">How to Create a Vector Illustration and Prepare it for Micro-Stock Sale</a></h4>
<p>マップを持った男の子のイラスト。</p>
<p align="center"><a title="How to Create a Vector Illustration and Prepare it for Micro-Stock Sale" href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-vector-illustration-and-prepare-it-for-micro-stock-sale/"><img src="http://www.designwalker.com/img/illustration_tutorial/20.png" border="0" alt="How to Create a Vector Illustration and Prepare it for Micro-Stock Sale" /></a></p>
<h4><a title="How to Create a Rocketing, Vector Aircraft Shuttle" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-rocketing-vector-aircraft-shuttle/">How to Create a Rocketing, Vector Aircraft Shuttle</a></h4>
<p>なんだか懐かしい昔のアニメに出てきそうなタイプの飛行機のイラスト</p>
<p align="center"><a title="How to Create a Rocketing, Vector Aircraft Shuttle" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-rocketing-vector-aircraft-shuttle/"><img src="http://www.designwalker.com/img/illustration_tutorial/21.png" border="0" alt="How to Create a Rocketing, Vector Aircraft Shuttle" /></a></p>
<h4><a title="Create a Character Mascot with Adobe Illustrator CS4" href="http://colorburned.com/2009/07/create-a-character-mascot-with-adobe-illustrator-cs4.html">Create a Character Mascot with Adobe Illustrator CS4</a></h4>
<p>男性のキャラクターマスコット</p>
<p align="center"><a title="Create a Character Mascot with Adobe Illustrator CS4" href="http://colorburned.com/2009/07/create-a-character-mascot-with-adobe-illustrator-cs4.html"><img src="http://www.designwalker.com/img/illustration_tutorial/22.png" border="0" alt="Create a Character Mascot with Adobe Illustrator CS4" /></a></p>
<h4><a title="How to Create a Landscape Wallpaper for your Desktop" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-landscape-wallpaper-for-your-desktop/">How to Create a Landscape Wallpaper for your Desktop</a></h4>
<p>夕日がきれいな風景のイラスト</p>
<p align="center"><a title="How to Create a Landscape Wallpaper for your Desktop" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-landscape-wallpaper-for-your-desktop/"><img src="http://www.designwalker.com/img/illustration_tutorial/23.png" border="0" alt="How to Create a Landscape Wallpaper for your Desktop" /></a></p>
<h4><a title="Create a Super Happy Octopus Character" href="http://vector.tutsplus.com/illustration/create-a-super-happy-octopus-character/">Create a Super Happy Octopus Character</a></h4>
<p>宇宙人みたいなキャラクター</p>
<p align="center"><a title="Create a Super Happy Octopus Character" href="http://vector.tutsplus.com/illustration/create-a-super-happy-octopus-character/"><img src="http://www.designwalker.com/img/illustration_tutorial/24.png" border="0" alt="Create a Super Happy Octopus Character" /></a></p>
<h4><a title="How to Turn a Sketch into a Fat Cat Vector Illustration" href="http://vector.tutsplus.com/tutorials/illustration/how-to-turn-a-sketch-into-a-fat-cat-vector-illustration/">How to Turn a Sketch into a Fat Cat Vector Illustration</a></h4>
<p>怒っている猫？のイラストみたいです。</p>
<p align="center"><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-turn-a-sketch-into-a-fat-cat-vector-illustration/"><img src="http://www.designwalker.com/img/illustration_tutorial/25.png" border="0" alt="How to Turn a Sketch into a Fat Cat Vector Illustration" /></a></p>
<h4><a title="Illustrator Tutorial – Create a Gang of Vector Ninjas" href="http://www.blog.spoongraphics.co.uk/tutorials/illustrator-tutorial-create-a-gang-of-vector-ninjas">Illustrator Tutorial – Create a Gang of Vector Ninjas</a></h4>
<p>かわいらしい忍者のキャラクター</p>
<p align="center"><a title="Illustrator Tutorial – Create a Gang of Vector Ninjas" href="http://www.blog.spoongraphics.co.uk/tutorials/illustrator-tutorial-create-a-gang-of-vector-ninjas"><img src="http://www.designwalker.com/img/illustration_tutorial/26.png" border="0" alt="Illustrator Tutorial – Create a Gang of Vector Ninjas" /></a></p>
<h4><a title="Tutorial: Creating convincing characters " href="http://www.digitalartsonline.co.uk/tutorials/index.cfm?featureID=1691">Tutorial: Creating convincing characters </a></h4>
<p>シュールな女の子のイラスト</p>
<p align="center"><a title="Tutorial: Creating convincing characters " href="http://www.digitalartsonline.co.uk/tutorials/index.cfm?featureID=1691"><img src="http://www.designwalker.com/img/illustration_tutorial/27.png" border="0" alt="Tutorial: Creating convincing characters " /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designwalker.com/2009/10/illustration-tutorials.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/2009/10/illustration-tutorials.html" />
	</item>
		<item>
		<title>テーブルに実装できるjQueryプラグインいろいろ</title>
		<link>http://www.designwalker.com/2009/09/jquery-table.html</link>
		<comments>http://www.designwalker.com/2009/09/jquery-table.html#comments</comments>
		<pubDate>Mon, 14 Sep 2009 23:41:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サイトを紹介する男]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[まとめ]]></category>
		<category><![CDATA[ウェブデザイン]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://www.designwalker.com/?p=527</guid>
		<description><![CDATA[スペックやデータ、料金表などを表示するためには、テーブルコーディングは欠かせませんね。テーブルにjQueryのプラグインを実装すると、ソートやページングなどなど、様々な機能を追加する事ができます。今回は、テーブルに実装できるjQueryプラグインいろいろとまとめてみました。]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.designwalker.com%2F2009%2F09%2Fjquery-table.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.designwalker.com%2F2009%2F09%2Fjquery-table.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>スペックやデータ、料金表などを表示するためには、テーブルコーディングは欠かせませんね。</p>
<p>テーブルにjQueryのプラグインを実装すると、ソートやページングなどなど、様々な機能を追加する事ができます。</p>
<p>今回は、テーブルに実装できるjQueryプラグインいろいろとまとめてみました。</p>
<h4><a href="http://flexigrid.info/" title="Flexigrid - Web 2.0 Javscript Grid for jQuery">Flexigrid &#8211; Web 2.0 Javscript Grid for jQuery</a></h4>
<p>カラムのリサイズやソート、ページングなどなど、たった数行のコードを追加するだけで、とってもフレキシブルなテーブルが完成します！</p>
<p align="center"><a href="http://flexigrid.info/" title="Flexigrid - Web 2.0 Javscript Grid for jQuery"><img src="http://www.designwalker.com/img/jquery_table/01.png" alt="Flexigrid - Web 2.0 Javscript Grid for jQuery" border="0" /></a></p>
<h4><a href="http://www.jankoatwarpspeed.com/post/2009/07/20/Expand-table-rows-with-jQuery-jExpand-plugin.aspx" title="Expand table rows with jQuery - jExpand plugin ">Expand table rows with jQuery &#8211; jExpand plugin </a></h4>
<p>折りたたみができるプラグインです。いろいろと使い道がありそうですね。</p>
<p align="center"><a href="http://www.jankoatwarpspeed.com/post/2009/07/20/Expand-table-rows-with-jQuery-jExpand-plugin.aspx" title="Expand table rows with jQuery - jExpand plugin "><img src="http://www.designwalker.com/img/jquery_table/02.png" alt="Expand table rows with jQuery - jExpand plugin " border="0" /></a></p>
<h4><a href="http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas/" title="jQuery Visualize Plugin: Accessible Charts &amp; Graphs from Table Elements using HTML 5 Canvas">jQuery Visualize Plugin: Accessible Charts &amp; Graphs from Table Elements using HTML 5 Canvas</a></h4>
<p>jQueryとHTML5をつかって、テーブルに入力された数値をグラフにビジュアライズしてくれます。テーブル内の数値はブラウザ上で変更する事も可能で、グラフも同時に変更されます。</p>
<p align="center"><a href="http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas/" title="jQuery Visualize Plugin: Accessible Charts &amp; Graphs from Table Elements using HTML 5 Canvas"><img src="http://www.designwalker.com/img/jquery_table/03.png" alt="jQuery Visualize Plugin: Accessible Charts &amp; Graphs from Table Elements using HTML 5 Canvas" border="0" /></a></p>
<h4><a href="http://jsgt.org/lib/jquery/plugin/csv2table/v002/test.htm" title="jquery.csv2table.js">jquery.csv2table.js</a></h4>
<p>CSVファイルをテーブル表示してくれるjQueryのプラグイン。エクセルは使えるけど、HTMLはちょっと…。といったクライアントの方に重宝しそうなプラグインですね。</p>
<p align="center"><a href="http://jsgt.org/lib/jquery/plugin/csv2table/v002/test.htm" title="jquery.csv2table.js"><img src="http://www.designwalker.com/img/jquery_table/04.png" alt="jquery.csv2table.js" border="0" /></a></p>
<h4><a href="http://trirand.com/jqgrid/jqgrid.html" title="jqGrid">jqGrid</a></h4>
<p>ソートやページングなど様々な機能が実装できます。</p>
<p align="center"><a href="http://trirand.com/jqgrid/jqgrid.html" title="jqGrid"><img src="http://www.designwalker.com/img/jquery_table/05.png" alt="jqGrid" border="0" /></a></p>
<h4><a href="http://www.reconstrukt.com/ingrid/index.html" title="Ingrid, the jQuery Datagrid.">Ingrid, the jQuery Datagrid.</a></h4>
<p>こちらも同様に、ソートやページングなどのテーブル</p>
<p align="center"><a href="http://www.reconstrukt.com/ingrid/index.html" title="Ingrid, the jQuery Datagrid."><img src="http://www.designwalker.com/img/jquery_table/06.png" alt="Ingrid, the jQuery Datagrid." border="0" /></a></p>
<h4><a href="http://tablesorter.com/docs/" title="jQuery plugin: Tablesorter 2.0">jQuery plugin: Tablesorter 2.0</a></h4>
<p>すっきりとしたデザインで見やすいソート機能</p>
<p align="center"><a href="http://tablesorter.com/docs/" title="jQuery plugin: Tablesorter 2.0"><img src="http://www.designwalker.com/img/jquery_table/07.png" alt="jQuery plugin: Tablesorter 2.0" border="0" /></a></p>
<h4><a href="http://blog.cubicphuse.nl/2008/11/12/jquery-treetable-2-0" title="jQuery treeTable 2.0">jQuery treeTable 2.0</a></h4>
<p>ツリー表示が実装できます。</p>
<p align="center"><a href="http://blog.cubicphuse.nl/2008/11/12/jquery-treetable-2-0" title="jQuery treeTable 2.0"><img src="http://www.designwalker.com/img/jquery_table/08.png" alt="jQuery treeTable 2.0" border="0" /></a></p>
<h4><a href="http://www.jnathanson.com/blog/client/jquery/heatcolor/index.cfm" title="HeatColor, a jQuery plugin">HeatColor, a jQuery plugin</a></h4>
<p>とってもきれいなヒートカラーをテーブルに実装</p>
<p align="center"><a href="http://www.jnathanson.com/blog/client/jquery/heatcolor/index.cfm" title="HeatColor, a jQuery plugin"><img src="http://www.designwalker.com/img/jquery_table/09.png" alt="HeatColor, a jQuery plugin" border="0" /></a></p>
<h4><a href="http://pure-essence.net/stuff/webTips/jqueryTableRowCheckboxToggle.html" title="tableRowCheckboxToggle">tableRowCheckboxToggle</a></h4>
<p>テーブルの列ごとチェックボックスに反応させることができます。</p>
<p align="center"><a href="http://pure-essence.net/stuff/webTips/jqueryTableRowCheckboxToggle.html" title="tableRowCheckboxToggle"><img src="http://www.designwalker.com/img/jquery_table/10.png" alt="tableRowCheckboxToggle" border="0" /></a></p>
<h4><a href="http://www.datatables.net/" title="DataTables">DataTables</a></h4>
<p>こちらもソートやページングが実装できるjQueryプラグインです。</p>
<p align="center"><a href="http://www.datatables.net/" title="DataTables"><img src="http://www.designwalker.com/img/jquery_table/11.png" alt="DataTables" border="0" /></a></p>
<h4><a href="http://dev.iceburg.net/jquery/tableEditor/demo.php" title="TableEditor">TableEditor</a></h4>
<p>編集可能なテーブルを作ることができます。</p>
<p align="center"><a href="http://dev.iceburg.net/jquery/tableEditor/demo.php" title="TableEditor"><img src="http://www.designwalker.com/img/jquery_table/12.png" alt="TableEditor" border="0" /></a></p>
<h4><a href="http://www.leigeber.com/2009/03/table-sorter/" title="TinyTable JavaScript Table Sorter &#8211; 2.5KB">TinyTable JavaScript Table Sorter &#8211; 2.5KB</a></h4>
<p>わずか2.5KBでソートやページング機能が実装できるプラグイン</p>
<p align="center"><a href="http://www.leigeber.com/2009/03/table-sorter/" title="TinyTable JavaScript Table Sorter &#8211; 2.5KB"><img src="http://www.designwalker.com/img/jquery_table/13.png" alt="TinyTable JavaScript Table Sorter &#8211; 2.5KB" border="0" /></a></p>
<h4><a href="http://ideamill.synaptrixgroup.com/?page_id=16" title="tableFilter">tableFilter</a></h4>
<p>カラムの上部に配置されているボックスに文字を入力して、絞り込むことができます。</p>
<p align="center"><a href="http://ideamill.synaptrixgroup.com/?page_id=16" title="tableFilter"><img src="http://www.designwalker.com/img/jquery_table/14.png" alt="tableFilter" border="0" /></a></p>
<h4><a href="http://www.tomcoote.co.uk/jQueryColumnFilters.aspx" title="jQuery Column Filters">jQuery Column Filters</a></h4>
<p>こちらも、データを絞り込む事ができるフィルター機能</p>
<p align="center"><a href="http://www.tomcoote.co.uk/jQueryColumnFilters.aspx" title="jQuery Column Filters"><img src="http://www.designwalker.com/img/jquery_table/16.png" alt="jQuery Column Filters" border="0" /></a></p>
<h4><a href="http://www.sprymedia.co.uk/article/KeyTable" title="Allan Jardine | Reflections | KeyTable">Allan Jardine | Reflections | KeyTable</a></h4>
<p>タブキーでセルの選択を移動させることができます。</p>
<p align="center"><a href="http://www.sprymedia.co.uk/article/KeyTable" title="Allan Jardine | Reflections | KeyTable"><img src="http://www.designwalker.com/img/jquery_table/17.png" alt="Allan Jardine | Reflections | KeyTable" border="0" /></a></p>
<h4><a href="http://www.redips.net/javascript/drag-and-drop-table-content/" title="Drag and drop table content with JavaScript">Drag and drop table content with JavaScript</a></h4>
<p>ドラッグ アンド ドロップが可能になります。</p>
<p align="center"><a href="http://www.redips.net/javascript/drag-and-drop-table-content/" title="Drag and drop table content with JavaScript"><img src="http://www.designwalker.com/img/jquery_table/18.png" alt="Drag and drop table content with JavaScript" border="0" /></a></p>
<h4><a href="http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/" title="Table Drag and Drop JQuery plugin">Table Drag and Drop JQuery plugin</a></h4>
<p>こちらもドラッグ アンド ドロップ可能になるjQueryプラグインです。</p>
<p align="center"><a href="http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/" title="Table Drag and Drop JQuery plugin"><img src="http://www.designwalker.com/img/jquery_table/19.png" alt="Table Drag and Drop JQuery plugin" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designwalker.com/2009/09/jquery-table.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/2009/09/jquery-table.html" />
	</item>
	</channel>
</rss>

