Web Hosting Talk







View Full Version : Wanting to learn how to program!


hopesfall
11-03-2008, 11:23 PM
Wanting to learn how to program!

I was wondering if anyone could tell me the best languages to learn first, where should I start off if I am new and want to learn how to design programs for various different things?

bager
11-04-2008, 12:30 AM
I started with Visual Basic 8 years ago, but thats not good language.
I suggest you to learn C++ and PHP with MySQL.
Find a good book and start now!

JFSG
11-04-2008, 12:42 AM
www.w3schools.com





__________________

jt2377
11-05-2008, 03:35 AM
Quote:



Originally Posted by bager


I started with Visual Basic 8 years ago, but thats not good language.
I suggest you to learn C++ and PHP with MySQL.
Find a good book and start now!


VB6 or VB.net? VB.net is different from VB6. It's more modern but I agree. I don't really like VB.net after working with C# for two years. VB is too verbose compare to C# plus I like the bracket.





__________________Windows Server tutorial, how-to build a SuperMicro Mini 1u 14" server w/screenshots.

HawkFX - Dave
11-06-2008, 07:30 AM
It depends what you want to learn programming for. For web I suggest learning PHP and MySQL
For application type development I personally like .net.

Flumps
11-06-2008, 12:02 PM
Quote:



Originally Posted by HawkFX - Dave


It depends what you want to learn programming for. For web I suggest learning PHP and MySQL
For application type development I personally like .net.




for web I would suggest:
HTML
PHP
CSS
PERL/SHELL
MYSQL
for programs I would suggest:
C++
DELPHI

HawkFX - Dave
11-06-2008, 12:04 PM
Quote:



Originally Posted by Flumps


for web I would suggest:
HTML
PHP
CSS
PERL/SHELL
MYSQL
for programs I would suggest:
C++
DELPHI


Yes for web HTML is a great starting point. I just assumed the OP would know that Doesn't everyone?

Flumps
11-06-2008, 12:17 PM
Quote:



Originally Posted by HawkFX - Dave


Yes for web HTML is a great starting point. I just assumed the OP would know that Doesn't everyone?




Quote:


I am new and want to learn how to design


I just saw that and thoguht well perhaps the thread starter doesnt know hehe.

thedude76
11-06-2008, 03:01 PM
I'd go for PHP for web based development.
For applications, server services, etc. I'd recommend Java.
I've used C++, VB6, VB .NET, VBScript and JSP over the years, but PHP and Java are my favourite.
Also, you may find a bit of T-SQL useful.

etogre
11-06-2008, 03:46 PM
Learn the basics of C++ console applications until you are familiar with the syntax and then quickly transition to C# .NET.
.NET is a very comprehensive framework for creating windows applications.
You should also check out a local community college, you can take a programming class for around $30 + the cost of the book (generally around $100).

JustinSmall
11-06-2008, 06:48 PM
If your wanting to learn Web Development Programming
I'd start with PHP, it is a very nice and easy to learn Programming Language. You can create very complex structures as your skill advances! I'd incorporate it with MySQL, MySQL is a database type that will allow you to store and retrieve needed info very easily.
Once you learn PHP/MySQL, I would then lean towards JavaScript. JavaScript is a bit more difficult to learn, if you don't know anything about programming, than PHP… as why I recommend learning it after PHP. Many will argue this, but I tried JavaScript before PHP and got to a beginners level on JavaScript . I then stopped learning JavaScript for awhile and moved on towards PHP, I advanced quite more quickly in PHP than I did in JavaScript. After I went back towards JavaScript I advanced a lot quicker, as I knew a bit more about programming!If you are looking to develop Computer Based Applications!
I would start with Java (not to be confused with JavaScript), then move on to C++, C#, VB.net, ect.
I am more of a Web Developer than a Computer Application Programmer, but Computer Programming can be just as easy as Web Development. You just have to learn the fundamentals of programming.
-------------------------------------------
Now when you start to learn programming, I would definitely head to Barnes

Adam-AEC
11-10-2008, 01:33 PM
Shoes http://shoooes.net/