<?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 on: Widgets come to the Official Linden Blog!</title>
	<atom:link href="http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/</link>
	<description>By Linden Lab</description>
	<pubDate>Tue, 02 Dec 2008 08:18:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: atribut957</title>
		<link>http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-502603</link>
		<dc:creator>atribut957</dc:creator>
		<pubDate>Thu, 01 Nov 2007 04:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://lindenlab.wordpress.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-502603</guid>
		<description>1000 форумов 2 доллара 5000 форумов 8 долларов 10000 форумов 13 долларов 50000 форумов 50 долларов
Рефпредложение: человек который приведет мне клиента будет получать 10% от заказа клиенка!!!
Обращаться на  мыло forumdispatch(гав)yandex.ru


1000 forums of 2 dollars, 5000 forums of 8 dollars, 10000 forums of 13 dollars, 50000 forums of 50 dollars 
Referral: the person involved to me the client will receive 10 % from its order!!
 e-mail forumdispatch (dog) yandex.ru</description>
		<content:encoded><![CDATA[<p>1000 форумов 2 доллара 5000 форумов 8 долларов 10000 форумов 13 долларов 50000 форумов 50 долларов<br />
Рефпредложение: человек который приведет мне клиента будет получать 10% от заказа клиенка!!!<br />
Обращаться на  мыло forumdispatch(гав)yandex.ru</p>
<p>1000 forums of 2 dollars, 5000 forums of 8 dollars, 10000 forums of 13 dollars, 50000 forums of 50 dollars<br />
Referral: the person involved to me the client will receive 10 % from its order!!<br />
 e-mail forumdispatch (dog) yandex.ru</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-460029</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Sat, 01 Sep 2007 02:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://lindenlab.wordpress.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-460029</guid>
		<description>Cool...</description>
		<content:encoded><![CDATA[<p>Cool&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kymon</title>
		<link>http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-380824</link>
		<dc:creator>Kymon</dc:creator>
		<pubDate>Tue, 10 Jul 2007 21:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://lindenlab.wordpress.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-380824</guid>
		<description>Nice!</description>
		<content:encoded><![CDATA[<p>Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SignpostMarv</title>
		<link>http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-29796</link>
		<dc:creator>SignpostMarv</dc:creator>
		<pubDate>Wed, 06 Dec 2006 21:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://lindenlab.wordpress.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-29796</guid>
		<description>&lt;strong&gt;This is a repost of the missing comment made a few days ago.&lt;/strong&gt;

&lt;cite&gt;Meade Paravane&lt;/cite&gt;
&lt;blockquote&gt;- PHPbb code doesnпїЅt seem to work. A link to what does work with WP would be nice&lt;/blockquote&gt;

As someone who recieves complaints for his use of HTML comments, I think I'm the best person to answer this question :-)

[b]bold[/b] becomes &#60;strong&#62;strong&#60;/strong&#62;

[u]underlined[/u] doesn't seem to work, although the equivalent would be &#60;u&#62;underlined&#60;/u&#62;

[i]italic[/i] becomes &#60;i&#62;italic&#60;/i&#62; &lt;em&gt;or&lt;/em&gt; &#60;em&#62;emphasised&#60;/em&#62;. Semantically, the latter is best.

although the equivalent of [img]http://example.com/foo.jpg[/img] is &#60;img src="http://example.com/foo.jpg" /&#62;, images cannot be injected into WordPress comments, so you will have to link to them.

[url=http://example.com/]example.com[/url] becomes &#60;a href="http://example.com/"&#62;example.com&#60;/a&#62;


[quote=Meade Paravane]- PHPbb code doesnпїЅt seem to work. A link to what does work with WP would be nice[/quote], becomes
&#60;cite&#62;Meade Paravane&#60;/cite&#62;
&#60;blockquote&#62;- PHPbb code doesnпїЅt seem to work. A link to what does work with WP would be nice&#60;/blockquote&#62;

[code]llOwnerSay("Hello World");[/code] becomes &#60;code&#62;llOwnerSay("Hello World");&#60;/code&#62;

[size] has no support

[color] has no support

depending on the configuration of a wordpress blog, [:-&#41;] can be done without the []- e.g. :-&#41; and will automatically be converted to images if the option has been enabled.</description>
		<content:encoded><![CDATA[<p><strong>This is a repost of the missing comment made a few days ago.</strong></p>
<p><cite>Meade Paravane</cite></p>
<blockquote><p>- PHPbb code doesnпїЅt seem to work. A link to what does work with WP would be nice</p></blockquote>
<p>As someone who recieves complaints for his use of HTML comments, I think I&#8217;m the best person to answer this question <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>[b]bold[/b] becomes &lt;strong&gt;strong&lt;/strong&gt;</p>
<p>[u]underlined[/u] doesn&#8217;t seem to work, although the equivalent would be &lt;u&gt;underlined&lt;/u&gt;</p>
<p>[i]italic[/i] becomes &lt;i&gt;italic&lt;/i&gt; <em>or</em> &lt;em&gt;emphasised&lt;/em&gt;. Semantically, the latter is best.</p>
<p>although the equivalent of [img]http://example.com/foo.jpg[/img] is &lt;img src=&#8221;http://example.com/foo.jpg&#8221; /&gt;, images cannot be injected into WordPress comments, so you will have to link to them.</p>
<p>[url=http://example.com/]example.com[/url] becomes &lt;a href=&#8221;http://example.com/&#8221;&gt;example.com&lt;/a&gt;</p>
<p>[quote=Meade Paravane]- PHPbb code doesnпїЅt seem to work. A link to what does work with WP would be nice[/quote], becomes<br />
&lt;cite&gt;Meade Paravane&lt;/cite&gt;<br />
&lt;blockquote&gt;- PHPbb code doesnпїЅt seem to work. A link to what does work with WP would be nice&lt;/blockquote&gt;</p>
<p>[code]llOwnerSay(&#8221;Hello World&#8221;);[/code] becomes &lt;code&gt;llOwnerSay(&#8221;Hello World&#8221;);&lt;/code&gt;</p>
<p>[size] has no support</p>
<p>[color] has no support</p>
<p>depending on the configuration of a wordpress blog, [:-&#41;] can be done without the []- e.g. :-&#41; and will automatically be converted to images if the option has been enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MMODump.com &#187; Linden blog comments now highlighted</title>
		<link>http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-29315</link>
		<dc:creator>MMODump.com &#187; Linden blog comments now highlighted</dc:creator>
		<pubDate>Tue, 05 Dec 2006 15:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://lindenlab.wordpress.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-29315</guid>
		<description>[...] Widgets&#8217;such as the red Hot Notices and the easy Grid Status Updates&#8217;feed [...]</description>
		<content:encoded><![CDATA[<p>[...] Widgets&#8217;such as the red Hot Notices and the easy Grid Status Updates&#8217;feed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Official Linden Blog &#187; Blog Archive Linden blog comments now highlighted &#171;</title>
		<link>http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-29057</link>
		<dc:creator>Official Linden Blog &#187; Blog Archive Linden blog comments now highlighted &#171;</dc:creator>
		<pubDate>Tue, 05 Dec 2006 01:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://lindenlab.wordpress.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-29057</guid>
		<description>[...] Widgets&#160;such as the red Hot Notices and the easy Grid Status Updates&#160;feed [...]</description>
		<content:encoded><![CDATA[<p>[...] Widgets&nbsp;such as the red Hot Notices and the easy Grid Status Updates&nbsp;feed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Official Linden Blog &#187; Blog Archive Hey! What happened to my comment? &#171;</title>
		<link>http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-27598</link>
		<dc:creator>Official Linden Blog &#187; Blog Archive Hey! What happened to my comment? &#171;</dc:creator>
		<pubDate>Thu, 30 Nov 2006 22:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://lindenlab.wordpress.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-27598</guid>
		<description>[...] A: They&#160;can be, and they can also&#160;be&#160;nutritiously substantial. Leading off from earlier, Widgets were added because we need to make a diversity of content changes rapidly. They&#8217;re a&#160;necessity for our blog&#160;to adapt more flexibly, and update more frequently; it&#8217;s been a long and winding road we&#8217;re still traveling. [...]</description>
		<content:encoded><![CDATA[<p>[...] A: They&nbsp;can be, and they can also&nbsp;be&nbsp;nutritiously substantial. Leading off from earlier, Widgets were added because we need to make a diversity of content changes rapidly. They&#8217;re a&nbsp;necessity for our blog&nbsp;to adapt more flexibly, and update more frequently; it&#8217;s been a long and winding road we&#8217;re still traveling. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torley Linden</title>
		<link>http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-27088</link>
		<dc:creator>Torley Linden</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://lindenlab.wordpress.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-27088</guid>
		<description>Aha вЂ” figured out how do the "PST" thing. Thx Andy @ WordPress. :D

Okay... time to write another post...</description>
		<content:encoded><![CDATA[<p>Aha вЂ” figured out how do the &#8220;PST&#8221; thing. Thx Andy @ WordPress. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Okay&#8230; time to write another post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torley Linden</title>
		<link>http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-27087</link>
		<dc:creator>Torley Linden</dc:creator>
		<pubDate>Wed, 29 Nov 2006 23:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://lindenlab.wordpress.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-27087</guid>
		<description>*does a scanpass*

OKAY THANXARAMA for what I learned that I didn't already know (because I abhor negative redundancy). As a time traveler, I have seen much of this before, so I'm always grateful when I pick up new tidbits that didn't get through on the first voyage.

So, in summary:

     	 * I've got a &lt;strong&gt;shortlist of suggested plugins&lt;/strong&gt; I'm bringing up with the WordPress folks. Some AJAXy goodness on there. There are also some improved comment-flow ones.

     	&lt;strong&gt;* Agree about the PST&lt;/strong&gt;, actually, I just tried to change "UTC-8" to "PST" but even after reading &lt;a href="http://codex.wordpress.org/Formatting_Date_and_Time" rel="nofollow"&gt;Formatting Date and Time&lt;/a&gt;, I can't get it the way we want... wish it were simpler. If you know how to in WordPress, &lt;a href="torley@lindenlab.com" rel="nofollow"&gt;email me&lt;/a&gt; please.

     	&lt;strong&gt;* Support questions, as always, should go to our &lt;a href="http://secondlife.com/community/support.php" rel="nofollow"&gt;Support Page&lt;/a&gt; please!&lt;/strong&gt; Now it says it on the right sidebar, we're also going to make that clear on da comment form so U CANT MISS IT. =^_^=

     	* I get excited about many things. &lt;strong&gt;Watermelons ranks much higher than blog Widgets&lt;/strong&gt;, but... it's a close call. Hey, after coming close to death, you get pretty grateful for life вЂ” especially a Second one, y'know? It's like a   happy version of that movie, &lt;em&gt;SAW&lt;/em&gt;.

     	* As witnessed today, if our blog wasn't working right, noone would know what's going on.

Keep in mind, the addition of Widgets opens up doors to future improvements.

And to all of you who wished you saw me more inworld, I apologize, I'm working mainly behind-the-scenes nowadays on the blog, forums, and scaling support. It's like one of those rollercoasters, tho... I shall return. :)</description>
		<content:encoded><![CDATA[<p>*does a scanpass*</p>
<p>OKAY THANXARAMA for what I learned that I didn&#8217;t already know (because I abhor negative redundancy). As a time traveler, I have seen much of this before, so I&#8217;m always grateful when I pick up new tidbits that didn&#8217;t get through on the first voyage.</p>
<p>So, in summary:</p>
<p>     	 * I&#8217;ve got a <strong>shortlist of suggested plugins</strong> I&#8217;m bringing up with the WordPress folks. Some AJAXy goodness on there. There are also some improved comment-flow ones.</p>
<p>     	<strong>* Agree about the PST</strong>, actually, I just tried to change &#8220;UTC-8&#8243; to &#8220;PST&#8221; but even after reading <a href="http://codex.wordpress.org/Formatting_Date_and_Time" rel="nofollow">Formatting Date and Time</a>, I can&#8217;t get it the way we want&#8230; wish it were simpler. If you know how to in WordPress, <a href="torley@lindenlab.com" rel="nofollow">email me</a> please.</p>
<p>     	<strong>* Support questions, as always, should go to our <a href="http://secondlife.com/community/support.php" rel="nofollow">Support Page</a> please!</strong> Now it says it on the right sidebar, we&#8217;re also going to make that clear on da comment form so U CANT MISS IT. =^_^=</p>
<p>     	* I get excited about many things. <strong>Watermelons ranks much higher than blog Widgets</strong>, but&#8230; it&#8217;s a close call. Hey, after coming close to death, you get pretty grateful for life вЂ” especially a Second one, y&#8217;know? It&#8217;s like a   happy version of that movie, <em>SAW</em>.</p>
<p>     	* As witnessed today, if our blog wasn&#8217;t working right, noone would know what&#8217;s going on.</p>
<p>Keep in mind, the addition of Widgets opens up doors to future improvements.</p>
<p>And to all of you who wished you saw me more inworld, I apologize, I&#8217;m working mainly behind-the-scenes nowadays on the blog, forums, and scaling support. It&#8217;s like one of those rollercoasters, tho&#8230; I shall return. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: starcomber Vig</title>
		<link>http://blog.secondlife.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-27084</link>
		<dc:creator>starcomber Vig</dc:creator>
		<pubDate>Wed, 29 Nov 2006 23:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://lindenlab.wordpress.com/2006/11/28/widgets-come-to-the-official-linden-blog/#comment-27084</guid>
		<description>Torley,
I understand the recent extras on the blog are neat but as you see under the current situation a lean and mean blog if often key to save some accessibility. Please do not overload it. Act wisely on this, big boy.
All the best!</description>
		<content:encoded><![CDATA[<p>Torley,<br />
I understand the recent extras on the blog are neat but as you see under the current situation a lean and mean blog if often key to save some accessibility. Please do not overload it. Act wisely on this, big boy.<br />
All the best!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
