<?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 Factory-H</title>
	<atom:link href="http://www.factory-h.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.factory-h.com/blog</link>
	<description>brought to you by Darrel Herbst</description>
	<lastBuildDate>Mon, 07 Jun 2010 13:56:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Android_id looks like it can uniquely identify the device by dar</title>
		<link>http://www.factory-h.com/blog/?p=47&#038;cpage=1#comment-146</link>
		<dc:creator>dar</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.factory-h.com/blog/?p=47#comment-146</guid>
		<description>However, it is important to note that users can change the value.  So it can&#039;t fully be trusted.  

See here: &lt;a href=&quot;http://strazzere.com/blog/?tag=android_id&quot; rel=&quot;nofollow&quot;&gt;http://strazzere.com/blog/?tag=android_id&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>However, it is important to note that users can change the value.  So it can&#8217;t fully be trusted.  </p>
<p>See here: <a href="http://strazzere.com/blog/?tag=android_id" rel="nofollow">http://strazzere.com/blog/?tag=android_id</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android_id looks like it can uniquely identify the device by Steve</title>
		<link>http://www.factory-h.com/blog/?p=47&#038;cpage=1#comment-143</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 28 May 2010 04:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.factory-h.com/blog/?p=47#comment-143</guid>
		<description>According to the doc, it&#039;s a 16-char number that&#039;s generated when the device first boots and isn&#039;t recreated unless the userdoes a factory-reset
