Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

Archives for Internet

4 Jan by admin in All, Announcement, Internet

Prepare for the next Big Bang Release: ODBC (use Rebol with MS Access Wow !!!),SSL/HTTPS,…

Prepare for the next Big Bang Release: ODBC (use Rebol with MS Access Wow !!!),SSL/HTTPS,…
I know I've been a bit harsh lately ;) but you all know I'm well intentioned and that you should always take my critics positively. But when time comes when I see something great, well I won't restrain myself from telling it. And a few days ago, HostileFork has whispered ...more»

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»

How to parse an HTML Web Page to extract all zip-exe or tar.gz links without using RegEX

How to parse an HTML Web Page to extract all zip-exe or tar.gz links without using RegEX
In one of the first tutorials you've learned how to easily extract text from an HTML Web Page in a few lines without using Regular Expression. As I'd like to automate the download of softwares, I'll now show you how to extract all html links from an Html Web Page ...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»
10 Oct by admin in All, Beginner, Internet, Protocol, Tools

Creating a simple FTP Editor (part I)

Creating a simple FTP Editor (part I)
I've been looking for a simple free ftp editor. There is one here but it isn't free. That's why I decided to craft this poor-man ftp editor. Of course I'm too lazy to craft it from scratch. So I will use the hidden source editor included with Rebol! Yes, Rebol has ...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»

Hey a Cup of UML Please!

Hey a Cup of UML Please!
AskUML.com will be an online "UML Café" where people will be able to draw UML Diagrams in plain English. It will be based on yUML and the easy yUML Dialect presented here. The UML Café is not opened yet so the Submit Button will not work, please be patient! ...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»
26 Aug by admin in All, Internet, Project, Twitter, Web Services

Rebtweeter - next Generation Twitter Client: first Project Vision Draft

Rebtweeter - next Generation Twitter Client: first Project Vision Draft
As I've announced the RebTweeter Project yesterday, I will now give the first Project Vision Draft below: Will be a client/server application The server can be local or remote The client can be desktop or web in any platform/language  (not limited to PHP, Java, C#,...) For local access, non-rebol client will have to download ...more»
24 Aug by admin in All, Could Computing, Internet, Marketing, Trend

The JSON Saga: an IT Marketing’s lesson for Rebol ?

The JSON Saga: an IT Marketing’s lesson for Rebol ?
Douglas Crockford revealed that JSON had been partly influenced by Rebol: Another influence was Rebol. Rebol’s a more modern language, but with some very similar ideas to Lisp, in that it’s all built upon a representation of data which is then executable as programs. But it’s a much richer thing syntactically. ...more»
Page 1 of 3:1 2 3 »