Dear friends,
I am searching for friends who help to work on a tutorial.
Here a short introduction to the project.
The source code is ready in the mod harbour samples but we need a manual for the beginners.
***************************************************************************************************************
Interested in creating your own website?
Ever wondered how cool is it to have a website that has a log-in/log-out functionality? Want to learn how to Create, Read, Update or Delete(CRUD) records in a database?
Have you lost track on your previous tutorials?
Well, we are going to learn how to create one from scratch where in you will know every single details on how the code works.
If you are new to back-end web development, this tutorial is for you.
We will try to learn and clear everything in detail so that later if one uses our tutorial, we won’t have to research some particular methods being used.
***************************************************************************************************************
We won’t be using any frameworks to keep things simple.
Is there someone who is interested and will help to work on it?
Best regards,
Otto
Topic Contents:
1.) Setting up your server
2.) Creating the public HTML Pages
3.) Creating the database and its tables - we focus on DBF files
4.) Adding users to the database
5.) User log-in: Authentication
6.) Setting up the home page for Logged-in users and Logging-out
7.)Testing Page Security
8.) Adding data to the list – User Access Only
9.) Displaying data in the home page
10.) Editing Data
11.) Deleting data
12.) Displaying public data