Bluish Coder

Programming Languages, Martials Arts and Computers. The Weblog of Chris Double.

Server side Javascript

An update to the code demonstrating E4X support is here. Ajaxian is reporting that Sun is releasing Phobos, a Javascript application server. This is a web server that runs Javascript for implementing the server side code. The source has not yet been released, according to Ajaxian, but will be. A while back I worked on doing server side Javascripting using... more →

Amazon S3

I've been playing around with Amazon S3 for a project I'm working on and I'm quite impressed with it. Amazon S3 provides unlimited storage for $0.15 per gigabyte storage and $0.20 per gigabyte of bandwidth. Once you sign up and get an account you can create 'buckets' which are named collections of stored objects. Each bucket acts as a billing... more →

Python to Javascript

Simon posted a comment on my post about the C# to Javascript compiler pointer out that there is a Python to Javascript system. So far I've come across converters to Javascript from the following languages: more →