<?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"
	>
<channel>
	<title>Comments for Kolbu</title>
	<atom:link href="http://www.kolbu.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kolbu.com</link>
	<description>Computers, Gadgets and Beyond!</description>
	<pubDate>Fri, 21 Nov 2008 12:46:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Popcorn Hour NMT (Networked Media Tank) A-100 by Dave</title>
		<link>http://www.kolbu.com/popcorn-hour-nmt-networked-media-tank-a-100/#comment-2028</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 12 Oct 2008 09:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kolbu.com/popcorn-hour-nmt-networked-media-tank-a-100/#comment-2028</guid>
		<description>Just a detail: I guess, the playlists extension .jsp has however to do with Java Server Pages, because NMT's MyiHome is a J2EE app with JSPs, although in cases of just static playlists this is a little confusing. But I made the experience, that every extension other then .jsp works as well.</description>
		<content:encoded><![CDATA[<p>Just a detail: I guess, the playlists extension .jsp has however to do with Java Server Pages, because NMT&#8217;s MyiHome is a J2EE app with JSPs, although in cases of just static playlists this is a little confusing. But I made the experience, that every extension other then .jsp works as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NASA Image Of The Day plugin by webmaster</title>
		<link>http://www.kolbu.com/2008/03/28/nasa-image-of-the-day-plugin/#comment-2027</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Wed, 08 Oct 2008 18:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kolbu.com/?p=61#comment-2027</guid>
		<description>Hi Jimmy!

Nasa has a few galleries online that might be suitable sources for a plugin like the one you want. See the grin.hq.nasa.gov website for categorized images. I'll see what I can think up. :-)

OK</description>
		<content:encoded><![CDATA[<p>Hi Jimmy!</p>
<p>Nasa has a few galleries online that might be suitable sources for a plugin like the one you want. See the grin.hq.nasa.gov website for categorized images. I&#8217;ll see what I can think up. <img src='http://www.kolbu.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google News plugin by Mns</title>
		<link>http://www.kolbu.com/2008/04/07/google-news-plugin/#comment-2015</link>
		<dc:creator>Mns</dc:creator>
		<pubDate>Sun, 05 Oct 2008 19:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kolbu.com/?p=69#comment-2015</guid>
		<description>Thanks for coding such a great plugin. I am trying to have it working on my blog with no success so far. I am using WP version 2.6.2. It works fine as a widget. But when I try to do it as part of the theme using  
I get the error "No default feed available". Please suggest.</description>
		<content:encoded><![CDATA[<p>Thanks for coding such a great plugin. I am trying to have it working on my blog with no success so far. I am using WP version 2.6.2. It works fine as a widget. But when I try to do it as part of the theme using<br />
I get the error &#8220;No default feed available&#8221;. Please suggest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NASA Image Of The Day plugin by Jimmy</title>
		<link>http://www.kolbu.com/2008/03/28/nasa-image-of-the-day-plugin/#comment-2014</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Sun, 05 Oct 2008 15:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kolbu.com/?p=61#comment-2014</guid>
		<description>I love the NASA-Image-of-the-Day plug-in! I like it so much, I feel bad asking: is there any way to tap into NASA photo galleries that emphasize the astronomy images? Don't get me wrong: I respect the welders and scientists who make it all possible, but I'd really love a plug-in that has a daily slide show of those astounding pictures of the universe. Anyway, thanks!</description>
		<content:encoded><![CDATA[<p>I love the NASA-Image-of-the-Day plug-in! I like it so much, I feel bad asking: is there any way to tap into NASA photo galleries that emphasize the astronomy images? Don&#8217;t get me wrong: I respect the welders and scientists who make it all possible, but I&#8217;d really love a plug-in that has a daily slide show of those astounding pictures of the universe. Anyway, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CNN News plugin by webmaster</title>
		<link>http://www.kolbu.com/2008/04/03/cnn-news-plugin/#comment-2006</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Sat, 04 Oct 2008 10:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kolbu.com/?p=66#comment-2006</guid>
		<description>Hi Dillon!
You can add separators without editing the plugin source. The plugin itself is wrapped in a LI-tag with the id="cnn-news". The link-set is wrapped in an UL-tag (no id) and the individual links are all LI-wrapped. (View the page source on a page showing the plugin). You can use this information in your CSS file to say have a big bullet-like graphics in front of each link. As for the "fatal error", you have most likely made a syntax error in your PHP-code. Se your webserver error log for additional information on what you did wrong.  Hope this helps!

OK</description>
		<content:encoded><![CDATA[<p>Hi Dillon!<br />
You can add separators without editing the plugin source. The plugin itself is wrapped in a LI-tag with the id=&#8221;cnn-news&#8221;. The link-set is wrapped in an UL-tag (no id) and the individual links are all LI-wrapped. (View the page source on a page showing the plugin). You can use this information in your CSS file to say have a big bullet-like graphics in front of each link. As for the &#8220;fatal error&#8221;, you have most likely made a syntax error in your PHP-code. Se your webserver error log for additional information on what you did wrong.  Hope this helps!</p>
<p>OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CNN News plugin by Dillon</title>
		<link>http://www.kolbu.com/2008/04/03/cnn-news-plugin/#comment-2001</link>
		<dc:creator>Dillon</dc:creator>
		<pubDate>Fri, 03 Oct 2008 17:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.kolbu.com/?p=66#comment-2001</guid>
		<description>Hi,
I'm testing your CNN widget on a new blog I have just launched, but am not happy with the display of the 5 CNN news links. These links appear as one large block paragraph, without any indication where one link ends and the other begins.  I'd like to insert a small image at the start of each news link to clearly define each link.  But when I tried inserting the image code into the cnn_news.php file at the place I presumed to be correct, it prevented me from activating the plugin. Instead I got a "fatal error" message.  Can you tell me exactly where and how to insert this image before each news link?
Thanks - am looking forward to hopefully resolving this!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m testing your CNN widget on a new blog I have just launched, but am not happy with the display of the 5 CNN news links. These links appear as one large block paragraph, without any indication where one link ends and the other begins.  I&#8217;d like to insert a small image at the start of each news link to clearly define each link.  But when I tried inserting the image code into the cnn_news.php file at the place I presumed to be correct, it prevented me from activating the plugin. Instead I got a &#8220;fatal error&#8221; message.  Can you tell me exactly where and how to insert this image before each news link?<br />
Thanks - am looking forward to hopefully resolving this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google News plugin by webmaster</title>
		<link>http://www.kolbu.com/2008/04/07/google-news-plugin/#comment-1995</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Thu, 02 Oct 2008 20:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kolbu.com/?p=69#comment-1995</guid>
		<description>Hi Michael
The links you see are inside the Google news content, which I'm technically not allowed to manipulate according to Google TOS. But I'll look into adding a target="_blank" to the links to make them use another window though, that can't be too much against the rules.

As for the complex query, it's kinda limited in this release. If you just type in a list of words, that works as AND and will match articles that have all the words in them. For boolean or, you have to use the word "OR" as the first word in your word list. So "OR this that" (always without the quotes) means articles that have the word this OR the word that in them. I'm afraid that's it for complexity at this point. 

OK</description>
		<content:encoded><![CDATA[<p>Hi Michael<br />
The links you see are inside the Google news content, which I&#8217;m technically not allowed to manipulate according to Google TOS. But I&#8217;ll look into adding a target=&#8221;_blank&#8221; to the links to make them use another window though, that can&#8217;t be too much against the rules.</p>
<p>As for the complex query, it&#8217;s kinda limited in this release. If you just type in a list of words, that works as AND and will match articles that have all the words in them. For boolean or, you have to use the word &#8220;OR&#8221; as the first word in your word list. So &#8220;OR this that&#8221; (always without the quotes) means articles that have the word this OR the word that in them. I&#8217;m afraid that&#8217;s it for complexity at this point. </p>
<p>OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CNN News plugin by webmaster</title>
		<link>http://www.kolbu.com/2008/04/03/cnn-news-plugin/#comment-1994</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Thu, 02 Oct 2008 20:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kolbu.com/?p=66#comment-1994</guid>
		<description>Hi Brad!
Do you mean something that would post a snapshot of the current news to a posting once in a while? 
OK</description>
		<content:encoded><![CDATA[<p>Hi Brad!<br />
Do you mean something that would post a snapshot of the current news to a posting once in a while?<br />
OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CNN News plugin by Brad Hart @ A DoFollow Blog</title>
		<link>http://www.kolbu.com/2008/04/03/cnn-news-plugin/#comment-1992</link>
		<dc:creator>Brad Hart @ A DoFollow Blog</dc:creator>
		<pubDate>Wed, 01 Oct 2008 14:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kolbu.com/?p=66#comment-1992</guid>
		<description>It is a nice plugin, any chance on the next version having a digest post feature?</description>
		<content:encoded><![CDATA[<p>It is a nice plugin, any chance on the next version having a digest post feature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google News plugin by Michael Kydonieus</title>
		<link>http://www.kolbu.com/2008/04/07/google-news-plugin/#comment-1991</link>
		<dc:creator>Michael Kydonieus</dc:creator>
		<pubDate>Sun, 28 Sep 2008 16:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.kolbu.com/?p=69#comment-1991</guid>
		<description>I'm having a few problems.

1) When you use the 'short' version, sometimes there is an extra link that says something like '98 additional articles.' This link opens in the same window, leading the reader away from the website. How can I get it to open in a new window? (I can hack if necessary.)

2) When you use the 'long' version, ALL the links lead away from the website. Again, I would like to get them to open in a new window.

3) How can I use a complex query, i.e. something like "Religion and Politics" or "Religion or Politics", that uses boolean logic?

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a few problems.</p>
<p>1) When you use the &#8217;short&#8217; version, sometimes there is an extra link that says something like &#8216;98 additional articles.&#8217; This link opens in the same window, leading the reader away from the website. How can I get it to open in a new window? (I can hack if necessary.)</p>
<p>2) When you use the &#8216;long&#8217; version, ALL the links lead away from the website. Again, I would like to get them to open in a new window.</p>
<p>3) How can I use a complex query, i.e. something like &#8220;Religion and Politics&#8221; or &#8220;Religion or Politics&#8221;, that uses boolean logic?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
