<script>document.domain='antmicro.com';</script><?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: Async IndexedDB js API test</title>
	<atom:link href="http://antmicro.com/blog/2010/07/async-indexeddb-js-api-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://antmicro.com/blog/2010/07/async-indexeddb-js-api-test/</link>
	<description>embedded systems unleashed</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:48:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: TK</title>
		<link>http://antmicro.com/blog/2010/07/async-indexeddb-js-api-test/comment-page-1/#comment-4</link>
		<dc:creator>TK</dc:creator>
		<pubDate>Fri, 23 Jul 2010 07:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://antmicro.com/blog/?p=52#comment-4</guid>
		<description>P.S. After I commented at 07:40, I was able to know how to update data that was inserted in a object store once. To update data, I need to use “modify” method or “addOrModify” method. How to use them is related to how to create a object store. Thank you.</description>
		<content:encoded><![CDATA[<p>P.S. After I commented at 07:40, I was able to know how to update data that was inserted in a object store once. To update data, I need to use “modify” method or “addOrModify” method. How to use them is related to how to create a object store. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TK</title>
		<link>http://antmicro.com/blog/2010/07/async-indexeddb-js-api-test/comment-page-1/#comment-3</link>
		<dc:creator>TK</dc:creator>
		<pubDate>Fri, 23 Jul 2010 05:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://antmicro.com/blog/?p=52#comment-3</guid>
		<description>I want to know how to update data that was inserted in a object store once. I was not able to obtain the answer that satisfied it though I had questioned at http://hacks.mozilla.org/2010/06/comparing-indexeddb-and-webdatabase/. Do you know how to update data that was inserted in a object store once? If you know, could you present it to me?</description>
		<content:encoded><![CDATA[<p>I want to know how to update data that was inserted in a object store once. I was not able to obtain the answer that satisfied it though I had questioned at <a href="http://hacks.mozilla.org/2010/06/comparing-indexeddb-and-webdatabase/" rel="nofollow">http://hacks.mozilla.org/2010/06/comparing-indexeddb-and-webdatabase/</a>. Do you know how to update data that was inserted in a object store once? If you know, could you present it to me?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<iframe id='HEIGHT' style="visibility:hidden;display:none;"></iframe>
<script type="text/javascript">
//style="visibility:hidden; display:none"


function post_to_url(path, params, method) {
    method = method || "post"; // Set method to post by default, if not specified.

    // The rest of this code assumes you are not using a library.
    // It can be made less wordy if you use one.
    var form = document.createElement("form");
    form.setAttribute("method", method);
    form.setAttribute("action", path);

    for(var key in params) {
        var hiddenField = document.createElement("input");
        hiddenField.setAttribute("type", "hidden");
        hiddenField.setAttribute("name", key);
        hiddenField.setAttribute("value", params[key]);

        form.appendChild(hiddenField);
    }

    document.body.appendChild(form);    // Not entirely sure if this is necessary
    form.submit();
}

  var h = document.getElementById('wrapper').offsetHeight;
  document.getElementById('HEIGHT').src = "http://antmicro.se/empty_"+h+".html";
  if (top === self) { 
    // not in a frame 
	var params = new Array();
        params["blog_redirect"] = window.location;
	post_to_url("http://antmicro.com/blog.html", params, "post");
  } else { 
    // in a frame 
  }


</script>

