View Poll Results: Do you prefer programming books or online documentation?

Voters
20. You may not vote on this poll
  • Books

    14 70.00%
  • Online docs

    6 30.00%
Results 1 to 25 of 25

Thread: Do you prefer programming books or online documentation?

  1. #1

    Thread Starter
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Do you prefer programming books or online documentation?

    Just curious -

    There is no doubt a wealth of information online and I'm certain you could find whatever you needed without ever having to open a book, but I actually prefer a book. I do enjoy thumbing through a paper manual.

    You?

  2. #2
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: Do you prefer programming books or online documentation?

    I prefer books simply because i can read them on the john! having said that ive found i learn more by trail and error rather than sifting through books, too many books and ebooks have unnecessery analogies and waffle to take anytthing from them, still i have read some books that were well written, in fact brad can be fairly concise from the books of his i own.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  3. #3
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: Do you prefer programming books or online documentation?

    I can read them with out being online
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Do you prefer programming books or online documentation?

    Books can be read anywhere. If I can find the right book, I'll take that over online documentation any day. But finding them is a whole other story...

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Do you prefer programming books or online documentation?

    I cannot imagine any facet or figment of human activity taking place beyond the realm of the Internet.

    I mean, online books. Or to be more specific, online tutorials, code examples and quick references.

  6. #6
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Do you prefer programming books or online documentation?

    Both. Books helps in understanding the basics and force you to write the given sample code yourself. This have developed in me the sense of writing the entire code (say entire ASPX page) in notepad without the use of Intellisense. Well this is just for learning thing.

    Online tutorials can teach you some advanced topics which, finding in a book, is a nightmare.

    Edit: Thanks Mendy.
    Show Appreciation. Rate Posts.

  7. #7
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: Do you prefer programming books or online documentation?

    On that note, the first thing i do is throw away the code CD's why would you want the code CD's?
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  8. #8

    Thread Starter
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: Do you prefer programming books or online documentation?

    Yeah for fellow book lovers!

  9. #9
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Do you prefer programming books or online documentation?

    I waste more paper on printing MSDN articles than anything else. For some reason, I prefer hard copies....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  10. #10
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Do you prefer programming books or online documentation?

    Quote Originally Posted by CodedFire
    On that note, the first thing i do is throw away the code CD's why would you want the code CD's?
    I have never used any book CDs.

    The point is to write the code yourself instead of copying-pasting.
    Show Appreciation. Rate Posts.

  11. #11

  12. #12
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Do you prefer programming books or online documentation?

    Books by an extremely wide margin. I don't have to go online to read them (just take 'em out of the bookcase) and online stuff has a nasty habit of being moved or removed.

  13. #13
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Do you prefer programming books or online documentation?

    Both. I love books for when I first start learning about a technology as I can take them anywhere with me and read but once I start utilizing that technology, I stick to the internet and I never look else where unless I absolutely have to.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  14. #14
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    Re: Do you prefer programming books or online documentation?

    I prefer the internet. Everything that's written in books is available online without having to shell out cash to get it.
    (VB/C#) is clearly superior to (C#/VB) because it (has/doesn't have) <insert trivial difference here>.

  15. #15
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Do you prefer programming books or online documentation?

    Tom - true, and usually what's on the internet is current, while print can get out of date quickly. But, I think the biggest pro of books is the portablility, and the ability to quickly thumb through several at the same time.... I find that very hard to do on the computer with multiple browsers open.

    Now, I see that the Amazon Kindle is available.... I might consider something like that.....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  16. #16
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    Re: Do you prefer programming books or online documentation?

    One good thing about books is that you can flip to the inside cover and see the date it was written on. There are far, far too many articles online that don't bother to tell you when it was written, so you don't know how out of date it is or whether it was written based on beta code or something.

    Also, if someone can get a publishing company to give him money to put a book together, odds are he has at least a basic knowledge of the subject matter (although I've read more than one technical book that belies that assumption). Any hack can write a blog on something and you don't know how valid any of the information is.
    (VB/C#) is clearly superior to (C#/VB) because it (has/doesn't have) <insert trivial difference here>.

  17. #17

    Thread Starter
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: Do you prefer programming books or online documentation?

    Two good points Tom. Go books!

  18. #18
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Do you prefer programming books or online documentation?

    Quote Originally Posted by Tom Sawyer
    ... books ... written based on beta code or something...
    I prefer books over on-line docs however most programming books are written when betas are out for testing.
    Plus lots of them are still based on the previous releases - some new syntax, screenshots...

  19. #19
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    Re: Do you prefer programming books or online documentation?

    One good thing about online docs is that for most of them, people can add comments about what's written so you can get some feedback on how valid the information is and links to alternate solutions.

    For instance, I was reading one article about how CLR stored procedures are superior to T-SQL stored procedures, and to prove this, he had a CLR sp loop through a typed List and for the T-SQL, he had an unoptimized cursor looping through a temp table without any indexes. This led him to the conclusion that CLR sps were far superior and faster.

    If he'd been writing a book about sps, the reader might conclude that T-SQL is now an antiquated technology and nothing but CLR sps should be used from now on because they're so much faster. It took the comments at the bottom to let people know that that's about as invalid a test as could be designed and it doesn't tell anyone about anything.

    The feedback available on the information that online docs give is often as valuable as the documentation itself.
    (VB/C#) is clearly superior to (C#/VB) because it (has/doesn't have) <insert trivial difference here>.

  20. #20
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    Re: Do you prefer programming books or online documentation?

    Quote Originally Posted by Tom Sawyer
    One good thing about books is that you can flip to the inside cover and see the date it was written on. There are far, far too many articles online that don't bother to tell you when it was written, so you don't know how out of date it is or whether it was written based on beta code or something.
    To follow up on this, I was just checking out something about sending emails and one of the articles that I found had a big section about what to do if you're using Netscape Mail. I'm surprised that loading that page didn't make the web server's controls crumble into dust, because the thing must have been that old to have that kind of info sitting on it.
    (VB/C#) is clearly superior to (C#/VB) because it (has/doesn't have) <insert trivial difference here>.

  21. #21
    Frenzied Member FishGuy's Avatar
    Join Date
    Mar 2005
    Location
    Bradford UK
    Posts
    1,708

    Re: Do you prefer programming books or online documentation?

    Mixed, a book is good to have infront of you to reference and glance at whilst still having your IDE up on screen without having to minimize all the time.

    Online guides are good if you want to copy and paste some code to test an example.

  22. #22

    Thread Starter
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: Do you prefer programming books or online documentation?

    Quote Originally Posted by Tom Sawyer
    To follow up on this, I was just checking out something about sending emails and one of the articles that I found had a big section about what to do if you're using Netscape Mail. I'm surprised that loading that page didn't make the web server's controls crumble into dust, because the thing must have been that old to have that kind of info sitting on it.
    You mean Netscape Mail isn't popular any longer? Nuts! I guess I'll go back to using Prodigy.

  23. #23
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Do you prefer programming books or online documentation?

    Quote Originally Posted by FishGuy
    Mixed, a book is good to have infront of you to reference and glance at whilst still having your IDE up on screen without having to minimize all the time.
    Dual monitors can take care of that problem
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  24. #24
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: Do you prefer programming books or online documentation?

    I prefer books for "general" stuff. My 1st exposures to new technologies will always be through books. I can write in the margins, etc. Once I start trying to apply the knowledge, I move to the internet. There is a wealth of information that won't fit in a book (the book would be huge). Plus, forums like these are a God send.

    The books will allow me to "set the outline", the online help allows me to fill in the spaces.
    ===================================================
    If your question has been answered, mark the thread as [RESOLVED]

  25. #25
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: Do you prefer programming books or online documentation?

    If money was no object, then books all the way (which is what I voted).

    However online books & articles I save as they're a cheap way to build up the library & knowlege.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width