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

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

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?

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)?

Write To A File Without External Js Libraries (pure Javascript) In A Browser ?

Is it possible to write a string to a file (create the file if it doesn't exist) without any e… Read more Write To A File Without External Js Libraries (pure Javascript) In A Browser ?

Implementing A Server Side Push For A Small Number Of Clients

For an web application I am working on I have the following requirements: Clients need to be able … Read more Implementing A Server Side Push For A Small Number Of Clients

Using Global Variables Between Multiple Functions In Jquery?

I want to dynamically load an image using jQuery like this: main.js var slidersrc=''; //t… Read more Using Global Variables Between Multiple Functions In Jquery?