Computers |
|
| | #1 (permalink) |
| Newb Techie Join Date: Sep 2003
Posts: 13
| i just started my 2nd year of high school and 1 of my classes is computer programming anyways today was my first class and it just started to sound interesting im wondering what program should i use for a beginner |
| | |
| | #2 (permalink) |
| Monster Techie | You mean what language you should start with? I say PHP. It's easy and you can do a lot with it.
__________________ www.upstark.com |
| | |
| | #3 (permalink) |
| Administrator Join Date: May 2003
Posts: 1,410
| Hi Airhead ![]() I think you should concentrate on learning "concepts" of programming before selecting a single language. All language will have very similar concepts, such as variable types, structures, arrays, statements, etc. etc. Also be sure to learn SQL (database concepts). Obviously you can practice and learn with a particular language, but I think it is most important to learn concepts first. BTW.. PHP would be a good language to learn and practice with. Good Luck PS. If you know good programming concepts, you can program in any language (or at least the learning curve will be shorter) |
| | |
| | #4 (permalink) |
| Newb Techie Join Date: Oct 2003
Posts: 8
| If you want to learn C, it is better to start out in Java. VB I dont consider a language, but it is a good start. And yes, you might want to learn how it works and what it is before you start. Functions, arrays, char, int, loops..... Its good to start out in console..Gotta crawl before you can walk. Plus, you have to like it too.. |
| | |
| | #5 (permalink) |
| Ultra Techie Join Date: Oct 2003
Posts: 544
| if you wanna learn the concepts try basic because the concepts are as clear as anything. I learn programming with Pascal, wich was alright but if you are up for a challenge try learning Java or C++, they are going to be more usefull to you in the programming world |
| | |
| | #6 (permalink) |
| Super Techie Join Date: Oct 2003
Posts: 354
| Well before you learn PHP I would suggest learning HTML. I know it's not really considered a real programming language but you'll need it in order to integrate PHP into a website.
__________________ PC SPECS: AMD Bartion 2500+ 1800Mhz ASUS A7V8X-X PC2100 256Mb DDRAM x 2 LG 52x24x52 CD Seagate 80Gb 7200rpm 2Mb ATI Radeon 9550 256Mb 8x Intergrated PCI sound 17\" Samsung LCD 173s |
| | |
| | #7 (permalink) |
| Junior Techie Join Date: Oct 2003
Posts: 51
| Definitely learn ASP - I'm a sophomore in high school as well, and I caught on very easily to ASP. VBScript programming is incredibly easy, and the syntax is not strict at all so one can easily catch on (e.g., there is no requirement for capitalized or lowercased syntax). Pick up ASP for Dummies at your local bookstore, and you'll get the hang of it. Cheers. |
| | |
| | #8 (permalink) |
| Super Techie Join Date: Oct 2003
Posts: 354
| I've taken classes at college for ASP and PHP and I'd have to say PHP is the better language. There is more support on the web and it's open source. ![]()
__________________ PC SPECS: AMD Bartion 2500+ 1800Mhz ASUS A7V8X-X PC2100 256Mb DDRAM x 2 LG 52x24x52 CD Seagate 80Gb 7200rpm 2Mb ATI Radeon 9550 256Mb 8x Intergrated PCI sound 17\" Samsung LCD 173s |
| | |
| | #9 (permalink) |
| Junior Techie Join Date: Oct 2003
Posts: 51
| Another thing to consider - if you're running Linux or the likes, an Apache server supports PHP only. If you're going to be on a Microsoft Windows box, you're gonna need to use ASP.
__________________ ASUS A7N8X Athlon XP 2700+ Thoroughbred Core 1 GB PC3200 DDR RAM nVidia GeForce FX5200 PCI 120 GB HD 16x DVD-ROM 52x24x52 CD-RW Windows 2000 Professional, SP4 Dual Monitors - Samsung Syncmaster 955DF 19\" flat screen and eMachines 17\" |
| | |
| | #10 (permalink) |
| honk if you route packets | All these language recommendations and just in the middle of HS! Everyone is pointing you in different directions! What to do, what to do?!?!? LOL....You got a lot of good ideas here! My 2 cents..... I would MOST CERTAINLY recommend learning basics, functionality and concepts 1st. Please don't jump into a language...you'll only be asking yourself questions revolving around concepts later on and then slow yourself down. And shi*, if you're a fast learner and can adapt to these concepts early on, than you'll be jumping around languages in no time. -Michael |
| | |