<?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: Firefox Extension: View Rendered Source</title>
	<atom:link href="http://the-stickman.com/web-development/firefox-extensions/firefox-extension-view-rendered-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://the-stickman.com/web-development/firefox-extensions/firefox-extension-view-rendered-source/</link>
	<description>Random developer notes</description>
	<lastBuildDate>Wed, 03 Aug 2011 09:35:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Mark</title>
		<link>http://the-stickman.com/web-development/firefox-extensions/firefox-extension-view-rendered-source/comment-page-1/#comment-552</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 03 May 2007 07:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=11#comment-552</guid>
		<description>I am looking for an equivalent for Opera, does it exist?</description>
		<content:encoded><![CDATA[<p>I am looking for an equivalent for Opera, does it exist?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessie</title>
		<link>http://the-stickman.com/web-development/firefox-extensions/firefox-extension-view-rendered-source/comment-page-1/#comment-551</link>
		<dc:creator>Jessie</dc:creator>
		<pubDate>Fri, 17 Nov 2006 19:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=11#comment-551</guid>
		<description>Please add firefox cookies/bad web sites immunization in next version!
Firefox 2 cannot reject third party cookies!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Please add firefox cookies/bad web sites immunization in next version!<br />
Firefox 2 cannot reject third party cookies!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://the-stickman.com/web-development/firefox-extensions/firefox-extension-view-rendered-source/comment-page-1/#comment-550</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Thu, 16 Nov 2006 22:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=11#comment-550</guid>
		<description>Help me please...
I just installed Firefox 2.0, and all of a sudden, my username/password isn&#039;t being inserted in the signon window (it always was before). I tried the usual suspects--I did not mistakenly tell FF not to remember the password for this site; and I also tried the remember password bookmarklet, but all to no avail--FF will not ask me to remember this password. What do I need to do to get around this?</description>
		<content:encoded><![CDATA[<p>Help me please&#8230;<br />
I just installed Firefox 2.0, and all of a sudden, my username/password isn&#39;t being inserted in the signon window (it always was before). I tried the usual suspects&#8211;I did not mistakenly tell FF not to remember the password for this site; and I also tried the remember password bookmarklet, but all to no avail&#8211;FF will not ask me to remember this password. What do I need to do to get around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stickman</title>
		<link>http://the-stickman.com/web-development/firefox-extensions/firefox-extension-view-rendered-source/comment-page-1/#comment-549</link>
		<dc:creator>Stickman</dc:creator>
		<pubDate>Wed, 14 Dec 2005 16:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=11#comment-549</guid>
		<description>A good tip. However, I think I&#039;ll stick to View Rendered Source...:)</description>
		<content:encoded><![CDATA[<p>A good tip. However, I think I&#8217;ll stick to View Rendered Source&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://the-stickman.com/web-development/firefox-extensions/firefox-extension-view-rendered-source/comment-page-1/#comment-548</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 14 Dec 2005 16:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=11#comment-548</guid>
		<description>You can copy-paste the alert message by selecting the dialog window , just click so it has focus -just dont  hit the &#039;OK&#039; button :) and pressing Ctrl-C and then Ctrl-V into your favorite text editor.</description>
		<content:encoded><![CDATA[<p>You can copy-paste the alert message by selecting the dialog window , just click so it has focus -just dont  hit the &#8216;OK&#8217; button <img src='http://the-stickman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and pressing Ctrl-C and then Ctrl-V into your favorite text editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stickman</title>
		<link>http://the-stickman.com/web-development/firefox-extensions/firefox-extension-view-rendered-source/comment-page-1/#comment-547</link>
		<dc:creator>Stickman</dc:creator>
		<pubDate>Thu, 29 Sep 2005 08:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=11#comment-547</guid>
		<description>When you select some text in Firefox and view selection source through the right-click menu, the browser shows the same thing...

That&#039;s good tip (especially for small blocks of code), but not always practical: for example, sometimes it&#039;s simply not possible to select the piece of code you&#039;re interested in.

Using alert to print out code also works well for brief fragments, but larger blocks just end up with a massive dialog box that often disappears off the bottom of the screen.</description>
		<content:encoded><![CDATA[<p>When you select some text in Firefox and view selection source through the right-click menu, the browser shows the same thing&#8230;</p>
<p>That&#8217;s good tip (especially for small blocks of code), but not always practical: for example, sometimes it&#8217;s simply not possible to select the piece of code you&#8217;re interested in.</p>
<p>Using alert to print out code also works well for brief fragments, but larger blocks just end up with a massive dialog box that often disappears off the bottom of the screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archatas</title>
		<link>http://the-stickman.com/web-development/firefox-extensions/firefox-extension-view-rendered-source/comment-page-1/#comment-546</link>
		<dc:creator>Archatas</dc:creator>
		<pubDate>Wed, 28 Sep 2005 16:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=11#comment-546</guid>
		<description>When you select some text in Firefox and view selection source through the right-click menu, the browser shows the same thing without any extension: it shows the rendered HTML source.

I don&#039;t know any hack to view the rendered source in IE without additional plugins. However you can always check the html by alerting body&#039;s innerHTML in JavaScript (Of course, if you have the sources of the website at your local computer).</description>
		<content:encoded><![CDATA[<p>When you select some text in Firefox and view selection source through the right-click menu, the browser shows the same thing without any extension: it shows the rendered HTML source.</p>
<p>I don&#8217;t know any hack to view the rendered source in IE without additional plugins. However you can always check the html by alerting body&#8217;s innerHTML in JavaScript (Of course, if you have the sources of the website at your local computer).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

