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 Add Layout Box Shadow in Websites that Generated by PHPMaker 9.0.2
Now we are going to add the box shadow in layout of websites that generated by PHPMaker. Please note that the following customization depends on the customization I created in this article: How to Make a Fixed Width Site Using PHPMaker version 9.0.1, so if you want to implement the following customization below, then you […]
How to Customize Submit Button in Websites that Generated by PHPMaker 9.0.2
Are you tired of seeing the boring standard submit buttons in your web applications that generated by PHPMaker? Currently, PHPMaker generates submit buttons without adding the certain style so it is still using the standard button style just like we saw in Windows Standard button style. Now, you will never see that boring buttons again! […]
How to Customize Pagination Style in Websites that Generated by PHP Report Maker 5.1
PHP Report Maker generates your Pagination style based on the setting you chose from PHP Report Maker application; either using the drop down style or link of number style. In addition, either using top, bottom, or top and bottom position. Unfortunately, you have to choose one of those two or three options. If you want […]
- 1
- 2
- 3
- …
- 10
- Next Page »