<?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/"
	>

<channel>
	<title>*12*twelvelog &#187; WDclip Resources</title>
	<atom:link href="http://twelvelog.com/archives/category/wdclip-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://twelvelog.com</link>
	<description>web制作をしている株式会社タンデックの代表のブログです。</description>
	<lastBuildDate>Sun, 23 Oct 2011 11:46:54 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>CSSclip、WDclipのテーマファイル、CSSの見直ししました。タイトルは「Goodbye IE」</title>
		<link>http://twelvelog.com/archives/2009/02/27/243/</link>
		<comments>http://twelvelog.com/archives/2009/02/27/243/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 13:46:22 +0000</pubDate>
		<dc:creator>todaeiji</dc:creator>
				<category><![CDATA[WDclip Resources]]></category>

		<guid isPermaLink="false">http://twelvelog.com/?p=243</guid>
		<description><![CDATA[CSSclip、WDclipとも今まで行き当たりばったりで作ってたのを、テーマファイル、CSSとも見直しました。これが結構時間が掛かってしまって、仕事も疎かになってしまいましたが、見直しのタイトルは「グッバイIE」。 <a href="http://twelvelog.com/archives/2009/02/27/243/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[CSSclip、WDclipとも今まで行き当たりばったりで作ってたのを、テーマファイル、CSSとも見直しました。これが結構時間が掛かってしまって、仕事も疎かになってしまいましたが、見直しのタイトルは「グッバイIE」。

IEとoperaでclipを見てくれている人は、角丸になっていないです。
<pre><code>
.wrap {
border-radius:　4px;/*css3*/
-moz-border-radius: 4px;/*firefox*/
-webkit-border-radius: 4px;/*safari*/
}</code>
</pre>
みたいにCSS3、FireFox、Safariにしか適用していません。もうIEで悩むの止めにしました。CSS3を使えるブラウザは現在存在しているかどうか知りませんが、取りあえず先を見越して。]]></content:encoded>
			<wfw:commentRss>http://twelvelog.com/archives/2009/02/27/243/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DreamWeaverでPHPファイルのエンコードを勝手に変えちゃうの何とかした</title>
		<link>http://twelvelog.com/archives/2009/02/21/241/</link>
		<comments>http://twelvelog.com/archives/2009/02/21/241/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 18:39:59 +0000</pubDate>
		<dc:creator>todaeiji</dc:creator>
				<category><![CDATA[WDclip Resources]]></category>

		<guid isPermaLink="false">http://twelvelog.com/?p=241</guid>
		<description><![CDATA[CSSclip、WDclipともワードプレスを使っているんですが、DreamWeaverでテーマファイルを編集しています。

そうすると気になるのが、utf-8からshift-jisに勝手にエンコードを変更しちゃうところ。

DreamWeaverの環境設定で、エンコード初期設定なんちゃらを変えても駄目でしたが、強引にエンコード変更しないようにしました。 <a href="http://twelvelog.com/archives/2009/02/21/241/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[CSSclip、WDclipともワードプレスを使っているんですが、DreamWeaverでテーマファイルを編集しています。

そうすると気になるのが、utf-8からshift-jisに勝手にエンコードを変更しちゃうところ。

DreamWeaverの環境設定で、エンコード初期設定なんちゃらを変えても駄目でしたが、強引にエンコード変更しないようにしました。

それは、PHPファイルの1行目に
<pre>&lt;?php /* &lt;meta content="charset=UTF-8"&gt; */ ?&gt;</pre>
と入れるだけ。いろいろ試してもう少し短くできるけど、見た目でこれにしました。どうやらDreamWeaverさんは、metaタグのキャラクターセットでエンコードを判断しているみたいです。

同じくCSSファイルも「@charset &#8220;UTF-8&#8243;;」を入れてもエンコード変更しますよね。ということでCSSファイルにも
<pre>/* content="charset=UTF-8" */</pre>
を入れたらうまくいきました。みんな知っているんでしょうけど、調べ方が悪かったのかな。]]></content:encoded>
			<wfw:commentRss>http://twelvelog.com/archives/2009/02/21/241/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>シェルスクリプトとCronでCSSclipのデータベースを自動バックアップ化アンドバキューム化してみました</title>
		<link>http://twelvelog.com/archives/2009/02/19/233/</link>
		<comments>http://twelvelog.com/archives/2009/02/19/233/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 13:58:16 +0000</pubDate>
		<dc:creator>todaeiji</dc:creator>
				<category><![CDATA[WDclip Resources]]></category>

		<guid isPermaLink="false">http://twelvelog.com/?p=233</guid>
		<description><![CDATA[たまにCSSclipのデータベースはバックアップしていたのですが、複数のWordPresを使っているのでめんどくさくなって、DxDさんを参考にバックアップの自動化をしました。ついでにテーブルの最適化も自動化してみました。

<a href="http://dxd8.com/archives/168/">シェルスクリプトとCronでデータベースを自動バックアップ&#038;ローテーション - (DxD)∞</a>

CSSclipで使っているサーバーはhetemlです。最近、hetemlさんは容量が3Gから5Gに変更されました。個人ユースのレンタルサーバーでそんなに使う人いるのかなと思いながら、ちょっとうれしさもあります。ありがとうです。 <a href="http://twelvelog.com/archives/2009/02/19/233/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[たまにCSSclipのデータベースはバックアップしていたのですが、複数のWordPresを使っているのでめんどくさくなって、DxDさんを参考にバックアップの自動化をしました。ついでにテーブルの最適化も自動化してみました。

<a href="http://dxd8.com/archives/168/">シェルスクリプトとCronでデータベースを自動バックアップ&#038;ローテーション &#8211; (DxD)∞</a>

CSSclipで使っているサーバーはhetemlです。最近、hetemlさんは容量が3Gから5Gに変更されました。個人ユースのレンタルサーバーでそんなに使う人いるのかなと思いながら、ちょっとうれしさもあります。ありがとうです。

でまずcronディレクトリ、backup-mysqlディレクトリを作って、シェルスクリプトは、backup_mysql_***.shとして

<pre>
<code>
#!/bin/sh

# ---------- 設定 ----------
# バックアップ元のデータベース
db_host=mysql**.heteml.jp
db_name=***
db_user=***
db_pass=*******

# バックアップ先のディレクトリ・ファイル
bk_dir=/home/sites/heteml/users*/******/web/cron/backup-mysql/
bk_file=$db_name

# 保存する日数
bk_days=10

# ---------- ファイル名を設定 ----------
# タイムスタンプを取得
ts_now=`date +%Y%m%d`
ts_old=`date "-d$bk_days days ago" +%Y%m%d`

# ファイル名を設定
file_temp=$bk_file.sql
file_backup=$bk_file.$ts_now.tar.gz
file_remove=$bk_file.$ts_old.tar.gz

# ---------- バックアップ処理 ----------
# バックアップ先のディレクトリに移動
cd $bk_dir
if [ $? != 0 ]; then
echo "Backup directory does not exist."
exit 1
fi

# データベースをダンプ
mysqldump -h$db_host $db_name -u$db_name -p$db_pass --opt > $file_temp
if [ $? != 0 -o ! -e $file_temp ]; then
echo "Cannot dump database."
exit 1
fi

# アーカイブを作成
tar cfz $file_backup $file_temp
if [ $? != 0 -o ! -e $file_backup ]; then
echo "Cannot archive files."
exit 1
fi

# テンポラリファイルを削除
rm -f $file_temp

# ローテーション処理
if [ -e $file_remove ]; then
rm -f $file_remove
fi

# ---------- 最適化処理 ----------
mysqlcheck -o -h$db_host -u$db_user -p$db_pass $db_name

exit 0
</code>
</pre>

となります。

ただhetemlさんの場合、ローテーション処理で古いバックアップファイルを削除が出来ないようです。PHPでのcronも無理でした。ブラウザでPHPファイルを開いたら削除するようですけど。

あとテーブルの最適化は、念のためバックアップ処理後に実行しています。

しかしながら結局、バックアップファイルの処理に困ってます。CSSclip関係だけでsqlファイルが50Mもあるしなぁと。やっぱりGmailに転送するのが一番でしょうか。結局同じサーバーにバックアップを取ってても意味ないところがあるんで。

hetemlみたいにデータベースサーバーが、localhostでない場合に参考にしてもらえたらとメモしときます。]]></content:encoded>
			<wfw:commentRss>http://twelvelog.com/archives/2009/02/19/233/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008年ベストアイコンセット</title>
		<link>http://twelvelog.com/archives/2008/12/13/212/</link>
		<comments>http://twelvelog.com/archives/2008/12/13/212/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 11:02:16 +0000</pubDate>
		<dc:creator>todaeiji</dc:creator>
				<category><![CDATA[WDclip Resources]]></category>

		<guid isPermaLink="false">http://twelvelog.com/?p=212</guid>
		<description><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/icons9.jpg"><img alt="icons9.jpg" width="240" height="193" src="http://twelvelog.com/resources/thumbnail/2008/12/icons9-thumb-240x193.jpg" /></a></p>
