Posts Tagged ‘Javascript’
easyXDM – extremely easy cross-domain scripting
easyXDM is a javascript library that uses available techniques to provide a means of transporting messages and/or method calls between windows in different domains, in short, by-passing the same-origin policy and letting you call methods across the domain boundry. This is perfect if you plan to provide a client-side API (e.g Facebook Connect) on your [...]
easyXSS
Please see easyXDM for updated info! I’ve just completed the first version of my cross-site scripting library easyXSS. It is available at http://code.google.com/p/easyxss/ under a MIT-license. As it is now it supports simple messaging between windows of different domains, but it also supports proxying method calls and results between them making it well-suited for creating [...]
“This page contains both secure and nonsecure items.”
With one of my larger webapps I have recently been struggling with the following Security Information message in Internet Explorer: This page contains both secure and nonsecure items. Do you want to display the nonsecure items? This, in general, has to do with mixing of content from different security zones in IE, for example Internet [...]
Javascript function overloading
I was reading a post yesterday about function overloading in javascript, and the suggested solution had quite a performance overhead when used with multiple signatures. In addition, it only used the number of arguments, and not their types and order to distinguish between the signatures. For some reason I woke up early this morning with [...]
My name is Øyvind Sean Kinsey and I am currently a software engineer at