client-side Questions

3

Solved

I am trying to pass request headers in an AJAX GET using jQuery. In the following block, "data" automatically passes the values in the querystring. Is there a way to pass that data in the request h...
Eurythermal asked 15/7, 2010 at 18:25

4

Solved

OVERVIEW I'm working on a project and I've come across a bit of a problem in that things aren't happening in the order I want them to happen. So I have been thinking about designing some kind of Q...
Lorri asked 12/1, 2011 at 7:0

3

Solved

I have quite a few co-workers and friends with existing brownfield, messy javascript applications who would like to start transitioning to some sort of js module system. I've tried to help them out...
Pee asked 18/7, 2014 at 20:34

3

Solved

This is a noob question. What if I want to add logging to the java script application, which is running in a browser (IE, FF, etc.) ? As I understand I can not save log files in the client host. S...
Bombazine asked 2/5, 2012 at 18:23

9

<html> <?php $num = 1; echo $num; ?> <input type="button" name="lol" value="Click to increment" onclick="Inc()" /> <br> <script> function Inc() { &...
Derain asked 12/12, 2011 at 9:3

11

Solved

I've read about SPA and it advantages. I find most of them unconvincing. There are 3 advantages that arouse my doubts. Question: Can you act as advocate of SPA and prove that I am wrong abou...
Disengagement asked 18/2, 2014 at 18:12

5

Solved

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 easi...
Drandell asked 8/5, 2013 at 18:13

8

Solved

I'm looking for a way to do a traceroute client-side, i.e. in a browser. As far as I know, it's not possible to send ICMP, UDP or TCP packets with arbitrary TTL values via Javascript or Flash. I k...
Emmott asked 1/2, 2010 at 14:43

3

I have div that contains an image, I need to place a button inside the image to around the top right corner of the image, when I do this #button_id{ position: relative; left: 270px; top: 30px; }...
Unmitigated asked 27/6, 2012 at 15:13

1

Solved

What is the pros/cons of exporting excel from server side and client side? I know, it depends on situation, but I want to know what are the exact risks using one? I have java/angularjs(with restf...
Kayne asked 28/1, 2016 at 11:48

3

In C# you can use System.TimeZone.CurrentTimeZone.GetUtcOffset(someDate).Hours But how can I get UTC offset in hours for a certain date (Date object) in javascript?
Kelbee asked 5/2, 2012 at 13:19

3

Solved

I have a postcode field that has a jQuery onKeyup event - the idea is that once they have fully entered their postcode to call an Google Maps Geocoding API to get the location immediately based on ...
Vardhamana asked 11/1, 2016 at 10:8

2

Solved

I need to create a web site which will be converted to a mobile application (What I want to build is more suited to be a web site than an application so the building itself should be as a web...
Motorbus asked 3/1, 2016 at 19:0

4

What I mean is basically for example PHP, PHP can be used both to output data onto the client/browser and to connect/query databases. Would it then be both a client side and a server side programm...
Abri asked 17/12, 2015 at 14:20

7

Solved

I need to create a temporary file to store user settings on the client side. Is it possible to create a simple log file using JavaScript?
Carrico asked 16/10, 2010 at 18:5

7

Solved

Until now I was mainly using Struts 2, Spring, JQuery technology stack for building web applications. The point is, that mentioned stack uses server side MVC pattern. The main role of web browsers ...

3

Solved

I want to design my Kendo Grid with colours in each row. If there is an alarm in the database these rows must be red, otherwise they must be green. Here is my code: public JsonResult Getdata() {...
Moe asked 3/2, 2014 at 13:2

6

I've never used Facebook's Graph API, or OAuth. I'm simply trying to get a public Facebook page's feed using the Graph API, but it requires an access token. I don't want to hassle the users to logi...
Porfirioporgy asked 21/2, 2012 at 7:20

3

Solved

I am wondering whether it is possible for two clients to set up a websocket connection with each other, given that they have some help from the server to "locate" each other. Currently there are m...
Asis asked 24/7, 2014 at 20:0

1

Solved

So I'm playing a game online on my laptop and it is a pretty simple html5 game but the optimization is nonexistant. The game with a few circles on my screen is using 85% of my cpu. Logically, I st...
Alphard asked 6/7, 2015 at 10:32

3

Solved

I am writing a little HTML5+JS tool to generate an SVG image. I have encountered a number of issues in doing so, and while I have workarounds for most of them, in at least one case I feel like ther...
Stomacher asked 10/5, 2014 at 14:14

5

Solved

There are plenty of options for powerful server side languages, but I can't think of any strongly typed, truly powerful client side languages. Javascript does a lot with forms, basic math, and inte...
Hydro asked 30/6, 2012 at 1:29

2

Solved

Is there a system/framework in existence which focuses on providing tutorial / help like overlays in the browser? Example: You have a webapp which requires a certain level of instruction to ...
Aurora asked 29/4, 2014 at 11:34

1

Solved

In all of the reference pages I've found with regards to encrypting the ViewState, the only comment on the password is "your password here". Are there any recommendations regarding the length / co...
Bromo asked 30/1, 2015 at 7:42

3

We are moving towards client-side front-end development and wants to use AngularJS for it, I want to know is there any way we could use our crystal reports with AngularJS with it. Our Server...
Fatherland asked 29/1, 2013 at 19:17

© 2022 - 2024 — McMap. All rights reserved.