I was thinking about a Wappler Online Course? I dont want to invent the wheel from scratch, but maybe it would make sense with a small Quiz do onboard users before they start with a project. It would help users to head on the right path of developing, otherwise support forum gets increased requests. I‘dont want to speak from „Certificated Wappler Users“, but for most interactions thats needed. Nobody sits in a car without a crash course.
Questions could be done in groups like „Design“, „Database“, „Wappler Interface“, and for me very important: „Best Practice“.
So for example a question in „Best Practice“ could be:
What is the proper way to use Server Connections?
- No special needs, just add them.
- Proper naming and grouping
- Ordering is important
You did a new Page where you interact with Api/DB or Similar and its just not working. What you do?
- I start opening the necessary PHP/ASP files to check code.
- I will try different Browsers and Operating Systems
- I will start to Debug with XHR
You have similar Elements/Blocks which appear on different PHP Pages, what way you go?
- I will copy and paste the Code into other Pages of my Project
- I will use SSI and Include these Parts
- I will put that block into a new File and include them
Your client asks for design and colour changes. What you do?
- I‘ll change my existing Bootstrap Code and CSS
- I dont change existing Bootstrap Code, instead add a new CSS and include it in my header
- I use a new Style and change it
Your project gets bigger, how you make sure you don‘t mess up?
- I put short prefixes to identify elements, use Folders and a namingconvention.
- With wappler you cant mess up
Whats important before starting with DBs in Wappler?
- Nothing, you just can start and can change DB during project easily.
- You need to design a consistent DB with prefixes and datatypes.
You have a DB with t_customers and therefore stored their ads in t_adverts whats important?
- Nothing you just need to make sure ID‘s are properly linked.
- You need to make sure that DB is logic and fields/data constrain.
Last updated: