[REBOL] Re: What's Up Rebol?

2002-03-06 Thread Ralph Roberts

snip

 
  Why is the book Rebol The Official Guide called The Official
  Guide?
 

 Because it was officially blessed as such by RT.  In my opinion (to
 repeat the disclaimer) that blessing may have been considered a good
 compensation for someone off the payroll taking on the challenge of
 writing a manual.


I don't know about the name compensation part on the above bookg but I
spent about three very hard, very immersed-in-REBOL months of my life
writing REBOL FOR DUMMIES. I don't regret it. I hope my writing reflects the
excitment and potential I see in REBOL and I continue to support it, talk it
up, and use it myself on a daily basis. ... REBOL still has a long way to go
in catching on, but the enthusiasm of those of us using it should help in
achieving that goal.

Meanwhile, keep on REBOLling.

--Ralph

Ralph Roberts, author
REBOL FOR DUMMIES
http://www.rebolpress.com/rfd/about.html
(autographed copies still available by ordering through the above link)

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with unsubscribe in the 
subject, without the quotes.




[REBOL] PostgreSQL

2002-02-21 Thread Ralph Roberts

Is anyone using REBOL/Command or /Core with PostgreSQL?

--Ralph

Ralph Roberts
author, REBOL FOR DUMMIES
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with unsubscribe in the 
subject, without the quotes.




[REBOL] Re: REBOL Books

2002-01-28 Thread Ralph Roberts / ALEXANDER BOOKS

Looking back through some old emails, I've found a post from Elan with an
update (ch7 errata) for REBOL the Official Guide (RTOG) and also found
Ralph Roberts full length acknowledgements post for REBOL for Dummies
(RFD).

So I thought I'd give them a home.

http://www.rebolforces.com/books/

Cheers,

Allen K


Thanks, Allen!

--Ralph

Ralph Roberts, CEO
ALEXANDER BOOKS/ Creativity, Inc.
65 Macedonia Road
Alexander, NC 28701 USA
800-472-0438 tollfree voice  fax U.S./Canada
828-255-8719 voice  fax worldwide
http://abooks.com

Read about Ralph's latest novel, the hilarious HUNDRED-ACRE SPACESHIP at:

http://abooks.com/article.php?sid=111mode=order=0



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with unsubscribe in the 
subject, without the quotes.




[REBOL] Important new info about ordering REBOL books

2001-11-21 Thread Ralph Roberts / ALEXANDER BOOKS

Here at aBOOKS (we fulfill REBOL's book orders) we just moved everything to
a hot new dedicated server, combining all the virtual machines we had been
renting. REBOL runs GREAT onitg.

But, the secure links for ordering books and manuals have changed. Until the
http://rebolpress.com site gets updaded, here are the new links:

REBOL: THE OFFICIAL GUIDE: https://abooks.com/abooks/cgi-bin/rog.r

REBOL FOR DUMMIES: https://abooks.com/abooks/cgi-bin/rfd.r

Core User Guide: https://abooks.com/abooks/cgi-bin/manual.r

Command User Guide: https://abooks.com/abooks/cgi-bin/comug.r

Or call us at 1-800-472-0438 tollfree in the U.S. and Canada. Or email me.
We want you to have your books.

Thanks for all the orders in the past.

--Ralph

Ralph Roberts
author: REBOL FOR DUMMIES

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with unsubscribe in the 
subject, without the quotes.




[REBOL] Re: Ralph's weather.r

2001-05-08 Thread Ralph Roberts / ALEXANDER BOOKS



Hi, Scot,

GS Jones wrote:
 
 From: Ralph Roberts
  #!/rebol/rebol --cgi
 
  REBOL[
  TITLE: weather.r
  AUTHOR: Ralph Roberts]
 
...
  ;; read REBOL FOR DUMMIES, order at http://rebolpress.com
 
 Hi, Ralph,
 
 The strangest thing happened after reading your source.  I felt this
 sudden urge to read REBOL FOR DUMMIES.  Could there have been a
 subliminal message buried in the code some where???
 ;-)


That's bizarre!  I've alread read REBOL FOR DUMMIES, so when I saw
the post, I had a sudden craving to read about the Civil War and
genealogical research!  ;-)

-jn-
-- 

See, ya can program REBOL to do ANYTHINGg.