<p>2008年の美しいデザインのアイコンセットが、50個紹介されているエントリー。</p>
<p><a href="http://www.noupe.com/icons/50-most-beautiful-icon-sets-created-in-2008.html">50 Most Beautiful Icon Sets Created in 2008 &#124; Noupe</a></p>
 <a href="http://twelvelog.com/archives/2008/12/13/212/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/icons9.jpg"><img alt="icons9.jpg" width="240" height="193" src="http://twelvelog.com/resources/thumbnail/2008/12/icons9-thumb-240x193.jpg" /></a></p> <p>2008年の美しいデザインのアイコンセットが、50個紹介されているエントリー。</p> <p><a href="http://www.noupe.com/icons/50-most-beautiful-icon-sets-created-in-2008.html">50 Most Beautiful Icon Sets Created in 2008 | Noupe</a></p> <p class="floatclear">ブログに使いたいアイコンが多数紹介されています。僕は<a href="http://dryicons.com/free-icons/preview/coquette-icons-set/">Coquette Icons</a>が気に入りました。</p>
]]></content:encoded>
			<wfw:commentRss>http://twelvelog.com/archives/2008/12/13/212/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使えるフォトショップのカスタムシェイプが山盛り</title>
		<link>http://twelvelog.com/archives/2008/12/13/210/</link>
		<comments>http://twelvelog.com/archives/2008/12/13/210/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 10:35:37 +0000</pubDate>
		<dc:creator>todaeiji</dc:creator>
				<category><![CDATA[WDclip Resources]]></category>

		<guid isPermaLink="false">http://twelvelog.com/?p=210</guid>
		<description><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/skateboarding.jpg"><img alt="skateboarding.jpg" width="240" height="186" src="http://twelvelog.com/resources/thumbnail/2008/12/skateboarding-thumb-240x186.jpg" /></a></p>
