Hi,
Welcome to the forum.
ASP can use either JSP which is a language based on Java (I think... don't know a great deal about it) or VBScript (Scripting language based on VB). (JSP shouldn't be confused with JavaScript which is a different language and works on the client side, not the server.)
If you're wanting to learn a server side language, I'd highly reccomend ASP.NET - it's the latest version of ASP, it's a lot more structured than ASP, and it uses proper compiled languges instead of embedded scripts. If you want to write ASP.NET you have a wide choice of languages - Visual Basic, C# (C-Sharp - based on C), Java, COBOL, Perl, etc. The main two (and the two you'll find the most help and examples on) are Visual Basic and C#. I use Visual Basic myself.
It is possible to use ASP/ASP.NET without any database interactivity, however if you do decide to create a site with a database back end, I would reccomend getting some knowledge in databases before you start to try to write code for them. However you will find the majority of things you want to do may require a database of some sort, so you might want to make that a priority. It doesn't really take that long...
As for JavaScript, well I'm not too sure if you need to learn it... (there's loads of sample scripts you can download, and once you get a basic understanding of programming, they're genrally not hard to modify.) I'm not sure about ActionScript - never used it before. Perhaps someone else could field that?
If you decide to learn ASP.NET, www.asp.net is probably one of the most valuable resources you'll come across. (as well as here!) Also download the .NET SDK from Microsoft ( http://www.microsoft.com/downloads/d...displaylang=en)
Good luck!
- Mina
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|