Skip to main content

About

Free software helps everyone to gain knowledge, save their hard earn money and get the job done. Opensource software allows you to access the source code and made changes to suit your need.

"Free software means software that respects users' freedom and community, it means that the users have the freedom to run, copy, distribute, study, change and improve the software. Thus, free software is a matter of liberty, not price." -- By GNU Operating System.

About flpages.com 
Welcome to Free Learning Pages.
FLPages wants to help you get to know more about free software, technology that's helping businesses reduce cost.  

About FL
I have worked for many years in small companies, during that time I have to carefully choose the best software solutions for my company. Fortunately, there are many great free software available in the market, and this created my passion to review and learn all kinds of free software. 
I hold an Advance Diploma in Computer Studies and Masters in Business. My working experience is more on developing business software, but I have self taught myself many other software like graphic and video editing software.

YouTube Channel

Location
Malaysia, Singapore.

Date
June 2020

Popular posts from this blog

Making Ukulele Tabs & Notation in MuseScore

MuseScore is a music score writer for you to create, play back and print beautiful sheet music on Windows, Mac and Linux system. It's a free software alternative to Finale, Sibelius, Guitar Pro and supporting a wide variety of file formats and input methods.  You can download it for free at the website link here.   To know more about MuseScore and learn how to use it, you can visit https://musescore.org/en/support for Handbook, video tutorials and other services.  Making Ukulele Tabs & Notation in MuseScore This article is shows you how to make ukulele music notation and tabs with lyrics, chord symbols and fretboard diagrams in MuseScore. I am going to use the Happy Birthday score as an example for my tutorial. The first staff is standard music notation staff and the second staff is Ukulele tab (tablature),  this is call "linked staff" in MuseScore, any change to the notes in one staff will automatically reflect in the other. Open MuseScore program and click on &qu

How to Install FrontAccounting on Windows

You can install FrontAccounting with web server package on local PC for single user usage or testing, in this article I will show you how to install FrontAccounting with Xampp on Windows PC. Install XAMPP. Xampp is an easy to install web server package, consist of Apache HTTP Server, MariaDB and PHP programming languages. You can download XAMPP from  Apache Friends website . Click on XAMPP for Windows button to download the installer file, o nce the download finishes, click on the downloaded file to run the installer. The Warning window pop up, it's telling you to avoid installing Xampp into c:\program files. Press ok to confirm, and press ok again on another windows to continue the installation. Select the components you want to install, we recommend you install all the components, click on Next button to continue. This step is to choose the folder where the program is to be installed, it is recommended to choose the default c:\xampp. Click next button to continue. Uncheck

Creating Extensions & Modules in FrontAccounting

Software customization is important for your business, It's allows you to meet unique business requirements, streamline processes and integrate with other software. FrontAccounting is a free opensource software, and using easiest scripting language PHP to make customization more easier and faster, thus minimize costs. The customization can be done via creating extensions, and this is a better way as in future software upgrading will not affect the extensions module. This article is a Quick start guide that help developers who are new to FrontAccounting, I am using a simple example to walk you though the creating extension and report process. The follow diagram shows the structure of extension folders (blue) and files (green). Not all files are necessary, to create an extension without additional MySql table and report, you'll only need the hooks.php file and your extension program file, I am going to use a program "item inquiry" to illustrate the procedure of creating