<p>使えるフォトショップのカスタムシェイプが山盛りなエントリー。</p>
<p><a href="http://www.smashingmagazine.com/2008/12/11/the-ultimate-collection-of-photoshop-custom-shapes/">The Ultimate Collection Of Photoshop Custom Shapes &#124; Developer's Toolbox &#124; Smashing Magazine</a></p>
 <a href="http://twelvelog.com/archives/2008/12/13/210/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/skateboarding.jpg"><img alt="skateboarding.jpg" width="240" height="186" src="http://twelvelog.com/resources/thumbnail/2008/12/skateboarding-thumb-240x186.jpg" /></a></p> <p>使えるフォトショップのカスタムシェイプが山盛りなエントリー。</p> <p><a href="http://www.smashingmagazine.com/2008/12/11/the-ultimate-collection-of-photoshop-custom-shapes/">The Ultimate Collection Of Photoshop Custom Shapes | Developer&#8217;s Toolbox | Smashing Magazine</a></p> <p class="floatclear">各サイトでも紹介されているエントリーですが、あまりにも紹介されているカスタムシェイプが多いのでメモてきにエントリーしときます。</p>
]]></content:encoded>
			<wfw:commentRss>http://twelvelog.com/archives/2008/12/13/210/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>デザインの参考になるeコマースサイト50個</title>
		<link>http://twelvelog.com/archives/2008/12/12/209/</link>
		<comments>http://twelvelog.com/archives/2008/12/12/209/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 10:40:49 +0000</pubDate>
		<dc:creator>todaeiji</dc:creator>
				<category><![CDATA[WDclip Resources]]></category>

		<guid isPermaLink="false">http://twelvelog.com/?p=209</guid>
		<description><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/ecom-morph.jpg"><img alt="ecom-morph.jpg" width="240" height="136" src="http://twelvelog.com/resources/thumbnail/2008/12/ecom-morph-thumb-240x136.jpg" /></a></p>
