View Source with Chrome
Tuesday's post about Google's Chrome browser noted the up-front absence of almost everything we've become used to in browsers (File, Edit, History, Favourites and Tools stuff). Also missing is the indispensable "View Source" function. Without it, how many of us would have mastered HTML? Wasn't "View Source" one of the sources, as it were, of open source, and the beginning of the end of copyright? After all, by making the ideas of others more accessible than any preceding innovation, "View Source" enabled millions to abscond with coding, layout, scripts and the rest of it. In return, we got an unprecedented eruption of creativity.
Anyway, if you'd like to look at this site's source code in Chrome, here's what you need to type in the Omnibox: "view-source:http://www.eamonn.com". Quirky, I know, but there you are.
And here's something cool about Chrome: every tab is "sandboxed," meaning your computer won't be affected by whatever happens in the tabs. Pop-ups, for example, are contained in the tabs they originate in and are presented as links at the bottom of the page. You can look at 'em, but they won't pop up without your permission.
Comments
Actually... http://www.google.com/support/chrome/bin/answer.py?answer=96821
Posted by: Udo | September 5, 2008 3:31 PM
View source is still there ... just a little bit more hidden.
You click the 'page' icon on the top right of the screen. From the menu that pops up, you select Developer> , then you get an option on the *sub* menu to 'view source'.
Paul
Posted by: paul browne | September 5, 2008 4:47 PM
Thanks, Udo, Paul. The great thing about the web is that someone, somewhere will take the time to help find an answer to a question. Now, I have seven more Chrome questions...
Posted by: eamonn Fitzgerald | September 6, 2008 8:46 AM
Right clicking on a page brings up a menu with View Page Source on it. Now, if I could just get it to open in Notepad so it could be edited ...
Posted by: Karen Doyle | September 12, 2008 11:37 PM
The way chrome behaves when clicking "View page Source" is strange. Let's say you issue a POST request to one index.php page, on that page want to see the source code. Chrome starts another request to retrieve the document search using GET; with absolutely no regards to the current posted data. Basically you simply get another document from the one you want. Weird to say the least!
Posted by: Calin Uioreanu | February 17, 2009 10:40 AM