Wednesday, August 11, 2021

WebFiori Framework Tutorials - 8 - Including External Resource File

In this video, we learn how to include external resource file such as JavaScript file or a CSS file in web pages by using some of the utility methods which are provided by the class 'WebPage'.

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

Tuesday, July 13, 2021

WebFiori Framework Tutorials - 3 - More About Routing

In the previuse video, the concept of routing was inroduced. In this video, we look at routing in more details.

Thursday, January 14, 2021

WebFiori Framework Version 2.0.0

Hello everyone. Today is a big day for me. The reason for that is version 2.0.0 of WebFiori Framework was just released.

This release is considered as a major release since it is a whole refactor of version 1.0 of the framework. For more information about this release, you can check GitHub Repo of the project.

If you don't know what is WebFiori framework, it is a web development framework which was built in top of PHP language. The framework makes it easy for web developers to build simple web applications. For more information about the project, chech this page: https://webfiori.com/learn/introduction