<p>デザインの参考になるeコマースサイトを50個紹介しているエントリー。</p>
<p><a href="http://vandelaydesign.com/blog/galleries/ecommerce-websites/">50 Inspirational E-Commerce Website Designs &#124; Vandelay Website Design</a></p>
 <a href="http://twelvelog.com/archives/2008/12/12/209/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/ecom-morph.jpg"><img alt="ecom-morph.jpg" width="240" height="136" src="http://twelvelog.com/resources/thumbnail/2008/12/ecom-morph-thumb-240x136.jpg" /></a></p> <p>デザインの参考になるeコマースサイトを50個紹介しているエントリー。</p> <p><a href="http://vandelaydesign.com/blog/galleries/ecommerce-websites/">50 Inspirational E-Commerce Website Designs | Vandelay Website Design</a></p> <div class="floatclear_h0">&nbsp;</div> <p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/ecom-free.jpg"><img alt="ecom-free.jpg" width="240" height="127" src="http://twelvelog.com/resources/thumbnail/2008/12/ecom-free-thumb-240x127.jpg" /></a></p> <p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/mommy2b.jpg"><img alt="mommy2b.jpg" width="240" height="137" src="http://twelvelog.com/resources/thumbnail/2008/12/mommy2b-thumb-240x137.jpg" /></a></p> <p>eコマースサイト構築の参考になりますね。</p>
]]></content:encoded>
			<wfw:commentRss>http://twelvelog.com/archives/2008/12/12/209/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>魅力的なフッターに仕上がっているサイト40個</title>
		<link>http://twelvelog.com/archives/2008/12/12/208/</link>
		<comments>http://twelvelog.com/archives/2008/12/12/208/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 10:28:27 +0000</pubDate>
		<dc:creator>todaeiji</dc:creator>
				<category><![CDATA[WDclip Resources]]></category>

		<guid isPermaLink="false">http://twelvelog.com/?p=208</guid>
		<description><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/footersd1.jpg"><img alt="footersd1.jpg" width="240" height="136" src="http://twelvelog.com/resources/thumbnail/2008/12/footersd1-thumb-240x136.jpg" /></a></p>
