Many times I encounter a site, and would like to know - how did they do this?

Moreover, I'm looking at a the work of someone else in my project, and want to understand what exactly did he do?

What are the parts of the page? Which scripting manipulations are being performed? Which requests are being sent to the server, and when?

All this information is obviously present in the web page when one is browsing. However it can be very difficult to read and understand it.

Does anybody know of some tools for doing this better?

Any tips and strategies how this can be done?

Thank you!

Gidi

The browser's debugger tools can provide some insight as to the requests sent to the server. Or you can try fiddler to see what happens.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.