<?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>Hugo Gameiro &#187; view source</title>
	<atom:link href="http://www.hugogameiro.com/tag/view-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hugogameiro.com</link>
	<description>internet e outras paixões</description>
	<lastBuildDate>Fri, 03 Feb 2012 04:05:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Chrome View Source</title>
		<link>http://www.hugogameiro.com/google-chrome-view-source/</link>
		<comments>http://www.hugogameiro.com/google-chrome-view-source/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 00:50:08 +0000</pubDate>
		<dc:creator>hugogameiro</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[view source]]></category>

		<guid isPermaLink="false">http://www.hugogameiro.com/?p=278</guid>
		<description><![CDATA[IMHO view source from Google Chrome acts really odd. When you click view source a new tab opens and the page is loaded all over again. Maybe there is a very valid reason for this. But I cant find one. &#8230; <a href="http://www.hugogameiro.com/google-chrome-view-source/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>IMHO view source from Google Chrome acts really odd.<a href="http://www.hugogameiro.com/wp-content/uploads/2010/03/google-chrome-logo.jpg"><img class="alignright size-thumbnail wp-image-279" title="google chrome logo" src="http://www.hugogameiro.com/wp-content/uploads/2010/03/google-chrome-logo-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>When you click view source a new tab opens and the page is loaded all over again.</p>
<p>Maybe there is a very valid reason for this. But I cant find one. To me this can even be problem.</p>
<p>Examples:</p>
<ul>
<li>If you pass values via POST you cant get the results as Chrome does not re-POST it just issues a new request using GET and a new session. (I found a couple &#8220;Notice: Undefined variable&#8221; on some of my code, but this was my problem as I wasnt doing proper verifications) But anyway you never get the POST values and see the source for your page.</li>
<li>If you have a counter or random dinamic content you will never get to see exactly what you get on the rendered html you have on the initial tab.</li>
</ul>
<p>A work around is to use &#8220;inspect element&#8221; but its not the same. Its great for some things but its not the same.</p>
<p>If someone finds a valid reason for this &#8220;view source&#8221; behaviour I would love to know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hugogameiro.com/google-chrome-view-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

