Skip to content Skip to sidebar Skip to footer
Showing posts with the label Client Side

Removing The Jquery/zepto Dependency On Backbone.router And Views

Is there a forked/maintained version of backbone that completely eliminates the need for jquery or … Read more Removing The Jquery/zepto Dependency On Backbone.router And Views

How To Send Values From Javascript To Server Side(asp.net)?

What is the best way to send values from JavaScript (client-side) to the server (asp.net) without r… Read more How To Send Values From Javascript To Server Side(asp.net)?

Client Side Xslt With Javascript In Firefox

I am using client-side xslt to transform xml files into xhtml. There have been some hurdles but I … Read more Client Side Xslt With Javascript In Firefox

How To Make Component-based Single Page Web Application?

This is probably a very vague question. Suppose I have a single-page web application, which uses AJ… Read more How To Make Component-based Single Page Web Application?

Html Client-side Portable File Generation - No External Resources Or Server Calls

I have the following situation: I have set up a series of Cron jobs on an internal company server t… Read more Html Client-side Portable File Generation - No External Resources Or Server Calls

Update Spreadsheet In Serverside Code Run From Client Html Javascript Not Working

I have an html where user requests add and enters data. The javascript in the body of the html call… Read more Update Spreadsheet In Serverside Code Run From Client Html Javascript Not Working

Letting User Open An Xml File On Client And Parse It Using Javascript

I'm trying to let a users on my site to save and XML file one the local machine and then later … Read more Letting User Open An Xml File On Client And Parse It Using Javascript

Generate A Key For Sjcl That Expires Automatically After A Period Of Time?

I want to encrypt and decrypt the data on client-side for that i am using SJCL library, but i want … Read more Generate A Key For Sjcl That Expires Automatically After A Period Of Time?