After implementing Masino Extensions in a new project of PHPMaker 9.2.0, now we are going to manage the breadcrumb links after generating the script files using PHPMaker application. As we have already known, breadcrumb links is very useful in a web application to let your users know where they are or what is the location […]
Step by Step How to Implement Masino Extensions in a New Project of PHPMaker 9.2.0
This tutorial will show you how to implement Masino Extensions in a new project of PHPMaker 9.2.0. This is very useful for those of you who want to start a new project by using the extensions I created for PHPMaker 9.2.0 from the scratch. In this tutorial, we will use MySQL as the database. There […]
How to Restrict Login Time in Web Applications that Generated by PHPMaker 9.2.0
This following trick will show you how to restrict login time in web applications that generated by PHPMaker. Let’ say, you don’t want your web application users login before 03.00 AM and after 11.00 PM (for example, since there are additional back-end process in the server after 11.00 PM and before 03.00 AM). If users […]
How to Compress Javascript and CSS Files in Websites that Generated by PHPMaker 9.2.0
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 Records on Daily Basis in Websites that Generated by PHPMaker 9.2.0
Now we are going to display records in List page on daily basis by using Server Events in web applications that generated by PHPMaker. This is very useful for web applications which have the transaction records that growing from day to day. Each time users open the List page, then only the records that have […]
How to Overcome Timezone Issue in Websites that Generated by PHPMaker 9.2.0
Have you ever experienced something strange when creating the web applications that generated by PHPMaker which use multi-language and the Timezone is other than GMT? If you look closely at the Date and Time when the data from the database is displayed, then the value will be converted twice from the original GMT Date and […]
- « Previous Page
- 1
- …
- 16
- 17
- 18
- 19
- 20
- …
- 49
- Next Page »