<?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>Blackberry için web sayfası yazısına yapılan yorumlar</title>
	<atom:link href="http://www.fatihhayrioglu.com/blackberry-icin-web-sayfasi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fatihhayrioglu.com/blackberry-icin-web-sayfasi/</link>
	<description>{ CSS, HTML ve Javascript }</description>
	<lastBuildDate>Wed, 17 Mar 2010 15:29:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2010</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Beko Turko tarafından</title>
		<link>http://www.fatihhayrioglu.com/blackberry-icin-web-sayfasi/comment-page-1/#comment-5910</link>
		<dc:creator>Beko Turko</dc:creator>
		<pubDate>Sun, 14 Dec 2008 14:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=790#comment-5910</guid>
		<description>Üstad ASP ile şu şekilde denedim ve çok güzel oldu. Bende HP IPAQ Mobile telefon var, aşağıdaki gibi denedim bilgisayardan girince default2.asp geldi, mobil telefon ile girdiğimde mobile.asp sayfasını görüntüledim.
&lt;code&gt;
&lt;%   
userAgent = Request.ServerVariables(&quot;HTTP_USER_AGENT&quot;)   
userAgent = lcase(userAgent)   
  
if Instr(userAgent, &quot;mobile&quot;) then   
response.redirect(&quot;mobile.asp&quot;)
else
response.redirect(&quot;default2.asp&quot;)
end if   
%&gt;
&lt;/code&gt;

Çok Teşekkür ederim. Saygılar</description>
		<content:encoded><![CDATA[<p>Üstad ASP ile şu şekilde denedim ve çok güzel oldu. Bende HP IPAQ Mobile telefon var, aşağıdaki gibi denedim bilgisayardan girince default2.asp geldi, mobil telefon ile girdiğimde mobile.asp sayfasını görüntüledim.<br />
<code><br />
< %<br />
userAgent = Request.ServerVariables("HTTP_USER_AGENT")<br />
userAgent = lcase(userAgent)   </p>
<p>if Instr(userAgent, "mobile") then<br />
response.redirect("mobile.asp")<br />
else<br />
response.redirect("default2.asp")<br />
end if<br />
%><br />
</code></p>
<p>Çok Teşekkür ederim. Saygılar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Beko Turko tarafından</title>
		<link>http://www.fatihhayrioglu.com/blackberry-icin-web-sayfasi/comment-page-1/#comment-5909</link>
		<dc:creator>Beko Turko</dc:creator>
		<pubDate>Sun, 14 Dec 2008 14:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=790#comment-5909</guid>
		<description>Çok iyi bir bilgilendirme olmuş üstad, benim uzun zamandır düşündüğüm bir konu idi. Bu kodu sadece blackberry için değil de tüm mobil kullanıcıları için şu şekilde yapabilirmiyiz.
&lt;code&gt;
&lt;%
userAgent = Request.ServerVariables(&quot;HTTP_USER_AGENT&quot;)
userAgent = lcase(userAgent)

if Instr(userAgent, \&quot;mobile\&quot;) then
response.redirect(\&quot;/mobile/default.asp\&quot;)
end if
%&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Çok iyi bir bilgilendirme olmuş üstad, benim uzun zamandır düşündüğüm bir konu idi. Bu kodu sadece blackberry için değil de tüm mobil kullanıcıları için şu şekilde yapabilirmiyiz.<br />
<code><br />
< %<br />
userAgent = Request.ServerVariables("HTTP_USER_AGENT")<br />
userAgent = lcase(userAgent)</p>
<p>if Instr(userAgent, \"mobile\") then<br />
response.redirect(\"/mobile/default.asp\")<br />
end if<br />
%><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>volkan şentürk (ondan bundan ) &#187; Blog Archive &#187; detect mobile browser - sitemize mobil browserla bağlananları tespit etmek için tarafından</title>
		<link>http://www.fatihhayrioglu.com/blackberry-icin-web-sayfasi/comment-page-1/#comment-5864</link>
		<dc:creator>volkan şentürk (ondan bundan ) &#187; Blog Archive &#187; detect mobile browser - sitemize mobil browserla bağlananları tespit etmek için</dc:creator>
		<pubDate>Sat, 29 Nov 2008 20:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=790#comment-5864</guid>
		<description>[...] asp kodu için http://www.fatihhayrioglu.com/blackberry-icin-web-sayfasi/ [...]</description>
		<content:encoded><![CDATA[<p>[...] asp kodu için <a href="http://www.fatihhayrioglu.com/blackberry-icin-web-sayfasi/" rel="nofollow">http://www.fatihhayrioglu.com/blackberry-icin-web-sayfasi/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>volkan şentürk tarafından</title>
		<link>http://www.fatihhayrioglu.com/blackberry-icin-web-sayfasi/comment-page-1/#comment-5863</link>
		<dc:creator>volkan şentürk</dc:creator>
		<pubDate>Sat, 29 Nov 2008 20:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=790#comment-5863</guid>
		<description>php kodu için http://detectmobilebrowsers.mobi/

sayfasına bakabilirsiniz.</description>
		<content:encoded><![CDATA[<p>php kodu için <a href="http://detectmobilebrowsers.mobi/" rel="nofollow">http://detectmobilebrowsers.mobi/</a></p>
<p>sayfasına bakabilirsiniz.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.236 seconds -->
