<?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 Wirestorm</title>
	<atom:link href="http://wirestorm.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wirestorm.net/blog</link>
	<description>Ray Hilton&#039;s blog about interesting technology</description>
	<lastBuildDate>Tue, 11 Mar 2008 03:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2-bleeding</generator>
	<item>
		<title>Comment on JavaXPCOM by TheReallyBest</title>
		<link>http://wirestorm.net/blog/2006/04/29/javaxpcom/comment-page-1/#comment-3656</link>
		<dc:creator>TheReallyBest</dc:creator>
		<pubDate>Tue, 11 Mar 2008 03:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://rayh.co.uk/blog/?p=13#comment-3656</guid>
		<description>X-Rumer is the BEST!!! 
 
http://upload.wikimedia.org/wikipedia/en/thumb/6/6b/XRumer_screenshot.gif/200px-XRumer_screenshot.gif 
 
;)</description>
		<content:encoded><![CDATA[<p>X-Rumer is the BEST!!! </p>
<p><a href="http://upload.wikimedia.org/wikipedia/en/thumb/6/6b/XRumer_screenshot.gif/200px-XRumer_screenshot.gif" rel="nofollow">http://upload.wikimedia.org/wikipedia/en/thumb/6/6b/XRumer_screenshot.gif/200px-XRumer_screenshot.gif</a> </p>
<p> <img src='http://wirestorm.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windy Road » (Re)Introducing Javascript And Hidden Applets (JAHA) by Tom Howard</title>
		<link>http://wirestorm.net/blog/2007/04/26/windy-road-%c2%bb-reintroducing-javascript-and-hidden-applets-jaha/comment-page-1/#comment-2790</link>
		<dc:creator>Tom Howard</dc:creator>
		<pubDate>Fri, 27 Apr 2007 05:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://wirestorm.net/blog/?p=46#comment-2790</guid>
		<description>Hi Ray,

Glad you liked the article.  Thought you might be interested to know that I&#039;ve almost completed exactly what you have asked for, a JS library for creating hidden applets :D

I&#039;ll let you know when it&#039;s available.</description>
		<content:encoded><![CDATA[<p>Hi Ray,</p>
<p>Glad you liked the article.  Thought you might be interested to know that I&#8217;ve almost completed exactly what you have asked for, a JS library for creating hidden applets <img src='http://wirestorm.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I&#8217;ll let you know when it&#8217;s available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wish: P2P Virtual Office by bard</title>
		<link>http://wirestorm.net/blog/2007/01/05/wish-p2p-virtual-office/comment-page-1/#comment-2595</link>
		<dc:creator>bard</dc:creator>
		<pubDate>Tue, 13 Mar 2007 22:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://rayh.co.uk/blog/?p=22#comment-2595</guid>
		<description>Take a look at &lt;a href=&quot;http://blog.hyperstruct.net/2007/3/12/sameplace-suite-0-6-0-shared-web-applications-now-available-at-a-click&quot; rel=&quot;nofollow&quot;&gt;SamePlace&lt;/a&gt;. It is based on XMPP, which has powerful publish-subscribe extensions, so things like &quot;Often you dont need to have a full conversation with someone, but instead let them know what your doing&quot; should be quite easy to accomplish.  Plus you don&#039;t need to modify the client to add new kinds of interactions: just write them as web pages, upload them, and share the URL with your contacts.</description>
		<content:encoded><![CDATA[<p>Take a look at <a href="http://blog.hyperstruct.net/2007/3/12/sameplace-suite-0-6-0-shared-web-applications-now-available-at-a-click" rel="nofollow">SamePlace</a>. It is based on XMPP, which has powerful publish-subscribe extensions, so things like &#8220;Often you dont need to have a full conversation with someone, but instead let them know what your doing&#8221; should be quite easy to accomplish.  Plus you don&#8217;t need to modify the client to add new kinds of interactions: just write them as web pages, upload them, and share the URL with your contacts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaXPCOM by Sam</title>
		<link>http://wirestorm.net/blog/2006/04/29/javaxpcom/comment-page-1/#comment-2589</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 09 Mar 2007 20:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://rayh.co.uk/blog/?p=13#comment-2589</guid>
		<description>Hi Ray,

I&#039;m having a little difficulty getting your example to work, and I wwonder if you could clarify a couple points.

You use &quot;chrome://your-app/content/window.xul&quot; to point to your .xul file. Is this a relative path? And are you changing chrome.manifest or anything like that?

Likewise, I assume the two files that LocationProvider is passing are supposed to be absolute paths to the chrome directories, right? Are we including the chrome directories themselves in the pathnames? Did you change LocationProvider in any other way (from the example at http://developer.mozilla.org/en/docs/JavaXPCOM:Embedding_Mozilla_in_a_Java_Application_using_JavaXPCOM)?

I&#039;m trying to implement your example, and I either get some error on the &quot;nsIDOMWindow win = windowWatcher.openWindow...&quot; line, or it accepts the path (even if the path is junk) and doesn&#039;t do anything with it. If you were to explain in further detail how you got the program to work, I&#039;d appreciate it greatly.

Thanks!
Sam</description>
		<content:encoded><![CDATA[<p>Hi Ray,</p>
<p>I&#8217;m having a little difficulty getting your example to work, and I wwonder if you could clarify a couple points.</p>
<p>You use &#8220;chrome://your-app/content/window.xul&#8221; to point to your .xul file. Is this a relative path? And are you changing chrome.manifest or anything like that?</p>
<p>Likewise, I assume the two files that LocationProvider is passing are supposed to be absolute paths to the chrome directories, right? Are we including the chrome directories themselves in the pathnames? Did you change LocationProvider in any other way (from the example at <a href="http://developer.mozilla.org/en/docs/JavaXPCOM:Embedding_Mozilla_in_a_Java_Application_using_JavaXPCOM" rel="nofollow">http://developer.mozilla.org/en/docs/JavaXPCOM:Embedding_Mozilla_in_a_Java_Application_using_JavaXPCOM</a>)?</p>
<p>I&#8217;m trying to implement your example, and I either get some error on the &#8220;nsIDOMWindow win = windowWatcher.openWindow&#8230;&#8221; line, or it accepts the path (even if the path is junk) and doesn&#8217;t do anything with it. If you were to explain in further detail how you got the program to work, I&#8217;d appreciate it greatly.</p>
<p>Thanks!
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Injecting Events onto XPCOM&#8217;s UI Thread by Cagri</title>
		<link>http://wirestorm.net/blog/2006/06/05/injecting-events-onto-xpcoms-ui-thread/comment-page-1/#comment-2578</link>
		<dc:creator>Cagri</dc:creator>
		<pubDate>Mon, 05 Mar 2007 20:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://rayh.co.uk/blog/?p=14#comment-2578</guid>
		<description>Hello,

i am a computer engineering student, we are developing a ajax development environment as senior graduation project. We need to embed an xul application into java. We are using SWT to make things easier. We managed to embed mozilla browser. But we need to embed a custom xul application. Your blog entries seems to be invaluable for us. Can you please help us by providing the actual source codes? Thanks in advance.

Cagri Balkesen</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>i am a computer engineering student, we are developing a ajax development environment as senior graduation project. We need to embed an xul application into java. We are using SWT to make things easier. We managed to embed mozilla browser. But we need to embed a custom xul application. Your blog entries seems to be invaluable for us. Can you please help us by providing the actual source codes? Thanks in advance.</p>
<p>Cagri Balkesen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaXPCOM by mica</title>
		<link>http://wirestorm.net/blog/2006/04/29/javaxpcom/comment-page-1/#comment-218</link>
		<dc:creator>mica</dc:creator>
		<pubDate>Mon, 15 May 2006 07:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://rayh.co.uk/blog/?p=13#comment-218</guid>
		<description>Try to execute appStartup.run(); in a new thread, maybe with:

new Thread(){
  public void run(){
     appStartup.run();
  }
}.start();</description>
		<content:encoded><![CDATA[<p>Try to execute appStartup.run(); in a new thread, maybe with:</p>
<p>new Thread(){
  public void run(){
     appStartup.run();
  }
}.start();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaXPCOM by Brian</title>
		<link>http://wirestorm.net/blog/2006/04/29/javaxpcom/comment-page-1/#comment-181</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 11 May 2006 09:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://rayh.co.uk/blog/?p=13#comment-181</guid>
		<description>Hi, did you solve the &quot;from another thread&quot; issue? i am in the same boat and cannot solve it as yet.</description>
		<content:encoded><![CDATA[<p>Hi, did you solve the &#8220;from another thread&#8221; issue? i am in the same boat and cannot solve it as yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

