Go Back   vb.org Archive > Community Central > Community Lounge

Reply
 
Thread Tools Display Modes
  #1  
Old 09-02-2007, 09:37 PM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default What's the best way for me to learn how to code?

so yeah i have a really short attention span when it comes to reading books etc but i really wanna learn coding...so any suggestions? where di you start etc?
Reply With Quote
  #2  
Old 09-02-2007, 09:54 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Video tutorials was the best for me, now its just a case of trial and error and reading on the forums. Once you get to grips with the basics its just becomes a case of learning from your mistakes and those of others. I found that reading tutorials was useless for me to but learning with a video tutorial was easier and more productive.

Also you pretty much have to have a desire for learning it otherwise you don't get anywhere.

Makes me wish I learnt ASP instead of PHP first because now I learn bugger all
Reply With Quote
  #3  
Old 09-03-2007, 12:09 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The way I learnt was to throw myself in at the deep end...

Instead of trying to learn how to write code, modify your board, and while you are doing it try and figure out what the code is doing... Then when you come to write something, start small... Use simple functions, and don't be afraid to ask questions...

You'll find that after a few attempts to get it right, maybe with some help, you'll get it, and thats half the battle; Once you've done one or two things by yourself, you'll find you will be able to create almost any modification you want, and theres always vB.org members and coders here to answer your questions...

Chris
Reply With Quote
  #4  
Old 09-03-2007, 02:14 AM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Like Chris I just jumped in head first..

I found books to be helpful but only after I'd learned the basics on my own. Even know I don't understand half of the stuff I read in books...
Reply With Quote
  #5  
Old 09-03-2007, 03:14 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thats because you're probably drunk when you read them Brad

Chris
Reply With Quote
  #6  
Old 09-03-2007, 04:23 AM
Adrian Schneider's Avatar
Adrian Schneider Adrian Schneider is offline
 
Join Date: Jul 2004
Posts: 2,528
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One thing that really made things go faster for me was being able to parse PHP locally.

Either by save and refresh, or by running code inside my editor. Being able to see changes first hand within a second is a real time saver. Change, run. Change, run. Being able to experiment so fast makes learning fast. (You learn primarily from doing)
Reply With Quote
  #7  
Old 09-03-2007, 05:11 AM
unenergizer unenergizer is offline
 
Join Date: Nov 2004
Location: Texas, YE HAW
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I started to learn HTML in 7th grade. I found a book in our library called "How to Make Web Pages." Before then I had thought that the internet made pages. Though once I found out that any one could make an HTML page I was instantly hooked. I've read many books. I started with small basic books and built my way up. I remember printing out an HTML tutorial that was about 45 pages long. This for me was a long time ago. Now I'm 20 years old and im running a business doing the same thing I started when I was in 7th grade.

When it comes to computers you can learn anything. It doesn't matter who you are. I think I have proven that to my self time and time again.

I started to teach my self php a few years back. I remember writing a loop that would count from 1 to infinity. I thought this was the neatest thing because the page would steadily get taller and taller. Depending on what you want to learn, it will take some time. If you stick with it and perfect your skills then you can do anything.

If you want to start coding, take your first step and read over some of the tutorials on this site http://www.w3schools.com/. If you are able to sit down read a tutorial and practice the syntax then you shouldn't have a problem learning..

HTH
Reply With Quote
  #8  
Old 09-03-2007, 05:31 AM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have two choices really, you can become a programmer, and a good one after, or you can become a good programmer from the beginning.

If you want to do the latter, which is what I'd reccommend, learn a proper object orientated language that doesn't give you the flexibility of procedural programming that PHP does. I have always been an advocate of learning by doing, as people in this thread have mentioned, but by god, do not learn PHP to start with. It lends itself to poor, sloppy, lazy coding practices.

If you want my advice, learn Java initially. It's a great language to learn programming concepts such as object-orientation, security and efficiency from scratch.

When you're working with a language like Java, or even C (which I'd not reccommend as a starting language), you begin to think (if taught correctly) about every line of code you write, and how it'll affect other parts of your application, about what data structures are best to use, whether a loop is necessary or not etc. You become a good programmer by practice!
Reply With Quote
  #9  
Old 09-03-2007, 08:45 AM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks very much fellas....so you think i should learn java 1st?

the thing is php and html are all ive been using so what can i do with java?

and links please.
Reply With Quote
  #10  
Old 09-03-2007, 08:53 AM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can do web stuff with Java, but you should work on developing command-line applications and GUIs, to teach you how object-orientated programming. Pick up a book, I know they can be cumbersome, but they really are the best way to learn concepts. Or even better, get some training!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:09 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05255 seconds
  • Memory Usage 2,243KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete