As we have already known, CSS Sprites has the ability to reduce the HTTP requests and the bandiwdth usage of your web applications. You are strongly recommended to implement it for your web applications, moreover if you are using some icons or small picture. Instead of downloading all the pictures several time from the web […]
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 Highlight the Selected Menu Item in Websites That Generated by PHPMaker 9.2.0
Now we are going to add the ability of highlighting the selected menu item in web applications that generated by PHPMaker. Actually the following trick below is similar to this topic in PHPMaker discussion forum. Unfortunately, that code will only work for the menu bar item which have sub-menu items beneath it. That code in […]
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 Menu in Websites that Created with PHPMaker 9.0.2
Now it’s time to customize Menu in your web application that generated with PHPMaker 9. We will add the icons (16 x 16 pixels) or small images as well as the icons on the menu items. Now you can beautify your menu display by adding the icons or images that sit on the left of […]