This is not precisely a programming question, so I don't know whether it fits on Pro Webmaster, and if not, on which other StackExchange to ask.
I wondered if there's a good book on teaching how to make the transition from writing dedicated applications in eg. C++/Delphi/VBClassic to web applications in PHP, etc.?
For instance, the book would start with the fact that the web paradigm is based on client-server, HTTP is a stateless protocol, the only language available to run code on the client is JavaScript, etc.
Thank you.