|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Terrible PHP Books out there!
I have bought 3 PHP books and have taken them back because of the following reasons:
1. They are too formal. If someone is learning something they need it to be as simple as possible. Fancy words don't stick to your head as much as simple ones. 2. They do not have any examples, or at least good ones. All the books start off with variables, then data types and then arrays and classes etc... there are no good examples at the end of a chapter. Perhaps if they made a book that taught you how to make a whole site using php/mySQL starting off basic and making scripts to add to it whilst learning the functions that would help more people. I know very little PHP, recently learned basic array functions but add that to variables and basic mySQL querys it's nothing really. 3. No CD's with examples, tools... I bought a Javascript book ages ago and it was great because the book allowed me to make scripts in every 2-3 pages of reading so I didn't get bored. And I could compare my work to the example one in the CD. Overall, my experience of PHP books as been poor. I bought SAMS teach yourself PHP in 24 hours, A programmers introduction to PHP 4.0 (probs the best one out of the bunch) and another one which I can't remmber the title. |
|
#2
|
||||
|
||||
|
The PHP Black book is a good one to buy.. it has plenty of examples, and its written for programmers learning php from scratch..
PHP Black Book by Peter Moulding.. he actually has quite a few books under him that he wrote.. check out petermoulding.com ![]() |
|
#3
|
|||
|
|||
|
thanks, I will try and loan it out at the library b4 I buy it
![]() |
|
#4
|
|||
|
|||
|
that's why i dont buy books cause i bougth 6 flash mx books and none provided the info i was looking for, so i am taking macromedia's course instead.
__________________
Apache Expert |
|
#5
|
|||
|
|||
|
glad to see people share my views
I thought I was going to get my head bitten off!the thing is, everyone always says that reading PHP books is better than tutorials but from my experience tutorials have been better |
|
#6
|
||||
|
||||
|
The only books lately that I've been buying <with exception to my php black book> are at 75% off books.. lol.. only pay like $5 for each of em...
|
|
#7
|
|||
|
|||
|
there arent shops like that where I live, everything is full price! how queer is that!
|
|
#8
|
|||
|
|||
|
I've got that Sams book myself, it indeed kinda sucks
The examples are short and you don't really learn alot from it You learn alot more by just reading the php.net documentation ![]() |
|
#9
|
|||
|
|||
|
its really pissing me off that there is no definitive guide to learning php. A language so popular doesnt have that many great tutorials, its really shocking...
__________________
You don't deserve to read my signature...yeah! That's it, keep walking...yeah walk away from me! That's it! Get out of my pub, you're barred! |
|
#10
|
||||
|
||||
|
i have Sams PHP & MySQL Web Development... i found it okay...
Web Application Development with PHP 4.0 wasn't nearly as PHP based as i hoped... [forget the publishing company] i took PHP & MySQL For Dummies out of the library.... ugh!! forgot how bad dummies books are... |
|
#11
|
|||
|
|||
|
quite the contrary IMO, dummies books are very good because they include a lot of examples and cd's to help you learn.
|
|
#12
|
|||
|
|||
|
Quote:
what do you need more than the php documentation? It's one big tutorial ![]() |
|
#13
|
|||
|
|||
|
yeah but it is more about explaining the syntax rather than explaining how scripts work
|
|
#14
|
|||
|
|||
|
Quote:
Some faults of this and every PHP book: Outmoded syntax (e.g. register_globals is a big one). Not enough big-picture discussion: how scripts should be structured to tie together into a whole. Little or no coverage of templating, abstraction, n-tier structure, planning. The academic stuff. All of the nuts & bolts syntax stuff is covered very well by php.net documentation, with the bugs and gotchas amended by real-world users. Too many pages are wasted on basic syntax in every book. Too many dead trees of screenshots that take up half the page. I find myself flipping pages between short little paragraphs that should really be side-by-side, but are instead scattered between unnecessary screenshots. Some sort of SQL cookbook section would also be helpful, with example structures of common queries, and the like. I'm sure I could add to this if I went back and looked over the books I have. |
|
#15
|
||||
|
||||
|
Quote:
The truth is if you don't already know what your look for it doesn't help. If you know exactly what youa re looking for it is great
__________________
CHornJr "One day I'll know what I am doing" ![]() My Blog Suanhacky Lodge #49 Rebel Squadrons |
|
#16
|
|||
|
|||
|
well I finally found one: PHP in easy steps by Mike McGrath
I actually read it for 1 hour in the bookshop until the woman started giving me dirty looks and then I shelled out £10 for it and walked home. When I was skim reading the content of the book it is very good, because it covers all the aspects in chapters with loads of small little scripts which could come useful. The book itself is quite small but I didnt want a huge encyclopadeia on PHP, more an introduction and comprehension on all Syntax and allowing me the ability to freely code my own scripts without using any resource to help me. If you want to buy it the ISBN is: 1-84078-207-2 and it costs 9.99 GBP, you can visit the official site: http://www.ineasysteps.com Vince. |
|
#17
|
||||
|
||||
|
did you go to the book store and look at the php black book?
|