Go Back   CodingForums.com > Web Projects and Services Marketplace > Career, job, and business ideas or advice

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-13-2007, 09:23 PM   PM User | #1
kosstr12
Regular Coder

 
kosstr12's Avatar
 
Join Date: Apr 2007
Location: Woodstock, Georgia
Posts: 428
Thanks: 7
Thanked 5 Times in 5 Posts
kosstr12 is on a distinguished road
Programming advice

I'm currently 13, and I'm in the 8th grade. I've been doing web design for 5 years, and I'm ready learn something new. I would like to get into programming, but I don't know where to start. I want to start out just making simple programs, but hopefully extend my knowledge as time goes on. Any suggestions on where to start? What languages to learn? Other advice?


Thanks,
koss
kosstr12 is offline   Reply With Quote
Old 08-14-2007, 02:51 AM   PM User | #2
kosstr12
Regular Coder

 
kosstr12's Avatar
 
Join Date: Apr 2007
Location: Woodstock, Georgia
Posts: 428
Thanks: 7
Thanked 5 Times in 5 Posts
kosstr12 is on a distinguished road
I really need some help, I'm clueless when it comes to programming
kosstr12 is offline   Reply With Quote
Old 08-14-2007, 04:24 AM   PM User | #3
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,604
Thanks: 2
Thanked 399 Times in 392 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
Look up some tutorials. You might want to try your hand at scripting languages like PHP/JavaScript/ASP/Ruby before learning compiled languages like C++, C#, etc. Ruby on Rails might be a good start for you. =]
Inigoesdr is offline   Reply With Quote
Old 08-14-2007, 12:07 PM   PM User | #4
kosstr12
Regular Coder

 
kosstr12's Avatar
 
Join Date: Apr 2007
Location: Woodstock, Georgia
Posts: 428
Thanks: 7
Thanked 5 Times in 5 Posts
kosstr12 is on a distinguished road
So you think I should learn some server side scripting before I start programming?

and thanks for your help
kosstr12 is offline   Reply With Quote
Old 08-14-2007, 12:35 PM   PM User | #5
croatiankid
Regular Coder

 
croatiankid's Avatar
 
Join Date: Jan 2006
Posts: 665
Thanks: 1
Thanked 12 Times in 12 Posts
croatiankid is on a distinguished road
They're both programming (languages), except that usually server side scripts aren't compiled (for example into an .exe like C and Java; you can view the source code like PHP and ASP), but rather "interpreted". This wikipedia article has a section called "Interpreted vs compiled languages" you should read.
__________________
Hrvoje
Croatiankid designs
Downtown host
croatiankid is offline   Reply With Quote
Old 08-14-2007, 12:42 PM   PM User | #6
Mhtml
Senior Coder

 
Mhtml's Avatar
 
Join Date: Jun 2002
Location: Sydney, Australia
Posts: 3,531
Thanks: 0
Thanked 1 Time in 1 Post
Mhtml is an unknown quantity at this point
I agree that a scripting language is a good place to start, they're generally very forgiving and handle all of your memory for you. Server side languages are a nice idea, and I'd recommend PHP in that case. JavaScript tends to be a bit more complicated - mostly because you'd be dealing with DOM more than likely, and some people find it hard to grasp Object Oriented principles early on. Other scripting languages include Python and LUA, Python would be my recommendation overall though - it promotes excellent learning of programming fundamentals without daunting (however preferable as I see it) syntax.

Compiled languages have a lot more to them, and to be a decent C/C++ programmer it is best to have an in-depth technical understanding of how the language itself is compiled into machine code. You can't really skip the theory, otherwise your programs will end up bloated, stringy and segfaulting all over the place. Once you understand the fundamentals of procedural and Object Oriented Programming (OOP) through learning scripting languages, I'd recommend a start in C++. It's fast, lets you work on a low level and easily portable (perhaps not as easy as Java many would argue - but that depends how good you are and besides it's much faster ).

http://www.python.org
http://www.lua.org
http://www.php.net
http://www.w3schools.com/js/default.asp

You should also check out this thread in the programming forum, it's has some more information.
http://www.codingforums.com/showthread.php?t=120349
__________________
Omnis mico antequam dominus Spookster!
Mhtml is offline   Reply With Quote
Old 08-14-2007, 09:03 PM   PM User | #7
kosstr12
Regular Coder

 
kosstr12's Avatar
 
Join Date: Apr 2007
Location: Woodstock, Georgia
Posts: 428
Thanks: 7
Thanked 5 Times in 5 Posts
kosstr12 is on a distinguished road
I'm pretty well educated in javascript and im looking for info on how to script programs on a computer(.exe's)
kosstr12 is offline   Reply With Quote
Old 08-14-2007, 09:21 PM   PM User | #8
brad211987
Regular Coder

 
brad211987's Avatar
 
Join Date: Sep 2005
Location: Ohio
Posts: 631
Thanks: 10
Thanked 50 Times in 50 Posts
brad211987 is an unknown quantity at this point
I would go with C++ or Java if you are not going to go with server side scripting. The syntax of these 2 are similar, and if you learn one, you won't have a hard time learning the other.
brad211987 is offline   Reply With Quote
Old 08-14-2007, 11:14 PM   PM User | #9
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,042
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Quote:
Originally Posted by brad211987 View Post
I would go with C++ or Java if you are not going to go with server side scripting. The syntax of these 2 are similar, and if you learn one, you won't have a hard time learning the other.
C# wouldn't be a bad choice either, it also has a similar syntax as the two languages mentioned above.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 +1. The time now is 03:57 PM.


Advertisement
Log in to turn off these ads.