<?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>Rajeesh&#039;s Blog &#187; XUL</title>
	<atom:link href="http://www.rajeeshcv.com/category/general/xul/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rajeeshcv.com</link>
	<description>Sharing my knowledge</description>
	<lastBuildDate>Sun, 29 Aug 2010 17:14:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>XUL &#8211; Create cross platform application with ease</title>
		<link>http://www.rajeeshcv.com/2009/05/xul-create-cross-platform-application-with-ease/</link>
		<comments>http://www.rajeeshcv.com/2009/05/xul-create-cross-platform-application-with-ease/#comments</comments>
		<pubDate>Mon, 18 May 2009 16:42:46 +0000</pubDate>
		<dc:creator>Rajeesh</dc:creator>
				<category><![CDATA[XUL]]></category>

		<guid isPermaLink="false">http://www.rajeeshcv.com/2009/05/xul-create-cross-platform-application-with-ease/</guid>
		<description><![CDATA[You want to create simple GUI cross platform application without knowing the high level programming languages like C++, Java, C#~(using mono)? XUL is that answer. Yes it is possible using XUL, the prerequisites&#160; for this is, knowledge of a declarative programming language(like HTML or XHTML, XAML etc&#8230;) and JavaScript. XUL is basic building block of [...]]]></description>
			<content:encoded><![CDATA[<p>
<p>You want to create simple GUI cross platform application without knowing the high level programming languages like C++, Java, C#~(using mono)? XUL is that answer.</p>
<p>Yes it is possible using XUL, the prerequisites&nbsp; for this is, knowledge of a declarative programming language(like HTML or XHTML, XAML etc&#8230;) and JavaScript.</p>
<p>XUL is basic building block of the Firefox UI and as we know Firefox works in Windows, Linux and MAC. </p>
<p>Actually XUL is a language which run on the XULRunner(Gecko) runtime from Mozilla.</p>
<p>If you really wants see how Firefox created this UI, go the FireFox installation folder. Normally it will be &#8220;C:\Program Files\Mozilla Firefox\&#8221;. Under that installation root folder, find a folder named &#8220;chrome&#8221;. Firefox has packaged the xul files in a zip format and they have renamed it as &#8220;.jar&#8221;. So look for a file &#8220;browser.jar&#8221; and rename it to zip. Extract it and have a look at &#8220;content\browser\browser.xul&#8221;. This file holds the UI definition for Firefox.</p>
<p>To learn more about XUL, refer these web sites</p>
<p>1. <a href="http://www.mozilla.org/projects/xul/" target="_blank">http://www.mozilla.org/projects/xul/</a><br />2. <a title="http://www.ibm.com/developerworks/web/library/wa-xul1/" href="http://www.ibm.com/developerworks/web/library/wa-xul1/" target="_blank">http://www.ibm.com/developerworks/web/library/wa-xul1/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rajeeshcv.com/2009/05/xul-create-cross-platform-application-with-ease/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
