<?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>Comments on: WURFL .NET API</title>
	<atom:link href="http://www.mihavalencic.com/wurflapi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mihavalencic.com</link>
	<description>Solving IT Challenges</description>
	<lastBuildDate>Tue, 09 Aug 2011 08:25:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: miha</title>
		<link>http://www.mihavalencic.com/wurflapi/comment-page-1/#comment-18</link>
		<dc:creator>miha</dc:creator>
		<pubDate>Tue, 02 Feb 2010 09:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mihavalencic.com/?page_id=56#comment-18</guid>
		<description>You&#039;re welcome. :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome. <img src='http://www.mihavalencic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ming</title>
		<link>http://www.mihavalencic.com/wurflapi/comment-page-1/#comment-10</link>
		<dc:creator>ming</dc:creator>
		<pubDate>Tue, 02 Feb 2010 09:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mihavalencic.com/?page_id=56#comment-10</guid>
		<description>真心谢谢！</description>
		<content:encoded><![CDATA[<p>真心谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miha</title>
		<link>http://www.mihavalencic.com/wurflapi/comment-page-1/#comment-12</link>
		<dc:creator>miha</dc:creator>
		<pubDate>Tue, 02 Feb 2010 07:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mihavalencic.com/?page_id=56#comment-12</guid>
		<description>ming, that depends on you scenario. What exactly do you want to use WURFL API for? Device IDs are the ones as defined in the WURFL.XML file and you can get all of the devices in the databse through WurflIndex object. Have a look at it.</description>
		<content:encoded><![CDATA[<p>ming, that depends on you scenario. What exactly do you want to use WURFL API for? Device IDs are the ones as defined in the WURFL.XML file and you can get all of the devices in the databse through WurflIndex object. Have a look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ming</title>
		<link>http://www.mihavalencic.com/wurflapi/comment-page-1/#comment-11</link>
		<dc:creator>ming</dc:creator>
		<pubDate>Tue, 02 Feb 2010 07:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mihavalencic.com/?page_id=56#comment-11</guid>
		<description>I got it.Programing in win7 need a configration.
But ,i met a another question here : if I cannot got the uaString,how can i use wurflIndex.GetDeviceById(id_of_the_device);how can i get the id.</description>
		<content:encoded><![CDATA[<p>I got it.Programing in win7 need a configration.<br />
But ,i met a another question here : if I cannot got the uaString,how can i use wurflIndex.GetDeviceById(id_of_the_device);how can i get the id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miha</title>
		<link>http://www.mihavalencic.com/wurflapi/comment-page-1/#comment-20</link>
		<dc:creator>miha</dc:creator>
		<pubDate>Sat, 30 Jan 2010 16:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mihavalencic.com/?page_id=56#comment-20</guid>
		<description>ming, I don&#039;t have a clue. I don&#039;t have windows 7 with developer tools, so you&#039;re on your own here. I suggest you take sources, and run the application through the debugger.
Alternatively, configure log4net and check the logs.</description>
		<content:encoded><![CDATA[<p>ming, I don&#8217;t have a clue. I don&#8217;t have windows 7 with developer tools, so you&#8217;re on your own here. I suggest you take sources, and run the application through the debugger.<br />
Alternatively, configure log4net and check the logs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ming</title>
		<link>http://www.mihavalencic.com/wurflapi/comment-page-1/#comment-19</link>
		<dc:creator>ming</dc:creator>
		<pubDate>Sat, 30 Jan 2010 13:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mihavalencic.com/?page_id=56#comment-19</guid>
		<description>your code which is very helpful works well in window xp, but the downloader is unable to LoadWurfl in windows 7.why ...?</description>
		<content:encoded><![CDATA[<p>your code which is very helpful works well in window xp, but the downloader is unable to LoadWurfl in windows 7.why &#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miha</title>
		<link>http://www.mihavalencic.com/wurflapi/comment-page-1/#comment-22</link>
		<dc:creator>miha</dc:creator>
		<pubDate>Wed, 27 Jan 2010 10:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mihavalencic.com/?page_id=56#comment-22</guid>
		<description>ming, you can use it like so:
// instantiate a WURFL downloader
WurflDownloader downloader = new WurflDownloader();

// load the wurfl index with pacthec and whatnot (as defined in the manifest file)
// note: manifest location can also be an Uri, pointing to a website
WurflIndex wurflIndex = downloader.LoadWurfl(manifestLocation);

// from here on, you can query the WURFL database
WurflDeviceIndex deviceIdx = wurflIndex.GetDeviceById(id_of_the_device);
// or
WurflDeviceIndex deviceIdx = wurflIndex.GetDeviceByUa(deviceUserAgentString)
// or alternatively call GetDeviceByUaLoose (where it does loose matching and returns all of the matched devices with calculated match quality

When you obtain WurflDeviceIndex, you can query the device capabilities
string model = deviceIdx[&quot;model_name&quot;].Value;

Hope this helps. You need a working manifest file and wurfl.xml. Take a look at a sample web app for that.</description>
		<content:encoded><![CDATA[<p>ming, you can use it like so:<br />
// instantiate a WURFL downloader<br />
WurflDownloader downloader = new WurflDownloader();</p>
<p>// load the wurfl index with pacthec and whatnot (as defined in the manifest file)<br />
// note: manifest location can also be an Uri, pointing to a website<br />
WurflIndex wurflIndex = downloader.LoadWurfl(manifestLocation);</p>
<p>// from here on, you can query the WURFL database<br />
WurflDeviceIndex deviceIdx = wurflIndex.GetDeviceById(id_of_the_device);<br />
// or<br />
WurflDeviceIndex deviceIdx = wurflIndex.GetDeviceByUa(deviceUserAgentString)<br />
// or alternatively call GetDeviceByUaLoose (where it does loose matching and returns all of the matched devices with calculated match quality</p>
<p>When you obtain WurflDeviceIndex, you can query the device capabilities<br />
string model = deviceIdx["model_name"].Value;</p>
<p>Hope this helps. You need a working manifest file and wurfl.xml. Take a look at a sample web app for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ming</title>
		<link>http://www.mihavalencic.com/wurflapi/comment-page-1/#comment-25</link>
		<dc:creator>ming</dc:creator>
		<pubDate>Wed, 27 Jan 2010 10:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mihavalencic.com/?page_id=56#comment-25</guid>
		<description>HttpListenerContext context = this._listener.GetContext();
 WurflMobileCapabilities cpas = new WurflMobileCapabilities(context );
how could i use your API in a ConsoleApplication ?</description>
		<content:encoded><![CDATA[<p>HttpListenerContext context = this._listener.GetContext();<br />
 WurflMobileCapabilities cpas = new WurflMobileCapabilities(context );<br />
how could i use your API in a ConsoleApplication ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miha</title>
		<link>http://www.mihavalencic.com/wurflapi/comment-page-1/#comment-24</link>
		<dc:creator>miha</dc:creator>
		<pubDate>Thu, 07 Jan 2010 07:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mihavalencic.com/?page_id=56#comment-24</guid>
		<description>No, not really. I guess Luca and the team are more focused on Java and PHP implementations... Anyhow, mdbf (http://mdbf.codeplex.com) is quite a good replacement for WURFL.</description>
		<content:encoded><![CDATA[<p>No, not really. I guess Luca and the team are more focused on Java and PHP implementations&#8230; Anyhow, mdbf (<a href="http://mdbf.codeplex.com" rel="nofollow">http://mdbf.codeplex.com</a>) is quite a good replacement for WURFL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luigi</title>
		<link>http://www.mihavalencic.com/wurflapi/comment-page-1/#comment-26</link>
		<dc:creator>luigi</dc:creator>
		<pubDate>Wed, 06 Jan 2010 09:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mihavalencic.com/?page_id=56#comment-26</guid>
		<description>Atleast your API was easier to implement, this &#039;official&#039; is like a maze. Have you ever ... used it?</description>
		<content:encoded><![CDATA[<p>Atleast your API was easier to implement, this &#8216;official&#8217; is like a maze. Have you ever &#8230; used it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

