As we have already known, the smaller the Javascript and CSS file size, the faster the web application is loaded. Therefore, that would be better if we compress the Javascript and CSS files that we used, especially those that have been generated by PHPMaker. Many Javascript and CSS compressor tools provided in Internet have the […]
How to Display Announcements in All Pages of Website Created With PHPMaker 8.0.3
Have you ever encountered situations where you want to display the announcements for all of your users in all pages of your website that created with PHPMaker? Well, I have. So I created the following modification by customizing the template in order to implement it each time I generate my website using PHPMaker. Now you […]
How to Customize Your Pagination Style in Website Created With PHPMaker 8.0.3
PHPMaker generates your pagination style (generally, in the page that displays the list of records) based on the setting you chose from PHPMaker application; whether you want to use the drop down style, or link of number style. Unfortunately, you have to choose one of those two options. If you want to switch from one […]
How to Beautify Your Page Title in Website Created With PHPMaker 8.0.2
This following modification will beautify your Page Title in website created by PHPMaker 8.0.2. The Page Title we are talking about here is located at the very top of your page (not in the title bar of your browser). For example, when you are displaying your customers list page, you will see the Page Title […]
How to Optimize Content Page Width to Maximum Width of Your Web Site Created with PHPMaker 8.0.2
PHPMaker generates your content page width without optimizing it to the maximum width of your website. For example, if your list page contains a table with only two columns or fields, then you will see that this total table width will not adjust to the maximum width of your website. Therefore, you will see many […]
How to Beautify Your “Change Password” Page Created With PHPMaker 8.0.2
This following modification will change the look of your “Change Password” page just like the modifications I have ever been made to beautify the Login, Registration, and Forgot Password page. This “Change Password” page can be accessed when User has successfully logged in to your system. This following modifications are also using the same images […]