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.
1
vote
2answers
36 views
Can the server use a file from a client without uploading it to the server? ASP.NET
I was wondering, at the moment, the client uploads a file to a directory on the server where the server can then use the file (csv file) to update a SQL database.
Is that the only way the server can ...
3
votes
1answer
22 views
site rendering differently on different hosts
I have spent the last few hours trying to figure this out but still no luck...I think I have narrowed it down as something to do with a file permission issue on my host but maybe someone on here would ...
0
votes
1answer
11 views
DataTables editable cant figure out how to delete/update rows
I am trying to implement dataTables plugin in server-side mode to render a table on my webpage. I am coding ASP.NET with c# and MVC.
I want to edit (delete/update/add) data to the table and write ...
0
votes
1answer
19 views
PHP- Referencing and appending to a txt log file in separate directory
As we all do, i'm venturing into another programming venture. I'm hand building a web site using xhtml standard 1.0, CSS, Javascript, and PHP. Nothing special here, but I am coming across a very ...
1
vote
2answers
14 views
Using Methods in Serverside ControlIDs
i got the following code on my ASP-Site
<asp:Repeater runat="server" ID="repFoo">
<ItemTemplate>
<asp:Button runat="server" ID="btnfoo" ...
0
votes
1answer
18 views
Advantages of client-side web applications
What are the advantages (if any) of a completely client-side web application, which uses for example Javascript and a backend in form of RESTful web services, over a traditional server-side ...
2
votes
1answer
65 views
MeteorJS: Generating emails from templates server-side
I need to send emails from MeteorJS application and I want to generate them using html templates, not by "html-in-js" stuff.
What I've tried to do:
1) Use Template.emailTemplate(data), but Template is ...
0
votes
1answer
29 views
Updating a Server Side Text File via Android
I'm building an app that needs to periodically append lines to a server side text file. So far, the best way I've come up with for doing this is using the Dropbox API, where the user has to download ...
-2
votes
1answer
17 views
Creating and running web application: which steps should I take? [closed]
I know this might sound like a noob question, but so far I've only developed client side application, and now I would like to do something more. I would like to create a web application similar to ...
-1
votes
2answers
32 views
Protecting data on rented servers [closed]
How can I protect my data stored in a database on a rented server(dedicated, shared, cloud). Anyone who works for the host company can clone a disk from my computer and steal my data.
If I encrypt ...
0
votes
1answer
34 views
DataTables (CRUD) - Server Side Adding New Record
I'm trying to use the DataTables (CRUD) plugin that can be found on DataTables Data Manager (CRUD) Add-on
So far everything is working fine except when I try to add a new record.
I've followed the ...
0
votes
2answers
27 views
PHP - Write text file content in another text file
I want to check if the content of a text file is the same as another, and if it isn't, write one into the other. My code is as follows:
<?php $file = "http://example.com/Song.txt";
$f = ...
1
vote
1answer
26 views
client-MVC vs server-MVC
I am looking to get some input from other users on the benefits of server-side MVC. With the power of many javascript libraries. What good purpose does server-side MVC server anymore?
You can ...
0
votes
0answers
14 views
facebook post on fan page issues
since a couple of day i cannot post on facebook pages anymore.
Here is the code :
`my $url='https://graph.facebook.com/'.$this->{'page_id'}.'/feed';
my $ua = LWP::UserAgent->new;
my $request ...
0
votes
1answer
61 views
PHP Google+ Plaform server side user verification and get access token
I'm using the Google+ Platform on my android app with PlusClient and all that good stuff.
When the user signs in he can interact with my PHP server to get some content, but on every request i want to ...
1
vote
0answers
29 views
Clash between tinyMCE popup and DataTables with server side processing
I need to have table (with thousands of rows) inside tinyMCE popup, so that user can filter / select a row and insert it into editor window. So I have DataTables, with server side processing and ...
0
votes
2answers
34 views
Having more efficient code to return errors
I have created a main class where all my main member activation deactivation functions are and all the other things related to them are also done
this main class(along with some main functions) is ...
0
votes
0answers
35 views
datatables server side response nesting
Simple issue regarding usage of datatables (http://www.datatables.net) and server side data retrieval.
Datatables expects a special format from the server, to be in the root of the response:
{
...
-2
votes
1answer
39 views
How could a cms application split content over multiple pages? [closed]
I have an idea for a website that involves content being split over multiple pages. Similar to this:
http://tympanus.net/Development/3DBookShowcase/
However, I have no idea how I could work out how ...
0
votes
0answers
11 views
How to use server side queries with mysql
Is it possible / how to set up parameterised queries on a mySQL (5.0) database and supply parameter values via the client side?
For (as a simple) example:
I want to set the following up on the ...
0
votes
0answers
41 views
Socket.io - Not Firing the Disconnect on Server-Side
What I basically need is that I want to fire the disconnect function
when someone exits the room, so that I can broadcast that N has left
the room. But sadly, it doesn't fire. What am I doing wrong ...
0
votes
0answers
15 views
How to make a “converge point” of different connections?
I'm writing a server which accept many different connections and communicate with them. Python StreamServer provides a handle callback function to handle different connections(surly they are in ...
0
votes
2answers
117 views
How to Create an anti-request forgery state token In google+ server side sign-up
<?php
require_once '/google-api-php-client/src/Google_Client.php';
require_once '/google-api-php-client/src/contrib/Google_PlusService.php';
session_start();
// Create a ...
1
vote
0answers
88 views
Python googlemaps, GoogleMapsError: Error 610: G_GEO_BAD_KEY
I've got a problem with Python googlemaps. I've already generated api-key for server app in API Console, but I'm still getting error 610 when I'm running this part of code:
from googlemaps import ...
0
votes
0answers
15 views
Server-side technology for windows environment
I'm in a process of learning to develop web applications. I have covered the client-side with HTML, CSS, JS (Jquery) and Bootstrap for speeding things up. Now, I have to decide which server-side ...
0
votes
2answers
53 views
Can I use javascript to build a simple order form?
I need to make a really simple order form
http://codeandjoke.com/dev/quizzyrascal/create-your-quiz.html
There are just 4 inputs. A value is passed to a pay now button which takes you to paypal.
...
0
votes
0answers
103 views
Facebook server-side login authentication issues 27th of april 2013
Im trying to make a facebook login connection, så that it will be easier for my future user to sign up to my web site. But I keep getting:
echo("The state does not match. You may be a victim ...
0
votes
1answer
48 views
How to use regex to reject metacharacters
I have been trying to reject these metacharacters ^ $ \ / ( ) | ? + * [ ] { } >< from all of my textboxes in a form.
This is what I have and it does not reject the characters. It rejects anything ...
0
votes
1answer
43 views
Server side validation in VB
I am trying to do a server side validation that blocks "^$/()|?+[]{}><" metacharacters
Anyone give me some insight on why this .
I am new to this :/ (TextBox3 is a asp textboxe that takes input)
...
0
votes
0answers
8 views
Client Server Comunnicating Adobe
I want my client and server to communicate to each other via the NetConnection.call method in Adobe Media server. I have a fla file for my client-side and a main.asc file for server-side. They doesn't ...
2
votes
2answers
317 views
AngularJS - server-side rendering
As you may know, AirBnb opensourced Rendr (http://nerds.airbnb.com/weve-open-sourced-rendr) which should enable server-side rendering of Backbone apps. This is cool, because one can run the first ...
0
votes
0answers
50 views
How does a program run server-side? [closed]
I am new to programming and am only a php beginner, but this particular question has always roused me, now i finally mustered the courage to ask.
How does a program end up running server side? I mean ...
-4
votes
1answer
25 views
Developing a website and mobile apps with lots of data and interaction [closed]
I actually am a beginner in web site development, and I have some many questions I want to ask of how to approach a project which I believe is complex.
The project consists of building a database ...
0
votes
1answer
33 views
Imitate opening a page in a browser so that ajax can run on a server when scheduled as a cron job
I have scheduled a cron job that runs and its supposed to execute some ajax call but it does not. The page it renders is similar to the one below. i cant execute each script one by one and wait for ...
0
votes
1answer
21 views
client server timer , that displayed in client side (js) and can't be cheated
i have client side game in js that have stage which count down the time in minutes
now i save few steps of the game in server side also .
but i know that sometimes that browser is slow and less ...
0
votes
4answers
79 views
CKEDITOR - identify the selected html
I have discovered some usefull attributes of CKEDITOR selection object (get via editor.getSelection()):
e.getSelection().getRanges()[0].startOffset
e.getSelection().getRanges()[0].endOffset
This ...
1
vote
1answer
89 views
Bootstrap carousel image resize server side
I need a solution that enables responsive design image resizes also the images from the server!
So for example when the user sits on a mobile, it can take quite some time to upload an original image ...
0
votes
1answer
80 views
PHP - Creating a download link in HTML to all the list items fetched from a local folder
Lets say I have following script in PHP to create list of all the files from directory path /Users/abc/bde/fgh. Now I want to make them downloadable links for the same files, how can I achieve that?
...
0
votes
3answers
85 views
change class of li from server side in custom control
Hi i have created a server control which consists of <UL> and its <LI>
I just wanted to reuse my menu in all six pages
below is controls code
Asp Code
<%@ Control Language="C#" ...
0
votes
1answer
87 views
Convert arrayList to javascript array
I am sending an arrayList from a java file to a .jsp file
In order to receive that array I used the following code
var words =
[
<c:forEach begin="0" ...
-2
votes
1answer
56 views
Javascript: Getting the contents of a local server-side file [closed]
I have a file on my web server (test.txt) and I need to get the contents of it, then assign it to a variable for further manipulation and eventual output to the page, and this should happen every ...
0
votes
0answers
74 views
How can I read the URL entered in a browser's address bar?
My Java application used in blocking certain websites, when the application is running the websites that mentioned in it must be blocked. So, when anyone trying to reach a certain website from any ...
0
votes
0answers
15 views
What is the difference between TCPServer.new(port) and TCPServer.open(“X.X.X.X”, port) in Ruby?
I've read the Ruby documentation but I didn't really get what the difference is between these two objects.
TCPServer.new(port) and TCPServer.open("X.X.X.X", port)
All I know is that .new only ...
1
vote
1answer
48 views
JSP shows wrong (old) values
Following Problem:
I am using a Servlet as a Controller, JSB for the Model and Java Beans for the Information. Here the code:
HTML/JSP:
<table summary="Diese Tabelle zeigt Informationen zum ...
0
votes
1answer
52 views
Login for Server-side Apps (Facebook PHP SDK)
I am currently following a technical guide.(https://developers.facebook.com/docs/howtos/login/server-side-login/)
I am stuck in between Step 6 and 7.
Can anybody help me?
As file_get_contents() does ...
0
votes
1answer
19 views
Creating a user login site in Wordpress
I would like to create a site in Wordpress where users are able to log in, and by log in, I do not mean log into the wordpress admin panel. Login to a members area only part of the site. How would I ...
0
votes
1answer
25 views
The best way of creating a simple voting system
I want to create a simple voting system, where people can vote for a candidate and the the votes for each candidate gets displayed on the website dynamically.
No I am a front-end developer and do not ...
3
votes
3answers
61 views
Way to recognize client at server side
I'm creating client - server application in C++. Server will accept requests from multiple clients. Each client has individual account created on server. After authentication, I know that client ...
0
votes
1answer
86 views
Render CSS3 animation as a sequence of image files with PhantomJS
I didn't work with PhantomJS before, but want to use it to render some custom-made CSS3 animated sequences to sets of PNG files on server side to join them into a single video file next. Seems like ...
0
votes
1answer
39 views
Missing files listed in error.log
Today I stumbled upon a folder on my web host called 'error.log'. I thought I'd take a look.
I see multiple 'file does not exist' errors - there are three types of entries:
robots.txt
missing.html
...










