client-side Questions

5

Solved

I need to programmatically store data on the client side without having to transfer the data from the server on every page load. I considered generating a dynamic JavaScript file with the needed da...
Removable asked 3/4, 2009 at 15:21

9

Solved

This is a little confusing to explain, so bear with me here... I want to set up a system where a user can send templated emails via my website, except it's not actually sent using my server - it i...
Sasser asked 7/11, 2008 at 3:33

8

Solved

TiddlyWiki is a great idea, brilliantly implemented. I'm using it as a portable personal "knowledge manager," and these are the prize virtues: It travels on my USB flash memory stick and runs on ...

5

Solved

I found this question about SQL-like query libraries. What I am looking for is a library that allows queries on JSON objects, embedded in a client-side application (browser), as well as from a remo...
Ondine asked 16/11, 2013 at 9:18

3

Solved

Consider this scenario: You want to send some data to the client in JSON format, and you don't want to go back to the server. The data consists of 15 teachers with 100 students. The relationship b...
Avestan asked 2/9, 2011 at 11:28

2

Solved

How can I return 404 status code in React (with react-router-dom)? <Route component={NotFoundPage} path="*" /> The answers I got can return a 404 page, but not the http status code...
Trunk asked 16/7, 2020 at 15:8

7

Solved

I have an upload control for uploading the images to the server, but before uploading I just want to make sure if the images are of correct dimensions. Is there anything on client side that can be...
Ablution asked 26/11, 2012 at 19:56

4

Solved

My situation: Medical staff wants to enter sensitive data of patients into a web browser (!) in order to store it to some database and later retrieve it again. These data are not allowed to be se...
Sedberry asked 6/10, 2012 at 23:21

12

I have a form where a user can delete a record, and I want a pop-up message where the user has to click okay to confirm the delete. Delete button: <asp:Button ID="btnDelete" runat="server" Tex...
Thaler asked 23/3, 2012 at 3:42

4

Solved

OK, been trying things for hours and could use some help. I'm trying to implement a page in MVC 3 that has "back" and "next" buttons. When the back button is clicked I want to disable client-side M...
Bonham asked 19/3, 2011 at 17:30

5

I have an html control which I want to set its value .... here's the control: <input runat="server" id="first_name_txt" type="text" placeholder="First Name" /> in code behind, I use: firs...
Ufo asked 12/8, 2014 at 9:45

8

I am looking for a way to resize an image client-side with JavaScript (really resize, not just change width and height). I know it's possible to do it in Flash but I would like to avoid it if possi...
Coloquintida asked 12/3, 2010 at 17:13

3

Solved

I'm now using Apache CXF as a web services client for a .NET service to get around NTLM authentication. It works great, but I'm wondering why I can't seem to be able to set the web service target e...
Kimono asked 10/6, 2010 at 22:5

7

Solved

I'm building a large scale web application. It will grow in the future so I need a good back-end and front-end architecture for my application. at the back of the site, I use Zend Framework s...
Hellenize asked 17/8, 2010 at 21:55

1

Solved

I try to draw an image (in base64 format) to a canvas in client-side JavaScript. There is unfortunately always the ERR_CONNECTION_RESET 431 (Request Header Fields Too Large) error. I get the base6...
Rizzo asked 11/12, 2019 at 17:17

2

Solved

How to read epub files using javascript? I tried epubjs but thats not suited for my requirement. Is any other alternative javascript libraries available?
Jefferson asked 5/6, 2013 at 6:34

5

Solved

<edit> I actually guessed this would happen but just some seconds after posting I got a flag for "possible duplicate" which is not appropriate! This question is about CSS values and...
Adenoma asked 19/9, 2017 at 21:7

1

[Edited #1 on 16th Jul 2019] I'm confused. I'm experimenting with a .NET Core 3.x Web Application in which I want to use: jQuery TypeScript I've got TypeScript working, but it refuses to unders...
Idiopathy asked 15/7, 2019 at 19:37

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

1

I'm searching a way to communicate between two client in Javascript/HTML5, without using a server-side script. I can't use NodeJs for this. Is there a way to connect two clients?
Dyun asked 7/11, 2013 at 20:26

1

According to the API for the element.execCommand() function, it says that it has three parameters: aCommandName, aShowDefaultUI, aValueArgument. The API's description of the first and third parame...
Phosphoroscope asked 4/7, 2016 at 15:19

3

I wondered if anyone had experience in handling JavaScript errors globally and send them from the client browser to a server. I think my point is quite clear, I want to know every except...
Ballroom asked 16/3, 2011 at 16:9

4

Solved

I would like to use mongodb directly from the client-side, using javascript inside my models. I suppose this is possible since on the mongo website there is a javascript realtime console for demo. ...
Fia asked 3/9, 2011 at 10:47

9

Using the Client Object Model (C#) in SharePoint 2010, how can I determine if a specified column (field) name exists in a given List? Thanks, MagicAndi.
Anatomical asked 9/12, 2010 at 17:30

4

Solved

Assuming: User has allowed notifications on my website. Service worker is installed and ready. User sets a client side reminder to be reminded 24 hours from now. No backend service or server to p...
Influence asked 16/12, 2018 at 14:56

© 2022 - 2024 — McMap. All rights reserved.