<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>WebサイトをiPhoneで見やすくする5つの方法 へのコメント</title>
	<atom:link href="http://www.webcreatorbox.com/tech/make-website-iphone-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webcreatorbox.com/tech/make-website-iphone-layout/</link>
	<description>WebデザインやWebサイト制作、最新のWeb業界情報などを紹介していくサイト。</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:54:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>WordPressのテーマを変更してスマートフォンサイトを作成。Media Queriesとどっちがいいの？ &#124; Webクリエイターボックス より</title>
		<link>http://www.webcreatorbox.com/tech/make-website-iphone-layout/#comment-3764</link>
		<dc:creator>WordPressのテーマを変更してスマートフォンサイトを作成。Media Queriesとどっちがいいの？ &#124; Webクリエイターボックス</dc:creator>
		<pubDate>Tue, 20 Dec 2011 01:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcreatorbox.com/?p=1247#comment-3764</guid>
		<description>[...] 以前「WebサイトをiPhoneで見やすくする5つの方法」という記事でWebサイトをスマートフォンに対応させる方法を紹介しました。当時はそこで紹介しているMobifyというサービスでスマートフ [...]</description>
		<content:encoded><![CDATA[<p>[...] 以前「WebサイトをiPhoneで見やすくする5つの方法」という記事でWebサイトをスマートフォンに対応させる方法を紹介しました。当時はそこで紹介しているMobifyというサービスでスマートフ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Webクリエイターボックス より</title>
		<link>http://www.webcreatorbox.com/tech/make-website-iphone-layout/#comment-3671</link>
		<dc:creator>Webクリエイターボックス</dc:creator>
		<pubDate>Thu, 24 Nov 2011 06:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcreatorbox.com/?p=1247#comment-3671</guid>
		<description>$ua=$_SERVER[&#039;HTTP_USER_AGENT&#039;];
if((strpos($ua,&#039;iPhone&#039;)!==false)&#124;&#124;(strpos($ua,&#039;Android&#039;)!==false)) {
  適応させる内容
}

こんな感じだと思います。
他のUAも http://webpghtml.seesaa.net/article/223225747.html で紹介されています。
どうでしょう？？</description>
		<content:encoded><![CDATA[<p>$ua=$_SERVER['HTTP_USER_AGENT'];<br />
if((strpos($ua,&#8217;iPhone&#8217;)!==false)||(strpos($ua,&#8217;Android&#8217;)!==false)) {<br />
  適応させる内容<br />
}</p>
<p>こんな感じだと思います。<br />
他のUAも <a href="http://webpghtml.seesaa.net/article/223225747.html" rel="nofollow">http://webpghtml.seesaa.net/article/223225747.html</a> で紹介されています。<br />
どうでしょう？？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Webクリエイターボックス より</title>
		<link>http://www.webcreatorbox.com/tech/make-website-iphone-layout/#comment-3672</link>
		<dc:creator>Webクリエイターボックス</dc:creator>
		<pubDate>Thu, 24 Nov 2011 06:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcreatorbox.com/?p=1247#comment-3672</guid>
		<description>$ua=$_SERVER[&#039;HTTP_USER_AGENT&#039;];
if((strpos($ua,&#039;iPhone&#039;)!==false)&#124;&#124;(strpos($ua,&#039;Android&#039;)!==false)) {
  適応させる内容
}

こんな感じだと思います。
他のUAも http://webpghtml.seesaa.net/article/223225747.html で紹介されています。
どうでしょう？？</description>
		<content:encoded><![CDATA[<p>$ua=$_SERVER['HTTP_USER_AGENT'];<br />
if((strpos($ua,&#8217;iPhone&#8217;)!==false)||(strpos($ua,&#8217;Android&#8217;)!==false)) {<br />
  適応させる内容<br />
}</p>
<p>こんな感じだと思います。<br />
他のUAも <a href="http://webpghtml.seesaa.net/article/223225747.html" rel="nofollow">http://webpghtml.seesaa.net/article/223225747.html</a> で紹介されています。<br />
どうでしょう？？</p>
]]></content:encoded>
	</item>
	<item>
		<title>kaori_rs より</title>
		<link>http://www.webcreatorbox.com/tech/make-website-iphone-layout/#comment-3669</link>
		<dc:creator>kaori_rs</dc:creator>
		<pubDate>Thu, 24 Nov 2011 04:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcreatorbox.com/?p=1247#comment-3669</guid>
		<description>こんにちは！

ＰＨＰでの振り分けの際、Androidにも対応させるには、
どのような記述になるのでしょうか？
</description>
		<content:encoded><![CDATA[<p>こんにちは！</p>
<p>ＰＨＰでの振り分けの際、Androidにも対応させるには、<br />
どのような記述になるのでしょうか？</p>
]]></content:encoded>
	</item>
	<item>
		<title>香里 鈴木 より</title>
		<link>http://www.webcreatorbox.com/tech/make-website-iphone-layout/#comment-3667</link>
		<dc:creator>香里 鈴木</dc:creator>
		<pubDate>Thu, 24 Nov 2011 01:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcreatorbox.com/?p=1247#comment-3667</guid>
		<description>こんにちは！Naoと申します。
こちらのサイトはいつもとっても勉強になります！
今、スマホサイトを作成中なのですが、ｐｈｐでＣＳＳを振り分けたいと思っております。
上記の方法で、iphoneはばっちりでしたが、ＡｎｄｒｏｉｄがＰＣ表示になってしまいまして・・・。
Ａｎｄｒｏｉｄで同じようにスマホ用のＣＳＳを適用させるにはどのようにすればよいでしょうか？
まだＰＨＰを勉強し始めたばかりで、色々試しているのですが、どうしてもうまくいかなくて困っています・・・。
</description>
		<content:encoded><![CDATA[<p>こんにちは！Naoと申します。<br />
こちらのサイトはいつもとっても勉強になります！<br />
今、スマホサイトを作成中なのですが、ｐｈｐでＣＳＳを振り分けたいと思っております。<br />
上記の方法で、iphoneはばっちりでしたが、ＡｎｄｒｏｉｄがＰＣ表示になってしまいまして・・・。<br />
Ａｎｄｒｏｉｄで同じようにスマホ用のＣＳＳを適用させるにはどのようにすればよいでしょうか？<br />
まだＰＨＰを勉強し始めたばかりで、色々試しているのですが、どうしてもうまくいかなくて困っています・・・。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

