<?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>Java never die &#187; GWT</title>
	<atom:link href="http://www.javaneverdie.com/category/gwt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javaneverdie.com</link>
	<description>Java modern frameworks. But not only.</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:49:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Want to show &#8220;mobile&#8221; or &#8220;phone&#8221; site version &#8212; check user agent</title>
		<link>http://www.javaneverdie.com/gwt/want-to-show-mobile-or-phone-site-version-check-user-agent/</link>
		<comments>http://www.javaneverdie.com/gwt/want-to-show-mobile-or-phone-site-version-check-user-agent/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 19:14:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GWT]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/?p=456</guid>
		<description><![CDATA[So, you (i, we) want to show to our site phone  visitor &#8220;mobile&#8221; (intended for phone users) version of the site. First of all we must detect &#8220;mobile&#8221; request. To do this we must check user agent header from request. in Java (withing relevant servlet method ): String userAgent = request.getHeader("user-agent"); in PHP: $user_agent = [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/wordpress/how-to-check-that-site-built-using-wordpress/' rel='bookmark' title='Permanent Link: How to check that site built using WordPress'>How to check that site built using WordPress</a></li>
<li><a href='http://www.javaneverdie.com/mysql/mysql-on-windows-access-denied-for-user-rootlocalhost-using-password-no/' rel='bookmark' title='Permanent Link: MySQL on Windows Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)'>MySQL on Windows Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)</a></li>
<li><a href='http://www.javaneverdie.com/java/the-plugin-does-not-exist-or-no-valid-version-could-be-found/' rel='bookmark' title='Permanent Link: The plugin does not exist or no valid version could be found'>The plugin does not exist or no valid version could be found</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/gwt/want-to-show-mobile-or-phone-site-version-check-user-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