--Ralph
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with unsubscribe in the 
subject, without the quotes.




[REBOL] Re: Ralph's weather.r

2001-05-08 Thread Ralph Roberts / ALEXANDER BOOKS



The strangest thing happened after reading your source.  I felt this
sudden urge to read REBOL FOR DUMMIES.  Could there have been a
subliminal message buried in the code some where???
;-)
--Scott Jones

-- 


g

--Ralph

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with unsubscribe in the 
subject, without the quotes.




[REBOL] Ralph's weather.r

2001-05-07 Thread Ralph Roberts

Here's the weather script I've been using at our http://abooks.com site for
some time now (REBOL embedded within PHP). See it in action at:

http://abooks.com/cgi-bin/weather.r

And here's the script (enjoy!):


#!/rebol/rebol --cgi

REBOL[
TITLE: weather.r
AUTHOR: Ralph Roberts]

print Content-Type: text/html^/

a: read http://weather.noaa.gov/cgi-bin/iwszone?Sites=:ncz053
; go to the NOAA site and find your local weather
; to get the URL above

b: 

print pre

parse/all a [thru ZONE FORECAST PRODUCT copy b thru /pre]

print b

;; read REBOL FOR DUMMIES, order at http://rebolpress.com

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with unsubscribe in the 
subject, without the quotes.




[REBOL] Re: Population of PDA Users

2001-04-07 Thread Ralph Roberts / ALEXANDER BOOKS

I could not function without my Handspring Prism. I just wish there was a
version of REBOL for it.

--Ralph Roberts
author REBOL FOR DUMMIES
http://www.rebolpress.com/#RFD


Hi Geo,

Consider me a PDA-Geek,

I've had :
Nec MP400, HP 620LX, Nino 300, PsionS5 (shameless plug : check
http://www.palmtime.com for some nice games/utilities for EPOC)

I currently own :
HP 680LX, Casio E-125, Handspring Prism

I used to write for Team Palmtops, a french magazine about palmtop
computer.
I've did PDA development for the company I work for and I'm currently
exploring Rebol as a way to develop small utilities as a scripting
language.
I'm sure Rebol would be a great pda language : it's fast, the runtime is
small, it's multiplatform and it does a lot of things with less lines that
I'm used to ;) From an idea in the subway, to the coding on the pda right
away, and to further develop the script on my desktop is really neat. It's
become a way for me to test things out when I'm on the road ! The fact it
has some OOP support let me try things and see if they would work either
under Rebol or another language. Strangely, it's implemented faster under
Rebol ;)

btw, I live in Quebec, Canada !

Chris

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Geo Massar
Sent: Saturday, April 07, 2001 2:22 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] Population of PDA Users


Hi folks,

I am curious how many PDA users are in the list and what country they
live. I, for one, own a EPOC-based PDA (Psion 7) and live in US.

Hope many of you would reply. This would give us some idea how much
percentages in population among the PDA users.

Thanks for replying.

Geo Massar,
Independent developer
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.

--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL + PHP

2001-04-03 Thread Ralph Roberts / ALEXANDER BOOKS


I have run tests on my big booklist database using both PHP and Doc Kimbel's
drivers. Since PHP uses an Apache module, it's definitely quicker. However,
the Kimbel/REBOL conbination is so much EASIER. Once REBOL gets an Apache
module in production, I think we'll have a REAL solution. As it is, I will
still be using REBOL for some MySQL tasks, again because I can program them
quicker. Doc Kimbel, he the man!

--Ralph


Paul Tretter wrote:

 Ralph have you tried Doc Kimbel's mySQL driver yet? If so, what did you
 think of the performance features of the driver verses PHP.  Just curious
 since I would like to get into mySQL and use Doc's driver to create
 something fairly robust.


I would be interested in some benchmarking too. But anyway -
Rebol/Core/Pro will
cost very affordable price!. It will feature /library component,
and IIRC jeff
posted here some mySQL and postGresSQL library wrappers - should
be faster, no?

-pekr-


 Paul Tretter

 - Original Message -
 From: "Ralph Roberts / ALEXANDER BOOKS" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, April 02, 2001 7:31 PM
 Subject: [REBOL] Re: REBOL + PHP

 
  Interesting...how did you use REBOL in the site? Are any of