<p>魅力的なフッターに仕上がっているサイトを40個紹介しているエントリー。</p>
<p><a href="http://www.toxel.com/design/2008/12/10/40-beautiful-and-creative-website-footers/">Toxel.com &#187; 40 Beautiful and Creative Website Footers</a></p>
 <a href="http://twelvelog.com/archives/2008/12/12/208/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/footersd1.jpg"><img alt="footersd1.jpg" width="240" height="136" src="http://twelvelog.com/resources/thumbnail/2008/12/footersd1-thumb-240x136.jpg" /></a></p> <p>魅力的なフッターに仕上がっているサイトを40個紹介しているエントリー。</p> <p><a href="http://www.toxel.com/design/2008/12/10/40-beautiful-and-creative-website-footers/">Toxel.com &raquo; 40 Beautiful and Creative Website Footers</a></p> <div class="floatclear_h0">&nbsp;</div> <p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/footersd2.jpg"><img alt="footersd2.jpg" width="240" height="129" src="http://twelvelog.com/resources/thumbnail/2008/12/footersd2-thumb-240x129.jpg" /></a></p> <p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/footersd7.jpg"><img alt="footersd7.jpg" width="240" height="133" src="http://twelvelog.com/resources/thumbnail/2008/12/footersd7-thumb-240x133.jpg" /></a></p> <p>ヘッダーのデザインが凝っているのは多いのですが、フッターまでデザインされているサイトは、ちょっと少なくなるのですが、フッターまでかっこいいとそのサイトを気に入ってしまうのは僕だけではないと思います。</p>  <p>大体、ヘッダーに情報を詰め込みますが、フッターでうまくサイト内のページを誘導できることもポイントになってきますので、ついついテキストリンクをベタに並べてしまいがちですが、見せ方の参考になりますね。</p>
]]></content:encoded>
			<wfw:commentRss>http://twelvelog.com/archives/2008/12/12/208/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008年によく使われたテクスチャーが29個</title>
		<link>http://twelvelog.com/archives/2008/12/12/207/</link>
		<comments>http://twelvelog.com/archives/2008/12/12/207/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 10:10:14 +0000</pubDate>
		<dc:creator>todaeiji</dc:creator>
				<category><![CDATA[WDclip Resources]]></category>

		<guid isPermaLink="false">http://twelvelog.com/?p=207</guid>
		<description><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/textures_2008_1.jpg"><img alt="textures_2008_1.jpg" width="240" height="111" src="http://twelvelog.com/resources/thumbnail/2008/12/textures_2008_1-thumb-240x111.jpg" /></a></p>
<p>2008年によく使われたテクスチャーが29個まとめたエントリー。</p>
<p><a href="http://webdesignledger.com/freebies/29-most-useful-texture-packs-of-2008">29 Most Useful Texture Packs of 2008 &#124; Web Design Ledger</a></p>
 <a href="http://twelvelog.com/archives/2008/12/12/207/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/textures_2008_1.jpg"><img alt="textures_2008_1.jpg" width="240" height="111" src="http://twelvelog.com/resources/thumbnail/2008/12/textures_2008_1-thumb-240x111.jpg" /></a></p> <p>2008年によく使われたテクスチャーが29個まとめたエントリー。</p> <p><a href="http://webdesignledger.com/freebies/29-most-useful-texture-packs-of-2008">29 Most Useful Texture Packs of 2008 | Web Design Ledger</a></p> <div class="floatclear_h0">&nbsp;</div> <p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/textures_2008_2.jpg"><img alt="textures_2008_2.jpg" width="240" height="111" src="http://twelvelog.com/resources/thumbnail/2008/12/textures_2008_2-thumb-240x111.jpg" /></a></p> <p>今年のウェブデザインのトレンドは、グランジデザインだったのではないでしょうか。CSSclipで本当によく観ました。</p> <p>ウェブデザインにもやはり流行が存在します。アクアな感じのグラデーションも少なくなってきましたしね。来年は何が流行るんでしょうか。</p>
]]></content:encoded>
			<wfw:commentRss>http://twelvelog.com/archives/2008/12/12/207/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>できるデザイナーのポートフォリオサイト50個</title>
		<link>http://twelvelog.com/archives/2008/12/11/204/</link>
		<comments>http://twelvelog.com/archives/2008/12/11/204/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 11:48:56 +0000</pubDate>
		<dc:creator>todaeiji</dc:creator>
				<category><![CDATA[WDclip Resources]]></category>

		<guid isPermaLink="false">http://twelvelog.com/?p=204</guid>
		<description><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/port-brand.jpg"><img alt="port-brand.jpg" width="240" height="135" src="http://twelvelog.com/resources/thumbnail/2008/12/port-brand-thumb-240x135.jpg" /></a></p>
