Forum Moderators: mack
then, the question that comes up to my mind is since i wont be typing asp or php code, what considerations needs to be made when i'll choose the language/server model except the type of server? in terms of the development process it seems to me that it's the same since i will be using dreamweaver. is that right?
PHP has a vast amount of tutorials available but support in DW (certainly in MX) is not as great as ASP or Coldfusion.
Can't comment on ASP as I know nothing about it.
In general, you will normally find that you want to know more about the code and move beyond what DW does for you. It's a crutch, not a tool, or at least that's how I found it first with dynamic html and now with php.
It all depends on what your webhost will support. Dreamweaver is only a tool. It will generate pages for you in either HTML, PHP, ASP, JSP or CFM.
Your first order of business is to find a webhost. There are many inexpensive ones available today. Then, find out which scripting languages that host supports. If it is a Microsoft Server shop, you will use ASP. If it's a Unix/Linux/Apache set up, find out if they support PhP. If so, use that language.
I have a Windows Server, so I use ASP to generate my dynamic pages.
Before you start with Dreamweaver you have to choose.
And the Dreamweaver tutorials themselves are excellent to get you going. But as stever said above, you will quickly go beyond Dreamweaver once you get going.