Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Applications

Compatibility Of Window.crypto.getrandomvalues()

I need to generate cryptographically secure pseudorandom numbers, in Javascript. I know about the … Read more Compatibility Of Window.crypto.getrandomvalues()

Cache Manifest Manual Updates

I want to provide users the ability to choose whether or not they want to update my Web app. From m… Read more Cache Manifest Manual Updates

Expected Ratio Of Serviceworker Instances To Geolocation Updates

EDIT: There is a new version of my Brotkrumen Web App in the same location. Most important design/p… Read more Expected Ratio Of Serviceworker Instances To Geolocation Updates

Fullscreen Web App For Android

I want to run my Web App, which i programmed with HTML5, in fullscreen mode on Android. (hide the s… Read more Fullscreen Web App For Android

Disable Longpress Action On Mobile With Javascript

in this period,I make some new webApps, but I have a big problem with drag and drop. I write a file… Read more Disable Longpress Action On Mobile With Javascript

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 Cache A Downloaded Javascript Fle Which Is Downloaded Using Script Tag

I am developing a web application in which I need to download a library when the app is getting loa… Read more How To Cache A Downloaded Javascript Fle Which Is Downloaded Using Script Tag

Javascript: How Do I Change The Url In The Address Bar Without Refreshing The Page?

Possible Duplicate: How do I, with JavaScript, change the URL in the browser without loading the ne… Read more Javascript: How Do I Change The Url In The Address Bar Without Refreshing The Page?