Made a method to be called from the value object (Parameters) so that you can
make local value objects from the global object instead of having to specify what kind of
value object you want to create from the constructor.
Thinking about it, I think I will scrap everything and go to the drawing board
and rethink everything now that I have a better feel for what I am making.
By Roy Galaasen
403 forbidden
Published:
I sent the PNG file in my previous post to my web host, One.com, but got greeted with a "403 forbidden".
Apparently, when you send files through FTP, the file permissions persist, so I had to do a 'chmod 644 <filename> and upload the file again.
Just a mental note for later...
By Roy Galaasen
JavaScript Animation Library Version 0.01
Published:
In the need of showing some technical animations for a tutorial I am planning to write,
I started to make an animation library in JavaScript. I am too tired to go into details right now,
but I will tell more about my plans in a later post. I will release this in the public domain,
which means that you can do what you want with it, no strings attached. The project is probably not
in a useful state yet, though. I have not tested for browser compatibility either, but it should
work in Google Chrome.