The term "client-side" refers to that portion of a web application which runs in the user's browser.
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-injectionI 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-optionsIf I have an image loaded from an arbitrary URL (local or remote), and do not want to use javascript …
image css image-processing client-sideIs there any way you can reset the visited status on links? The scenario is this: On an intranet-site which …
javascript css client-sideIn C# you can use System.TimeZone.CurrentTimeZone.GetUtcOffset(someDate).Hours But how can I get UTC offset in hours …
c# javascript client-sideFor example, check out this Facebook plugin. In the client side the API key is clearly visible. What is stopping …
javascript authentication client-sideHow 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 operaIs it possible to set the ClientID of any asp.net server control? How can I do this?
asp.net client-side asp.net-controls clientidIS it possible to use the java reflection api in GWT client side? I want to use reflections to find …
java reflection gwt client-sidei 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