<?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>ondrejd&#039;s blog &#187; XPCOM</title>
	<atom:link href="http://www.ondrejd.info/tag/xpcom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ondrejd.info</link>
	<description>Personal site with blog, projects and some other stuff.</description>
	<lastBuildDate>Mon, 19 Dec 2011 13:49:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The best editor for IDL files?</title>
		<link>http://www.ondrejd.info/blog/the-best-editor-for-idl-files/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.ondrejd.info/blog/the-best-editor-for-idl-files/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 16:53:17 +0000</pubDate>
		<dc:creator>ondrejd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Geany]]></category>
		<category><![CDATA[XPCOM]]></category>

		<guid isPermaLink="false">http://www.ondrejd.info/?p=723</guid>
		<description><![CDATA[Whenever I&#8217;ve edited my IDL files which defining components in Mozilla applications I never seen any outline in all editors I&#8217;m commonly using (Komodo Edit, Eclipse, NetBeans etc.) but than I&#8217;ve tried Geany (where I switch accidentally document type to C# language) and see what I&#8217;ve got :]]></description>
		<wfw:commentRss>http://www.ondrejd.info/blog/the-best-editor-for-idl-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Returning array of components</title>
		<link>http://www.ondrejd.info/blog/returning-array-of-components/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.ondrejd.info/blog/returning-array-of-components/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 16:25:19 +0000</pubDate>
		<dc:creator>ondrejd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[XPCOM]]></category>

		<guid isPermaLink="false">http://www.ondrejd.info/?p=710</guid>
		<description><![CDATA[As I worked on next version of Boogie I encountered a really big problem with returning of an array of instances of my components returned from another component&#8217;s method. Here is the introduction: I have component odIBoogieDatatypeProject and also component odIBoogieDbService where is method getProjects(aWhere) which should returns array of all projects which matching given [...]]]></description>
		<wfw:commentRss>http://www.ondrejd.info/blog/returning-array-of-components/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using nsIDownloadManager</title>
		<link>http://www.ondrejd.info/blog/using-nsidownloadmanager/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.ondrejd.info/blog/using-nsidownloadmanager/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 16:17:00 +0000</pubDate>
		<dc:creator>ondrejd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[XPCOM]]></category>

		<guid isPermaLink="false">http://www.ondrejd.info/?p=183</guid>
		<description><![CDATA[In my work I&#8217;m currently working on an application based on Mozilla&#8217;s XULRunner and I need to implement downloading of blank form (DOC file from remote URI) and I spent with it over one hour &#8211; I finally succeeded after I read this page on MXR. So here are is some code I used and [...]]]></description>
		<wfw:commentRss>http://www.ondrejd.info/blog/using-nsidownloadmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nsIPasswordManager vs. nsILoginManager</title>
		<link>http://www.ondrejd.info/blog/nsipasswordmanager-vs-nsiloginmanager/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.ondrejd.info/blog/nsipasswordmanager-vs-nsiloginmanager/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 09:13:06 +0000</pubDate>
		<dc:creator>ondrejd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[XPCOM]]></category>

		<guid isPermaLink="false">http://www.ondrejd.info/?p=85</guid>
		<description><![CDATA[In many of my extensions I used nsIPasswordManager for storing and retrieving user login informations but now is comming Mozilla Firefox 3 (currently the first beta version is released) and brings new component for this purpose &#8211; nsILoginManager. So I&#8217;ve decided to make a class which can be used without any worries about Firefox&#8217;s version. [...]]]></description>
		<wfw:commentRss>http://www.ondrejd.info/blog/nsipasswordmanager-vs-nsiloginmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

