Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

Archives for cgi

How to pass Arguments from PHP to Rebol CGI (PHP/REBOL RPC)

How to pass Arguments from PHP to Rebol CGI (PHP/REBOL RPC)
PHP is everywhere, it has a huge Ecosystem of Libraries (like User's Session Management, Security, ...) which are still lacking in REBOL (though Rebol has all the network protocols and the very nice Parse to process strings, building a well-organised reusable framework takes time), so it makes sense to use ...more»
8 Dec by admin in All, HTML, Image, Interoperability, cgi

Building a Dynamic Web Gallery WITHOUT MySQL DB (or How to smoothly transition from PHP to Rebol)

Building a Dynamic Web Gallery WITHOUT MySQL DB (or How to smoothly transition from PHP to Rebol)
I have found a simple Php Gallery here. You can test it by clicking on the picture below: It is originally composed of a front gallery.php file plus these include files: . The add-images.php file contains this loop to generate the addimages array used by gallery.php (the one in the same directory): The documentation ...more»
7 Dec by admin in All, E-Learning, Funny, HTML, Javascript, cgi

Design Pattern Quiz in Rebol CGI (part II)

Design Pattern Quiz in Rebol CGI (part II)
In Design Pattern Quiz Part I, we created a Quiz with no GUI interface, in this part II, we're going to create the Quiz in Rebol CGI (see how to install Rebol on your Shared Hosting Service) and Javascript. For the Quiz, we used a Javascript component from dhtmlgoodies. You can ...more»
6 Dec by admin in All, cgi

How to install Rebol CGI on Dreamhost Shared Hosting Service

How to install Rebol CGI on Dreamhost Shared Hosting Service
I have moved to Dreamhost because my former webhosting service sucked and above all because Dreamhost does support Rebol CGI on its Shared Hosting Service (yeah I can only afford cheap ;) ) and it's amazingly easy as I'm going to show you. First download the Linux x86 - Libc6, Debian ...more»
28 Aug by admin in All, Parsing, Project, Rebtweeter, Twitter, cgi

Rebol CGI Form for the Rebtweeter Client Project (part II)

Rebol CGI Form for the Rebtweeter Client Project (part II)
Previous time, we just tackled cgi form with an html mockup screen and a cgi skeleton for our Rebtweeter Client Project. This time, we will have a fully functional prototype (it's far from being the first release yet as per Project Vision Draft, just a demonstration of the core functionality) ...more»
27 Aug by admin in All, HTML, Internet, Project, cgi

Rebol CGI Form for the Rebtweeter Client Project (part I)

Rebol CGI Form for the Rebtweeter Client Project (part I)
We have seen in former lesson how to setup your windows local cgi-server (for Linux I'm sure you Geek know how-to). In this lesson, we're going to illustrate CGI Form for there is already some excellent tutorials from Rebol.com and from suite101.com so I don't need to parrot them. I will ...more»