Computers |
|
| | #1 (permalink) |
| Monster Techie | What Programming Language Should I Start With? If you've never programmed a "Hello world" in your life, you might want to try HTML first. HTML might seem elementary, but it's an excellent introduction to the ideas of syntax and basic programming. In addition, all web programming languages are pretty much useless without HTML. When you've got HTML down, a popular beginning language is Visual Basic. Some people claim VB isn't a "real" programming language, but it is powerful despite its simplicity. Most computer-literate users also find the IDE (Intergrated Development Environment) to be pretty friendly, if expensive. Almost all Visual Basic books come with a working model edition that serves the needs of most beginners. If you've had some prior programming experience or you are exceptionally good with computers, you might want to try something a little more advanced. For desktop programming, you'll hear C++ from a lot of people; C, C#, and JAVA are also good options that won't lead you astray. PHP is a good choice for web programming that's very up-and-coming; PERL and ASP are also popular web programming choices.
__________________ www.upstark.com |
| | |
| | #2 (permalink) |
| Super Techie Join Date: Apr 2004
Posts: 316
| Sharp Devlop is a great IDE/Compiler for VB .NET and C# and it's free. http://www.icsharpcode.net/OpenSource/SD/Download/ |
| | |
| | #4 (permalink) |
| Junior Techie | I haven't heard much dispute about whether VB is a programming language. It is a bit slow but doubtlessly very powerful. HTML however, isn't really a programming language. The most non-static thing HTML has is a form... By the way, I recommend JavaScript. Free, and shows you the basics of syntax. The code is exactly like ActionScript, and very simliar to the C's and JAVA. VB however, has longer code (although Microsofts VB compiler types some of the code for you) and is...non-standard.
__________________ \"Only when the last tree is dead, the last field paved, and the last river dammed, only then will we realize that we can\'t eat money.\" http://raylu.uni.cc |
| | |
| | #5 (permalink) |
| Monster Techie | php!!!! of course i'm gonna say that though php is a really good language to get down, i've built pretty complex apps with it and i really like creating good web applications, i've also see [u[very[/u] complex apps written entirely in php and some javascript....but for the most part php will do everything that you want it to do! ![]()
__________________ C:\\ Is the root of all evilphiber@sysdum.com spam this account, it's fun. |
| | |
| | #6 (permalink) |
| Super Techie Join Date: Apr 2004
Posts: 316
| I've heard a lot as far as "VB isn't a langauge" lot of the people who program C\C++ say that because they like to waste thier time making simple apps that could be made in minutes with VB. They may a little slower but not enough that it will matter. |
| | |
| | #8 (permalink) | |
| Monster Techie | Quote:
![]()
__________________ www.upstark.com | |
| | |
| | #9 (permalink) |
| Ultra Techie Join Date: May 2004
Posts: 827
| I'm learning HTML n c programming.
__________________ http://blog.diyersitzone.net/ AMD Athlon 64x2 4000+ 2GB Kingston DDRII667Mhz MSI K9Neo-F MSI 256MB GeForce8500GT Western Digital 160GB SATAII HDD Maxtor 80GB 8M ATA133 HDD LG 4163B DVDRW 17" Samsung 793Dfx Monitor Win XP Pro |
| | |
| | #10 (permalink) |
| Junior Techie Join Date: Jun 2004
Posts: 57
| I've got an actionscript for games book, it is quite entertaining (cos you can play on your "creations") and it is very useful because it is quite like Javascript (which in turn is quite standard in terms of syntax etc) Plus you get the benefit of playing with graphics which always makes a nice break ![]()
__________________ AMD 2500+, 512mb Mem, 160GB (2xSATA 80GB in RAID0 array), K7N2G-ILSR (using on-board graphics and sound (for the moment ;-) )) How many windows \"errors\" can there be??!!! |
| | |