Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

ad3

Archives for Interoperability

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, Internet, Interoperability, php

How to include Rebol CGI within PHP (Interoperability between Rebol and PHP)

How to include Rebol CGI within PHP (Interoperability between Rebol and PHP)
We have seen how to call Rebol Cgi from C#/ASP.NET through HttpWebRequest or Process.StartInfo. We're now going to see how to do so in PHP.PHP can relatively easily interface with Perl thanks to the Apache_Note function. This function can work with Perl because Perl has libraries suitable for that purpose.Unfortunately ...more»

How to call Rebtweeter CGI from C#/ASP.NET through HttpWebRequest

How to call Rebtweeter CGI from C#/ASP.NET through HttpWebRequest
We just added to the Winform of previous tutorial a "Request Remote Server" checkbox option (see picture below) which is our Rebtweeter WebService (made in Rebol in our case).as for code we just put in the OK Button Event Handler (Full Visual Studio Project here) this short snippet:...more»

How to call Rebtweeter from C# Client (through Command Line Arguments)

How to call Rebtweeter from C# Client (through Command Line Arguments)
Microsoft has made a great job with Visual Studio IDE for building Windows Applications and they even generously ;) offer Visual Studio Express Editions. So you may like to use Winform instead of Rebol's VID or you just don't want to re-develop everything and want to integrate a Rebol's library ...more»

Why Carl Sassenrath was and still is one of the 30 Most Influential People In Programming

Why Carl Sassenrath was and still is one of the 30 Most Influential People In Programming
Webdesigndev listed Carl Sassenrath as "one of the 30 Most Influential People In Programming" but does the young generation ever heard of him as he did enter the Legend of History of Personal Computing in the ninety eighties nearly 25 years ago ? So let's travel back to the past.According ...more»

ads1

ads2