the scripts
  visible?
  
  Thx,
  
  Dave De Graff
  
 
  Thanks for the kind comment, Dave... The scripts that search
our booklist
  (we sell almost a thousand different titles now) were written in REBOL.
 The
  entire underlying e-commerce system that allows a customer to
click on any
  title showing on the site on any page (and it's a dynamic site with the
  possibility of hundreds of pages) is PURE unadulterated REBOL. The same
  system, by the way, also handles fulfillment for the REBOLpress books,
 etc.
  Kinda proud of itg and it's generated a lot of good orders for us,
  operating flawlessly since July of last year. REBOL is just
plain EASY to
  develop powerful web applications in.
 
  You may have noticed the very first line of the http://abooks.com site,
 the
  one welcoming visitors and showing their IP number, etc.
Here's the script
  for that tasty little enhancement:
 
  #!/rebol/rebol --cgi
  REBOL [
  ]
  ip: system/options/cgi/remote-addr
  print "Content-Type: text/plain^/"
  print "font face='ARIAL' size='-2'"
  print ["Thank you for visiting this page frombrIP: "
ip "- - - Name: " read join dns:// ip]
print [br" on"
 now/date "at" now/time "our time (U.S. Eastern)."]
  print "BRBR/font"
 
  Long live the REBOLution!
 
  --Ralph Roberts
  author REBOL FOR DUMMIES
  get it at http://rebolpress.com
 
  --
  To unsubscribe from this list, please send an email to
  [EMAIL PROTECTED] with "unsubscribe" in the
  subject, without the quotes.
 

 --
 To unsubscribe from this list, please send an email to
 [EMAIL PROTECTED] with "unsubscribe" in the
 subject, without the quotes.

--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL + PHP

2001-04-03 Thread Ralph Roberts / ALEXANDER BOOKS


To achieve the sort of flawless operation that your site has would require
not just the stability of Rebol but also of some well thought out code.

If you reflect on the operation of your site over the last nine months, do
have you any thoughts about what makes a stable (or non-stable) Rebol cgi
script? Or indeed any other reflections.

Thanks,
Brett.

A very good question, Brett, and one that caused me really to think. I use
REBOL for lots of stuff. While I've been programming in various languages
for over 20 years professionally, I am still more of a writer and publisher
than a programmer. We are a small company expanding explosively with far too
few people (and I'm the only programmer). I don't have a lot of time to
spend "polishing" code. If I need a script, I usually need it by yesterday.
So, far too often, my code is nonelegant, even (yes, I admit it) sloppy. But
it gets the job done. Now I've never thought about REBOL in this context
before, but that kind of usage is a true torture test of any language.

My two major tools in the hundreds of websites I maintain and write web
applications for are REBOL and PHP. I am equally sloppy (to put it nicer,
"rushed") in both languages. On consideration of the results, I find REBOL
is more reliable.

Let me sum this up by way of an analogy. Back in 1968, I was in the infantry
in Vietnam. We carried M-16 rifles, which was then a new tactical weapon and
a lot of us troops were complaining it jammed all too often. In fact,
several guys in my unit were using captured AK-47s, the Communist assault
rifle stamped out of old rice cake tins up in China (or so it looked). But
the durn thing was reliable.

So this representitive from Colt Arms (a civilian) came out to my outfit in
the jungle one day. He gave us this great song and dance about how reliable
the M-16 was, yada yada yada. To top it off, he throws an M-16 into a pool
of muddy water. Now I'm sure this demo worked flawlessly at all the other
places he'd been, but when he pulled the rifle out and attempted to fire it,
the sucker essentially embedded its first round in the firing chamber and he
couldn't clear the weapon. A bad, bad thing to have happen if you are in the
middle of a firefight.

Well, American troops being American troops, some smart ass (wasn't me, but
could've been) tossed a captured AK-47 into the same muddy pool. Plucked it
out, and rock and rolled through a whole magazine of ammo without a glitch.
Needless to say, confidence in Colt's baby was not intensified.

That's how I perceive the difference between PHP and REBOL (and ASP and
ColdFusion, et al). In the middle of a firefight (like I GOTTA get an
application up and running TODAY) I reach for REBOL. If I have the leisure
to sight the weapon in, assume an approved firing position, and plenty of
time to snap off lines of code well, yes, there are targets PHP is better
suited for, but this is seldom true in combat or making a small company
profitable on a shoestring budget. Usually, I have no time but a desperate
need, so (like our rifles in Vietnam that never left our sides day or night)
REBOL is the one I sleep with. And like the rifle, it saves my butt from
time to time.

That's the difference.

Of course, it always helps a lot if you know which end dispenses the bullets
or code.

--Ralph Roberts
author REBOL FOR DUMMIES
buy it at http://rebolpress.com

this email (c)2001 Creativity, Inc. 'cause I WILL use the analogy in a book
one of these daysg


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL + PHP

2001-04-02 Thread Ralph Roberts / ALEXANDER BOOKS


Interesting...how did you use REBOL in the site? Are any of the scripts
visible?

Thx,

Dave De Graff


Thanks for the kind comment, Dave... The scripts that search our booklist
(we sell almost a thousand different titles now) were written in REBOL. The
entire underlying e-commerce system that allows a customer to click on any
title showing on the site on any page (and it's a dynamic site with the
possibility of hundreds of pages) is PURE unadulterated REBOL. The same
system, by the way, also handles fulfillment for the REBOLpress books, etc.
Kinda proud of itg and it's generated a lot of good orders for us,
operating flawlessly since July of last year. REBOL is just plain EASY to
develop powerful web applications in.

You may have noticed the very first line of the http://abooks.com site, the
one welcoming visitors and showing their IP number, etc. Here's the script
for that tasty little enhancement:

#!/rebol/rebol --cgi
REBOL [
]
ip: system/options/cgi/remote-addr
print "Content-Type: text/plain^/"
print "font face='ARIAL' size='-2'"
print ["Thank you for visiting this page frombrIP: "
  ip "- - - Name: " read join dns:// ip]
  print [br" on"
   now/date "at" now/time "our time (U.S. Eastern)."]
print "BRBR/font"

Long live the REBOLution!

--Ralph Roberts
author REBOL FOR DUMMIES
get it at http://rebolpress.com

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL + PHP

2001-03-29 Thread Ralph Roberts




 hi,

 anyone in the list has some experience using REBOL + PHP?

 carlos



Ah! My pet subject, HYBRID programming! Yes, I often combine the ease of
REBOL with the database savvy of PHP. See my website, http://abooks.com, as
an example.

--Ralph

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL + PHP

2001-03-29 Thread Ralph Roberts


 Well thats because i know very little about PHP I wonder if its possible
 to run a REBOL script from within a PHP script.

 carlos


Easy if you're using an Apache server... the PHP code would be:

virtual ("/cgi-bin/script.r");


--Ralph Roberts

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Core 2.5 Released.

2001-03-26 Thread Ralph Roberts

I'm not sure I would go _quite_ as far as Will, in demonstrating
accoladeg, but Carl and the REBOL Rangers certainly "done good," as we say
up heah in the Carolina hills. I've played with 2.5 this morning and it is
definitely hot.

--Ralph Roberts


 SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK..
 SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK..
 SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK..
 SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK..
 SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK..
 SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK..
 SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK..
 SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK..

 Thankyou so much 

 Will Arp

 --
 To unsubscribe from this list, please send an email to
 [EMAIL PROTECTED] with "unsubscribe" in the
 subject, without the quotes.



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Core 2.5 Released.

2001-03-26 Thread Ralph Roberts / ALEXANDER BOOKS



 I'm not sure I would go _quite_ as far as Will, in demonstrating
 accoladeg, but Carl and the REBOL Rangers certainly "done
 good," as we say
 up heah in the Carolina hills. I've played with 2.5 this
 morning and it is definitely hot.

How so?  What are the major improvements from your point of view?
--


Well, the enhancements to the sort function are really nice (I've been
developing an autograph price lookup application and this will help a lot).
Network protocols are certainly slicker (POP reallys pops! now)... Read
Carl's original announcement for more. The new Core is certainly worth the
money (i.e. still free!).

--Ralph


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: 99 Bottles of REBOL

2001-03-25 Thread Ralph Roberts / ALEXANDER BOOKS

like all good things, it may have become inactive.

--Ralph

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
Behalf Of Michal Kracik
Sent: Sunday, March 25, 2001 8:25 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: 99 Bottles of REBOL


And I submitted Carl's version in 1998. I got no reply and it never
appeared in the list.

-- 
Michal Kracik

Graham Chiu wrote:
 
 On Sat, 24 Mar 2001 23:59:42 -0500
  "Ralph Roberts / ALEXANDER BOOKS" [EMAIL PROTECTED] wrote:
 
  which has the 99-bottles refrain programmed in 142
  computer languages did
  not have a REBOL version.
 
  So, thanks to David, I was inspired to submit one, to
  wit:
 
 
 
 this was Carl's from late 1998 ...
 
 REBOL [
 Title: "99 Bottles of Beer Song"
 Author: "Carl Sassenrath"
 Note: "The correct song. A bit more advanced."
 ]
 
 sing: func [count rest] [
 prin pick ["99 bottles " "no bottles " "1 bottle "
 [count "bottles "]]
 min 4 count + 2
 print rest
 ]
 
 for bottles 99 0 -1 [
 sing bottles "of beer on the wall,"
 sing bottles "of beer."
 print pick ["Take one down, pass it around,"
 "Go to the store, buy some more,"] bottles  0
 sing bottles - 1 "of beer on the wall."
 print ""
 ]
 
 --
 Graham Chiu
 --
 To unsubscribe from this list, please send an email to
 [EMAIL PROTECTED] with "unsubscribe" in the
 subject, without the quotes.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] 99 Bottles of REBOL

2001-03-24 Thread Ralph Roberts / ALEXANDER BOOKS

David Perkins liked my Rebol Scripting Song (on pp. 345-6 of REBOL FOR
DUMMIES) and pointed out that the website:

http://www.cs.man.ac.uk/~pjj/cs1011/beer.html

which has the 99-bottles refrain programmed in 142 computer languages did
not have a REBOL version.

So, thanks to David, I was inspired to submit one, to wit:


; REBOL version of "99 Bottles of Beer" ;;
bottles: 99 loop 99 [
 print [bottles "Bottle(s) of beer on the wall," bottles "Bottle(s) of
beer"]
 print "Take one down and pass it around,"
  bottles: bottles - 1
 print [bottles "Bottle(s) of beer on the wall.^/"]]


--Ralph

you can get REBOL FOR DUMMIES at http://rebolpress.com/#RFD


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Alien Names expanded

2001-03-20 Thread Ralph Roberts

How powerful is REBOL? Well, I'm still using REBOL/Core to generate
literally hundreds of trillions of alien names. Just added another pattern
(and another 2,197,000 possible alien names) to
my alien name generator at:

http://abooks.com/alien

This pattern (Vcv Cvc) generates short, snappy dual names for aliens, such
as:

Ude Phap,  Ugu Zeh,  Ole Wat,  Uthu Shal, Ipho Ren, Iphi Phush,  Ote Mas,
Ela Wux, and so forth.

Hey, wot about Inu Thit, an alien who's always into new  well, write yer
own storyg.

Enjoy... REBOL, the possibilities are as wide as the universe!

And, hey, wanna learn all sorts of neat REBOL tricks, buy my book REBOL FOR
DUMMIES at:

http://www.rebolpress.com/#RFD

Best,

--Ralph Roberts

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: mysql scheme port

2001-03-18 Thread Ralph Roberts / ALEXANDER BOOKS

You're a good man, DocKimbel!

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Nenad Rakocevic
Sent: Sunday, March 18, 2001 2:03 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: mysql scheme port




Will Arp wrote:
 
 Hello I would be very interested in any progress on dockimbel's mysql
 scheme.

A new scheme version is ready. It's much more robust and reliable 
and supports
new features. Just have to update the docs and it will be ready to release
this week.

Regards,

DocKimbel.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: official guide dbms

2001-03-17 Thread Ralph Roberts / ALEXANDER BOOKS



#16-Mar-01# Message from *[EMAIL PROTECTED]*:
Hi [EMAIL PROTECTED],

 Perhaps Elan could publish such a dialect word usage summary in a
 downloadable .pdf for book purchasers? 

It already is - the REBOL/Core Users Guide:


And you can order it as a book at http://rebolpress.com.

--Ralph Roberts

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Book Review of the Official Guide

2001-03-11 Thread Ralph Roberts / ALEXANDER BOOKS


Yes, nice review! Congrats, Elan.

--Ralph



Hi all

A nice review of Elans book from a recent Byte column.

http://www.byte.com/column/BYT20001027S0007

Enjoy
-Larry

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: rebol and mysql drivers

2001-02-15 Thread Ralph Roberts

Or forget View and do it directly from Core:

 write/binary %/c/rebol/mysql-084.rip read/binary
http://rebol.dhs.org/mysql-084.rip
connecting to: rebol.dhs.org
 do %mysql-084.rip
Script: "REBOL Self-extracting Binary Archive (RIP)"
(12-Feb-2001/17:13:28+1:00)
 mysql-protocol.r
 mysql-monitor.r
 usage.html


DocKimbel for President!!

--Ralph Roberts

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
GS Jones
Sent: Thursday, February 15, 2001 12:42 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: rebol and mysql drivers


Hi, Tim,

Apparently you missed the posting from late last week.  DocKimbel has done
some great work on a mysql scheme.

The download is most easily obtained through the /View experiemental "demo"
desktop through the path laid out by DocKimbel below.  If you don't have
REBOL/View, then download
http://rebol.dhs.org/mysql-084.rip
and "un"-rip this compressed "rip" ball at the REBOL/Core prompt by typing:
do %/path/to/rip/mysql-084.rip
You will be asked to write a directory with three files if security hasn't
been deactivated.

Hope that does the trick.
--Scott

- Original Message -
From: "Tim Johnson" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 11:14 AM
Subject: [REBOL] rebol and mysql drivers


 Can rebol/core connect to mysql drivers?
 If so, are there any examples.
 TIA
 --
 Tim Johnson
 ---
 "Of all manifestations of power,
  restraint impresses the most."
  -Thucydides
 --
 To unsubscribe from this list, please send an email to
 [EMAIL PROTECTED] with "unsubscribe" in the
 subject, without the quotes.


--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: [ANN] mySQL driver for /Core

2001-02-10 Thread Ralph Roberts

It works in CORE!!

This is Heaven!

Thanks, DocKimbel!!! You've come up with something REBOL's need all along!

I love ya, man!

--Ralph Roberts
author of REBOL FOR DUMMIES

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
GS Jones
Sent: Saturday, February 10, 2001 4:05 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: [ANN] mySQL driver for /Core


From: "Douglas Mayer"
 Doc Kimbel...

 What is the url of your rebsite?  I'm interested.

 ...Doug

Hi, Douglas,

The download is most easily obtained through the /View experiemental "demo"
desktop through the path laid out by DocKimbel below.  If you don't have
REBOL/View, then download
http://rebol.dhs.org/mysql-083.rip
and "un"-rip this compressed "rip" ball at the REBOL/Core prompt by typing:
do %/path/to/rip/mysql-083.rip
You will be asked to write a directory with three files if security hasn't
been deactivated.

Hope that does the trick.
--Scott

 From: Nenad Rakocevic
 Hi guys !

 Great day today ! :)

 The first public release of my driver for mySQL databases is available on
my
 rebsite. (Testpanel/Ecotope/Dockimbel) Please read the html doc and
scripts
 headers before using it. Remember that's in beta stage, so don't
expect it
 to be perfect ! ;)

 Let me know what you think about it and please, send me all bugs reports.

 Best regards,


 DocKimbel.


--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.




-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Belgian Armed Forces Recruiting Assessment System is REBOL-based!

2001-01-15 Thread Ralph Roberts

Congratulations, Capitaine Coussment!

Ralph Roberts, CEO
ALEXANDER BOOKS/ Creativity, Inc.


$5 Blowout special on Stan Veit's HISTORY OF THE PC
http://1-b.net/historypc.html
while quantities last!

Hi REBOLS,

I would like to proudly announce the production release of the new Belgian
Armed Forces Recruiting Assessment System, the CyberCAT (Cyber Computer
Aided Testing).

Since January 2001, 1st, all applicants wanting to join the Armed
Forces are
being submitted to a serial of psychotechnical tests, which will determine
the intellectual potential and give an image of the personality and the
knowledge.

The core system has been written in REBOL and the GUI is DHTML, Java and
Javascript -based. The data are kept into a (first try but functional)
REBOL-made OODBMS.

The product is used in all the 12 Recruiting Centers (called INFOSERMI) on
the national territory and into the Selection and Recruitment Center in
Brussels.

We were able to create CyberCAT in less than 6 month, having just an
expertise with the previous system (written in PowerBuilder and SQLServer
based) and a procedural analysis.

I would want to address a special thank to Mr. Carl SASSENRATH for the
creation of REBOL, without which we should not have been able to achieve
those results (certainly not in such a short time).
Many thanks to all those from RT and from the mailing list who answered to
my questions: your knowledge's and best wanting have made our work a lot
easier !

Long life to REBOL !!!

Capitaine C. COUSSEMENT
 Forces Armes Belges
 Centre de Recrutement et de Slection
 Section de Recherche Psychologique
 Project Officer Computer Aided Testing
 Bruynstraat
 B-1120 BRUSSELS (N-O-H)
 BELGIUM
 ***
 *: +[32] 2 264 5344
 Fax: +[32] 2 264 5431
 e-mail:  [EMAIL PROTECTED]
 ***


--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] NOW IN STOCK!! Core and Command User Guides

