HighDots Forums  

terribly worried about CGI

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss terribly worried about CGI in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mikegodbey
 
Posts: n/a

Default terribly worried about CGI - 08-03-2004 , 01:09 PM






My nascent workgroup is using Dreamweaver MX 2004 to develop computer-based
training courses. These CBT courses will be 'served' from our local, resident
web server to a local CBT learning center of about 15 computers.

My coworkers and I are seriously trying to learn the necessary ASP technology.
In my studies, I've encountered several sources that state the necessity of
employing CGI scripts. However, when we test our ASP pages, it appears like
CGI scripts are not necessary. Presently, we've learned how to "pass data
between pages" and "record data into a database located on our web server." We
do these tasks without CGI scripts.

So, my question to all you professionals is, "Will we really need to learn
about and use CGI scripts in order to make our CBT learning center a success?"

Also, we will be administering a lot of web-based test. These will also be
created in Dreamweaver MX 2004. I anticipate using 'forms' to submit the
student data to the server.

Can someone please enlighten us?



Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: terribly worried about CGI - 08-03-2004 , 01:20 PM






Quote:
"Will we really need to learn
about and use CGI scripts in order to make our CBT learning center a
success?"

No.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"mikegodbey" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
My nascent workgroup is using Dreamweaver MX 2004 to develop
computer-based
training courses. These CBT courses will be 'served' from our local,
resident
web server to a local CBT learning center of about 15 computers.

My coworkers and I are seriously trying to learn the necessary ASP
technology.
In my studies, I've encountered several sources that state the necessity
of
employing CGI scripts. However, when we test our ASP pages, it appears
like
CGI scripts are not necessary. Presently, we've learned how to "pass data
between pages" and "record data into a database located on our web
server." We
do these tasks without CGI scripts.

So, my question to all you professionals is, "Will we really need to
learn
about and use CGI scripts in order to make our CBT learning center a
success?"

Also, we will be administering a lot of web-based test. These will also
be
created in Dreamweaver MX 2004. I anticipate using 'forms' to submit the
student data to the server.

Can someone please enlighten us?





Reply With Quote
  #3  
Old   
Michael Fesser
 
Posts: n/a

Default Re: terribly worried about CGI - 08-03-2004 , 03:28 PM



.oO(mikegodbey)

Quote:
My coworkers and I are seriously trying to learn the necessary ASP technology.
In my studies, I've encountered several sources that state the necessity of
employing CGI scripts. However, when we test our ASP pages, it appears like
CGI scripts are not necessary. Presently, we've learned how to "pass data
between pages" and "record data into a database located on our web server." We
do these tasks without CGI scripts.

So, my question to all you professionals is, "Will we really need to learn
about and use CGI scripts in order to make our CBT learning center a success?"
If ASP is working and fits your needs - nope.

In fact CGI is not a particular language, it's a mechanismn for client-
server communication in the web (CGI - Common Gateway Interface). CGI
programs can be scripts written in PHP, Perl, Python, etc. or even
compiled executables written in Pascal, C, Ada, whatever.

<http://en.wikipedia.org/wiki/Common_Gateway_Interface>

But as said above - if you have one server-side programming system like
ASP running, then in most cases you don't need another.

Quote:
Also, we will be administering a lot of web-based test. These will also be
created in Dreamweaver MX 2004. I anticipate using 'forms' to submit the
student data to the server.
Sure, no problem.

HTH
Micha


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.