I was doing some research today, and found that the canvas element of HTML 5 can allow for people to make games. I also know that AJAX can be used to dynamicly grab info from the server and display it w/o page refreshing, even though it wouldn't work in IE unless you have a plugin, so would it be possible to make a browser mmorpg using the canvas element?
http://www.brighthub.com/hubfolio/ma...s-element.aspx
http://billmill.org/static/canvastutorial/
https://developer.mozilla.org/en/Canvas_tutorial
http://webdemos.sourceforge.net/jspl...tformer10.html
Also, I found this
http://www.brighthub.com/hubfolio/ma...-sandy-hx.aspx which would allow to make 3d.
Could this be done?