Top "Server-side" questions

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

Send HTTP request from PHP without waiting for response?

I want to have an HTTP GET request sent from PHP. Example: http://tracker.example.com?product_number=5230&price=123.52 …

php http curl server-side web-analytics
PHP: How to compress images without losing visible quality (automatically)?

I'm wondering how to figure out the best compress rate (small filesize + no quality loss) automatically. At the moment I'm …

php image cron compression server-side
What is the difference between client-side and server-side programming?

I have this code: <script type="text/javascript"> var foo = 'bar'; <?php file_put_contents('foo.txt', …

javascript php client-side server-side
AngularJS client MVC pattern?

Until now I was mainly using Struts 2, Spring, JQuery technology stack for building web applications. The point is, that mentioned …

javascript model-view-controller client-side angularjs server-side
Meteor: Debug on server side

Does anyone know a good method to debug server side code? I tried enable Node.js debug then use node-inspector …

debugging meteor server-side
Confirmation box from server side in asp.net

I want to show the confirmation box in asp.net from server side: I want to call it from server …

asp.net alert server-side serverside-javascript confirmation
Save the document generated by javascript

Javascript can manipulate the document the browser is displaying, so the following: <script> document.write("<table>&…

javascript document client-side server-side html-generation
Want to learn to build a simple java rest server

Hello people of the world! I'm an Android developer and so far I've worked only on the client side. My …

java rest server-side
How can you get the server time from Firebase

I'm using angularjs with firebase and when I use $scope.createdDate = new Date(); it uses the time on the client, …

javascript angularjs date server-side firebase
Pagination: Server Side or Client Side?

What is it best to handle pagination? Server side or doing it dynamically using javascript? I'm working on a project …

javascript pagination client-side server-side