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

How To Detect Whether A Protocol Is Supported Through Web Browser?

Similar to iTunes' 'Link Maker' (http://www.apple.com/itunes/linkmaker/faq/). Through w… Read more How To Detect Whether A Protocol Is Supported Through Web Browser?

Find All Instances Of 'old' In A Webpage And Replace Each With 'new', Using A Javascript Bookmarklet

What I want to do is replace all instances of 'old' in a webpage with 'new' in a JS… Read more Find All Instances Of 'old' In A Webpage And Replace Each With 'new', Using A Javascript Bookmarklet

The Html Script Tag And Non-js Content - Firefox

It appears this code will request the file in Chrome and IE but not in Firefox. Is there a some s… Read more The Html Script Tag And Non-js Content - Firefox

Results Of "truthy" And "falsey" Is Confusing In Javascript

I am learning JavaScript basics. I am confused about the results of 'truthy' and 'false… Read more Results Of "truthy" And "falsey" Is Confusing In Javascript

ActiveXObject FileSystemObject Not Releasing In Javascript

I have a Javascript function that saves JSON data locally, using an ActiveXObject in IE9. It links … Read more ActiveXObject FileSystemObject Not Releasing In Javascript