<?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: jswrap (C++ love for Spidermonkey)</title>
	<atom:link href="http://blog.mozilla.com/bcrowder/2008/09/17/jswrap-c-love-for-spidermonkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/bcrowder/2008/09/17/jswrap-c-love-for-spidermonkey/</link>
	<description>what I'm doing, what I'm interested in, random junk</description>
	<lastBuildDate>Tue, 22 Feb 2011 00:39:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>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>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>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>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>
</channel>
</rss>

