Wednesday, August 4, 2021

WebFiori Framework Tutorials - 7 - Building User Interface

In this video, we start by talking about a very important class which is used in building web pages. The class has the name 'HTMLNode'.

Tuesday, July 27, 2021

WebFiori Framework Tutorials - 6 - The Class 'AppConfig'

In this video, we talk about the class which holds basic application configuration. The class called 'AppConfig' and it exist in the root of your application folder.

Thursday, July 22, 2021

WebFiori Framework Tutorials - 5 - Web Pages

In this video, we will learn about new concept in WebFiori framework which is how to represents web pages in the framework. Official website: https://webfiori.com Web pages docs: https://webfiori.com/learn/web-pages

Sunday, July 18, 2021

WebFiori Framework Tutorials - 4 - Route Parameters

This video introduces new concept which is related to routing. The concept is called 'Route Parameters'. A parameter in a route is a string that acts as a placeholder for a value which will be passed in the URI. It is used to create generic routes. More about this feature can be found at: https://webfiori.com/learn/routing#route-parameters