Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Results 1 to 9 of 9

Thread: I want to learn programming , where should I start from ? Read..

  1. #1
    UK WW ex member is offline Senior Member
    Join Date
    Jan 2007
    Posts
    161

    Default I want to learn programming , where should I start from ? Read..

    There are several elements that a programming language typically has and they will be found in all lanaguages . If one understand these elements and what tye are for , it will be easier to understand and master a programming language quite easily.

    On top of that understanding them will also help them to learning other programming languages much easier.

    • variables or objects

    • expressions

    • Control structures

    • Data types

    • Variables

    • funtions





    I will update the thread with some explanations

  2. #2
    temi's Avatar
    temi is offline Facilitator
    Join Date
    Jun 2003
    Location
    London, England.
    Posts
    10,303

    Default

    Kashem,
    EXCELLENT THREAD, looking forward to next installments

    * Comprehensive UK Web Directory List . eCommerce software UK
    * BossCart.com can build you a.
    Register your domain names at Velnet
    ::
    Add Eco sites to The Green Directory free of charge.
    Use LBS Free PHP Directory Script . Web Hosting Blog

  3. #3
    gkd_uk is offline Super Moderator
    Join Date
    Mar 2007
    Location
    UK
    Posts
    2,551

    Default

    Great post bdseo

    I did some programming at uni but decided to go into I.T Support instead

    Programming is a very useful skill to learn.

  4. #4
    pow-wow is offline Senior Member
    Join Date
    Jan 2007
    Posts
    245

    Default

    I think that to learn programming one should start with one language, some basic one, depending on the programming type he/she wants to learn. This will help in the basics and in to think like a programmer.

  5. #5
    duncanbeattie is offline Junior Member
    Join Date
    May 2007
    Posts
    8

    Default

    I agree with pow-wow, finding an entry level language is essential to gaining understanding of the key principles bdseo laid out above. My first real exposure to any programming was with Flash Actionscript and this lead me onto PHP and javascript, obviously I learnt a lot from forums and tutorials but it took a period of time just ploughing through code until I got my head around those key principles and when I did I found it fairly simple to migrate from one language to another.
    Currently I am deepining my knowledge of DOM scripting, ASP.net and good old C.

  6. #6
    mac_jsn is offline Banned
    Join Date
    May 2007
    Posts
    10

    Thumbs up 'C' is the base of most

    HI bdseo

    As far as my knowledge is concern I suggest you to start with 'C Programming, though it is tough to learn but if you got command over it then no other programming language is hard for you.

    Thanks

  7. #7
    mcgyver is offline Junior Member
    Join Date
    Jul 2007
    Posts
    6

    Default

    If you will do web programming anyway, start with php. In fact, learn PHP and HTML at the same time.

    For me, the usual approach when I do start to learn a new language is

    1. hello world
    2. learn about variables and datatypes
    2. get input from users
    3. control statement (if then else)
    4. looping
    5. creating subroutines/functions
    6. familiarize with build in functions of the language (ie string functions,math functions..etc)
    7. learn arrays
    8. learn interface with database (ie Mysql).

  8. #8
    AncientGardener's Avatar
    AncientGardener is offline Junior Member
    Join Date
    Oct 2007
    Posts
    5

    Default

    I'm a great beleiver in DIY but also hate wasting time. And you can waste an awful lot of time writing inefficent programs/scripts and spend the rest of your life tweaking them to work for every small change required.
    There is a lot to be said for getting yourself some structured/formal training to get an in-depth understanding of the subject. Someone has already said that once you have got to grips with 1 programming language its a lot easier to learn the 2nd. However, its also easy to learn bad habits that mean you go on making the same errors year after year!
    There is a huge difference between getting something to work and creating something that is idiot proof, secure, efficient and easily maintainable.

    If you are going to learn a langage get hold of a good book that has loads of real examples and don't shy away from the theory - it could save you thousands of hours of blood, sweat and tears down the line.
    By the way Peachpit Press do a great range of realtively inexpensive books for the web (PHP, MYSQL, Perl, Javascript, CSS, etc).

  9. #9
    stock_post's Avatar
    stock_post is offline Senior Member
    Join Date
    Aug 2007
    Location
    www.DotRig.com
    Posts
    175

    Default

    visit W3Schools Online Web Tutorials

    That should be the starting point.
    Bidding King | Bid For Rank | Bid For Level | ayhu.com | dotrig.com| nwkk.com | tradein.biz

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. who want to learn programming ?
    By seo8k in forum General Webmaster Talk
    Replies: 0
    Last Post: 09-27-2007, 05:24 PM
  2. Hello I am keen to learn how to launch and attract members
    By Stephanie in forum New Members Introduction
    Replies: 15
    Last Post: 08-02-2007, 12:56 PM
  3. learn html - part 3
    By ovi in forum General Webmaster Talk
    Replies: 18
    Last Post: 07-21-2005, 12:58 PM
  4. learn html - part 2
    By ovi in forum General Webmaster Talk
    Replies: 0
    Last Post: 06-08-2005, 04:42 PM
  5. learn html - part 1
    By ovi in forum General Webmaster Talk
    Replies: 0
    Last Post: 06-08-2005, 04:29 PM

Bookmarks

Bookmarks

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124