I have two projects communicating over a wireless network. I have communication working fine between the two. I would like to maintain two identical copies of some objects on both programs. The objects needn’t be equal (in a reference sense), however the objects must show the same data when viewed. Is there an existing technology […]
Author: user user
jQuery UI Dialog Throw Errors When Invoked from Greasemonkey
I’m getting this awkward error any time I try and create a dialog from Greasemonkey… I believe it has to do with the limitations of XPCNativeWrapper https://developer.mozilla.org/en/XPCNativeWrapper#Limitations_of_XPCNativeWrapper , though I am not 100% sure. None of the core jQuery methods that I’ve used have caused errors (append, css, submit, keydown, each, …). It is possible […]