Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
First web project
Message
 
 
To
19/04/2006 18:51:24
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
01114800
Message ID:
01114919
Views:
15
>I've been asked to develop my first web based application. (At least I think that's the right terminology.) The application will be used to deliver status information on a series of public improvement projects of interest to the community. Each project will have a few fields of data including name, description, schedule, status, etc. and perhaps a map showing the projects location. There may even be a few pictures showing construction as the projects progress.
>
>There will be general public users who will view the site in read only mode, and there will be the project managers who will use the site to enter current status information as the projects progress.
>
>My questions include:
>
>What is the best technique to do this?
>Should I be looking at developing a COM object to act as a web server?
>Should the data be kept in native VFP tables?
>Should the web pages be designed in VFP and converted to HTML or is it easier to simply start with a good html editor like Frontpage or Coffee Cup?
>Is ASP pages the best way to go?
>
>Etc.
>
>Any advice or helpful suggestions will be appreciated.
>

I would suggest using ASP.NET for front end and VFP for database (since I guess your data is already in VFP). You can read data from VFP database using VFP Ole Db driver. In my applications I use combination of calling VFP Stored Procedures and ADO.

As far as designing web pages, I don't know if you can convert VFP to HTML but creating HTML pages is not that difficult. I code my HTML pages manually in the VS.NET. I try to use CSS and would suggest this approach. I am sure there are better ways of doing it (than by hand) (like Dreamweaver). I read somewhere that FrontPage maybe dropped from MSFT support so I would check it before using it.

HTH.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform