<?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 Andrew Rowland</title>
	<atom:link href="http://www.andrewrowland.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrewrowland.com</link>
	<description>I only want to help you</description>
	<lastBuildDate>Mon, 10 Oct 2011 19:57:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Wolf CMS: Related pages plugin by Andy R</title>
		<link>http://www.andrewrowland.com/article/display/wolf-cms-related-pages-plugin/#comment-231</link>
		<dc:creator>Andy R</dc:creator>
		<pubDate>Mon, 10 Oct 2011 19:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://andrewrowland/?p=1#comment-231</guid>
		<description>You should by able to access the parent like you would any page object:

&lt;pre&gt;&lt;code&gt;&lt;?php
$relations = get_relations($this-&gt;id);

if (!empty($relations)){
	echo &#039;&lt;ul&gt;&#039;;
	foreach ($relations as $related){
		echo &#039;&lt;li&gt;&#039; . $related-&gt;parent()-&gt;title() . &#039;: &#039; . $related-&gt;link() . &#039;&lt;/li&gt;&#039;;
	}
	echo &#039;&lt;/ul&gt;&#039;;
}
?&gt;&lt;/code&gt;&lt;/pre&gt;

But I still think there is a problem with incorrectly initialised objects when obtained by the findById function.  See: https://github.com/wolfcms/wolfcms/issues/175</description>
		<content:encoded><![CDATA[<p>You should by able to access the parent like you would any page object:</p>
<pre><code>&lt;?php
$relations = get_relations($this->id);

if (!empty($relations)){
	echo '&lt;ul&gt;';
	foreach ($relations as $related){
		echo '&lt;li&gt;' . $related->parent()->title() . ': ' . $related->link() . '&lt;/li&gt;';
	}
	echo '&lt;/ul&gt;';
}
?&gt;</code></pre>
<p>But I still think there is a problem with incorrectly initialised objects when obtained by the findById function.  See: <a href="https://github.com/wolfcms/wolfcms/issues/175" rel="nofollow">https://github.com/wolfcms/wolfcms/issues/175</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wolf CMS: Related pages plugin by Christoph</title>
		<link>http://www.andrewrowland.com/article/display/wolf-cms-related-pages-plugin/#comment-229</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Mon, 10 Oct 2011 05:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://andrewrowland/?p=1#comment-229</guid>
		<description>Hi!

super plugin for wolf cms! My question: are there any possibilities to show the &quot;parent-&gt;title()&quot; of a &quot;related article&quot;??

Thank you for your help!

Greetings from Germany!
Christoph</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>super plugin for wolf cms! My question: are there any possibilities to show the &#8220;parent-&gt;title()&#8221; of a &#8220;related article&#8221;??</p>
<p>Thank you for your help!</p>
<p>Greetings from Germany!<br />
Christoph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Consume .Net Web service using jQuery by Rajesh143</title>
		<link>http://www.andrewrowland.com/article/display/consume-dot-net-web-service-with-jquery/#comment-186</link>
		<dc:creator>Rajesh143</dc:creator>
		<pubDate>Tue, 06 Sep 2011 13:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://andrewrowland/?p=100#comment-186</guid>
		<description>Hi Andy , nice post it helped me.
I created a static HTML page and dumped the html code above in that and my web service works fine, But im facing a problem in the response part i.e in the success method the response is NULL.
Can you please address my problem ASAP.</description>
		<content:encoded><![CDATA[<p>Hi Andy , nice post it helped me.<br />
I created a static HTML page and dumped the html code above in that and my web service works fine, But im facing a problem in the response part i.e in the success method the response is NULL.<br />
Can you please address my problem ASAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery UI Date Picker control issue with .Net by Gangireddy Sathi</title>
		<link>http://www.andrewrowland.com/article/display/jquery-ui-date-picker-control-issue-with-net/#comment-185</link>
		<dc:creator>Gangireddy Sathi</dc:creator>
		<pubDate>Thu, 18 Aug 2011 23:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://andrewrowland/?p=77#comment-185</guid>
		<description>Thank you Andrew...</description>
		<content:encoded><![CDATA[<p>Thank you Andrew&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Zend framework Lucene library – Part 2 by annony</title>
		<link>http://www.andrewrowland.com/article/display/using-zend-search-lucene-part-2/#comment-183</link>
		<dc:creator>annony</dc:creator>
		<pubDate>Mon, 08 Aug 2011 09:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://andrewrowland/?p=40#comment-183</guid>
		<description>Index doesn’t exists in the specified directory::

I work on windows, and may be its due to file permission. Anyway, I tried using create first and then open . See,
http://framework.zend.com/manual/1.11/en/learning.lucene.index-opening.html

Once created , I removed create statement, and worked fine
</description>
		<content:encoded><![CDATA[<p>Index doesn’t exists in the specified directory::</p>
<p>I work on windows, and may be its due to file permission. Anyway, I tried using create first and then open . See,<br />
<a href="http://framework.zend.com/manual/1.11/en/learning.lucene.index-opening.html" rel="nofollow">http://framework.zend.com/manual/1.11/en/learning.lucene.index-opening.html</a></p>
<p>Once created , I removed create statement, and worked fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery UI Date Picker control issue with .Net by Mubeen</title>
		<link>http://www.andrewrowland.com/article/display/jquery-ui-date-picker-control-issue-with-net/#comment-182</link>
		<dc:creator>Mubeen</dc:creator>
		<pubDate>Wed, 03 Aug 2011 18:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://andrewrowland/?p=77#comment-182</guid>
		<description>Andrew you saved me a lot of grief!</description>
		<content:encoded><![CDATA[<p>Andrew you saved me a lot of grief!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter and Ajax by Kevin Phillips</title>
		<link>http://www.andrewrowland.com/article/display/codeigniter-and-ajax/#comment-181</link>
		<dc:creator>Kevin Phillips</dc:creator>
		<pubDate>Sat, 30 Jul 2011 23:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://andrewrowland/?p=108#comment-181</guid>
		<description>I&#039;ve made an update of this tutorial for codeigniter2 with csrf enabled
http://www.kevinphillips.co.nz/news/jquery-axaj-codeigniter-2</description>
		<content:encoded><![CDATA[<p>I&#8217;ve made an update of this tutorial for codeigniter2 with csrf enabled<br />
<a href="http://www.kevinphillips.co.nz/news/jquery-axaj-codeigniter-2" rel="nofollow">http://www.kevinphillips.co.nz/news/jquery-axaj-codeigniter-2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter and Ajax by Kevin Phillips</title>
		<link>http://www.andrewrowland.com/article/display/codeigniter-and-ajax/#comment-180</link>
		<dc:creator>Kevin Phillips</dc:creator>
		<pubDate>Sat, 30 Jul 2011 21:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://andrewrowland/?p=108#comment-180</guid>
		<description>As of ci 2 with csrf enabled you also need to add the ci_csrf_token into the post data.
You will need to add jquery.cookie.js
ie:
create a var inside the script
var cct = $.cookie(&#039;ci_csrf_token&#039;);

then at that to the post data
{ajax:&#039;true&#039;, &#039;ci_csrf_token&#039;:cct}</description>
		<content:encoded><![CDATA[<p>As of ci 2 with csrf enabled you also need to add the ci_csrf_token into the post data.<br />
You will need to add jquery.cookie.js<br />
ie:<br />
create a var inside the script<br />
var cct = $.cookie(&#8216;ci_csrf_token&#8217;);</p>
<p>then at that to the post data<br />
{ajax:&#8217;true&#8217;, &#8216;ci_csrf_token&#8217;:cct}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery UI Date Picker control issue with .Net by Anonymous</title>
		<link>http://www.andrewrowland.com/article/display/jquery-ui-date-picker-control-issue-with-net/#comment-179</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 31 May 2011 10:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://andrewrowland/?p=77#comment-179</guid>
		<description>Thanks It really helpful buddy, Saved my lot of time of debugging.</description>
		<content:encoded><![CDATA[<p>Thanks It really helpful buddy, Saved my lot of time of debugging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter and Ajax by Frederik .</title>
		<link>http://www.andrewrowland.com/article/display/codeigniter-and-ajax/#comment-184</link>
		<dc:creator>Frederik .</dc:creator>
		<pubDate>Wed, 18 May 2011 08:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://andrewrowland/?p=108#comment-184</guid>
		<description>exactly what is was looking for, thanks !</description>
		<content:encoded><![CDATA[<p>exactly what is was looking for, thanks !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

