I'm very new to the whole programming deal, but have about 3 years of experience with HTML and FrontPage.
I would like to get into creating databases, but don't know where I should start. ASP, perl, java, pig-latin? ;)
Your guidance is greatly appreciated.
But never give up and ask as much as you want. It all helps.
:)
Well, I'm sure you'll get a range of opinions on this, everyone's got their favourites :)
My suggestion is that you take a look at PHP - you can get started with it pretty quickly, the code is embedded into your html so it's not too much of a culture shock (same with ASP), and its database support is very comprehensive.
In all honesty though, picking Perl or ASP as a starting point is equally valid, and once you've got a handle on one language it's not all that difficult to branch out into another - it's the 'mindset' that really counts, not the language. Pick one, get stuck in, and see if it suits you ;)
Hope this helps you a bit...
Perl works practically anywhere as it can be compiled if the need exists. It's also probably the most difficult to learn from scratch and doesn't have as simple support for databases.
ASP works on NT of course, but is extremely rarely found on unix/apache. There is a interpreter that can be bought for unix/apache made by chilisoft I believe that allows you to use ASP, but the last time I checked that costs around $600/license (I may be off on that one).
I've also seen some programs that will automagically port ASP to PHP or the reverse, but I would be hesitant to assume that they would work in all situations.
Thank you all for your assistance, and I'm sure you'll be seeing my confused pleas for further help in the near future. :)
Ciao