<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I Love PHPMaker</title>
	<atom:link href="http://www.ilovephpmaker.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilovephpmaker.com</link>
	<description>... because it gets even more powerful and flexible!!</description>
	<lastBuildDate>Sat, 19 May 2012 03:33:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Add Maintenance Mode to the Websites that Created with PHPMaker 9.0.1</title>
		<link>http://www.ilovephpmaker.com/customize-template/how-to-add-maintenance-mode-to-the-websites-that-created-with-phpmaker-9-0-1/</link>
		<comments>http://www.ilovephpmaker.com/customize-template/how-to-add-maintenance-mode-to-the-websites-that-created-with-phpmaker-9-0-1/#comments</comments>
		<pubDate>Sat, 19 May 2012 03:33:25 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[Customize Template]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[logout]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[mode]]></category>
		<category><![CDATA[PHPMaker 9.0.1]]></category>

		<guid isPermaLink="false">http://www.ilovephpmaker.com/?p=896</guid>
		<description><![CDATA[Many websites created nowadays do not include the maintenance mode feature in order to prevent users login and access the database. This maintenance mode, actually, is very useful whenever you maintain your database periodically and in the same time you do not want your user accessing your website and the database. Imagine if your user [...]]]></description>
			<content:encoded><![CDATA[<p>Many websites created nowadays do not include the maintenance mode feature in order to prevent users login and access the database. This maintenance mode, actually, is very useful whenever you maintain your database periodically and in the same time you do not want your user accessing your website and the database. Imagine if your user login and access to your database while you are maintaining or altering your database structure, what would be happened? The worst possibility is your database will be unstable or your database integrity will not be guaranteed anymore.</p>
<p>Unfortunately, the websites that created with PHPMaker are still not support for the maintenance mode. So this customization will solve the problem. I have successfully added the maintenance mode to the websites created with PHPMaker. Users with Administrator level now can change to the maintenance mode by simply changing the related constant value in your configuration file. In addition, they can also define until the certain date and time in the future this maintenance mode will be displayed in your website. Not until that, they even will be able to define whether this maintenance mode will be automatically switched to the normal mode when the end of maintainance date and time has been reached.</p>
<p>Users which have level access other than Administrator will not be able to access your web application except for the Login page, whereas users which have level access Administrator will still be able to access the web application but they will see the maintenance mode message at the top of all pages. This condition is very important if Administrator want to ensure that everything is gonna be okay (assuming the database maintenance process has been already finished), and Administrator will be keep reminded that the maintenance mode is still on.</p>
<p>All we have to do is customizing PHPMaker template files and also adding some code into the Server Events of PHPMaker application. In other words, we will not modify the generated script files at all.</p>
<p>Please <a href="http://www.ilovephpmaker.com/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://www.ilovephpmaker.com/membership-options-page/">register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilovephpmaker.com/customize-template/how-to-add-maintenance-mode-to-the-websites-that-created-with-phpmaker-9-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Show Announcement in All Pages of Websites that Created with PHPMaker 9.0.1</title>
		<link>http://www.ilovephpmaker.com/customize-template/how-to-show-announcement-in-all-pages-of-websites-that-created-with-phpmaker-9-0-1/</link>
		<comments>http://www.ilovephpmaker.com/customize-template/how-to-show-announcement-in-all-pages-of-websites-that-created-with-phpmaker-9-0-1/#comments</comments>
		<pubDate>Fri, 18 May 2012 02:37:23 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[Customize Template]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[PHPMaker 9.0.1]]></category>

		<guid isPermaLink="false">http://www.ilovephpmaker.com/?p=893</guid>
		<description><![CDATA[Have you ever encountered situations where you want to display the announcement 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 [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever encountered situations where you want to display the announcement 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 can display your announcement easily by setting it up the related constant in your configuration file. Besides that, you have to define the announcement itself from the .xml language files for the content of the announcement. Why must we define it in .xml language file? Because it has to support for multi language, right?</p>
<p>This announcement feature is very useful to broadcast some important information that need to be known by all of your users. By using this customization, you will know how to create the new constants and using it for all pages. Also, you will know how to create a user-defined style into your .css file according to the style or theme you are using for your website. Lastly, you will know how to implement the global code inside the PHPMaker application that will be used in all of your pages.</p>
<p>All we have to do is customizing PHPMaker template files and adding some code into Server Events section of PHPMaker. In other words, we will not modify the generated script files.</p>
<p>Please <a href="http://www.ilovephpmaker.com/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://www.ilovephpmaker.com/membership-options-page/">register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilovephpmaker.com/customize-template/how-to-show-announcement-in-all-pages-of-websites-that-created-with-phpmaker-9-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Show How Long User Should be Allowed Login in the Messages When Failed Login Exceeds the Maximum Limit Specified in PHPMaker 9.0.1</title>
		<link>http://www.ilovephpmaker.com/customize-template/how-to-show-how-long-user-should-be-allowed-login-in-the-messages-when-failed-login-exceeds-the-maximum-limit-specified-in-phpmaker-9-0-1/</link>
		<comments>http://www.ilovephpmaker.com/customize-template/how-to-show-how-long-user-should-be-allowed-login-in-the-messages-when-failed-login-exceeds-the-maximum-limit-specified-in-phpmaker-9-0-1/#comments</comments>
		<pubDate>Thu, 17 May 2012 04:07:13 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[Customize Template]]></category>
		<category><![CDATA[locked]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[login retry count]]></category>
		<category><![CDATA[maximum login retry count]]></category>
		<category><![CDATA[PHPMaker 9.0.1]]></category>

		<guid isPermaLink="false">http://www.ilovephpmaker.com/?p=888</guid>
		<description><![CDATA[PHPMaker has already provided the ability to prevent the user if the login attempt exceeds the maximum login retry count for the websites that created by it. If this condition occurs, then the user will get the message that inform her/him about it. Assuming system also have defined the next duration time user will be [...]]]></description>
			<content:encoded><![CDATA[<p>PHPMaker has already provided the ability to prevent the user if the login attempt exceeds the maximum login retry count for the websites that created by it. If this condition occurs, then the user will get the message that inform her/him about it. Assuming system also have defined the next duration time user will be allowed again with value of 5 minutes, then the message will be look like this:</p>
<blockquote><p>
    Exceed maximum login retry count. Account is locked. Please try again in 5 minutes
</p></blockquote>
<p>Unfortunately, if the user is still trying to login after he/she got that warning message, then the system will keep inform him/her about the “5 minutes” again and again. I think this message is not so smart, because that “5 minutes” message should be updated automatically in accordance with the real time at that time. So, instead of saying “5 minutes”, we will make it auto-adjust to the real time. The result will be like this:</p>
<ol>
<li>
    The first time user got the message at 08:00:00, it will show:</p>
<blockquote><p>
        Exceed maximum login retry count. Account is locked. Please try again in 0 hour(s), 5 minute(s), and 0 second(s).
</p></blockquote>
</li>
<li>
    When that user is trying to login at 08:00:15, the time will be automatically updated become:</p>
<blockquote><p>
        Exceed maximum login retry count. Account is locked. Please try again in 0 hour(s), 4 minute(s), and 45 second(s).
</p></blockquote>
</li>
<li>
    When that user is trying to login at 08:00:33, the time will be automatically updated become:</p>
<blockquote><p>
        Exceed maximum login retry count. Account is locked. Please try again in 0 hour(s), 4 minute(s), and 27 second(s).
</p></blockquote>
</li>
<li>
    And so on, and so on &#8230;
</li>
</ol>
<p>Well, does it sound smarter than before, right?</p>
<p>All we have to do is customizing the PHPMaker template files so we can re-use this template for the future projects. In other words, we will not customize the generated script files.</p>
<p>Please <a href="http://www.ilovephpmaker.com/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://www.ilovephpmaker.com/membership-options-page/">register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilovephpmaker.com/customize-template/how-to-show-how-long-user-should-be-allowed-login-in-the-messages-when-failed-login-exceeds-the-maximum-limit-specified-in-phpmaker-9-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Restrict the Permission Access in “Export to …” Feature in Websites that Created with PHPMaker 9.0.1</title>
		<link>http://www.ilovephpmaker.com/customize-template/how-to-restrict-the-permission-access-in-export-to-feature-in-websites-that-created-with-phpmaker-9-0-1/</link>
		<comments>http://www.ilovephpmaker.com/customize-template/how-to-restrict-the-permission-access-in-export-to-feature-in-websites-that-created-with-phpmaker-9-0-1/#comments</comments>
		<pubDate>Wed, 16 May 2012 02:13:04 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[Customize Template]]></category>
		<category><![CDATA[access permission]]></category>
		<category><![CDATA[Export to CSV]]></category>
		<category><![CDATA[Export to Excel]]></category>
		<category><![CDATA[Export to HTML]]></category>
		<category><![CDATA[Export to PDF]]></category>
		<category><![CDATA[Export to Word]]></category>
		<category><![CDATA[Export to XML]]></category>
		<category><![CDATA[PHPMaker 9.0.1]]></category>
		<category><![CDATA[restrict permission]]></category>

		<guid isPermaLink="false">http://www.ilovephpmaker.com/?p=883</guid>
		<description><![CDATA[PHPMaker by default will generate your list pages and view pages that contain a set of &#8220;Export to &#8230;&#8221; feature for all of those pages (assuming: you selected &#8220;Print&#8221;, &#8220;CSV&#8221;, &#8220;HTML&#8221;, &#8220;Excel&#8221;, &#8220;Word&#8221;, &#8220;XML&#8221;, &#8220;PDF&#8221;, and &#8220;Email&#8221; from PHP tab -> List/View Page Options (Global) sub-tab -> Export groupbox. If you do not want those [...]]]></description>
			<content:encoded><![CDATA[<p>PHPMaker by default will generate your list pages and view pages that contain a set of &#8220;Export to &#8230;&#8221; feature for all of those pages (assuming: you selected &#8220;Print&#8221;, &#8220;CSV&#8221;, &#8220;HTML&#8221;, &#8220;Excel&#8221;, &#8220;Word&#8221;, &#8220;XML&#8221;, &#8220;PDF&#8221;, and &#8220;Email&#8221; from <strong>PHP</strong> tab -> <strong>List/View Page Options (Global)</strong> sub-tab -> <strong>Export</strong> groupbox. If you do not want those all generated pages contain the certain &#8220;Export to &#8230;&#8221; features, or you want to hide some of those &#8220;Export to &#8230;&#8221; features for the certain pages and or for the certain users, then the following customization is definitely for you!</p>
<p>For example, in the list of customer page, you only want to display the &#8220;Export to Excel&#8221; feature and you want to hide the others (Export to Word, Export to PDF, Export to HTML, Printer Friendly, Export to CSV, Export to XML, and Send to Email) for users with Operator level, whereas for users with Manager level (for example), only &#8220;Export to Excel&#8221;, &#8220;Export to PDF&#8221;, and &#8220;Send to Email&#8221;, and then for Administrator level, all of those &#8220;Export to &#8230;&#8221; features are enabled or to be shown properly as usual.</p>
<p>So, the question is: How should you do that, so you can define the access permission for &#8220;Export to &#8230;&#8221; features dynamically? Well, now you don’t have to worry anymore, as I have successfully created this feature by customizing the PHPMaker template. Now you can define the certain &#8220;Export to &#8230;&#8221; feature for the certain users you want in the generated list and view pages. You can define it from the User Levels page by giving the checked mark that related to its level and page.</p>
<p>It now also has the ability to prevent users accessing the certain Export by entering URL directly via browser. For example, users which do not have permission to export record to Excel, they will not see the link &#8220;Export to Excel&#8221; (this is fine), but they still can export records by entering the related URL from the browser directly (this is bad). By implementing this update, then system will automatically prevent such users to access the forbidden export to Excel URL/page.</p>
<p>All we have to do is customizing PHPMaker template files so this template can be used for your future projects too. In other words, we will not customize the generated script files.</p>
<p>Please <a href="http://www.ilovephpmaker.com/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://www.ilovephpmaker.com/membership-options-page/">register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilovephpmaker.com/customize-template/how-to-restrict-the-permission-access-in-export-to-feature-in-websites-that-created-with-phpmaker-9-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make your Web Application Auto-Logoff After Idle for the Certain Time Using PHPMaker 9.0.1</title>
		<link>http://www.ilovephpmaker.com/customize-template/how-to-make-your-web-application-auto-logoff-after-idle-for-the-certain-time-using-phpmaker-9-0-1/</link>
		<comments>http://www.ilovephpmaker.com/customize-template/how-to-make-your-web-application-auto-logoff-after-idle-for-the-certain-time-using-phpmaker-9-0-1/#comments</comments>
		<pubDate>Tue, 15 May 2012 04:36:56 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[Customize Template]]></category>
		<category><![CDATA[auto logoff]]></category>
		<category><![CDATA[auto logout]]></category>
		<category><![CDATA[idle]]></category>
		<category><![CDATA[PHPMaker 9.0.1]]></category>

		<guid isPermaLink="false">http://www.ilovephpmaker.com/?p=881</guid>
		<description><![CDATA[One of the important things to secure your web application that generated with PHPMaker is by adding the auto-logoff after idle for the certain time feature. Since PHPMaker has not added this feature yet, I have successfully customized the PHPMaker template file in order to implement it. In addition, I also add the new constant [...]]]></description>
			<content:encoded><![CDATA[<p>One of the important things to secure your web application that generated with PHPMaker is by adding the auto-logoff after idle for the certain time feature. Since PHPMaker has not added this feature yet, I have successfully customized the PHPMaker template file in order to implement it. In addition, I also add the new constant in configuration (ewcfg.php) template file so you are able to define the value of idle time in your web application. </p>
<p>After customizing the template, then each time the current logged-in user does not do any activity in your web application for the certain time that you have defined in that constant above, then that current logged-in user will be automatically logged out (logoff) by the system. He/she will have to login again in order to access your web application. This feature usually we found and used in the Internet Banking Web Application. This is one of the important features for the security purpose.</p>
<p>Please <a href="http://www.ilovephpmaker.com/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://www.ilovephpmaker.com/membership-options-page/">register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilovephpmaker.com/customize-template/how-to-make-your-web-application-auto-logoff-after-idle-for-the-certain-time-using-phpmaker-9-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Show “This user is currently being deactivated now” Message Instead of “Invalid User Id or Password” in PHPMaker 9.0.1</title>
		<link>http://www.ilovephpmaker.com/customize-template/how-to-show-this-user-is-currently-being-deactivated-now-message-instead-of-invalid-user-id-or-password-in-phpmaker-9-0-1/</link>
		<comments>http://www.ilovephpmaker.com/customize-template/how-to-show-this-user-is-currently-being-deactivated-now-message-instead-of-invalid-user-id-or-password-in-phpmaker-9-0-1/#comments</comments>
		<pubDate>Mon, 14 May 2012 03:35:21 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[Customize Template]]></category>
		<category><![CDATA[Activate]]></category>
		<category><![CDATA[activated]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[Deactivate]]></category>
		<category><![CDATA[incorrect message]]></category>
		<category><![CDATA[PHPMaker 9.0.1]]></category>
		<category><![CDATA[user activation]]></category>

		<guid isPermaLink="false">http://www.ilovephpmaker.com/?p=878</guid>
		<description><![CDATA[PHPMaker generates the login page by optimizing the powerful ValidateUser function. Unfortunately, when you are using the “Activated” field in your users table in order to signify whether a user&#8217;s Activated status is “Yes” (enabled=1) or “No” (disabled=0), and when the user status disabled so that the user cannot logged in (this is fine), the [...]]]></description>
			<content:encoded><![CDATA[<p>PHPMaker generates the login page by optimizing the powerful <strong>ValidateUser</strong> function. Unfortunately, when you are using the “Activated” field in your users table in order to signify whether a user&#8217;s Activated status is “Yes” (enabled=1) or “No” (disabled=0), and when the user status disabled so that the user cannot logged in (this is fine), the message that being displayed does not represent that real condition. The message is: “Incorrect user ID or password”. This is a stupid message I think!</p>
<p>The following modifications will overcome the problem above. It will display the related message that corresponding to the condition where the user Activated status is currently disabled. So, that stupid message above would be replaced with something more accurate like this: “This user is currently being deactivated now”. We will customize PHPMaker template files for this purpose; not the generated web pages, so we can re-use this template for the other projects.</p>
<p>Please <a href="http://www.ilovephpmaker.com/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://www.ilovephpmaker.com/membership-options-page/">register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilovephpmaker.com/customize-template/how-to-show-this-user-is-currently-being-deactivated-now-message-instead-of-invalid-user-id-or-password-in-phpmaker-9-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Show Breadcrumb Links in Websites that Generated with PHPMaker 9.0.1</title>
		<link>http://www.ilovephpmaker.com/customize-template/how-to-show-breadcrumb-links-in-websites-that-generated-with-phpmaker-9-0-1/</link>
		<comments>http://www.ilovephpmaker.com/customize-template/how-to-show-breadcrumb-links-in-websites-that-generated-with-phpmaker-9-0-1/#comments</comments>
		<pubDate>Sun, 13 May 2012 02:41:29 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[Customize Template]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[breadcrumb links]]></category>
		<category><![CDATA[breadcrumbs]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[navigation panel]]></category>
		<category><![CDATA[PHPMaker 9.0.1]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://www.ilovephpmaker.com/?p=874</guid>
		<description><![CDATA[The only way to let your users/visitors know about where they are or what is the full path of the current page they are visitting is to display the Breadcrumb Links in your website. By displaying this Breadcrumb Links, in addition they will not be lost about the location where they are, your users also [...]]]></description>
			<content:encoded><![CDATA[<p>The only way to let your users/visitors know about where they are or what is the full path of the current page they are visitting is to display the <strong>Breadcrumb Links</strong> in your website. By displaying this Breadcrumb Links, in addition they will not be lost about the location where they are, your users also will be easily jump to the certain parent page link of the current page, especially if your menu structure has more than one levels. Unfortunately, PHPMaker has not provided this Breadcrumb Links feature until version 9.0.1.</p>
<p>I have successfully customized the PHPMaker template in order to implement this breadcrumb links feature in most of pages that generated by PHPMaker 9.0.1. You are also able to display or hide (disable/enable) this Breadcrumb links by simply adjusting the related constant value in your configuration (ewcfg9.php) file. Not only that, the style of the Breadcrumb Links that will be displayed looks simple, yet so nice and modern. This will make your website will look smarter and more professional for your users or visitors.</p>
<p>Another good news that you need to know is that you are able now to create unlimited Breadcrumb Links levels, as well as the unlimited menu levels you may create that provided by PHPMaker itself. Not only that, you are also now able to display the current page title in your title bar of your browser. For example, your current page title is “Customers List” and your web application title is “My Online Shop”. Instead of displaying “My Online Shop” only in the browser’s title bar as the current condition that provided by PHPMaker, now you are able to display <strong>Customers List « My Online Shop</strong> in your title bar of the browser. This Breadcrumb Links also supports for multi language. </p>
<p>All we have to do is customizing the PHPMaker template files. In other words, we do not modify any generated script files.</p>
<p>Please <a href="http://www.ilovephpmaker.com/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://www.ilovephpmaker.com/membership-options-page/">register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilovephpmaker.com/customize-template/how-to-show-breadcrumb-links-in-websites-that-generated-with-phpmaker-9-0-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Display the Empty Table in the “No Records Found” Pages in Websites that Generated by PHPMaker 9.0.1</title>
		<link>http://www.ilovephpmaker.com/customize-template/how-to-display-the-empty-table-in-the-no-records-found-pages-in-websites-that-generated-by-phpmaker-9-0-1/</link>
		<comments>http://www.ilovephpmaker.com/customize-template/how-to-display-the-empty-table-in-the-no-records-found-pages-in-websites-that-generated-by-phpmaker-9-0-1/#comments</comments>
		<pubDate>Sat, 12 May 2012 03:27:28 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[Customize Template]]></category>
		<category><![CDATA[empty table]]></category>
		<category><![CDATA[main table]]></category>
		<category><![CDATA[no records found]]></category>
		<category><![CDATA[PHPMaker 9.0.1]]></category>

		<guid isPermaLink="false">http://www.ilovephpmaker.com/?p=861</guid>
		<description><![CDATA[As we know, PHPMaker 9 only displays the message “No records found” without including an empty table that associated with the data and the related fields. It&#8217;s better now to display an empty table including the fields or columns name of the table in the page that contains that message (even there is no record [...]]]></description>
			<content:encoded><![CDATA[<p>As we know, PHPMaker 9 only displays the message “No records found” without including an empty table that associated with the data and the related fields. It&#8217;s better now to display an empty table including the fields or columns name of the table in the page that contains that message (even there is no record in that table). This will make your web application users increasingly convinced that they are accessing the right page containing the data they need. This is also very useful on the pages that display a table that does not have records at all in it. That condition is represented by the presence of an empty row in the table I mentioned earlier.</p>
<p>Another advantage from this modification is, it will have a direct impact on the search results pages that do not display any data/record. In addition to displaying the message “No records found” only, then your web application users will see below that message: a table including the fields or columns name, and a blank row that represents the condition that no records are found in the table. In other words, this empty table will help to ensure your users that they are seeing the page without any data/record in it, since the table has the fields/columns name.</p>
<p>All we have to do is customizing the PHPMaker template file. In other words, we do not modify any generated script files.</p>
<p>Please <a href="http://www.ilovephpmaker.com/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://www.ilovephpmaker.com/membership-options-page/">register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilovephpmaker.com/customize-template/how-to-display-the-empty-table-in-the-no-records-found-pages-in-websites-that-generated-by-phpmaker-9-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Customize Change Password Page in Websites that Generated with PHPMaker 9.0.1</title>
		<link>http://www.ilovephpmaker.com/customize-template/how-to-customize-change-password-page-in-websites-that-generated-with-phpmaker-9-0-1/</link>
		<comments>http://www.ilovephpmaker.com/customize-template/how-to-customize-change-password-page-in-websites-that-generated-with-phpmaker-9-0-1/#comments</comments>
		<pubDate>Fri, 11 May 2012 03:14:46 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[Customize Template]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[Change Password]]></category>
		<category><![CDATA[change password page]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[PHPMaker 9.0.1]]></category>

		<guid isPermaLink="false">http://www.ilovephpmaker.com/?p=858</guid>
		<description><![CDATA[It&#8217;s time to customize your Change Password page in websites that generated with PHPMaker 9.0.1. Please note that started from PHPMaker 9, the Change Password also supports for Captcha extensions. The good news is: I also have successfully integrated this Captcha extension with Forgot Password page in order to display it properly, since it has [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time to customize your <strong>Change Password</strong> page in websites that generated with PHPMaker 9.0.1. Please note that started from PHPMaker 9, the Change Password also supports for <strong>Captcha</strong> extensions. The good news is: I also have successfully integrated this Captcha extension with Forgot Password page in order to display it properly, since it has been used in other pages (Login, Registration, Add, Edit, and Change Password) too.</p>
<p>All we have to do is customizing PHPMaker template files. In other words, we will not modify the generated script files at all. </p>
<p>Please <a href="http://www.ilovephpmaker.com/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://www.ilovephpmaker.com/membership-options-page/">register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilovephpmaker.com/customize-template/how-to-customize-change-password-page-in-websites-that-generated-with-phpmaker-9-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Customize Forgot Password Page in Websites that Generated with PHPMaker 9.0.1</title>
		<link>http://www.ilovephpmaker.com/customize-template/how-to-customize-forgot-password-page-in-websites-that-generated-with-phpmaker-9-0-1/</link>
		<comments>http://www.ilovephpmaker.com/customize-template/how-to-customize-forgot-password-page-in-websites-that-generated-with-phpmaker-9-0-1/#comments</comments>
		<pubDate>Thu, 10 May 2012 03:33:05 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[Customize Template]]></category>
		<category><![CDATA[forgot password]]></category>
		<category><![CDATA[PHPMaker 9.0.1]]></category>
		<category><![CDATA[reset password]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.ilovephpmaker.com/?p=847</guid>
		<description><![CDATA[After customizing the Registration page, now we are going to customize the Forgot Password page in websites that generated with PHPMaker 9.0.1. Please note that started from PHPMaker 9, the Forgot Password also supports for Captcha extensions. The good news is: I also have successfully integrated this Captcha extension with Forgot Password page in order [...]]]></description>
			<content:encoded><![CDATA[<p>After customizing the Registration page, now we are going to customize the Forgot Password page in websites that generated with PHPMaker 9.0.1. Please note that started from PHPMaker 9, the Forgot Password also supports for Captcha extensions. The good news is: I also have successfully integrated this Captcha extension with Forgot Password page in order to display it properly, since it has been used in other pages (Login, Registration, Add, Edit, and Change Password) too.</p>
<p>All we have to do is customizing PHPMaker template files. In other words, we will not modify the generated script files at all. </p>
<p>Please <a href="http://www.ilovephpmaker.com/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://www.ilovephpmaker.com/membership-options-page/">register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilovephpmaker.com/customize-template/how-to-customize-forgot-password-page-in-websites-that-generated-with-phpmaker-9-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

