Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

What are some good books for learning how to develop web applications?

I have a pretty decent understanding of PHP, JavaScript, ActionScript, HTML, CSS and all that jazz. But I have not really developed much from scratch, I have started learning the Zend Framework and using it with the MVC pattern, but could really use some good sources for learning proper ways of structuring code and building a web application. My schooling did not offer me a proper class in development and I am looking to teach myself with some good sources so I am not just throwing functions together all willy nilly. Thank you!

Update:

To the person explaining how to make a web site, thank you, but I have already been creating them for years. I am looking at doing more in-depth web application development and learning the proper ways to do that.

2 Answers

Relevance
  • Favorite Answer

    you know php, html, css , javascript that is inough for making website, in html book some eample given for making wesite.

    In simple website first make your home page of first page and give link in first page for other page.

    Give name indeX.html or indeX.php to first page. and copy paste this first page in your ftp or wwwroot folder.

    view some wesite on internet then you can get more idea.

    save some page fro internet and view their code in your editor.

    You can get ebook free Below:-

    http://www.download-free-ebook.net/

  • 1 decade ago

    I would recommend "friends of ed" (google it) books they are all great. I personally stay away from frameworks because you end up learning the framework and not the language. Plus it takes forever to understand them.

Still have questions? Get your answers by asking now.