<?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 Jonathan.VC</title> <atom:link href="http://www.jonathan.vc/comments/feed" rel="self" type="application/rss+xml" /><link>http://www.jonathan.vc</link> <description>Just another WordPress site</description> <lastBuildDate>Wed, 30 Nov 2011 13:03:58 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Comment on Awesome Bug Tracking and Project Management by John</title><link>http://www.jonathan.vc/effective-bug-tracking-project.html#comment-892</link> <dc:creator>John</dc:creator> <pubDate>Wed, 30 Nov 2011 13:03:58 +0000</pubDate> <guid
isPermaLink="false">http://www.jonathan.vc/?p=18085#comment-892</guid> <description>My current job used Mantis, and I really hated it.  The UI is so confusing and looks like it hasn&#039;t been updated since 1999.  We considered JIRA and fogbugz, both are quality bug trackers.  At the end of the day though our company wasn&#039;t willing to fork out the dough for either... both would have cost us in the thousands.So a buddy and I just built a bug tracker (www.thekillingjar.com).  Would love to get your take on it.  The idea is to have great UI, make it affordable for small companies, and keep it dead simple.It might not be what you are looking for, as you seem to be interested more in the project managment and planning aspects of JIRA and less concerned about the straight up bug tracking.Still would love to get your feedback on the UI.</description> <content:encoded><![CDATA[<p>My current job used Mantis, and I really hated it.  The UI is so confusing and looks like it hasn&#8217;t been updated since 1999.  We considered JIRA and fogbugz, both are quality bug trackers.  At the end of the day though our company wasn&#8217;t willing to fork out the dough for either&#8230; both would have cost us in the thousands.</p><p>So a buddy and I just built a bug tracker (www.thekillingjar.com).  Would love to get your take on it.  The idea is to have great UI, make it affordable for small companies, and keep it dead simple.</p><p>It might not be what you are looking for, as you seem to be interested more in the project managment and planning aspects of JIRA and less concerned about the straight up bug tracking.</p><p>Still would love to get your feedback on the UI.</p> ]]></content:encoded> </item> <item><title>Comment on Show Only Children Pages on Parent Page by Fandy Akhmad</title><link>http://www.jonathan.vc/show-only-children-pages-on-parent-page.html#comment-884</link> <dc:creator>Fandy Akhmad</dc:creator> <pubDate>Sat, 19 Nov 2011 16:32:09 +0000</pubDate> <guid
isPermaLink="false">http://www.firesidemedia.net/dev/?p=113#comment-884</guid> <description>Thanks for your tutorial, :)
I have problem, friend. I want to show the current parent title and children title in sidebar continuously, based on page active.
Example :
My Page :
Info
&gt;ContactIf i selected Contact, i want to show parent title ‘Info’ too. So, the display like this in the sidebar:INFO
– ContactHere is my code :
post_parent);
$children = wp_list_pages(&#039;title_li=&amp;child_of=&#039;.$post-&gt;ID.&#039;&amp;echo=0&#039;);if ($children) { ?&gt;
Help me.. please.
Thanks before</description> <content:encoded><![CDATA[<p>Thanks for your tutorial, <img
src='http://cdn.jonathan.vc/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br
/> I have problem, friend. I want to show the current parent title and children title in sidebar continuously, based on page active.<br
/> Example :<br
/> My Page :<br
/> Info<br
/> &gt;Contact</p><p>If i selected Contact, i want to show parent title ‘Info’ too. So, the display like this in the sidebar:</p><p>INFO<br
/> – Contact</p><p>Here is my code :<br
/> post_parent);<br
/> $children = wp_list_pages(&#8216;title_li=&amp;child_of=&#8217;.$post-&gt;ID.&#8217;&amp;echo=0&#8242;);</p><p> if ($children) { ?&gt;</p><p>Help me.. please.<br
/> Thanks before</p> ]]></content:encoded> </item> <item><title>Comment on Get Title for the Top Level Parent Page by Jonathan Dingman</title><link>http://www.jonathan.vc/top-level-parent-get_post_ancestors.html#comment-200</link> <dc:creator>Jonathan Dingman</dc:creator> <pubDate>Tue, 11 Oct 2011 17:16:55 +0000</pubDate> <guid
isPermaLink="false">http://www.jonathan.vc/?p=18012#comment-200</guid> <description>Hey Paul,I&#039;m not 100% sure if it&#039;s tested against that bug or not, I haven&#039;t had a chance to actually test that.I&#039;m running 3.2.1 and the code seems to be working just fine for me.If you get a chance to test it out, please let me know how the tests go.</description> <content:encoded><![CDATA[<p>Hey Paul,</p><p>I&#8217;m not 100% sure if it&#8217;s tested against that bug or not, I haven&#8217;t had a chance to actually test that.</p><p>I&#8217;m running 3.2.1 and the code seems to be working just fine for me.</p><p>If you get a chance to test it out, please let me know how the tests go.</p> ]]></content:encoded> </item> <item><title>Comment on Get Title for the Top Level Parent Page by Paul</title><link>http://www.jonathan.vc/top-level-parent-get_post_ancestors.html#comment-194</link> <dc:creator>Paul</dc:creator> <pubDate>Thu, 06 Oct 2011 06:14:33 +0000</pubDate> <guid
isPermaLink="false">http://www.jonathan.vc/?p=18012#comment-194</guid> <description>Hi JonathanDoes your code work against this bug ?
http://core.trac.wordpress.org/ticket/10381From your experience with latest WP (3.2.1) does get_post_ancestors() always work as expected ?( If both of your answer is yes, then maybe the ticket is already fixed. )Thanks a lot.</description> <content:encoded><![CDATA[<p>Hi Jonathan</p><p>Does your code work against this bug ?<br
/> <a
href="http://core.trac.wordpress.org/ticket/10381" rel="nofollow">http://core.trac.wordpress.org/ticket/10381</a></p><p>From your experience with latest WP (3.2.1) does get_post_ancestors() always work as expected ?</p><p>( If both of your answer is yes, then maybe the ticket is already fixed. )</p><p>Thanks a lot.</p> ]]></content:encoded> </item> <item><title>Comment on Awesome Bug Tracking and Project Management by David</title><link>http://www.jonathan.vc/effective-bug-tracking-project.html#comment-134</link> <dc:creator>David</dc:creator> <pubDate>Fri, 05 Aug 2011 09:50:01 +0000</pubDate> <guid
isPermaLink="false">http://www.jonathan.vc/?p=18085#comment-134</guid> <description>You are SO right with useless UI&#039;s of some of there tools.We&#039;ve used Jira in the past on some engagements and we also use Countersoft&#039;s Gemini.The best bit about Gemini for me is the inline editing in the items grid - make things SO much quicker during  morning meetings! Our Visual Studio devs love their Gemini add-in because it has screen capture baked in.Nothing major but these small things do sometimes make a difference.</description> <content:encoded><![CDATA[<p>You are SO right with useless UI&#8217;s of some of there tools.</p><p>We&#8217;ve used Jira in the past on some engagements and we also use Countersoft&#8217;s Gemini.</p><p>The best bit about Gemini for me is the inline editing in the items grid &#8211; make things SO much quicker during  morning meetings! Our Visual Studio devs love their Gemini add-in because it has screen capture baked in.</p><p>Nothing major but these small things do sometimes make a difference.</p> ]]></content:encoded> </item> <item><title>Comment on Google+ Feature Suggestions by Jonathan Dingman</title><link>http://www.jonathan.vc/google-feature-suggestions.html#comment-132</link> <dc:creator>Jonathan Dingman</dc:creator> <pubDate>Tue, 02 Aug 2011 13:56:46 +0000</pubDate> <guid
isPermaLink="false">http://www.jonathan.vc/?p=18062#comment-132</guid> <description>Seems silly, gpl.us redirects to gplus.name now..it&#039;s so much longer than just using gpl.us as the domain.  weird.</description> <content:encoded><![CDATA[<p>Seems silly, gpl.us redirects to gplus.name now..it&#8217;s so much longer than just using gpl.us as the domain.  weird.</p> ]]></content:encoded> </item> <item><title>Comment on Google+ Feature Suggestions by Max</title><link>http://www.jonathan.vc/google-feature-suggestions.html#comment-131</link> <dc:creator>Max</dc:creator> <pubDate>Mon, 01 Aug 2011 17:34:33 +0000</pubDate> <guid
isPermaLink="false">http://www.jonathan.vc/?p=18062#comment-131</guid> <description>They definitely should buy GPl.us!</description> <content:encoded><![CDATA[<p>They definitely should buy GPl.us!</p> ]]></content:encoded> </item> <item><title>Comment on WordPress Tutorial: Using SSH to Install/Upgrade by Jonathan Dingman</title><link>http://www.jonathan.vc/wordpress-install-upgrade-ssh.html#comment-130</link> <dc:creator>Jonathan Dingman</dc:creator> <pubDate>Thu, 28 Jul 2011 13:40:25 +0000</pubDate> <guid
isPermaLink="false">http://www.firesidemedia.net/dev/?p=81#comment-130</guid> <description>Sorry, nope, no follow-up on this.WordPress 3.2 actually made HUGE improvements to the upgrade system so it should be easier to follow and setup now.</description> <content:encoded><![CDATA[<p>Sorry, nope, no follow-up on this.</p><p>WordPress 3.2 actually made HUGE improvements to the upgrade system so it should be easier to follow and setup now.</p> ]]></content:encoded> </item> <item><title>Comment on WordPress Tutorial: Using SSH to Install/Upgrade by Scott Lee</title><link>http://www.jonathan.vc/wordpress-install-upgrade-ssh.html#comment-127</link> <dc:creator>Scott Lee</dc:creator> <pubDate>Sun, 24 Jul 2011 12:01:00 +0000</pubDate> <guid
isPermaLink="false">http://www.firesidemedia.net/dev/?p=81#comment-127</guid> <description>Hey Jonathan, has there been an update to this yet? I&#039;ver searched WPVibe and came up empty.</description> <content:encoded><![CDATA[<p>Hey Jonathan, has there been an update to this yet? I&#8217;ver searched WPVibe and came up empty.</p> ]]></content:encoded> </item> <item><title>Comment on Get Title for the Top Level Parent Page by Bruce Newburger</title><link>http://www.jonathan.vc/top-level-parent-get_post_ancestors.html#comment-124</link> <dc:creator>Bruce Newburger</dc:creator> <pubDate>Mon, 18 Jul 2011 17:04:22 +0000</pubDate> <guid
isPermaLink="false">http://www.jonathan.vc/?p=18012#comment-124</guid> <description>Jonathan, I spent a good deal of time looking for such a function. Yours got me close, but as it was written, still returned the immediate parent. I was able to get it to work by combining the last two lines to:echo get_the_title(end($ancestors));Your explanation of the code gave me a clue to make this change. Thanks!</description> <content:encoded><![CDATA[<p>Jonathan, I spent a good deal of time looking for such a function. Yours got me close, but as it was written, still returned the immediate parent. I was able to get it to work by combining the last two lines to:</p><p>echo get_the_title(end($ancestors));</p><p>Your explanation of the code gave me a clue to make this change. Thanks!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.jonathan.vc @ 2012-02-22 17:46:14 by W3 Total Cache -->