2000-12-28 Thread Ralph Roberts

Sizzingly-hot off the press, we now have stock of both the REBOL/Core USER
GUIDE (7.5 x 9 inches, 574 pages) and the REBOL/Command USER GUIDE (7.5 x 9
inches, 670 pages), both with gorgeous four-color covers and chock full of
great REBOL info.

Both are now available for immediate shipment and are $29.95 each. You can
order the Core USER GUIDE via http://rebolpress.com. Later today we hope to
have the secure link up for the Command USER GUIDE.

Anyone who can't wait, call us tollfree in the U.S. and Canada at
1-800-472-0438 or e-mail mailto:[EMAIL PROTECTED].

And, don't forget, we're still offering signed copies of REBOL FOR DUMMIES.

oh yeah... Happy New Year, Happy New Century, Happy New Millennium!

--Ralph Roberts


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] postage rates going up

2000-12-28 Thread Ralph Roberts

Just a reminder, postage rates in the U.S. are going up on January 7...
You'll see an increase on all our order forms. However any REBOL books
ordered between now and the 7th will be at the current rate, so order now
and a save a little.

Best,

--Ralph

--
Ralph Roberts, CEO
Alexander Books / Creativity, Inc.
65 Macedonia Road
Alexander, NC 28701
1-800-472-0438 voice  fax tollfree U.S.  Canada
1-828-255-8719 voice  fax overseas
http://abooks.com

