Web Hosting Talk







View Full Version : What book do you suggest for learning these?


HopesDespair
06-19-2005, 12:48 AM
Advanced HTML
PHP
MySQL
Java
Perl
CSS
CGI


I allready know most of HTML but the HTML book is mostly just a refresher. If there's a company that does all books, that'd be best because it's easier to understand. I prefer books that explain to you, and show you how to do things.

I am not looking for the quickest or easiest book to learn these from but one that will teach me it well, if I study it, almost like taking a class, so that I can use it and do work with it.

Thank you!

Burhan
06-19-2005, 02:12 AM
My best suggestion is to get a free account at the safari bookshelf, and check out some books on the subjects above. This will give you a good idea on the scope of books out there.

I'm not a big fan of computer books (since by the time they are published, most are already out of date -- especially for things such as PHP). However, Wrox and O'Reilly are good publishers when it comes to computer books.

The so-called "camel book" is what is mentioned when anyone asks for a good Perl reference, and its by O'Reilly.

For PHP, I have a few suggestions. Most people recommend the "Programming PHP & MySQL" book. There is also Professional PHP by Wrox publishing.

My favorite Java learning book is by Dietel & Dietel (they also publish some computer science textbooks).

I really don't own any books on CSS or CGI, so I can't recommend any in those domains.

mfonda
06-19-2005, 03:59 AM
As far as advanced HTML and CSS go, all the best stuff you will find on the internet, not in a book. PHP can be learned quite easily by following the manual on www.php.net. I would recommend buying a book to learn java, and make sure you get one which discusses good object oriented design. You would probably want to buy a book on MySQL too if you are going to be doing really advanced SQL, otherwise just search the web and use mysql.com

SolarVPS
06-21-2005, 02:36 AM
The web is an indespensable resource when it comes to learning programming languages, however, a great book that is straight to the point with good examples can also be very helpful. This also comes down to preference as well... do you like flipping google pages or flipping pages in a book...

I can't answer for all of the languages but for PHP I would recommend:
The PHP Bible

For MySQL:
The MySQL Reference Manual

For Perl: ( O'Reilly Books )
The Perl Cookbook
Programming the Perl DBI
Learning Perl

Javascript ( because you can't live without it )
The Javascript Bible

Also, one of the most valuable resources ( if you code in Windows ) is the Windows PHP CHM Help File. It comes with a lot of example code and comments from other users. You can download it from the PHP web site Downloads page. Its on the left column and its called Documentation downloads.

ilyash
06-21-2005, 04:54 PM
checkout the o'reilly books for all of them..

Those were especially good when I was learning.

Rman2003
06-22-2005, 12:38 AM
I've had pretty good luck with all of the books by Visual/Wiley. They're white with a blue title bar acrossed the top of them.

They cover a pretty good range of topics and can generally be picked up at your local Barnes and Noble if available.

Aside from that, the monster "Bible" books from Wiley are pretty good as well, as was the "PHP Cookbook" from O'reilly.

I've got a decent selection of books on my shelf (roughly 20 or 30 I'd say) and I bet 99% of them are from either Visual/Wiley, or O'reilly.