<?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 - 代码的简化</title>
	<atom:link href="http://php4u.co.uk/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>Testlink 1.9 problem with Charts &#8211; Error 500</title>
		<link>http://php4u.co.uk/2010/07/testlink-1-9-problem-with-charts-error-500/</link>
		<comments>http://php4u.co.uk/2010/07/testlink-1-9-problem-with-charts-error-500/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 14:12:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[fatal errors]]></category>
		<category><![CDATA[Testlink]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=151</guid>
		<description><![CDATA[Today I faced problem with Testlink 1.9 &#8211; while clicking on Test Results &#62; Charts I&#8217;ve got : PHP Fatal error: require_once() [function.require]: Failed opening required '/var/www/html/testlink/cfg/.cfg.php' (include_path='.:/usr/share/pear:.:/var/www/html/testlink/lib/functions/:/var/www/html/testlink/third_party/') in /var/www/html/testlink/lib/bugtracking/int_bugtracking.php on line 367, referer: http://xxxxxx/testlink/lib/results/resultsNavigator.php If you have similar edit /var/www/html/testlink/lib/bugtracking/int_bugtracking.php Line 363: $btsname = strtolower($bts_type); Dirty, but works Line]]></description>
			<content:encoded><![CDATA[<p>Today I faced problem with Testlink 1.9 &#8211; while clicking on <strong>Test Results</strong> &gt; <strong>Charts</strong> I&#8217;ve got :</p>
<p><code> PHP Fatal error:  require_once() [<a href="function.require">function.require</a>]: Failed opening required '/var/www/html/testlink/cfg/.cfg.php' (include_path='.:/usr/share/pear:.:/var/www/html/testlink/lib/functions/:/var/www/html/testlink/third_party/') in /var/www/html/testlink/lib/bugtracking/int_bugtracking.php on line 367, referer: http://xxxxxx/testlink/lib/results/resultsNavigator.php<br />
</code></p>
<p>If you have similar edit <strong>/var/www/html/testlink/lib/bugtracking/int_bugtracking.php </strong></p>
<p><code>Line 363:  $btsname = strtolower($bts_type);</code></p>
<p>Dirty, but works</p>
<p><strong><strong>Line</strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2010/07/testlink-1-9-problem-with-charts-error-500/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting price from one to another in magento</title>
		<link>http://php4u.co.uk/2010/07/converting-price-from-one-to-another-in-magento/</link>
		<comments>http://php4u.co.uk/2010/07/converting-price-from-one-to-another-in-magento/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 14:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[currency]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=149</guid>
		<description><![CDATA[I found snippet here, but it seems it is broken as second parameter (target currency) is expected to be object So correct would be $targetCurrency = Mage::getModel('directory/currency')-&#62;load('EUR'); $price = round(Mage::helper('directory')-&#62;currencyConvert($priceToConvert, 'GBP', $targetCurrency), 2);]]></description>
			<content:encoded><![CDATA[<p>I found snippet <a title="Snippet to convert price in Magento" href="http://snippi.net/magento-convert-price-one-currency-another" target="_blank">here</a>, but it seems it is broken as second parameter (target currency) is expected to be object</p>
<p>So correct would be</p>
<p><code lang="PHP"><br />
$targetCurrency = Mage::getModel('directory/currency')-&gt;load('EUR');<br />
$price = round(Mage::helper('directory')-&gt;currencyConvert($priceToConvert, 'GBP', $targetCurrency), 2);<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2010/07/converting-price-from-one-to-another-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fontis Recaptcha Magento Extension error solved</title>
		<link>http://php4u.co.uk/2010/07/146/</link>
		<comments>http://php4u.co.uk/2010/07/146/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 13:23:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[fatal errors]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento extensions]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=146</guid>
		<description><![CDATA[If you have problem with Fontis Recaptcha Magento Extension like below, read. Invalid method Fontis_Recaptcha_Block_Review_Form::escapeHtml(Array ( [0] =&#62; Rating ) ) Problem is that some of the methods in template are using non existing method. This only happend on product review form page. edit app/design/frontend/default/default/template/fontis/recaptcha/form.phtml Replace: $this-&#62;escapeHtml( with $this-&#62;htmlEscape( That&#8217;s it]]></description>
			<content:encoded><![CDATA[<p>If you have problem with<a title="Fontis Re-captcha magento extension" href="http://www.magentocommerce.com/magento-connect/Fontis/extension/1169/fontis-recaptcha" target="_blank"> Fontis Recaptcha Magento Extension</a> like below, read.</p>
<pre>Invalid method Fontis_Recaptcha_Block_Review_Form::escapeHtml(Array
(
 [0] =&gt; Rating
)
)
</pre>
<p>Problem is that some of the methods in template are using non existing method. This only happend on product review form page.</p>
<p>edit <strong>app/design/frontend/default/default/template/fontis/recaptcha/form.phtml</strong></p>
<p>Replace<strong>: </strong></p>
<pre>$this-&gt;escapeHtml(</pre>
<p>with</p>
<pre>$this-&gt;htmlEscape(
</pre>
<p>That&#8217;s it</p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2010/07/146/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prime numbers in PHP &#8211; quick and efficient way</title>
		<link>http://php4u.co.uk/2010/07/prime-numbers-in-php-quick-and-efficient-way/</link>
		<comments>http://php4u.co.uk/2010/07/prime-numbers-in-php-quick-and-efficient-way/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 08:19:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[prime numbers]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=139</guid>
		<description><![CDATA[Looking for a way to find prime numbers in php? I wfound one perl solution here, but it wasn&#8217;t perl magic &#8211; it was power of regular expressions. Please find code below which will be self-explanatory. &#60;?php /** * Function checks if given number is prime * * @param integer $n * @return boolean */ [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for a way to find prime numbers in php? I wfound one perl solution <a title="Prime numbers in perl" href="http://montreal.pm.org/tech/neil_kandalgaonkar.shtml" target="_blank">here</a>, but it wasn&#8217;t perl magic &#8211; it was power of regular expressions.</p>
<p>Please find code below which will be self-explanatory.</p>
<p><code lang="php"><br />
&lt;?php</code></p>
<p>/**<br />
* Function checks if given number is prime<br />
*<br />
* @param integer $n<br />
* @return boolean<br />
*/<br />
function isPrime($n) {<br />
return (!preg_match(&#8216;/^1?$|^(11+?)\1+$/x&#8217;, str_repeat(&#8217;1&#8242;, intval($n)))) ;<br />
}</p>
<p>for ($n=0;$n&lt;100;$n++) {<br />
echo &#8220;Number {$n} is &#8220;.(isPrime($n) ? &#8216;prime&#8217; : &#8216;not prime&#8217;).&#8221;&lt;br/&gt;\n&#8221;;<br />
}</p>
<p>?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2010/07/prime-numbers-in-php-quick-and-efficient-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>Connection string &#8211; solutions</title>
		<link>http://php4u.co.uk/2010/06/connection-string-solutions/</link>
		<comments>http://php4u.co.uk/2010/06/connection-string-solutions/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 11:02:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[connection strings]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=130</guid>
		<description><![CDATA[Did you ever struggled to find correct DSN or connection string to your DB Server? Found great solution to all problems http://www.connectionstrings.com]]></description>
			<content:encoded><![CDATA[<p>Did you ever struggled to find correct DSN or connection string to your DB Server? Found great solution to all problems <a title="Connection strings" href="http://www.connectionstrings.com" target="_blank">http://www.connectionstrings.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2010/06/connection-string-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use PHP and PDO to connect to MS SQL Server (Zend Framework)</title>
		<link>http://php4u.co.uk/2010/06/use-php-and-pdo-to-connect-to-ms-sql-server-zend-framework/</link>
		<comments>http://php4u.co.uk/2010/06/use-php-and-pdo-to-connect-to-ms-sql-server-zend-framework/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 15:03:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Microsoft SQL]]></category>
		<category><![CDATA[PDO]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=126</guid>
		<description><![CDATA[Problems connecting to MS SQL server from Zend Framework? Message: The mssql driver is not currently installed Solution is simple Install pdo_mssql driver: (Ubuntu) ?View Code BASH#sudo apt-get install php5-sybase #sudo /etc/init.d/apache2 restart On Centos you need to install pdo_dblib (any problems check here) It will not reflect in phpinfo() page Trick is to setup [...]]]></description>
			<content:encoded><![CDATA[<p>Problems connecting to MS SQL server from Zend Framework?</p>
<p><strong>Message:</strong> The mssql driver is not currently installed</p>
<p>Solution is simple</p>
<p>Install pdo_mssql driver: (Ubuntu)</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p126code3'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1263"><td class="code" id="p126code3"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#sudo apt-get install php5-sybase</span>
<span style="color: #666666; font-style: italic;">#sudo /etc/init.d/apache2 restart</span></pre></td></tr></table></div>

<p>On Centos you need to install pdo_dblib (any problems check <a href="http://www.richardhyland.com/diary/2009/02/25/two-days-with-pdo-and-my-lack-of-faith-in-the-php-extension-developers/" target="_blank">here</a>)</p>
<p>It will not reflect in phpinfo() page</p>
<p>Trick is to setup connection properly:</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p126code4'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1264"><td class="code" id="p126code4"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$dbAdapter</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> Zend_Db_Adapter_Pdo_Mssql<span style="color: #009900;">&#40;</span><a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span>
 <span style="color: #0000ff;">'host'</span>     <span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span> <span style="color: #0000ff;">'192.xxx.xxx.xxx'</span><span style="color: #339933;">,</span> <span style="color: #666666; font-style: italic;">// parklife</span>
 <span style="color: #0000ff;">'username'</span> <span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span> <span style="color: #0000ff;">'xxx'</span><span style="color: #339933;">,</span>
 <span style="color: #0000ff;">'password'</span> <span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span> <span style="color: #0000ff;">'xxx'</span><span style="color: #339933;">,</span>
 <span style="color: #0000ff;">'dbname'</span>   <span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span> <span style="color: #0000ff;">'xxx'</span><span style="color: #339933;">,</span>
<span style="color: #0000ff;">'pdoType'</span>  <span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span>  <span style="color: #0000ff;">'dblib'</span> <span style="color: #009900;">&#41;</span>
 <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2010/06/use-php-and-pdo-to-connect-to-ms-sql-server-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &amp; MongoDB Sitting in a Tree: Part 1</title>
		<link>http://php4u.co.uk/2010/05/php-mongodb-sitting-in-a-tree-part-1/</link>
		<comments>http://php4u.co.uk/2010/05/php-mongodb-sitting-in-a-tree-part-1/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:23:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php mongodb tutorial example]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/2010/05/php-mongodb-sitting-in-a-tree-part-1/</guid>
		<description><![CDATA[Always wanted to try it, nice tutorial here http://www.dealtaker.com/blog/2010/05/12/php-mongodb-sitting-in-a-tree-part-1/]]></description>
			<content:encoded><![CDATA[<p>Always wanted to try it, nice tutorial here<br />
<a title="MongoDB tutorial part 1" href="http://www.dealtaker.com/blog/2010/05/12/php-mongodb-sitting-in-a-tree-part-1/" target="_blank">http://www.dealtaker.com/blog/2010/05/12/php-mongodb-sitting-in-a-tree-part-1/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2010/05/php-mongodb-sitting-in-a-tree-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What should a developer know before building a public web site?</title>
		<link>http://php4u.co.uk/2010/04/what-should-a-developer-know-before-building-a-public-web-site/</link>
		<comments>http://php4u.co.uk/2010/04/what-should-a-developer-know-before-building-a-public-web-site/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 09:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browsers issues]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[useful info about developement]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=120</guid>
		<description><![CDATA[&#8220;The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven&#8217;t really looked into before, don&#8217;t fully understand, or maybe never even heard of.&#8221; Great article here]]></description>
			<content:encoded><![CDATA[<p>&#8220;The idea here is that most of us should <em>already</em> know <em>most</em> of what is on this list.  But there just might be one or two items you  haven&#8217;t really looked into before, don&#8217;t fully understand, or maybe  never even heard of.&#8221;</p>
<p>Great article <a title="What should a developer know before building a public web site?" href="http://stackoverflow.com/questions/72394/what-should-a-developer-know-before-building-a-public-web-site" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2010/04/what-should-a-developer-know-before-building-a-public-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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