client-side Questions

0

I'm a member of a team with more than 20 developers. Each developer works on a separate module. In each module, We load data only for the desired language. For this purpose we save data to a separa...
Contemplative asked 20/12, 2018 at 7:37

3

First of all, I am not interested in the entire request-response process as addressed by this question What is the complete process from entering a url to the browser's address bar to get the...
Hannelorehanner asked 22/9, 2011 at 13:7

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

6

Solved

IS it possible to use the java reflection api in GWT client side? I want to use reflections to find the value of a property on a Javabean. Is this possible?
Wicklund asked 16/11, 2010 at 14:35

3

I would like to disbale the X-Frame-Option Header on client side on Firefox(and Chrome). What I've found: Overcoming "Display forbidden by X-Frame-Options" A non-client side solution isn'...
Scrivner asked 14/10, 2012 at 11:29

3

Solved

Can I parse LESS client side, and return the results? I am currently using as recommended in documentation, which is to include less file, and minified less parser afterwards. I want to be able to...
Cushing asked 17/3, 2012 at 2:33

2

Solved

I am building an application single page using NodeJS, and want to use my cookie session (cookie-session npm) to verify if the user is logged in or not. From my node server side I can get and set t...
Levant asked 21/10, 2017 at 0:58

4

Solved

Say a table has, name, ID, age, sex, education, etc. ID is the key and the table is also indexed for name, age and sex. I need all male students, older than 25, sorted by their names. This is easy...
Outlay asked 23/8, 2012 at 3:4

2

Solved

If I have an image loaded from an arbitrary URL (local or remote), and do not want to use javascript nor server-side processing, is it possible to sharpen it from client-side with CSS?
Hydroquinone asked 13/4, 2015 at 7:18

4

I have my website, and it records the number of visitors, IP and time of access... I want to identify each visitor... I think that this was possible recording IP Address... but when the IP is dyna...
Teetotum asked 11/8, 2010 at 2:29

6

Solved

I want to send an email in HTML5. I don't want to force the user to open a mail client, I want to send the email directly from the web page. On a side note, is there any way at all to do this in J...
Capriole asked 29/3, 2011 at 2:54

3

Solved

Could you please help me with following issue. Goal Read file on client side (in browser via JS and HTML5 classes) line by line, without loading whole file to memory. Scenario I'm working on we...
Joleenjolene asked 9/7, 2014 at 7:21

2

I'm coding an application on express, and I'm using ejs as a view/template engine. At path /artists, I'm rendering the view artists.ejs which has artists covers. When clicking on a cover, I want ...
Clout asked 13/10, 2016 at 14:28

1

Solved

I am working on a web project and implemented StackExchange.Exceptional for server exceptions logging. I am just wondering if I could log my client side exceptions as well through StackExchange.Exc...
Bildungsroman asked 31/3, 2017 at 7:9

5

Solved

In the context of this post by Igor Minar, lead of AngularJS: MVC vs MVVM vs MVP. What a controversial topic that many developers can spend hours and hours debating and arguing about. For s...
Endoskeleton asked 29/11, 2013 at 13:27

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

Does anyone have any information on the industry-standard or best practice for checking matching passwords (e.g. Gmail's "passwords do not match" feedback")? Is it a back-end, front-end or client-s...
Magic asked 12/2, 2017 at 17:1

5

Solved

I am looking for a little bit of JQuery or JS that allows me to produce a horizontally scrolling "news ticker" list. The produced HTML needs to be standards compliant as well. I have tried liScro...
Adduction asked 3/9, 2008 at 1:33

9

I have a CustomValidator that is validating a telephone number for several different telephone numbering schemes. The client-side javascript looks like this: validatePhoneNumber(sender, args) { c...
Tannin asked 4/8, 2009 at 22:46

2

I'm looking for a client-side javascript cache library Ideally, this is the feature list I'd like to have no dependencies simple time expiration support use localStorage if available, and ...
Broughton asked 9/1, 2013 at 3:13

1

Solved

I need log file(s) from user so I can read and analyze those. For example somekind of drop area, where user drops a file, then I can read it with javascript? I use Angular2 rc5. I have node.js run...
Claudetta asked 2/9, 2016 at 17:18

2

I'm building off of a previous discussion I had with Jon Skeet. The gist of my scenario is as follows: Client application has the ability to create new 'PlaylistItem' objects which need to be pe...

3

Solved

Normally JavaScript runs on the client side (browsers) only. A Developer can also write event driven code on JavaScript which can be execute some function on event and can be run on some engine. ...
Therapsid asked 27/7, 2016 at 22:42

2

I've been trying to create this very simple web app that is using google drive appDataFolder to store and read its state, in json format. However, the documentation for v3 drive api doesn't contain...
Abshire asked 5/7, 2016 at 21:45

© 2022 - 2024 — McMap. All rights reserved.