<?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 FARINSPACE</title>
	<atom:link href="http://www.farinspace.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.farinspace.com</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Fri, 17 Feb 2012 03:23:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on CodeIgniter NGINX Rewrite Rules by james</title>
		<link>http://www.farinspace.com/codeigniter-nginx-rewrite-rules/comment-page-2/#comment-21694</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 17 Feb 2012 03:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-21694</guid>
		<description>ok. I take it back what I said above. it turns out the question mark in &quot;rewrite ^/(.*)$ /index.php?/$1 last;&quot; makes &quot;location ~ \.php$ { }&quot; match. so I was wrong :)</description>
		<content:encoded><![CDATA[<p>ok. I take it back what I said above. it turns out the question mark in &#8220;rewrite ^/(.*)$ /index.php?/$1 last;&#8221; makes &#8220;location ~ \.php$ { }&#8221; match. so I was wrong <img src='http://cdn.farinspace.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter NGINX Rewrite Rules by james</title>
		<link>http://www.farinspace.com/codeigniter-nginx-rewrite-rules/comment-page-2/#comment-21678</link>
		<dc:creator>james</dc:creator>
		<pubDate>Thu, 16 Feb 2012 10:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-21678</guid>
		<description>since you have the catch all line:

    rewrite ^/(.*)$ /index.php?/$1 last;

then later you have the 

    location ~ \.php$   { }

my question are: 

why the question mark in the end of index.php?  

why only matching address ended with .php? in that case, /index.php?/controller/method/variable won&#039;t be able to translated to /controller/method/variable

I had to change the lines to the following..

    rewrite ^/(.*)$ /index.php?/$1 last;
    location ~ \.php   { }</description>
		<content:encoded><![CDATA[<p>since you have the catch all line:</p>
<p>    rewrite ^/(.*)$ /index.php?/$1 last;</p>
<p>then later you have the </p>
<p>    location ~ \.php$   { }</p>
<p>my question are: </p>
<p>why the question mark in the end of index.php?  </p>
<p>why only matching address ended with .php? in that case, /index.php?/controller/method/variable won&#8217;t be able to translated to /controller/method/variable</p>
<p>I had to change the lines to the following..</p>
<p>    rewrite ^/(.*)$ /index.php?/$1 last;<br />
    location ~ \.php   { }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate Twitter Into Your Web Site Using PHP by Dimas</title>
		<link>http://www.farinspace.com/twitter-feed-website-integration/comment-page-1/#comment-21671</link>
		<dc:creator>Dimas</dc:creator>
		<pubDate>Wed, 15 Feb 2012 22:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=900#comment-21671</guid>
		<description>@Brandon, confirm that the script/PHP has permission to write file. See the previous comment, the script creates two files.</description>
		<content:encoded><![CDATA[<p>@Brandon, confirm that the script/PHP has permission to write file. See the previous comment, the script creates two files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate Twitter Into Your Web Site Using PHP by Brandon Bowman</title>
		<link>http://www.farinspace.com/twitter-feed-website-integration/comment-page-1/#comment-21670</link>
		<dc:creator>Brandon Bowman</dc:creator>
		<pubDate>Wed, 15 Feb 2012 21:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=900#comment-21670</guid>
		<description>I get this error. I wonder is it a server config issue?
Warning: file_get_contents(tmp-1329342210.xml) [function.file-get-contents]: failed to open stream: No such file or directory in ../twitter/twitter-feed.php on line 44

Warning: DOMDocument::loadXML() [domdocument.loadxml]: Empty string supplied as input in ..//twitter/twitter-feed.php on line 50</description>
		<content:encoded><![CDATA[<p>I get this error. I wonder is it a server config issue?<br />
Warning: file_get_contents(tmp-1329342210.xml) [function.file-get-contents]: failed to open stream: No such file or directory in ../twitter/twitter-feed.php on line 44</p>
<p>Warning: DOMDocument::loadXML() [domdocument.loadxml]: Empty string supplied as input in ..//twitter/twitter-feed.php on line 50</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Move and Position The WordPress WYSIWYG Visual Editor by Brandon Wilson</title>
		<link>http://www.farinspace.com/move-and-position-wordpress-visual-editor/comment-page-1/#comment-21665</link>
		<dc:creator>Brandon Wilson</dc:creator>
		<pubDate>Wed, 15 Feb 2012 13:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=922#comment-21665</guid>
		<description>I tried in vain to get this to work.  Thinking something in my theme&#039;s css was screwing it up, I tried to install this code on the default wordpress twenty_eleven theme.

Jquery (I am guessing) is the problem, anyone know exactly how to insert this into the default theme, and (once working) I can do it on my theme.

Thanks!</description>
		<content:encoded><![CDATA[<p>I tried in vain to get this to work.  Thinking something in my theme&#8217;s css was screwing it up, I tried to install this code on the default wordpress twenty_eleven theme.</p>
<p>Jquery (I am guessing) is the problem, anyone know exactly how to insert this into the default theme, and (once working) I can do it on my theme.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Integrate the WordPress Media Upload Box Into Your Meta Boxes by Dimas</title>
		<link>http://www.farinspace.com/wordpress-media-uploader-integration/comment-page-4/#comment-21655</link>
		<dc:creator>Dimas</dc:creator>
		<pubDate>Tue, 14 Feb 2012 23:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-21655</guid>
		<description>The &quot;MediaAccess&quot; class is a very simple tie-in to the WordPress Media Management System (mms), basically returning the path of the image ... you could use a form based browse button and bypass the wp mms all together, or as you&#039;ve mentioned, use the wp hook to bypass (you would have to set a flag somewhere in the process to know where the request is coming from).</description>
		<content:encoded><![CDATA[<p>The &#8220;MediaAccess&#8221; class is a very simple tie-in to the WordPress Media Management System (mms), basically returning the path of the image &#8230; you could use a form based browse button and bypass the wp mms all together, or as you&#8217;ve mentioned, use the wp hook to bypass (you would have to set a flag somewhere in the process to know where the request is coming from).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Integrate the WordPress Media Upload Box Into Your Meta Boxes by Paul</title>
		<link>http://www.farinspace.com/wordpress-media-uploader-integration/comment-page-4/#comment-21653</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 14 Feb 2012 21:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-21653</guid>
		<description>I know that. What I mean is I want uploads managed by WP Alchemy to go to a different folder.
I know there&#039;s an &#039;uploads_dir&quot; filter hook for example. Maybe I can conditionally change the uploads folder when uploading with the wp alchemy metaboxes?</description>
		<content:encoded><![CDATA[<p>I know that. What I mean is I want uploads managed by WP Alchemy to go to a different folder.<br />
I know there&#8217;s an &#8216;uploads_dir&#8221; filter hook for example. Maybe I can conditionally change the uploads folder when uploading with the wp alchemy metaboxes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Integrate the WordPress Media Upload Box Into Your Meta Boxes by Dimas</title>
		<link>http://www.farinspace.com/wordpress-media-uploader-integration/comment-page-4/#comment-21647</link>
		<dc:creator>Dimas</dc:creator>
		<pubDate>Tue, 14 Feb 2012 18:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-21647</guid>
		<description>All wordpress uploads go into the &quot;wp-content/uploads&quot; folder, you can change this globally in your &quot;Settings &gt; Media&quot; options</description>
		<content:encoded><![CDATA[<p>All wordpress uploads go into the &#8220;wp-content/uploads&#8221; folder, you can change this globally in your &#8220;Settings > Media&#8221; options</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving Form Data to Google Spreadsheets Using PHP and the Google Docs API by evlj</title>
		<link>http://www.farinspace.com/saving-form-data-to-google-spreadsheets/comment-page-7/#comment-21641</link>
		<dc:creator>evlj</dc:creator>
		<pubDate>Tue, 14 Feb 2012 10:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=14#comment-21641</guid>
		<description>I&#039;m having a problem trying your solution, but i&#039;m having a problem with zend gdata, would you be able to help me out please? 

Here&#039;s the error:

Fatal error: Uncaught exception &#039;Zend_Gdata_App_HttpException&#039; with message &#039;Expected response code 200, got 400 We&#039;re sorry, a server error occurred....</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a problem trying your solution, but i&#8217;m having a problem with zend gdata, would you be able to help me out please? </p>
<p>Here&#8217;s the error:</p>
<p>Fatal error: Uncaught exception &#8216;Zend_Gdata_App_HttpException&#8217; with message &#8216;Expected response code 200, got 400 We&#039;re sorry, a server error occurred&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Integrate the WordPress Media Upload Box Into Your Meta Boxes by Paul</title>
		<link>http://www.farinspace.com/wordpress-media-uploader-integration/comment-page-4/#comment-21617</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 12 Feb 2012 15:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-21617</guid>
		<description>Hi

where would I set the upload path for it to be different from the regular media upload button at the top of the post edit screen?
thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>where would I set the upload path for it to be different from the regular media upload button at the top of the post edit screen?<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.farinspace.com @ 2012-02-22 19:20:03 by W3 Total Cache -->
