Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Web calendaring

From: gchiu:compkarori at: 3-Jun-2001 12:42

On Fri, 1 Jun 2001 13:39:40 -0700 [sterling--rebol--com] wrote:
> Yeah. Well, it was either post it now without any real > comments or > anything or wait until I have time to fully comment it > which is > probably a long ways off. So, you'll have to take what > you can > get. ;)
I've made a few small changes - hope nothing breaks :-) 1. Now saves to an ftp site as well as locally, and loads which ever data file is the latest ( assuming that the ftp site is in the same time zone ) 2. Navigating in the day view also changes the month view 3. Clicking on the date brings up a "Goto Date" requestor. I've also seen some code that seems quite puzzling to me eg. size-hol: to-pair reduce [any [all [positive? tmp: dx - 20 tmp] 0] 16] What's wrong with writing this as: size-hol: to-pair reduce [ max dx - 20 0 16 ] -- Graham Chiu