Creating a web application that supports for mobile responsive design was never so easy. You have to handle the change of layout if they are being displayed in the various of media screen width type which is narrower than the computer screen width. Some of the general pages that must have the ability to auto-adjust […]
A Case Study: Implementing Many-To-Many Relationship in Web Applications that Generated by PHPMaker 10
As we have already known, when designing database relationships, Many-To-Many relationships are not a good idea, because they are not allowed. We must find a way of making them Many-To-One or One-To-Many. In databases, a join table is generally used to create the relationships. A typical example is the orders and products tables in the […]
Incorporating Alertify Code into Javascript Template Files of PHPMaker 10.0.1
This following customization will show you how to implement Alertify Code into Javascript Template Files that used by PHPMaker 10.0.1. There are some files that need to be modified so that we can use the Alert and Confirmation Dialog Box code from Alertify properly. In other words, we will not use the built-in alert and […]
How to Display Image and Text in List Options, Export Options, and Other Options of Web Applications that Generated by PHPMaker 10.0.1
One of the greatest features that I love so much from PHPMaker 10 is the ability to display the link either by using Button Group and or DropDown Button (since it used Bootstrap). This will obviously save a lot of space in your web applications. Not only that, it also has the ability to display […]
Step by Step to Implement Masino Extensions in a New Project of PHPMaker 10
This tutorial will guide you how to implement Masino Extensions in a new project of PHPMaker version 10 as well as I did for version 9.2.0. When I was writing this article, I have been testing all the extensions for version 10.0.5 (as this is the latest version). Please, make sure you always download the […]
MasinoFixedWidthSite10, Extension for Almost All Customization in Web Applications that Generated by PHPMaker 10
MasinoFixedWidthSite10 extension contains almost all the customization that I made for PHPMaker. The main purpose of this extension is to make the width of web applications that generated by PHPMaker 10 become fixed. As we have already known, by default PHPMaker 10 will generate your web applications which has width a hundred percent approach. This […]