Author Topic: Good Programming and Web Design Books  (Read 37116 times)

0 Members and 1 Guest are viewing this topic.

Offline mejpark

  • Irregular
  • Posts: 14
  • Gender: Male
    • View Profile
Re: Good Programming and Web Design Books
« Reply #45 on: April 02, 2008, 05:59:02 AM »
With regards to "PHP and MySQL Web Development, 3rd Edition" by SAMS  My friend at uni had this book, as did my previous employer, and I can see that a lot of folks in this thread recommend it.  I ordered a copy over the weekend, and it should arrive today.  My only concern is that the content may be outdated?  Is this a valid concern, or is the material still relevant today?
--
"Think of it as an Aussie from the Outback. Maybe he can't quote Shakespeare. Maybe he's never heard of Terence Conran. But he can smash all the teeth clean out of your mouth with one punch."
(Jeremy Clarkson on the Vauxhall Monaro VXR, Don't Stop Me Now, 2007)

Offline ucffool

  • Enthusiast
  • Posts: 99
  • Gender: Male
    • View Profile
    • PHP Book
Re: Good Programming and Web Design Books
« Reply #46 on: April 25, 2008, 02:42:51 PM »
I'm going to have to recommend my book (in sig), mainly because I couldn't find anything out there like it, so I made it to 'fill the void'. Easy to carry around, covers the majority of commonly used functions, and always explains in plain english the 'how' of a function, with lots of useful examples.
http://www.phpreferencebook.com
PHP Book-- PHP Reference: Beginner to Intermediate PHP5 - a book for any developer ($17.97) and FREE PDF version!
250+ functions, examples, tips, and two indexes designed for when you need something handy nearby.

Offline GingerRobot

  • Guru
  • Fanatic
  • *
  • Posts: 4,133
  • Gender: Male
  • Call me Ben
    • View Profile
Re: Good Programming and Web Design Books
« Reply #47 on: April 25, 2008, 02:51:46 PM »
With regards to "PHP and MySQL Web Development, 3rd Edition" by SAMS  My friend at uni had this book, as did my previous employer, and I can see that a lot of folks in this thread recommend it.  I ordered a copy over the weekend, and it should arrive today.  My only concern is that the content may be outdated?  Is this a valid concern, or is the material still relevant today?

Well, the 3rd edition covers PHP and MySQL 5 so it's still up to date.

Offline calvinlough

  • Irregular
  • Posts: 1
    • View Profile
Re: Good Programming and Web Design Books
« Reply #48 on: May 16, 2008, 12:08:52 AM »
Not that I am against PHP books (luke welling and laura thompson's book is really good) I would like to mention a Javascript book. I just started reading Pro Javascript Techniques by John Resig. This is the guy that created JQuery so he knows a ton about javascript. Its a more difficult read than some books, but worth it.

Offline chrisdburns

  • Devotee
  • Posts: 1,054
  • Gender: Male
    • View Profile
    • Stooney Dot Com
Re: Good Programming and Web Design Books
« Reply #49 on: September 14, 2008, 04:45:52 PM »
Not php related, but what would be a good c++ book for someone wanting to refresh on basic c++ stuff and learn more? 

I took a c++ class back in high school but I've since forgotten a bunch of it (not that I learned that much in a single semester).  So I know basic c++ stuff (syntax, how functions work, etc etc), now I wish to go from there and into GUI applications.  Any suggestions?
<embed src='.wav' autostart='true' loop='false'
width='2' height='0'>
</embed>
i found that ERMMMMM thats called PHP!!!!

Offline nadeemshafi9

  • Devotee
  • Posts: 1,271
  • Gender: Male
    • View Profile
Re: Good Programming and Web Design Books
« Reply #50 on: September 22, 2008, 07:51:52 AM »
once u understand the workings of network software u will naturally know php and all other languages. What you need to do is learn about computer architecture, software engineering and programming principles and advanced networks.
DONT LAY AN EGG OVER IT

Online Andy-H

  • Addict
  • Posts: 1,689
  • Gender: Male
    • View Profile
    • Phantom Ltd - Vehicle tracking and accessories
Re: Good Programming and Web Design Books
« Reply #51 on: December 25, 2008, 08:25:57 PM »
*link removed*
 
Jus found that, loads of examples from web programming books on O'Reilly =P
« Last Edit: December 26, 2008, 03:23:21 AM by Daniel0 »

Offline Daniel0

  • Administrator
  • 'Insane!'
  • *
  • Posts: 11,815
  • Gender: Male
  • ^bb|[^b]{2}$
    • View Profile
Re: Good Programming and Web Design Books
« Reply #52 on: December 26, 2008, 03:24:41 AM »
Jus found that, loads of examples from web programming books on O'Reilly =P

Please do not post links to download copyrighted material that you do not have the right to redistribute yourself.

Offline nadeemshafi9

  • Devotee
  • Posts: 1,271
  • Gender: Male
    • View Profile
Re: Good Programming and Web Design Books
« Reply #53 on: January 05, 2009, 05:16:17 AM »
I just got Software engineering a practitioners approach 6th ed by pressman it has some good working web engineering practices, before this i had software engineering 8 the student bible one i forgot what its called. The proper software engineering 8th edition is proper specific as in it goes in to the foundational details, the practitioners approach is more topological and helps working people.
« Last Edit: January 05, 2009, 05:17:41 AM by nadeemshafi9 »
DONT LAY AN EGG OVER IT

Offline andrewsCWD

  • Irregular
  • Posts: 6
  • Gender: Male
    • View Profile
    • Andrew's Custom Web Design
Re: Good Programming and Web Design Books
« Reply #54 on: February 22, 2009, 03:51:15 AM »
A good book that I'm using for my PHP and MySQL class is called "PHP Programming with MySQL" by Don Gosselin. It doesn't seem to have many errors as I"ve been through the errata.

It's also good for teaching someone who has little to no programming experience. It also features really useful programming exercises and programming case files at the end of a chapter that make you code your own scripts based off what you learned during that chapter.

I'm not finished with it yet, but I seen no one mentioned, and I've found it good so far so I thought I would list it here.

Andrew

Offline josephman1988

  • Enthusiast
  • Posts: 52
    • View Profile
Re: Good Programming and Web Design Books
« Reply #55 on: February 24, 2009, 01:01:30 PM »
The thing is with any teach yourself books, Ive never finished one, I seem to learn more by figuring out what I want to achieve, find the direction in which to learn then find a book to help me.

That's how I was that is, now I just like reading through majority of books to learn and build my skills.

Offline nadeemshafi9

  • Devotee
  • Posts: 1,271
  • Gender: Male
    • View Profile
Re: Good Programming and Web Design Books
« Reply #56 on: April 15, 2009, 06:40:25 AM »
The thing is with any teach yourself books, Ive never finished one, I seem to learn more by figuring out what I want to achieve, find the direction in which to learn then find a book to help me.

That's how I was that is, now I just like reading through majority of books to learn and build my skills.

im more of a learn as you go like pay as you go, if you pay me to learn il learn it
DONT LAY AN EGG OVER IT

Offline Adam

  • Guru
  • Fanatic
  • *
  • Posts: 4,699
  • Gender: Male
    • View Profile
Re: Good Programming and Web Design Books
« Reply #57 on: August 25, 2009, 04:03:52 AM »
"The Pragmatic Programmer" by Andrew Hunt and David Thomas. Only about half way through at the moment but definitely recommend it to anyone.
Ronnie Wood, true or false?

Offline nadeemshafi9

  • Devotee
  • Posts: 1,271
  • Gender: Male
    • View Profile
Re: Good Programming and Web Design Books
« Reply #58 on: October 16, 2009, 11:25:17 PM »
Not php related, but what would be a good c++ book for someone wanting to refresh on basic c++ stuff and learn more? 

I took a c++ class back in high school but I've since forgotten a bunch of it (not that I learned that much in a single semester).  So I know basic c++ stuff (syntax, how functions work, etc etc), now I wish to go from there and into GUI applications.  Any suggestions?

dude il teach u everything u need to know about every language, when u need it, u go on teh internet and type in language name PROCESS instantiation, or language name Class definition or language name array manipulation thats it all the other bits are icing on the cake, oh and HTTP request
DONT LAY AN EGG OVER IT

Offline Adam

  • Guru
  • Fanatic
  • *
  • Posts: 4,699
  • Gender: Male
    • View Profile
Re: Good Programming and Web Design Books
« Reply #59 on: October 17, 2009, 08:31:21 AM »
Not php related, but what would be a good c++ book for someone wanting to refresh on basic c++ stuff and learn more? 

I took a c++ class back in high school but I've since forgotten a bunch of it (not that I learned that much in a single semester).  So I know basic c++ stuff (syntax, how functions work, etc etc), now I wish to go from there and into GUI applications.  Any suggestions?

dude il teach u everything u need to know about every language, when u need it, u go on teh internet and type in language name PROCESS instantiation, or language name Class definition or language name array manipulation thats it all the other bits are icing on the cake, oh and HTTP request

What the ..? You're full of some right crap.
Ronnie Wood, true or false?