<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>entroducing.com</title>
	<link>http://www.entroducing.com</link>
	<description>to prove that i have too much time</description>
	<lastBuildDate>Sun, 15 May 2011 06:00:20 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.4" -->

	<item>
		<title>Fix Magento Connect Manager 404 error by resetting the folder permission</title>
		<description><![CDATA[If you encounter 404 error when you connect to Magento Connnect Manager (System-&#62; Magento Connect Manager), it is probably due to your folder permission not set up correctly. Fortunately, there is a quick fix for this. Download the magento clean up tool (a php file) and upload to your store root folder. Once done, browse [...]]]></description>
		<link>http://www.entroducing.com/view/fix-magento-connect-manager-404-error-by-resetting-the-folder-permission</link>
			</item>
	<item>
		<title>Install chinese locale for Magento Admin 1.5</title>
		<description><![CDATA[Unfortunately, the default Magento does not comes with all the languages installed. Changing the language dropdown at the bottom of the page will not change the interface. Here&#8217;s how to install chinese language for the admin 1. go to magento connect and install the below 2.0 extension key http://connect20.magentocommerce.com/community/Locale_Mage_community_zh_CN 2. Once installed, check your app\locale [...]]]></description>
		<link>http://www.entroducing.com/view/install-chinese-locale-for-magento-admin-1-5</link>
			</item>
	<item>
		<title>Fix google anlaytics in magento custom template</title>
		<description><![CDATA[If you have turned on your google analytics in admin console and you are using custom design template but the google analytics is not showing up in your html codes, look at the below steps to check if the codes are in your custom design are in placed. 1. check page.xml in app\design\frontend\default\[yourtemplate]\layout and verify [...]]]></description>
		<link>http://www.entroducing.com/view/fix-google-anlaytics-in-magento-custom-template</link>
			</item>
	<item>
		<title>symfony conditional validation</title>
		<description><![CDATA[Below are the snippets on how to implement a conditional validation in the form. i.e. validate field A if field B is true As discussed in this tutorial (though it is for symfony 1.2, it will works in 1.4), the key thing is to set a post validator to validate values after the initial validation. [...]]]></description>
		<link>http://www.entroducing.com/view/symfony-conditional-validation</link>
			</item>
	<item>
		<title>sf_guard_user_profile id and user_id are messed up</title>
		<description><![CDATA[If you use symfony&#8217;s sfDoctrineApply plugin and for some reason, the &#8216;id&#8217; and &#8216;user_id&#8217; in sf_guard_user_profile are messed up, you can try the below SQL. The SQL would update sf_guard_user&#8217;s id to match the sf_guard_user_profile&#8217;s id. Take note that this is provided that your other application tables are using sf_guard_user_profile&#8216;s id and not the sf_guard_user&#8216;s [...]]]></description>
		<link>http://www.entroducing.com/view/sf_guard_user_profile-id-and-user_id-are-messed-up</link>
			</item>
	<item>
		<title>symfony backend: displaying thumbnail or photo in listing</title>
		<description><![CDATA[if you are using the admin generator to generate your backend application and want to show thumbnail or photo in your listing, you can try the following steps. Here&#8217;s an example of how it will looks like when the thumbnail is showing on the listing page. Before you add it in, you need to check [...]]]></description>
		<link>http://www.entroducing.com/view/symfony-backend-displaying-thumbnail-or-photo-in-listing</link>
			</item>
	<item>
		<title>Symfony error : Call to undefined method myUser::setReferer.</title>
		<description><![CDATA[If you have this error Call to undefined method myUser::setReferer. and if you are using sfGuard plugin, go to apps\[project]\lib\myUser.class.php and change class myUser extends sfBasicSecurityUser { } to class myUser extends sfGuardSecurityUser { }]]></description>
		<link>http://www.entroducing.com/view/call-to-undefined-method-myusersetreferer</link>
			</item>
	<item>
		<title>You are not allowed to access this file. Check frontend_dev.php for more information.</title>
		<description><![CDATA[If you had deployed to production/LIVE environment and encounter this error message when you tried to access fontend_dev.php, it is due to a security IP check in fontend_dev.php to check for 127.0.0.1 before it continue. Thus, you need to add your public IP address in fontend_dev.php to tell symfony to let you through in the [...]]]></description>
		<link>http://www.entroducing.com/view/you-are-not-allowed-to-access-this-file-check-frontend_dev-php-for-more-information</link>
			</item>
	<item>
		<title>Non-Unicode program displaying Chinese characters as box/square in Windows 7</title>
		<description><![CDATA[If you have a chinese/non-unicode program that is displaying funny/box/square/garbage characters in Windows 7, you may want to try this method to display it properly. AppLocale is a free download from Microsoft that allows you to run non-unicode applications without changing the entire system&#8217;s locale to another language. In short, it acts as a &#8216;wrapper&#8217; [...]]]></description>
		<link>http://www.entroducing.com/view/non-unicode-program-displaying-chinese-characters-as-boxsquare-in-windows-7</link>
			</item>
	<item>
		<title>building new app with symfony : week 1</title>
		<description><![CDATA[Going to build a new photography website which will be maintain by my friend and myself. Am looking at the current popular PHP frameworks which need to fufil the following requirement rapid development easy maintainance user account management file upload able to integrate easily with image manipulation library (GD lib) Suitable for a shared-hosting environment [...]]]></description>
		<link>http://www.entroducing.com/view/building-new-app-with-symfony-week-1</link>
			</item>
</channel>
</rss>

