views:

154

answers:

5

what are the web programming book or books that takes you as a stand alone application programmer and make(develop your skills) you web programmer and make you think more in web way so that if you have idea about web you can directly sit front of the computer and code it by yourself? Edit:i prefer using php,mysql

+2  A: 
Rap
A: 

A comprehensive list of books about ASP.NET, ASP.NET AJAX, and related technologies.

http://www.asp.net/community/books/

if you are using ASP.Net for development.

rahul
A: 

G'day,

I liked "CGI Programming with Perl" (sanitised Amazon link) when I was starting out.

HTH

cheers,

Rob Wells
+1  A: 

As JavaScript is omnipresent these days I'd recommend "JavaScript: The Good Parts" by Douglas Crockford. It made JS much clearer for me and also serves as a handy reference book (easy to carry around with only ~150 pages :)

Fabian Neumann
+1  A: 

The Pragmatic Programmer:

http://www.amazon.com/Pragmatic-Programmer-Journeyman-Master/dp/020161622X

whilst not web orientated it is certainly worth a read.

Jon P