0
votes
1answer
162 views
jQuery ServerSide Validation
How to do Server side validation using jQuery?
Gnaniyar Zubair
1
vote
2answers
25 views
How to manage multiple client sessions within server application?
Hello folks,
I'm writing web chat application, similar to GTalk. It based on Orbited + Sinatra for client side, and Ruby for server side. I've already implemented all the protocol …
1
vote
3answers
88 views
How can a Perl CGI script communicate with a daemon on the webserver?
I am building a Web interface to monitor an embedded system.
I have built a Perl script which runs remote commands and gathers output from that system.
Now what I need is a Web int …
69
votes
59answers
8k views
What PHP framework would you choose for a new application and why?
Over the course of your web development experience, what PHP framework(s) have you worked with? What strengths and weaknesses have you observed in those frameworks? Considering the …
0
votes
3answers
24 views
A design suggestion for changing php or general server side code through a web console
Ok so this is my situation...a web application in PHP uses a "config" file for various parameters. This config file is nothing but a php file, say config.php with a global array of …
5
votes
4answers
1k views
Using Excel OleDb to get sheet names IN SHEET ORDER
I'm using OleDb to read from an excel workbook with many sheets.
I need to read the sheet names, but I need them in the order they are defined in the spreadsheet; so If I have a …
0
votes
4answers
63 views
include/echo output of PHP
I got two projects running, both written in PHP. Now I want to merge these two projects. The first project is a CMS and on a specific page i will display the contents of the other …
4
votes
11answers
409 views
Save the document generated by javascript.
Javascript can manipulate the document the browser is displaying, so the following:
<script>
document.write("<table><tr><td>Hola</td><td>A …
3
votes
3answers
107 views
Why not run a server side app with daylight saving time enabled?
I've implemented a server side application that records timestamps when records are created and updated. The app assumes that the server clock does not have daylight saving time en …
1
vote
6answers
127 views
Anything wrong with using PHP as a server side language?
Is it wrong to use PHP as a server side language? For functions such as mail notifications / fraud checks (look for data, flag, then email type approach) / db cleanup / upload fold …
2
votes
1answer
61 views
Which asp.net validation control should I use?
Hello all,
I have two textboxes, each contain a time (textboxA / textboxB). I need to be able to validate that textboxA is before textboxB.
For exmaple:
textboxA = 10:30 / te …
1
vote
3answers
73 views
what programming language
Hi there,
When some webpages are not displaying the extensions of server side files which generate that content, how can you know (as a visitor) in what language was that site bui …
0
votes
8answers
143 views
secure server side language
Looking around the horizon of the web server side, I see that scripted languages like PHP are quite popular,
probably due to the speed of development and ease of programming.
How …
1
vote
7answers
783 views
API for server-side 3D rendering
I'm working on an application that needs to quickly render simple 3D scenes on the server, and then return them as a JPEG via HTTP. Basically, I want to be able to simply include a …
7
votes
13answers
762 views
When and how do you use server side JavaScript?
Occasionally I search for some JavaScript help and I come upon the term "Server-side JavaScript". When would you use JavaScript server-side? And how?
My experiences of JavaScript …
