<?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 for John Boxall</title>
	<atom:link href="http://johnboxall.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnboxall.ca</link>
	<description>Genius billionaire playboy web developer.</description>
	<pubDate>Wed, 10 Mar 2010 04:14:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Notes from &#8220;Mobile Device Detection&#8221; by Idel</title>
		<link>http://johnboxall.ca/2009/04/01/notes-from-mobile-device-detection/comment-page-1/#comment-373</link>
		<dc:creator>Idel</dc:creator>
		<pubDate>Mon, 25 May 2009 19:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://johnboxall.ca/?p=99#comment-373</guid>
		<description>I have published the new version of Apache Mobile Filter, now the filter is give to you the information of capabilities as apache environment.
Now you can develope in any language (php,jsp, ruby etc.) and have the information of mobile capability.


Read more info here: http://www.idelfuschini.it/it/apache-mobile-filter-v2x.html</description>
		<content:encoded><![CDATA[<p>I have published the new version of Apache Mobile Filter, now the filter is give to you the information of capabilities as apache environment.<br />
Now you can develope in any language (php,jsp, ruby etc.) and have the information of mobile capability.</p>
<p>Read more info here: <a href="http://www.idelfuschini.it/it/apache-mobile-filter-v2x.html" rel="nofollow">http://www.idelfuschini.it/it/apache-mobile-filter-v2x.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Notes from &#8220;Mobile Device Detection&#8221; by Mikko Ohtamaa</title>
		<link>http://johnboxall.ca/2009/04/01/notes-from-mobile-device-detection/comment-page-1/#comment-369</link>
		<dc:creator>Mikko Ohtamaa</dc:creator>
		<pubDate>Tue, 12 May 2009 23:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://johnboxall.ca/?p=99#comment-369</guid>
		<description>Hey,

I just came across your Bloom project in Google Code. We have been cooking something similar here far back Finland. Please check at least this project:

http://code.google.com/p/mobilesniffer/

It's related to user agent stuff - I hope you could take a look on it and see whether we could join our genious billionaire playboy forces.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I just came across your Bloom project in Google Code. We have been cooking something similar here far back Finland. Please check at least this project:</p>
<p><a href="http://code.google.com/p/mobilesniffer/" rel="nofollow">http://code.google.com/p/mobilesniffer/</a></p>
<p>It&#8217;s related to user agent stuff - I hope you could take a look on it and see whether we could join our genious billionaire playboy forces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jquery to display your GitHub repos by John</title>
		<link>http://johnboxall.ca/2009/03/06/using-jquery-to-display-your-github-repos/comment-page-1/#comment-221</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 06 Mar 2009 17:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://johnboxall.ca/?p=81#comment-221</guid>
		<description>Thanks for the excellent article Josh! Check out Josh's full reasoning here:
http://www.learningjquery.com/2009/03/43439-reasons-to-use-append-correctly/comment-page-1#comment-71018

Without knowledge of JQuery's internal working it's very easy to write inefficient code.

John Resig also had excellent post about profiling JS functions using FireUnit:
http://ejohn.org/blog/function-call-profiling/</description>
		<content:encoded><![CDATA[<p>Thanks for the excellent article Josh! Check out Josh&#8217;s full reasoning here:<br />
<a href="http://www.learningjquery.com/2009/03/43439-reasons-to-use-append-correctly/comment-page-1#comment-71018" rel="nofollow">http://www.learningjquery.com/2009/03/43439-reasons-to-use-append-correctly/comment-page-1#comment-71018</a></p>
<p>Without knowledge of JQuery&#8217;s internal working it&#8217;s very easy to write inefficient code.</p>
<p>John Resig also had excellent post about profiling JS functions using FireUnit:<br />
<a href="http://ejohn.org/blog/function-call-profiling/" rel="nofollow">http://ejohn.org/blog/function-call-profiling/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jquery to display your GitHub repos by Josh Powell</title>
		<link>http://johnboxall.ca/2009/03/06/using-jquery-to-display-your-github-repos/comment-page-1/#comment-219</link>
		<dc:creator>Josh Powell</dc:creator>
		<pubDate>Fri, 06 Mar 2009 17:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://johnboxall.ca/?p=81#comment-219</guid>
		<description>Thanks John, you made my day :)  One thing I learned after writing the article, and added in the first comment, was that it is much quicker to append a single node with a lot of children then it is to append a bunch of nodes.  So in your example above, if you could find a way to append the complete list instead of the list items it would be measurably quicker.  Possibly use replaceWith() or replaceAll() instead of append.</description>
		<content:encoded><![CDATA[<p>Thanks John, you made my day <img src='http://johnboxall.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  One thing I learned after writing the article, and added in the first comment, was that it is much quicker to append a single node with a lot of children then it is to append a bunch of nodes.  So in your example above, if you could find a way to append the complete list instead of the list items it would be measurably quicker.  Possibly use replaceWith() or replaceAll() instead of append.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Device Atlas API and Django-Admob by john</title>
		<link>http://johnboxall.ca/2009/01/26/deviceatlas-api-and-django-admob/comment-page-1/#comment-191</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 24 Feb 2009 03:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://johnboxall.ca/?p=69#comment-191</guid>
		<description>@versae DeviceAtlas has had a Python API for some time though 2.3 compatibility is still in the works:
http://deviceatlas.com/downloads/beta

Thanks for the link to the W3C simple API - I find it interesting that these methods appear verbatim in the original Device Atlas API. Most (web) programmers are looking for higher level functionality from their device library - for example - what kind of video is optimal to serve to this phone? While you can get this information by querying a number of properties on WURFL or Device Atlas, an ideal library would present these most common use cases as higher level functions!

Cheers,

John</description>
		<content:encoded><![CDATA[<p>@versae DeviceAtlas has had a Python API for some time though 2.3 compatibility is still in the works:<br />
<a href="http://deviceatlas.com/downloads/beta" rel="nofollow">http://deviceatlas.com/downloads/beta</a></p>
<p>Thanks for the link to the W3C simple API - I find it interesting that these methods appear verbatim in the original Device Atlas API. Most (web) programmers are looking for higher level functionality from their device library - for example - what kind of video is optimal to serve to this phone? While you can get this information by querying a number of properties on WURFL or Device Atlas, an ideal library would present these most common use cases as higher level functions!</p>
<p>Cheers,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Device Atlas API and Django-Admob by versae</title>
		<link>http://johnboxall.ca/2009/01/26/deviceatlas-api-and-django-admob/comment-page-1/#comment-157</link>
		<dc:creator>versae</dc:creator>
		<pubDate>Sat, 14 Feb 2009 01:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://johnboxall.ca/?p=69#comment-157</guid>
		<description>I never knew that there was DeviceAtlas API for Django, so far I have been using WURFL in djangobile (http://code.google.com/p/djangobile/), but I would like DeviceAtlas formed part of procces of device detection.
Although the ideal would be to implement the interface proposed by the W3C (http://www.w3.org/TR/2008/PR-DDR-Simple-API-20080917/).</description>
		<content:encoded><![CDATA[<p>I never knew that there was DeviceAtlas API for Django, so far I have been using WURFL in djangobile (http://code.google.com/p/djangobile/), but I would like DeviceAtlas formed part of procces of device detection.<br />
Although the ideal would be to implement the interface proposed by the W3C (http://www.w3.org/TR/2008/PR-DDR-Simple-API-20080917/).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
