Category Archives: JSReg

Sandboxed DOM API

Description
I finally sat down and started work on a sandboxed DOM API. Originally I was just going to develop a new framework because the DOM is messy but instead I decided it would be cool to have a safe simulated DOM instead and build a framework on top of that.
It isn’t complete yet and there’s [...]

Regular expression sandboxing

Birth of the regex sandbox
I decided today to do a proper blog post to explain my reasons for creating regex sandboxes. I don’t often write a lot of words on this blog partly because I’m not very good a making long meaningful sentences and partly because I think the point can often be made in [...]

JSReg javascript parser

My host won’t let me compile Spidermonkey on my server and I need a javascript parser for my next version of Hackvertor. I can’t really afford a new server, so I decided to write my own It’s nowhere near finished yet but I thought I’d give you a peak at the pre-pre-beta.
I use [...]