Top "Client-side" questions

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

Exploiting JavaScript's eval() method

Many developers believe that JavaScript's eval() method should be avoided. This idea makes sense from a design perspective. It is …

javascript security eval client-side code-injection
Disable X-Frame-Option on client side

I would like to disbale the X-Frame-Option Header on client side on Firefox(and Chrome). What I've found: Overcoming "Display …

firefox google-chrome client-side x-frame-options
How to sharpen an image in CSS?

If I have an image loaded from an arbitrary URL (local or remote), and do not want to use javascript …

image css image-processing client-side
Resetting visited status on links

Is there any way you can reset the visited status on links? The scenario is this: On an intranet-site which …

javascript css client-side
How to get UTC offset in javascript (analog of TimeZoneInfo.GetUtcOffset in C#)

In C# you can use System.TimeZone.CurrentTimeZone.GetUtcOffset(someDate).Hours But how can I get UTC offset in hours …

c# javascript client-side
How to keep API keys secret when using client side Javascript?

For example, check out this Facebook plugin. In the client side the API key is clearly visible. What is stopping …

javascript authentication client-side
How to prevent form submission while using HTML5 client-side form validation in Opera 11?

How to prevent form submission while using HTML5 client-side form validation in Opera 11? Here is a sample test page: Validation …

forms html validation client-side opera
Set ClientID in asp.net

Is it possible to set the ClientID of any asp.net server control? How can I do this?

asp.net client-side asp.net-controls clientid
Can you use Java Reflection api in GWT client

IS it possible to use the java reflection api in GWT client side? I want to use reflections to find …

java reflection gwt client-side
asp.net textbox - client side textChanged event won't fire

i want my textbox to fire a textChanged client side (JS) event when a text is changed inside it. i …

asp.net textbox client-side textchanged