I have built Web sites with Python/Django and desktop applications with Objective-C/Cocoa so programming is not something that I need to learn. For someone in my situation, what is the best way (specific books or Web sites) to learn PHP and Javascript?
I have built Web sites with Python/Django and desktop applications with Objective-C/Cocoa so programming
Share
For PHP, I recommend the official tutorial, and then the manual. PHP is well documented and user comments on doc pages are also very useful.
For JavaScript, I recommend JavaScript: The Definitive Guide. The book teaches the language from the grounds up, and then goes through browser-specific matters like the DOM API.