!!$5 BLOWOUT!! on STAN VEIT'S HISTORY OF THE PC ...
click here http://1-b.net/historypc.html



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Dummies!

2000-12-11 Thread Ralph Roberts

Glad you liked the book, Ryan yep, wish I had more time to work with it
alsog.

--Ralph

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Ryan C. Christiansen
Sent: Monday, December 11, 2000 2:07 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] Dummies!


I finally bought myself REBOL for Dummies. It's an early Christmas
gift to myself.

Thank you, Ralph, for a great book!

Now if only I could purchase myself some TIME to work with REBOL
more...

8-)

-Ryan
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL in PHP

2000-12-06 Thread Ralph Roberts



Haven't seen you on the list for a while! Glad to have you back!

chaz


I've been lurking, Chaz, while working on other projects. But I read the
REBOL list every day and, more importantly, I use REBOL every day. Great
stuff!

--Ralph


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] REBOL in PHP

2000-12-05 Thread Ralph Roberts


Quick tip:

In my book REBOL FOR DUMMIES (order it at http://rebolpress.com), I show how
PHP code embeds in REBOL scripts. Ah, but what if you want to call a REBOL
script from within PHP code? If your server is Apache and runs PHP4, it's
very simple:

?PHP

virtual ("cgi-bin/banner.r");

?

Why would you want to? I am a firm believer in hybrid programming--combining
the strengths of two or more scripting languages for a greater whole than
either of the parts can provide. In specific, while REBOL blows PHP away in
most aspects, PHP provides exceptionally powerful MySQL (and other SQL)
support. So the intermixing of scripting languages often gives a quick and
elegant solution.

Opinions welcome.

And you can always demand a recountg.

--Ralph Roberts





-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.