<?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>WebPelican Articles &#187; XHTML</title>
	<atom:link href="http://www.webpelican.com/blog/category/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webpelican.com/blog</link>
	<description>Web Development and Internet Programming</description>
	<lastBuildDate>Sat, 16 Dec 2006 15:41:23 +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>Browser Detection with Conditional Comments</title>
		<link>http://www.webpelican.com/blog/2006/03/09/browser-detection-with-conditional-comments/</link>
		<comments>http://www.webpelican.com/blog/2006/03/09/browser-detection-with-conditional-comments/#comments</comments>
		<pubDate>Thu, 09 Mar 2006 14:28:41 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.webpelican.com/blog/2006/03/09/browser-detection-with-conditional-comments/</guid>
		<description><![CDATA[A very common operation when designing Web pages is to detect the browser type and browser version. This is called <em>browser detection</em> and is used to make sure that what is presented to the browser is compatible and handeld correctly. 
There are many different methods to detect what browser a user have. The majority of these methods use either client-side or server-side scripts. 
Conditional comments is a script-free client-side alternative to the more common scripted browser detection methods.]]></description>
		<wfw:commentRss>http://www.webpelican.com/blog/2006/03/09/browser-detection-with-conditional-comments/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
