Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

ad3

Archives for Protocol

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»
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»
23 Aug by admin in All, Automation, Hot, Protocol, Twitter, Web Services

[Hot] How to tweet from Rebol in One line (using Twitter API)!

[Hot] How to tweet from Rebol in One line (using Twitter API)!
Can't believe it? Launch Rebol's Console, and copy and paste this:do http://reboltutorial.com/source/rebol-twitter.rYou can now tweet in one line by typing:tweet "Hello World!"Nevertheless do not forget the quote (you can also write a multiple-lines message using braces {}).The first time it will ask your login and password:The second and next time, ...more»

How to do Google Raw Http Request (part I): the Get Http Request

How to do Google Raw Http Request (part I): the Get Http Request
What is raw http Request ? The problem when beginning with high-level language like C#, Java or PHP is that people may have never known how simple the underground is in reality. So here's a short introduction:Back in the old days of the Internet (see history), there was a ...more»
15 Aug by admin in All, Beginner, Concept, Protocol

Learn TCP/IP: how to create 2 simple TCP/IP Client and Server

Learn TCP/IP: how to create 2 simple TCP/IP Client and Server
Did you try to learn TCP/IP in other languages and found it was a huge learning curve? In Rebol it's not as hard even if you'd never coped with network programming before. Why? Because Rebol claimed to be a messaging language so everything relating to networking should be easy and ...more»
18 Jul by admin in All, Automation, Internet, Parsing, Protocol

Multiple Domain Names Owner: How to Automate your Whois Queries

Multiple Domain Names Owner: How to Automate your Whois Queries
There are a lot of Whois Freeware Utitilies but none has many professional features like mass whois queries (for example what about making a list of all your domain's expiration dates so as not to forget to renew them ?). Since Rebol is a messaging language with built-in internet protocols: ...more»
27 Jun by admin in All, Beginner, Database, Internet, MySQL, Protocol

How to connect to your remote Wordpress Database from the comfort of your Desktop

How to connect to your remote Wordpress Database from the comfort of your Desktop
Have you ever dreamed to access your MySQL Database from your Desktop without having to connect to your webhosting control panel, launch your PHPMyadmin, etc. ? Now your dream comes true. But as pre-requisite, you'll need to activate remote access for MySQL. Usually your webhosting control panel has an ...more»
23 Jun by admin in All, Automation, Hot, Internet, Protocol

[Hot!] How to create a dzone:// protocol (like http://) or an Asynchronous Protocol Handler

[Hot!] How to create a dzone:// protocol (like http://) or an Asynchronous Protocol Handler
Would you like to create your own protocol similar to http:// ? Why would you like to do so ? Because you will save a lot of time by implementing it the way you really want as the protocol is just an interface and the rest is up to you.So ...more»

ads1

ads2