Best way to learn programing?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • crockett
    in a van by the river
    • May 2003
    • 76818

    #1

    Best way to learn programing?

    I want to learn to do some programing. From all the years I've been using a computer, it's the one thing I really wish I would have put more effort into. It's one of those things I kick myt self in the ass now, for not leaning it then.

    I'm not after trying to become a paid programmer, meaning writing stuff for others, but just for my own uses. I'm wondering for those of you that have self taught yourself how did you do it? I've tried teaching myself PHP in the past by book but could just never stick with it.

    I'm wanting to start with java script, because I need it for a project I'm wanting to do. Then I want to lean PHP. Anyone have any good suggestions, for maybe some video tutorials that aren't boring as hell?
    In November, you can vote for America's next president or its first dictator.
  • Babaganoosh
    ♥♥♥ Likes Hugs ♥♥♥
    • Nov 2001
    • 15841

    #2
    I've learned quite a bit from http://www.showmedo.com/ which has mainly python tutorials but there are others.

    I also have a subscription to Safari Books Online which has really expanded my knowledge. I love it because you can copy and paste which you obviously couldn't do with the print version of a book. http://safaribooksonline.com/

    There are thousands of free tutorials out there but you get what you pay for.
    I like pie.

    Comment

    • munki
      Do Fun Shit.
      • Dec 2004
      • 13393

      #3
      http://www.w3schools.com/

      I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

      Comment

      • jwerd
        Confirmed User
        • Jun 2003
        • 1953

        #4
        Years ago I would say pick up a book, check out a few online sites (For PHP: PHP.net is your best friend, and they even have a beginners tutorial and virtually every installation covered (linux, mac, windows). For JS: Sitepoint.com's books have helped me) but more so than just a book, get comfortable with a nice framework like (jquery, prototype, etc), it will save you a lot and shortcut a lot of everyday things.

        Yii Framework Guru - Seasoned PHP vet - Partner @ XXXCoupon.com

        Comment

        • u-Bob
          there's no $$$ in porn
          • Jul 2005
          • 33063

          #5
          find some source code that does what you want... modify it... learn from it....

          Comment

          • onwebcam
            Fake Nick 1.0
            • Oct 2005
            • 27689

            #6
            Originally posted by u-Bob
            find some source code that does what you want... modify it... learn from it....
            PLEASE WAIT WHILE BIDEN ADMIN UNINSTALLS ITSELF.....
            ██████████████████▒ 99.5% complete.

            Comment

            • Khulan
              Confirmed User
              • Sep 2008
              • 890

              #7
              All you have to do is just try hard, keep practicing and to be detail-oriented.
              TEEN CASH - CHECK OUT OUR EXCLUSIVE TEEN NICHE SITES

              Check out our Newest Site: Babysitter Movies - Free Hosted Galleries, Flash Galleries, Tube Content, & Great Support
              Sample Galleries: Movie Gallery 1 Flash Gallery 1 Gallery 1

              Comment

              • borked
                Totally Borked
                • Feb 2005
                • 6284

                #8
                Pick up "PHP and MySQL Web Development" from Sams - really easy and a great way to learn PHP/MySQL.

                If you mean real programming, try C++ by Addison-Wesley

                Anything by Pragmatic Programmers and Manning are also great

                For coding work - hit me up on andy // borkedcoder // com
                (consider figuring out the email as test #1)



                All models are wrong, but some are useful. George E.P. Box. p202

                Comment

                • borked
                  Totally Borked
                  • Feb 2005
                  • 6284

                  #9
                  and don't bother with eBooks - for programming, especially learning, a paperback is the way to go, with coffee stains and all.

                  For coding work - hit me up on andy // borkedcoder // com
                  (consider figuring out the email as test #1)



                  All models are wrong, but some are useful. George E.P. Box. p202

                  Comment

                  • Angry Jew Cat - Banned for Life
                    (felis madjewicus)
                    • Jul 2006
                    • 20368

                    #10
                    research what people in the field consider the best books for picking up whatever language you intend on learning. generally you will find yourself being recommended the same few books over and over. BUY THE BOOK, READ THE BOOK FROM PAGE 1. DO NOT SKIP OUT ON EXCERCISES. Just start at thebeginning, and do not skip a single excercise the book gives you. By the time you've made it through the book and learnt everything it has to offer you, get online and find a developers forum specializing in your language. Play with source code and code snippets, use your book/books as a reference. When you get stuck, hit the forums. Like anything, so long as you've put forth some effort to learn on your own and have a reasonable question, there will be plenty of helpful people around to step you through things.

                    Comment

                    • eroticsexxx
                      Confirmed User
                      • Aug 2006
                      • 3133

                      #11
                      all of the above.

                      Comment

                      • Babaganoosh
                        ♥♥♥ Likes Hugs ♥♥♥
                        • Nov 2001
                        • 15841

                        #12
                        Originally posted by borked
                        and don't bother with eBooks - for programming, especially learning, a paperback is the way to go, with coffee stains and all.
                        Didn't know you could copy and paste from a paperback. Safari books online has the same books, they're just readable online (copy & paste, search, etc). I do miss my old coffee stained "Programming the Perl DBI" book that I got back when I was first dicking with MySQL.
                        I like pie.

                        Comment

                        • borked
                          Totally Borked
                          • Feb 2005
                          • 6284

                          #13
                          Originally posted by Babaganoosh
                          Didn't know you could copy and paste from a paperback.
                          Ah, but that's one of the points - it makes you type it out yourself while reading the code. It sinks in....

                          Copy and paste and you learn nothing, because you only read the text, then paste it. By typing it out, your brain is working twice on the same code, so it will sink in faster....

                          Most paperbacks though come with a cdrom or the examples can be downloaded from the internet....

                          Like back in the classroom - teacher reads, the children read and repeat. That repeat is important...

                          For coding work - hit me up on andy // borkedcoder // com
                          (consider figuring out the email as test #1)



                          All models are wrong, but some are useful. George E.P. Box. p202

                          Comment

                          • Voodoo
                            ♥ ♦ ♣ ♠
                            • Sep 2002
                            • 10600

                            #14
                            Seriously, click the pic and order this book now. You'll thank me later.
                            Last edited by Voodoo; 01-22-2009, 02:48 PM.

                            "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                            Comment

                            • crockett
                              in a van by the river
                              • May 2003
                              • 76818

                              #15
                              ok thanks for the replies people. I'll have to check out some of the links.
                              In November, you can vote for America's next president or its first dictator.

                              Comment

                              • Beaver Bob
                                Confirmed User
                                • Aug 2005
                                • 1099

                                #16
                                Reading is important as is working thru examples and reading other people's code/modifying it.

                                Its just a matter of putting the time into it and doing it yourself. Its the only way to learn.
                                Spunky Dollars | Need Content?
                                Paysite Owners: Protect Your Members Area with Strongbox

                                361-574-229

                                Comment

                                • OG LennyT
                                  Wall Street Pimp
                                  • Jun 2003
                                  • 14345

                                  #17
                                  learn basic html first.. practice making pages in notepad.exe

                                  graduate to php, css, java, etc (it's all easy after mastering html)
                                  Tradeking - my online broker | 4.95 a trade | make real $$

                                  Comment

                                  • crockett
                                    in a van by the river
                                    • May 2003
                                    • 76818

                                    #18
                                    Originally posted by OG LennyT
                                    learn basic html first.. practice making pages in notepad.exe

                                    graduate to php, css, java, etc (it's all easy after mastering html)
                                    Yea that is what I decided to do. I started reading the java script tuts at w3school but decided I had better bush up my HTML and CSS first.

                                    I mean I know basic HTML and could build a moderate webpage in notepad, but I am heavily dependent on Apps like dream weaver. With HTML I likely just need to skim though and find out the better or proper ways to do things.

                                    With CSS I'm ok doing basic styles but div type layouts drive me nuts, so I figure maybe it's better to learn the CSS a bit more then move on to the js & php.

                                    I'm just tired of not knowing js & php. I can of course copy and paste and edit the code to a extent, but I can't create it my self.
                                    In November, you can vote for America's next president or its first dictator.

                                    Comment

                                    • PornHero
                                      Confirmed User
                                      • Feb 2001
                                      • 1381

                                      #19
                                      All good advice so far. If you want to learn PHP i'd suggest making sure you have a very good understanding of databases - terminology, fields, rows, tables, adding, deleting, querying, etc. Make some of your own databases using MS Access just to understand the principles, thats how i got started 17 years ago. If you dont understand databases well then PHP will be alot harder to learn and debug on your own.
                                      PornHero.com

                                      Comment

                                      • Zorgman
                                        Confirmed User
                                        • Aug 2002
                                        • 6103

                                        #20
                                        Crockett, check out this site, it sells amazing books on quite a few languages.
                                        http://www.sitepoint.com/books/

                                        This book is the one I recommend if you want to learn php
                                        http://www.sitepoint.com/books/phpmysql1/

                                        Also it's good to download some free php/mysql scripts from hotscripts and edit them, you can learn alot of editing code.
                                        ---

                                        Comment

                                        • Meeper
                                          Confirmed User
                                          • Feb 2007
                                          • 2642

                                          #21
                                          Best thing to do is create projects that would require the languages you wish to learn and just do them. I used w3schools for a long time when I was first starting out. As most developers / techies would say, google is your friend.
                                          Nick "Meeper" Amoroso


                                          [SIZE="1"]
                                          Hustler.com / BarelyLegal.com / HustlersReviews.com / HustlerTube.com / HustlerShare.com

                                          Comment

                                          • Killswitch - BANNED FOR LIFE

                                            #22
                                            Just get in there and build something of your own, that's the only way to learn.

                                            www.php.net/manual is your best friend.

                                            Comment

                                            • LoveSandra
                                              So Fucking Banned
                                              • Aug 2008
                                              • 10551

                                              #23
                                              you can learn programming in front your PC with apache opening.

                                              Comment

                                              • CybermedAndy
                                                Confirmed User
                                                • Jul 2004
                                                • 4170

                                                #24
                                                I'm grateful everyday that I can afford to pay someone to do my programming for me

                                                Comment

                                                • irbobo
                                                  Confirmed User
                                                  • Dec 2005
                                                  • 410

                                                  #25
                                                  first give up all your social existence and contact with humanity for at least 3 months. Leave yourself with nothing more then an 8088 with an amber screen and gwbasic running on an old outdated dos (2.1) or some shit. No hard drive allowed. Nothing more than simple storage to make sure you stay geared to the task. Actually make that a CGA with a CGA Monitor hooked up. Good for graphics mode in gwbasic. Pick up a copy of http://www.amazon.com/GW-BASIC-Self-...2676578&sr=8-1 and then literally ship yourself to a remote cabin with no net connection. When you get back you will have a keen understanding of programming.

                                                  Another kick ass thing you might want to take on the trip:

                                                  Some BasicA books on games you can enter in. Or try to convert some commodore 64 games into GWBasic. Download source code. By simply figuring out the basics and advancing into a general understanding of the concept, the world is open to you.

                                                  Comment

                                                  • doridori
                                                    So Fucking Banned
                                                    • Jul 2008
                                                    • 2222

                                                    #26
                                                    Originally posted by crockett
                                                    I want to learn to do some programing. From all the years I've been using a computer, it's the one thing I really wish I would have put more effort into. It's one of those things I kick myt self in the ass now, for not leaning it then.

                                                    I'm not after trying to become a paid programmer, meaning writing stuff for others, but just for my own uses. I'm wondering for those of you that have self taught yourself how did you do it? I've tried teaching myself PHP in the past by book but could just never stick with it.

                                                    I'm wanting to start with java script, because I need it for a project I'm wanting to do. Then I want to lean PHP. Anyone have any good suggestions, for maybe some video tutorials that aren't boring as hell?
                                                    PHP is great. its simple and easy to learn. i suggest stick with one.

                                                    also once you learn php, you will find javascript and perl very similar looking.

                                                    i strongly recommend learning php first.

                                                    if not, start with something like BASIC, to help you nail down the concepts. once you get the core concepts, everything else is mere extensions and application of the core concepts.

                                                    Comment

                                                    • ContentPimp
                                                      Confirmed User
                                                      • Nov 2008
                                                      • 3184

                                                      #27
                                                      i tried learning programming, but gave up... you are either born with a logical mind, or a creative one
                                                      Blog Post Writing and Reviews are **2 cents per word** & Titles and Gallery Descriptions **1 cent per word**

                                                      We also write Pay Site Reviews, SEO and Mainstream text
                                                      www.contentpimp.info
                                                      Contact me on ICQ at 400792466

                                                      Payoneer, Paxum and Paypal Accepted forms of Payment by the Pimp

                                                      Comment

                                                      • notime
                                                        Confirmed User
                                                        • Jun 2003
                                                        • 8025

                                                        #28
                                                        Originally posted by tinafaye
                                                        i tried learning programming, but gave up... you are either born with a logical mind, or a creative one
                                                        Sounds familiar. I know people that are self taught that program in 6 programming languages and never read any books. I programmed when I was young in cobol, pascal, basic, etc. but I could never get "the hang of it" or the love for it, later it turned out my passions were in another direction.

                                                        Comment

                                                        • bobby666
                                                          boots are my religion
                                                          • Nov 2005
                                                          • 21765

                                                          #29
                                                          here we have http://www.video2brain.com/

                                                          Comment

                                                          • DomP_nl
                                                            So Fucking What
                                                            • Sep 2005
                                                            • 631

                                                            #30
                                                            Originally posted by irbobo
                                                            first give up all your social existence and contact with humanity for at least 3 months. Leave yourself with nothing more then an 8088 with an amber screen and gwbasic running on an old outdated dos (2.1) or some shit. No hard drive allowed. Nothing more than simple storage to make sure you stay geared to the task. Actually make that a CGA with a CGA Monitor hooked up. Good for graphics mode in gwbasic. Pick up a copy of http://www.amazon.com/GW-BASIC-Self-...2676578&sr=8-1 and then literally ship yourself to a remote cabin with no net connection. When you get back you will have a keen understanding of programming.

                                                            Another kick ass thing you might want to take on the trip:

                                                            Some BasicA books on games you can enter in. Or try to convert some commodore 64 games into GWBasic. Download source code. By simply figuring out the basics and advancing into a general understanding of the concept, the world is open to you.

                                                            something like that would be the best way to start

                                                            Comment

                                                            • crockett
                                                              in a van by the river
                                                              • May 2003
                                                              • 76818

                                                              #31
                                                              Originally posted by tinafaye
                                                              i tried learning programming, but gave up... you are either born with a logical mind, or a creative one
                                                              I dunno man I really don't believe that.. I've always been artistic and I'm into 3d stuff, which has led me into the need to learn some programing. However in my time working with 3D, I've seen more than a few 3D artists that could program well.

                                                              My problem is I just lose focus trying to learn this shit from books. I get bored with it. I need some good video training, that or if I'm watching someone in person that is explain it, I can pick it up.
                                                              Last edited by crockett; 01-24-2009, 10:35 AM.
                                                              In November, you can vote for America's next president or its first dictator.

                                                              Comment

                                                              • doridori
                                                                So Fucking Banned
                                                                • Jul 2008
                                                                • 2222

                                                                #32
                                                                Originally posted by tinafaye
                                                                i tried learning programming, but gave up... you are either born with a logical mind, or a creative one
                                                                logical mind can be developped. you gotta be patient. creative i would say is more important here.

                                                                its not hard to program. you see 12 year old's doing this all the time. its not hard to write several lines, test, fix and repeat.

                                                                the harder part, i think is designing everything out. breaking things into logical components, and building things scalable.
                                                                Last edited by doridori; 01-24-2009, 10:39 AM.

                                                                Comment

                                                                • crockett
                                                                  in a van by the river
                                                                  • May 2003
                                                                  • 76818

                                                                  #33
                                                                  Originally posted by bobby666
                                                                  Looks nice but I'd have to learn another language first. They offer nothing in English, which is pretty damn odd.
                                                                  In November, you can vote for America's next president or its first dictator.

                                                                  Comment

                                                                  • KillerK
                                                                    Confirmed User
                                                                    • May 2008
                                                                    • 3406

                                                                    #34
                                                                    my suggestion...

                                                                    Hotscripts.com search and find a script that is similar to what you want, then d/l and modify it. Sometimes you can take pieces from different ones to create something.

                                                                    Then Google commands you need help with, I found books are worthless (php and VB) since everything is available online.

                                                                    Comment

                                                                    • 2012
                                                                      So Fucking What
                                                                      • Jul 2006
                                                                      • 17189

                                                                      #35
                                                                      Originally posted by tinafaye
                                                                      i tried learning programming, but gave up... you are either born with a logical mind, or a creative one
                                                                      wow you gave up. way to go If you tell yourself you can't do something you already fucked yourself ...


                                                                      TO OP:
                                                                      pick this up it's only a buck

                                                                      don't cheat yourself and start coding crap you can't re-use and plug into other applications. stick with one language until you master it, don't be all over the place
                                                                      best host: Webair | best sponsor: Kink | best coder: 688218966 | Go Fuck Yourself

                                                                      Comment

                                                                      • doridori
                                                                        So Fucking Banned
                                                                        • Jul 2008
                                                                        • 2222

                                                                        #36
                                                                        nice ref code

                                                                        loser.

                                                                        Comment

                                                                        • 2012
                                                                          So Fucking What
                                                                          • Jul 2006
                                                                          • 17189

                                                                          #37
                                                                          Originally posted by doridori
                                                                          nice ref code

                                                                          loser.
                                                                          If you're talking to me I would send you the $0.001 I would of made from the sale with amazon because I like donating to the handicapped ... if there was a refcode there that was mine ... and I gave a shit.

                                                                          best host: Webair | best sponsor: Kink | best coder: 688218966 | Go Fuck Yourself

                                                                          Comment

                                                                          • psili
                                                                            Confirmed User
                                                                            • Apr 2003
                                                                            • 5526

                                                                            #38
                                                                            Originally posted by u-Bob
                                                                            find some source code that does what you want... modify it... learn from it....
                                                                            i'll add $.02 to this one.

                                                                            On a side note, way back when, I remember trying to "copy" how to do javascript image rollovers and kept going to the Heaven's Gate website as they had a pretty sweet website back then. Good for those coolaid drinking, sneaker wearing nut bars. They did have a nice website.
                                                                            Last edited by psili; 01-24-2009, 12:31 PM.
                                                                            Your post count means nothing.

                                                                            Comment

                                                                            • brandonstills
                                                                              Confirmed User
                                                                              • Dec 2007
                                                                              • 1964

                                                                              #39
                                                                              Assuming you are talking about web programming, I would start with PHP rather than Javascript. PHP is much simplier and easier to grasp. Javascript can be very quirky and there are often dozens of ways to do the same thing.

                                                                              1) Become proficient with writing HTML pages with a text editor (no dreamweaver)
                                                                              2) Get one of the sitepoint books on PHP and go through that. They typically walk you through step by step so they are good.
                                                                              3) Bookmark php.net and go through their function API on a regular basis.
                                                                              4) Find a small project you want to work on and start working on it.
                                                                              5) Feel free to post your code and ask questions if there is a better way to code something on GFY and I'm sure you'll get a bunch of feedback.

                                                                              Brandon Stills
                                                                              Industry and programming veteran
                                                                              [email protected] | skype: brandonstills | ICQ #495-171-318

                                                                              Comment

                                                                              • woj
                                                                                <&(©¿©)&>
                                                                                • Jul 2002
                                                                                • 47882

                                                                                #40
                                                                                Buying a book about php or java or whatever won't do you much good, most of them are written for existing programmers who want to learn a new language. I would take some basic programming class at some community college first, you'll learn the basics of programming. Then you can buy a book about some specific language you want to learn.
                                                                                Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                                                                                Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                                                                                Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                                                                                Comment

                                                                                • crockett
                                                                                  in a van by the river
                                                                                  • May 2003
                                                                                  • 76818

                                                                                  #41
                                                                                  Originally posted by woj
                                                                                  Buying a book about php or java or whatever won't do you much good, most of them are written for existing programmers who want to learn a new language. I would take some basic programming class at some community college first, you'll learn the basics of programming. Then you can buy a book about some specific language you want to learn.
                                                                                  Yea I thought about that, but it seems like community colleges always take for ever to get into the nitty gritty. I decided to just give Lynda.com a try. It's pretty damn cheap and they have quite a few videos that seem to be aimed at the beginner.

                                                                                  I did a brush up today on my CSS with their vid from sitepoint and it was rather basic, but still taught me a few things I didn't know. I watched a few vids on js and it seemed like the vids are good enough that I'll be able to get a basic understanding of it. I'm gonna watch a few on php next and decide which way I want to go first.
                                                                                  In November, you can vote for America's next president or its first dictator.

                                                                                  Comment

                                                                                  • SomeCreep
                                                                                    :glugglug
                                                                                    • Mar 2003
                                                                                    • 26118

                                                                                    #42
                                                                                    Originally posted by crockett
                                                                                    I want to learn to do some programing. From all the years I've been using a computer, it's the one thing I really wish I would have put more effort into. It's one of those things I kick myt self in the ass now, for not leaning it then.

                                                                                    I'm not after trying to become a paid programmer, meaning writing stuff for others, but just for my own uses. I'm wondering for those of you that have self taught yourself how did you do it? I've tried teaching myself PHP in the past by book but could just never stick with it.

                                                                                    I'm wanting to start with java script, because I need it for a project I'm wanting to do. Then I want to lean PHP. Anyone have any good suggestions, for maybe some video tutorials that aren't boring as hell?
                                                                                    Practice, practice, practice. That's how you learn.

                                                                                    Webair Hosting

                                                                                    I use and recommend Webair for hosting.

                                                                                    Comment

                                                                                    • BV
                                                                                      wtf
                                                                                      • Sep 2001
                                                                                      • 10914

                                                                                      #43
                                                                                      It's easier to just beg Woj to quit looking at Gay Porn and pay him to do it.

                                                                                      But if you run twink sites I doubt he would ever get anything done

                                                                                      Comment

                                                                                      • Kard63
                                                                                        Confirmed User
                                                                                        • Nov 2003
                                                                                        • 8944

                                                                                        #44
                                                                                        Dive in !!!

                                                                                        Comment

                                                                                        • tiger
                                                                                          Confirmed User
                                                                                          • Apr 2002
                                                                                          • 6986

                                                                                          #45
                                                                                          Originally posted by borked
                                                                                          Pick up "PHP and MySQL Web Development" from Sams - really easy and a great way to learn PHP/MySQL.

                                                                                          If you mean real programming, try C++ by Addison-Wesley

                                                                                          Anything by Pragmatic Programmers and Manning are also great

                                                                                          Comment

                                                                                          • doridori
                                                                                            So Fucking Banned
                                                                                            • Jul 2008
                                                                                            • 2222

                                                                                            #46
                                                                                            once you grasp the basics, just grab a code and start modding it. this is indeed teh fastest way to learn.

                                                                                            Comment

                                                                                            • Praha
                                                                                              Registered User
                                                                                              • Nov 2005
                                                                                              • 18

                                                                                              #47
                                                                                              THE best way to learn to program is to need/want something programmed.

                                                                                              You can get all the books you want that teach you whatever language, but you will get bored fast writing hello world and stupid little logic puzzles they come up with.

                                                                                              At least thats how it is with me, I can't just sit and learn a language just to pad the resume, but if I need/want something done, then I have motivation and pick it up fast.

                                                                                              Comment

                                                                                              • quantum-x
                                                                                                Confirmed User
                                                                                                • Feb 2002
                                                                                                • 6863

                                                                                                #48
                                                                                                Originally posted by doridori
                                                                                                logical mind can be developped. you gotta be patient. creative i would say is more important here.

                                                                                                its not hard to program. you see 12 year old's doing this all the time. its not hard to write several lines, test, fix and repeat.

                                                                                                the harder part, i think is designing everything out. breaking things into logical components, and building things scalable.
                                                                                                There's a large difference between 'coding' and 'coding well'.

                                                                                                There's also a large mental step: you might *think* you're a good coder, because you don't have the skills to realise that you're actually average / below average.

                                                                                                PHP is an OK choice to learn on, but it neither teaches nor reinforces OOP [although this is changing w/ 5/6] nor proper structure.

                                                                                                However: the biggest issue with PHP and new programmers is security. Until you're proficient, you'll leave yourself, or your clients exposed.

                                                                                                Examples of this come up frequently on GFY.
                                                                                                Last edited by quantum-x; 01-25-2009, 02:34 AM. Reason: Spelling police.
                                                                                                PrettyInCash.com - BoozedGFs.com - TeenGFs.com - JizzGFs.com- MilfUploads.com -

                                                                                                Comment

                                                                                                • nation-x
                                                                                                  Confirmed User
                                                                                                  • Mar 2004
                                                                                                  • 5370

                                                                                                  #49
                                                                                                  I see alot of people posting shitty advice in this thread. Don't waste your money on books... they will end up just cluttering up your place. The most important step in learning programming is to learn the logic of how it works. You can learn that very very easily by starting with something simple like Visual Basic.

                                                                                                  Download it here for free.
                                                                                                  http://www.microsoft.com/Express/VB/

                                                                                                  They have ALOT of great resources and tutorials on that site that will help you get a good start....

                                                                                                  http://msdn.microsoft.com/en-us/beginner/default.aspx

                                                                                                  Next... download Visual C# Express for free
                                                                                                  http://www.microsoft.com/express/vcsharp/

                                                                                                  C# has a very similar syntax style to php, perl, javascript, java, etc because they are all based on C syntax. Once you have the basic logic of developing with visual basic it's just a matter of learning how the C syntax works and then you really have an open field ahead. I think that anyone that really takes the time to go through the tutorials on the MS site and has a real desire to learn how to develop applications can learn enough to start building their own applications in less than a couple of months. If you use my method you will be prepared to learn any programming language very quickly.
                                                                                                  Last edited by nation-x; 01-25-2009, 07:23 AM.

                                                                                                  Comment

                                                                                                  • nation-x
                                                                                                    Confirmed User
                                                                                                    • Mar 2004
                                                                                                    • 5370

                                                                                                    #50
                                                                                                    BTW... I wanted to add... stick with Windows Programming tutorials... the web development side of MS is a waste of effort for you since you use linux servers... windows development will give you the skills you need to develop any web application later anyway.

                                                                                                    Comment

                                                                                                    Working...