Uncommon advice to a newbie

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Chousho
    Senior Member
    • Jan 2004
    • 967
    • 3.8.x

    Uncommon advice to a newbie

    I've been reading about 3 books back and forth dealing with PHP (mostly) and MySQL. From your experience, what would you say is a common thing left out that you've learned to do, add, take away that isn't usually in the books? Security, performance, anything.
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Real expirence, I'd guess, In all of my training as far as anything goes, nothing prepares you like real expirecies of learning and working with code, servers, etc.

    And somethings might not behave as they are said to

    Comment

    • feldon23
      Senior Member
      • Nov 2001
      • 11291
      • 3.7.x

      #3
      I find the PHP User Manual to be surprisingly good about telling you which functions are better than others for certain purposes and includes some of the problems people experience.

      Comment

      • Toneboy
        Member
        • Sep 2001
        • 36
        • 3.6.x

        #4
        Bit of a strange one, but I hope it will help you. It comes in two parts.

        1) If you receive an error code on one of your pages look above the error line. A lot of times you'll find you missed a semi-colon, bracket, etc., which becomes a pain to try and find again.

        2) Use an editor which shows line numbers. Trying to find a specific line number when the line numbers aren't indicated can become a nightmare.
        Site Admin - http://www.savedbygrace.org.uk

        Comment

        • feldon23
          Senior Member
          • Nov 2001
          • 11291
          • 3.7.x

          #5
          UltraEdit is my fav all-purpose script/text editor.

          Comment

          • roosevelt
            Senior Member
            • Jul 2004
            • 227
            • 5.0.X

            #6
            I rely on Zend Development Environment for 100% php work and some javascript. In my opinion there really to take out, but to put in more stuff. Whatever you read in the books are important in the writer's view. I recommend you to read multiple books and you could see different authors uses different coding styles, methods. So what I did read two books, saw a video tutorials and simply came up with my way of coding.
            Out to Change the world!

            Comment

            • Chousho
              Senior Member
              • Jan 2004
              • 967
              • 3.8.x

              #7
              Originally posted by roosevelt
              I rely on Zend Development Environment for 100% php work and some javascript. In my opinion there really to take out, but to put in more stuff. Whatever you read in the books are important in the writer's view. I recommend you to read multiple books and you could see different authors uses different coding styles, methods. So what I did read two books, saw a video tutorials and simply came up with my way of coding.
              Oh, that sounds somewhat like what I am trying to do. The only thing is the authors tend to go over different things whenever they feel it is important (or used for an example). I guess this could be a two way sword, in that I can get 2 different things down, but so far I am just confused, haha.

              I am more of a visual learner, so am interested in what videos you saw (or would recommend).

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...