<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Waka Technologies</title>
	<atom:link href="http://www.wakatech.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wakatech.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 10 Apr 2008 05:57:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Special Note When Using llParseString2List</title>
		<link>http://www.wakatech.com/scripting/a-special-note-when-using-llparsestring2list/</link>
		<comments>http://www.wakatech.com/scripting/a-special-note-when-using-llparsestring2list/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 05:56:31 +0000</pubDate>
		<dc:creator>Squeebee Wakawaka</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.wakatech.com/scripting/a-special-note-when-using-llparsestring2list/</guid>
		<description><![CDATA[I learned a new attribute of the llParseString2List function today (the hard way):
When you use multiple separators, the order that the separators are listed in is important. If you want to parse a list of values like:
Squeebee Wakawaka, You User, My Friend
And also accomodate:
Squeebee Wakawaka,You User,My Friend
You need to add both &#8220;,&#8221; and &#8220;, &#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I learned a new attribute of the <a href="http://www.lslwiki.net/lslwiki/wakka.php?wakka=llParseString2List">llParseString2List</a> function today (the hard way):</p>
<p>When you use multiple separators, the order that the separators are listed in is important. If you want to parse a list of values like:</p>
<blockquote><p>Squeebee Wakawaka, You User, My Friend</p></blockquote>
<p>And also accomodate:</p>
<blockquote><p>Squeebee Wakawaka,You User,My Friend</p></blockquote>
<p>You need to add both &#8220;,&#8221; and &#8220;, &#8221; as separators. The catch is that If you list &#8220;,&#8221; first and &#8220;, &#8221; second then the elements will have a leading space in the list, ruining checks further in the code. By reversing the order the system first strips &#8220;, &#8221; from the string, cleaning out leading spaces.</p>
<p>Of course, this still gets tripped up with multiple spaces after the comma, but we need to balance simplicity with handling edge cases.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wakatech.com/scripting/a-special-note-when-using-llparsestring2list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Article: Animated GIFs in SL</title>
		<link>http://www.wakatech.com/news/new-article-animated-gifs-in-sl/</link>
		<comments>http://www.wakatech.com/news/new-article-animated-gifs-in-sl/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 18:50:08 +0000</pubDate>
		<dc:creator>Squeebee Wakawaka</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.wakatech.com/news/new-article-animated-gifs-in-sl/</guid>
		<description><![CDATA[I&#8217;ve finished another article, this one on bringing an animated GIF into SL and showing it as an animated texture on a prim.
http://www.wakatech.com/articles/lsl-scripting-basics/bringing-an-animated-gif-into-second-life/
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finished another article, this one on bringing an animated GIF into SL and showing it as an animated texture on a prim.</p>
<p><a href="http://www.wakatech.com/articles/lsl-scripting-basics/bringing-an-animated-gif-into-second-life/">http://www.wakatech.com/articles/lsl-scripting-basics/bringing-an-animated-gif-into-second-life/</a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wakatech.com/news/new-article-animated-gifs-in-sl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Article on Using Notecards</title>
		<link>http://www.wakatech.com/scripting/new-article-on-using-notecards/</link>
		<comments>http://www.wakatech.com/scripting/new-article-on-using-notecards/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 21:21:22 +0000</pubDate>
		<dc:creator>Squeebee Wakawaka</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.wakatech.com/scripting/new-article-on-using-notecards/</guid>
		<description><![CDATA[I&#8217;ve added a new article on configuring scripts using notecards:
http://www.wakatech.com/articles/lsl-scripting-basics/configuring-lsl-scripts-using-a-notecard/ 
Hope you like it!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added a new article on configuring scripts using notecards:</p>
<p><a href="http://www.wakatech.com/articles/lsl-scripting-basics/configuring-lsl-scripts-using-a-notecard/">http://www.wakatech.com/articles/lsl-scripting-basics/configuring-lsl-scripts-using-a-notecard/ </a></p>
<p>Hope you like it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wakatech.com/scripting/new-article-on-using-notecards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Dreamhost Promo Code for Second Life Streamers</title>
		<link>http://www.wakatech.com/hosting/a-dreamhost-promo-code-for-second-life-streamers/</link>
		<comments>http://www.wakatech.com/hosting/a-dreamhost-promo-code-for-second-life-streamers/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 04:30:55 +0000</pubDate>
		<dc:creator>Squeebee Wakawaka</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.wakatech.com/hosting/a-dreamhost-promo-code-for-second-life-streamers/</guid>
		<description><![CDATA[I use Dreamhost for my streaming video and quite like it. I&#8217;ll be writing up a guide to streaming with Dreamhost soon, but in the meantime I thought I would mention you can use the promo code SLSTREAMING to save the activation fee when signing up.
This Dreamhost promo code represents a $50 savings, or equal [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.dreamhost.com">Dreamhost</a> for my streaming video and quite like it. I&#8217;ll be writing up a guide to streaming with Dreamhost soon, but in the meantime I thought I would mention you can use the promo code <strong>SLSTREAMING</strong> to save the activation fee when signing up.</p>
<p>This Dreamhost promo code represents a $50 savings, or equal to the cost of the setup fee when you are a monthly user.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wakatech.com/hosting/a-dreamhost-promo-code-for-second-life-streamers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the WakaTech Tube-O-Rama</title>
		<link>http://www.wakatech.com/news/announcing-the-wakatech-tube-o-rama/</link>
		<comments>http://www.wakatech.com/news/announcing-the-wakatech-tube-o-rama/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 15:25:59 +0000</pubDate>
		<dc:creator>Squeebee Wakawaka</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Second Life News]]></category>

		<guid isPermaLink="false">http://www.wakatech.com/news/announcing-the-wakatech-tube-o-rama/</guid>
		<description><![CDATA[The WakaTech Tube-O-Rama is a fully automated system for bringing YouTube videos into Second Life automatically.
Users activate the Tube-O-Rama panels by paying a nominal fee (to cover server processor and storage costs), provide a YouTube URL, and the system does the rest. After a short delay while the video processes, it is then viewable in [...]]]></description>
			<content:encoded><![CDATA[<p class="comment-text">The WakaTech Tube-O-Rama is a fully automated system for bringing YouTube videos into Second Life automatically.</p>
<p>Users activate the Tube-O-Rama panels by paying a nominal fee (to cover server processor and storage costs), provide a YouTube URL, and the system does the rest. After a short delay while the video processes, it is then viewable in Second Life!</p>
<p>See the beta at <a href="http://slurl.com/secondlife/Star%20Gazers/199/8/22" onclick="javascript:urchinTracker ('/outgoing/slurl.com/secondlife/Star%20Gazers/199/8/22');" rel="nofollow">http://slurl.com/secondlife/Star%20Gazers/199/8/22</a></p>
<p>Hope you like it, please IM me any comments and suggestions!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wakatech.com/news/announcing-the-wakatech-tube-o-rama/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linden Labs Bans Gambling in Second Life, Time to go Yakuza</title>
		<link>http://www.wakatech.com/second-life-news/linden-labs-bans-gambling-in-second-life-time-to-go-yakuza/</link>
		<comments>http://www.wakatech.com/second-life-news/linden-labs-bans-gambling-in-second-life-time-to-go-yakuza/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 14:41:26 +0000</pubDate>
		<dc:creator>Squeebee Wakawaka</dc:creator>
				<category><![CDATA[Second Life News]]></category>

		<guid isPermaLink="false">http://www.wakatech.com/second-life-news/linden-labs-bans-gambling-in-second-life-time-to-go-yakuza/</guid>
		<description><![CDATA[Well, it turns out that Linden Labs has banned gambling for lindens or real-world value items in SL. What is a casino owner to do?
Simple, just do what the Yakuza do.
In Japan, gambling for money is illegal, so while you buy Pachinko balls for money, you can&#8217;t cash them in for money after. Instead you [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it turns out that <a href="http://blog.secondlife.com/2007/07/25/wagering-in-second-life-new-policy/">Linden Labs has banned gambling for lindens or real-world value items in SL</a>. What is a casino owner to do?</p>
<p>Simple, just do what the Yakuza do.</p>
<p>In Japan, gambling for money is illegal, so while you buy Pachinko balls for money, you can&#8217;t cash them in for money after. Instead you take your winnings to the counter and get&#8230; a pen, a stuffed bunny, etc.</p>
<p>Pretty lame right? Well, almost. The thing is, just out the door and down the alley from your local Pachinko parlour is an unremarkable small window. Take your cheezy item to said window and lo and behold, the guy on the other side pays you way more than market value for it.</p>
<p>The pachinko place is doing nothing wrong, they only allow you to gamble for items of no real worth. The guy at the window is doing nothing wrong, who says he can&#8217;t overspend when buying his favorite trinkets for obscene amounts?</p>
<p>And the authorities, they don&#8217;t really care since the law was imposed by American invasion forces and wasn&#8217;t their idea in the first place. Sound familiar?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wakatech.com/second-life-news/linden-labs-bans-gambling-in-second-life-time-to-go-yakuza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wow</title>
		<link>http://www.wakatech.com/machinma/wow/</link>
		<comments>http://www.wakatech.com/machinma/wow/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 14:11:53 +0000</pubDate>
		<dc:creator>Squeebee Wakawaka</dc:creator>
				<category><![CDATA[Building]]></category>
		<category><![CDATA[Machinma]]></category>

		<guid isPermaLink="false">http://www.wakatech.com/machinma/wow/</guid>
		<description><![CDATA[Perhaps you saw this on the official Linden blog, but if not:

Wow, Just wow.
High Quality Version
]]></description>
			<content:encoded><![CDATA[<p>Perhaps you saw this on the official Linden blog, but if not:</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/LxVDVggLqsA"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/LxVDVggLqsA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>Wow, Just wow.</p>
<p><a href="http://blip.tv/file/get/RobbieDingo-WatchTheWorlds851.mov">High Quality Version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wakatech.com/machinma/wow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/RobbieDingo-WatchTheWorlds851.mov" length="102285235" type="video/quicktime" />
		</item>
		<item>
		<title>I&#8217;d Like to Thank the Academy</title>
		<link>http://www.wakatech.com/news/id-like-to-thank-the-academy/</link>
		<comments>http://www.wakatech.com/news/id-like-to-thank-the-academy/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 04:12:16 +0000</pubDate>
		<dc:creator>Squeebee Wakawaka</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.wakatech.com/news/id-like-to-thank-the-academy/</guid>
		<description><![CDATA[Somehow I made the list of &#8220;residents &#8230; helping to ensure that this is the best version yet&#8221; in the Help &#62; About Second Life&#8230; window of the SL viewer.
I&#8217;m not sure exactly how I made the list (I assume from the Theater), but I&#8217;m honored to be on it.
]]></description>
			<content:encoded><![CDATA[<p>Somehow I made the list of &#8220;residents &#8230; helping to ensure that this is the best version yet&#8221; in the Help &gt; About Second Life&#8230; window of the SL viewer.</p>
<p>I&#8217;m not sure exactly how I made the list (I assume from the Theater), but I&#8217;m honored to be on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wakatech.com/news/id-like-to-thank-the-academy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean Up Your States</title>
		<link>http://www.wakatech.com/scripting/clean-up-your-states/</link>
		<comments>http://www.wakatech.com/scripting/clean-up-your-states/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 19:30:05 +0000</pubDate>
		<dc:creator>Squeebee Wakawaka</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.wakatech.com/scripting/clean-up-your-states/</guid>
		<description><![CDATA[When developing using states, don&#8217;t forget that the state_exit event can be used to perform cleanup instead of repeating cleanup tasks at each exit point from the state.
You can uses the state_exit to clear timers, shut off listens, reset globals, etc. While much of this cleans itself during the state change, things like timers persist [...]]]></description>
			<content:encoded><![CDATA[<p>When developing using states, don&#8217;t forget that the state_exit event can be used to perform cleanup instead of repeating cleanup tasks at each exit point from the state.</p>
<p>You can uses the state_exit to clear timers, shut off listens, reset globals, etc. While much of this cleans itself during the state change, things like timers persist through state changes and since you never know when something could change in the underlying LSL (perhaps listens will eventually survive state changes), it&#8217;s better to do proper cleanup yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wakatech.com/scripting/clean-up-your-states/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch Your Sensor Ranges</title>
		<link>http://www.wakatech.com/scripting/watch-your-sensor-ranges/</link>
		<comments>http://www.wakatech.com/scripting/watch-your-sensor-ranges/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 20:23:31 +0000</pubDate>
		<dc:creator>Squeebee Wakawaka</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.wakatech.com/scripting/watch-your-sensor-ranges/</guid>
		<description><![CDATA[I&#8217;m sure this is obvious to most, but be careful when creating sensors. I found myself sitting around in my theater today getting dialogs from the other side of the island warning me to not abuse a sandbox.
And yes, plural dialogs, so the other lesson is to make sure if you are going to sensor [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure this is obvious to most, but be careful when creating sensors. I found myself sitting around in my theater today getting dialogs from the other side of the island warning me to not abuse a sandbox.</p>
<p>And yes, plural dialogs, so the other lesson is to make sure if you are going to sensor on a timer and address those you detect, you need to be sure to keep a cache of those you have already addressed in a list.</p>
<p>I&#8217;ll have to whip up a sample application some time that performs sandbox greetings. My approach would be to use the llGetParcelPrimOwners() function to get a list of everyone with a prim in the sandbox, then check them against a cache. If someone is not in the cache, send them the Sandbox welcome and add them to the cache.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wakatech.com/scripting/watch-your-sensor-ranges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
