Top "Client-side" questions

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

Client-side "Feature Tour" (tutorial/instructional) overlay system?

Is there a system/framework in existence which focuses on providing tutorial / help like overlays in the browser? Example: You …

javascript overlay client-side user-experience
Java WebDAV client side library

What Java WebDAV client side library could you recommend?

java client-side webdav
How to sync PC desktop mail client to an Exchange Activesync server?

I've got a situation where I want to connect to an email server whose only exposed service for mail/calendar …

email desktop-application client-side email-client activesync
Is it possible to do a traceroute in the browser?

I'm looking for a way to do a traceroute client-side, i.e. in a browser. As far as I know, …

java javascript actionscript client-side traceroute
Check if a List Column Exists using SharePoint Client Object Model?

Using the Client Object Model (C#) in SharePoint 2010, how can I determine if a specified column (field) name exists in …

sharepoint sharepoint-2010 client-side csom
Save the document generated by javascript

Javascript can manipulate the document the browser is displaying, so the following: <script> document.write("<table>&…

javascript document client-side server-side html-generation
ASP.NET MVC 3 client-side validation with parameters

Following on from this post Perform client side validation for custom attribute I am trying to get my head around …

asp.net-mvc validation asp.net-mvc-3 parameters client-side
Is there any drawback to set ClientIDMode = Static on every object ( set on maincontent of master page)

I am working on asp.net project and each time i need to use jquery identifier $(#"objectID"). I have to …

jquery asp.net client-side
A step-up from TiddlyWiki that is still 100% portable?

TiddlyWiki is a great idea, brilliantly implemented. I'm using it as a portable personal "knowledge manager," and these are the …

database client-side portability knowledge-management tiddlywiki
401 error when consuming a Web service with HTTP Basic authentication using CXF

I'm trying to consume a remote Web service that uses HTTP basic authentication, using Apache CXF, within a JUnit test. …

java web-services client-side cxf basic-authentication