Archives for cgi
How to detect Rebol Referer in a PHP Script
Let's say I want to return the rss feed when you connect to reboltutorial.com with rebol (typing in rebol console: read http://reboltutorial.com) and not with your browser. Let's see how to do this.
This PHP Script returns an array which gives the elements of a request headers:
If you test it with ...more»
23 Dec by admin in All, Internet, Interoperability, Language, Protocol, Web Services, cgi, framework, php
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»
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»
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»
Tags: design patterns, quiz
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»
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»
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»






No Comment