server-side-scripting Questions
4
I am a newbie so I saw some tutorials.
I have a python script as first.py
#!/usr/bin/python3
print "Content-type: text/html\n"
print "Hello, world!"
I have multiple versions of python on my compu...
Pastose asked 2/7, 2017 at 13:6
3
I'm trying to implement server side processing with data from sqlite on my Flask app. I am a newbie, so I can't figure out what's wrong. So far I have come to this:
HTML:
<table id="myTable" c...
Subjacent asked 25/2, 2017 at 22:1
1
Solved
We intend to use Apache server for web development.
For serverside scripting we wish to use server side javascript.
What is needed to make serverside javascript work on Apache server?
Is SSJS rec...
Azal asked 30/12, 2015 at 12:13
7
What scripting languages comes under client side and what and all comes under server side?
If JavaScript is scripting language, then what about jquery. jquery is nothing but javascript library rit...
Coachman asked 7/3, 2013 at 11:59
3
Solved
I am using javax.scripting to add support for running arbitrary user-uploaded JavaScripts on the server-side. Obviously I want to secure those scripts!
Rhino, on it's own, has a framework for secu...
Protozoal asked 28/8, 2009 at 13:49
8
Solved
TL;DR
What framework can I use to keep 100% application logic on the server while providing the interactivity of RIA?
Explanation
Back in the 90's, one could build 100% server-side application w...
Larsen asked 21/12, 2014 at 15:15
5
Solved
I'm looking to replace PHP with something better (everybody seems to say that PHP is evil, right ?), and considering server-side JavaScript.
node.js seems very popular, but I'm afraid I'll go craz...
Diagenesis asked 14/7, 2012 at 21:36
6
Solved
For once, I have come across a lot of stuff about the use of C++ being not advisable for SSS and recommending the use of so called interpreted languages like PERL and PHP for the same. But I need t...
Caribou asked 18/4, 2011 at 17:58
4
Solved
I need a server-side script (PHP, Python) to capture a webpage to a PNG, JPG, Tiff, GIF image and resize them to a thumbnail.
What is the best way to accomplish this?
See also:
Web Page Screensho...
Leede asked 3/4, 2009 at 13:35
1
© 2022 - 2024 — McMap. All rights reserved.