Appjet and Agrid

I have found a new way of doing small simple web applications. It is through a web service called Appjet. Appjet host web apps written in JavaScript, they have made there own little way of doing thing but it works out well enough to make something worth while. To try out there system I made a simple ads grid (you and someone else trade ads on your web sites(s) to get more views). It is about 90 lines of JavaScript, and from the test that I have run, it works well enough to maybe drive a few more viewers to your site.

Net DataBase in javascript

I do not know who cares but I have had this for some time. It is a small network database in JavaScript. It is base on Taffydb. It syncs the data through the freewebs jjax base shout box system. I do not know what the limit is on the data base, I think that at some point freewebs would turn of your shout box but I do not know. I have a demo here. Your name is enter in to the data base. You could also use globalStorage to save some data on the clients computer. Because all of the data is over HTTP Get request I think that each cell would have about a 500 bite limit.