Slashdot Mirror


User: snipeysnipe

snipeysnipe's activity in the archive.

Stories
0
Comments
13
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 13

  1. Re:wrox is gone on PHP4 Web Development Solutions · · Score: 1

    That does not invalidate the current publications. A good book is a good book

  2. Re:Too much information? on PHP4 Web Development Solutions · · Score: 1

    I totally understand your point (and I don't think it sounded like a flame) - however I know I would get annoyed if I was trying to read through a chapter and had to keep referring to something else in order to see what they mean. (Even if I don't immediately *need* the sql code to create the tables as I'm reading, it does help me understand more about the table.) Its really a matter of preference, I think. Same thing with writing style (conversational vs dry) and learning approach ("jump right in" vs. "hold my hand"). I don't even necessarily disagree with you to be honest. I suppose it would really depend why I was reading the book. If I needed to solve a specific problem quickly, I'd already be sitting next to my computer and online. If I was just sitting back for a cozy night of reading to broaden my knowledge (and I have done that with technical books, sad to say) I would be irked by not being able to *see* it right then.

  3. Re:Stay clear of the Red Books!! on PHP4 Web Development Solutions · · Score: 1

    Good that you're not making any broad, sweeping generalizations there... *rolls eyes*

  4. Re:good if you like that sort of thing on PHP4 Web Development Solutions · · Score: 1

    True it isn't that far off, but the PHP5 Books will likely wind up covering the big changes that are coming with PHP5, specifically OO advancements and changes - so it certainly doesn't mean that any PHP4 books you pick up are going to be "obsolete". There is still tons of stuff that *isn't* going to change.

  5. Re:PHP-Nuke? on PHP4 Web Development Solutions · · Score: 1

    Actually, it doesn't - it deals with PostNuke.

  6. Re:PHP-Nuke? on PHP4 Web Development Solutions · · Score: 1

    Derrr... I'm a weenie. Haha - See that, my brain automatically changed it in the original post from PHP-Nuke to PostNuke as I was reading it because it refuses to deal with PHP-Nuke. :D I don't actually use PostNuke either, but between the two, its the lesser of two evils. Sorry for any confusion. :-P

  7. Re:PHP-Nuke? on PHP4 Web Development Solutions · · Score: 1

    It sure does - Chapter 14 explains the installation and configuration of PostNuke, iirc. (As for your side note - not a clue. :) )

  8. Re:What would be better... on PHP4 Web Development Solutions · · Score: 1

    phplib is only one part of what the book covers - and frankly I still know many developers that use it. The book addresses both, and I think thats a fair way to approach it. I'm sure there will be a book about PEAR (or at least largely focused on it) in the near future. I do agree that it would be nice to see comparisons of the templating engines, but I'm not sure if that would make sense to put into a book versus an online forum where people can share their experiences.

  9. Content summary on PHP4 Web Development Solutions · · Score: 1
    The list of items covered is on the Wrox press page for it here.

    Creating an association directory using XML markup and MySQL

    Creating a web forum using PHP with MySQL and PEAR::DB

    Building a PDA/Wireless store directory application using PHPLib

    Creating a job board using PHP, WML, MySQL, and Smarty

    Building a news service using PHP, MySQL, and Smarty

    Creating a web corpus using simple PHP scripts

    Building a classified ads board using PHP with MySQL, and Smarty

    Building content management systems using PHP, MySQL, and XML

    Building a search engine for dynamic sites PHP, MySQL, and PHPLib

    Building a three-tier, multi-client, wireless data warehousing application

    Creating a PHP/MySQL based data repository

    Building a robust site architecture using the PostNuke CMS

  10. Re:Too much information? on PHP4 Web Development Solutions · · Score: 2, Insightful

    I agree. Its a no-win situation. If Wrox put the code ONLY on the online version and not the book, it would get a whole new group of people annoyed about that. Can't please everyone, so its best to err on the side of caution. Additionally, the bit in the review that mentions the target audience is another one of those situations. If there were less information provided, people who believe themsleves to be strong in PHP but need *more* info would get upset. As it is, on the amazon reviews, at least one person was complaining that it didn't give enough information.

  11. Re:too many books for php...are they useful ? on PHP4 Web Development Solutions · · Score: 1

    Well, books generally deal with the a whole situation, rather than just an isolated function. They allow you to see how an app is put together and (hopefully) some of the logic that goes into the decisions that are made during that process. I agree that the php.net docs with user comments are a tremendous resource, but there are times when a developer might like to see a bigger picture too.

  12. Re:good if you like that sort of thing on PHP4 Web Development Solutions · · Score: 1

    I don't disagree with you there. I'm not a big fan of Smarty either, but I *do* think that most of the examples can be pulled out of the Smarty syntax fairly easily. Just my opinion. ;)

  13. Re:What PHP version? on PHP4 Web Development Solutions · · Score: 2, Informative

    All of the code in the book has been written and tested for PHP4.2, but as far as I know all code works fine on the most recent stable version. (register_globals is assumed to be off in the code, btw)