<p>できるデザイナーのポートフォリオサイトが50個紹介されているエントリー。</p>
<p><a href="http://designm.ag/inspiration/portfolio-sites/">50 Excellent Designer Portfolio Sites</a></p>
 <a href="http://twelvelog.com/archives/2008/12/11/204/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/port-brand.jpg"><img alt="port-brand.jpg" width="240" height="135" src="http://twelvelog.com/resources/thumbnail/2008/12/port-brand-thumb-240x135.jpg" /></a></p> <p>できるデザイナーのポートフォリオサイトが50個紹介されているエントリー。</p> <p><a href="http://designm.ag/inspiration/portfolio-sites/">50 Excellent Designer Portfolio Sites</a></p> <p class="floatclear">ポートフォリオサイトは、デザイナーが自分で自分のサイトを作るので、デザインが秀逸だったり、jQueryを駆使していたり、実験的な要素が含まれていたりと面白いサイトが多いので、インスピレーションをバチバチもらえます。</p> <p>何かデザインに飽きてきたら、ポートフォリオサイトを観るのもいいですよ。</p>
]]></content:encoded>
			<wfw:commentRss>http://twelvelog.com/archives/2008/12/11/204/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>パーツを選んで似顔絵を作成するジェネレーター「T4 Face Maker」</title>
		<link>http://twelvelog.com/archives/2008/12/11/201/</link>
		<comments>http://twelvelog.com/archives/2008/12/11/201/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 04:15:19 +0000</pubDate>
		<dc:creator>todaeiji</dc:creator>
				<category><![CDATA[WDclip Resources]]></category>

		<guid isPermaLink="false">http://twelvelog.com/?p=201</guid>
		<description><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/www.channel4.com-entertainment-t4-microsites-M-makingfaces-index.jpg"><img alt="www.channel4.com-entertainment-t4-microsites-M-makingfaces-index.jpg" width="240" height="195" src="http://twelvelog.com/resources/thumbnail/2008/12/www.channel4.com-entertainment-t4-microsites-M-makingfaces-index-thumb-240x195.jpg" /></a></p>
<p>パーツを選んで似顔絵を作成するジェネレーター「T4 Face Maker」がありました。</p>
<p><a href="http://www.channel4.com/entertainment/t4/microsites/M/makingfaces/index.html">Visit stickee.co.uk</a></p>
 <a href="http://twelvelog.com/archives/2008/12/11/201/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/www.channel4.com-entertainment-t4-microsites-M-makingfaces-index.jpg"><img alt="www.channel4.com-entertainment-t4-microsites-M-makingfaces-index.jpg" width="240" height="195" src="http://twelvelog.com/resources/thumbnail/2008/12/www.channel4.com-entertainment-t4-microsites-M-makingfaces-index-thumb-240x195.jpg" /></a></p> <p>パーツを選んで似顔絵を作成するジェネレーター「T4 Face Maker」がありました。</p> <p><a href="http://www.channel4.com/entertainment/t4/microsites/M/makingfaces/index.html">Visit stickee.co.uk</a></p> <div class="floatclear_h0">&nbsp;</div> <p><a rel="lightbox" title="galleries" href="http://twelvelog.com/resources/2008/12/www.channel4.com-entertainment-t4-microsites-M-makingfaces-yourface_createMate.jpg"><img alt="www.channel4.com-entertainment-t4-microsites-M-makingfaces-yourface_createMate.jpg" width="240" height="255" src="http://twelvelog.com/resources/thumbnail/2008/12/www.channel4.com-entertainment-t4-microsites-M-makingfaces-yourface_createMate-thumb-240x255.jpg" /></a></p> <p>自分の似顔絵だってつくれます。意図的にかっこよく作ってみましたけど。ブログのプロフィール画像に使えますね。どうしてももみあげとサングラスの上下を入れ替えられませんでした。</p>
]]></content:encoded>
			<wfw:commentRss>http://twelvelog.com/archives/2008/12/11/201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

