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

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 ?

Security Modifing App State From Javascript

I have a question about how to develop my web application security. Assuming that all the javascrip… Read more Security Modifing App State From Javascript

Persistence In A Javascript Module

I need to write a JavaScript module that rotates banner images displayed in a SharePoint web part. … Read more Persistence In A Javascript Module

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

Serverside And Clientside Javascript

Does serverside javascript exist, if yes, is it possible to clientside javascript to interact with … Read more Serverside And Clientside Javascript

Secured Client-side Script

I have got a particular requirement where some critical algorithms have to be handled in the client… Read more Secured Client-side Script

Help Refactor A Small Piece Of Javascript Code Which Identifies User's Referrer Source

I've written the following small piece of javascript (Based on the excellent parseURI function)… Read more Help Refactor A Small Piece Of Javascript Code Which Identifies User's Referrer Source

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