Click to See Complete Forum and Search --> : creating web site


August 3rd, 1999, 11:01 AM
We as a group of 5 people have good working exp of java,vb,VC,MFC and are trying to diversify into seb development and want some suggestions on which platform to use To creating web sites and web pages could some one help us out on this ie should we use ASP,only java,Java Scripts or VB Scripts or should we use MFC's ISAPI's to do web site development .We are trying to diversify to new grounds could some one give us guidence

September 8th, 1999, 02:19 PM
Well...that is a good question. Here is the rundown:

ASP's -> good for database interfaces
Java -> powerful user interfaces (the more complex the slower)
JavaScript -> Quicker Runtime HTML changes

It basically depends on the power needed in your web pages. I actually use a mesh of all three to get the best results: Quick and Powerful Pages! A tiny applet takes little time to load and JavaScipt executes on command. ASP's hold the connection to the data.

Think of the web page as a container...lot's of hidden things can and do occur. When you want them to, and sometimes when you don't. Use your disgression.