This weekend, I’m hoping to release a beta of a wiki system I’m developing called ‘Mango.’ My intention is to start off with some basic wiki functionality, get some testers, revise, then produce a version 1 release which will be available for free download on the web.
Ultimately, I would like to do a full product […]
Firebug 0.4.1 and 0.4.0 suffer from a very peculiar bug. If you create an object with a property called ‘-URL’, you can not use console.log to see the value of the property using the console.
Steps to reproduce:
In the console, type
x = {’-URL’ : ‘foo.pdf’, ‘-Size’ : 100};
Now type
x
Now press enter and click on the […]
I’m planning to relaunch an old project I started - my family wiki. When I do, it will be at http://family.revillini.com/
Right now I’m trying to decide on which wiki to use. I should probably use phpwiki since it will probably be the most compatible with the database I already have started.