[REBOL] rebol ecommerce site Re:(3)

2000-05-17 Thread rrm

I just want to tell you how impressed I am with your work.  The site looks
great and the total use of REBOL is awesome.  I was wondering if your
content is store in a database or flat file.  How did you deal with REBOL's
data limitations?

-Original Message-
Anyone else have any comments on the system or suggested improvements ?




[REBOL] rebol ecommerce site Re:

2000-05-15 Thread rrm

On what type of system is this site running?  What is the bandwidth, memory,
and cpu power?  Also, is the machine dedicated to this site only?  I ask
because this is the first production that I have seen using REBOL and wanted
to better judge the speed of the site.  Thanks

-Original Message-
I've just finished a website with an ecommerce shopping basket system
http://www.savilleflowers.com/




[REBOL] none Re:

2000-05-05 Thread rrm

Can you repost the original script?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 03, 2000 5:03 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] none


Hello

A few months ago Russel posted a very nice script computing the Julian day
with Rebol.

I just used it and noticed, that there's a problem with the 1st of March
of leap years after 2000.
It assumes that e.g. 2-Mar-2004 is following 29-Feb-2004.

Anyone more familiar with this subject and able to help ?


TIA

AR

-- 
Sent through GMX FreeMail - http://www.gmx.net




[REBOL] Rebol and Linux Re:(2)

2000-04-28 Thread rrm

Ok, this looks like an easier solution.  Even if this solution works, it
be more sound to use the version 4.2 library or even aquire the version
4.0.  I wouldn't worry about it unless you have problems that can't be
explained or duplicated by others.  Thanks Kevin!

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 28, 2000 9:35 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] Rebol and Linux Re:


[EMAIL PROTECTED] wrote:

> Problem, Rebol asks for Libncurses.so.4, I only have version 5. Is
there a 
> way to make Rebol use that? Should I copy Libncurses.so.5 to ...5 to
fool it?
> Should I locate the older version of ncursess?

I exchanged e-mails with another list member back in February 
covering this very issue.  My guess is you're probably running 
Slackware 7.

>From my earlier post:

>The copy of libncurses supplied with Slack 7 is libncurses.so.5.0. 
>A symlink to this newer version must be created:
>
>% cd /lib
>% ln -s libncurses.so.5.0 libncurses.so.4

That's all it takes.

This tip was passed on to the Rebol Documentation Department via 
feedback (trouble ticket #2207), but may not have made it to the 
official install docs yet.

Best regards,
Kev

Kevin McKinnon, Network Engineer [EMAIL PROTECTED]
Sunshine Communications http://www.sunshinecable.com

PGP Public Key: http://www.dockmaster.net/pgp.html   PGP 6.0 www.pgp.com




[REBOL] Rebol and Linux Re:(3)

2000-04-28 Thread rrm

Grab this package with its instructions:
ftp://ftp.slackware.com/.1/slackware/slackware-7.0/contrib/ncurses-4.2.t
gz
ftp://ftp.slackware.com/.1/slackware/slackware-7.0/contrib/ncurses-4.2.t
xt

I don't think you will have to install the whole thing.  This may even
overwrite your version 5 files.  Copy the file /pub/libncurses.so.4.2 in
this archive into the same directory as the version 5 library.  I'm
sorry that I cannot test this for you.  If it *works* please let me
know.  If it does not then I will test it over the weekend.

-Original Message-
Sorry. I downloaded  rebol042.tar.gz I use Slackware 7, kernel
2.2.13 using the distribution's kernel, no changes to it.




[REBOL] Rebol and Linux Re:

2000-04-28 Thread rrm

Which version did you download?  I'll assume that you are on and x86
machine.  Here were your choices:
Linux, Libc5 iX86 Released 2.2.0.4.1 rebol041.tar.gz 
Linux, Libc6 iX86 Released 2.2.0.4.2 rebol042.tar.gz 

If you let us know which version you used and your Linux distribution
and version, then we can probably help you better.

-Original Message-
Problem, Rebol asks for Libncurses.so.4, I only have version 5.




[REBOL] Mimetypes Built-in?

2000-04-27 Thread rrm

Mimetypes Built-in?
What do you all think of asking Rebol to put a mime type datatype into REBOL along 
with the most common mime types?  Here is a bit of code from webserver.r:

 err-num " " err/2 "^/Content-type: text/html^/^/"

That could be reduced, clarified, or beautified to:

 err-num " " err/2 system/mimetypes/text/html

Because REBOL is so web centric it makes sense to me.  What do you think?




[REBOL] Mime Type Datatype Built in?

2000-04-27 Thread rrm

What do you all think of asking Rebol to put a mime type datatype into
REBOL along with the most common mime types?  Here is a bit of code from
webserver.r:

 err-num " " err/2 "^/Content-type: text/html^/^/"

That could be reduced, clarified, or beautified to:

 err-num " " err/2 system/mimetypes/text/html

Because REBOL is so web centric it makes sense to me.  What do you
think?




[REBOL] Beta FAQ

2000-04-20 Thread rrm

I left REBOL a long time ago and now I'm checking it out again.  Can
someone tell me about or where can I find a FAQ for what the different
versions of REBOL are.  And also, can I beta test or do I have to apply
with Rebol the company?  Thank you




[REBOL] Cookies in Rebol? IDE? Re:

1999-09-24 Thread rrm

I use VIM (www.vim.org) which supports syntax highlighting for REBOL and 100
other lanuages.  It has a very complex keystroke command set, but it also
has GUI menus and toolbars.  I have set up my menus to plug in custom text
where my cursor is.  The menus break away so you have a sort of floating
hotlist of code snippets.  I am working on getting CSS1 style sheets in my
menu.  Then I will do HTML4, and REBOL.  If anyone is interested in getting
these menu files from me, I can tell you how to make them load whenever VIM
starts.

One more thing about VIM is that it is OSS, runs on many platforms, and
binaries for each platform are available.  It is also under 2MB in size.
When REBOL/media is out we can write something better, but for now VIM is it
for me.

-Original Message-

2. Is there an IDE with syntax highlight, maybe auto-members and
step-debugger? Kinda like VB ( i program VB for living )?