<?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>PHP 4u Web developer - 代码的简化 &#187; Uncategorized</title>
	<atom:link href="http://php4u.co.uk/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://php4u.co.uk</link>
	<description>PHP related blog, freelancer to hire!</description>
	<lastBuildDate>Fri, 30 Jul 2010 14:13:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Active Directory LDAP Errors in one place</title>
		<link>http://php4u.co.uk/2010/07/active-directory-ldap-errors-in-one-place/</link>
		<comments>http://php4u.co.uk/2010/07/active-directory-ldap-errors-in-one-place/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 14:44:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[ldap bind]]></category>
		<category><![CDATA[ldap errors]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=136</guid>
		<description><![CDATA[Common Active Directory LDAP bind errors: 80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext error, data 525, v893 HEX: 0×525 – user not found DEC: 1317 – ERROR_NO_SUCH_USER (The specified account does not exist.) NOTE: Returns when username is invalid. 80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext error, data 52e, v893 HEX: 0x52e – invalid credentials DEC: 1326 – ERROR_LOGON_FAILURE [...]]]></description>
			<content:encoded><![CDATA[<p>Common Active Directory LDAP bind errors:</p>
<p>80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext  error, <strong>data 525</strong>, v893<br />
HEX: 0×525 – user not found<br />
DEC: 1317 – ERROR_NO_SUCH_USER (The specified account does not exist.)<br />
NOTE: Returns when username is invalid.</p>
<p>80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext  error, <strong>data 52e</strong>, v893<br />
HEX: 0x52e – invalid credentials<br />
DEC: 1326 – ERROR_LOGON_FAILURE (Logon failure: unknown user name or bad  password.)<br />
NOTE: Returns when username is valid but password/credential is invalid.  Will prevent most other errors from being displayed as noted.</p>
<p>80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext  error, <strong>data 530</strong>, v893<br />
HEX: 0×530 – not permitted to logon at this time<br />
DEC: 1328 – ERROR_INVALID_LOGON_HOURS (Logon failure: account logon time  restriction violation.)<br />
NOTE: Returns only when presented with valid username and  password/credential.</p>
<p>80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext  error, <strong>data 531</strong>, v893<br />
HEX: 0×531 – not permitted to logon from this workstation<br />
DEC: 1329 – ERROR_INVALID_WORKSTATION (Logon failure: user not allowed  to log on to this computer.)<br />
LDAP[userWorkstations: &lt;multivalued list of workstation names&gt;]<br />
NOTE: Returns only when presented with valid username and  password/credential.</p>
<p>80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext  error, <strong>data 532</strong>, v893<br />
HEX: 0×532 – password expired<br />
DEC: 1330 – ERROR_PASSWORD_EXPIRED (Logon failure: the specified account  password has expired.)<br />
LDAP[userAccountControl: &lt;bitmask=0x00800000&gt;] – PASSWORDEXPIRED<br />
NOTE: Returns only when presented with valid username and  password/credential.</p>
<p>80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext  error,<strong> data 533</strong>, v893<br />
HEX: 0×533 – account disabled<br />
DEC: 1331 – ERROR_ACCOUNT_DISABLED (Logon failure: account currently  disabled.)<br />
LDAP[userAccountControl: &lt;bitmask=0x00000002&gt;] – ACCOUNTDISABLE<br />
NOTE: Returns only when presented with valid username and  password/credential.</p>
<p>80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext  error,<strong> data 701</strong>, v893<br />
HEX: 0×701 – account expired<br />
DEC: 1793 – ERROR_ACCOUNT_EXPIRED (The user’s account has expired.)<br />
LDAP[accountExpires: &lt;value of -1, 0, or extemely large value  indicates account will not expire&gt;] – ACCOUNTEXPIRED<br />
NOTE: Returns only when presented with valid username and  password/credential.</p>
<p>80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext  error, <strong>data 773</strong>, v893<br />
HEX: 0×773 – user must reset password<br />
DEC: 1907 – ERROR_PASSWORD_MUST_CHANGE (The user’s password must be  changed before logging on the first time.)<br />
LDAP[pwdLastSet: &lt;value of 0 indicates admin-required password  change&gt;] – MUST_CHANGE_PASSWD<br />
NOTE: Returns only when presented with valid username and  password/credential.</p>
<p>80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext  error, <strong>data 775</strong>, v893<br />
HEX: 0×775 – account locked out<br />
DEC: 1909 – ERROR_ACCOUNT_LOCKED_OUT (The referenced account is  currently locked out and may not be logged on to.)<br />
LDAP[userAccountControl: &lt;bitmask=0x00000010&gt;] – LOCKOUT<br />
NOTE: Returns even if invalid password is presented.</p>
<p>Hope it will save your time</p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2010/07/active-directory-ldap-errors-in-one-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS SQL Server 2008 connection from ZF problem? SOLVED</title>
		<link>http://php4u.co.uk/2010/06/ms-sql-server-2008-connection-from-zf-problem-solved/</link>
		<comments>http://php4u.co.uk/2010/06/ms-sql-server-2008-connection-from-zf-problem-solved/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 14:21:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[miscrosoft sql server 2008]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[zf]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=124</guid>
		<description><![CDATA[If you have message like &#8216;General error: 20018 Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier.&#8217; probably one of your columns is invalid. In my scenario i had one column nvarchar(max). Solution to that problem is to build [...]]]></description>
			<content:encoded><![CDATA[<p>If you have message like &#8216;General error: 20018 Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier.&#8217; probably one of your columns is invalid.</p>
<p>In my scenario i had one column nvarchar(max).</p>
<p>Solution to that problem is to build query using CAST f.e.:<br />
&#8216;synopsis&#8217; => new Zend_Db_Expr(&#8216;CAST(synopsis AS nvarchar(4000))&#8217;),</p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2010/06/ms-sql-server-2008-connection-from-zf-problem-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential controls for web application</title>
		<link>http://php4u.co.uk/2010/03/essential-controls-for-web-application/</link>
		<comments>http://php4u.co.uk/2010/03/essential-controls-for-web-application/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 11:03:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gui design]]></category>
		<category><![CDATA[usefull frameworks]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=118</guid>
		<description><![CDATA[&#8220;Designing a web application? Familiarize yourself with Rich Internet Application technologies and the best UI controls for creating your application. Rich Internet Application technology has empowered us to create really amazing user experiences. The best RIAs on the web today rely on a discreet set of UI controls to provide a lively and timely experience. [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Designing a web application? Familiarize yourself  with Rich Internet Application technologies and the best UI controls for  creating your application.</p>
<p>Rich Internet Application technology  has empowered us to create really amazing user experiences. The <a href="http://www.insideria.com/2009/09/50-most-usable-rias.html">best  RIAs</a> on the web today rely on a discreet set of UI controls to  provide a lively and timely experience. If you are moving from web site  design to web application design, the best information you can have at  your disposal is an understanding of these essential controls.&#8221;</p>
<p>Read more at <a href="http://www.uxbooth.com/blog/essential-controls-for-web-applications/" target="_blank">http://www.uxbooth.com/blog/essential-controls-for-web-applications/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2010/03/essential-controls-for-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m in TOP10 on elance.com</title>
		<link>http://php4u.co.uk/2009/12/im-in-top10-on-elance-com/</link>
		<comments>http://php4u.co.uk/2009/12/im-in-top10-on-elance-com/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 20:42:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=105</guid>
		<description><![CDATA[I was really suprised and pleased when i found myself on elance.com in TOP10 coders! http://www.elance.com/p/blog/2009/12/congratulations_to_our_php_code_off_winners.html]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-107" title="elance-code-off-winners" src="http://php4u.co.uk/wp-content/uploads/2009/12/elance-code-off-winners-300x270.jpg" alt="elance-code-off-winners" width="300" height="270" />I was really suprised and pleased when i found myself on elance.com in TOP10 coders!</p>
<p><a title="Elance PHP contest" href="http://www.elance.com/p/blog/2009/12/congratulations_to_our_php_code_off_winners.html" target="_blank">http://www.elance.com/p/blog/2009/12/congratulations_to_our_php_code_off_winners.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2009/12/im-in-top10-on-elance-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_rewrite on Godday.com</title>
		<link>http://php4u.co.uk/2009/03/mod_rewrite-on-goddaycom/</link>
		<comments>http://php4u.co.uk/2009/03/mod_rewrite-on-goddaycom/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 13:06:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[godaddy.com]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/2009/03/mod_rewrite-on-goddaycom/</guid>
		<description><![CDATA[To use it you need to include below line in your .htaccess file RewriteBase /]]></description>
			<content:encoded><![CDATA[<p>To use it you need to include  below line in your .htaccess file</p>
<pre>
RewriteBase /
</pre>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2009/03/mod_rewrite-on-goddaycom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.420 seconds -->
