Skip to content Skip to sidebar Skip to footer
Showing posts with the label Browser

In Modern Browsers, Is There Any Security Limitation For Javascript Bookmarklets?

I read an article about bookmarklets which says that bookmarklets are so powerful they can be dange… Read more In Modern Browsers, Is There Any Security Limitation For Javascript Bookmarklets?

Disable Browser Shortcut Keys

I am trying to create, essentially, a 'kiosk' I have an web application that I want to be t… Read more Disable Browser Shortcut Keys

Is There A Javascript Api To Browser History Information (limited To Current Domain)

Is there a programmatic API to tell what are the recently visited pages (30 days) within my site? … Read more Is There A Javascript Api To Browser History Information (limited To Current Domain)

Is There Any Way To Detect A User's Mac Hardware Model From The Browser?

I wanted to see if anyone knows if it's possible to detect what Mac computer model a user is ha… Read more Is There Any Way To Detect A User's Mac Hardware Model From The Browser?

Is It Possible To Direct Which Elements Of A Page Are Painted First By The Browser?

I wanted to know if there was any way to control browser painting, for example I'd like to load… Read more Is It Possible To Direct Which Elements Of A Page Are Painted First By The Browser?

$(window).resize() And Print Preview Mode

I have a very simple piece of code that refreshes window after resize. $(window).resize(function() … Read more $(window).resize() And Print Preview Mode

How Does The Spotify Web Browser Button Interact With The Spotify App?

Check out this play button, written entirely it seems, using javascript: spotify play button. Notic… Read more How Does The Spotify Web Browser Button Interact With The Spotify App?

How To Focus An Input Field On Android Browser Through Javascript Or Jquery

I've tried $('#field').focus(), and any other method found on the internet. Nothing wor… Read more How To Focus An Input Field On Android Browser Through Javascript Or Jquery