<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for KADIMI</title>
	<atom:link href="http://www.kadimi.com/en/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kadimi.com/en</link>
	<description>[Web developper, Linux addict, Technical translator...]</description>
	<lastBuildDate>Fri, 11 May 2012 01:04:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on MySQL World Cities database installation by Dating Software</title>
		<link>http://www.kadimi.com/en/mysql-cities-690#comment-342</link>
		<dc:creator>Dating Software</dc:creator>
		<pubDate>Fri, 11 May 2012 01:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kadimi.com/en/?p=690#comment-342</guid>
		<description>Looking for a 100% database or as close as possible. Has anyone had any issues with this one not being complete?</description>
		<content:encoded><![CDATA[<p>Looking for a 100% database or as close as possible. Has anyone had any issues with this one not being complete?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP: remove an array item by value by Tobias Strunz</title>
		<link>http://www.kadimi.com/en/php-remove-an-array-item-by-value-719#comment-341</link>
		<dc:creator>Tobias Strunz</dc:creator>
		<pubDate>Thu, 26 Apr 2012 21:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kadimi.com/en/?p=719#comment-341</guid>
		<description>There is an other possibility:

&lt;code&gt;
$key = array_search(&#039;the_value&#039;, $the_array);
if( $key !== false ){
    unset( $the_array[$key] );
}
&lt;/code&gt;

With this code, the keys are preserved.</description>
		<content:encoded><![CDATA[<p>There is an other possibility:</p>
<p><code><br />
$key = array_search('the_value', $the_array);<br />
if( $key !== false ){<br />
    unset( $the_array[$key] );<br />
}<br />
</code></p>
<p>With this code, the keys are preserved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress LTR/RTL by Maha</title>
		<link>http://www.kadimi.com/en/wordpress-ltr-rtl-556#comment-340</link>
		<dc:creator>Maha</dc:creator>
		<pubDate>Wed, 11 Apr 2012 13:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kadimi.com/en/?p=556#comment-340</guid>
		<description>Hi Nabil

Thank you for the clear and concise text above. 

However, I followed your steps but still couldn&#039;t get my Arabic site to display rtl.(I am using qtranslate)

what could be wrong?</description>
		<content:encoded><![CDATA[<p>Hi Nabil</p>
<p>Thank you for the clear and concise text above. </p>
<p>However, I followed your steps but still couldn&#8217;t get my Arabic site to display rtl.(I am using qtranslate)</p>
<p>what could be wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress LTR/RTL by Farzan</title>
		<link>http://www.kadimi.com/en/wordpress-ltr-rtl-556#comment-338</link>
		<dc:creator>Farzan</dc:creator>
		<pubDate>Mon, 19 Mar 2012 14:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kadimi.com/en/?p=556#comment-338</guid>
		<description>I had the same problem and it&#039;s NOW FIXED! THANK U VERY MUCH!!! :)</description>
		<content:encoded><![CDATA[<p>I had the same problem and it&#8217;s NOW FIXED! THANK U VERY MUCH!!! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Age from date of birth in Drupal 7 by Dee</title>
		<link>http://www.kadimi.com/en/age-from-date-of-birth-in-drupal-7-777#comment-336</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Tue, 13 Mar 2012 15:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kadimi.com/en/?p=777#comment-336</guid>
		<description>Thank you for this tutorial.
What do I change in the Rules PHP code to use for user field instead of node field? I would like to update the user&#039;s account at midnight on the birthday. Thanks.</description>
		<content:encoded><![CDATA[<p>Thank you for this tutorial.<br />
What do I change in the Rules PHP code to use for user field instead of node field? I would like to update the user&#8217;s account at midnight on the birthday. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress LTR/RTL by Nabil</title>
		<link>http://www.kadimi.com/en/wordpress-ltr-rtl-556#comment-332</link>
		<dc:creator>Nabil</dc:creator>
		<pubDate>Fri, 24 Feb 2012 07:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kadimi.com/en/?p=556#comment-332</guid>
		<description>Wa alaikoum assalam

It&#039;s a bit late to sau that - But never touch the folder wp-includes
Anyways, I checked again and I confirm that the languages folder resides in wp-content</description>
		<content:encoded><![CDATA[<p>Wa alaikoum assalam</p>
<p>It&#8217;s a bit late to sau that &#8211; But never touch the folder wp-includes<br />
Anyways, I checked again and I confirm that the languages folder resides in wp-content</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Age from date of birth in Drupal 7 by punges24</title>
		<link>http://www.kadimi.com/en/age-from-date-of-birth-in-drupal-7-777#comment-331</link>
		<dc:creator>punges24</dc:creator>
		<pubDate>Wed, 08 Feb 2012 15:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kadimi.com/en/?p=777#comment-331</guid>
		<description>Turns out that switching the age filed to be an integer does not work because then it doesnt calculate correctly. Also I tried the Min and Max for the filters and its still not working.

Thanks</description>
		<content:encoded><![CDATA[<p>Turns out that switching the age filed to be an integer does not work because then it doesnt calculate correctly. Also I tried the Min and Max for the filters and its still not working.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Age from date of birth in Drupal 7 by punges24</title>
		<link>http://www.kadimi.com/en/age-from-date-of-birth-in-drupal-7-777#comment-330</link>
		<dc:creator>punges24</dc:creator>
		<pubDate>Tue, 07 Feb 2012 19:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kadimi.com/en/?p=777#comment-330</guid>
		<description>So after adding the Update Age php I noticed I get errors when running the cron and my site has lines of error code on it. 

Any idea?

Thanks</description>
		<content:encoded><![CDATA[<p>So after adding the Update Age php I noticed I get errors when running the cron and my site has lines of error code on it. </p>
<p>Any idea?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Age from date of birth in Drupal 7 by punges24</title>
		<link>http://www.kadimi.com/en/age-from-date-of-birth-in-drupal-7-777#comment-329</link>
		<dc:creator>punges24</dc:creator>
		<pubDate>Tue, 07 Feb 2012 15:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kadimi.com/en/?p=777#comment-329</guid>
		<description>Thanks! Switching the field to be stored as an integer worked.

I am now working on the Update age php and I just want to make sure I did this correctly. I switched where it says candidate by type to what my content type is called and I changed the count to 100 so it does more nodes per cron. Is that what I was supposed to do to customize it for my site?</description>
		<content:encoded><![CDATA[<p>Thanks! Switching the field to be stored as an integer worked.</p>
<p>I am now working on the Update age php and I just want to make sure I did this correctly. I switched where it says candidate by type to what my content type is called and I changed the count to 100 so it does more nodes per cron. Is that what I was supposed to do to customize it for my site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Age from date of birth in Drupal 7 by Nabil</title>
		<link>http://www.kadimi.com/en/age-from-date-of-birth-in-drupal-7-777#comment-328</link>
		<dc:creator>Nabil</dc:creator>
		<pubDate>Tue, 07 Feb 2012 12:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kadimi.com/en/?p=777#comment-328</guid>
		<description>You have two solutions:
1 - Setup another custom field where the age is stored as an integer and filter on this field
or 
2 - Use two filters (min and max)</description>
		<content:encoded><![CDATA[<p>You have two solutions:<br />
1 &#8211; Setup another custom field where the age is stored as an integer and filter on this field<br />
or<br />
2 &#8211; Use two filters (min and max)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

