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 Always Include YUI Buttons CSS in PHPMaker Project
I recently always use the Dialog Panel from YUI which uses the YUI Buttons in it. Each of them uses the separated CSS file. Unfortunately, PHPMaker only includes this YUI Button CSS file in the header of your generated web application, if and only if you are using the Send to Email feature. If you […]
How to Improve LoadProfileFromDatabase() and SaveProfileToDatabase() Functions in PHPMaker Template
For some unknown reasons, you might get error message when you are calling LoadProfileFromDatabase() and SaveProfileToDatabase() functions. These both functions are located in your generated phpfn9.php file. The following customization below will prevent that error message by improving some code in those both functions. We will customize the template file for this purpose, and not […]
How to Combine Current User ID and Current User Name into User Column in Audit Trail of Websites that Generated with PHPMaker 9.0.1
PHPMaker has the ability to generate Audit Trail in order to log users activities in your web applications, either using log file or database. I recently using database instead of log file for implementing Audit Trail in most web applications I created. Unfortunately, PHPMaker does not log both CurrentUserID and CurrentUserName values in User column […]
How to Implement Multiple Themes in the Websites that Generated by PHPMaker 9.0.1
In this article I will show you how to turn your web applications that generated with PHPMaker 9 become support for using multiple themes. As we have already known, PHPMaker will generate your website which include a Cascading Style Sheet (.css) file in order to change the look of your website. Unfortunately, by default, you […]
How to Clear User Session ID in Websites that Created with PHPMaker 9.0.1
Have your user ever encountered the problem when receiving the warning message from your web application that created by PHPMaker 9.0.1 as following: “User NX already logged in!” (even this user NX has closed the browser) and then he/she report it to you as Administrator of your web application? Well, this warning message shows up […]
- 1
- 2
- 3
- …
- 6
- Next Page »