Emulating XMLHttpRequest in node.js

I’ve been following the node.js project for a while. It’s a really cool, lightweight, event-based implementation of server side Javascript using V8. I hadn’t used it at all because it was missing a few key features, mainly binary support. I checked the project status a few days ago and lo and behold, binary support had been added. Now it was getting interesting! I decided to start a project to learn a bit about it. node-XMLHttpRequest (node-XHR): XMLHttpRequest emulation to allow reuse of browser based libraries.

Posted on October 4, 2009 at 4:02 pm by admin · Permalink · Comments Closed
In: Uncategorized · Tagged with: , ,

Solving XUL Permission Denied Exceptions

Our company has a XUL-based CRM-ERP application that I maintain. Like most applications we run into bugs from time to time. We’ve had an ongoing battle with some very annoying permission denied exceptions. The exact error varies but it’s always in the form “Permission denied to [accessing|get|set property] XULElement.something”. Here are some examples:

Posted on April 18, 2009 at 6:54 pm by admin · Permalink · Comments Closed
In: Web Development · Tagged with: , , ,
You're visiting the blog of Daniel DeFelippi. Click here to view my profile site, driverdan.com.