<?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>DEN-9</title>
	<atom:link href="http://den-9.com/feed" rel="self" type="application/rss+xml" />
	<link>http://den-9.com</link>
	<description>売上UPを目的としたWeb制作サービスです。更新が簡単なCMSを構築するホームページを制作。世田谷区、下北沢、三軒茶屋などでお仕事をされている方、ご相談下さい。</description>
	<lastBuildDate>Wed, 27 Apr 2011 13:03:57 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://den-9.com/feed" />
		<item>
		<title>Ver3にテーマ変更</title>
		<link>http://den-9.com/blog/re-design.html</link>
		<comments>http://den-9.com/blog/re-design.html#comments</comments>
		<pubDate>Wed, 27 Apr 2011 13:03:57 +0000</pubDate>
		<dc:creator>den9</dc:creator>
				<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://den-9.com/?p=991</guid>
		<description><![CDATA[このサイトのデザインを一新しました。前回のVer2は名刺のデザインにそっくりそのまま合わせてみましたが、構造にやや無理があったようで、環境によって表示が崩れてしまっていましたが、今回は（おそらく）大丈夫かなと。 また、リ [...]]]></description>
			<content:encoded><![CDATA[<p>このサイトのデザインを一新しました。前回のVer2は名刺のデザインにそっくりそのまま合わせてみましたが、構造にやや無理があったようで、環境によって表示が崩れてしまっていましたが、今回は（おそらく）大丈夫かなと。</p>
<p>また、リニューアルに加えてフォトグラフィックの業務の参考になればと、一部を<a href="http://den-9.com/works/photography">ポートフォリオに掲載しました</a>ので、お暇でしたらご覧になってみて下さい。</p>
<h3>リデザインする意味</h3>
<p>海外ではよくリデザインされますので、古いデザインギャラリーのサムネイルのままで有ることは割と少ないのですが、日本では頻繁変わることはあまり有りません。これはデザインに対する価値観が大きく異なるからでしょう。</p>
<p>海外では見た目はかなり重要で、第一印象を与えるのにかなり効果的です。そのため、デザインを常に新しくする事で、スキルの高さやフレッシュさをアピールします。それが顧客獲得にも繋がるのですが、日本ではデザインそのものに対して目に見える成果が可視化されていないため、デザインにお金をかけようとはあまり思われないのです。</p>
<p>デザイナーの収入が少ないのもその要因のひとつと言えるでしょう。デザインは機能の一つ。収益に繋げるファクターの一つとして大きく貢献します。多くの方のお考えが変わっていくといいのですが・・</p>
]]></content:encoded>
			<wfw:commentRss>http://den-9.com/blog/re-design.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://den-9.com/blog/re-design.html" />
	</item>
		<item>
		<title>jsで開閉パネルを作ったら隠しテキストになるのか</title>
		<link>http://den-9.com/blog/js-panel-is-notospam.html</link>
		<comments>http://den-9.com/blog/js-panel-is-notospam.html#comments</comments>
		<pubDate>Mon, 25 Apr 2011 16:52:05 +0000</pubDate>
		<dc:creator>den9</dc:creator>
				<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://den-9.com/?p=858</guid>
		<description><![CDATA[jQueryなどの人気ライブラリの流行で、クリックで開閉するパネルやスライドなど、簡単に「動き」を加えることが出来るようになってきました。特に開閉するパネルはクリックしなければテキストは表示されません。ようは「見えない」 [...]]]></description>
			<content:encoded><![CDATA[<p>jQueryなどの人気ライブラリの流行で、クリックで開閉するパネルやスライドなど、簡単に「動き」を加えることが出来るようになってきました。特に開閉するパネルはクリックしなければテキストは表示されません。ようは「見えない」訳です。</p>
<h3>隠しテキストになるのか？</h3>
<p>まぁ、言うまでもなく、なっていません。テキストが隠されていることは同じですが、開閉パネルで隠しても、基本的に隠しテキスト扱いされません。こういった開閉パネルはGoogle自身も使っている施工です。</p>
<p>しかし、開閉パネルであっても隠しテキストと取られる場合もあります。その違いは極めて単純で「悪意があるか無いか」の差です。悪意というのは見せるより隠すほうが難しく、Webでは特に目立ちます。見た目でしか表現出来ませんから、悪意は基本的に「あからさま」になります。</p>
<p>altに詰め込んだキーワード、背景と同色のテキストカラー、異常に小さくされたフォント、どれを取っても「読ませる気がない」のは火を見るより明らかです。</p>
<p>現在、開閉パネルにh1、h2やパンくず等を詰め込んで隠していますが、ペナルティはまったくうけておらず、SERPsにも問題なく表示されています。合理的な施工ですし、「見えなくはない」のでスパム行為にはならないでしょうが、大量に詰め込めばスパムと認定される可能性がありますので注意が必要です。</p>
]]></content:encoded>
			<wfw:commentRss>http://den-9.com/blog/js-panel-is-notospam.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://den-9.com/blog/js-panel-is-notospam.html" />
	</item>
		<item>
		<title>HTMLとonclick属性のみで簡易電卓を作る</title>
		<link>http://den-9.com/blog/calculator.html</link>
		<comments>http://den-9.com/blog/calculator.html#comments</comments>
		<pubDate>Sat, 22 Jan 2011 17:55:58 +0000</pubDate>
		<dc:creator>den9</dc:creator>
				<category><![CDATA[Webに関するメモ]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://den-9.com/?p=834</guid>
		<description><![CDATA[気になって色々探したんですが、どうもマークアップ言語だけで作成してる例が無かったので書きました。デモを触って頂ければ分かるともいますが、多少のバグあります。 Demo .calculator-table input{ p [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://den-9.com/wp-content/uploads/2011/01/cu.png" alt="" title="cu" width="740" height="500" class="aligncenter size-full wp-image-840" /><br />
気になって色々探したんですが、どうもマークアップ言語だけで作成してる例が無かったので書きました。デモを触って頂ければ分かるともいますが、多少のバグあります。</p>
<h3>Demo</h3>
<style>.calculator-table input{ padding: 3px 13px ;background: #e7e7e7 ; border: 1px solid #d7d7d7 ;}.calculator-table input:hover{ background: #fff ;}pre{overflow:auto !important;}</style>
<form name="calculator">
<input type="text" disabled id="total" style="text-align: right; background: white; width:"></form>
<table class="calculator-table">
<tr>
<td>
<input type="button" value="C" style="width: 100%" onclick="calculator.total.value = ''"></td>
<td>
<input type="button" value="÷" style="width: 100%" onclick="calculator.total.value += '/'"></td>
<td>
<input type="button" value="×" style="width: 100%" onclick="calculator.total.value += '*'"></td>
<td>
<input type="button" value="-" style="width: 100%" onclick="calculator.total.value += '-'" ></td>
</tr>
<tr>
<td>
<input type="button" value="7" onclick="calculator.total.value += '7'"></td>
<td>
<input type="button" value="8" onclick="calculator.total.value += '8'"></td>
<td>
<input type="button" value="9" onclick="calculator.total.value += '9'"></td>
<td rowspan="2">
<input type="button" onclick="calculator.total.value += '+'" style="height: 50px; vertical-align: middle" value ="+"></td>
</tr>
<tr>
<td>
<input type="button" value="4" onclick="calculator.total.value += '4'"></td>
<td>
<input type="button" value="5" onclick="calculator.total.value += '5'"></td>
<td>
<input type="button" value="6" onclick="calculator.total.value += '6'"></td>
</tr>
<tr>
<td>
<input type="button" value="1" onclick="calculator.total.value += '1'"></td>
<td>
<input type="button" value="2" onclick="calculator.total.value += '2'"></td>
<td>
<input type="button" value="3" onclick="calculator.total.value += '3'"></td>
<td rowspan="2">
<input type="button" onclick="calculator.total.value = eval(calculator.total.value)" style="height: 50px; vertical-align: middle" value ="="></td>
</tr>
<tr>
<td colspan="2">
<input type="button" style="width: 68px; text-align: center" value="0" onclick="calculator.total.value += '0'"></td>
<td>
<input type="button" value="."  style="width: 100%" onclick="calculator.total.value += '.' "></td>
</tr>
</table>
<h3>code</h3>
<pre class="brush: xml;">&lt;form name=&quot;calculator&quot;&gt;&lt;input type=&quot;text&quot; disabled id=&quot;total&quot; style=&quot;text-align: right; background: white; width:&quot;&gt;&lt;/form&gt;
&lt;table&gt;
 &lt;tr&gt;&lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;C&quot; style=&quot;width: 100%&quot; onclick=&quot;calculator.total.value = ''&quot;&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;÷&quot; style=&quot;width: 100%&quot; onclick=&quot;calculator.total.value += '/'&quot;&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;×&quot; style=&quot;width: 100%&quot; onclick=&quot;calculator.total.value += '*'&quot;&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;-&quot; style=&quot;width: 100%&quot; onclick=&quot;calculator.total.value += '-'&quot; &gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;7&quot; onclick=&quot;calculator.total.value += '7'&quot;&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;8&quot; onclick=&quot;calculator.total.value += '8'&quot;&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;9&quot; onclick=&quot;calculator.total.value += '9'&quot;&gt;&lt;/td&gt;
  &lt;td rowspan=&quot;2&quot;&gt;&lt;input type=&quot;button&quot; onclick=&quot;calculator.total.value += '+'&quot; style=&quot;height: 50px; vertical-align: middle&quot; value =&quot;+&quot;&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;4&quot; onclick=&quot;calculator.total.value += '4'&quot;&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;5&quot; onclick=&quot;calculator.total.value += '5'&quot;&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;6&quot; onclick=&quot;calculator.total.value += '6'&quot;&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;1&quot; onclick=&quot;calculator.total.value += '1'&quot;&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;2&quot; onclick=&quot;calculator.total.value += '2'&quot;&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;3&quot; onclick=&quot;calculator.total.value += '3'&quot;&gt;&lt;/td&gt;
  &lt;td rowspan=&quot;2&quot;&gt;&lt;input type=&quot;button&quot; onclick=&quot;calculator.total.value = eval(calculator.total.value)&quot; style=&quot;height: 50px; vertical-align: middle&quot; value =&quot;=&quot;&gt;&lt;/td&gt;
 &lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&lt;input type=&quot;button&quot; style=&quot;width: 68px; text-align: center&quot; value=&quot;0&quot; onclick=&quot;calculator.total.value += '0'&quot;&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=&quot;button&quot; value=&quot;.&quot;  style=&quot;width: 100%&quot; onclick=&quot;calculator.total.value += '.' &quot;&gt;&lt;/td&gt;
 &lt;/tr&gt;&lt;/table&gt;</pre>
<p>cssは独自で調整願います。</p>
<h3>License</h3>
<p>none</p>
<p>　</p>
]]></content:encoded>
			<wfw:commentRss>http://den-9.com/blog/calculator.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://den-9.com/blog/calculator.html" />
	</item>
		<item>
		<title>意味を込める</title>
		<link>http://den-9.com/blog/imi.html</link>
		<comments>http://den-9.com/blog/imi.html#comments</comments>
		<pubDate>Sun, 16 Jan 2011 16:33:45 +0000</pubDate>
		<dc:creator>den9</dc:creator>
				<category><![CDATA[インスピレーション]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://den-9.com/?p=828</guid>
		<description><![CDATA[何かを作る時には意味を込める、湧いたインシピレーション通りに作る。色々なタイプのクリエイターがいます。僕はクリエイターではありませんが、どちらかと言うと前者寄りです。意味がわかったときに与えるインパクトの大きさを知ってし [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://den-9.com/wp-content/uploads/2011/01/love.png" alt="" title="love" width="740" height="500" class="aligncenter size-full wp-image-829" /><br />
何かを作る時には意味を込める、湧いたインシピレーション通りに作る。色々なタイプのクリエイターがいます。僕はクリエイターではありませんが、どちらかと言うと前者寄りです。意味がわかったときに与えるインパクトの大きさを知ってしまうと、どうしてもそちらに気持ちが寄りますね。</p>
]]></content:encoded>
			<wfw:commentRss>http://den-9.com/blog/imi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://den-9.com/blog/imi.html" />
	</item>
		<item>
		<title>SEOが終わる時はあるのか</title>
		<link>http://den-9.com/blog/the-end-of-seo-or-dosnt-end.html</link>
		<comments>http://den-9.com/blog/the-end-of-seo-or-dosnt-end.html#comments</comments>
		<pubDate>Tue, 11 Jan 2011 16:42:04 +0000</pubDate>
		<dc:creator>den9</dc:creator>
				<category><![CDATA[Webに関するメモ]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://den-9.com/?p=825</guid>
		<description><![CDATA[いよいよYahoo!もGoogleの検索エンジンに完全に移行した模様です。さほど大きなトラブルもない様子でした。今までまともにSEOをしていた方には大きな追い風になりそうですが、Googleのアルゴリズムが完成に近づくに [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://den-9.com/wp-content/uploads/2011/01/seo.png" alt="" title="seo" width="740" height="500" class="aligncenter size-full wp-image-826" /><br />
いよいよYahoo!もGoogleの検索エンジンに完全に移行した模様です。さほど大きなトラブルもない様子でした。今までまともにSEOをしていた方には大きな追い風になりそうですが、Googleのアルゴリズムが完成に近づくにつれ、SEOが無くなる事で市場にも大きな影響を出すことは言うまでもない事だと思います。</p>
<h3>無くなる前にGoogleが持つのか、という懸念</h3>
<p>SEOが不要になるくらい、Googleのアルゴリズムが極限までクオリティを高めても、ユーザーは果たしてGoogleを必要としているか、という懸念が無いとも言えません。もともと、人間は自由を求める生き物です。いつまでもGoogleに依存する事は無く、その動きのひとつとしてソーシャルメディアの近年の大きな発展が挙げられます。</p>
<p>ソーシャルメディアはまさに、個のGoogleの集合体のようなもので、個々の持つ情報の交換と共有が情報の整理として自動的に最適化されている形になります。SERPｓとして検索クエリに応じてリンク集を出し、ユーザーに選択させる、というプロセスのGoogleをはじめとする検索エンジンは、逆に「多すぎて選択できない」という欠点もあります。実際、人間は多くのものから１つを選択する事を困難とします。</p>
<h3>しかし・・・やはりSEOはなくならない</h3>
<p>しかしながら、いくらソーシャルメディアが発展したところで、Googleが無くなることはないでしょう。個がソーシャルメディアを求めている事から想像できますが、Googleは今でもほぼ完全に答えを出してくれますが、完全ではありません。ソーシャルメディアは自分次第で、それを完全な状態にすることが可能ですが、個の情報体である為、少なくとも１つのコミュニティに１人のインフルエンサーが必要です。</p>
<p>結局、このインフルエンサーが情報を集めなければなりませんが、このインフルエンサーは結局他のソーシャルメディアを頼ったり、検索エンジンを頼っています。情報というのは発信元があり、その発信元を探せるのは今のところ検索エンジン以外に存在しないのです。</p>
<p>検索エンジンが完璧になれないのは個の求めるものが統一ではないから。ですので、アルゴリズムを完全な形にする、というのは物理的に不可能です。アルゴリズムが完全な形になれなければSEOが必要になってきます。</p>
<p>検索の仕方は変わるかも知れません。Googleでは無くなるかも知れません。それこそ、ソーシャルメディアが現在までに集めている情報をインデックスしたDBから引き出す新たな検索エンジンが出来るかも知れませんが、その新たな検索エンジンにも結局SEOが必要なのです。</p>
]]></content:encoded>
			<wfw:commentRss>http://den-9.com/blog/the-end-of-seo-or-dosnt-end.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://den-9.com/blog/the-end-of-seo-or-dosnt-end.html" />
	</item>
		<item>
		<title>Tumblrのスタイリッシュなフリーテーマ</title>
		<link>http://den-9.com/blog/free-tumblr-themes.html</link>
		<comments>http://den-9.com/blog/free-tumblr-themes.html#comments</comments>
		<pubDate>Mon, 10 Jan 2011 15:25:06 +0000</pubDate>
		<dc:creator>den9</dc:creator>
				<category><![CDATA[Webに関するメモ]]></category>
		<category><![CDATA[インスピレーション]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://den-9.com/?p=821</guid>
		<description><![CDATA[Tumblrのスタイリッシュな無料テーマが40個ほど紹介されています。気になったのをいくつかメモ。 Royal Ribbon Colours of a Low Tide Royal Cameleon Stacky 続きは [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://den-9.com/wp-content/uploads/2011/01/tumble.png" alt="" title="tumble" width="740" height="400" class="aligncenter size-full wp-image-822" /><br />
Tumblrのスタイリッシュな無料テーマが40個ほど紹介されています。気になったのをいくつかメモ。</p>
<p><a href="http://www.tumblr.com/theme/11655">Royal Ribbon</a><br />
<a href="http://www.tumblr.com/theme/3305">Colours of a Low Tide</a><br />
<a href="http://www.tumblr.com/theme/13331">Royal Cameleon</a><br />
<a href="http://www.tumblr.com/theme/13364">Stacky</a></p>
<p>続きは以下。</p>
<blockquote><p><a href="http://blog.templatemonster.com/2011/01/10/40-free-tumblr-themes/">40+ Free Tumblr Themes to Jump on Stylish Blog Appearance</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://den-9.com/blog/free-tumblr-themes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://den-9.com/blog/free-tumblr-themes.html" />
	</item>
		<item>
		<title>シンプルさ故のインパクト</title>
		<link>http://den-9.com/blog/impact-for-you.html</link>
		<comments>http://den-9.com/blog/impact-for-you.html#comments</comments>
		<pubDate>Sun, 09 Jan 2011 05:22:36 +0000</pubDate>
		<dc:creator>den9</dc:creator>
				<category><![CDATA[インスピレーション]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://den-9.com/?p=814</guid>
		<description><![CDATA[上の画像は何を表しているか分かりますでしょうか？ 何かのロゴだろう。 男子トイレのマークじゃないか？周りも青いし。 何かを削ったようにも見えるね。 考えればキリがありませんが、シンプルなものは「人に興味を抱かせる」という [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://den-9.com/wp-content/uploads/2011/01/log.png" alt="" title="log" width="700" height="400" class="aligncenter size-full wp-image-817" /><br />
上の画像は何を表しているか分かりますでしょうか？</p>
<p>何かのロゴだろう。<br />
男子トイレのマークじゃないか？周りも青いし。<br />
何かを削ったようにも見えるね。</p>
<p>考えればキリがありませんが、シンプルなものは「人に興味を抱かせる」という力も持っています。選択肢が少ないがゆえ、思考もまとまりやすいのでしょう。</p>
<p>因みに画像を作ったのは僕で、特に意味を持たせたものではありません。セミコロン⇒「；」を画像にして少しデザインをしただけの意味を持たないものです。</p>
<p>「シンプルさ」は、昔のような地味な印象はなく、むしろインパクトを与える効果があります。派手に、多くの情報を与えるのを否定しませんが、コンテンツによってデザインを分けてあげると人に優しい、自己中心的でないデザインが出来るかも知れませんね。</p>
]]></content:encoded>
			<wfw:commentRss>http://den-9.com/blog/impact-for-you.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://den-9.com/blog/impact-for-you.html" />
	</item>
		<item>
		<title>iPadとiPhoneをjsで判別し、リダイレクト</title>
		<link>http://den-9.com/blog/js-redirect-ipad-iphone-ua.html</link>
		<comments>http://den-9.com/blog/js-redirect-ipad-iphone-ua.html#comments</comments>
		<pubDate>Thu, 06 Jan 2011 18:22:30 +0000</pubDate>
		<dc:creator>den9</dc:creator>
				<category><![CDATA[ブログ]]></category>
		<category><![CDATA[日誌]]></category>

		<guid isPermaLink="false">http://den-9.com/?p=803</guid>
		<description><![CDATA[覚書。iPadやiPhoneのアクセスをUAで判別してサブフォルダに振り分けます。 &#60;script type=&#34;text/javascript&#34;&#62; if((navigator.userAg [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://den-9.com/wp-content/uploads/2011/01/ua.jpg" alt="" title="ua" width="740" height="400" class="aligncenter size-full wp-image-810" /></p>
<p>覚書。iPadやiPhoneのアクセスをUAで判別してサブフォルダに振り分けます。</p>
<pre class="brush: jscript;">&lt;script type=&quot;text/javascript&quot;&gt;
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPad/i))) {
    if (document.cookie.indexOf(&quot;iphone_redirect=false&quot;) == -1) {
        window.location = &quot;iphone/&quot;;
    }
else{ (document.cookie.indexOf(&quot;ipad_redirect=false&quot;) == -1)
        window.location = &quot;ipad/&quot;;
    }
}
&lt;/script&gt;
</pre>
<p>相対パスでも絶対パスでもOKです。絶対パスならサブディレクトリにもできそうですね・・</p>
<p>以下を参照しました。</p>
<blockquote><p><a href="http://davidwalsh.name/detect-iphone">iPhone &#038; iPod Detection Using JavaScript</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://den-9.com/blog/js-redirect-ipad-iphone-ua.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://den-9.com/blog/js-redirect-ipad-iphone-ua.html" />
	</item>
		<item>
		<title>wordmark.it</title>
		<link>http://den-9.com/blog/wordmark-it.html</link>
		<comments>http://den-9.com/blog/wordmark-it.html#comments</comments>
		<pubDate>Thu, 06 Jan 2011 01:39:03 +0000</pubDate>
		<dc:creator>den9</dc:creator>
				<category><![CDATA[Webに関するメモ]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://den-9.com/?p=797</guid>
		<description><![CDATA[とっても便利なWebサービス。自分のパソコンにインストールされているフォントをWeb上で確認してくれるサービスです。表示も早いですし、遠く離れたお相手の環境を知ることが出来ますね。 wordmark.it]]></description>
			<content:encoded><![CDATA[<p><img src="http://den-9.com/wp-content/uploads/2011/01/wordmark.jpg" alt="" title="wordmark" width="740" height="473" class="aligncenter size-full wp-image-798" /><br />
とっても便利なWebサービス。自分のパソコンにインストールされているフォントをWeb上で確認してくれるサービスです。表示も早いですし、遠く離れたお相手の環境を知ることが出来ますね。</p>
<blockquote><p><a href="http://wordmark.it/">wordmark.it</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://den-9.com/blog/wordmark-it.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://den-9.com/blog/wordmark-it.html" />
	</item>
		<item>
		<title>生きたWebサイトとは</title>
		<link>http://den-9.com/blog/life-website.html</link>
		<comments>http://den-9.com/blog/life-website.html#comments</comments>
		<pubDate>Mon, 03 Jan 2011 05:21:14 +0000</pubDate>
		<dc:creator>den9</dc:creator>
				<category><![CDATA[HP運営上よくあるお悩み]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://den-9.com/?p=791</guid>
		<description><![CDATA[生きたWebサイトとはどういったものでしょうか。Webサイトとは形のないもので、特殊な言語のよって構築、目で見えるものとして初めて存在するものです。生きたサイト、と呼ぶと少しおかしいかも知れませんが、生きたサイトとは単純 [...]]]></description>
			<content:encoded><![CDATA[<p>生きたWebサイトとはどういったものでしょうか。Webサイトとは形のないもので、特殊な言語のよって構築、目で見えるものとして初めて存在するものです。生きたサイト、と呼ぶと少しおかしいかも知れませんが、生きたサイトとは単純に「更新されるサイト」の事を呼んでいます。</p>
<h3>生きたサイトに人は寄り付く</h3>
<p>デザインも変わらず、更新も殆ど無い、いつ訪問しても全く変わらないサイトは、生きているとは言えません。もちろん、内容によってはそれで十分なサイトもあります。例えば辞書的なサイトならあまり変わらないでしょう。</p>
<p>それはその他Webサイトの役割が変わらないことが最適だからです。辞書なのにコロコロ変わってしまっては辞書として機能してくれません。</p>
<p>しかし、例えばお店を運営していて、収益を上げるために、宣伝目的としてWebサイトを持ったとします。これは宣伝になりますから、当然新しい情報で有るべきです。何が入荷したのか。</p>
<p>この季節にどういったものが最適なのか、など、Webサイトを訪問する人は新しい情報を求めています。ところが、更新したくても出来ない状況の方も大勢いらっしゃいます。</p>
<blockquote><ol>
<li>更新料が有料</li>
<li>何を発信すればいいのか分からない</li>
<li>担当のWeb会社さんにすぐに連絡がつかない</li>
</ol>
</blockquote>
<p>理由は様々かと思いますが、更新が楽にできるシステム、例えばブログなんかは更新が簡単ですよね。こういったシステムを導入出来れば解決します。これをCMSと呼びます。DEN-9では、このCMSを低価格で導入し、更新料も抑えることが出来るプランをご用意しています。</p>
<p>コスト等でお困りの方、ぜひお問い合わせ下さい。</p>
]]></content:encoded>
			<wfw:commentRss>http://den-9.com/blog/life-website.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://den-9.com/blog/life-website.html" />
	</item>
	</channel>
</rss>

