Top "Client-side" questions

The term "client-side" refers to that portion of a web application which runs in the user's browser.

Pagination: Server Side or Client Side?

What is it best to handle pagination? Server side or doing it dynamically using javascript? I'm working on a project …

javascript pagination client-side server-side
Reading line-by-line file in JavaScript on client side

Could you please help me with following issue. Goal Read file on client side (in browser via JS and HTML5 …

javascript html client-side filereader
Measuring server response time (client-side)

I would like to implement a script that would measure the response time of my server (= remote url) from a …

javascript jquery client-side httpresponse response-time
Apache CXF Client for Dynamic Endpoints

I'm now using Apache CXF as a web services client for a .NET service to get around NTLM authentication. It …

java web-services cxf client-side
How to change Kendo Grid row colours

I want to design my Kendo Grid with colours in each row. If there is an alarm in the database …

jquery kendo-ui kendo-grid client-side
Describe the page rendering process in a browser?

First of all, I am not interested in the entire request-response process as addressed by this question What is the …

javascript css browser rendering client-side
Using local file for Web Audio API in Javascript

I'm trying to get sound working on my iPhone game using the Web Audio API. The problem is that this …

html client-side web-audio-api
TLS with SNI in Java clients

There is an ongoing discussion on the security and trust working group for NHIN Direct regarding the IP-to-domain mapping problem …

java client-side ssl
How can I rewrite the ErrorMessage for a CustomValidator control on the client?

I have a CustomValidator that is validating a telephone number for several different telephone numbering schemes. The client-side javascript looks …

asp.net javascript validation client-side ecma262
Image Dark/Light Detection Client Sided Script

Does anyone know if there is a script available to detect darkness/lightness in an image (html included) using a …

javascript image canvas client-side