Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Languages Misc > Re: What is bes...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 26 Topic 1059 of 1217
Post > Topic >>

Re: What is best term for data structure etc. for key-to-value lookups?

by rem642b@[EMAIL PROTECTED] (Robert Maas, see http://tinyurl.com/uh3t) Dec 5, 2007 at 09:19 AM

> From: "WALLYWORLD" <ran...@[EMAIL PROTECTED]
>
> CGI is just programming with some special types of input and a
> few strict rules on program output.  Everything in between is
> just programming.

I disagree. CGI forces a completely different kind of program
management from other kinds of programming (such as "main" program
calling subroutines, GUI event-driven, or distributed actors
exchanging messages). The application is dominated by the need to
process the form contents (and optionally cookies) to re-establish
the program state for picking up where it previously left off, and
then for somehow saving the program state after transmitting the
next user form before closing the process. Some applications can be
completed in a single CGI transaction, submit form and get results
and you're all done, no state needs to be saved after a
transaction. But that's only a special case, such as a Google
search. Consider instead multi-transaction applications such as
Web-based e-mail
 (log in, browse folders, view messages, compose and then send
  outgoing messages, move messages between folders, log out),
or computer-assisted instruction
 (log in, choose topic, see mini-tutorial and question, answer
  question, read discussion of your answer, move on to next
  question likewise, log out),
or online store
 (log in, browse merchandise categories, read merchandise
  descriptions, logically put instances of items in virtual
  shopping cart, present credit card or PayPal card at checkout),
etc. Imagine how different such a program would be organized for
CGI (or JSP etc.), compared to event-driven GUI on a single
machine, or "main" program calling a command loop. The "business
logic" might be the same in all three cases, but the overall
program organization would be grossly different.

> CGI changes the Web from just a simple collection of static
> hypermedia do***ents (html) into a whole new interactive medium,
> in which users can ask questions and run applications.

Nicely written, although the present tense of it would apply circa
1992 or thereabouts. Couldn't you have used past tense?

> Choose an HTML Editor

Who *needs* an HTMP editor? A regular text editor is good enough.

> When Should You Create a Database Driven Web Site?

Well, to a large degree it depends on whether a relational database
is even available where you are doing your CGI programming.
I don't know of any free Web hosting services that provide it.
(For example, 5gbfree provides MySQL, but only for PHP, not for CGI.)

> In a way, CGI is as easy as using simple recipes.

I think that statement is a bit misleading.


--
Nobody in their right mind likes spammers, nor their automated assistants.
To gain access to this site, you must demonstrate you're not one of them.
Please spend a few seconds to try to read the text-picture in this box:
/--------------------------------------------------------------\
|         /|,_ |  _   |-|_. _ . _ /`|_  . _|-,_    _           |
|        /-|||(| _\() |_|||_\ |_\ \,|||`|_\|_|||(|_\,          |
|                                                              |
|         /|,_ |    |_  |-  |       _   |   _    |~)           |
|        /-|||(| LL|||(||_ (|() LL|(/_ (||`(/_(|(||            |
|                                                              |
|         /|,_  |-|_ _       _       _|   _ _                  |
|        /-|||()|_||(/_|` \/(/_(||` (_|()_\(/_|`,              |
|                         /                                    |
|        ~|~      |_ _ ,_     _ ,|| |  _   | _    |            |
|         | () LL|||(/_|| LL|(/_ || |)(/_ (|(/_(|(|.           |
\-(Rendered by means of <http://www.schnoggo.com/figlet.html>)-/

Then enter your best guess of the text (80-100 chars) into this TextArea:
    +-----------------------------------------------------------------+
    |                                                                 |
    |                                                                 |
    +-----------------------------------------------------------------+
 




 26 Posts in Topic:
Re: What is best term for data structure etc. for key-to-value l
James Harris <james.ha  2007-10-22 12:11:24 
Re: What is best term for data structure etc. for key-to-value l
"WALLYWORLD" &l  2007-11-29 14:42:20 
Re: What is best term for data structure etc. for key-to-value l
rem642b@[EMAIL PROTECTED]  2007-12-05 09:19:02 
Re: What is best term for data structure etc. for key-to-value l
"WALLYWORLD" &l  2007-12-05 21:02:19 
Grand proposal for flower-shop automation (was: What is best ter
rem642b@[EMAIL PROTECTED]  2007-12-27 00:09:38 
Re: WWWally pt.2
"WALLYWORLD" &l  2007-12-05 21:20:27 
Re: WWWally pt.2
"WALLYWORLD" &l  2007-12-05 21:53:51 
Re: WWWally pt.2
"WALLYWORLD" &l  2007-12-05 22:37:26 
Re: WWWally pt.2
"WALLYWORLD" &l  2007-12-09 15:03:28 
Re: WWWally pt.2
"WALLYWORLD" &l  2007-12-09 22:11:13 
Re: WWWally pt.2
"WALLYWORLD" &l  2007-12-13 17:19:27 
Re: WWWally pt.2
rem642b@[EMAIL PROTECTED]  2007-12-27 07:56:19 
Re: WWWally pt.2
"WALLYWORLD" &l  2007-12-27 13:04:22 
Re: WWWally pt.2
"WALLYWORLD" &l  2007-12-27 14:05:48 
Re: WWWally pt.2
"WALLYWORLD" &l  2007-12-27 14:24:52 
Re: WWWally pt.2
"WALLYWORLD" &l  2007-12-27 15:52:13 
Re: WWWally pt.2
rem642b@[EMAIL PROTECTED]  2008-01-07 00:58:51 
Re: WWWally pt.2
rem642b@[EMAIL PROTECTED]  2008-01-07 00:56:13 
Re: WWWally pt.2
rem642b@[EMAIL PROTECTED]  2008-01-05 21:26:27 
Re: WWWally pt.2
"WALLYWORLD" &l  2008-01-06 16:01:37 
Re: WWWally pt.2
"WALLYWORLD" &l  2007-12-30 17:53:31 
Re: WWWally pt.2
Randy Howard <randyhow  2007-12-31 00:30:29 
Re: WWWally pt.2
"WALLYWORLD" &l  2008-01-04 14:51:15 
Re: WWWally pt.2
"WALLYWORLD" &l  2008-01-04 15:20:29 
Re: WWWally pt.2
rem642b@[EMAIL PROTECTED]  2008-01-07 14:33:09 
Re: WWWally pt.2
"WALLYWORLD" &l  2008-01-10 22:32:34 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 23:38:53 CDT 2008.