<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hello.World &#187; XUL</title>
	<atom:link href="http://matthew.delmarters.com/weblog/category/web-development/xul/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthew.delmarters.com</link>
	<description>The Blog of Matthew Delmarter</description>
	<lastBuildDate>Sat, 10 Apr 2010 03:58:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Future of HTML: XHTML 2.0</title>
		<link>http://matthew.delmarters.com/weblog/the-future-of-html-xhtml-20/</link>
		<comments>http://matthew.delmarters.com/weblog/the-future-of-html-xhtml-20/#comments</comments>
		<pubDate>Fri, 27 Jan 2006 19:28:06 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[XUL]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/2006/01/the-future-of-html-xhtml-20/</guid>
		<description><![CDATA[
XHTML 2.0 is the W3C's effort to fix inherent problems with HTML and to meet the growing requirements of web-based solutions. XHTML 2.0 takes the move toward XML to the next level and will try to acheive the following design goals:

Use XML as much as possible: Where a language feature already exists in XML, don't [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.w3.org/"><img alt="W3C" src="http://www.w3.org/Icons/w3c_home.png" align="right" style="padding-left:15px; padding-bottom:10px"></a>
<p>XHTML 2.0 is the W3C's effort to fix inherent problems with HTML and to meet the growing requirements of web-based solutions. XHTML 2.0 takes the move toward XML to the next level and will try to acheive the following design goals:</p>
<ul>
<li><b>Use XML as much as possible</b>: Where a language feature already exists in XML, don't duplicate or reinvent it.</li>
<li><b>Structure over presentation</b>: Thanks to CSS stylesheets, you no longer need explicitly presentational tags in HTML.</li>
<li><b>Make HTML easier to write</b>: Remove some of the needless idiosyncrasies of HTML.</li>
<li><b>More accessibility, device independence</b>: Make as few assumptions as possible about the way a document will be read.</li>
<li><b>Improved internationalization</b>.</li>
<li><b>Better forms</b>: Long overdue improvements are required!</li>
<li><b>Reduce the need for scripting</b>: Include typical scripting usages in HTML itself.</li>
<li><b>Better semantics</b>: Make it easier to integrate HTML with semantic Web applications.</li>
</ul>
<p>Of particular interest to me is the goal of XHTML 2.0 to provide a declarative format for specifying user interfaces in a similar way to <a href="http://www.mozilla.org/projects/xul/" target="_blank">Mozilla's XUL</a> or Microsoft's <a href="http://en.wikipedia.org/wiki/XAML">XAML</a>. W3C will also define XBL2, a declarative language that provides a binding between custom markup and existing technologies. XBL2 will essentially give programmers a way to write new widgets for Web applications. </p>
<p>If you want to prepare yourself for the future an article on IBM Developer Works suggests the following:</p>
<blockquote><ul>
<li>Get serious about using CSS, and try to remove all presentational markup.</li>
<li>Think about how you can deploy <a href="http://www.microformats.org/">microformats</a> in your pages.  (Microformats are a way to make human-readable elements in Web pages carry semantics that computers can interpret too. They are a bridge between today's HTML-based ad-hoc semantics and tomorrow's RDF-compatible XHTML 2.0 metadata.)</li>
<li>If you've not done so already, get experience with <a href="http://www.w3.org/TR/2002/REC-xhtml1-20020801/">XHTML 1.0</a>.</li>
<li>Experiment with the <a href="http://www.x-smiles.org/">X-Smiles browser</a>, an experimental platform with early support for many of the W3C's new client technologies such as XHTML 2.0, SVG, XForms, and SMIL 2.0 Basic capabilities.</li>
<li>If you create new client systems based on XHTML-like functionality, seriously consider using XHTML 2.0 as your starting point.</li>
</ul>
</blockquote>
<p>XHTML 2.0 is not likely to become a W3C Recommendation until 2007, according to <a href="http://www.w3.org/MarkUp/xhtml-roadmap/">W3C HTML Working Group Roadmap</a>. Now is the time to start reading and experimenting with XHTML 2.0 &#8211; and prepare for the future!</p>
<p><em>For the full article from IBM Developer Works <a href="http://www-128.ibm.com/developerworks/xml/library/x-futhtml2.html?ca=dgr-lnxw01XHTML2">click here</a>.</em></p>
<p><!--3f4042209560d8b2edc5e56ad7baed56--><!--d141657113bb7eff1507c9a1fa04eeff--><!--11aeeb29f21ffd07464e813cb6ac8e67--><!--11aeeb29f21ffd07464e813cb6ac8e67--></p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fthe-future-of-html-xhtml-20%2F&amp;title=The%20Future%20of%20HTML%3A%20XHTML%202.0&amp;bodytext=XHTML%202.0%20is%20the%20W3C%27s%20effort%20to%20fix%20inherent%20problems%20with%20HTML%20and%20to%20meet%20the%20growing%20requirements%20of%20web-based%20solutions.%20XHTML%202.0%20takes%20the%20move%20toward%20XML%20to%20the%20next%20level%20and%20will%20try%20to%20acheive%20the%20following%20design%20goals%3A%0D%0A%0D%0A%0D%0A%20%20%20%20Use%20XML%20a" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=The%20Future%20of%20HTML%3A%20XHTML%202.0%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fthe-future-of-html-xhtml-20%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fthe-future-of-html-xhtml-20%2F&amp;title=The%20Future%20of%20HTML%3A%20XHTML%202.0" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fthe-future-of-html-xhtml-20%2F&amp;title=The%20Future%20of%20HTML%3A%20XHTML%202.0&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=XHTML%202.0%20is%20the%20W3C%27s%20effort%20to%20fix%20inherent%20problems%20with%20HTML%20and%20to%20meet%20the%20growing%20requirements%20of%20web-based%20solutions.%20XHTML%202.0%20takes%20the%20move%20toward%20XML%20to%20the%20next%20level%20and%20will%20try%20to%20acheive%20the%20following%20design%20goals%3A%0D%0A%0D%0A%0D%0A%20%20%20%20Use%20XML%20a" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fthe-future-of-html-xhtml-20%2F&amp;title=The%20Future%20of%20HTML%3A%20XHTML%202.0&amp;notes=XHTML%202.0%20is%20the%20W3C%27s%20effort%20to%20fix%20inherent%20problems%20with%20HTML%20and%20to%20meet%20the%20growing%20requirements%20of%20web-based%20solutions.%20XHTML%202.0%20takes%20the%20move%20toward%20XML%20to%20the%20next%20level%20and%20will%20try%20to%20acheive%20the%20following%20design%20goals%3A%0D%0A%0D%0A%0D%0A%20%20%20%20Use%20XML%20a" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fthe-future-of-html-xhtml-20%2F&amp;title=The%20Future%20of%20HTML%3A%20XHTML%202.0" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fthe-future-of-html-xhtml-20%2F&amp;t=The%20Future%20of%20HTML%3A%20XHTML%202.0" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fthe-future-of-html-xhtml-20%2F&amp;t=The%20Future%20of%20HTML%3A%20XHTML%202.0" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fthe-future-of-html-xhtml-20%2F&amp;title=The%20Future%20of%20HTML%3A%20XHTML%202.0&amp;annotation=XHTML%202.0%20is%20the%20W3C%27s%20effort%20to%20fix%20inherent%20problems%20with%20HTML%20and%20to%20meet%20the%20growing%20requirements%20of%20web-based%20solutions.%20XHTML%202.0%20takes%20the%20move%20toward%20XML%20to%20the%20next%20level%20and%20will%20try%20to%20acheive%20the%20following%20design%20goals%3A%0D%0A%0D%0A%0D%0A%20%20%20%20Use%20XML%20a" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fthe-future-of-html-xhtml-20%2F&amp;submitHeadline=The%20Future%20of%20HTML%3A%20XHTML%202.0&amp;submitSummary=XHTML%202.0%20is%20the%20W3C%27s%20effort%20to%20fix%20inherent%20problems%20with%20HTML%20and%20to%20meet%20the%20growing%20requirements%20of%20web-based%20solutions.%20XHTML%202.0%20takes%20the%20move%20toward%20XML%20to%20the%20next%20level%20and%20will%20try%20to%20acheive%20the%20following%20design%20goals%3A%0D%0A%0D%0A%0D%0A%20%20%20%20Use%20XML%20a&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/the-future-of-html-xhtml-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and XUL in the Enterprise: LeMonde.fr</title>
		<link>http://matthew.delmarters.com/weblog/php-and-xul-in-the-enterprise-lemondefr/</link>
		<comments>http://matthew.delmarters.com/weblog/php-and-xul-in-the-enterprise-lemondefr/#comments</comments>
		<pubDate>Thu, 26 Jan 2006 19:01:07 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[XUL]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/2006/01/php-and-xul-in-the-enterprise-lemondefr/</guid>
		<description><![CDATA[
I found an interesting article on PHP and XUL being used to power LeMonde.fr &#8211; a leading information website in France. It is an excellent example of PHP and XUL being used at Enterprise level &#8211; and a nice case study to read about if you use these tools.
The site receives around 68,000 subscriptions monthly [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://matthew.delmarters.com/images/lemonde.jpg" alt="LeMonde.fr - using PHP and XUL" align="right" style="padding-left:10px" />
<p>I found an interesting article on PHP and XUL being used to power <a href="http://www.lemonde.fr/" target="_blank">LeMonde.fr</a> &#8211; a leading information website in France. It is an excellent example of PHP and XUL being used at Enterprise level &#8211; and a nice case study to read about if you use these tools.</p>
<p>The site receives around 68,000 subscriptions monthly and an average of 70,000,000 (million) page views. Not bad. The entire website is powered by PHP, and they use XUL/PHP combined to power their Content Management System. The following statements highlight the benefits from using these technologies:</p>
<blockquote><p>The system is now powerful, using 4 Linux servers at 20% cpu while it was using 4 Sun servers at 70% cpu before. Development time has been divided by 2 and number of bugs by 3, in addition to the excellent documentation and support available in both XUL and PHP Communities.
</p></blockquote>
<p>You can read the full article <a href="http://enterprise.phpmagazine.net/2005/12/php_and_xul_gives_speed_and_pe.html" target="_blank">here</a>.</p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fphp-and-xul-in-the-enterprise-lemondefr%2F&amp;title=PHP%20and%20XUL%20in%20the%20Enterprise%3A%20LeMonde.fr&amp;bodytext=I%20found%20an%20interesting%20article%20on%20PHP%20and%20XUL%20being%20used%20to%20power%20LeMonde.fr%20-%20a%20leading%20information%20website%20in%20France.%20It%20is%20an%20excellent%20example%20of%20PHP%20and%20XUL%20being%20used%20at%20Enterprise%20level%20-%20and%20a%20nice%20case%20study%20to%20read%20about%20if%20you%20use%20these%20to" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=PHP%20and%20XUL%20in%20the%20Enterprise%3A%20LeMonde.fr%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fphp-and-xul-in-the-enterprise-lemondefr%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fphp-and-xul-in-the-enterprise-lemondefr%2F&amp;title=PHP%20and%20XUL%20in%20the%20Enterprise%3A%20LeMonde.fr" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fphp-and-xul-in-the-enterprise-lemondefr%2F&amp;title=PHP%20and%20XUL%20in%20the%20Enterprise%3A%20LeMonde.fr&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=I%20found%20an%20interesting%20article%20on%20PHP%20and%20XUL%20being%20used%20to%20power%20LeMonde.fr%20-%20a%20leading%20information%20website%20in%20France.%20It%20is%20an%20excellent%20example%20of%20PHP%20and%20XUL%20being%20used%20at%20Enterprise%20level%20-%20and%20a%20nice%20case%20study%20to%20read%20about%20if%20you%20use%20these%20to" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fphp-and-xul-in-the-enterprise-lemondefr%2F&amp;title=PHP%20and%20XUL%20in%20the%20Enterprise%3A%20LeMonde.fr&amp;notes=I%20found%20an%20interesting%20article%20on%20PHP%20and%20XUL%20being%20used%20to%20power%20LeMonde.fr%20-%20a%20leading%20information%20website%20in%20France.%20It%20is%20an%20excellent%20example%20of%20PHP%20and%20XUL%20being%20used%20at%20Enterprise%20level%20-%20and%20a%20nice%20case%20study%20to%20read%20about%20if%20you%20use%20these%20to" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fphp-and-xul-in-the-enterprise-lemondefr%2F&amp;title=PHP%20and%20XUL%20in%20the%20Enterprise%3A%20LeMonde.fr" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fphp-and-xul-in-the-enterprise-lemondefr%2F&amp;t=PHP%20and%20XUL%20in%20the%20Enterprise%3A%20LeMonde.fr" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fphp-and-xul-in-the-enterprise-lemondefr%2F&amp;t=PHP%20and%20XUL%20in%20the%20Enterprise%3A%20LeMonde.fr" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fphp-and-xul-in-the-enterprise-lemondefr%2F&amp;title=PHP%20and%20XUL%20in%20the%20Enterprise%3A%20LeMonde.fr&amp;annotation=I%20found%20an%20interesting%20article%20on%20PHP%20and%20XUL%20being%20used%20to%20power%20LeMonde.fr%20-%20a%20leading%20information%20website%20in%20France.%20It%20is%20an%20excellent%20example%20of%20PHP%20and%20XUL%20being%20used%20at%20Enterprise%20level%20-%20and%20a%20nice%20case%20study%20to%20read%20about%20if%20you%20use%20these%20to" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fphp-and-xul-in-the-enterprise-lemondefr%2F&amp;submitHeadline=PHP%20and%20XUL%20in%20the%20Enterprise%3A%20LeMonde.fr&amp;submitSummary=I%20found%20an%20interesting%20article%20on%20PHP%20and%20XUL%20being%20used%20to%20power%20LeMonde.fr%20-%20a%20leading%20information%20website%20in%20France.%20It%20is%20an%20excellent%20example%20of%20PHP%20and%20XUL%20being%20used%20at%20Enterprise%20level%20-%20and%20a%20nice%20case%20study%20to%20read%20about%20if%20you%20use%20these%20to&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/php-and-xul-in-the-enterprise-lemondefr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMS written in Remote XUL</title>
		<link>http://matthew.delmarters.com/weblog/cms-written-in-remote-xul/</link>
		<comments>http://matthew.delmarters.com/weblog/cms-written-in-remote-xul/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 03:37:24 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[XUL]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/cms-written-in-remote-xul/</guid>
		<description><![CDATA[I have been analyzing XUL for quite a while with a view to perhaps redeveloping my software using it. Looks like I have been beaten to the punch &#8211; have a look at Elixon, the end result of 3 years of development. I have corresponded with Daniel the core developer who informs me that it [...]]]></description>
			<content:encoded><![CDATA[<p>I have been analyzing XUL for quite a while with a view to perhaps redeveloping my software using it. Looks like I have been beaten to the punch &#8211; have a look at <a target="_blank" href="http://demo.webdevelopers.cz/">Elixon</a>, the end result of 3 years of development. I have corresponded with Daniel the core developer who informs me that it will be a commercial app to begin with &#8211; but may eventually become Open Source. If it does it will be a great help to the community. Even so, it is a great example of what <a target="_blank" href="http://www.remotexul.org">remote XUL</a> is capable of.<!--8e32e3055d0c869e8b90ea2ee5eb4f3d--></p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fcms-written-in-remote-xul%2F&amp;title=CMS%20written%20in%20Remote%20XUL&amp;bodytext=I%20have%20been%20analyzing%20XUL%20for%20quite%20a%20while%20with%20a%20view%20to%20perhaps%20redeveloping%20my%20software%20using%20it.%20Looks%20like%20I%20have%20been%20beaten%20to%20the%20punch%20-%20have%20a%20look%20at%20Elixon%2C%20the%20end%20result%20of%203%20years%20of%20development.%20I%20have%20corresponded%20with%20Daniel%20the%20co" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=CMS%20written%20in%20Remote%20XUL%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fcms-written-in-remote-xul%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fcms-written-in-remote-xul%2F&amp;title=CMS%20written%20in%20Remote%20XUL" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fcms-written-in-remote-xul%2F&amp;title=CMS%20written%20in%20Remote%20XUL&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=I%20have%20been%20analyzing%20XUL%20for%20quite%20a%20while%20with%20a%20view%20to%20perhaps%20redeveloping%20my%20software%20using%20it.%20Looks%20like%20I%20have%20been%20beaten%20to%20the%20punch%20-%20have%20a%20look%20at%20Elixon%2C%20the%20end%20result%20of%203%20years%20of%20development.%20I%20have%20corresponded%20with%20Daniel%20the%20co" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fcms-written-in-remote-xul%2F&amp;title=CMS%20written%20in%20Remote%20XUL&amp;notes=I%20have%20been%20analyzing%20XUL%20for%20quite%20a%20while%20with%20a%20view%20to%20perhaps%20redeveloping%20my%20software%20using%20it.%20Looks%20like%20I%20have%20been%20beaten%20to%20the%20punch%20-%20have%20a%20look%20at%20Elixon%2C%20the%20end%20result%20of%203%20years%20of%20development.%20I%20have%20corresponded%20with%20Daniel%20the%20co" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fcms-written-in-remote-xul%2F&amp;title=CMS%20written%20in%20Remote%20XUL" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fcms-written-in-remote-xul%2F&amp;t=CMS%20written%20in%20Remote%20XUL" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fcms-written-in-remote-xul%2F&amp;t=CMS%20written%20in%20Remote%20XUL" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fcms-written-in-remote-xul%2F&amp;title=CMS%20written%20in%20Remote%20XUL&amp;annotation=I%20have%20been%20analyzing%20XUL%20for%20quite%20a%20while%20with%20a%20view%20to%20perhaps%20redeveloping%20my%20software%20using%20it.%20Looks%20like%20I%20have%20been%20beaten%20to%20the%20punch%20-%20have%20a%20look%20at%20Elixon%2C%20the%20end%20result%20of%203%20years%20of%20development.%20I%20have%20corresponded%20with%20Daniel%20the%20co" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fcms-written-in-remote-xul%2F&amp;submitHeadline=CMS%20written%20in%20Remote%20XUL&amp;submitSummary=I%20have%20been%20analyzing%20XUL%20for%20quite%20a%20while%20with%20a%20view%20to%20perhaps%20redeveloping%20my%20software%20using%20it.%20Looks%20like%20I%20have%20been%20beaten%20to%20the%20punch%20-%20have%20a%20look%20at%20Elixon%2C%20the%20end%20result%20of%203%20years%20of%20development.%20I%20have%20corresponded%20with%20Daniel%20the%20co&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/cms-written-in-remote-xul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
