There have been some recent posts containing references to the code editors which some of you use. I am at a stage where I believe changing my own code editor would perhaps benefit me but I would like to hear some advantages, disadvantages, unique features etc. of the code editors that you use. I think this discussion would benefit all levels of coder and all contributions are welcome.
I myself have only ever used DreamWeaver to develop my applications so I can’t benchmark it against other programs but I will give a short appraisal.
DreamWeaver is an excellent all round WYSIWYG site development application. The tools at your disposal provide enough functionality to produce, manage and publish web sites easily and cost effectively. It is user friendly and quick to learn appealing to people starting out in the industry. (that’s enough Macromedia marketing)
From a coding perspective, DreamWeaver provides data binding and server behaviours that produce the code for you, again this is great for someone starting out in ASP. When I first started out, I used these server behaviours to build my understanding of how ASP works with a database in a web page. Over a period of time, I have built up my own code base that I use in preference to the DreamWeaver server behaviours and feel that the application no longer caters for my needs. If for example I have a dynamic connection string based on the name of the server my application is running on, none of these DW features are available.
I feel that a DW has played an important role in my development and would recommend it to ASP beginners but what else is out there for different levels of coding ability?
BDC.
I myself have only ever used DreamWeaver to develop my applications so I can’t benchmark it against other programs but I will give a short appraisal.
DreamWeaver is an excellent all round WYSIWYG site development application. The tools at your disposal provide enough functionality to produce, manage and publish web sites easily and cost effectively. It is user friendly and quick to learn appealing to people starting out in the industry. (that’s enough Macromedia marketing)
From a coding perspective, DreamWeaver provides data binding and server behaviours that produce the code for you, again this is great for someone starting out in ASP. When I first started out, I used these server behaviours to build my understanding of how ASP works with a database in a web page. Over a period of time, I have built up my own code base that I use in preference to the DreamWeaver server behaviours and feel that the application no longer caters for my needs. If for example I have a dynamic connection string based on the name of the server my application is running on, none of these DW features are available.
I feel that a DW has played an important role in my development and would recommend it to ASP beginners but what else is out there for different levels of coding ability?
BDC.