server-side Questions

8

Solved

I am wondering how fast client side Javascript is compared to server side Java in terms of raw computational power. For instance, sorting. Should it all be done server side if possible? And how ab...
Moe asked 2/9, 2010 at 15:23

2

I'm preparing a starter for react from scratch, here is the code: https://github.com/antondc/react-starter I managed to set up bundling for client and server, with css modules and less, and now I'...
Curl asked 22/4, 2018 at 17:22

3

Solved

In oauth you make a request using you client id/secret to get an authorization code. Then you make a second request to exchange the authorization code for access token. My question is: Why is this...
Chiseler asked 1/1, 2019 at 12:30

1

I want to develop an idea using cookies on the server side but I am afraid that I should not rely on cookies behavior as the following references say that cookies are client-side and browser-based ...
Domesticate asked 5/5, 2018 at 12:36

3

Solved

I'm a little bit confused about this, and I feel slightly stupid asking this question, but I want to understand it. So, say I'm working with a client side web framework, like Backbone, Angular or D...
Yvonneyvonner asked 31/5, 2014 at 22:56

14

Solved

How can I detect on the server (server-side) whether cookies in the browser are disabled? Is it possible? Detailed explanation: I am processing an HTTP request on the server. I want to set a cooki...
Caseous asked 10/2, 2009 at 7:49

0

I am in the process of evaluating Swift as a server-side language for a non-trivial web application. The reason for choosing Swift is mostly to be able to share code with an existing iOS app writte...
Apollus asked 26/6, 2018 at 11:4

11

Solved

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 file that looks l...
Lifeordeath asked 22/7, 2009 at 11:42

0

I am using Jquery Server side datatables and am not able to get the pagination to work on pages 2+. I have 200 records. The first page shows 50. When I click the pagination numbers at the bottom o...
Gebelein asked 13/4, 2018 at 0:26

4

Solved

I'm building an ASP.NET application that requires printing using PrintDocument method: PrintDocument.Print() Printing works properly in development env with IIS express. when publishing it to an...
Lesko asked 1/1, 2014 at 15:49

3

Solved

Say I have 2 tables, which I can "merge" and represent in a single nested array. I'm wandering what would be the best way to do that, considering: efficiency best-practice DB/server-side usage t...
Piston asked 14/5, 2015 at 23:28

2

Solved

I have some documents in HTML and i need it to be printed/generated on server (no UI, automated, linux based). I'm very satisfied with Google Chrome "html to pdf" of the documents but i'm wonderin...
Gogetter asked 22/9, 2012 at 10:31

1

I am trying to find a simple example of how inside a router a person would send a request to the vapor sample endpoint http://example.vapor.codes/json, receive a response and map it to a struct or ...
Dobbs asked 2/2, 2018 at 19:12

3

I included my server-side processing DataTables in jQuery UI TABS but after integration the processing info does not show up anymore :( This stackoverflow.com post writes something about a hidden "...
Gao asked 28/6, 2016 at 14:2

2

Solved

I have an application, that runs on server. On that server is background task, that will post status update on few social networks (Facebook, Twitter, G+). It must be completely server-side. In Tw...
Boyer asked 6/10, 2014 at 7:57

5

Solved

I have been working on a library which enable a website to add a comment section to their website. The idea was to keep it as lightweight as possible thus I preferred to use JSON for basic data s...
Quintuplet asked 17/10, 2017 at 5:17

2

Solved

How can i generate an image of a string that has: a size in px embossed effect of the letters in the image a font a color and other less important stuff that i think i can figure out once i achie...
Heatherheatherly asked 1/9, 2017 at 18:37

0

Some users have been reporting connection errors with Chrome after implementing reCaptcha. The issue appears to be intermittent and when we check the affected user's browser, we found "net::ERR_QUI...
Kelleykelli asked 30/8, 2017 at 10:14

7

Solved

I've written a RESTful node.js service as a backend for http://www.cross-copy.net and would like to not only track usage of the web-client but also other clients (like commandline or Apps) which us...
Violation asked 8/5, 2012 at 8:15

5

Solved

On the Meteor client-side, I know that files in the project's public directory are referenced at '/'. How are they referenced on the server-side? I am trying to get a directory listing with fs.re...
Canady asked 26/6, 2013 at 19:29

2

Solved

I want 1 PHP file to "run" (include?) another PHP file on the same server, and access its echo'ed output as a string. How do i do this in PHP? Any inbuilt functions to do this? Or any better way ...
Gies asked 10/3, 2009 at 17:20

3

In some countries (i.e. Italy), legal requirements oblige website to provide disable/enable analytics cookies For instance: for Google Tag Manager. I read this post covers this "opt-in/opt-...
Histo asked 5/5, 2016 at 13:46

8

Solved

Is it a good idea to implement business logic on the client side with JavaScript? What kind of logic should be there? Validation Logic? Related to GUI? What would you do if the same logic want t...
Shanaeshanahan asked 10/11, 2010 at 15:25

2

Solved

Is there a way to implement a Firebase server-side countdown timer in Android Studio? I want the timer to be server side, meaning that whenever a user opens my app the counter will always be at th...
Nonconformity asked 14/1, 2017 at 8:39

2

Solved

Is there a big difference (in terms of performance, browser implementation availability, server load etc) between HTML5 SSEs and straight up Ajax polling? From the server side, it seems like an Eve...
Abdominal asked 22/2, 2012 at 15:18

© 2022 - 2024 — McMap. All rights reserved.