HighDots Forums  

Server question...

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss Server question... in the JavaScript discussion (multi-lingual) forum.



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

Default Server question... - 06-27-2006 , 12:38 AM






Hello,
I'm just new to this group and I'd appreciate some direction. I work in a
call centre and I have been assigned the task of doing a web based program
which will allow each agent to communicate to our scheduling department
whenever thier actual activity deviates from their schedule, such as going
on break late, attending a meeting etc.

While I'm certainly confident in my abilities to both learn and implement
what is necessary to complete the project I've never done anything web based
before, I've always worked with a user interface direct to the database as
in Access and VB. Learning another language is not an issue.

I can develop a web page to collect the data I need. I can set up a database
to process the data. What I don't understand is the connection between the
two. How does a web page get information to the database? Any tutorial that
I have found on line will go to great lengths to describe how to collect the
data, but I haven't found anything that will say how to get the data to the
database.

What is it that I am missing?

Any help is greatly appreciated.
Thanks,
Scott



Reply With Quote
  #2  
Old   
Eric
 
Posts: n/a

Default Re: Server question... - 07-02-2006 , 03:48 PM






Scott Hlad wrote:

Quote:
Hello,
I'm just new to this group and I'd appreciate some direction. I work in a
call centre and I have been assigned the task of doing a web based program
which will allow each agent to communicate to our scheduling department
whenever thier actual activity deviates from their schedule, such as going
on break late, attending a meeting etc.

While I'm certainly confident in my abilities to both learn and implement
what is necessary to complete the project I've never done anything web
based before, I've always worked with a user interface direct to the
database as in Access and VB. Learning another language is not an issue.

I can develop a web page to collect the data I need. I can set up a
database to process the data. What I don't understand is the connection
between the two. How does a web page get information to the database? Any
tutorial that I have found on line will go to great lengths to describe
how to collect the data, but I haven't found anything that will say how to
get the data to the database.

What is it that I am missing?

Any help is greatly appreciated.
Thanks,
Scott
You could use cgi to take the form data and read/write info to the database.
Your cgi can be written in most any language: C, bash, perl(yuk), VB
whatever. That should make your development task much easier. You can use
javascript to validate the form before its submitted to the cgi.
Eric



Reply With Quote
  #3  
Old   
Scott Hlad
 
Posts: n/a

Default Re: Server question... - 07-05-2006 , 11:41 PM



Hi Eric,
Thanks for your reply. The thing I don't seem to understand is how to get
the information from the actual form directly into the database. Is there a
call from the webpage to another program etc that will transfer the data
perhaps in the submit button?
Thanks
Scotto
"Eric" <NoOne (AT) invalid (DOT) com> wrote


Quote:
You could use cgi to take the form data and read/write info to the
database.
Your cgi can be written in most any language: C, bash, perl(yuk), VB
whatever. That should make your development task much easier. You can use
javascript to validate the form before its submitted to the cgi.
Eric




Reply With Quote
  #4  
Old   
Steven R.
 
Posts: n/a

Default Re: Server question... - 07-15-2006 , 03:07 PM



Scott Hlad wrote:
Quote:
Hi Eric,
Thanks for your reply. The thing I don't seem to understand is how to get
the information from the actual form directly into the database. Is there a
call from the webpage to another program etc that will transfer the data
perhaps in the submit button?
Thanks
Scotto
"Eric" <NoOne (AT) invalid (DOT) com> wrote in message
news:h8CdnbIw5fFmvzXZnZ2dnUVZ_rSdnZ2d (AT) comcast (DOT) com...

You could use cgi to take the form data and read/write info to the
database.
Your cgi can be written in most any language: C, bash, perl(yuk), VB
whatever. That should make your development task much easier. You can use
javascript to validate the form before its submitted to the cgi.
Eric




Have you considered writing this app. in Ruby and the Rails framework?
For many web apps requiring database connectivity, Ruby/Rails works
great and is easy to learn - which I gather is a criteria.

To see what is possible, check out 37signals.com (no affiliation with me).

Googling 'Ruby on Rails' will get you good references, and the book
'Ruby for Rails' by David Black is a great way to get started - it both
explains 'how' and 'why' Ruby and Rails works the way they do. And all
your Javascript experience will come in handy as you flech out the
application...

Good luck!


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 - 2008, Jelsoft Enterprises Ltd.