Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| From | "Mel Smith" <med_cutout_syntel@aol.com> |
|---|---|
| Newsgroups | comp.lang.c |
| Subject | Re: Web programming in C lang with TCC |
| Date | 2011-06-17 09:37 -0600 |
| Message-ID | <961amlFf80U1@mid.individual.net> (permalink) |
| References | (1 earlier) <itck3i$l2f$1@dont-email.me> <14c6bc1d-b543-4d44-949f-fc57b37590b9@18g2000prd.googlegroups.com> <lnr56t3giz.fsf@nuthaus.mib.org> <cb56bab3-d7f8-4cbc-88e0-0dd77ed3be83@y7g2000prk.googlegroups.com> <2ec93dca-2981-4928-b1ba-874a68b7d919@h30g2000prf.googlegroups.com> |
Love ... said
> No more weird languages like Perl, Pythod, Ruby, PHP, ..blah..
Hi Love...
As I've noted before on this group before I was "boo'ed away", I use
the (x)Harbour language -- (a high level version of C which compiles into C,
etc) to run (as CGI executables) all three of my web sites from my own
Apache Server.
My advantage is that the Harbour language has its own built-in xBase
database power (or SQL, or ...) with all the familiarity and functions of C
including superb and easy string-handling functions and much, much more
(even inline C-Code, bit-twiddling, etc, etc if you wish).
You may wish (or not) to visit the sites below, and note that *all* the
power presented by each of these sites is handled solely by a CGI executable
made from C. Most of the pages shown are built 'live' by the C-based CGI,
and then passed to Apache for transmission to the client browser. All of
the pages (or templates) are read in :
cForm := memoread("c:\mysite\forms\somepageor template") //
Read in the actual page (or a template)
cForm := filloutpage(cForm) // call some function to fill out
fields in the page (if needed)
SEND cForm // send the page to Apache (where send is a
pre-definition for outstd(...)
Return nil // quit this thread (of perhaps 100s
of them)
-Mel Smith
webmaster
www.whosaway.com
www.mesaeastpark.com
www.frostdelay.com
Back to comp.lang.c | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-16 02:31 -0700
Re: Web programming in C lang with TCC Mark Bluemel <mark_bluemel@pobox.com> - 2011-06-16 10:54 +0100
Re: Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-16 03:09 -0700
Re: Web programming in C lang with TCC Angel <angel+news@spamcop.net> - 2011-06-16 15:15 +0000
Re: Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-16 10:35 -0700
Re: Web programming in C lang with TCC Sherm Pendley <sherm.pendley@gmail.com> - 2011-06-16 18:44 -0400
Re: Web programming in C lang with TCC William Ahern <william@wilbur.25thandClement.com> - 2011-06-27 23:05 -0700
Re: Web programming in C lang with TCC Keith Thompson <kst-u@mib.org> - 2011-06-16 09:08 -0700
Re: Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-16 10:31 -0700
Re: Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-16 10:46 -0700
Re: Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-16 10:53 -0700
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-17 01:40 +0000
Re: Web programming in C lang with TCC "Mel Smith" <med_cutout_syntel@aol.com> - 2011-06-17 09:37 -0600
Re: Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-17 10:15 -0700
Re: Web programming in C lang with TCC Keith Thompson <kst-u@mib.org> - 2011-06-17 10:50 -0700
Re: Web programming in C lang with TCC "Mel Smith" <med_cutout_syntel@aol.com> - 2011-06-17 12:26 -0600
Re: Web programming in C lang with TCC Joe Wright <joewwright@comcast.net> - 2011-06-17 14:38 -0400
Re: Web programming in C lang with TCC "Mel Smith" <med_cutout_syntel@aol.com> - 2011-06-17 14:56 -0600
Re: Web programming in C lang with TCC Joe Wright <joewwright@comcast.net> - 2011-06-17 17:35 -0400
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-17 23:44 +0000
Re: Web programming in C lang with TCC Keith Thompson <kst-u@mib.org> - 2011-06-17 13:56 -0700
Re: Web programming in C lang with TCC "Mel Smith" <med_cutout_syntel@aol.com> - 2011-06-17 15:22 -0600
Re: Web programming in C lang with TCC "James" <no@spam.invalid> - 2011-06-17 14:52 -0700
Re: Web programming in C lang with TCC BGB <cr88192@hotmail.com> - 2011-06-17 21:54 -0700
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-17 23:44 +0000
Re: Web programming in C lang with TCC Oliver Jackson <chexmofo@hotmail.com> - 2011-06-17 15:37 -0700
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-17 23:44 +0000
Re: Web programming in C lang with TCC Dr Nick <3-nospam@temporary-address.org.uk> - 2011-06-17 19:25 +0100
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-17 22:16 +0000
Re: Web programming in C lang with TCC Keith Thompson <kst-u@mib.org> - 2011-06-17 16:29 -0700
Re: Web programming in C lang with TCC Keith Thompson <kst-u@mib.org> - 2011-06-16 12:54 -0700
Re: Web programming in C lang with TCC Malcolm McLean <malcolm.mclean5@btinternet.com> - 2011-06-17 01:50 -0700
Re: Web programming in C lang with TCC Ian Collins <ian-news@hotmail.com> - 2011-06-17 22:28 +1200
Re: Web programming in C lang with TCC Sherm Pendley <sherm.pendley@gmail.com> - 2011-06-16 18:49 -0400
Re: Web programming in C lang with TCC Malcolm McLean <malcolm.mclean5@btinternet.com> - 2011-06-17 01:55 -0700
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-17 01:40 +0000
Re: Web programming in C lang with TCC BGB <cr88192@hotmail.com> - 2011-06-17 22:11 -0700
Re: Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-17 22:45 -0700
Re: Web programming in C lang with TCC BGB <cr88192@hotmail.com> - 2011-06-18 01:10 -0700
Re: Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-17 11:33 -0700
Re: Web programming in C lang with TCC Angel <angel+news@spamcop.net> - 2011-06-17 20:03 +0000
Re: Web programming in C lang with TCC "James" <no@spam.invalid> - 2011-06-17 15:00 -0700
Re: Web programming in C lang with TCC Keith Thompson <kst-u@mib.org> - 2011-06-17 16:03 -0700
Re: Web programming in C lang with TCC BGB <cr88192@hotmail.com> - 2011-06-17 22:24 -0700
Re: Web programming in C lang with TCC Keith Thompson <kst-u@mib.org> - 2011-06-17 13:53 -0700
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-17 23:44 +0000
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-17 23:44 +0000
Re: Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-17 19:42 -0700
Re: Web programming in C lang with TCC Keith Thompson <kst-u@mib.org> - 2011-06-17 21:57 -0700
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-20 18:31 +0000
Re: Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-20 22:36 -0700
Re: Web programming in C lang with TCC "io_x" <a@b.c.invalid> - 2011-06-21 10:12 +0200
Re: Web programming in C lang with TCC James Kuyper <jameskuyper@verizon.net> - 2011-06-21 06:21 -0400
Re: Web programming in C lang with TCC lovecreatesbeauty <lovecreatesbeauty@gmail.com> - 2011-06-21 03:36 -0700
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-21 23:56 +0000
Re: Web programming in C lang with TCC Malcolm McLean <malcolm.mclean5@btinternet.com> - 2011-06-24 04:43 -0700
Re: Web programming in C lang with TCC James Kuyper <jameskuyper@verizon.net> - 2011-06-24 08:18 -0400
Re: Web programming in C lang with TCC Malcolm McLean <malcolm.mclean5@btinternet.com> - 2011-06-25 04:07 -0700
Re: Web programming in C lang with TCC James Kuyper <jameskuyper@verizon.net> - 2011-06-25 07:43 -0400
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-27 02:17 +0000
Re: Web programming in C lang with TCC blmblm@myrealbox.com <blmblm.myrealbox@gmail.com> - 2011-06-27 21:39 +0000
Re: Web programming in C lang with TCC Keith Thompson <kst-u@mib.org> - 2011-06-24 08:01 -0700
Re: Web programming in C lang with TCC Ben Bacarisse <ben.usenet@bsb.me.uk> - 2011-06-24 17:06 +0100
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-24 19:39 +0000
Re: Web programming in C lang with TCC Malcolm McLean <malcolm.mclean5@btinternet.com> - 2011-06-18 04:24 -0700
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-20 18:31 +0000
Re: Web programming in C lang with TCC Malcolm McLean <malcolm.mclean5@btinternet.com> - 2011-06-21 00:32 -0700
Re: Web programming in C lang with TCC "James" <no@spam.invalid> - 2011-06-21 00:35 -0700
Re: Web programming in C lang with TCC Angel <angel+news@spamcop.net> - 2011-06-21 08:17 +0000
Re: Web programming in C lang with TCC James Kuyper <jameskuyper@verizon.net> - 2011-06-21 06:25 -0400
Re: Web programming in C lang with TCC Malcolm McLean <malcolm.mclean5@btinternet.com> - 2011-06-21 07:08 -0700
Re: Web programming in C lang with TCC James Kuyper <jameskuyper@verizon.net> - 2011-06-22 06:06 -0400
Re: Web programming in C lang with TCC Michael Press <rubrum@pacbell.net> - 2011-06-23 20:36 -0700
Re: Web programming in C lang with TCC James Kuyper <jameskuyper@verizon.net> - 2011-06-24 06:07 -0400
Re: Web programming in C lang with TCC Shao Miller <sha0.miller@gmail.com> - 2011-06-24 05:41 -0500
Re: Web programming in C lang with TCC Michael Press <rubrum@pacbell.net> - 2011-06-24 12:05 -0700
Re: Web programming in C lang with TCC "io_x" <a@b.c.invalid> - 2011-06-16 16:56 +0200
Re: Web programming in C lang with TCC "io_x" <a@b.c.invalid> - 2011-06-16 19:54 +0200
Re: Web programming in C lang with TCC Dr Nick <3-nospam@temporary-address.org.uk> - 2011-06-16 20:03 +0100
Re: Web programming in C lang with TCC Tom St Denis <tom@iahu.ca> - 2011-06-16 13:22 -0700
Re: Web programming in C lang with TCC Dr Nick <3-nospam@temporary-address.org.uk> - 2011-06-17 01:00 +0100
Re: Web programming in C lang with TCC Keith Thompson <kst-u@mib.org> - 2011-06-16 18:34 -0700
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-17 01:40 +0000
Re: Web programming in C lang with TCC Shao Miller <sha0.miller@gmail.com> - 2011-06-16 22:26 -0500
Re: Web programming in C lang with TCC Ben Bacarisse <ben.usenet@bsb.me.uk> - 2011-06-17 03:27 +0100
Re: Web programming in C lang with TCC Seebs <usenet-nospam@seebs.net> - 2011-06-17 22:16 +0000
Re: Web programming in C lang with TCC Keith Thompson <kst-u@mib.org> - 2011-06-17 16:31 -0700
csiph-web