BIRT 3.7
Written by: Michael Williams
Featured Refcardz: Top Refcardz:
  1. Scrum
  2. Apache Maven 2
  3. Essential MySQL
  4. Node.js
  5. Groovy
  1. jQuery Selectors
  2. Ajax
  3. Java
  4. Spring Config.
  5. Java Concurrency

Link Details

Link 310769 thumbnail
User 225256 avatar

By mswatcher
via ajaxian.com
Published: Dec 03 2009 / 21:58

“View Source is your friend”, we’ve learned countless times as web developers. It’s something special about web development that we can seamlessly lift the covers on anything we see and find out how the sausage is made. And it gets even better with great tools to interrogate the system in real-time.
  • 12
  • 5
  • 2008
  • 0

Comments

Add your comment
User 310113 avatar

b.m replied ago:

1 votes Vote down Vote up Reply

A not so convincing argument that javascript compression and better DOM tools will make the source viewing obsolete.

I don't like it since he forgets to mention that
a. the DOM is actually built from an interpretation of the source (they are not 100% equivalent), and
b. focuses on JS compression way too much in delivering his argument.

There are plenty of times during development and not only when I am seeing myself forced to see the actual generated source, and the js compression is only used in the deployed versions of the application, not during development.

Thus "view source" is here to stay. (unless some binary RIA becomes over the night the defacto standard - which I doubt)

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.