<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>The Straad Players &#187; SL Resources</title>
	<atom:link href="http://straad.org.uk/category/sl-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://straad.org.uk</link>
	<description>A troupe of performers, writers, set builders and designers - in the virtual world!</description>
	<lastBuildDate>Fri, 16 Jul 2010 08:05:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!-- podcast_generator="Blubrry Powerpress/0.6.5" -->
	<itunes:summary>A troupe of performers, writers, set builders and designers - in the virtual world!</itunes:summary>
		<itunes:author>The Straad Players</itunes:author>
	<itunes:image href="http://straad.org.uk/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>A troupe of performers, writers, set builders and designers - in the virtual world!</itunes:subtitle>
	<image>
		<title>The Straad Players</title>
		<url>http://straad.org.uk/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://straad.org.uk</link>
	</image>
		<item>
		<title>FREE STUFF</title>
		<link>http://straad.org.uk/free-stuff/</link>
		<comments>http://straad.org.uk/free-stuff/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 18:36:08 +0000</pubDate>
		<dc:creator>Steve T</dc:creator>
				<category><![CDATA[SL Resources]]></category>

		<guid isPermaLink="false">http://straad.org.uk/?p=201</guid>
		<description><![CDATA[<p>https://www.xstreetsl.com/modules.php?name=Marketplace&#38;Free</p>
]]></description>
			<content:encoded><![CDATA[<p>https://www.xstreetsl.com/modules.php?name=Marketplace&amp;Free</p>
]]></content:encoded>
			<wfw:commentRss>http://straad.org.uk/free-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Textures</title>
		<link>http://straad.org.uk/textures/</link>
		<comments>http://straad.org.uk/textures/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 10:45:31 +0000</pubDate>
		<dc:creator>Steve T</dc:creator>
				<category><![CDATA[SL Resources]]></category>

		<guid isPermaLink="false">http://straad.org.uk/?p=182</guid>
		<description><![CDATA[<p>* <a href="http://www.textureking.com/">TextureKing</a> &#8211; A repository of photo textures of stone, paint, plants, and more. A project from REH3design.<br />
*<a href="http://www.stockvault.net/index.php"> StockVault </a>- A photo-sharing site with free downloads for personal and educational use.<br />
* <a href="http://www.imageafter.com/index.php">Image</a> * After &#8211; Free photos available to download for personal or&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>* <a href="http://www.textureking.com/">TextureKing</a> &#8211; A repository of photo textures of stone, paint, plants, and more. A project from REH3design.<br />
*<a href="http://www.stockvault.net/index.php"> StockVault </a>- A photo-sharing site with free downloads for personal and educational use.<br />
* <a href="http://www.imageafter.com/index.php">Image</a> * After &#8211; Free photos available to download for personal or commercial use.<br />
* <a href="http://grungetextures.com/">Grunge Textures</a> &#8211; CreativeCommons-licensed photos for personal/non-commercial use.<br />
* <a href="http://www.cgtextures.com/">CGTextures </a>- Downloadable textures for use in personal and commercial use. The license on the images only restricts the reselling of unmodified textures or of derivative textures.<br />
* <a href="http://www.sxc.hu/">stock.xchng</a> &#8211; A great photo-sharing community. Images are individually licensed, though most of them may be used in personal and commercial work.<br />
* <a href="http://www.sharecg.com/">ShareCG</a> &#8211; Textures, animation, scripts, tutorials, and more</p>
]]></content:encoded>
			<wfw:commentRss>http://straad.org.uk/textures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notecard Giver</title>
		<link>http://straad.org.uk/notecard-giver/</link>
		<comments>http://straad.org.uk/notecard-giver/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 10:43:45 +0000</pubDate>
		<dc:creator>Steve T</dc:creator>
				<category><![CDATA[SL Resources]]></category>

		<guid isPermaLink="false">http://straad.org.uk/?p=180</guid>
		<description><![CDATA[<p><code>//   Gives a note to a person clicking on it.<br />
//  </code></p>
<p>default<br />
{<br />
    state_entry()<br />
    {</p>
<p>    }</p>
<p>    touch_start(integer total_number)<br />
    {<br />
        //  Find out who clicked, and give them a note<br />
        key giver;<br />
        giver = llDetectedKey(0);<br />
        string name = llDetectedName(0);</p>
<p>        if (giver != NULL_KEY) {<br />
            integer InvNum;<br />
            string NoteName;<br />
            integer NumCards = llGetInventoryNumber(INVENTORY_NOTECARD);<br />
            for (   InvNum = 0;&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><code>//   Gives a note to a person clicking on it.<br />
//  </p>
<p>default<br />
{<br />
    state_entry()<br />
    {</p>
<p>    }</p>
<p>    touch_start(integer total_number)<br />
    {<br />
        //  Find out who clicked, and give them a note<br />
        key giver;<br />
        giver = llDetectedKey(0);<br />
        string name = llDetectedName(0);</p>
<p>        if (giver != NULL_KEY) {<br />
            integer InvNum;<br />
            string NoteName;<br />
            integer NumCards = llGetInventoryNumber(INVENTORY_NOTECARD);<br />
            for (   InvNum = 0; InvNum < NumCards; InvNum++) {<br />
                NoteName = llGetInventoryName(INVENTORY_NOTECARD, InvNum);<br />
                llGiveInventory(giver, NoteName);<br />
            }<br />
        }<br />
    }<br />
}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://straad.org.uk/notecard-giver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
