开发者

I'm looking for a introduction to php(5 or 6)/mysql/javascript web development book [closed]

开发者 https://www.devze.com 2022-12-25 06:17 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

Basically I want the books to be text book based, ie, author discusses the background,philosophy,syntax,semtantix for every 开发者_开发知识库language AND after every section there are questions what you learned so far and mini projects. Is there any books like this, I'm absolutely new to php/mysql/javascript and web development in general. Thanks in advance.


Not single book

I know you asked for only book explaining introducing PHP/MySQL/Javascript. I am sorry I don't know one book for this. But what I have read/skimmed which I liked was the following.

PHP

I myself really enjoyed reading Matt zandstra's PHP 5 Objects, Patterns, and Practice. I think it is really a good book to learn good Object Oriented Programming. It directly learns you have to code good PHP instead of just picking up "an introduction to PHP" book which teaches you bad coding practices which will bite you later. I think this book isn't really for the beginners, but with a little bit of focus you could read this book.

Javascript

My advise would be to read Douglas Crockford's javascript the good parts. This book explains what part of javascript you should use because they are good and which parts are best to avoid because they aren't that good.

MySQL

I think you should learn the basics about PDO(PHP Data Objects) reading Dennis Popl's Learning PHP Data Objects.


Skim through few preview pages of Learning PHP, MySQL, and JavaScript from O'Reilly on Google Books - http://books.google.com/books?id=Zwzc4qUZnqMC&printsec=frontcover and see if it's what you are looking for. This book, along with PHP documentation should help you get started.


I'd suggest Larry Ullman's PHP 6 and MySQL 5 Visual Quick Pro Guide, it's not a one stop shop for everything php and mysql based, but it provides a strong foundation which is very quick to grasp! Also contains some useful tips at the end of each subject, which have helped me many a time!


I'd highly recommend Javascript The Definitive Guide as a reference - http://oreilly.com/catalog/9780596101992.

This book has saved me many days of work, but it's a reference and not a textbook-style questions and answers book.


I know this ressource is not a book, but anyway take a look at: http://devzone.zend.com/article/627-PHP-101-PHP-For-the-Absolute-Beginner

The site contains 15 well-described chapters about PHP.

What I really like is the introductory comments to each chapter, because they really describe the various topics in plain english and give you a solid and broad understanding.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号