<?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 crowder's blog</title>
	<atom:link href="http://blog.mozilla.com/bcrowder/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/bcrowder</link>
	<description>what I'm doing, what I'm interested in, random junk</description>
	<lastBuildDate>Tue, 03 Nov 2009 04:18:21 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on jswrap (C++ love for Spidermonkey) by Raji</title>
		<link>http://blog.mozilla.com/bcrowder/2008/09/17/jswrap-c-love-for-spidermonkey/comment-page-1/#comment-553</link>
		<dc:creator>Raji</dc:creator>
		<pubDate>Tue, 03 Nov 2009 04:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/bcrowder/?p=19#comment-553</guid>
		<description>Hi 
I m into a project were its required to incorporate AJAX object (XHR) in spidermonkey(C).Can you suggest any good HTTP library. Can I use any idl s for XHR and if yes kindly suggest one.</description>
		<content:encoded><![CDATA[<p>Hi<br />
I m into a project were its required to incorporate AJAX object (XHR) in spidermonkey(C).Can you suggest any good HTTP library. Can I use any idl s for XHR and if yes kindly suggest one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jswrap (C++ love for Spidermonkey) by atupac</title>
		<link>http://blog.mozilla.com/bcrowder/2008/09/17/jswrap-c-love-for-spidermonkey/comment-page-1/#comment-248</link>
		<dc:creator>atupac</dc:creator>
		<pubDate>Mon, 01 Jun 2009 01:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/bcrowder/?p=19#comment-248</guid>
		<description>Hi, so u love embedding things like me!  Well, i have an app written in C/C++ for loading images in a Caroussel presentation. But it wasn&#039;t very beautiful &amp; fast because of loading images on the fly! 

So, as a lot of Very Beautiful Carousels already exist on internet (written in javascript...), i decided to spare time by using those existing scripts!

What i wanted is to embed javascript in may C++ app, and Spidermonkey seems to be the Solution (note: i use the &quot;libjs.a&quot; library for Wii Hombrew develeppement,  which is here: http://wiibrew.org/wiki/SpiderMonkey). 
I&#039;ve red and followed the template &amp; example on mozilla and so on...But, after successfully compiling all, and loading it on the Wii: nothing at all show up on Tv screen...

So if u think u can make &amp; upload here a template project (just showing a simple text or image in middle of screen...) written in C++ that embeds SMonkey javascript code, it will be helpfull!

PS: i develop on &quot;devkitpro&quot;.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, so u love embedding things like me!  Well, i have an app written in C/C++ for loading images in a Caroussel presentation. But it wasn&#8217;t very beautiful &amp; fast because of loading images on the fly! </p>
<p>So, as a lot of Very Beautiful Carousels already exist on internet (written in javascript&#8230;), i decided to spare time by using those existing scripts!</p>
<p>What i wanted is to embed javascript in may C++ app, and Spidermonkey seems to be the Solution (note: i use the &#8220;libjs.a&#8221; library for Wii Hombrew develeppement,  which is here: <a href="http://wiibrew.org/wiki/SpiderMonkey)" rel="nofollow">http://wiibrew.org/wiki/SpiderMonkey)</a>.<br />
I&#8217;ve red and followed the template &amp; example on mozilla and so on&#8230;But, after successfully compiling all, and loading it on the Wii: nothing at all show up on Tv screen&#8230;</p>
<p>So if u think u can make &amp; upload here a template project (just showing a simple text or image in middle of screen&#8230;) written in C++ that embeds SMonkey javascript code, it will be helpfull!</p>
<p>PS: i develop on &#8220;devkitpro&#8221;.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jswrap (C++ love for Spidermonkey) by bcrowder</title>
		<link>http://blog.mozilla.com/bcrowder/2008/09/17/jswrap-c-love-for-spidermonkey/comment-page-1/#comment-233</link>
		<dc:creator>bcrowder</dc:creator>
		<pubDate>Thu, 30 Apr 2009 17:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/bcrowder/?p=19#comment-233</guid>
		<description>Well, nothing here implements anything like XHR, if that&#039;s what you mean, but it wouldn&#039;t be to hard to add, I think, if you have a good HTTP library handy.</description>
		<content:encoded><![CDATA[<p>Well, nothing here implements anything like XHR, if that&#8217;s what you mean, but it wouldn&#8217;t be to hard to add, I think, if you have a good HTTP library handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jswrap (C++ love for Spidermonkey) by Sanjay Mukherjee</title>
		<link>http://blog.mozilla.com/bcrowder/2008/09/17/jswrap-c-love-for-spidermonkey/comment-page-1/#comment-232</link>
		<dc:creator>Sanjay Mukherjee</dc:creator>
		<pubDate>Thu, 30 Apr 2009 11:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/bcrowder/?p=19#comment-232</guid>
		<description>Hi,

Its really a good blog as i was searching something like this .

I require one help from you .
Actually one thing that i am interested is can i get Ajax object data to my c++ code using Spider Monkey?

thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Its really a good blog as i was searching something like this .</p>
<p>I require one help from you .<br />
Actually one thing that i am interested is can i get Ajax object data to my c++ code using Spider Monkey?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on canvas + chrome + content by Boris</title>
		<link>http://blog.mozilla.com/bcrowder/2009/04/08/canvas-chrome-content/comment-page-1/#comment-226</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/bcrowder/?p=28#comment-226</guid>
		<description>As I mentioned to Brian yesterday, createImageData()&#039;s filling in the array has the nice property that you can fill you image data in any order without a performance penalty.  If you use your own object and don&#039;t pre-initialize the array yourself, then you run into serious performance issues in SpiderMonkey if you fill it in any order but row order (so fill in the first row starting on the left, then the second row, etc), due to the array becoming sparse.  In particular, if your data is best filled in a column at a time, that approach will really hurt.</description>
		<content:encoded><![CDATA[<p>As I mentioned to Brian yesterday, createImageData()&#8217;s filling in the array has the nice property that you can fill you image data in any order without a performance penalty.  If you use your own object and don&#8217;t pre-initialize the array yourself, then you run into serious performance issues in SpiderMonkey if you fill it in any order but row order (so fill in the first row starting on the left, then the second row, etc), due to the array becoming sparse.  In particular, if your data is best filled in a column at a time, that approach will really hurt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evolving from the JavaScript of today to the JavaScript of tomorrow (ES3 -&gt; ES4) by Martin Hassman: blog nejen o prohlížečích &#187; Blog Archive &#187; ECMAScript 4 přichází</title>
		<link>http://blog.mozilla.com/bcrowder/2007/11/30/evolving-from-the-javascript-of-today-to-the-javascript-of-tomorrow-es3-es4/comment-page-1/#comment-95</link>
		<dc:creator>Martin Hassman: blog nejen o prohlížečích &#187; Blog Archive &#187; ECMAScript 4 přichází</dc:creator>
		<pubDate>Thu, 24 Apr 2008 11:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/bcrowder/2007/11/30/evolving-from-the-javascript-of-today-to-the-javascript-of-tomorrow-es3-es4/#comment-95</guid>
		<description>[...] Evolving from the JS of today to the JS of tomorrow (ES3 -&gt; ES4) [...]</description>
		<content:encoded><![CDATA[<p>[...] Evolving from the JS of today to the JS of tomorrow (ES3 -&gt; ES4) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
