Posts Tagged ‘add-on’

Permission denied to get property Element.childNodes

September 18th, 2008 shyam No comments

I was recently doing a small JavaScript/XML project. Everything was working fine locally, but when I tried to test it out on my server, I got a “Permission denied to get property Element.childNodes” error in Firefox. Internet Explorer had no problems.

Turns out I had the Firebug add-on installed in Firefox. I had to disable this, and everything worked.

You will also have a problem on the w3schools site, if you try to use their “Tryit Editor” to view any code. You will need to disable the add-on in order to get the output of the right-side box to display correctly.

WoWCalc

April 7th, 2008 shyam No comments

This is an in-game World of Warcraft calculator, similar to the standard Windows calculator. It was written with XML and Lua.

Download: source

Categories: Code Tags: , , , ,

WoWSlang

November 30th, 2007 shyam No comments

It is an in-game World of Warcraft dictionary, with definitions of commonly used terms and acronyms. There is a GUI component, as well as useful console commands for quick-lookups. Written with XML and Lua.

Download: source

Categories: Code Tags: , , , ,