Calendar and notes app

Brian Yennie briany at qldlearning.com
Sat Dec 13 16:09:41 EST 2003


You might want to check this out:

ftp://ftp.metacard.com/MetaCard/mchttpd.zip
A simple, sample web-server written with MetaCard, should run fine 
under Rev.
I've written an entire commercial web-based product under this 
paradigm, so I can tell you (almost) for sure it can do what you need...

Briefly, I would suggest playing with the above, creating a few HTML 
templates, and using merge() extensively to create your final output 
for the user. If you need a database back-end, Valentina and MySQL both 
work well. MySQL is more of a multi-user database, but Valentina is 
plenty for small installations.

There's tons more you can do: pretty much anything you can shove over 
HTTP protocol: generate images, authenticate users, return PDF, etc, 
etc... but much of the pleasure is creating your pages in HTML and then 
programming the logic in Transcript.

One important note: the mchttpd example runs on port 8080. If you want 
this to replace a web-server (rather than run alongside it), you may 
want to have it run on port 80. Some firewalls will block you otherwise 
(and some still will, but that's another story). You may need admin or 
super-user privileges when you run the server to use that port number, 
so check openSockets() to make sure the port opens.

HTH

- Brian

> I'm looking for an application for a small group of secretaries to use 
> to do 2 things. The results of their work should be ultimately updated 
> to a web page for others to view but they would have a more 
> interactive interface to it. I'm thinking client-server type of 
> interaction.
>
> 	1. A communal note field. This would be used to update notes for the 
> day including who is out sick, on travel, etc.
>
> 	2. Scheduling of a small number of conference rooms (i.e. 4) as 
> resources
>
> I've looked around for something that does this but the only things I 
> can find are either more sophisticated group calendaring applications 
> which is overkill for what I want both in complexity and setup or try 
> to do it with just with a web server and some sort of HTML editor 
> which is too cumbersome for these folks.
>
> It seems to me that Rev would be a natural environment to do this kind 
> of app in and am considering writing one myself. However, I don't feel 
> like I know enough about generating web pages and don't have the time 
> available due to other projects. It seems like Tuviah's chat example 
> would be an easy model to do the client-server part (with 
> modifications) and then either have the app save html files to a web 
> server or have the app itself be the web server which would be even 
> better.
>
> What I am really hoping for is that someone else has already done this 
> or is working on such a program and become a customer of it.
>
> Bill Vlahos
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>


More information about the use-livecode mailing list