<?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 Richard Warrender</title>
	<atom:link href="http://richardwarrender.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardwarrender.com</link>
	<description>Notes of a Software Developer (iPhone, iPad, Mac OS X &#38; Web)</description>
	<lastBuildDate>Thu, 25 Apr 2013 04:12:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by visiter</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-7467</link>
		<dc:creator>visiter</dc:creator>
		<pubDate>Thu, 25 Apr 2013 04:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-7467</guid>
		<description><![CDATA[Thank you man]]></description>
		<content:encoded><![CDATA[<p>Thank you man</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Spreadsheet to plist Technique by Richard Warrender</title>
		<link>http://richardwarrender.com/2010/09/spreadsheet-to-plist/#comment-7459</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Thu, 11 Apr 2013 12:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=187#comment-7459</guid>
		<description><![CDATA[The NextStep plist format specifies a dictionary in the format as

{
    &quot;key&quot; = &quot;value&quot;;
    &quot;key&quot; = &quot;value&quot;;
}

So you might want to change the middle line to iterate over each column as follows

echo &quot;\t\&quot;&quot;;
echo &quot;{\n&quot;;
foreach($data as $key =&gt; $value) {
   echo &quot;\t\&quot;&quot; . $key . &quot;\&quot; = &quot;\&quot; . $value . &quot;\&quot;;\n&quot;
}
echo &quot;}\n&quot;;
echo &quot;\&quot;,\n&quot;;]]></description>
		<content:encoded><![CDATA[<p>The NextStep plist format specifies a dictionary in the format as</p>
<p>{<br />
    &#8220;key&#8221; = &#8220;value&#8221;;<br />
    &#8220;key&#8221; = &#8220;value&#8221;;<br />
}</p>
<p>So you might want to change the middle line to iterate over each column as follows</p>
<p>echo &#8220;\t\&#8221;";<br />
echo &#8220;{\n&#8221;;<br />
foreach($data as $key =&gt; $value) {<br />
   echo &#8220;\t\&#8221;" . $key . &#8220;\&#8221; = &#8220;\&#8221; . $value . &#8220;\&#8221;;\n&#8221;<br />
}<br />
echo &#8220;}\n&#8221;;<br />
echo &#8220;\&#8221;,\n&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Spreadsheet to plist Technique by Richard Warrender</title>
		<link>http://richardwarrender.com/2010/09/spreadsheet-to-plist/#comment-7458</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Thu, 11 Apr 2013 11:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=187#comment-7458</guid>
		<description><![CDATA[Your file system might be case-dependant. Perhaps try making sure the file&#039;s name is lower-case as well as the string in the PHP file.]]></description>
		<content:encoded><![CDATA[<p>Your file system might be case-dependant. Perhaps try making sure the file&#8217;s name is lower-case as well as the string in the PHP file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Spreadsheet to plist Technique by Dean Davids</title>
		<link>http://richardwarrender.com/2010/09/spreadsheet-to-plist/#comment-7452</link>
		<dc:creator>Dean Davids</dc:creator>
		<pubDate>Thu, 04 Apr 2013 14:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=187#comment-7452</guid>
		<description><![CDATA[This works for me, to the extent that it creates a list of strings, but it does not seem to assign more than the first field. I get an array of all the strings in the first column. Can this be used to get all the columns into dictionaries, each row being a single dictionary?]]></description>
		<content:encoded><![CDATA[<p>This works for me, to the extent that it creates a list of strings, but it does not seem to assign more than the first field. I get an array of all the strings in the first column. Can this be used to get all the columns into dictionaries, each row being a single dictionary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by erica</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7450</link>
		<dc:creator>erica</dc:creator>
		<pubDate>Wed, 03 Apr 2013 11:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7450</guid>
		<description><![CDATA[try checking for the ssl version.
you can read more here: http://newexception.com/php-curl-https]]></description>
		<content:encoded><![CDATA[<p>try checking for the ssl version.<br />
you can read more here: <a href="http://newexception.com/php-curl-https" rel="nofollow">http://newexception.com/php-curl-https</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Parijat</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7443</link>
		<dc:creator>Parijat</dc:creator>
		<pubDate>Thu, 28 Mar 2013 16:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7443</guid>
		<description><![CDATA[Thanks for you help I was trying to figure out why cURL was working on my test server but not my dev laptop. Spent a good 1/2 a day on this before reading your site]]></description>
		<content:encoded><![CDATA[<p>Thanks for you help I was trying to figure out why cURL was working on my test server but not my dev laptop. Spent a good 1/2 a day on this before reading your site</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Yiannis</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7442</link>
		<dc:creator>Yiannis</dc:creator>
		<pubDate>Thu, 14 Mar 2013 17:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7442</guid>
		<description><![CDATA[I LOVE U !]]></description>
		<content:encoded><![CDATA[<p>I LOVE U !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Seto El Kahfi</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7441</link>
		<dc:creator>Seto El Kahfi</dc:creator>
		<pubDate>Wed, 13 Mar 2013 09:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7441</guid>
		<description><![CDATA[This is great, I stumbled upon to this post by link at google group, yes, about 5 years ago :)

Thank you very much!]]></description>
		<content:encoded><![CDATA[<p>This is great, I stumbled upon to this post by link at google group, yes, about 5 years ago <img src='http://richardwarrender.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to call a Block after a delay by Keith</title>
		<link>http://richardwarrender.com/2012/02/how-to-call-block-after-delay/#comment-7422</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 26 Feb 2013 14:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=412#comment-7422</guid>
		<description><![CDATA[Thanks for this, just what I was looking for!]]></description>
		<content:encoded><![CDATA[<p>Thanks for this, just what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Paulo Silva</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7394</link>
		<dc:creator>Paulo Silva</dc:creator>
		<pubDate>Wed, 30 Jan 2013 03:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7394</guid>
		<description><![CDATA[Just another tip: the path to the crt or pem file needs to be absolute, relative paths don&#039;t work. You can use realpath(); to overcome this]]></description>
		<content:encoded><![CDATA[<p>Just another tip: the path to the crt or pem file needs to be absolute, relative paths don&#8217;t work. You can use realpath(); to overcome this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Hasan</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-7385</link>
		<dc:creator>Hasan</dc:creator>
		<pubDate>Tue, 15 Jan 2013 12:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-7385</guid>
		<description><![CDATA[Thanx so much]]></description>
		<content:encoded><![CDATA[<p>Thanx so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom fonts on iPad and iPhone by Pallavi</title>
		<link>http://richardwarrender.com/2010/08/custom-fonts-on-ipad-and-iphone/#comment-7379</link>
		<dc:creator>Pallavi</dc:creator>
		<pubDate>Tue, 08 Jan 2013 11:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=147#comment-7379</guid>
		<description><![CDATA[How to add custom font in xib. plz reply....]]></description>
		<content:encoded><![CDATA[<p>How to add custom font in xib. plz reply&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Richard Warrender</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7368</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Thu, 03 Jan 2013 12:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7368</guid>
		<description><![CDATA[I&#039;d double-check that the certificate file has the right permissions and that the script can access it.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;d double-check that the certificate file has the right permissions and that the script can access it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Richard Warrender</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7367</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Thu, 03 Jan 2013 12:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7367</guid>
		<description><![CDATA[Yes, this works great in Unix, Linux and Mac environments too.]]></description>
		<content:encoded><![CDATA[<p>Yes, this works great in Unix, Linux and Mac environments too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Core Data Objects in Wrong Sections &#124; sayem khan / blog</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-7366</link>
		<dc:creator>Core Data Objects in Wrong Sections &#124; sayem khan / blog</dc:creator>
		<pubDate>Mon, 24 Dec 2012 02:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-7366</guid>
		<description><![CDATA[[...] Also a post on this: &#8220;Core Data Objects in Wrong Sections&#8221; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Also a post on this: &#8220;Core Data Objects in Wrong Sections&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Tranz</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-7363</link>
		<dc:creator>Tranz</dc:creator>
		<pubDate>Tue, 18 Dec 2012 11:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-7363</guid>
		<description><![CDATA[Wow! you really save my day!]]></description>
		<content:encoded><![CDATA[<p>Wow! you really save my day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Anastasia</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-7359</link>
		<dc:creator>Anastasia</dc:creator>
		<pubDate>Tue, 04 Dec 2012 20:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-7359</guid>
		<description><![CDATA[Thanks. Saved my night.]]></description>
		<content:encoded><![CDATA[<p>Thanks. Saved my night.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Robert Mitchell</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7351</link>
		<dc:creator>Robert Mitchell</dc:creator>
		<pubDate>Tue, 13 Nov 2012 23:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7351</guid>
		<description><![CDATA[Although this describes a fix in a Windows environment, might a procedure similar to this resolve this problem in a Linux-based environment using CentOS?]]></description>
		<content:encoded><![CDATA[<p>Although this describes a fix in a Windows environment, might a procedure similar to this resolve this problem in a Linux-based environment using CentOS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to call a Block after a delay by Florian Picca</title>
		<link>http://richardwarrender.com/2012/02/how-to-call-block-after-delay/#comment-7183</link>
		<dc:creator>Florian Picca</dc:creator>
		<pubDate>Wed, 31 Oct 2012 10:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=412#comment-7183</guid>
		<description><![CDATA[Thank you! :)]]></description>
		<content:encoded><![CDATA[<p>Thank you! <img src='http://richardwarrender.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by marmara itiraf</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7134</link>
		<dc:creator>marmara itiraf</dc:creator>
		<pubDate>Thu, 25 Oct 2012 17:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7134</guid>
		<description><![CDATA[Hi, i have this error.
but i didnt solve my problem. Please help me.
&quot;SSL certificate problem, verify that the CA cert is OK. Retrying with the CA cert bundle from google-api-php-client.
&quot;
error]]></description>
		<content:encoded><![CDATA[<p>Hi, i have this error.<br />
but i didnt solve my problem. Please help me.<br />
&#8220;SSL certificate problem, verify that the CA cert is OK. Retrying with the CA cert bundle from google-api-php-client.<br />
&#8221;<br />
error</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom fonts on iPad and iPhone by sohail</title>
		<link>http://richardwarrender.com/2010/08/custom-fonts-on-ipad-and-iphone/#comment-7034</link>
		<dc:creator>sohail</dc:creator>
		<pubDate>Wed, 12 Sep 2012 10:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=147#comment-7034</guid>
		<description><![CDATA[when is add custom font file value in the info.plist and run the app in simulator;my simulator get hang in attaching to app name;after that app does not run over simulator. i am using xcode 4.3.1 ios 5.1]]></description>
		<content:encoded><![CDATA[<p>when is add custom font file value in the info.plist and run the app in simulator;my simulator get hang in attaching to app name;after that app does not run over simulator. i am using xcode 4.3.1 ios 5.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Arun Godwin</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7033</link>
		<dc:creator>Arun Godwin</dc:creator>
		<pubDate>Thu, 30 Aug 2012 05:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7033</guid>
		<description><![CDATA[Really this helped me to fix the issue with WordPress on Windows. Thanks mate]]></description>
		<content:encoded><![CDATA[<p>Really this helped me to fix the issue with WordPress on Windows. Thanks mate</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Spreadsheet to plist Technique by Chris</title>
		<link>http://richardwarrender.com/2010/09/spreadsheet-to-plist/#comment-7032</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 05 Aug 2012 19:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=187#comment-7032</guid>
		<description><![CDATA[Great demo, but I just get back a NULL length .plist.  Any thoughts why?  Thanks CPL]]></description>
		<content:encoded><![CDATA[<p>Great demo, but I just get back a NULL length .plist.  Any thoughts why?  Thanks CPL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by animesh</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7031</link>
		<dc:creator>animesh</dc:creator>
		<pubDate>Sat, 04 Aug 2012 09:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7031</guid>
		<description><![CDATA[The document is very helpful. It get me out from problem.]]></description>
		<content:encoded><![CDATA[<p>The document is very helpful. It get me out from problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom fonts on iPad and iPhone by Michael Damstra</title>
		<link>http://richardwarrender.com/2010/08/custom-fonts-on-ipad-and-iphone/#comment-7029</link>
		<dc:creator>Michael Damstra</dc:creator>
		<pubDate>Tue, 17 Jul 2012 19:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=147#comment-7029</guid>
		<description><![CDATA[Hey,

I want to use the capitals.dfont in xcode
capitals is a basic mac font, which can be found in fontlibrary app.
I am using xcode 4.3.3 and building for iphone.
I only work with storyboard so please help me with very easy instructions

tnx]]></description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I want to use the capitals.dfont in xcode<br />
capitals is a basic mac font, which can be found in fontlibrary app.<br />
I am using xcode 4.3.3 and building for iphone.<br />
I only work with storyboard so please help me with very easy instructions</p>
<p>tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Tirth</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-7021</link>
		<dc:creator>Tirth</dc:creator>
		<pubDate>Thu, 28 Jun 2012 11:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-7021</guid>
		<description><![CDATA[Thanks for the information. saved me lot of time from shifting from linux to windows]]></description>
		<content:encoded><![CDATA[<p>Thanks for the information. saved me lot of time from shifting from linux to windows</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Pyraego</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-7018</link>
		<dc:creator>Pyraego</dc:creator>
		<pubDate>Tue, 19 Jun 2012 20:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-7018</guid>
		<description><![CDATA[Got it working!! Ended up returning nil for that method. Thanks for all the help. You can delete the previous post if you want. Sorry for posting it &quot;anonymous&quot;]]></description>
		<content:encoded><![CDATA[<p>Got it working!! Ended up returning nil for that method. Thanks for all the help. You can delete the previous post if you want. Sorry for posting it &#8220;anonymous&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Anonymous</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-7017</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 19 Jun 2012 19:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-7017</guid>
		<description><![CDATA[AHA yes! Just searched that method and found it in &quot;CoreDataTableViewController&quot;. Now I just need to figure out how to remove this. This file is a template I found when going through core-data tutorials.]]></description>
		<content:encoded><![CDATA[<p>AHA yes! Just searched that method and found it in &#8220;CoreDataTableViewController&#8221;. Now I just need to figure out how to remove this. This file is a template I found when going through core-data tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Richard Warrender</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-7016</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Tue, 19 Jun 2012 11:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-7016</guid>
		<description><![CDATA[Hi Pyraego, you must have implemented - (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView in your UITableViewDataSource?]]></description>
		<content:encoded><![CDATA[<p>Hi Pyraego, you must have implemented &#8211; (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView in your UITableViewDataSource?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Pyraego</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-7015</link>
		<dc:creator>Pyraego</dc:creator>
		<pubDate>Mon, 18 Jun 2012 14:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-7015</guid>
		<description><![CDATA[How do you not show the &quot;quick search index sidebar&quot; on the right of the screen? When ever is set &quot;sectionNameKeyPath&quot; i get the first letter capitalized with a scroll bar. Noticed yours doesn&#039;t have this.

Thanks in advanced!]]></description>
		<content:encoded><![CDATA[<p>How do you not show the &#8220;quick search index sidebar&#8221; on the right of the screen? When ever is set &#8220;sectionNameKeyPath&#8221; i get the first letter capitalized with a scroll bar. Noticed yours doesn&#8217;t have this.</p>
<p>Thanks in advanced!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Animation stops animation on app relaunch by Richard Warrender</title>
		<link>http://richardwarrender.com/2011/09/core-animation-stops-ani-on-app-relaunch/#comment-7013</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Wed, 06 Jun 2012 16:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=385#comment-7013</guid>
		<description><![CDATA[Glad I could help Tony. If I get time I might post this to Apple&#039;s bug reporter.]]></description>
		<content:encoded><![CDATA[<p>Glad I could help Tony. If I get time I might post this to Apple&#8217;s bug reporter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Animation stops animation on app relaunch by Tony</title>
		<link>http://richardwarrender.com/2011/09/core-animation-stops-ani-on-app-relaunch/#comment-7009</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 04 Jun 2012 08:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=385#comment-7009</guid>
		<description><![CDATA[It seems like a bug. Thanks a lot for a tip - I was looking for solution of this problem for ages!]]></description>
		<content:encoded><![CDATA[<p>It seems like a bug. Thanks a lot for a tip &#8211; I was looking for solution of this problem for ages!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Dave</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-6999</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 15 May 2012 20:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-6999</guid>
		<description><![CDATA[THANK YOU!  Had already wasted 2h on this when I came across your explanation.  Many, many thanks.]]></description>
		<content:encoded><![CDATA[<p>THANK YOU!  Had already wasted 2h on this when I came across your explanation.  Many, many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom fonts on iPad and iPhone by How to use TrueType paid font in iOS(Resolved) - Tech Forum Network</title>
		<link>http://richardwarrender.com/2010/08/custom-fonts-on-ipad-and-iphone/#comment-6998</link>
		<dc:creator>How to use TrueType paid font in iOS(Resolved) - Tech Forum Network</dc:creator>
		<pubDate>Sun, 06 May 2012 01:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=147#comment-6998</guid>
		<description><![CDATA[[...] http://richardwarrender.com/2010/08/custom-fonts-on-ipad-and-iphone/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://richardwarrender.com/2010/08/custom-fonts-on-ipad-and-iphone/" rel="nofollow">http://richardwarrender.com/2010/08/custom-fonts-on-ipad-and-iphone/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Alejandro</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-6997</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Fri, 30 Mar 2012 15:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-6997</guid>
		<description><![CDATA[Hello Richard,

Im working with nusoap, and ssl, with a selfsigned certificate, i set those variables:

$oSoap-&gt;scheme=&quot;https&quot;;
$oSoap-&gt;authtype = &#039;certificate&#039;;
$oSoap-&gt;certRequest[&#039;cainfofile&#039;]=&quot;/etc/pki/tls/certs/ca-bundle.crt&quot;;
$oSoap-&gt;certRequest[&#039;verifypeer&#039;]=true;
$oSoap-&gt;certRequest[&#039;verifyhost&#039;]=2;

in ca-budnle file i concatenate the certificate from the site i want to has access.

and im reciving:

Error [HTTP Error: cURL ERROR: 60: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

The thing is i must go trough https, because is a secured server and only works in that way.

Can You give me an advice?]]></description>
		<content:encoded><![CDATA[<p>Hello Richard,</p>
<p>Im working with nusoap, and ssl, with a selfsigned certificate, i set those variables:</p>
<p>$oSoap-&gt;scheme=&#8221;https&#8221;;<br />
$oSoap-&gt;authtype = &#8216;certificate&#8217;;<br />
$oSoap-&gt;certRequest['cainfofile']=&#8221;/etc/pki/tls/certs/ca-bundle.crt&#8221;;<br />
$oSoap-&gt;certRequest['verifypeer']=true;<br />
$oSoap-&gt;certRequest['verifyhost']=2;</p>
<p>in ca-budnle file i concatenate the certificate from the site i want to has access.</p>
<p>and im reciving:</p>
<p>Error [HTTP Error: cURL ERROR: 60: SSL certificate problem, verify that the CA cert is OK. Details:<br />
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed</p>
<p>The thing is i must go trough https, because is a secured server and only works in that way.</p>
<p>Can You give me an advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Saad Ali</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-6950</link>
		<dc:creator>Saad Ali</dc:creator>
		<pubDate>Fri, 09 Mar 2012 05:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-6950</guid>
		<description><![CDATA[Thankx Richards. you saved my day too..]]></description>
		<content:encoded><![CDATA[<p>Thankx Richards. you saved my day too..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Richard Warrender</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-6938</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Tue, 06 Mar 2012 16:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-6938</guid>
		<description><![CDATA[Np Ben. Did you find this link via Google? I wrote this blog post almost 5 years ago now. Amazed anyone still finds this link!]]></description>
		<content:encoded><![CDATA[<p>Np Ben. Did you find this link via Google? I wrote this blog post almost 5 years ago now. Amazed anyone still finds this link!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Ben Alexander</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-6937</link>
		<dc:creator>Ben Alexander</dc:creator>
		<pubDate>Tue, 06 Mar 2012 16:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-6937</guid>
		<description><![CDATA[Very useful post :)]]></description>
		<content:encoded><![CDATA[<p>Very useful post <img src='http://richardwarrender.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Mark</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-6931</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 05 Mar 2012 14:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-6931</guid>
		<description><![CDATA[Great post mate.  

This fixed my problem trying to run the PHP SDK for Amazon Web Services from my local development machine.]]></description>
		<content:encoded><![CDATA[<p>Great post mate.  </p>
<p>This fixed my problem trying to run the PHP SDK for Amazon Web Services from my local development machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Stratos</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-6899</link>
		<dc:creator>Stratos</dc:creator>
		<pubDate>Tue, 28 Feb 2012 08:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-6899</guid>
		<description><![CDATA[Thanks! Very useful!]]></description>
		<content:encoded><![CDATA[<p>Thanks! Very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Sunny</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-6640</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Wed, 15 Feb 2012 05:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-6640</guid>
		<description><![CDATA[it worked...Thaks a lot....Awesome work !!! keep it up.]]></description>
		<content:encoded><![CDATA[<p>it worked&#8230;Thaks a lot&#8230;.Awesome work !!! keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by omarxp</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-6166</link>
		<dc:creator>omarxp</dc:creator>
		<pubDate>Thu, 26 Jan 2012 08:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-6166</guid>
		<description><![CDATA[thanks, i use it on SoundCloud API, and work.]]></description>
		<content:encoded><![CDATA[<p>thanks, i use it on SoundCloud API, and work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Sarah</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-6049</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Fri, 20 Jan 2012 06:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-6049</guid>
		<description><![CDATA[I am getting this error for my wordpress while installing the plugin . 

Please can you enlighten on how to follow these below steps :  2 -4  , i am all confused, where to extract the file and where to add the code ...its all very confusing.]]></description>
		<content:encoded><![CDATA[<p>I am getting this error for my wordpress while installing the plugin . </p>
<p>Please can you enlighten on how to follow these below steps :  2 -4  , i am all confused, where to extract the file and where to add the code &#8230;its all very confusing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Jeff</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-5021</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 22 Dec 2011 08:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-5021</guid>
		<description><![CDATA[Thank You! saved me a bunch of time testing a code snippet that will eventually run on a unix box.]]></description>
		<content:encoded><![CDATA[<p>Thank You! saved me a bunch of time testing a code snippet that will eventually run on a unix box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Anonymous</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-4172</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 11 Nov 2011 23:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-4172</guid>
		<description><![CDATA[Thank You,
Very useful information !]]></description>
		<content:encoded><![CDATA[<p>Thank You,<br />
Very useful information !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Philipp Scheit</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-4027</link>
		<dc:creator>Philipp Scheit</dc:creator>
		<pubDate>Tue, 01 Nov 2011 08:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-4027</guid>
		<description><![CDATA[Thank You Sir,

you made my day ;)]]></description>
		<content:encoded><![CDATA[<p>Thank You Sir,</p>
<p>you made my day <img src='http://richardwarrender.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by sarwar</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-3885</link>
		<dc:creator>sarwar</dc:creator>
		<pubDate>Mon, 17 Oct 2011 17:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-3885</guid>
		<description><![CDATA[i have downloaded the file cacert.pem file and rename it now how can i Extract curl-ca-bundle.crt...

My OS is Windows7.
Please Advice me....]]></description>
		<content:encoded><![CDATA[<p>i have downloaded the file cacert.pem file and rename it now how can i Extract curl-ca-bundle.crt&#8230;</p>
<p>My OS is Windows7.<br />
Please Advice me&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverting your library from a beta of iTunes by Richard Warrender</title>
		<link>http://richardwarrender.com/2011/09/reverting-itunes-beta-library/#comment-3712</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Thu, 22 Sep 2011 09:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=377#comment-3712</guid>
		<description><![CDATA[The quickest route Ankur would probably be to drag in your music to the other library containing the backups. Be careful with your iPhone backups. I haven&#039;t played around with restoring a backup from a downgraded iTunes so your milage may vary.]]></description>
		<content:encoded><![CDATA[<p>The quickest route Ankur would probably be to drag in your music to the other library containing the backups. Be careful with your iPhone backups. I haven&#8217;t played around with restoring a backup from a downgraded iTunes so your milage may vary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverting your library from a beta of iTunes by Ankur Oberoi</title>
		<link>http://richardwarrender.com/2011/09/reverting-itunes-beta-library/#comment-3692</link>
		<dc:creator>Ankur Oberoi</dc:creator>
		<pubDate>Tue, 20 Sep 2011 07:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=377#comment-3692</guid>
		<description><![CDATA[You are awesome. Thank you for writing about this! I was holding back on installing the beta despite my need to develop for iOS5 because I didn&#039;t want it to touch my iTunes library.

Question: How much do you know about the logistics of backing up, moving, merging, and possibly splitting iTunes libraries? I have an iTunes library on one machine from which I would like mostly everything (except 50% of the music I don&#039;t listen to anymore) including the Apps, the iPhone backups, etc. I have a second iTunes library that doesnt sync with my iPhone but I would like all the rest of the media in that. I want to merge the two (which discarding the music I don&#039;t want anymore) and put them on one machine. I would then upgrade to a beta iTunes library and hopefully as you described above still have the ability to roll back to a stable version.]]></description>
		<content:encoded><![CDATA[<p>You are awesome. Thank you for writing about this! I was holding back on installing the beta despite my need to develop for iOS5 because I didn&#8217;t want it to touch my iTunes library.</p>
<p>Question: How much do you know about the logistics of backing up, moving, merging, and possibly splitting iTunes libraries? I have an iTunes library on one machine from which I would like mostly everything (except 50% of the music I don&#8217;t listen to anymore) including the Apps, the iPhone backups, etc. I have a second iTunes library that doesnt sync with my iPhone but I would like all the rest of the media in that. I want to merge the two (which discarding the music I don&#8217;t want anymore) and put them on one machine. I would then upgrade to a beta iTunes library and hopefully as you described above still have the ability to roll back to a stable version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Facebook login (facebook2t3) - TYPO3 Forum &#38; Portal</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-3558</link>
		<dc:creator>Facebook login (facebook2t3) - TYPO3 Forum &#38; Portal</dc:creator>
		<pubDate>Fri, 26 Aug 2011 14:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-3558</guid>
		<description><![CDATA[[...]  [...]]]></description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by ST</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-3028</link>
		<dc:creator>ST</dc:creator>
		<pubDate>Wed, 29 Jun 2011 11:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-3028</guid>
		<description><![CDATA[Thanks a lot, that saved me a lot of time. It&#039;s logical once you know it!]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot, that saved me a lot of time. It&#8217;s logical once you know it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by ivan</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-2906</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Thu, 16 Jun 2011 13:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-2906</guid>
		<description><![CDATA[Thanks. Great content and saved me a lot of time :)]]></description>
		<content:encoded><![CDATA[<p>Thanks. Great content and saved me a lot of time <img src='http://richardwarrender.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Domenick Naccarato</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-2820</link>
		<dc:creator>Domenick Naccarato</dc:creator>
		<pubDate>Fri, 03 Jun 2011 14:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-2820</guid>
		<description><![CDATA[Thank you!!!!! Your guidance here helped me tremendously!]]></description>
		<content:encoded><![CDATA[<p>Thank you!!!!! Your guidance here helped me tremendously!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Richard Warrender</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-2520</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Wed, 27 Apr 2011 10:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-2520</guid>
		<description><![CDATA[I&#039;m glad I could help Denis. I&#039;m trying to jot down as many of these little gotchas as I encounter them.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m glad I could help Denis. I&#8217;m trying to jot down as many of these little gotchas as I encounter them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Denis</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-2519</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Wed, 27 Apr 2011 09:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-2519</guid>
		<description><![CDATA[Thanks. Saved my day. :-) Well written and logical once you think about it.]]></description>
		<content:encoded><![CDATA[<p>Thanks. Saved my day. <img src='http://richardwarrender.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Well written and logical once you think about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by deepak sharma</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-2515</link>
		<dc:creator>deepak sharma</dc:creator>
		<pubDate>Wed, 27 Apr 2011 06:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-2515</guid>
		<description><![CDATA[thank you very much sir...
you saved my life ;)]]></description>
		<content:encoded><![CDATA[<p>thank you very much sir&#8230;<br />
you saved my life <img src='http://richardwarrender.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Xdebug on Mac OS X by Paul</title>
		<link>http://richardwarrender.com/2008/02/installing-xdebug-on-mac-os-x/#comment-2373</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 14 Apr 2011 07:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=32#comment-2373</guid>
		<description><![CDATA[Thank you so much! I was trying to get this to work for hours to no avail. As soon as I used the xdebug.so files from komodo, it worked (in zend studio) first time!]]></description>
		<content:encoded><![CDATA[<p>Thank you so much! I was trying to get this to work for hours to no avail. As soon as I used the xdebug.so files from komodo, it worked (in zend studio) first time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Cat</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-2343</link>
		<dc:creator>Cat</dc:creator>
		<pubDate>Mon, 11 Apr 2011 21:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-2343</guid>
		<description><![CDATA[Thanks for the great post; and highly useful update!  The error &quot;60&quot; had me going, particularly since we do most of our development on Linux boxes.

Thank you thank you!]]></description>
		<content:encoded><![CDATA[<p>Thanks for the great post; and highly useful update!  The error &#8220;60&#8243; had me going, particularly since we do most of our development on Linux boxes.</p>
<p>Thank you thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Jim Nickel</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-1811</link>
		<dc:creator>Jim Nickel</dc:creator>
		<pubDate>Wed, 23 Feb 2011 20:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-1811</guid>
		<description><![CDATA[Thanks so much!  I don&#039;t know why they don&#039;t just include this critical piece with the PHP install.

You saved me a lot of time!

Jim]]></description>
		<content:encoded><![CDATA[<p>Thanks so much!  I don&#8217;t know why they don&#8217;t just include this critical piece with the PHP install.</p>
<p>You saved me a lot of time!</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by Richard Warrender</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-1721</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Fri, 11 Feb 2011 18:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-1721</guid>
		<description><![CDATA[Hi AD,

Fruit and Vegetables are values of the type property you&#039;d create on the entity.

So with the RWFruit entity that I&#039;ve got in my example, it has a type property and a name property. All the fruits have the type set to &quot;Fruit&quot; and all the vegetables have the  the type set to &quot;Vegetable&quot;. Then you set the sectionKeyPath to &quot;type&quot; and it will group all the objects that have matching types.

Hope that helps explain it, I might upload an example project if it helps.]]></description>
		<content:encoded><![CDATA[<p>Hi AD,</p>
<p>Fruit and Vegetables are values of the type property you&#8217;d create on the entity.</p>
<p>So with the RWFruit entity that I&#8217;ve got in my example, it has a type property and a name property. All the fruits have the type set to &#8220;Fruit&#8221; and all the vegetables have the  the type set to &#8220;Vegetable&#8221;. Then you set the sectionKeyPath to &#8220;type&#8221; and it will group all the objects that have matching types.</p>
<p>Hope that helps explain it, I might upload an example project if it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Data Objects in Wrong Sections by AD</title>
		<link>http://richardwarrender.com/2010/10/core-data-objects-in-wrong-sections/#comment-1624</link>
		<dc:creator>AD</dc:creator>
		<pubDate>Sat, 29 Jan 2011 14:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=213#comment-1624</guid>
		<description><![CDATA[Where are the section headers &quot;Fruit&quot; and &quot;Vegetable&quot; coming from?

How do you set up the relationship between a manually created section header and a core data entity?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Where are the section headers &#8220;Fruit&#8221; and &#8220;Vegetable&#8221; coming from?</p>
<p>How do you set up the relationship between a manually created section header and a core data entity?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Xdebug on Mac OS X by Richard Warrender</title>
		<link>http://richardwarrender.com/2008/02/installing-xdebug-on-mac-os-x/#comment-1618</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Fri, 28 Jan 2011 23:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=32#comment-1618</guid>
		<description><![CDATA[I think I wrote the guide before Mac OS X had pecl installed properly but with Snow Leopard it works fine. Nice tip StarQuake, thanks.]]></description>
		<content:encoded><![CDATA[<p>I think I wrote the guide before Mac OS X had pecl installed properly but with Snow Leopard it works fine. Nice tip StarQuake, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Xdebug on Mac OS X by StarQuake</title>
		<link>http://richardwarrender.com/2008/02/installing-xdebug-on-mac-os-x/#comment-1345</link>
		<dc:creator>StarQuake</dc:creator>
		<pubDate>Tue, 21 Dec 2010 21:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=32#comment-1345</guid>
		<description><![CDATA[Why not use the standard PHP and do this in the command line:
pecl install xdebug

Works for me]]></description>
		<content:encoded><![CDATA[<p>Why not use the standard PHP and do this in the command line:<br />
pecl install xdebug</p>
<p>Works for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problem with PHP mail() and Additional Headers by Seidl</title>
		<link>http://richardwarrender.com/2007/09/problem-with-php-mail-and-additional-headers/#comment-1339</link>
		<dc:creator>Seidl</dc:creator>
		<pubDate>Mon, 20 Dec 2010 19:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=48#comment-1339</guid>
		<description><![CDATA[PHP_EOL does the trick. Thanks for this.]]></description>
		<content:encoded><![CDATA[<p>PHP_EOL does the trick. Thanks for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Luiz</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-1313</link>
		<dc:creator>Luiz</dc:creator>
		<pubDate>Fri, 17 Dec 2010 18:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-1313</guid>
		<description><![CDATA[Hello, thanks for the post! I was just struggling with the same problem myself. But, I&#039;m also having this problem in my Linux machine, with a different explanation:

SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:func(144):reason(134)


Do you know how to fix it in Linux? 

It&#039;s seems to work for CURL but what about other PHP functions like fope, file_get_contents and the stream functions?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hello, thanks for the post! I was just struggling with the same problem myself. But, I&#8217;m also having this problem in my Linux machine, with a different explanation:</p>
<p>SSL certificate problem, verify that the CA cert is OK. Details:<br />
error:14090086:SSL routines:func(144):reason(134)</p>
<p>Do you know how to fix it in Linux? </p>
<p>It&#8217;s seems to work for CURL but what about other PHP functions like fope, file_get_contents and the stream functions?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Shane</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-1211</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Sun, 05 Dec 2010 15:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-1211</guid>
		<description><![CDATA[Awesome! Helped tonnes. Thank you.]]></description>
		<content:encoded><![CDATA[<p>Awesome! Helped tonnes. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom fonts on iPad and iPhone by Richard Warrender</title>
		<link>http://richardwarrender.com/2010/08/custom-fonts-on-ipad-and-iphone/#comment-1073</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Thu, 18 Nov 2010 08:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=147#comment-1073</guid>
		<description><![CDATA[@Ankur, I had a similar problem actually and it seems to be a problem with the fonts. You can fix them using FontForge and changing the family name. See this post for details -  https://devforums.apple.com/message/324012 Credit to Jeff Kelley for discovering a fix for this one.]]></description>
		<content:encoded><![CDATA[<p>@Ankur, I had a similar problem actually and it seems to be a problem with the fonts. You can fix them using FontForge and changing the family name. See this post for details &#8211;  <a href="https://devforums.apple.com/message/324012" rel="nofollow">https://devforums.apple.com/message/324012</a> Credit to Jeff Kelley for discovering a fix for this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom fonts on iPad and iPhone by Ankur Oberoi</title>
		<link>http://richardwarrender.com/2010/08/custom-fonts-on-ipad-and-iphone/#comment-1071</link>
		<dc:creator>Ankur Oberoi</dc:creator>
		<pubDate>Thu, 18 Nov 2010 06:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=147#comment-1071</guid>
		<description><![CDATA[UPDATE: found a discussion on Apple&#039;s dev forums that confirms that others have faced this issue. Seems to be a bug with no known workaround right now. I even tried converting my .otf files to .ttf and seeing if they were handled any differently, but that did not fix it either.]]></description>
		<content:encoded><![CDATA[<p>UPDATE: found a discussion on Apple&#8217;s dev forums that confirms that others have faced this issue. Seems to be a bug with no known workaround right now. I even tried converting my .otf files to .ttf and seeing if they were handled any differently, but that did not fix it either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom fonts on iPad and iPhone by Ankur Oberoi</title>
		<link>http://richardwarrender.com/2010/08/custom-fonts-on-ipad-and-iphone/#comment-1070</link>
		<dc:creator>Ankur Oberoi</dc:creator>
		<pubDate>Thu, 18 Nov 2010 05:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=147#comment-1070</guid>
		<description><![CDATA[I am finding an odd issue with this feature involving the order in which those strings are added to the UIAppFonts array. I am using two .otf files that represent two different font styles in the same family (Knockout-27.otf and Knockout-30.otf) as well as MyriadPro.otf. Using your code snippet I can see that all 3 of these custom fonts are available for the UIFont class. However, when trying to set these fonts, the two that are of the same family will not show up distinctly. What I mean is that I use them in two differently places in the App so I need both, but if I have Knockout-27.otf first in the array, then all labels that should have had fonts from the Knockout family use that style. If I put Knockout-30.otf in the file first, vice-versa. has anyone else experienced this problem? Where else can I look for a solution. It happens on device and in the simulator, in iOS4.1 and iOS4.2.]]></description>
		<content:encoded><![CDATA[<p>I am finding an odd issue with this feature involving the order in which those strings are added to the UIAppFonts array. I am using two .otf files that represent two different font styles in the same family (Knockout-27.otf and Knockout-30.otf) as well as MyriadPro.otf. Using your code snippet I can see that all 3 of these custom fonts are available for the UIFont class. However, when trying to set these fonts, the two that are of the same family will not show up distinctly. What I mean is that I use them in two differently places in the App so I need both, but if I have Knockout-27.otf first in the array, then all labels that should have had fonts from the Knockout family use that style. If I put Knockout-30.otf in the file first, vice-versa. has anyone else experienced this problem? Where else can I look for a solution. It happens on device and in the simulator, in iOS4.1 and iOS4.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pub Darts now with Facebook Support by richard</title>
		<link>http://richardwarrender.com/2010/11/pub-darts-now-with-facebook/#comment-1045</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Mon, 15 Nov 2010 23:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=254#comment-1045</guid>
		<description><![CDATA[Thanks Darren. The review is much appreciated :)]]></description>
		<content:encoded><![CDATA[<p>Thanks Darren. The review is much appreciated <img src='http://richardwarrender.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pub Darts now with Facebook Support by Darren palmer</title>
		<link>http://richardwarrender.com/2010/11/pub-darts-now-with-facebook/#comment-1044</link>
		<dc:creator>Darren palmer</dc:creator>
		<pubDate>Mon, 15 Nov 2010 22:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=254#comment-1044</guid>
		<description><![CDATA[Cool game.]]></description>
		<content:encoded><![CDATA[<p>Cool game.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Xdebug on Mac OS X by Adam</title>
		<link>http://richardwarrender.com/2008/02/installing-xdebug-on-mac-os-x/#comment-994</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 07 Nov 2010 22:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=32#comment-994</guid>
		<description><![CDATA[And my php.ini was 

/etc/php.ini

which i had to change from 

/etc/php.ini.default]]></description>
		<content:encoded><![CDATA[<p>And my php.ini was </p>
<p>/etc/php.ini</p>
<p>which i had to change from </p>
<p>/etc/php.ini.default</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Xdebug on Mac OS X by Adam</title>
		<link>http://richardwarrender.com/2008/02/installing-xdebug-on-mac-os-x/#comment-993</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 07 Nov 2010 22:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=32#comment-993</guid>
		<description><![CDATA[Thanks, great walk through. 

On my m/c, stock standard max the path to the PHP dir was:

/usr/lib/php/]]></description>
		<content:encoded><![CDATA[<p>Thanks, great walk through. </p>
<p>On my m/c, stock standard max the path to the PHP dir was:</p>
<p>/usr/lib/php/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Richard Warrender</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-807</link>
		<dc:creator>Richard Warrender</dc:creator>
		<pubDate>Sun, 17 Oct 2010 13:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-807</guid>
		<description><![CDATA[I&#039;m glad I could help Bob.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m glad I could help Bob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Bob</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-800</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 16 Oct 2010 22:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-800</guid>
		<description><![CDATA[Thanks for this post. It has saved me a bunch of time getting some localhost curl things working!]]></description>
		<content:encoded><![CDATA[<p>Thanks for this post. It has saved me a bunch of time getting some localhost curl things working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Secret to cURL in PHP on Windows&#8230; by Archanox</title>
		<link>http://richardwarrender.com/2007/05/the-secret-to-curl-in-php-on-windows/#comment-54</link>
		<dc:creator>Archanox</dc:creator>
		<pubDate>Fri, 20 Aug 2010 18:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://richardwarrender.com/?p=43#comment-54</guid>
		<description><![CDATA[You sir get a gold star.  Thanks for stopping my yelling at my webserver.]]></description>
		<content:encoded><![CDATA[<p>You sir get a gold star.  Thanks for stopping my yelling at my webserver.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
