<?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: View-Source IS Good. Full-stop.</title>
	<atom:link href="http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/feed/" rel="self" type="application/rss+xml" />
	<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/</link>
	<description>more than just sandwiches</description>
	<lastBuildDate>Wed, 04 Jan 2012 17:35:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ~robcee/ &#8211; Inspector Impetus</title>
		<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/comment-page-1/#comment-91906</link>
		<dc:creator>~robcee/ &#8211; Inspector Impetus</dc:creator>
		<pubDate>Fri, 21 May 2010 14:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=384#comment-91906</guid>
		<description>[...] we include View Source in Firefox 3.6. I&#8217;ve blogged about how important view source is and how awesome it is that we have it, but inspection is a [...]</description>
		<content:encoded><![CDATA[<p>[...] we include View Source in Firefox 3.6. I&#8217;ve blogged about how important view source is and how awesome it is that we have it, but inspection is a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas</title>
		<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/comment-page-1/#comment-90984</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Tue, 23 Mar 2010 18:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=384#comment-90984</guid>
		<description>Excellent points.  I wouldn&#039;t be here today, or even be that interested in the web if it wasn&#039;t for stuff like view source that helps you learn how to customize the web.  From early attempts to learn html, to my current side project of wordpress theming - it&#039;s all much better when you can see the code behind the pretty pictures laid out on the page.</description>
		<content:encoded><![CDATA[<p>Excellent points.  I wouldn&#8217;t be here today, or even be that interested in the web if it wasn&#8217;t for stuff like view source that helps you learn how to customize the web.  From early attempts to learn html, to my current side project of wordpress theming &#8211; it&#8217;s all much better when you can see the code behind the pretty pictures laid out on the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/comment-page-1/#comment-89445</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 11 Jan 2010 19:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=384#comment-89445</guid>
		<description>Firefox&#039; &quot;View Source&quot; functionality has always been quite useless for me until I found this plugin: http://users.skynet.be/mgueury/mozilla/


That&#039;s probably the most comfortable way to validate you markup in Firefox (not more than one click) and view the pages source at the same time.</description>
		<content:encoded><![CDATA[<p>Firefox&#8217; &#8220;View Source&#8221; functionality has always been quite useless for me until I found this plugin: <a href="http://users.skynet.be/mgueury/mozilla/" rel="nofollow">http://users.skynet.be/mgueury/mozilla/</a></p>
<p>That&#8217;s probably the most comfortable way to validate you markup in Firefox (not more than one click) and view the pages source at the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robcee</title>
		<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/comment-page-1/#comment-89430</link>
		<dc:creator>robcee</dc:creator>
		<pubDate>Sun, 10 Jan 2010 19:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=384#comment-89430</guid>
		<description>@atul I like the idea of prepending some kind of link to a non-minified version of the file. It doesn&#039;t add a lot of weight to the file and provides an easy way to see what you&#039;re really looking at. I&#039;d certainly use that feature if it were available and I bet others would too.</description>
		<content:encoded><![CDATA[<p>@atul I like the idea of prepending some kind of link to a non-minified version of the file. It doesn&#8217;t add a lot of weight to the file and provides an easy way to see what you&#8217;re really looking at. I&#8217;d certainly use that feature if it were available and I bet others would too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atul</title>
		<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/comment-page-1/#comment-89428</link>
		<dc:creator>Atul</dc:creator>
		<pubDate>Sun, 10 Jan 2010 18:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=384#comment-89428</guid>
		<description>Is there any kind of ad-hoc standard we could create that might allow a minified file to be able to &quot;point&quot; to its full-source representation?  e.g. a comment at the beginning of the minified source of the form &quot;//@non-minified: http://foo.com/blah.js&quot;?  I suspect if some standard were set up, a lot of library and &quot;minifier&quot; tool creators, as well as web devs, would be happy to put metadata in to make it easier for folks to understand their code. I could be wrong, though.

Another thing I frequently try is that, if a file is called foo.min.js, I try just removing the &quot;min&quot; and seeing if that works.  Often it does, so perhaps the view-source tool could just do that automatically.  Ideally we should be able to access the JS parse tree of the code and make sure the un-minified source matches the minified source.</description>
		<content:encoded><![CDATA[<p>Is there any kind of ad-hoc standard we could create that might allow a minified file to be able to &#8220;point&#8221; to its full-source representation?  e.g. a comment at the beginning of the minified source of the form &#8220;//@non-minified: <a href="http://foo.com/blah.js" rel="nofollow">http://foo.com/blah.js</a>&#8220;?  I suspect if some standard were set up, a lot of library and &#8220;minifier&#8221; tool creators, as well as web devs, would be happy to put metadata in to make it easier for folks to understand their code. I could be wrong, though.</p>
<p>Another thing I frequently try is that, if a file is called foo.min.js, I try just removing the &#8220;min&#8221; and seeing if that works.  Often it does, so perhaps the view-source tool could just do that automatically.  Ideally we should be able to access the JS parse tree of the code and make sure the un-minified source matches the minified source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robcee</title>
		<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/comment-page-1/#comment-89391</link>
		<dc:creator>robcee</dc:creator>
		<pubDate>Fri, 08 Jan 2010 22:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=384#comment-89391</guid>
		<description>@ozten: that&#039;s a good point and one of the big problems with JS debugging in Firebug too. It&#039;s hard to come up with a decent all-around solution. JSBeautifiers only give you a reformatted view of a minified source file, but the variables and function names are still cryptic. Maybe some cleverness would work: Detection of a popular JS library would offer a link to the non-minified source for browser? I dunno, but good food for thought!</description>
		<content:encoded><![CDATA[<p>@ozten: that&#8217;s a good point and one of the big problems with JS debugging in Firebug too. It&#8217;s hard to come up with a decent all-around solution. JSBeautifiers only give you a reformatted view of a minified source file, but the variables and function names are still cryptic. Maybe some cleverness would work: Detection of a popular JS library would offer a link to the non-minified source for browser? I dunno, but good food for thought!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozten</title>
		<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/comment-page-1/#comment-89390</link>
		<dc:creator>Ozten</dc:creator>
		<pubDate>Fri, 08 Jan 2010 21:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=384#comment-89390</guid>
		<description>I think the current challenge to view source is performance. Getting better yslow scores means concatenating separate scripts, minifying, etc or with &quot;Closure&quot; recompiling easy to read JavaScript into high performance JavaScript.

I think View Source should trump performance concerns, but for high volume websites it&#039;s a hard sell. The more the platform makes these optimizations unnecessary, the better for View Source.</description>
		<content:encoded><![CDATA[<p>I think the current challenge to view source is performance. Getting better yslow scores means concatenating separate scripts, minifying, etc or with &#8220;Closure&#8221; recompiling easy to read JavaScript into high performance JavaScript.</p>
<p>I think View Source should trump performance concerns, but for high volume websites it&#8217;s a hard sell. The more the platform makes these optimizations unnecessary, the better for View Source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/comment-page-1/#comment-89385</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 08 Jan 2010 19:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=384#comment-89385</guid>
		<description>More the reason to improve Firefox&#039;s View Source, i.e., See my blog post

http://aaronmt.com/?p=601</description>
		<content:encoded><![CDATA[<p>More the reason to improve Firefox&#8217;s View Source, i.e., See my blog post</p>
<p><a href="http://aaronmt.com/?p=601" rel="nofollow">http://aaronmt.com/?p=601</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumana Harihareswara</title>
		<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/comment-page-1/#comment-89383</link>
		<dc:creator>Sumana Harihareswara</dc:creator>
		<pubDate>Fri, 08 Jan 2010 17:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=384#comment-89383</guid>
		<description>I nearly can&#039;t believe people ask Firebug to block some inspection! Wow.</description>
		<content:encoded><![CDATA[<p>I nearly can&#8217;t believe people ask Firebug to block some inspection! Wow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arguments for &#8220;view source&#8221; &#187; Dissociated Press</title>
		<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/comment-page-1/#comment-89382</link>
		<dc:creator>Arguments for &#8220;view source&#8221; &#187; Dissociated Press</dc:creator>
		<pubDate>Fri, 08 Jan 2010 16:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=384#comment-89382</guid>
		<description>[...] Russell poses the question that few probably ever think to ask: Is View Source good? Rob Campbell replies &quot;of [...]</description>
		<content:encoded><![CDATA[<p>[...] Russell poses the question that few probably ever think to ask: Is View Source good? Rob Campbell replies &quot;of [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

