The term "server-side" refers to that portion of a web application which runs at the web server. The counterpart of "server-side" is "client-side", i.e., the part of a web application running in the user's browser.
0
votes
2answers
18 views
Does it matter if computations performed by a web app occur in javascript?
I'm building a To Do List web app that walks someone through a specific time management technique. I built this app entirely with JavaScript and jQuery since I do not yet know a server language. Am I ...
1
vote
0answers
28 views
Killing child thread in Perl cause death of the parent thread
Recently I'm doing a project on Network connections. I'm making the server side program on Perl which handle the request from client, processing, request data from other server. For the multiuser ...
1
vote
2answers
39 views
HTML / JQuery -> Python
I'm new to using Python in a web development environment (I've previously just used it to write scripts I run on the command line). I'm hoping to send some input parameter from an HTML page via AJAX, ...
0
votes
0answers
11 views
facebook oauth server-side in opera, explorer
I'm using server side script for facebook authorization, it works perfect in Chrome and Mozilla, but in Opera and IE I got error.
My steps here below:
1. I open in popup ...
0
votes
0answers
8 views
WYSIWIG Printing on the Client and Server: Can Chrome V8 be used to print PDFs server side?
At my firm we're developing a browser based reporting tool - simple grids of numbers, some charts etc... but with an onus on the user controlling the look and feel. There's an ability to drag and ...
-4
votes
0answers
33 views
Online Website Builder That Enables Server Side Languages (PHP etc.)? [closed]
I LOVE online web builders because they're fast and easy to build beautiful sites and easy to edit the sites. Weebly is my favorite. As a coding novice, these tools are great.
However, most do not ...
0
votes
1answer
14 views
Doing a pattern match MySQL-side before data is inserted into a table?
I'm new to MySQL, and am wondering: Is it possible to make a table check attempted inserts against some sort of pattern match, and reject any inserts that fail to match the pattern, or must this ...
0
votes
0answers
12 views
Backend of a Titanium Alloy application?
Goodmorning all,
I'm a new coder building a small application w/ Titanium Alloy and I'm confused about the server vs client side code.
If Alloy uses the Model-View-Controller framework, are the ...
1
vote
1answer
19 views
Restrict access to specific EC2 ports?
I'd like to restrict certain ports on my EC2 instance to require a login to access what's currently on the port (a rails app I'm building). Is there any way to do this?
-2
votes
0answers
27 views
how to concatenate several wave files with PHP? [closed]
Oh Hi there :) I'm trying to join several wave files with PHP
I found a lot of examples with SoX and FFMPEG, maybe I will have to deal with those tools, but I also found this script. It's returning ...
0
votes
0answers
20 views
How do BAAS solutions both allow custom code and keep things secure?
Baas, backend-as-a-service, solutions like Parse.com and StackMob allow application developers to add and use custom code to run server-side business logic. I'm interested in learning how you could ...
0
votes
1answer
18 views
Javascript Timer To UTC Depends on Computer Time?
So this script (credit to http://www.rmkwebdesign.com/Countdown_Timers/Repeating_Daily_Timer.html), is basically a Javascript daily countdown. I changed the getDate variables to getUTCDate, but it ...
3
votes
2answers
53 views
Is it possible to do website scripting in C# without using ASP.NET?
I apologize if my question has been asked already, but I was unable to format my search in a way that lead to relavent results.
Is it possible to do website scripting in C# without using ASP.NET?
I ...
0
votes
1answer
14 views
Server alarm bell
I would to implement a simple functionality on my server:
I would to know when a my process that it is running on the server is active or no.
If this process is not running I would to send an e-mail ...
1
vote
3answers
40 views
using java function on jsp causes an error
i'm doing a school project and i could use some help with this code:
i'm trying to invoke this method on a java page:
import java.io.UnsupportedEncodingException;
import java.util.Properties;
...