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

Calculate Sum Of Textboxes Inside Nested Grid

I have two nested grids in a GridView. Both nested grids have different number of controls (TextBox… Read more Calculate Sum Of Textboxes Inside Nested Grid

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 ?

How To Client-side Detect When A Page Is Bookmarked?

Is it possible to detect when a page is bookmarked within the browser, using Javascript? Solution 1… Read more How To Client-side Detect When A Page Is Bookmarked?

Logic Behind Drag And Drop

I am wondering the 'how it works' and 'how it should be designed and implemented' s… Read more Logic Behind Drag And Drop

How To Keep API Keys Secret When Using Client Side Javascript?

For example, check out this Facebook plugin. In the client side the API key is clearly visible. Wha… Read more How To Keep API Keys Secret When Using Client Side Javascript?