|
Build a Registration Scheme
In Part II of this tutorial, Mark SchonewilIe shows us how to create a simple interface for the registration scheme we made in Part I, how to save the user data to disk, and how to check whether the software has been registered when a new user session starts.
READ MORE

|
Introducing SQLite Diff
This article answers the question, why might you need a SQLite comparison tool? Revolution's built-in revDB functionality supports the use of SQLite database files within Revolution projects. SQLite can be used as a fast and lightweight database engine useful for storing application preferences or even as the main data store for single-user applications.
READ MORE

|
The Power of Sort
A few months ago we ran an article from Hugh Senior demonstrating how to do a custom sort based on a fixed list of values. This article takes up the theme and shows us several other ways to use sort.The technique of using a custom function with the sort command is very powerful; sorting by a value list is one of its most useful manifestations, but only one. Read on for more handy ways to use the technique.
READ MORE

|