There seems to be a very large deficit of information out there when it comes to web programming. All the resources I can find try are based on teaching you the front-end (HTML/CSS/scripting) in a specific language, but they don't go deep when explaining what is happening on the back-end. Know any good resources?
For example, the replies to the following question contained alot information I'd never get in a "Learn PHP in 30 Seconds!" type book: http://stackoverflow.com/questions/147187/why-do-we-need-anything-more-than-http-get-put-post/147195
Edit: An imaginary title would be "What you need to know before building a web app: the language agnostic edition".