<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Neil's Place</title>
	<link>http://www.xulplanet.com/ndeakin</link>
	<description></description>
	<pubDate>Wed, 14 May 2008 08:46:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>Comment on Scriptable IO by Michael</title>
		<link>http://www.xulplanet.com/ndeakin/item/3#comment-457</link>
		<author>Michael</author>
		<pubDate>Sun, 20 Apr 2008 03:02:46 +0000</pubDate>
		<guid>http://www.xulplanet.com/ndeakin/item/3#comment-457</guid>
					<description>This would be cool if they actually did it.  I have my own collection of functions the I carry around to handle all my file.io stuff since I hate having to write it all the time.  Just nice and simple fileGetContents(nsiFile) filePutContents(nsiFile,data) getUrlContents(aURL) and askForFile() 

It would be good if Firefox/Mozilla came with it by default.</description>
		<content:encoded><![CDATA[<p>This would be cool if they actually did it.  I have my own collection of functions the I carry around to handle all my file.io stuff since I hate having to write it all the time.  Just nice and simple fileGetContents(nsiFile) filePutContents(nsiFile,data) getUrlContents(aURL) and askForFile() </p>
<p>It would be good if Firefox/Mozilla came with it by default.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on About those labels by Michael</title>
		<link>http://www.xulplanet.com/ndeakin/item/12#comment-456</link>
		<author>Michael</author>
		<pubDate>Sun, 20 Apr 2008 02:47:43 +0000</pubDate>
		<guid>http://www.xulplanet.com/ndeakin/item/12#comment-456</guid>
					<description>If I remember right Jorge this might be because there is no width set for its parent in which case that just expands.  

It has been a while thought, so I might be wrong.</description>
		<content:encoded><![CDATA[<p>If I remember right Jorge this might be because there is no width set for its parent in which case that just expands.  </p>
<p>It has been a while thought, so I might be wrong.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Future of XULPlanet by rvj</title>
		<link>http://www.xulplanet.com/ndeakin/item/8#comment-439</link>
		<author>rvj</author>
		<pubDate>Wed, 02 Apr 2008 15:55:08 +0000</pubDate>
		<guid>http://www.xulplanet.com/ndeakin/item/8#comment-439</guid>
					<description>as a non-techie, I value examples almost more important than documentation - its a way of getting started

some kind of database that maybe can suggest a list of examples?


eg how do I style the selected item in tree and listbox elements


ps big thanks for past efforts</description>
		<content:encoded><![CDATA[<p>as a non-techie, I value examples almost more important than documentation - its a way of getting started</p>
<p>some kind of database that maybe can suggest a list of examples?</p>
<p>eg how do I style the selected item in tree and listbox elements</p>
<p>ps big thanks for past efforts</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Future of XULPlanet by .jon</title>
		<link>http://www.xulplanet.com/ndeakin/item/8#comment-437</link>
		<author>.jon</author>
		<pubDate>Mon, 31 Mar 2008 22:37:06 +0000</pubDate>
		<guid>http://www.xulplanet.com/ndeakin/item/8#comment-437</guid>
					<description>I always loved XULPlanet. But I am all for having all in one place. Under one premise:

All the docs from XULPlanet go to MDC and not just a subset of it. Also, please keep the emelref.xml (forgot exact name) alive and downloadable. Thanks!</description>
		<content:encoded><![CDATA[<p>I always loved XULPlanet. But I am all for having all in one place. Under one premise:</p>
<p>All the docs from XULPlanet go to MDC and not just a subset of it. Also, please keep the emelref.xml (forgot exact name) alive and downloadable. Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on About those labels by Jorge</title>
		<link>http://www.xulplanet.com/ndeakin/item/12#comment-432</link>
		<author>Jorge</author>
		<pubDate>Tue, 25 Mar 2008 18:18:15 +0000</pubDate>
		<guid>http://www.xulplanet.com/ndeakin/item/12#comment-432</guid>
					<description>I wrote a post related to this a long time ago, due to a lot of suffering experienced when handling text + templates:
http://xulsolutions.blogspot.com/2006/07/how-to-handle-text-and-keep-your.html
The textbox solution was the best I could find when dealing with templates that may have breaking text. I tried with textnode, only to find that the text wouldn't break.</description>
		<content:encoded><![CDATA[<p>I wrote a post related to this a long time ago, due to a lot of suffering experienced when handling text + templates:<br />
<a href="http://xulsolutions.blogspot.com/2006/07/how-to-handle-text-and-keep-your.html" rel="nofollow">http://xulsolutions.blogspot.com/2006/07/how-to-handle-text-and-keep-your.html</a><br />
The textbox solution was the best I could find when dealing with templates that may have breaking text. I tried with textnode, only to find that the text wouldn&#8217;t break.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on About those labels by Aaron Leventhal</title>
		<link>http://www.xulplanet.com/ndeakin/item/12#comment-419</link>
		<author>Aaron Leventhal</author>
		<pubDate>Wed, 19 Mar 2008 15:28:47 +0000</pubDate>
		<guid>http://www.xulplanet.com/ndeakin/item/12#comment-419</guid>
					<description>Please use the control attribute!

This associates each label or description with a form control. If the description applies to an entire container such as a groupbox or panel, then associate it with the id for that.

This makes the label and description text get spoken at appropriate times by screen readers.

&lt;em&gt;No, only label supports the control attribute. - Neil&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Please use the control attribute!</p>
<p>This associates each label or description with a form control. If the description applies to an entire container such as a groupbox or panel, then associate it with the id for that.</p>
<p>This makes the label and description text get spoken at appropriate times by screen readers.</p>
<p><em>No, only label supports the control attribute. - Neil</em></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on About those labels by Neil</title>
		<link>http://www.xulplanet.com/ndeakin/item/12#comment-418</link>
		<author>Neil</author>
		<pubDate>Wed, 19 Mar 2008 15:28:12 +0000</pubDate>
		<guid>http://www.xulplanet.com/ndeakin/item/12#comment-418</guid>
					<description>I guess we can't trust the author of XULPlanet any more ;-)</description>
		<content:encoded><![CDATA[<p>I guess we can&#8217;t trust the author of XULPlanet any more <img src='http://www.xulplanet.com/neil/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Speaking of which&#8230; by Gomita</title>
		<link>http://www.xulplanet.com/ndeakin/item/9#comment-353</link>
		<author>Gomita</author>
		<pubDate>Tue, 12 Feb 2008 17:30:44 +0000</pubDate>
		<guid>http://www.xulplanet.com/ndeakin/item/9#comment-353</guid>
					<description>Hi,

Thanks for the update.
I recently found that XULPlanet's XPCOM references lack some informations compared with the original IDL comments.
For example, the reference of nsIWebBrowserPersist lacks "No special persistence behaviour.", which is the description of "PERSIST_FLAGS_NONE".

For more details, please compare:
http://www.xulplanet.com/references/xpcomref/ifaces/nsIWebBrowserPersist.html
http://mxr.mozilla.org/mozilla/source/embedding/components/webbrowserpersist/public/nsIWebBrowserPersist.idl

If this problem will be fixed, XULPlanet's reference would be perfect!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the update.<br />
I recently found that XULPlanet&#8217;s XPCOM references lack some informations compared with the original IDL comments.<br />
For example, the reference of nsIWebBrowserPersist lacks &#8220;No special persistence behaviour.&#8221;, which is the description of &#8220;PERSIST_FLAGS_NONE&#8221;.</p>
<p>For more details, please compare:<br />
<a href="http://www.xulplanet.com/references/xpcomref/ifaces/nsIWebBrowserPersist.html" rel="nofollow">http://www.xulplanet.com/references/xpcomref/ifaces/nsIWebBrowserPersist.html</a><br />
<a href="http://mxr.mozilla.org/mozilla/source/embedding/components/webbrowserpersist/public/nsIWebBrowserPersist.idl" rel="nofollow">http://mxr.mozilla.org/mozilla/source/embedding/components/webbrowserpersist/public/nsIWebBrowserPersist.idl</a></p>
<p>If this problem will be fixed, XULPlanet&#8217;s reference would be perfect!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Speaking of which&#8230; by Ian McKellar</title>
		<link>http://www.xulplanet.com/ndeakin/item/9#comment-341</link>
		<author>Ian McKellar</author>
		<pubDate>Sat, 09 Feb 2008 18:43:09 +0000</pubDate>
		<guid>http://www.xulplanet.com/ndeakin/item/9#comment-341</guid>
					<description>You're my hero! :)

Ian</description>
		<content:encoded><![CDATA[<p>You&#8217;re my hero! <img src='http://www.xulplanet.com/neil/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ian</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Speaking of which&#8230; by davide ficano</title>
		<link>http://www.xulplanet.com/ndeakin/item/9#comment-340</link>
		<author>davide ficano</author>
		<pubDate>Sat, 09 Feb 2008 16:26:57 +0000</pubDate>
		<guid>http://www.xulplanet.com/ndeakin/item/9#comment-340</guid>
					<description>Very useful, thanks :-)</description>
		<content:encoded><![CDATA[<p>Very useful, thanks <img src='http://www.xulplanet.com/neil/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
</channel>
</rss>
