<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Nerdlife</title>
	
	<link>http://nerdlife.net</link>
	<description>*Insert Witty Subtitle Here*</description>
	<pubDate>Thu, 11 Mar 2010 21:33:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/nerdlife_comments" /><feedburner:info uri="nerdlife_comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Custom Taxonomies by Nathan</title>
		<link>http://feedproxy.google.com/~r/nerdlife_comments/~3/tdvIus9V9Pw/</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 11 Mar 2010 21:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?page_id=146#comment-2874</guid>
		<description>trying that code again:

&lt;?php if (is_category('Category A')) { ?&gt;
&lt;p&gt;This is the text to describe category A&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>trying that code again:</p>
<p>&lt;?php if (is_category(&apos;Category A&apos;)) { ?&gt;<br />
&lt;p&gt;This is the text to describe category A&lt;/p&gt;</p>
<img src="http://feeds.feedburner.com/~r/nerdlife_comments/~4/tdvIus9V9Pw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://nerdlife.net/custom-taxonomies/comment-page-4/#comment-2874</feedburner:origLink></item>
	<item>
		<title>Comment on Custom Taxonomies by Nathan</title>
		<link>http://feedproxy.google.com/~r/nerdlife_comments/~3/d0bLiy1TrR8/</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 11 Mar 2010 21:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?page_id=146#comment-2873</guid>
		<description>Sorry for probably missing something obvious, but what's the key to getting the description to display for a term in the taxonomy? For a category it's 

&lt;code&gt;
This is the text to describe category A&lt;/code&gt;

What's the equivalent for taxonomies created via this plugin?</description>
		<content:encoded><![CDATA[<p>Sorry for probably missing something obvious, but what&#8217;s the key to getting the description to display for a term in the taxonomy? For a category it&#8217;s </p>
<p><code><br />
This is the text to describe category A</code></p>
<p>What&#8217;s the equivalent for taxonomies created via this plugin?</p>
<img src="http://feeds.feedburner.com/~r/nerdlife_comments/~4/d0bLiy1TrR8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://nerdlife.net/custom-taxonomies/comment-page-4/#comment-2873</feedburner:origLink></item>
	<item>
		<title>Comment on Custom Taxonomies by rob cain</title>
		<link>http://feedproxy.google.com/~r/nerdlife_comments/~3/jMKbhq571Cw/</link>
		<dc:creator>rob cain</dc:creator>
		<pubDate>Mon, 08 Mar 2010 21:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?page_id=146#comment-2862</guid>
		<description>ps. I've just spotted a solution - youve thoughfully included the argument slug_value=1 to the custax_wp_dropdown_terms() function. this creates a dropdown that sends the term slug rather than the term id and consequently my taxonomy theme files now work as expected.

thanks :)

hope this is helpful to someone.</description>
		<content:encoded><![CDATA[<p>ps. I&#8217;ve just spotted a solution - youve thoughfully included the argument slug_value=1 to the custax_wp_dropdown_terms() function. this creates a dropdown that sends the term slug rather than the term id and consequently my taxonomy theme files now work as expected.</p>
<p>thanks <img src='http://nerdlife.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>hope this is helpful to someone.</p>
<img src="http://feeds.feedburner.com/~r/nerdlife_comments/~4/jMKbhq571Cw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://nerdlife.net/custom-taxonomies/comment-page-4/#comment-2862</feedburner:origLink></item>
	<item>
		<title>Comment on Custom Taxonomies by rob cain</title>
		<link>http://feedproxy.google.com/~r/nerdlife_comments/~3/PBYiLpEzdOY/</link>
		<dc:creator>rob cain</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?page_id=146#comment-2861</guid>
		<description>Hi
Firstly, great plugin, thanks (though I do wonder why the WP crew haven't included much of this in core yet - I am using WP V2.9.2).

One question/snag:

A have a taxonomy names 'lists' set up, with the option 'Add permalink URL (/%slug%/%term%)' ticked.

This works fine for calls to and from custax_list_terms(...) and wp_tag_cloud(...) etc - all of which render links to eg: http://mysite.com/?lists=mylist-a. Thereafter I catch the requests in the taxonomy-lists.php theme file which lists posts in the taxonomy term fine.

However, the function custax_wp_dropdown_terms(...) generates a drop down list requesting terms by term_id, rather than by slug - ie. 



	Please select a category...
	term A
	term B
... etc

(extra spaces are inserted intentionally here to render in this post).

as a result, when the the drop down box form parameters are received by the taxonomy-lists.php (or similar file), it fails, since it is attempting to get posts in term by slug, rather than by id.

whilst i can code my way around this/produce some alternative method that will work with both forms, am i missing a smarter way to deal with this apparent ambiguity in the url syntax for taxonomies? (ie. is there an alternative syntax eg. http::/mysite.com/?taxonomy=lists&amp;term_id=123 that I/we should be aiming to implement here, rather than an arbitrary hack?
 
thanks for any thoughts/ideas you have.</description>
		<content:encoded><![CDATA[<p>Hi<br />
Firstly, great plugin, thanks (though I do wonder why the WP crew haven&#8217;t included much of this in core yet - I am using WP V2.9.2).</p>
<p>One question/snag:</p>
<p>A have a taxonomy names &#8216;lists&#8217; set up, with the option &#8216;Add permalink URL (/%slug%/%term%)&#8217; ticked.</p>
<p>This works fine for calls to and from custax_list_terms(&#8230;) and wp_tag_cloud(&#8230;) etc - all of which render links to eg: <a href="http://mysite.com/?lists=mylist-a" rel="nofollow">http://mysite.com/?lists=mylist-a</a>. Thereafter I catch the requests in the taxonomy-lists.php theme file which lists posts in the taxonomy term fine.</p>
<p>However, the function custax_wp_dropdown_terms(&#8230;) generates a drop down list requesting terms by term_id, rather than by slug - ie. </p>
<p>	Please select a category&#8230;<br />
	term A<br />
	term B<br />
&#8230; etc</p>
<p>(extra spaces are inserted intentionally here to render in this post).</p>
<p>as a result, when the the drop down box form parameters are received by the taxonomy-lists.php (or similar file), it fails, since it is attempting to get posts in term by slug, rather than by id.</p>
<p>whilst i can code my way around this/produce some alternative method that will work with both forms, am i missing a smarter way to deal with this apparent ambiguity in the url syntax for taxonomies? (ie. is there an alternative syntax eg. http::/mysite.com/?taxonomy=lists&amp;term_id=123 that I/we should be aiming to implement here, rather than an arbitrary hack?</p>
<p>thanks for any thoughts/ideas you have.</p>
<img src="http://feeds.feedburner.com/~r/nerdlife_comments/~4/PBYiLpEzdOY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://nerdlife.net/custom-taxonomies/comment-page-4/#comment-2861</feedburner:origLink></item>
	<item>
		<title>Comment on Custom Taxonomies by emily</title>
		<link>http://feedproxy.google.com/~r/nerdlife_comments/~3/m_rK6uyuYt8/</link>
		<dc:creator>emily</dc:creator>
		<pubDate>Sun, 28 Feb 2010 08:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?page_id=146#comment-2835</guid>
		<description>just felt like dropping by to say hi... since i'm the emily in the yahoo intern podcast :D hope you're doing well after the internship so long ago!</description>
		<content:encoded><![CDATA[<p>just felt like dropping by to say hi&#8230; since i&#8217;m the emily in the yahoo intern podcast <img src='http://nerdlife.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> hope you&#8217;re doing well after the internship so long ago!</p>
<img src="http://feeds.feedburner.com/~r/nerdlife_comments/~4/m_rK6uyuYt8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://nerdlife.net/custom-taxonomies/comment-page-3/#comment-2835</feedburner:origLink></item>
	<item>
		<title>Comment on Building a C++ XPCOM Component in Windows by gil</title>
		<link>http://feedproxy.google.com/~r/nerdlife_comments/~3/ARwuWvSwQgo/</link>
		<dc:creator>gil</dc:creator>
		<pubDate>Sat, 27 Feb 2010 21:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?p=259#comment-2833</guid>
		<description>I've tested your tuto on windows and it works very well, thanks !
even with the xpi method
the problem is only on linux, so pgerhaps because I am on FF 3.5.8 on linux or my compilation script isn't good...

I'll continue to devellop on windows waiting to find a solution on linux
here's the result of the command :
./run-mozilla.sh `which ldd` -r /usr/lib/firefox-3.5.8/components/MyComponent.so 
undefined symbol: _Z16NS_TableDrivenQIPvPK12QITableEntryRK4nsIDPS_	(/usr/lib/firefox-3.5.8/components/MyComponent.so)
undefined symbol: _Z20NS_NewGenericModule2PK12nsModuleInfoPP9nsIModule	(/usr/lib/firefox-3.5.8/components/MyComponent.so)
	linux-gate.so.1 =&gt;  (0x00d85000)
	libnspr4.so =&gt; /usr/lib/libnspr4.so (0x00f94000)
	libplds4.so =&gt; /usr/lib/libplds4.so (0x00e17000)
	libstdc++.so.6 =&gt; /usr/lib/libstdc++.so.6 (0x00110000)
	libm.so.6 =&gt; /lib/tls/i686/cmov/libm.so.6 (0x00546000)
	libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1 (0x00a8c000)
	libc.so.6 =&gt; /lib/tls/i686/cmov/libc.so.6 (0x00612000)
	libpthread.so.0 =&gt; /lib/tls/i686/cmov/libpthread.so.0 (0x0099a000)
	libdl.so.2 =&gt; /lib/tls/i686/cmov/libdl.so.2 (0x00ec5000)
	/lib/ld-linux.so.2 (0x00225000)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tested your tuto on windows and it works very well, thanks !<br />
even with the xpi method<br />
the problem is only on linux, so pgerhaps because I am on FF 3.5.8 on linux or my compilation script isn&#8217;t good&#8230;</p>
<p>I&#8217;ll continue to devellop on windows waiting to find a solution on linux<br />
here&#8217;s the result of the command :<br />
./run-mozilla.sh `which ldd` -r /usr/lib/firefox-3.5.8/components/MyComponent.so<br />
undefined symbol: _Z16NS_TableDrivenQIPvPK12QITableEntryRK4nsIDPS_	(/usr/lib/firefox-3.5.8/components/MyComponent.so)<br />
undefined symbol: _Z20NS_NewGenericModule2PK12nsModuleInfoPP9nsIModule	(/usr/lib/firefox-3.5.8/components/MyComponent.so)<br />
	linux-gate.so.1 =&gt;  (0&#215;00d85000)<br />
	libnspr4.so =&gt; /usr/lib/libnspr4.so (0&#215;00f94000)<br />
	libplds4.so =&gt; /usr/lib/libplds4.so (0&#215;00e17000)<br />
	libstdc++.so.6 =&gt; /usr/lib/libstdc++.so.6 (0&#215;00110000)<br />
	libm.so.6 =&gt; /lib/tls/i686/cmov/libm.so.6 (0&#215;00546000)<br />
	libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1 (0&#215;00a8c000)<br />
	libc.so.6 =&gt; /lib/tls/i686/cmov/libc.so.6 (0&#215;00612000)<br />
	libpthread.so.0 =&gt; /lib/tls/i686/cmov/libpthread.so.0 (0&#215;0099a000)<br />
	libdl.so.2 =&gt; /lib/tls/i686/cmov/libdl.so.2 (0&#215;00ec5000)<br />
	/lib/ld-linux.so.2 (0&#215;00225000)</p>
<img src="http://feeds.feedburner.com/~r/nerdlife_comments/~4/ARwuWvSwQgo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://nerdlife.net/building-a-c-xpcom-component-in-windows/comment-page-1/#comment-2833</feedburner:origLink></item>
	<item>
		<title>Comment on Building a C++ XPCOM Component in Windows by gil</title>
		<link>http://feedproxy.google.com/~r/nerdlife_comments/~3/XeOaCNXe7cg/</link>
		<dc:creator>gil</dc:creator>
		<pubDate>Sat, 27 Feb 2010 07:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?p=259#comment-2832</guid>
		<description>Yes I put them in good directory, (delete xpti.dat and compreg.dat) 
when restart Firefox, in tools--&gt;error concsole, I've got this 3 errors :
"Failed to load XPCOM component: /usr/lib/firefox-3.5.8/components/MyComponent.so"
"Failed to load XPCOM component: /usr/lib/xulrunner-1.9.1.8/components/pyabout.py"
"Failed to load XPCOM component: /usr/lib/xulrunner-1.9.1.8/components/py_test_component.py"

I've tried too an install with the xpi method and it looks similar errors in the console...
I make an install.rdf and a folder "components" that include the ".so" and the ".xpt",then I pack them all in a "xpi", is it equivalent to the first method?</description>
		<content:encoded><![CDATA[<p>Yes I put them in good directory, (delete xpti.dat and compreg.dat)<br />
when restart Firefox, in tools&#8211;&gt;error concsole, I&#8217;ve got this 3 errors :<br />
&#8220;Failed to load XPCOM component: /usr/lib/firefox-3.5.8/components/MyComponent.so&#8221;<br />
&#8220;Failed to load XPCOM component: /usr/lib/xulrunner-1.9.1.8/components/pyabout.py&#8221;<br />
&#8220;Failed to load XPCOM component: /usr/lib/xulrunner-1.9.1.8/components/py_test_component.py&#8221;</p>
<p>I&#8217;ve tried too an install with the xpi method and it looks similar errors in the console&#8230;<br />
I make an install.rdf and a folder &#8220;components&#8221; that include the &#8220;.so&#8221; and the &#8220;.xpt&#8221;,then I pack them all in a &#8220;xpi&#8221;, is it equivalent to the first method?</p>
<img src="http://feeds.feedburner.com/~r/nerdlife_comments/~4/XeOaCNXe7cg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://nerdlife.net/building-a-c-xpcom-component-in-windows/comment-page-1/#comment-2832</feedburner:origLink></item>
	<item>
		<title>Comment on Building a C++ XPCOM Component in Windows by Brian</title>
		<link>http://feedproxy.google.com/~r/nerdlife_comments/~3/aEvtpYSPNdU/</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 27 Feb 2010 02:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?p=259#comment-2830</guid>
		<description>&lt;a href="#comment-2824" rel="nofollow"&gt;@gil&lt;/a&gt;: Did you copy the .xpt file and the .so file into the right folder?  That error means that it's not actually loading your component, so either you're referencing the component wrong (wrong name), it didn't build correctly, or you didn't put it in the right place.

Let me know if that helps.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2824" rel="nofollow">@gil</a>: Did you copy the .xpt file and the .so file into the right folder?  That error means that it&#8217;s not actually loading your component, so either you&#8217;re referencing the component wrong (wrong name), it didn&#8217;t build correctly, or you didn&#8217;t put it in the right place.</p>
<p>Let me know if that helps.</p>
<img src="http://feeds.feedburner.com/~r/nerdlife_comments/~4/aEvtpYSPNdU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://nerdlife.net/building-a-c-xpcom-component-in-windows/comment-page-1/#comment-2830</feedburner:origLink></item>
	<item>
		<title>Comment on Building a C++ XPCOM Component in Windows by gil</title>
		<link>http://feedproxy.google.com/~r/nerdlife_comments/~3/spt7zA-QecM/</link>
		<dc:creator>gil</dc:creator>
		<pubDate>Fri, 26 Feb 2010 01:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?p=259#comment-2824</guid>
		<description>Hello,
Thanks, I compiled it on linux with the makefile at the end of this page:
http://groups.google.fr/group/mozilla.dev.tech.xpcom/tree/browse_frm/month/2008-12/58e0638e17596c16?rnum=1&amp;_done=%2Fgroup%2Fmozilla.dev.tech.xpcom%2Fbrowse_frm%2Fmonth%2F2008-12%3F
I ontained a ".so"
I did all the end of the procedure but when I went on the htmlpage and I click on the button I get :
"TypeError: Components.classes[cid] is undefined"
so bad for me...
I have firefox 3.5.8, i have compiled with sdk 1.9.1.7 and 1.9.2, same result...</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thanks, I compiled it on linux with the makefile at the end of this page:<br />
<a href="http://groups.google.fr/group/mozilla.dev.tech.xpcom/tree/browse_frm/month/2008-12/58e0638e17596c16?rnum=1&amp;_done=%2Fgroup%2Fmozilla.dev.tech.xpcom%2Fbrowse_frm%2Fmonth%2F2008-12%3F" rel="nofollow">http://groups.google.fr/group/mozilla.dev.tech.xpcom/tree/browse_frm/month/2008-12/58e0638e17596c16?rnum=1&amp;_done=%2Fgroup%2Fmozilla.dev.tech.xpcom%2Fbrowse_frm%2Fmonth%2F2008-12%3F</a><br />
I ontained a &#8220;.so&#8221;<br />
I did all the end of the procedure but when I went on the htmlpage and I click on the button I get :<br />
&#8220;TypeError: Components.classes[cid] is undefined&#8221;<br />
so bad for me&#8230;<br />
I have firefox 3.5.8, i have compiled with sdk 1.9.1.7 and 1.9.2, same result&#8230;</p>
<img src="http://feeds.feedburner.com/~r/nerdlife_comments/~4/spt7zA-QecM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://nerdlife.net/building-a-c-xpcom-component-in-windows/comment-page-1/#comment-2824</feedburner:origLink></item>
	<item>
		<title>Comment on Building a C++ XPCOM Component in Windows by Jesse Jackman</title>
		<link>http://feedproxy.google.com/~r/nerdlife_comments/~3/zAnioEgAs4Y/</link>
		<dc:creator>Jesse Jackman</dc:creator>
		<pubDate>Thu, 25 Feb 2010 07:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?p=259#comment-2821</guid>
		<description>Thanks for the post it was a huge help</description>
		<content:encoded><![CDATA[<p>Thanks for the post it was a huge help</p>
<img src="http://feeds.feedburner.com/~r/nerdlife_comments/~4/zAnioEgAs4Y" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://nerdlife.net/building-a-c-xpcom-component-in-windows/comment-page-1/#comment-2821</feedburner:origLink></item>
</channel>
</rss>
