Top "Server-side" questions

The term "server-side" refers to the portion of an application run on a server.

How to track usage on a node.js RESTful service with Google Analytics?

I've written a RESTful node.js service as a backend for http://www.cross-copy.net and would like to not …

node.js google-analytics server-side
Start with node.js as a complete server-side newbie?

My main question is whether it makes sense to begin with node.js as a complete server-side newb. Is JS/…

node.js server-side
Datatables + PHP: Server-Side Processing on Multiple Tables

How can I get Datatables Server-Side Processing script to work with a custom query? I need to select columns from …

php mysql datatables server-side
Optimized graph drawing for the web

Having seen some suggestions for graphs, I wonder what's the optimum for my problem. I want to render a directed …

java graph server-side graph-layout
Does JSONP require server modifications?

I understand that jsonp is a technique to get around the same origin policy. You basically refer to your json …

ajax jsonp ria server-side
ZipArchive issue "Error 21 - Is a Directory" in PHP

I'm generating a set of HTML, CSS, and image files and I'm using ZipArchive to compress them into a zip …

php zip server-side archive ziparchive
Automatically add svn keyword properties for new files (server-side)

I want to add svn properties (like svn:keyword=Id Date Rev Author) to files upon commits of new files. …

svn properties server-side pre-commit-hook version-control-keywords
Server-side architecture for mobile web applications

In most desktop web applications I've ever worked on you need a server-side web framework. The server-side web framework (Struts, …

html mobile jquery-mobile sencha-touch server-side
Best practice for passing server-side variables to javascript?

I've tried 2 ways that both work but neither feel very clean. The first is to have some inline javascript that …

javascript server-side coding-style
How to run composer update on PHP server?

Is there a way to run composer update command on our production/test environment? Problem is that i don't have …

php composer-php server-side phar