on analyzing the behavoir of the browser from 0×00 to 0xFF

- reference - http://blog.neraliu.com/examples/codec/trigger01.html
- reference - http://blog.neraliu.com/examples/codec/echo02.html
- reference - http://www.w3schools.com/TAGS/ref_urlencode.asp
google chrome – tab is a separate process, not only for performance
when you are going to play with the google browser chrome's tab feature, you would find that each tab is of separate process when you are looking into the task manager of the windows (or some equivalent operating system). truely, the first benefit gets from it is - one process won't crash the other if there is some problems from the page, but i am not interested on it.
what i am interested in is of security! basically, for each different processes, the operating system would allocate different memory spaces for each process, so theoritically, different tab would be served as different application instance (process) in which they cannot access each other resources, like the memory space, DOM etc. so google browser chrome is actually making a very fundamental change in the software architecture of the web applications with this unnoticed features.

- reference - http://www.google.com/chrome





































