server-side Questions
4
Solved
When designing an iOS app that will interact with AWS (e.g. S3, CloudFront, etc), what are the pros and cons of managing the access to these services on the client vs. on the server?
By "managing ...
Briant asked 19/4, 2015 at 19:10
2
Solved
I have a website where I don't have access to the source but I can manipulate it using Javascript. I have a file called main.js that has been included at the very end of the includes to which I hav...
Bandanna asked 20/4, 2015 at 9:5
0
I'm trying to integrate server-side side Google+ sign-in into my iOS app.
This is what i did:
func application(application: UIApplication, openURL url: NSURL, sourceApplication: NSString?, annot...
Gerdes asked 21/3, 2015 at 8:4
6
Solved
I'm currently facing a dilema regarding the appropriate server-side framework to use.
Basically, I want to choose the best framework for building a large website to serve millions of page hits. Th...
Contributor asked 26/5, 2011 at 7:46
1
Solved
I have a CouchDB DB, with an Nginx reverse proxy in front of it. Some responses from CouchDB take a long time to generate (yes, it was a bad choice, but need to stick with it for now), and I would ...
Hornbill asked 25/2, 2015 at 16:48
3
When using a mailto link chances are that it doesn't do anything for the user if he doesn't have an email client setup, or didn't setup his webmail to be his default client (ea. gmail as default cl...
Boogie asked 27/8, 2011 at 12:54
7
Solved
Every now and then I see a web site that has an old copyright date. In my mind, I always think "Look at the sucker who forgot to update his copyright year!" Then, while I was hard-coding a co...
Zibeline asked 5/3, 2010 at 21:59
5
Solved
I have a textbox which is used for searching the data within the site. What my client wants that,
1)Enter any text in the search field and click the search symbol.
2)The request going to the ser...
Bicarbonate asked 13/11, 2014 at 7:28
8
Solved
TL;DR
What framework can I use to keep 100% application logic on the server while providing the interactivity of RIA?
Explanation
Back in the 90's, one could build 100% server-side application w...
Larsen asked 21/12, 2014 at 15:15
3
Solved
In Meteor, I have a little confusion between Session and Local Collection.
I know that Session is a temporary reactive key-value store, client-side only, and is cleaned on page refresh.
Local coll...
Parotid asked 10/12, 2014 at 15:25
2
Solved
It's annoying to have to restart the sails server when you change something, is there any way to make sailsjs do what meteor does where when you save a serverside file it automatically updates the ...
Shiekh asked 4/10, 2013 at 5:55
5
Solved
I am trying to get my head round node.js...
I am very happy with my LAMP set up as it currently fulfils my requirements. Although I want to add some real-time features into my PHP app. Such as sho...
Ieshaieso asked 9/1, 2011 at 20:39
1
Solved
I'm using Datatables with server-side processing. I'm able to send extra parameters to the server but they are sent only when the table is loaded for the first time or when the table is reloaded du...
Orgel asked 9/11, 2014 at 3:39
3
Solved
I got this crazy problem I'm trying to deal with. I know that when we're getting huge amount of data we must increase the quota on client .config file, but what am I supposed to do if my client is ...
Resurge asked 5/12, 2011 at 7:54
3
Solved
I'd like to use Processing to render a visualization on the server side (headlessly, with no GUI). The Processing sketch is static (i.e. does not animate), so I only need to grab the first frame, a...
Paine asked 22/6, 2010 at 14:9
1
Solved
I was wondering how w3techs knows when a given server uses Node.js.
http://w3techs.com/technologies/details/ws-nodejs/all/all
I'm guessing they look at some specific http headers.
For example: X-...
Larkin asked 22/9, 2014 at 15:36
11
Solved
Javascript can manipulate the document the browser is displaying, so the following:
<script>
document.write("<table><tr><td>Hola</td><td>Adios</td></...
Lunch asked 25/9, 2009 at 18:59
2
Solved
Say I have a script written in perl or python. What's the easiest way to write a function that would use jquery selectors on strings as part of it? i.e. to be able to do:
jquery_selector('table.ne...
Interference asked 29/6, 2012 at 2:9
1
I am trying to find a way to get the SVN server-side log, but I only found the way to retrieve the client side logs using svn:log. How do I get the server-side logs?
Eliezer asked 8/8, 2012 at 14:48
1
Solved
Objective:
I want to detect if a web application is accessed from more than one account using the same device such as computer,mobile,tablet using different browser using any programming language ...
Moralez asked 21/7, 2014 at 5:13
1
Solved
I am working on a social network. I need to add a "find-friends" feature based on users' phone number and their address book (like whatsapp and others).
The app I am developing will be available ...
Griffin asked 20/6, 2014 at 14:47
4
Solved
Is there any way to run a Javascript engine, like Spidermonkey, on Google App Engine? Spidermonkey is a C module, so obviously that wont work (GAE doesn't allow those types of modules)... is there ...
Stela asked 11/7, 2010 at 19:26
3
Solved
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...
Ybarra asked 13/5, 2013 at 20:11
1
Solved
If I have a websocket connection open between a server and a desktop client, is it true that there is no data or bandwidth being used or exchanged between the two except for when I explicitly send ...
Instructions asked 7/6, 2014 at 0:41
1
Solved
Me and my friend are working on an app., and we wish to use Parse.com as our data base from which we can retrieve info.
We can't decide what is the best way to access the data on Parse. For the sa...
Herminahermine asked 2/6, 2014 at 22:26
© 2022 - 2024 — McMap. All rights reserved.