![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2008
Posts: 1
Rep Power: 0
![]() |
Where to start learning languages?
I am a web designer (non-programmer). I can build webpages with HTML, CSS and XML. But now I want to create a website which can be accessed by registered users only and I have to learn web development languages for it. But I really don't know anything about programming. I don't even know C language so I was wondering if I'll have to start from c, c++, java, php and so on.
I am free till July and I was thinking to join some short term courses in programming & web development languages. Can somebody guide me which courses I should pick among these: JAVA, J2EE, ORACLE, ASP.net, VB.net, C #, C, C++, ASP, VB Script, PHP? |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 8
![]() |
Re: Where to start learning languages?
You really have two choices: ASP.NET or PHP. ASP isn't supported any more and is, frankly, horrific to work with, but ASP.NET with Visual Basic or C# (you need to use it with a .NET language - ASP is just a framework) is actually quite nice. The other option is PHP, my preferred choice.
There is a third choice - a relative newbie to the race called Ruby on Rails. It uses Ruby and gives you a pretty cool framework to work with. I'm just about to start learning it myself, so I can't really offer my opinion on it, but it looks pretty easy to learn and provides you with a lot of backbone from the offset. Which one you pick is largely down to personal opinion. Learn about both and decide. PHP and Ruby will work on more servers, being open-source and available on all major operating systems, and both ASP.NET and Ruby give you more of a structured framework to start with. It's worth noting, however, that PHP frameworks can be found that give you a lot of the same structure - CodeIgniter's my favourite. You also need to learn about databases. If you're using ASP.NET, I'd recommend Microsoft SQL Server - they interact quite well with each other. With PHP and Ruby, MySQL and PostgreSQL are usually recommended - pick one. |
|
|
|
|
|
#3 | |
|
Hobbyist Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 148
Rep Power: 1
![]() |
Re: Where to start learning languages?
Quote:
__________________
SYNTAX ERROR ... Last edited by Grich; Feb 24th, 2008 at 6:25 PM. Reason: Syntax ... again |
|
|
|
|
|
|
#4 |
|
Programmer
Join Date: Jun 2007
Posts: 88
Rep Power: 2
![]() |
Re: Where to start learning languages?
PHP is easy to learn, and as for frameworks - why not use one that runs on PHP?
CakePHP is what I use and it's so easy to work with, I suggest using it instead of Ruby on Rails, due to ease of configuration, wide-spread support of PHP and the ease of using Ruby on Rails When I was in your position I read some tutorials on PHP to get a decent understanding of the language http://devzone.zend.com/node/view/id/627 Is a good primer. |
|
|
|
|
|
#5 |
|
Hobbyist Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 148
Rep Power: 1
![]() |
Re: Where to start learning languages?
Go to www.php.net to learn more.
__________________
SYNTAX ERROR ... |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Learning old languages | Wizard1988 | Coder's Corner Lounge | 26 | Sep 16th, 2007 10:10 PM |
| Should I bother learning new languages? | Druid | Coder's Corner Lounge | 6 | Mar 30th, 2007 3:50 AM |
| Start Learning Java script | smita | JavaScript and Client-Side Browser Scripting | 0 | Mar 15th, 2007 7:47 AM |
| start Learning HTMl | smita | HTML / XHTML / CSS | 0 | Mar 15th, 2007 7:38 AM |