Click to See Complete Forum and Search --> : Building Wizard application


onmcv
01-13-2006, 12:44 PM
i want to create a wizard that helps clients to create web pages and allow them to upload these pages to a server ... which tools , programming/scripting languages should i use?

thewebman
01-13-2006, 03:19 PM
why not make your program in php? that way, clients can access their editing tools from any computer as long as they have the log in info.

JPnyc
01-13-2006, 03:26 PM
Which ones do ya know?

ray326
01-13-2006, 04:31 PM
Uh, that's called a content management system.

http://opensourcecms.com

bpeh
01-13-2006, 04:48 PM
There there are many laguages out there and you can use anyone. ASP, PHP, JSP, CFM..etc

onmcv
01-13-2006, 05:20 PM
can i use Visual C++ within the site ... i mean a client can open my site and use a link that opens C++ built wizard and create his pages and add them to the site.....thanx in advence

ray326
01-14-2006, 12:34 AM
You can't project a Windows GUI to the client, no. You can build CGI and in-server procs with C++ but that's a lot of work the CMS guys have already done for you.