Sunday, December 5, 2010

Debug web app with google chrome

With the arrival of Google Chrome, web browsing becomes faster, web application gets accelerated with its fast javascript engine.


Not only the speed, Google Chrome also comes with the Developer Tools. It's a tools that web developer should not miss.



It allows you to inspect the elements (as html/ css/ properties and so on) displaying on the screen in real time. You can also track used resources, scripts, loading time, cookies and much more.




Thank you to Google Chrome's Developer Tools, web optimization is much easier. Web development is much more comfortable.

No comments:

Post a Comment