<?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"
	>
<channel>
	<title>Comments for Born Geek</title>
	<atom:link href="http://www.borngeek.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.borngeek.com</link>
	<description></description>
	<pubDate>Mon, 12 May 2008 00:48:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Toolbar Tutorial Fixes for Firefox 3 by Geekhall Admin</title>
		<link>http://www.borngeek.com/2008/04/19/toolbar-tutorial-fixes-for-firefox-3/#comment-23</link>
		<dc:creator>Geekhall Admin</dc:creator>
		<pubDate>Sun, 27 Apr 2008 10:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.borngeek.com/?p=90#comment-23</guid>
		<description>Hey man, thank You very much for this :). Will be surely read and used :)</description>
		<content:encoded><![CDATA[<p>Hey man, thank You very much for this :). Will be surely read and used <img src='http://www.borngeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Toolbar Tutorial Fixes for Firefox 3 by Jonah</title>
		<link>http://www.borngeek.com/2008/04/19/toolbar-tutorial-fixes-for-firefox-3/#comment-19</link>
		<dc:creator>Jonah</dc:creator>
		<pubDate>Tue, 22 Apr 2008 02:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.borngeek.com/?p=90#comment-19</guid>
		<description>For the packaging step, carefully reread &lt;a href="http://www.borngeek.com/firefox/toolbar-tutorial/chapter-7/" rel="nofollow"&gt;Chapter 7: Packaging the Toolbar&lt;/a&gt;. I discuss step-by-step how to package your extension correctly. There are other tutorials around the web on packaging; just do a quick Google search.

As for adding items to the main menu, I believe you can do this by adding &lt;a href="http://developer.mozilla.org/en/docs/XUL:menu" rel="nofollow"&gt;menu&lt;/a&gt; elements to the primary &lt;a href="http://developer.mozilla.org/en/docs/XUL:menubar" rel="nofollow"&gt;menubar&lt;/a&gt; element (which has an ID value of &lt;code&gt;main-menubar&lt;/code&gt;). If you still run into trouble, consider asking your questions at the &lt;a href="http://forums.mozillazine.org/viewforum.php?f=19" rel="nofollow"&gt;MozillaZine Extension Development Forum&lt;/a&gt;. The folks there are very knowledgeable. Good luck!</description>
		<content:encoded><![CDATA[<p>For the packaging step, carefully reread <a href="http://www.borngeek.com/firefox/toolbar-tutorial/chapter-7/" rel="nofollow">Chapter 7: Packaging the Toolbar</a>. I discuss step-by-step how to package your extension correctly. There are other tutorials around the web on packaging; just do a quick Google search.</p>
<p>As for adding items to the main menu, I believe you can do this by adding <a href="http://developer.mozilla.org/en/docs/XUL:menu" rel="nofollow">menu</a> elements to the primary <a href="http://developer.mozilla.org/en/docs/XUL:menubar" rel="nofollow">menubar</a> element (which has an ID value of <code>main-menubar</code>). If you still run into trouble, consider asking your questions at the <a href="http://forums.mozillazine.org/viewforum.php?f=19" rel="nofollow">MozillaZine Extension Development Forum</a>. The folks there are very knowledgeable. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Toolbar Tutorial Fixes for Firefox 3 by LeiAnLeiAn</title>
		<link>http://www.borngeek.com/2008/04/19/toolbar-tutorial-fixes-for-firefox-3/#comment-18</link>
		<dc:creator>LeiAnLeiAn</dc:creator>
		<pubDate>Sun, 20 Apr 2008 23:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.borngeek.com/?p=90#comment-18</guid>
		<description>i can't make the package on how to make it js &#38; xpi the folder i have created, and how to make a button along with the File Edit.. Help. I want to make a button after Help</description>
		<content:encoded><![CDATA[<p>i can&#8217;t make the package on how to make it js &amp; xpi the folder i have created, and how to make a button along with the File Edit.. Help. I want to make a button after Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Additional Toolbar Tutorial Updates by Jonah</title>
		<link>http://www.borngeek.com/2008/04/07/additional-toolbar-tutorial-updates/#comment-16</link>
		<dc:creator>Jonah</dc:creator>
		<pubDate>Sat, 19 Apr 2008 02:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.borngeek.com/2008/04/07/additional-toolbar-tutorial-updates/#comment-16</guid>
		<description>Thanks for the heads up on this, Pontus. I'll make the changes when I get a chance.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up on this, Pontus. I&#8217;ll make the changes when I get a chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Additional Toolbar Tutorial Updates by Pontus</title>
		<link>http://www.borngeek.com/2008/04/07/additional-toolbar-tutorial-updates/#comment-15</link>
		<dc:creator>Pontus</dc:creator>
		<pubDate>Fri, 18 Apr 2008 23:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.borngeek.com/2008/04/07/additional-toolbar-tutorial-updates/#comment-15</guid>
		<description>Hi, i have built a toolbar based on your tutorial, and i want to say i love the tutorial, but a little tip would be to update the guide and write a notice, still finding "event.preventBubble()" in the tutorial. Need to update it to event.stopPropagation(), then the toolbar works like a charm in FF 3.0b5.  (event.preventBubble() fucks up the browser in b5, lol) :)

Best regards,
Pontus, Sweden</description>
		<content:encoded><![CDATA[<p>Hi, i have built a toolbar based on your tutorial, and i want to say i love the tutorial, but a little tip would be to update the guide and write a notice, still finding &#8220;event.preventBubble()&#8221; in the tutorial. Need to update it to event.stopPropagation(), then the toolbar works like a charm in FF 3.0b5.  (event.preventBubble() fucks up the browser in b5, lol) <img src='http://www.borngeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Best regards,<br />
Pontus, Sweden</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extensions Coming for Firefox 3 Beta 5 by Jonah</title>
		<link>http://www.borngeek.com/2008/03/25/extensions-coming-for-firefox-3-beta-5/#comment-13</link>
		<dc:creator>Jonah</dc:creator>
		<pubDate>Mon, 07 Apr 2008 02:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.borngeek.com/2008/03/25/extensions-coming-for-firefox-3-beta-5/#comment-13</guid>
		<description>Extension updates will be released this week (hopefully tomorrow).
</description>
		<content:encoded><![CDATA[<p>Extension updates will be released this week (hopefully tomorrow).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extensions Coming for Firefox 3 Beta 5 by Bernhard W.</title>
		<link>http://www.borngeek.com/2008/03/25/extensions-coming-for-firefox-3-beta-5/#comment-12</link>
		<dc:creator>Bernhard W.</dc:creator>
		<pubDate>Sun, 06 Apr 2008 20:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.borngeek.com/2008/03/25/extensions-coming-for-firefox-3-beta-5/#comment-12</guid>
		<description>hi,

I am using Firefox 3 Beta 5 and really miss googlebar lite. When do you plan do release this great thing.

Thanks a lot

Bernhard
</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I am using Firefox 3 Beta 5 and really miss googlebar lite. When do you plan do release this great thing.</p>
<p>Thanks a lot</p>
<p>Bernhard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Paper Plus 9.32 by NA</title>
		<link>http://www.borngeek.com/2008/02/02/paper-plus-932/#comment-11</link>
		<dc:creator>NA</dc:creator>
		<pubDate>Wed, 26 Mar 2008 17:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.borngeek.com/2008/02/02/paper-plus-932/#comment-11</guid>
		<description>You already have a theme generator for multiple users, and now drag and drop can be used.
Why don't you put the two together?
I saw this font lister/editor once that has an install/remove feature to save space when you aren't using the other fonts.
Why not do the same thing here?
Have a small Windows Explorer-like window on it where you can drag each theme to install at a later date, so instead of taking advantage of a networked computer, the advantage would be multiple users on one computer, plus it would not take up as much memory or CPU resources.
</description>
		<content:encoded><![CDATA[<p>You already have a theme generator for multiple users, and now drag and drop can be used.<br />
Why don&#8217;t you put the two together?<br />
I saw this font lister/editor once that has an install/remove feature to save space when you aren&#8217;t using the other fonts.<br />
Why not do the same thing here?<br />
Have a small Windows Explorer-like window on it where you can drag each theme to install at a later date, so instead of taking advantage of a networked computer, the advantage would be multiple users on one computer, plus it would not take up as much memory or CPU resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upcoming Extension Updates by MonztA</title>
		<link>http://www.borngeek.com/2008/01/21/upcoming-extension-updates/#comment-10</link>
		<dc:creator>MonztA</dc:creator>
		<pubDate>Sun, 16 Mar 2008 23:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.borngeek.com/2008/01/21/upcoming-extension-updates/#comment-10</guid>
		<description>Good to see CoLT getting ready for Firefox 3.0
</description>
		<content:encoded><![CDATA[<p>Good to see CoLT getting ready for Firefox 3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upcoming Extension Updates by Zef</title>
		<link>http://www.borngeek.com/2008/01/21/upcoming-extension-updates/#comment-9</link>
		<dc:creator>Zef</dc:creator>
		<pubDate>Tue, 26 Feb 2008 22:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.borngeek.com/2008/01/21/upcoming-extension-updates/#comment-9</guid>
		<description>Been using FF3 beta's for a while now and Googlebar Lite is dearly missed. Thank you for a great extension, I am looking forward to the new version.
</description>
		<content:encoded><![CDATA[<p>Been using FF3 beta&#8217;s for a while now and Googlebar Lite is dearly missed. Thank you for a great extension, I am looking forward to the new version.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
