|
Has anyone written any libraries for elisp to do CGI programming? I threw together a quick first script. However, I'm only a long-time emacs user and I've never really programmed it. When I saw that I could write scripts (--script) in emacs instead of...
Started by melling on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It'd likely be easier than/html; charset=utf-8\n\n") (princ (xmlgen '(html (body (h1 :style "text-align: center" "Elisp CGI Programming") (table :style "border....
I've not written any CGI scripts, but have used xmlgen to generate xml.
|
|
I'm looking at doing some work (for fun) in a compiled language to run some simple tests and benchmarks against php.
Basically I'd like to see what other people use for C++ CGI programming. (Including backend database, like mysql++ or something else)
Started by Issac Kelly on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
That said, if you do want to go with CGI, I'd suggest using the venerable.
Instead you'll probably have module instead of a CGI.
For generic server CGI programming (happy to be proven wrong of course).
|
|
I need to write a browser interface for an application running embedded on a single board computer ( Gumstix Verdex for anyone who's interested), so I won't be able to use any web frameworks due to space and processor constraints (and availability for...
Started by Bill the Lizard on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
That way you can also sidestep messy CGI programming and write a wsgi you're done ....
Once , it is a pure python package).
Ppt/sd99east/sld038.htm
One of the biggest resources for CGI programming is the CGI homepage .
|
Ask your Facebook Friends
|
Hi all,
A friend of mine and I are developing a web server for system administration in perl, similar to webmin. We have a setup a linux box with the current version of the server working, along with other open source web products like webmail, calendar...
Started by Spasski on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In your case, it sounds like you....
If you read the first chapter, you might get a good idea on how to set things up .
Version Control with Subversion covers many fundamental version control concepts in addition to being the authority on Subversion itself .
|
|
Ive seen a folder called cgi-bin quite long while using apache.
How do scripts help me?
how can i use them?
I've used php and ajax only for web development!
Started by dineshbabu on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
To be honest, if you're acquainted with PHP already then you've likely little... .
cgi-bin stands for CGI binary.
Edit: As asked on CGI.
On Perl The book " CGI Programming with Perl " has an excellent intro about CGI.
|
|
Hi
I want to develop my next web project in C++ as FastCGI but I don't know how to start and google wasn't very friendly about this. I really don't know much about fastCGI or others libraries that makes cgi persistent... Tried to read some stuff, but ...
Started by Jonathan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You may also try Wt for "GUI-over-Web" development....
There are few tools to work with C++ for web, especially for MS .
About programming.
You might want to look at a library like cgic , FastCGI , or Wt instead of writing the CGI code environment.
|
|
I'm pretty well up to speed on general web programming languages, but one of the tools I'm working with right now is in CGI. All I can tell is that CGI scripts are quite slow.
Is CGI still commonly used today? If not, what has it been replaced by?
Are...
Started by ImSleeping on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
CGI has been replaced by a vast variety of web programming technologies....
I also plan to use AJAX to replace a CGI programASP, PHP, ASP.Net, Ruby on Rails are the big hitters these days.
Of a Python fan and plan to look into WSGI soon .
|
|
Because CGI is a "common interface". CGI applications can be written in any language that can be executed on Web servers, either compiled or interpreted. These languages may include PERL, C/C++, Shell Scripts, Visual Basic, FORTRAN, etc. Which language...
Answer Snippets (Read the full thread at webmasters-forums):
One reason is that Visual Basic has the largest number of users among all Visual Basic will play an... .
Visual Basic is also very popular in Windows CGI programming.
Is still one of the most popular CGI programming languages.
|
|
CGI is a Comman Gateway Interface. As the name says, it is a "common" gateway interface for everything. It is so trivial and naive from the name. I feel that I understood this and I felt this every time I encountered this word. But frankly, I didn't. ...
Started by claws on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
I never saw ....
Can run ANY executable code from the web, given that both the webserver and the program know how CGI is another great example CGI Programming with Perl Why not "CGI Programming with PHP/JSP/ASP".
|
|
I am creating a website and done with some HTML stuff, but I am thinking to create site using CGI and Perl scripting. I don't have much idea on CGI scripting. Can anyone please suggest me how to create a CGI script and how to create web pages with that...
Started by Octopus on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Later you can try framework like CGICGI is a standard to interface ... .
This link Programming" is also a good reading, but with less information.
Say a Perl script, a compiled program), I think you better study Perl to code some CGI.
|