<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Create the Ultimate Firefox Web Development Profile</title>
	<atom:link href="http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: BrettLyne</title>
		<link>http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/comment-page-1/#comment-66192</link>
		<dc:creator>BrettLyne</dc:creator>
		<pubDate>Wed, 04 Feb 2009 17:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/#comment-66192</guid>
		<description>Firefox WebDev profile created. I like this idea.

Since this post is getting a bit dated, search mozilla.org instead of following the provided links.
https://addons.mozilla.org/en-US/firefox/</description>
		<content:encoded><![CDATA[<p>Firefox WebDev profile created. I like this idea.</p>
<p>Since this post is getting a bit dated, search mozilla.org instead of following the provided links.<br />
<a href="https://addons.mozilla.org/en-US/firefox/" rel="nofollow">https://addons.mozilla.org/en-US/firefox/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the_guv</title>
		<link>http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/comment-page-1/#comment-61446</link>
		<dc:creator>the_guv</dc:creator>
		<pubDate>Thu, 20 Nov 2008 14:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/#comment-61446</guid>
		<description>thanks Geek, and everyone else - I use pretty much all of those too.

for blog developers ScribeFire is useful too, allowing you to blog on the fly, as you surf ... I reviewed it at http://guvnr.com/web/blogging/scribefire/</description>
		<content:encoded><![CDATA[<p>thanks Geek, and everyone else &#8211; I use pretty much all of those too.</p>
<p>for blog developers ScribeFire is useful too, allowing you to blog on the fly, as you surf &#8230; I reviewed it at <a href="http://guvnr.com/web/blogging/scribefire/" rel="nofollow">http://guvnr.com/web/blogging/scribefire/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sahas</title>
		<link>http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/comment-page-1/#comment-58795</link>
		<dc:creator>sahas</dc:creator>
		<pubDate>Sun, 05 Oct 2008 06:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/#comment-58795</guid>
		<description>Thanks Geek !</description>
		<content:encoded><![CDATA[<p>Thanks Geek !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tieum</title>
		<link>http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/comment-page-1/#comment-45685</link>
		<dc:creator>tieum</dc:creator>
		<pubDate>Tue, 15 Apr 2008 12:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/#comment-45685</guid>
		<description>Hi,
yeah, nice extensions, thx :)
you should add the advices of mozilla team for the dev profile (http://developer.mozilla.org/en/docs/Setting_up_extension_development_environment)
go to the page: about:config
set this:
    *  javascript.options.showInConsole = true. Logs errors in chrome files to the Error Console.
    * nglayout.debug.disable_xul_cache = true. Disables the XUL cache so that changes to windows and dialogs do not require a restart. This assumes you&#039;re using directories rather than JARs. Changes to XUL overlays will still require reloading of the document overlaid.
    * browser.dom.window.dump.enabled = true. Enables the use of the dump() statement to print to the standard console. See window.dump for more info. You can also use nsIConsoleService from privileged script.
    * javascript.options.strict = true. Enables strict JavaScript warnings in the Error Console. Note that since many people have this setting turned off when developing, you will see lots of warnings for problems with their code in addition to warnings for your own extension. You can filter those with Console2.
    * extensions.logging.enabled = true. This will send more detailed information about installation and update problems to the Error Console.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
yeah, nice extensions, thx <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
you should add the advices of mozilla team for the dev profile (<a href="http://developer.mozilla.org/en/docs/Setting_up_extension_development_environment" rel="nofollow">http://developer.mozilla.org/e.....nvironment</a>)<br />
go to the page: about:config<br />
set this:<br />
    *  javascript.options.showInConsole = true. Logs errors in chrome files to the Error Console.<br />
    * nglayout.debug.disable_xul_cache = true. Disables the XUL cache so that changes to windows and dialogs do not require a restart. This assumes you&#8217;re using directories rather than JARs. Changes to XUL overlays will still require reloading of the document overlaid.<br />
    * browser.dom.window.dump.enabled = true. Enables the use of the dump() statement to print to the standard console. See window.dump for more info. You can also use nsIConsoleService from privileged script.<br />
    * javascript.options.strict = true. Enables strict JavaScript warnings in the Error Console. Note that since many people have this setting turned off when developing, you will see lots of warnings for problems with their code in addition to warnings for your own extension. You can filter those with Console2.<br />
    * extensions.logging.enabled = true. This will send more detailed information about installation and update problems to the Error Console.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jette</title>
		<link>http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/comment-page-1/#comment-38589</link>
		<dc:creator>Jette</dc:creator>
		<pubDate>Thu, 21 Feb 2008 16:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/#comment-38589</guid>
		<description>I am looking for a tool like CookiePie, but I was disappointed to see that there is a bug which means that the session started in the parent window does not apply to popups. Unfortunately this makes the extension useless to me.</description>
		<content:encoded><![CDATA[<p>I am looking for a tool like CookiePie, but I was disappointed to see that there is a bug which means that the session started in the parent window does not apply to popups. Unfortunately this makes the extension useless to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/comment-page-1/#comment-37566</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 10 Feb 2008 17:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/#comment-37566</guid>
		<description>Nice post and very good extensions.</description>
		<content:encoded><![CDATA[<p>Nice post and very good extensions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/comment-page-1/#comment-28310</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Tue, 04 Dec 2007 05:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/#comment-28310</guid>
		<description>Great list, none of them work with FireFox 3 atm though :(</description>
		<content:encoded><![CDATA[<p>Great list, none of them work with FireFox 3 atm though <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ActualAl</title>
		<link>http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/comment-page-1/#comment-26748</link>
		<dc:creator>ActualAl</dc:creator>
		<pubDate>Wed, 14 Nov 2007 16:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/#comment-26748</guid>
		<description>Top post - very useful</description>
		<content:encoded><![CDATA[<p>Top post &#8211; very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Betz</title>
		<link>http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/comment-page-1/#comment-25413</link>
		<dc:creator>David Betz</dc:creator>
		<pubDate>Fri, 26 Oct 2007 15:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/#comment-25413</guid>
		<description>See video 1.

http://www.netfxharmonics.com/2006/10/video-5-fwd-editing-css-live-in.aspx</description>
		<content:encoded><![CDATA[<p>See video 1.</p>
<p><a href="http://www.netfxharmonics.com/2006/10/video-5-fwd-editing-css-live-in.aspx" rel="nofollow">http://www.netfxharmonics.com/.....ve-in.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swexican</title>
		<link>http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/comment-page-1/#comment-25190</link>
		<dc:creator>Swexican</dc:creator>
		<pubDate>Mon, 22 Oct 2007 14:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/#comment-25190</guid>
		<description>Nice list, thanks!

I would add another one to the list if you work alot with cookies: 

Add &amp; Edit Cookies - Cookies Editor
http://addneditcookies.mozdev.org/</description>
		<content:encoded><![CDATA[<p>Nice list, thanks!</p>
<p>I would add another one to the list if you work alot with cookies: </p>
<p>Add &amp; Edit Cookies &#8211; Cookies Editor<br />
<a href="http://addneditcookies.mozdev.org/" rel="nofollow">http://addneditcookies.mozdev.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
