Best books to buy?

Discussion in 'Programming' started by killaklown, Jul 16, 2006.

  1. #1
    Im thinking of getting a few books on programming from amazon.

    Whats the best book for PHP and MySQL
    Whats the best book for C#

    Is it worth it for me to buy a book for AJAX if i have little to no skill in php, and have used C# for a few months? What book do you recommend for AJAX?
     
    killaklown, Jul 16, 2006 IP
  2. giraph

    giraph Guest

    Messages:
    484
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I would start learning java first since it is easy to get a free compiler and it's an easy language to start with. If you want to learn AJAX then you could start with javascript. I used "SAMS Teach yourself the C# Language in 21 days" for learning C#. It went pretty smoothly since I know a few other languages already. I don't think you'll need a book for PHP and mySQL, you just need to know the basics and you can look up all the functions that you might need on php.net. Anyways, good luck :).
     
    giraph, Jul 16, 2006 IP
  3. killaklown

    killaklown Well-Known Member

    Messages:
    2,666
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    165
    #3
    I think im going to get Ajax for dummies, havnt decided for php/mysql and C# yet (dont really like the teach yourself in 21 days books)
     
    killaklown, Jul 16, 2006 IP
  4. tonyrocks

    tonyrocks Active Member

    Messages:
    1,574
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    88
    #4
    Killa,

    MS Press has some great books for C#. There are a ton of great things with .net 2.0, so make sure the C# book you get is for ASP.NET 2.0.

    You can also download a free version of Visual Studio 2005 called Visual Studio 2005 Express AND a free versions of SQL Server 2005 called SQL Server Express from the Microsoft website to get you started.

    I'm with Giraph on the mysql/php side...no need to buy a book. Everything you need is in forums and php.net.
     
    tonyrocks, Jul 16, 2006 IP
  5. shamess

    shamess Well-Known Member

    Messages:
    1,127
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    185
    #5
    A SitePoint book That's the first one I started to read to learn PHP and MySQL.
     
    shamess, Jul 16, 2006 IP
  6. killaklown

    killaklown Well-Known Member

    Messages:
    2,666
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    165
    #6
    i have Visual Studio 2005 .NET (from a class at school)

    Im looking for books that also have little projects/tests.

    Im thinking of this book for ASP.NET 2.0 and C#: Murach's ASP.NET 2.0 Web Programming with C# 2005

    I dont think ill get a php/mysql book, and instead get Java, Javascript or Ajax... not sure yet.


    Edit: It looks like i should learn javascript before ajax, so im thinking of buying the Javascript book: JavaScript : A Beginner's Guide

    and then the ajax book at SitePoint (http://www.sitepoint.com/books/ajax1/)
     
    killaklown, Jul 17, 2006 IP
  7. Monty

    Monty Peon

    Messages:
    1,363
    Likes Received:
    132
    Best Answers:
    0
    Trophy Points:
    0
    #7
    For PHP / MySQL I would recommend you :

    Programming PHP - O'Reilly
    PHP Cookbook - O'Reilly
    Beginning PHP, Apache, MySQL Web Development - Wiley Publishing
     
    Monty, Jul 17, 2006 IP
  8. DrMalloc

    DrMalloc Peon

    Messages:
    130
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Pick up "Essential PHP Security". As the title says, it is essential knowledge, the book fully describes all the proper procedures for writing secure PHP applications, and teaches good practice for other programming/scripting languages.
     
    DrMalloc, Jul 18, 2006 IP