Text
|
The fact that you are using Caravan Business Server indicates that you are familiar with programming. So we will avoid teaching you programming. You already know how to use variables, decision constructs (logical relational and other operators), and comments in your programs. In Caravan Business Server, you will write code in Caravan script in your web pages to handle such tasks. In Caravan Business Server, user domains security and scheduling of tasks is easily implemented by writing Caravan script code in the web pages. Code writing is prone to errors. You need to debug your code. These pages will take you through the paces and help you build your application.
If you have knowledge of HTML, a programming language, and some database basics, then learning Caravan script is easy. To build applications with Caravan script, you need to write code in the web pages that will form your application. Static HTML or web pages merely display content or information. You will have dynamic web pages in your application that will read information from the database and present them on the web page. Similarly, you will save, modify, and delete information in the database using dynamic web pages. Caravan Business Server carries out all these tasks. All you need to do is command it with the right Caravan script code. Security is inbuilt and you do not have to write a security application to handle access security, user domains and logins. The web pages you write can be scheduled to execute at any time of the day, week, month and year.
Spend a few minutes/hours learning these topics and you are well on your way to building useful applications in a jiffy.
Let's then go on to these topics.
* Variables * Decision Operators * Comments * User Domains * Scheduled HTML pages * Debugging
We firmly believe that you need not be a full-fledged programmer to write simple applications using Caravan script. Caravan script is simple enough to be used by any amateur programmer. Yet, it is also powerful enough to handle complex tasks that may require the prowess of a veteran programmer.
|