Top "Client-side" questions

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

Best practice for localization and globalization of strings and labels

I'm a member of a team with more than 20 developers. Each developer works on a separate module (something near 10 modules). …

javascript localization translation client-side globalization
Removing elements with Array.map in JavaScript

I would like to filter an array of items by using the map() function. Here is a code snippet: var …

javascript functional-programming data-manipulation client-side
AngularJS: Understanding design pattern

In the context of this post by Igor Minar, lead of AngularJS: MVC vs MVVM vs MVP. What a controversial …

javascript angularjs design-patterns architecture client-side
Is it worth hashing passwords on the client side

When I want to put a login system in place, I always compare the MD5 of the given password with …

passwords client-side hash
Catch all JavaScript errors and send them to server

I wondered if anyone had experience in handling JavaScript errors globally and send them from the client browser to a …

javascript error-handling client-side
Is it possible to check dimensions of image before uploading?

I have an upload control for uploading the images to the server, but before uploading I just want to make …

javascript jquery file-upload client-side
How to get client MAC address by a access on a website?

I have my website, and it records the number of visitors, IP and time of access... I want to identify …

client-side mac-address
What are the asp:DropDownList client side events?

I want to know the client side events (like onChange) for an asp:DropDownList.

asp.net events drop-down-menu client-side
ASP.NET confirm before executing codebehind

I have a form where a user can delete a record, and I want a pop-up message where the user …

javascript asp.net vb.net client-side onclientclick
Can you get a public Facebook page's feed using Graph API without asking a user to allow?

I've never used Facebook's Graph API, or OAuth. I'm simply trying to get a public Facebook page's feed using the …

javascript facebook facebook-graph-api client-side oauth-2.0