</description>
		<content:encoded><![CDATA[<p>According to the doc, it&#8217;s a 16-char number that&#8217;s generated when the device first boots and isn&#8217;t recreated unless the userdoes a factory-reset</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does html5 video work in Android? by dar</title>
		<link>http://www.factory-h.com/blog/?p=121&#038;cpage=1#comment-126</link>
		<dc:creator>dar</dc:creator>
		<pubDate>Wed, 07 Apr 2010 18:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.factory-h.com/blog/?p=121#comment-126</guid>
		<description>I think they are counting the Gears integration as a partial html5 support.  But it looks like the html5 video and audio tags are not supported in the browser.</description>
		<content:encoded><![CDATA[<p>I think they are counting the Gears integration as a partial html5 support.  But it looks like the html5 video and audio tags are not supported in the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does html5 video work in Android? by Kenn Lisudza</title>
		<link>http://www.factory-h.com/blog/?p=121&#038;cpage=1#comment-125</link>
		<dc:creator>Kenn Lisudza</dc:creator>
		<pubDate>Wed, 07 Apr 2010 16:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.factory-h.com/blog/?p=121#comment-125</guid>
		<description>Am sure its not supported on Android 1.6, but I thot its supported on 2.1 hmmm interesting.</description>
		<content:encoded><![CDATA[<p>Am sure its not supported on Android 1.6, but I thot its supported on 2.1 hmmm interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on django ManyToManyFields and form.save(commit=False) by michael</title>
		<link>http://www.factory-h.com/blog/?p=71&#038;cpage=1#comment-124</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Wed, 31 Mar 2010 02:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.factory-h.com/blog/?p=71#comment-124</guid>
		<description>What do you do if there is an error in:

item.user = request.user
item.save()

Like, if there was a unique constraint, such as if item had a OneToOne to user, and you tried to save it while using the same user? I can&#039;t find anything about how to best handle errors after form.save(commit=False)</description>
		<content:encoded><![CDATA[<p>What do you do if there is an error in:</p>
<p>item.user = request.user<br />
item.save()</p>
<p>Like, if there was a unique constraint, such as if item had a OneToOne to user, and you tried to save it while using the same user? I can&#8217;t find anything about how to best handle errors after form.save(commit=False)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beware jquery $.getJSON on IE by k0fy_chaos</title>
		<link>http://www.factory-h.com/blog/?p=67&#038;cpage=1#comment-92</link>
		<dc:creator>k0fy_chaos</dc:creator>
		<pubDate>Tue, 13 Oct 2009 23:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.factory-h.com/blog/?p=67#comment-92</guid>
		<description>Tengo el mismo problema, pero en vez de usarMath.random() uso new Date(), así es menos probable que se repitan los valores.

EJEMPLO:

$.getJSON(’data.php’,
{
foo: new Date()
},
function(data, status){

//LO QUE SEA QUE HAGAMOS

});</description>
		<content:encoded><![CDATA[<p>Tengo el mismo problema, pero en vez de usarMath.random() uso new Date(), así es menos probable que se repitan los valores.</p>
<p>EJEMPLO:</p>
<p>$.getJSON(’data.php’,<br />
{<br />
foo: new Date()<br />
},<br />
function(data, status){</p>
<p>//LO QUE SEA QUE HAGAMOS</p>
<p>});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google App Engine &#8211; django login_required Google Accounts by Mario Avila</title>
		<link>http://www.factory-h.com/blog/?p=23&#038;cpage=1#comment-91</link>
		<dc:creator>Mario Avila</dc:creator>
		<pubDate>Wed, 16 Sep 2009 17:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.factory-h.com/blog/?p=23#comment-91</guid>
		<description>Muchas gracias, me ha sido muy util</description>
		<content:encoded><![CDATA[<p>Muchas gracias, me ha sido muy util</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beware jquery $.getJSON on IE by dar</title>
		<link>http://www.factory-h.com/blog/?p=67&#038;cpage=1#comment-89</link>
		<dc:creator>dar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.factory-h.com/blog/?p=67#comment-89</guid>
		<description>I wouldn&#039;t say my reason is false, because you&#039;ve only found a limited workaround.  If you change the global settings, you probably will have a bunch of side-effects going on for other calls on the page.  Then you end up having to check in the global handlers; &#039;which one failed?&#039; and that&#039;s just a mess.

Now, if they had put in some optional params to override the handlers that would have made sense, but messing with the global handlers is a very bad idea.</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t say my reason is false, because you&#8217;ve only found a limited workaround.  If you change the global settings, you probably will have a bunch of side-effects going on for other calls on the page.  Then you end up having to check in the global handlers; &#8216;which one failed?&#8217; and that&#8217;s just a mess.</p>
<p>Now, if they had put in some optional params to override the handlers that would have made sense, but messing with the global handlers is a very bad idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beware jquery $.getJSON on IE by Heirem</title>
		<link>http://www.factory-h.com/blog/?p=67&#038;cpage=1#comment-77</link>
		<dc:creator>Heirem</dc:creator>
		<pubDate>Fri, 31 Jul 2009 06:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.factory-h.com/blog/?p=67#comment-77</guid>
		<description>Hi,
Your second reason is false:
The $.getJSON is just a wrapper method to $.ajax and so you can set the global AJAX parameters before the call to getJSON and then make all your getJSON and AJAX calls with these settings.

$.ajaxSetup({ timeout: 5000 });

On the other hand, as regards the error callback, the second argument, textStatus wich can take the values : &quot;timeout&quot;, &quot;error&quot;, &quot;notmodified&quot;, &quot;success&quot; or &quot;parsererror&quot;, can help you to manage it.

But you&#039;re right, for anyone who wants make some efforts, the choice of $.ajax is preferable ;)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Your second reason is false:<br />
The $.getJSON is just a wrapper method to $.ajax and so you can set the global AJAX parameters before the call to getJSON and then make all your getJSON and AJAX calls with these settings.</p>
<p>$.ajaxSetup({ timeout: 5000 });</p>
<p>On the other hand, as regards the error callback, the second argument, textStatus wich can take the values : &#8220;timeout&#8221;, &#8220;error&#8221;, &#8220;notmodified&#8221;, &#8220;success&#8221; or &#8220;parsererror&#8221;, can help you to manage it.</p>
<p>But you&#8217;re right, for anyone who wants make some efforts, the choice of $.ajax is preferable <img src='http://www.factory-h.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DjangoUnicodeDecodeError gotcha! by slafs</title>
		<link>http://www.factory-h.com/blog/?p=56&#038;cpage=1#comment-76</link>
		<dc:creator>slafs</dc:creator>
		<pubDate>Sat, 25 Jul 2009 11:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.factory-h.com/blog/?p=56#comment-76</guid>
		<description>Great! That was very helpful! Thanks!</description>
		<content:encoded><![CDATA[<p>Great! That was very helpful! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
