<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>NintendoPals.net Nintendo Friend Codes Forum - Resources</title>
		<link>http://www.wiipals.net/Forum/</link>
		<description>Technical resources for unprofessional DSigners and wannabe professional DSigners.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 05:38:19 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>15</ttl>
		<image>
			<url>http://www.wiipals.net/Forum/images_np/misc/rss.jpg</url>
			<title>NintendoPals.net Nintendo Friend Codes Forum - Resources</title>
			<link>http://www.wiipals.net/Forum/</link>
		</image>
		<item>
			<title><![CDATA[Bakuri's CSS Tutorial]]></title>
			<link>http://www.wiipals.net/Forum/f53/bakuris-css-tutorial-65882.html</link>
			<pubDate>Sun, 08 Nov 2009 01:49:11 GMT</pubDate>
			<description><![CDATA[Isn't it annoying to ask someone to make a CSS for you? I mean, yeah, MAYBE they know what they're doing, but it never turns out EXACTLY how you want...]]></description>
			<content:encoded><![CDATA[<div>Isn't it annoying to ask someone to make a CSS for you? I mean, yeah, MAYBE they know what they're doing, but it never turns out EXACTLY how you want it, right? And you don't wanna ask them to change anything because it'd be rude, right?<br />
 <br />
Well, time for that to be over. Time to learn to make a CSS for yourself!! And I'm here to show you how! So, let's get started.<br />
 <br />
You've all seen that lovely little box full of gibberish where you paste the CSS code you've been given, right? Good, then you know what to go to. If you don't know, you should click User CP, then Edit Profile, and then you're going to look for this thing:<br />
 <br />
 <br />
<div align="center"><img src="http://i626.photobucket.com/albums/tt345/PrincessBakuri/Screenshots/Untitled.png" border="0" alt="" /></div> <br />
Okay, now, the best way for me to tell you how to do this is to go through it all step-by-step with you. So, first we'll start off with a blank template, which would be this:<br />
<div id="spoiler"><div><input type="button" value="Show Spoiler!" style="width:100px;font-size:12px;margin:10px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = ''; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = 'none'; this.innerText = ''; this.value = 'Hide Spoiler!'; } else { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = 'none'; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = ''; this.innerText = ''; this.value = 'Show Spoiler!'; }" />
<div id="show" style="background-image:url(http://www.wiipals.net/images/spoiler.png); display: none; background-color:transparent; background-repeat:repeat; margin: 0px;border-style:solid;border-width:1px; padding: 4px; width:98%">
<br />
body {<br />
background: #;<br />
color: #;<br />
font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;<br />
margin: 0px 5px 0px 5px;<br />
}<br />
 <br />
a:link, body_alink<br />
{<br />
color: blue;<br />
text-decoration: bold;<br />
}<br />
a:visited, body_avisited<br />
{<br />
color: #red;<br />
text-decoration: none;<br />
}<br />
a:hover, a:active, body_ahover<br />
{<br />
color: black;<br />
text-decoration: underline;<br />
}<br />
 <br />
.navbar a {<br />
font-weight: bold;<br />
color: #;<br />
}<br />
 <br />
#pborder {<br />
background-image: none;<br />
background: #;<br />
}<br />
 <br />
.tcat {<br />
background: #;<br />
color: #;<br />
border: 1px solid #;<br />
}<br />
.alt2 {<br />
background: #;<br />
color: #;<br />
}<br />
 <br />
.alt1 {<br />
background: #;<br />
color: #;<br />
}<br />
 <br />
.bigusername font{<br />
color:#;<br />
}<br />
.time {<br />
color:#;<br />
}<br />
 <br />
.vbmenu_control<br />
{<br />
background: #;<br />
color: #;<br />
font:  px ;<br />
padding: 3px 6px 3px 6px;<br />
white-space: nowrap;<br />
border: 1px solid #;<br />
}<br />
 <br />
.thead<br />
{<br />
background: #;<br />
color: #;<br />
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;<br />
}<br />
 <br />
.tborder<br />
{<br />
background: #;<br />
color: #;<br />
border: 1px solid #;<br />
}<br />
 <br />
.panel<br />
{<br />
background: #;<br />
color: #;<br />
border:1px solid #;<br />
}<br />
.panelsurround<br />
{<br />
background: #;<br />
color: #;<br />
}<br />
legend {<br />
color: #;<br />
}<br />
 <br />
.outer_border {<br />
border-left: 5px solid #;<br />
border-right: 5px solid #;<br />
 <br />
}<br />
 <br />
 <br />
.tfoot<br />
{<br />
background: #black;<br />
color: #black;<br />
border: 1px solid #;<br />
}<br />
.tfoot a:link, .tfoot_alink<br />
{<br />
color: #;<br />
}<br />
.tfoot a:visited, .tfoot_avisited<br />
{<br />
color: #;<br />
}<br />
.tfoot a:hover, .tfoot a:active, .tfoot_ahover<br />
{<br />
color: #;<br />
}<br />
 <br />
.corner {<br />
display: none;<br />
}<br />
 <br />
.ltable {<br />
background-image: none;<br />
}<br />
</div>
<div id="hide"></div></div></div><br />
Kay. So, to start off, I'm going to make a basic black and white CSS. Simple, ne?<br />
 <br />
Okay, to start with, we want THIS part of the profile (the part outlined in purple) :<br />
<div align="center"><img src="http://i626.photobucket.com/albums/tt345/PrincessBakuri/Screenshots/Untitled-2.png" border="0" alt="" /></div>to be black. SO, We take the very beginning of our CSS, and put in the color code for black.<br />
 <br />
Don't know the color codes? No worries, nobody knows all of them. Easy way to find out: Open up an image editor, such as GIMP, and use the option to choose a color.<br />
<br />
<div align="center"><img src="http://i626.photobucket.com/albums/tt345/PrincessBakuri/Screenshots/Untitled-1.png" border="0" alt="" /></div><br />
Viola!  There's your color code!  And THAT is what you'll need to enter!<br />
So, the code for black is &quot;000000&quot;.  Simple, right?  Kay, so we enter that in the very first spot that says &quot;background&quot; - that will replace the area with the scanlines.  Your code will begin like this:<br />
<br />
body {<br />
background: #000000;<br />
color: #;<br />
font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;<br />
margin: 0px 5px 0px 5px;<br />
}<br />
<br />
Now, you want your text to be white.  So where it says color, you want to enter the code for white, which is &quot;FFFFFF&quot;.  Once again, very simple, ne?  Then you have this:<br />
<br />
body {<br />
background: #000000;<br />
color: #ffffff;<br />
font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;<br />
margin: 0px 5px 0px 5px;<br />
}<br />
<br />
Now that, my friends, is all you really need to know to get STARTED.  Where it says &quot;background:&quot;, your codes will be the background of a certian spot.  Where it says &quot;color:&quot;, your codes will be editing the color of your text.  In some places, you'll see the word &quot;borders:&quot; - obviously, that would change the color of your borders in that area.<br />
<br />
Now, for something a little more complex!<br />
<br />
Don't like the font here?<br />
<div align="center"><img src="http://i626.photobucket.com/albums/tt345/PrincessBakuri/Screenshots/Untitled-3.png" border="0" alt="" /></div>That's easy enough to change!  Go to the area that says this:<br />
<br />
{<br />
background: #;<br />
color: #;<br />
font:  px ;<br />
padding: 3px 6px 3px 6px;<br />
white-space: nowrap;<br />
border: 1px solid #;<br />
}<br />
<br />
Now, the first thing you want to do, obviously, would be to change the background, text, and border colors.  Once you do that, you first want to choose a size for your font.  Keep in mind that this will be based on actual FONT sizes, not the forum's font sizes.  Change that to what you want, and you can also make the text bold, italicized, or underlined by adding &quot;bold&quot;, &quot;italic&quot;, or &quot;underline&quot; to the space in front of the text size.  Then, behind the &quot;px&quot;, you would put the font you want.  Also keep in mind that the forum can only handle certian fonts, so if your font doesn't work, try something else!<br />
<br />
So, let's say I want the background to be black, the text to be white, the border to be grey, and the font to be size 11, bolded, in comic sans ms font.  My code for that portion of the CSS would look like this:<br />
<br />
{<br />
background: #000000;<br />
color: #FFFFFF;<br />
font: bold 11px comic sans ms;<br />
padding: 3px 6px 3px 6px;<br />
white-space: nowrap;<br />
border: 1px solid #808080;<br />
}<br />
<br />
Another thing you can do.  Want your border to be a little thicker?  Simply change the number beside the &quot;px&quot; at the border section.  For the most part, however, 1px looks the best.<br />
You can also change it to be a dashed line instead of a solid line.  Simply change where it says &quot;solid&quot; to say &quot;dashed&quot;.<br />
So if you wanted your border for that area to be 2px thick, and dashed, you could change that line to say, &quot;border: 2px dashed #808080;&quot;<br />
<br />
Now, let's say you want ALL of your comments to show up in the same font.  That's really not so difficult, it's the same as it was with the last one!  Simply go to the section that says this:<br />
<br />
.alt1 {<br />
background: #;<br />
color: #;<br />
}<br />
<br />
Now, this one's a LITTLE different.  Once you set your background and color, you also have to add another line before the }.  So, hit enter after the color line, and add one that says &quot;font: __px  _______&quot; (insert what you want in the blanks ;))<br />
Simple enough, ne?<br />
<br />
That's really all you need to know to get started making CSS's!  Just edit your colors and such, and hit &quot;preview&quot; to find out what changes what parts of your profile.<br />
Upon request, I could include a guide listing what sections of CSS's goes with what part of the profile.  ;)<br />
<br />
Thanks for taking the time to check this out!  Hope it helps! n_n</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Bakuri</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/bakuris-css-tutorial-65882.html</guid>
		</item>
		<item>
			<title>NP Tag Bin</title>
			<link>http://www.wiipals.net/Forum/f53/np-tag-bin-65770.html</link>
			<pubDate>Tue, 03 Nov 2009 02:08:27 GMT</pubDate>
			<description>Image: http://i725.photobucket.com/albums/ww252/sinnoh_bucket/Random%20Crap/NPTagBinPreview3.png  
 
PART 1...</description>
			<content:encoded><![CDATA[<div><img src="http://i725.photobucket.com/albums/ww252/sinnoh_bucket/Random%20Crap/NPTagBinPreview3.png" border="0" alt="" /><br />
<br />
<a href="http://www.mediafire.com/?sharekey=abc670f47b1716e907258ee67c679e4ab59021eac6f16a6f3e34c0a955f98962" target="_blank">PART 1</a><br />
<a href="http://www.mediafire.com/?sharekey=abc670f47b1716e907258ee67c679e4ab59021eac6f16a6f759e682a8cd2154a" target="_blank">PART 2</a><br />
<br />
I thank all who participating in the making of this pack. This pack contains 17 xcf's and 22 PSD's made by fellow NP members. <br />
<br />
11 Artists!!<br />
<br />
Those who shared PSD's:<br />
<ol style="list-style-type: decimal"><li>Muse</li>
<li>Ruben</li>
<li>Shazy</li>
<li>Rosaru</li>
<li>Rowdy</li>
<li>Zwei</li>
</ol><br />
Those who shared XCF's:<br />
<ol style="list-style-type: decimal"><li>Myth</li>
<li>Angelstar</li>
<li>Juggernaut</li>
<li>Fame</li>
</ol><br />
Full ownership of each and every tag goes to the who shared in the making of  this resource pack. All distribution rights go to DNA, staff, and again those who shared in this making of this pack. <b>All PSD's are for Learning Rights ONLY</b>. <b>Any RIPPING or distribution of this pack without the permission of the NP DNA team, NP Staff, or those is shared in the making of this pack, is not allowed in any means. </b><br />
<br />
Thank you all who shared in the making of this pack and I hope you all enjoy what I have brought all that is in this pack. Brought to you by Psycho Designs &amp; your fellow NP members on NINTENDO PALS.</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Zwei</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/np-tag-bin-65770.html</guid>
		</item>
		<item>
			<title>GFX Resource Bin(GIMP and PS)</title>
			<link>http://www.wiipals.net/Forum/f53/gfx-resource-bin-gimp-and-ps-65693.html</link>
			<pubDate>Sat, 31 Oct 2009 16:32:26 GMT</pubDate>
			<description>This is a just a collection of resources provided by the members of NP and ppl on the internet. I ask that you take time looking through the links if...</description>
			<content:encoded><![CDATA[<div>This is a just a collection of resources provided by the members of NP and ppl on the internet. I ask that you take time looking through the links if your interested in learning. <br />
<font size="3"><b>(LEARNING RIGHTS ONLY FOR MOST STUFF ON HERE)</b><br />
</font><br />
<b><font size="3">Please do not redistribute or post any resource or resources on any links provided in this thread on any other forum unless you are given permission by the creator of that particular resource!!</font></b><br />
<br />
<b>Basics/Info:</b>(NP member/user provided)<br />
<br />
<a href="http://www.wiipals.net/Forum/showpost.php?p=698984&amp;postcount=1" target="_blank">~Guide *How to start DSigning!*- Netto Hikari~</a><br />
<br />
<a href="http://www.wiipals.net/Forum/showpost.php?p=952982&amp;postcount=1" target="_blank">~bluescasters on how to mae flames using GIMP2- Jake~</a><br />
<br />
<a href="http://www.wiipals.net/Forum/f53/transparent-background-render-tut-28483.html" target="_blank">~Transparent Background Render Tut- Bowser Jr.~</a><br />
<br />
<a href="http://www.wiipals.net/Forum/f53/renders-how-to-6852.html" target="_blank">~Renders:How to- Neku~</a><br />
<br />
<a href="http://Ihammerli.deviantart.com/art/All-in-one-tut-134323598" target="_blank">~All in one tut- ~Ihammerli on DeviantArt~</a><br />
<br />
<b>NP User Provided Tutorials:</b><br />
<br />
<a href="http://frozenfuryblade.deviantart.com/art/Flow-Signature-90592106" target="_blank">~Flow. Signature- Fury~</a><br />
<a href="http://www.wiipals.net/Forum/showpost.php?p=1409694&amp;postcount=1" target="_blank">~Yoruichi Avatar Tutorial- Muse~<br />
</a><a href="http://img189.imageshack.us/img189/5386/deadchicktut.png" target="_blank">~Dead Chick Tag Tut- Skreamo~</a><br />
<a href="http://crystal-tear-drop.deviantart.com/art/Tifa-Tutorial-132203172" target="_blank">~Tifa Tutorial- Beginner- Ami~</a><br />
<a href="http://frozenfuryblade.deviantart.com/art/Furious-Tutorial-4-Smudging-126779527" target="_blank">~Fury's Smudge Tutorial- Fury~</a><br />
<a href="http://alpine.brainkiller.be/Resources/Fullsigtut_techniques.png" target="_blank">~Full Signature Tutorial by Senthrax ~, Very detailed tut covering many importa- Senthrax~</a><br />
<a href="http://www.wiipals.net/Forum/f53/more-tutorials-61820.html" target="_blank">~More tutorials- Thread made by Fury~</a><br />
<a href="http://img15.imageshack.us/img15/386/leonkennedytutorial.png" target="_blank">~Leon Kennedy Signature Tutorial :]- SKreamo~</a><br />
<a href="http://img16.imageshack.us/img16/375/stocktagtut.png" target="_blank">~Death Note Stock Tag Tut- SKreamo~</a><br />
<a href="http://www.wiipals.net/Forum/f53/omg-hiphops-tuts-42511.html" target="_blank">~OMG HIPHop's tuts- Hiphop~</a><br />
<a href="http://xylez.deviantart.com/art/Signature-text-tutorial-116731423" target="_blank">~Signature Text Tutorial- Xylez~</a><br />
^For more tuts by Xylez look <a href="http://www.wiipals.net/Forum/f53/xylezs-tutorial-thread-41703.html" target="_blank">here</a><br />
<a href="http://MANIAC15.deviantart.com/art/GH-Halo-DoUbLeS-117030128" target="_blank">~Halo Doubles- MANIAC~</a><br />
<a href="http://www.wiipals.net/Forum/f53/ffs-hut-of-unprofessional-and-wannabee-tutorials-56730.html" target="_blank">~FF's hut of &quot;unprofessional and wannabee&quot; tutorials- ffaddicted~<br />
</a><a href="http://www.wiipals.net/Forum/f53/urahara-smex-smudge-tutorial-56601.html" target="_blank">~Urahara Smex Smudge tutorial- Thread created by Muse~</a><br />
^Not Created by Muse<br />
<a href="http://www.uploadsonline.com/images/kme1mob6kbzdygetms0.png" target="_blank">~Waterfall tut (ps cs3)- Muse~</a><br />
<a href="http://www.wiipals.net/Forum/f53/cindys-tutorials-b-b-46564.html" target="_blank">~Cindy's Tutorials (b^.^)b- Rena~<br />
</a><a href="http://www.wiipals.net/Forum/f53/furys-tutorial-thread-29512.html" target="_blank">~Fury's Tutorial Thread- Fury~</a><br />
<a href="http://devark.deviantart.com/art/Sprite-Tag-Tut-99888214" target="_blank">~Sprite Tag Tut- Devil~<br />
</a><a href="http://www.wiipals.net/Forum/f53/zg-learn-tutorials-27828.html" target="_blank">~ZG-learn Tutorials- ZG-Kitty~</a><br />
<a href="http://fc04.deviantart.com/fs29/f/2008/117/3/2/DanMasters_Sig_Tutorial_by_DanMasterFlash.jpg" target="_blank">~DanMaster's Mario Tutorial [Beginners Guide]- Danmasterflash~</a><br />
<a href="http://falcon0408.deviantart.com/art/C4D-Smudge-tutorial-81627896" target="_blank">~.:C4D/Smudge Tutorial:. ~[Intermediate PS]- Falcon0408~</a><br />
<a href="http://lickthmonkeysxd.deviantart.com/art/Assassin-s-Creed-Sig-Tutorial-73016500" target="_blank">~Assassin's Creed Sig Tutorial PART 1- brandonn~</a><br />
<a href="http://lickthmonkeysxd.deviantart.com/art/AC-Sig-Tutorial-Part-2-73016704" target="_blank">~Assassin's Creed Sig Tutorial PART 2- brandonn~</a><br />
<a href="http://img118.imageshack.us/img118/637/splashtutrw5.png" target="_blank">~Gimp Splash Tutorial-Ecekid~</a></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Zwei</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/gfx-resource-bin-gimp-and-ps-65693.html</guid>
		</item>
		<item>
			<title>Gimp  resource thread</title>
			<link>http://www.wiipals.net/Forum/f53/gimp-resource-thread-65555.html</link>
			<pubDate>Sun, 25 Oct 2009 17:29:04 GMT</pubDate>
			<description>glow effect 
Glow Effect | Gimp-tutorials.net - Gimp , tutorials , brushes , downloads, forum. (http://gimp-tutorials.net/gimp-glow-effect) 
  
How...</description>
			<content:encoded><![CDATA[<div>glow effect<br />
<a href="http://gimp-tutorials.net/gimp-glow-effect" target="_blank">Glow Effect | Gimp-tutorials.net - Gimp , tutorials , brushes , downloads, forum.</a><br />
 <br />
How to make splattered Vectorings in gimp<br />
<a href="http://gimp-tutorials.net/gimp-glow-effect" target="_blank">Glow Effect | Gimp-tutorials.net - Gimp , tutorials , brushes , downloads, forum.</a><br />
 <br />
Pop out sig tutorial  <br />
<a href="http://www.gimptalk.com/forum/pop-out-signature-tutorial-t9171.html" target="_blank">GimpTalk &amp;bull; Pop Out Signature Tutorial</a><br />
 <br />
Rendering<br />
<a href="http://www.gimptalk.com/forum/pop-out-signature-tutorial-t9171.html" target="_blank">GimpTalk &amp;bull; Pop Out Signature Tutorial</a><br />
 <br />
 <br />
Full sig tut<br />
<a href="http://www.gimptalk.com/forum/full-sig-tut-t7768.html" target="_blank">GimpTalk &amp;bull; Full sig tut</a><br />
 <br />
Sprite tut (outstanding tutorial!!!)<br />
<a href="http://www.gimptalk.com/forum/ps-%3Egimp-sprite-signature-tutorial-t11710.html" target="_blank">GimpTalk &amp;bull; PS--&gt;Gimp Sprite Signature Tutorial</a>  Made by Pnoi of Gimptalk.<br />
 <br />
 <br />
 <br />
 <br />
The rest of the stuff you need is at gimptalk so you can find resources there too.<br />
 <br />
 <br />
the source of all these are from gimptalk.com</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Angelstar</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/gimp-resource-thread-65555.html</guid>
		</item>
		<item>
			<title>Psycho Designs</title>
			<link>http://www.wiipals.net/Forum/f53/psycho-designs-65443.html</link>
			<pubDate>Wed, 21 Oct 2009 02:18:48 GMT</pubDate>
			<description><![CDATA[9 PSD's 
 
Image: http://i725.photobucket.com/albums/ww252/sinnoh_bucket/Random%20Crap/PDPSDPACKPreview.png  
(might be be big file) 
 
DL Link:...]]></description>
			<content:encoded><![CDATA[<div>9 PSD's<br />
<br />
<img src="http://i725.photobucket.com/albums/ww252/sinnoh_bucket/Random%20Crap/PDPSDPACKPreview.png" border="0" alt="" /><br />
(might be be big file)<br />
<br />
DL Link:<br />
<a href="http://www.mediafire.com/?sharekey=abc670f47b1716e907258ee67c679e4aef33b77338538d7a0ac99885da44e881" target="_blank">Here</a><br />
---------------------------<br />
<br />
5 Large Pieces<br />
<br />
<img src="http://i725.photobucket.com/albums/ww252/sinnoh_bucket/Random%20Crap/PDPSDPACKLARGEPEEd.png" border="0" alt="" /><br />
<br />
DL Link:<br />
<a href="http://www.mediafire.com/?sharekey=abc670f47b1716e907258ee67c679e4a25d73ac324724a59a2d0568e5b24962e" target="_blank">Here</a><br />
--------------------<br />
<font size="6">LEARNING RIGHTS ONLY!!!! </font></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Zwei</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/psycho-designs-65443.html</guid>
		</item>
		<item>
			<title>SUPERMINIPACK by. U. n e a K (PSDs)</title>
			<link>http://www.wiipals.net/Forum/f53/superminipack-by-u-n-e-a-k-psds-63890.html</link>
			<pubDate>Fri, 28 Aug 2009 09:24:26 GMT</pubDate>
			<description><![CDATA[This is a super small minipack by me!!! Yes only 3 PSDs in there but I think it is very informative. Although it's only 3 may I remind you that...]]></description>
			<content:encoded><![CDATA[<div>This is a super small minipack by me!!! Yes only 3 PSDs in there but I think it is very informative. Although it's only 3 may I remind you that normally PSDs are like what 5 PSDs haha so 3 is good I'm guessing.<br />
<br />
In this pack You'll get the three sigs I only have:<br />
<br />
<div align="center"><br />
<img src="http://i638.photobucket.com/albums/uu103/U-neaK/retrocopy-1.png" border="0" alt="" /><br />
<img src="http://i638.photobucket.com/albums/uu103/U-neaK/SlowJamz.png" border="0" alt="" /><br />
<img src="http://i638.photobucket.com/albums/uu103/U-neaK/pinkeye.png" border="0" alt="" /><br />
<br />
<a href="http://www.megaupload.com/?d=3CROWX4N" target="_blank"><font color="RoyalBlue"><b><font size="5"><u>Download</u></font></b></font></a></div><br />
Have Phun!</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>U. n e a K</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/superminipack-by-u-n-e-a-k-psds-63890.html</guid>
		</item>
		<item>
			<title><![CDATA[Ami's First Resource PACK!!!!!]]></title>
			<link>http://www.wiipals.net/Forum/f53/amis-first-resource-pack-63343.html</link>
			<pubDate>Sun, 16 Aug 2009 10:27:20 GMT</pubDate>
			<description>Image: http://i27.tinypic.com/2cr3jp4.jpg  (http://www.megaupload.com/?d=EDH8GNE5) 
 
Includes: 
-13 PSD 
-36 C4D 
-11 Effect Stock 
-16 Previews...</description>
			<content:encoded><![CDATA[<div><a href="http://www.megaupload.com/?d=EDH8GNE5" target="_blank"><img src="http://i27.tinypic.com/2cr3jp4.jpg" border="0" alt="" /></a><br />
<br />
Includes:<br />
-13 PSD<br />
-36 C4D<br />
-11 Effect Stock<br />
-16 Previews<br />
-10 Stock<br />
-2 Beginner Tutorials<br />
<br />
Click Preview to download</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Ami</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/amis-first-resource-pack-63343.html</guid>
		</item>
		<item>
			<title>Wordkeeper Stock Pack</title>
			<link>http://www.wiipals.net/Forum/f53/wordkeeper-stock-pack-63233.html</link>
			<pubDate>Fri, 14 Aug 2009 03:05:15 GMT</pubDate>
			<description><![CDATA[Image: http://i139.photobucket.com/albums/q283/CARL0S_16/wkhqsp.png  
 
Coming soon to forum near you. 
 
Use 'em as texture applications, beautiful...]]></description>
			<content:encoded><![CDATA[<div><img src="http://i139.photobucket.com/albums/q283/CARL0S_16/wkhqsp.png" border="0" alt="" /><br />
<br />
Coming soon to forum near you.<br />
<br />
Use 'em as texture applications, beautiful backgrounds, or to add a wonderful glowing effect to any image.<br />
<br />
$9.99 (lol)<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div>
					Originally Posted by <strong>Devil</strong>
					(Post 1416162)
				</div>
				<div style="font-style:italic">Adds a Pro-feel too!</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>Yes, all the cool kids are doing it. So download now! (download link below)<br />
<br />
<a href="http://rapidshare.com/files/267166957/StockPack.rar" target="_blank">http://rapidshare.com/files/267166957/StockPack.rar</a></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Wordkeeper</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/wordkeeper-stock-pack-63233.html</guid>
		</item>
		<item>
			<title><![CDATA[Ami's PSDs <3]]></title>
			<link>http://www.wiipals.net/Forum/f53/amis-psds-3-a-63179.html</link>
			<pubDate>Thu, 13 Aug 2009 09:07:30 GMT</pubDate>
			<description><![CDATA[So, I decided, that I'm gonna be uploading lots of PSD's soon. 
So, I'll put them all in one thread. :D 
Ones that have already been put in their own...]]></description>
			<content:encoded><![CDATA[<div>So, I decided, that I'm gonna be uploading lots of PSD's soon.<br />
So, I'll put them all in one thread. :D<br />
Ones that have already been put in their own thread will NOT be posted here.<br />
If you want me to upload a certain PSD of mine, then ask and I will.</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Ami</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/amis-psds-3-a-63179.html</guid>
		</item>
		<item>
			<title>Abstracty PSD</title>
			<link>http://www.wiipals.net/Forum/f53/abstracty-psd-63149.html</link>
			<pubDate>Wed, 12 Aug 2009 22:31:17 GMT</pubDate>
			<description>Image: http://i31.tinypic.com/302zbf6.jpg  (http://www.megaupload.com/?d=NPWP7PC2) 
 
 
click preview for download</description>
			<content:encoded><![CDATA[<div><a href="http://www.megaupload.com/?d=NPWP7PC2" target="_blank"><img src="http://i31.tinypic.com/302zbf6.jpg" border="0" alt="" /></a><br />
<br />
<br />
click preview for download</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Ami</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/abstracty-psd-63149.html</guid>
		</item>
		<item>
			<title>Yoruichi Avatar Tutorial</title>
			<link>http://www.wiipals.net/Forum/f53/yoruichi-avatar-tutorial-62978.html</link>
			<pubDate>Sun, 09 Aug 2009 22:06:48 GMT</pubDate>
			<description>*_Be happy :3_* 
  
  
Image: http://fc03.deviantart.com/fs48/f/2009/221/4/4/Yoruichi_avatar_tutorial_by_wobbyx.png ...</description>
			<content:encoded><![CDATA[<div><div align="center"><b><u>Be happy :3</u></b><br />
 <br />
 <br />
<a href="http://wobbyx.deviantart.com/art/Yoruichi-avatar-tutorial-132749302" target="_blank"><img src="http://fc03.deviantart.com/fs48/f/2009/221/4/4/Yoruichi_avatar_tutorial_by_wobbyx.png" border="0" alt="" /></a></div></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Light</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/yoruichi-avatar-tutorial-62978.html</guid>
		</item>
		<item>
			<title>Lights resource warehouse</title>
			<link>http://www.wiipals.net/Forum/f53/lights-resource-warehouse-62975.html</link>
			<pubDate>Sun, 09 Aug 2009 21:10:24 GMT</pubDate>
			<description>*Ok all my _new resources_ will be coming here to start off a nice stock pack* 
  
  
Image:...</description>
			<content:encoded><![CDATA[<div><div align="center"><b>Ok all my <u>new resources</u> will be coming here to start off a nice stock pack</b></div> <br />
 <br />
<div align="center"><a href="http://www.mediafire.com/?sharekey=2db3f24a667d5d1cd2db6fb9a8902bda" target="_blank"><img src="http://i624.photobucket.com/albums/tt330/wobbyx2009/hsp.png" border="0" alt="" /></a><br />
<br />
<a href="http://www.mediafire.com/?sharekey=2db3f24a667d5d1cd2db6fb9a8902bda" target="_blank"><img src="http://i624.photobucket.com/albums/tt330/wobbyx2009/coldppplay.png" border="0" alt="" /></a></div> <br />
<div align="center"><a href="http://www.mediafire.com/?sharekey=2db3f24a667d5d1cd2db6fb9a8902bda" target="_blank"><img src="http://i624.photobucket.com/albums/tt330/wobbyx2009/Muse.png" border="0" alt="" /></a></div> <br />
vector psd :D<br />
<a href="http://www.mediafire.com/?sharekey=2db3f24a667d5d1cd2db6fb9a8902bda" target="_blank"><img src="http://fc06.deviantart.com/fs46/f/2009/217/7/a/L_smile_Vector_by_wobbyx.png" border="0" alt="" /></a></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Light</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/lights-resource-warehouse-62975.html</guid>
		</item>
		<item>
			<title><![CDATA[bones' smexy resource pack]]></title>
			<link>http://www.wiipals.net/Forum/f53/bones-smexy-resource-pack-62871.html</link>
			<pubDate>Sat, 08 Aug 2009 00:30:21 GMT</pubDate>
			<description>Image: http://i39.photobucket.com/albums/e185/1bone_1/newpackcopy.png  (http://www.megaupload.com/?d=49314IWS) 
 
click on the sexy template to DL...</description>
			<content:encoded><![CDATA[<div><a href="http://www.megaupload.com/?d=49314IWS" target="_blank"><img src="http://i39.photobucket.com/albums/e185/1bone_1/newpackcopy.png" border="0" alt="" /></a><br />
<br />
click on the sexy template to DL this spectacular pack!</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Bones</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/bones-smexy-resource-pack-62871.html</guid>
		</item>
		<item>
			<title><![CDATA["the webs largest stock photo site"]]></title>
			<link>http://www.wiipals.net/Forum/f53/the-webs-largest-stock-photo-site-62793.html</link>
			<pubDate>Thu, 06 Aug 2009 23:35:55 GMT</pubDate>
			<description>---Quote (Originally by ALAMY)--- 
We hold the largest and most comprehensive online collection of commercial photography in the world. Established...</description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div>
					Originally Posted by <strong>ALAMY</strong>
					
				</div>
				<div style="font-style:italic">We hold the largest and most comprehensive online collection of commercial photography in the world. Established in 1999, we pioneered the concept of an unedited collection and today we offer millions of images from thousands of photographers and photo agencies worldwide.<br />
<br />
Solving problems through innovation is at the heart of our business. With so many images of every subject to choose from, we are constantly improving our search technology to bring the best results to our users. We are obsessed with the speed of our website, providing fast and first class customer service, and developing new tools to help photographers manage their commercial portfolios online.<br />
<br />
A key ingredient of our success is fairness. All of our contributing photographers and photo agencies enjoy more flexible contracts and earn a higher royalty than with most of our competitors. We were the first, and remain one of the few, to pay the majority share of each sale to the owner of the image.<br />
<br />
We’ve grown fast but still remain a family enterprise, founded by CEO James West with his uncle and business partner Mike Fischer who first thought of the idea.<br />
<br />
Since 2006 we have been providing approximately £1 million a year to a number of medical research projects, one of which is operating at our UK headquarters where researchers are working on a therapeutic cancer vaccine. We operate a greenhouse gas reduction policy which includes running a solar lamp lighting project from our offices in India.</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>they claim to be the biggest stock image site on the web and they havent failed me (yet XD) so i thought this would be helpful to many of you :D<br />
<br />
<a href="http://www.alamy.com/" target="_blank">&quot;the webs largest stock photo site&quot;</a></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Bones</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/the-webs-largest-stock-photo-site-62793.html</guid>
		</item>
		<item>
			<title>Tifa Resource Pack</title>
			<link>http://www.wiipals.net/Forum/f53/tifa-resource-pack-62701.html</link>
			<pubDate>Wed, 05 Aug 2009 12:44:45 GMT</pubDate>
			<description>Tifa Resource Pack by =Crystal-Tear-Drop on deviantART (http://Crystal-Tear-Drop.deviantart.com/art/Tifa-Resource-Pack-132204890) 
 
Incase, your not...</description>
			<content:encoded><![CDATA[<div><a href="http://Crystal-Tear-Drop.deviantart.com/art/Tifa-Resource-Pack-132204890" target="_blank">Tifa Resource Pack by =Crystal-Tear-Drop on deviantART</a><br />
<br />
Incase, your not good at finding your own resources, i've supplied the ones I used in a small resource pack.<br />
Includes: PSD, Tutorial, PNG, Stock:Background, Stock:Hand Written Letter, Stock:Tifa, and previews of the Setting I used for Gradient Maps and such.</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Ami</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/tifa-resource-pack-62701.html</guid>
		</item>
		<item>
			<title>Tifa Tutorial - Beginner</title>
			<link>http://www.wiipals.net/Forum/f53/tifa-tutorial-beginner-62700.html</link>
			<pubDate>Wed, 05 Aug 2009 12:16:33 GMT</pubDate>
			<description>Tifa Tutorial by =Crystal-Tear-Drop on deviantART (http://crystal-tear-drop.deviantart.com/art/Tifa-Tutorial-132203172) 
 
Beginner tut. =) 
 
...</description>
			<content:encoded><![CDATA[<div><a href="http://crystal-tear-drop.deviantart.com/art/Tifa-Tutorial-132203172" target="_blank">Tifa Tutorial by =Crystal-Tear-Drop on deviantART</a><br />
<br />
Beginner tut. =)<br />
<br />
<br />
EDIT:// Another outcome<br />
<img src="http://i27.tinypic.com/azcmfd.jpg" border="0" alt="" /></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Ami</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/tifa-tutorial-beginner-62700.html</guid>
		</item>
		<item>
			<title>Tifa PSD</title>
			<link>http://www.wiipals.net/Forum/f53/tifa-psd-62699.html</link>
			<pubDate>Wed, 05 Aug 2009 12:15:10 GMT</pubDate>
			<description>Tifa PSD by =Crystal-Tear-Drop on deviantART (http://crystal-tear-drop.deviantart.com/art/Tifa-PSD-132202974) 
 
Lmao, another Beginner PSD.</description>
			<content:encoded><![CDATA[<div><a href="http://crystal-tear-drop.deviantart.com/art/Tifa-PSD-132202974" target="_blank">Tifa PSD by =Crystal-Tear-Drop on deviantART</a><br />
<br />
Lmao, another Beginner PSD.</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Ami</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/tifa-psd-62699.html</guid>
		</item>
		<item>
			<title>Ff Cc Psd</title>
			<link>http://www.wiipals.net/Forum/f53/ff-cc-psd-62634.html</link>
			<pubDate>Tue, 04 Aug 2009 12:52:00 GMT</pubDate>
			<description><![CDATA[FFCC PSD by =Crystal-Tear-Drop on deviantART (http://crystal-tear-drop.deviantart.com/art/FFCC-PSD-132073894) 
 
Idk if you can download if you don't...]]></description>
			<content:encoded><![CDATA[<div><a href="http://crystal-tear-drop.deviantart.com/art/FFCC-PSD-132073894" target="_blank">FFCC PSD by =Crystal-Tear-Drop on deviantART</a><br />
<br />
Idk if you can download if you don't have DA, but I'll look for another way that you can download it.<br />
<br />
If you more of a tutorial following person, click <a href="http://www.wiipals.net/Forum/f53/ff-cc-tutorial-beginner-62633.html" target="_blank">here</a>.</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Ami</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/ff-cc-psd-62634.html</guid>
		</item>
		<item>
			<title>FF CC Tutorial - Beginner</title>
			<link>http://www.wiipals.net/Forum/f53/ff-cc-tutorial-beginner-62633.html</link>
			<pubDate>Tue, 04 Aug 2009 12:40:28 GMT</pubDate>
			<description>FF CC by =Crystal-Tear-Drop on deviantART (http://crystal-tear-drop.deviantart.com/art/FF-CC-132064320) 
 
Image: http://i30.tinypic.com/4hfa4g.jpg ...</description>
			<content:encoded><![CDATA[<div><a href="http://crystal-tear-drop.deviantart.com/art/FF-CC-132064320" target="_blank">FF CC by =Crystal-Tear-Drop on deviantART</a><br />
<br />
<img src="http://i30.tinypic.com/4hfa4g.jpg" border="0" alt="" /><br />
<br />
NOTE: its a JPEG, cos for some reason it won't save as a PNG.<br />
<br />
First ever tutorial, be nice :S<br />
<br />
EDIT: Outcomes, can be posted here.<br />
PSD also available. PM me<br />
<br />
EDITEDIT: how the hell do i get rid of all the extra space at the bottom? :S</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Ami</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/ff-cc-tutorial-beginner-62633.html</guid>
		</item>
		<item>
			<title>The Dark Knight Stock Pack</title>
			<link>http://www.wiipals.net/Forum/f53/the-dark-knight-stock-pack-62376.html</link>
			<pubDate>Thu, 30 Jul 2009 11:44:47 GMT</pubDate>
			<description>Image: http://img228.imageshack.us/img228/84/dkstockpreview.png  (http://www.mediafire.com/download.php?mng3me5wy5c) 
 
Click the preview to...</description>
			<content:encoded><![CDATA[<div><a href="http://www.mediafire.com/download.php?mng3me5wy5c" target="_blank"><img src="http://img228.imageshack.us/img228/84/dkstockpreview.png" border="0" alt="" /></a><br />
<br />
Click the preview to download. :) (1.86MB)</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Skreamo</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/the-dark-knight-stock-pack-62376.html</guid>
		</item>
		<item>
			<title>need help with pen tooling</title>
			<link>http://www.wiipals.net/Forum/f53/need-help-with-pen-tooling-61981.html</link>
			<pubDate>Wed, 22 Jul 2009 15:35:34 GMT</pubDate>
			<description>I want to be able to use pen tool in gimp but i dont know how. can anyone help me?</description>
			<content:encoded><![CDATA[<div>I want to be able to use pen tool in gimp but i dont know how. can anyone help me?</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Angelstar</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/need-help-with-pen-tooling-61981.html</guid>
		</item>
		<item>
			<title>OD July Resource Pack (HUGE)</title>
			<link>http://www.wiipals.net/Forum/f53/od-july-resource-pack-huge-61961.html</link>
			<pubDate>Wed, 22 Jul 2009 01:31:39 GMT</pubDate>
			<description>Image: http://img268.imageshack.us/img268/9334/odjulypackpreview.png  (http://www.mediafire.com/file/itnmhu3r5jz/OD%20July%20Resource%20Pack.rar) 
...</description>
			<content:encoded><![CDATA[<div><a href="http://www.mediafire.com/file/itnmhu3r5jz/OD%20July%20Resource%20Pack.rar" target="_blank"><img src="http://img268.imageshack.us/img268/9334/odjulypackpreview.png" border="0" alt="" /></a><br />
<br />
Click the Preview to Download. DL might take a while because this pack has tons of stuff in it! :D<br />
<br />
Enjoy!</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Skreamo</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/od-july-resource-pack-huge-61961.html</guid>
		</item>
		<item>
			<title>More tutorials</title>
			<link>http://www.wiipals.net/Forum/f53/more-tutorials-61820.html</link>
			<pubDate>Sun, 19 Jul 2009 17:33:53 GMT</pubDate>
			<description>Image: http://i46.photobucket.com/albums/f122/NFS102/Tutorials/LiarTagPreview.png  
http://sixpop.com/files/709/Liar%20Tutorial%20copy.png 
 
Image:...</description>
			<content:encoded><![CDATA[<div><img src="http://i46.photobucket.com/albums/f122/NFS102/Tutorials/LiarTagPreview.png" border="0" alt="" /><br />
<a href="http://sixpop.com/files/709/Liar%20Tutorial%20copy.png" target="_blank">http://sixpop.com/files/709/Liar%20Tutorial%20copy.png</a><br />
<br />
<img src="http://i46.photobucket.com/albums/f122/NFS102/Tutorials/SaberVertTagPreview.png" border="0" alt="" /><br />
<a href="http://sixpop.com/files/709/Saber%20Vert%20Tutorial.png" target="_blank">http://sixpop.com/files/709/Saber%20Vert%20Tutorial.png</a><br />
<br />
<img src="http://i46.photobucket.com/albums/f122/NFS102/Tutorials/CelabiTagPreview.png" border="0" alt="" /><br />
<a href="http://sixpop.com/files/709/Celabi%20Tutorial%20copy.png" target="_blank">http://sixpop.com/files/709/Celabi%2...ial%20copy.png</a><br />
<br />
<img src="http://i46.photobucket.com/albums/f122/NFS102/Tutorials/SmudgedTagPreview.png" border="0" alt="" /><br />
<a href="http://sixpop.com/files/709/Smudged%20Tutorial%20copy.png" target="_blank">http://sixpop.com/files/709/Smudged%...ial%20copy.png</a><br />
<br />
Enjoy.</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Fury</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/more-tutorials-61820.html</guid>
		</item>
		<item>
			<title>My mediafire</title>
			<link>http://www.wiipals.net/Forum/f53/my-mediafire-61814.html</link>
			<pubDate>Sun, 19 Jul 2009 15:52:08 GMT</pubDate>
			<description>Free File Hosting Made Simple - MediaFire (http://www.mediafire.com/?sharekey=0aedcacadc0c038e8c9e7c56ba37815f4ae74bf943c211c3) 
 
35 psds for your...</description>
			<content:encoded><![CDATA[<div><a href="http://www.mediafire.com/?sharekey=0aedcacadc0c038e8c9e7c56ba37815f4ae74bf943c211c3" target="_blank">Free File Hosting Made Simple - MediaFire</a><br />
<br />
35 psds for your enjoyment.</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Fury</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/my-mediafire-61814.html</guid>
		</item>
		<item>
			<title><![CDATA[bones' 2nd resource pack]]></title>
			<link>http://www.wiipals.net/Forum/f53/bones-2nd-resource-pack-61762.html</link>
			<pubDate>Sat, 18 Jul 2009 20:22:26 GMT</pubDate>
			<description>Image: http://i39.photobucket.com/albums/e185/1bone_1/previewcopy.png  (http://www.megaupload.com/?d=Z04N1P5B) 
 
click preview for to download...</description>
			<content:encoded><![CDATA[<div><a href="http://www.megaupload.com/?d=Z04N1P5B" target="_blank"><img src="http://i39.photobucket.com/albums/e185/1bone_1/previewcopy.png" border="0" alt="" /></a><br />
<br />
click preview for to download<br />
includes 9 abstract c4ds, 21 effect c4ds, 8 wireframes<br />
5 psds, 5 xcfs<br />
10 renders, and 17 stocks<br />
so enjoy and remember <u>i do not claim to have made any of these besides teh psds and xcf files the rest of teh resources are from other packs</u></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Bones</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/bones-2nd-resource-pack-61762.html</guid>
		</item>
		<item>
			<title><![CDATA[Skreamo's Tutorial Graveyard]]></title>
			<link>http://www.wiipals.net/Forum/f53/skreamos-tutorial-graveyard-61746.html</link>
			<pubDate>Sat, 18 Jul 2009 09:25:26 GMT</pubDate>
			<description><![CDATA[Image: http://i204.photobucket.com/albums/bb17/skreamokid/TutorialGraveyard.png  
 
*_Tag Tutorials_* 
 
[Leon Kennedy] 
Image:...]]></description>
			<content:encoded><![CDATA[<div><div align="center"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/TutorialGraveyard.png" border="0" alt="" /><br />
<br />
<b><u>Tag Tutorials</u></b><br />
<br />
[Leon Kennedy]<br />
<a href="http://img15.imageshack.us/img15/386/leonkennedytutorial.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/LeonKennedy.png" border="0" alt="" /></a><br />
<br />
[Hit The Lights]<br />
<a href="http://img14.imageshack.us/img14/7375/hitthelightstutorial.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/HitTheLights.png" border="0" alt="" /></a><br />
<br />
[Keyblade Hero]<br />
<a href="http://img32.imageshack.us/img32/4493/keybladeherotutorial.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/KeybladeHero.png" border="0" alt="" /></a><br />
<br />
[Anime Tag]<br />
<a href="http://img179.imageshack.us/img179/585/animetagtut.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/AnimeTag.png" border="0" alt="" /></a><br />
<br />
[Death Note Stock Tag]<br />
<a href="http://img16.imageshack.us/img16/375/stocktagtut.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/StockTag.png" border="0" alt="" /></a><br />
<br />
[Dead Chick Tag]<br />
<a href="http://img189.imageshack.us/img189/5386/deadchicktut.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/DeadTag-1.png" border="0" alt="" /></a><br />
<br />
[Dave Mustaine Tag]<br />
<a href="http://img338.imageshack.us/img338/5595/mustainetagtut.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/Mustaine.png" border="0" alt="" /></a><br />
<br />
[Abstract Tag]<br />
<a href="http://img228.imageshack.us/img228/8691/abstracttut.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/Abstract.png" border="0" alt="" /></a><br />
<br />
[FullMetal Tag]<br />
<a href="http://img263.imageshack.us/img263/5964/thunderedwardtut.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/ThunderEdward-1.png" border="0" alt="" /></a><br />
<br />
<b>Other Tutorials</b><br />
<br />
[Pentooling]<br />
<a href="http://img196.imageshack.us/img196/5636/pentoolingtutorial.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/PentoolTutTag.png" border="0" alt="" /></a><br />
<br />
[3D Text]<br />
<a href="http://img29.imageshack.us/img29/5324/3dtexttut.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/3DTextTutTag.png" border="0" alt="" /></a><br />
<br />
<br />
Click Previews For Tuts. :]<br />
Will Update whenever I have something new for ya. ;D<br />
If you want something Tutted, ask me in this thread. :]<br />
<br />
Post outcomes too!</div></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Skreamo</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/skreamos-tutorial-graveyard-61746.html</guid>
		</item>
		<item>
			<title>Dead Chick Tag Tut</title>
			<link>http://www.wiipals.net/Forum/f53/dead-chick-tag-tut-61641.html</link>
			<pubDate>Thu, 16 Jul 2009 00:27:23 GMT</pubDate>
			<description>I got bored, so I made a tut ._. 
 
Image: http://i204.photobucket.com/albums/bb17/skreamokid/DeadTag.png ...</description>
			<content:encoded><![CDATA[<div>I got bored, so I made a tut ._.<br />
<br />
<a href="http://img189.imageshack.us/img189/5386/deadchicktut.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/DeadTag.png" border="0" alt="" /></a><br />
Click Tag for Tut<br />
<br />
Enjoy! :D</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Skreamo</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/dead-chick-tag-tut-61641.html</guid>
		</item>
		<item>
			<title>Death Note Stock Tag Tut</title>
			<link>http://www.wiipals.net/Forum/f53/death-note-stock-tag-tut-61488.html</link>
			<pubDate>Sun, 12 Jul 2009 23:45:44 GMT</pubDate>
			<description>http://img16.imageshack.us/img16/375/stocktagtut.png 
Enjoy and post outcomes!</description>
			<content:encoded><![CDATA[<div><a href="http://img16.imageshack.us/img16/375/stocktagtut.png" target="_blank">http://img16.imageshack.us/img16/375/stocktagtut.png</a><br />
Enjoy and post outcomes!</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Skreamo</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/death-note-stock-tag-tut-61488.html</guid>
		</item>
		<item>
			<title><![CDATA[Fury's Smudge Tutorial]]></title>
			<link>http://www.wiipals.net/Forum/f53/furys-smudge-tutorial-60457.html</link>
			<pubDate>Mon, 22 Jun 2009 03:41:58 GMT</pubDate>
			<description>Furious Tutorial 4: Smudging by ~Frozenfuryblade on deviantART (http://frozenfuryblade.deviantart.com/art/Furious-Tutorial-4-Smudging-126779527) 
 
A...</description>
			<content:encoded><![CDATA[<div><a href="http://frozenfuryblade.deviantart.com/art/Furious-Tutorial-4-Smudging-126779527" target="_blank">Furious Tutorial 4: Smudging by ~Frozenfuryblade on deviantART</a><br />
<br />
A smudge tut. just for you guys<br />
<br />
+ FC, DeviantArt, SixPop, DreamEvilConcepts, and planetrenders. But thats close enough right?</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Fury</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/furys-smudge-tutorial-60457.html</guid>
		</item>
		<item>
			<title>PhotoShop Pentooling Tutorial</title>
			<link>http://www.wiipals.net/Forum/f53/photoshop-pentooling-tutorial-59859.html</link>
			<pubDate>Mon, 08 Jun 2009 16:04:56 GMT</pubDate>
			<description><![CDATA[I know this isn't hard at all but some people still don't know how, so I made a tutorial for it. 
 
Tut:...]]></description>
			<content:encoded><![CDATA[<div>I know this isn't hard at all but some people still don't know how, so I made a tutorial for it.<br />
<br />
Tut: <a href="http://img196.imageshack.us/img196/5636/pentoolingtutorial.png" target="_blank">http://img196.imageshack.us/img196/5...ngtutorial.png</a></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Skreamo</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/photoshop-pentooling-tutorial-59859.html</guid>
		</item>
		<item>
			<title>Hiphops 2nd Resource pack</title>
			<link>http://www.wiipals.net/Forum/f53/hiphops-2nd-resource-pack-59481.html</link>
			<pubDate>Sun, 31 May 2009 23:08:25 GMT</pubDate>
			<description><![CDATA[*Hiphops 2nd Psd pack* 
My resource pack contains 
36+ stocks 
30+ c4d's and wireframes 
18+ renders 
11 Psd's such as 
Image:...]]></description>
			<content:encoded><![CDATA[<div><div align="center"><b><i>Hiphops 2nd Psd pack</i></b><br />
<i>My resource pack contains<br />
36+ stocks<br />
30+ c4d's and wireframes<br />
18+ renders<br />
11 Psd's such as<br />
<img src="http://i677.photobucket.com/albums/vv135/IamTehRadio/hiyoricopy-5.png" border="0" alt="" /><br />
<br />
<img src="http://i677.photobucket.com/albums/vv135/IamTehRadio/nelcopy-1.png" border="0" alt="" /><br />
<br />
<img src="http://i677.photobucket.com/albums/vv135/IamTehRadio/sabercopy.png" border="0" alt="" /><br />
<br />
<img src="http://i677.photobucket.com/albums/vv135/IamTehRadio/lukegiftcopy.png" border="0" alt="" /><br />
<br />
<img src="http://i677.photobucket.com/albums/vv135/IamTehRadio/straycopy.png" border="0" alt="" /></i><br />
<br />
<i><b>SO CLICK <a href="http://www.megaupload.com/?d=ZN5NL667" target="_blank">HERE</a> NOW!!!<br />
</b></i></div></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>hiphop</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/hiphops-2nd-resource-pack-59481.html</guid>
		</item>
		<item>
			<title><![CDATA[Leon Kennedy Signature Tutorial :]]]></title>
			<link>http://www.wiipals.net/Forum/f53/leon-kennedy-signature-tutorial-59375.html</link>
			<pubDate>Fri, 29 May 2009 14:38:14 GMT</pubDate>
			<description><![CDATA[Hey everyone :] This tut will show you how to make this 
 
Image: http://i204.photobucket.com/albums/bb17/skreamokid/LeonKennedy.png ...]]></description>
			<content:encoded><![CDATA[<div>Hey everyone :] This tut will show you how to make this<br />
<br />
<a href="http://img15.imageshack.us/img15/386/leonkennedytutorial.png" target="_blank"><img src="http://i204.photobucket.com/albums/bb17/skreamokid/LeonKennedy.png" border="0" alt="" /></a><br />
<br />
Click Siggeh for Tut<br />
It's fast and easy :D<br />
Post outcomes! :3</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Skreamo</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/leon-kennedy-signature-tutorial-59375.html</guid>
		</item>
		<item>
			<title>can sum1 teach me or show a Tut Explaining C4ds</title>
			<link>http://www.wiipals.net/Forum/f53/can-sum1-teach-me-or-show-a-tut-explaining-c4ds-59067.html</link>
			<pubDate>Fri, 22 May 2009 22:02:48 GMT</pubDate>
			<description>Im really COnfused about C4ds I use gimp i can render and all but c4ds confuzzel meh so pz help...:awesome:</description>
			<content:encoded><![CDATA[<div>Im really COnfused about C4ds I use gimp i can render and all but c4ds confuzzel meh so pz help...:awesome:</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Chao~Chao</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/can-sum1-teach-me-or-show-a-tut-explaining-c4ds-59067.html</guid>
		</item>
		<item>
			<title>Kakashi Tag tut</title>
			<link>http://www.wiipals.net/Forum/f53/kakashi-tag-tut-58583.html</link>
			<pubDate>Mon, 11 May 2009 20:39:15 GMT</pubDate>
			<description><![CDATA[[img]http://img219.imageshack.us/img219/453/kaka************************agtutcopy.png[/img] 
 
 
Enjoy my new tut 
...]]></description>
			<content:encoded><![CDATA[<div>[img]http://img219.imageshack.us/img219/453/kaka************************agtutcopy.png[/img]<br />
<br />
<br />
Enjoy my new tut<br />
<br />
<a href="http://img219.imageshack.us/img219/453/kaka************************agtutcopy.png" target="_blank">http://img219.imageshack.us/img219/4...tagtutcopy.png</a></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Light</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/kakashi-tag-tut-58583.html</guid>
		</item>
		<item>
			<title><![CDATA[Over 100 C4D's!]]></title>
			<link>http://www.wiipals.net/Forum/f53/over-100-c4ds-58437.html</link>
			<pubDate>Fri, 08 May 2009 04:52:02 GMT</pubDate>
			<description>Just found my resources I submitted to the FC forums and I am sharing the wealth with all of you: 
 
RapidShare: Easy Filehosting...</description>
			<content:encoded><![CDATA[<div>Just found my resources I submitted to the FC forums and I am sharing the wealth with all of you:<br />
<br />
<a href="http://rapidshare.com/files/71612554/All_C4D_s.zip" target="_blank">RapidShare: Easy Filehosting</a><br />
<br />
I think the majority of it is Effect and Abstract. No wireframes or anything like that.<br />
oh and watch out it's a big file. i think it's around 60 mb ;o<br />
<br />
not nearly as big as c.Hood's though LOL.</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>brandonn</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/over-100-c4ds-58437.html</guid>
		</item>
		<item>
			<title>Tapes psdz</title>
			<link>http://www.wiipals.net/Forum/f53/tapes-psdz-58304.html</link>
			<pubDate>Tue, 05 May 2009 21:54:39 GMT</pubDate>
			<description>Image: http://i195.photobucket.com/albums/z302/tapeGFX/TAGz/color_naruto.png  
Image: http://i195.photobucket.com/albums/z302/tapeGFX/TAGz/manga.png ...</description>
			<content:encoded><![CDATA[<div><img src="http://i195.photobucket.com/albums/z302/tapeGFX/TAGz/color_naruto.png" border="0" alt="" /><br />
<img src="http://i195.photobucket.com/albums/z302/tapeGFX/TAGz/manga.png" border="0" alt="" /><br />
<img src="http://i195.photobucket.com/albums/z302/tapeGFX/TAGz/dontlooktherebitch2.png" border="0" alt="" /><br />
 <br />
Examples in set+ lots lots more available<br />
 <br />
<a href="http://www.mediafire.com/download.php?mfmweiynnqh" target="_blank">Link</a><br />
 <br />
Dont rip as i bought for pr not fr</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Light</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/tapes-psdz-58304.html</guid>
		</item>
		<item>
			<title>c.Hood Resource Pack! Download Now!</title>
			<link>http://www.wiipals.net/Forum/f53/c-hood-resource-pack-download-now-58172.html</link>
			<pubDate>Sun, 03 May 2009 08:20:51 GMT</pubDate>
			<description>Decided to release a resource pack to Wiipals. :) 
 
Pack includes numerous stocks, c4ds of all kinds, renders, psds by me and a lot more. 
 
This...</description>
			<content:encoded><![CDATA[<div>Decided to release a resource pack to Wiipals. :)<br />
<br />
Pack includes numerous stocks, c4ds of all kinds, renders, psds by me and a lot more.<br />
<br />
This stuff has been <i>months</i> of me collecting resources from all over the web. Now, all you have to do is download it and all my hard work is done for you. &lt;3 Not only do I include many types of resources, I have short manuals written on how to use them as well inside the pack!<br />
<br />
<font color="Red">In order to use this pack you must have WinRar (or some other file extracting program), which is free to use and very easy to get. If you need help with getting WinRar so you are able to use this awesome pack PM me please!</font><br />
<br />
Download link is under preview.<br />
<br />
<img src="http://i93.photobucket.com/albums/l51/gerrylolly/hoodresourcepaclcopy.png" border="0" alt="" /><br />
<br />
(Pack is in RAR file format! Must have WinRar to open it! Or some other unzipping software that can extract RAR files!)<br />
<a href="http://www.megaupload.com/?d=IZM9KU7E" target="_blank">MEGAUPLOAD - The leading online storage and file delivery service</a><br />
<br />
It's very large 150 MB, but there are enough resources in here to last you MONTHS. Very very very much worth the wait for the download.<br />
<br />
<font size="1">Would be awesome if you post that you downloaded. :D</font></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>c.Hood</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/c-hood-resource-pack-download-now-58172.html</guid>
		</item>
		<item>
			<title>Font Pack Selection</title>
			<link>http://www.wiipals.net/Forum/f53/font-pack-selection-57819.html</link>
			<pubDate>Sat, 25 Apr 2009 20:30:52 GMT</pubDate>
			<description>Instead of a motherload of fonts here a decent collection of 56 usefull fonts: 
 
DOWNLOAD...</description>
			<content:encoded><![CDATA[<div>Instead of a motherload of fonts here a decent collection of 56 usefull fonts:<br />
<br />
<a href="http://alpine.brainkiller.be/Resources/fonts_selectedby_delta-visions.com.rar" target="_blank">DOWNLOAD</a><br />
<br />
Now also available in ZIP format<br />
<a href="http://alpine.brainkiller.be/Resources/fonts_selectedby_delta-visions.com.zip" target="_blank">DOWNLOAD</a><br />
<br />
Enjoy...</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Senthrax</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/font-pack-selection-57819.html</guid>
		</item>
		<item>
			<title><![CDATA[Sprite & sprite background Pack]]></title>
			<link>http://www.wiipals.net/Forum/f53/sprite-and-sprite-background-pack-57818.html</link>
			<pubDate>Sat, 25 Apr 2009 20:27:57 GMT</pubDate>
			<description>Massive sprite pack containing LOTS of sprites and sprite sheets to use in your sigs. 
DOWNLOAD...</description>
			<content:encoded><![CDATA[<div>Massive sprite pack containing LOTS of sprites and sprite sheets to use in your sigs.<br />
<a href="http://alpine.brainkiller.be/Resources/sprites_collectedby_delta-visions.com.rar" target="_blank">DOWNLOAD</a><br />
<br />
Small pack with sprite backgrounds.<br />
<a href="http://alpine.brainkiller.be/Resources/spritebgs_collectedby_delta-visions.com.rar" target="_blank">DOWNLOAD</a><br />
<br />
&gt;&gt; Direct downloads<br />
<br />
don't have previews sorry.<br />
<br />
EnjoY...</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Senthrax</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/sprite-and-sprite-background-pack-57818.html</guid>
		</item>
		<item>
			<title>Marvell Render Pack</title>
			<link>http://www.wiipals.net/Forum/f53/marvell-render-pack-57817.html</link>
			<pubDate>Sat, 25 Apr 2009 20:25:53 GMT</pubDate>
			<description>A renderpack with a lot of renders I have *collected* from the marvell comics. 
 
Preview: 
http://alpine.brainkiller.be/Renders/m...ack_preview.jpg...</description>
			<content:encoded><![CDATA[<div>A renderpack with a lot of renders I have <b>collected</b> from the marvell comics.<br />
<br />
Preview:<br />
<a href="http://alpine.brainkiller.be/Renders/marvell_pack_preview.jpg" target="_blank">http://alpine.brainkiller.be/Renders/m...ack_preview.jpg</a><br />
<br />
DOWNLOAD:<br />
<a href="http://alpine.brainkiller.be/Renders/Marvel_render_pack_by_delta-visions.rar" target="_blank">http://alpine.brainkiller.be/Renders/M...lta-visions.rar</a><br />
<br />
EnjoY</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Senthrax</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/marvell-render-pack-57817.html</guid>
		</item>
		<item>
			<title>~ Full Signature Tutorial by Senthrax ~, Very detailed tut covering many importa</title>
			<link>http://www.wiipals.net/Forum/f53/full-signature-tutorial-by-senthrax-very-detailed-tut-covering-many-importa-57805.html</link>
			<pubDate>Sat, 25 Apr 2009 12:55:31 GMT</pubDate>
			<description>Hope you enjoy :) 
 
Image: http://alpine.brainkiller.be/Resources/Fullsigtut_techniques.png ...</description>
			<content:encoded><![CDATA[<div>Hope you enjoy :)<br />
<br />
<a href="http://alpine.brainkiller.be/Resources/Fullsigtut_techniques.png" target="_blank"><img src="http://alpine.brainkiller.be/Resources/Fullsigtut_techniques.png" border="0" alt="" /></a><br />
<br />
<br />
<b>Mirror » <a href="http://senthrax.deviantart.com/art/Full-Signature-Tutorial-55042010" target="_blank">http://senthrax.deviantart.com/art/Full-Si...torial-55042010</a></b></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Senthrax</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/full-signature-tutorial-by-senthrax-very-detailed-tut-covering-many-importa-57805.html</guid>
		</item>
		<item>
			<title><![CDATA[FF's hut of "unprofessional and wannabee" tutorials]]></title>
			<link>http://www.wiipals.net/Forum/f53/ffs-hut-of-unprofessional-and-wannabee-tutorials-56730.html</link>
			<pubDate>Sun, 05 Apr 2009 01:47:56 GMT</pubDate>
			<description><![CDATA[*FF's Tutorial Hut:* 
*banner coming in the not so near future cuz I'm lazy lol* 
 
 
First things first, call me ff. Everyone always does/did, so...]]></description>
			<content:encoded><![CDATA[<div><div align="center"><b><font size="6">FF's Tutorial Hut:</font></b><br />
<i><font size="1">*banner coming in the not so near future cuz I'm lazy lol*</font></i><br />
</div><br />
First things first, call me ff. Everyone always does/did, so I've gotten used to it. Takes too long to type ffadicted anyway tbh.<br />
<br />
Second of all, welcome to my tutorial hut.  Below you'll find some tutorials that I made in the past.  A couple of these are older ones (mainly the first 3) so the outcomes may not be that great, but I still think they can help some people out with some techniques, and I'm sh<br />
aring them with you guys.<br />
<br />
All my work can be found on my <a href="http://ffadicted.deviantart.com/" target="_blank">deviantArt profile</a>, so do pay a visit if you can.  I hope you guys enjoy it, and results/feedback/comments are always appreciated!<br />
<br />
Thanks<br />
<br />
<div align="center">=======================<br />
<font size="4"><b>Tutorial Listing:</b></font><br />
=======================<br />
<font size="4"><font color="Navy"><b>-- Pit C4D Tag Tutorial --</b></font></font><br />
 <b>Difficulty:</b> Easy   <b>Lenght:</b> Long <b> Outcome:</b> Fair<br />
<br />
<a href="http://ffadicted.deviantart.com/art/Pit-C4D-Tag-Tutorial-105185112" target="_blank"><img src="http://i47.photobucket.com/albums/f185/RafaelZ/Pit.jpg" border="0" alt="" /></a><br />
_________________________________________________________<br />
 <br />
 <font size="4"><font color="RoyalBlue"><b>-- Beauty Tag Tutorial --</b></font></font><br />
 <b>Difficulty:</b> Medium-Easy<b>  Lenght:</b>  Medium-Long   <b>Outcome:</b> Good<br />
<br />
<a href="http://ffadicted.deviantart.com/art/Beauty-Tag-Tutorial-105185663" target="_blank"><img src="http://i47.photobucket.com/albums/f185/RafaelZ/beauty.jpg" border="0" alt="" /></a><br />
_________________________________________________________<br />
 <br />
 <font size="4"><font color="Orange"><b>-- Zelda Tag Tutorial --</b></font></font><br />
 <b>Difficulty:</b> Medium-Easy<b>  Length:</b>  Medium   <b>Outcome:</b> Great<br />
<br />
<a href="http://ffadicted.deviantart.com/art/Zelda-Tag-Tutorial-105185594" target="_blank"><img src="http://i47.photobucket.com/albums/f185/RafaelZ/zelda.jpg" border="0" alt="" /></a><br />
_________________________________________________________<br />
 <br />
 <font size="4"><font color="DarkRed"><b>-- Mini Mario Tag Tutorial --</b></font></font><br />
 <b>Difficulty:</b> Medium  <b>Lenght: </b>Medium-Short  <b>Outcome:</b> Great<br />
<br />
<a href="http://ffadicted.deviantart.com/art/Mini-Mario-Tag-Tutorial-Pro-105185954" target="_blank"><img src="http://i47.photobucket.com/albums/f185/RafaelZ/MarioSig.png" border="0" alt="" /></a><br />
_________________________________________________________<br />
 <br />
 <font size="4"><font color="Red"><b>-- Flaming Sprite Tag Tutorial --</b></font></font><br />
 <b>Difficulty:</b> Medium  <b>Lenght:</b> Medium   <b>Outcome:</b> Great<br />
<br />
<a href="http://ffadicted.deviantart.com/art/Flame-Sprite-Tag-Tutorial-Pro-105186122" target="_blank"><img src="http://i47.photobucket.com/albums/f185/RafaelZ/FlamingSprite.png" border="0" alt="" /></a><br />
_________________________________________________________<br />
<br />
<font size="4"><font color="Sienna"><b>-- Eternal Light Tag Tutorial --</b></font></font><br />
<b>Difficulty:</b> Medium-High <b>Lenght:</b> Long   <b>Outcome:</b> Excellent<br />
<br />
<a href="http://ffadicted.deviantart.com/art/Eternal-Light-Tag-Tutorial-Pro-105186254" target="_blank"><img src="http://i47.photobucket.com/albums/f185/RafaelZ/ClippingMasks-2.png" border="0" alt="" /></a><br />
_________________________________________________________<br />
<br />
<font size="4"><font color="DarkRed"><b>-- Gaara Tag Tutorial --</b></font></font><br />
<b>Difficulty:</b> Medium-High <b>Lenght: </b>Medium-Long   <b>Outcome:</b> Excellent<br />
<br />
<a href="http://ffadicted.deviantart.com/art/Gaara-Tag-Tutorial-Pro-105186458" target="_blank"><img src="http://i47.photobucket.com/albums/f185/RafaelZ/Gaara.png" border="0" alt="" /></a><br />
<br />
_________________________________________________________<br />
<br />
<br />
<div align="left">Well that's it for me!  Again, comments and outcomes are greatly appreciated and very welcome :D  You can also post here if you have any questions or anything.  Enjoy!<br />
</div><br />
</div></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>ffadicted</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/ffs-hut-of-unprofessional-and-wannabee-tutorials-56730.html</guid>
		</item>
		<item>
			<title>Urahara Smex Smudge tutorial</title>
			<link>http://www.wiipals.net/Forum/f53/urahara-smex-smudge-tutorial-56601.html</link>
			<pubDate>Thu, 02 Apr 2009 17:46:39 GMT</pubDate>
			<description>I own fr to the psd and to the tutorial 
Tutorial written and psd made by: Belphgor 
 
For psd sned 100 pr to me and ask for this tuts psd (i know...</description>
			<content:encoded><![CDATA[<div>I own fr to the psd and to the tutorial<br />
Tutorial written and psd made by: Belphgor<br />
<br />
For psd sned 100 pr to me and ask for this tuts psd (i know its in free but the psd costs ;)   for lr )<br />
<br />
<br />
<img src="http://img228.imageshack.us/img228/7753/belphgorssmudgetutorial.jpg" border="0" alt="" /><br />
<br />
<br />
<br />
<br />
<a href="http://img228.imageshack.us/img228/7753/belphgorssmudgetutorial.jpg" target="_blank">Link</a></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Light</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/urahara-smex-smudge-tutorial-56601.html</guid>
		</item>
		<item>
			<title>halo dOuBlEs</title>
			<link>http://www.wiipals.net/Forum/f53/halo-doubles-56522.html</link>
			<pubDate>Tue, 31 Mar 2009 21:02:51 GMT</pubDate>
			<description>This is just one of my many tuts, if you like it, i got lots more.  But the rest of my tuts are GFX Heaven exclusive.  For a complete list of my...</description>
			<content:encoded><![CDATA[<div><div align="center">This is just one of my many tuts, if you like it, i got lots more.  But the rest of my tuts are GFX Heaven exclusive.  For a complete list of my tutorials, visit this link.  <a href="http://www.gfxheaven.net" target="_blank">GFX Heaven</a><br />
<br />
Post your results here, AND DON'T RIP, if you rip, ill send fury after you with his ban hammer<br />
<br />
<a href="http://fc97.deviantart.com/fs45/f/2009/083/b/a/GH_Halo_DoUbLeS_by_MANIAC15.png" target="_blank">CLICK HERE FOR THE TUT</a><br />
</div><br />
EDIT: looks like this site has a automatic re sizer, so ill jsut post the link to it</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>MANIAC</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/halo-doubles-56522.html</guid>
		</item>
		<item>
			<title>MY buddy PSD</title>
			<link>http://www.wiipals.net/Forum/f53/my-buddy-psd-55766.html</link>
			<pubDate>Wed, 18 Mar 2009 12:27:33 GMT</pubDate>
			<description><![CDATA[Here is a free PSd to ya'll  
*Do not post this link ANYWHERE* 
and it's learning rights only so here :D 
LINK: my buddy.psd...]]></description>
			<content:encoded><![CDATA[<div>Here is a free PSd to ya'll <br />
<b><i>Do not post this link ANYWHERE</i></b><br />
and it's learning rights only so here :D<br />
LINK: <a href="http://www.mediafire.com/download.php?himjmlzwoma" target="_blank">my buddy.psd</a><br />
TAG:<img src="http://i677.photobucket.com/albums/vv135/IamTehRadio/mybuddycopy.png" border="0" alt="" /></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>hiphop</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/my-buddy-psd-55766.html</guid>
		</item>
		<item>
			<title>Free .psd</title>
			<link>http://www.wiipals.net/Forum/f53/free-psd-55736.html</link>
			<pubDate>Tue, 17 Mar 2009 23:43:47 GMT</pubDate>
			<description>I sold this on PR and I thought it might help out some of you guys. 
 
Image: http://i298.photobucket.com/albums/mm275/MiiPicturezzz/kjhlk2.png  
...</description>
			<content:encoded><![CDATA[<div><div align="center">I sold this on PR and I thought it might help out some of you guys.<br />
<br />
<img src="http://i298.photobucket.com/albums/mm275/MiiPicturezzz/kjhlk2.png" border="0" alt="" /><br />
<br />
<a href="http://www.mediafire.com/download.php?nqnc1miojmt" target="_blank">Linky</a><br />
<br />
GIMP can open .psds too. LR [learning rights] ONLY.<br />
<br />
Seeing this anywhere on the internet that does not give me credits, is ripping.<br />
<br />
<img src="http://i283.photobucket.com/albums/kk285/zgraphix/requests/preventrippingsmokey.png" border="0" alt="" /><br />
<br />
You can post it anywhere except PR as long as you link back to here.</div></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Devil</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/free-psd-55736.html</guid>
		</item>
		<item>
			<title>Collase within color</title>
			<link>http://www.wiipals.net/Forum/f53/collase-within-color-54796.html</link>
			<pubDate>Mon, 02 Mar 2009 00:21:58 GMT</pubDate>
			<description>Uh im to lazy to make a tut so here is a Free PSD for NW YAY!!! 
 
TAG: Image: http://i677.photobucket.com/albums/vv135/IamTehRadio/collapes-2.png  
...</description>
			<content:encoded><![CDATA[<div>Uh im to lazy to make a tut so here is a Free PSD for NW YAY!!!<br />
<br />
TAG: <img src="http://i677.photobucket.com/albums/vv135/IamTehRadio/collapes-2.png" border="0" alt="" /><br />
<br />
PSD: <a href="http://www.megaupload.com/?d=AL01DD80" target="_blank">http://www.megaupload.com/?d=AL01DD80</a><br />
<br />
labeled and all enjoy :cool:</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>hiphop</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/collase-within-color-54796.html</guid>
		</item>
		<item>
			<title>Paramore stock pack</title>
			<link>http://www.wiipals.net/Forum/f53/paramore-stock-pack-54058.html</link>
			<pubDate>Thu, 19 Feb 2009 00:05:00 GMT</pubDate>
			<description>You Like Paramore ? 
 
Here is a giant stock pack donations appreciated :) 
 
 
Image: http://i44.tinypic.com/34t1mbm.png  
 
 
 
Link to the pack:</description>
			<content:encoded><![CDATA[<div><div align="center">You Like Paramore ?<br />
<br />
Here is a giant stock pack donations appreciated :)<br />
<br />
<br />
<img src="http://i44.tinypic.com/34t1mbm.png" border="0" alt="" /><br />
</div><br />
<br />
Link to the pack:<br />
<br />
<a href="http://www.2shared.com/file/4909428/be44471a/Paramore_Mega_Stockage.html" target="_blank">Link</a></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Light</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/paramore-stock-pack-54058.html</guid>
		</item>
		<item>
			<title><![CDATA[Angelstar and NekoKitteh's Tutorials!]]></title>
			<link>http://www.wiipals.net/Forum/f53/angelstar-and-nekokittehs-tutorials-53830.html</link>
			<pubDate>Sun, 15 Feb 2009 23:48:54 GMT</pubDate>
			<description><![CDATA[Image: http://i368.photobucket.com/albums/oo127/AnimeKitteh_2008/Logo.png  
 
Hello and Welcome to Angelstar and NekoKitteh's Tutorials. 
In our...]]></description>
			<content:encoded><![CDATA[<div><div align="center"><img src="http://i368.photobucket.com/albums/oo127/AnimeKitteh_2008/Logo.png" border="0" alt="" /><br />
<br />
<font color="Pink">Hello and Welcome to Angelstar and NekoKitteh's Tutorials.<br />
In our Header, it does say Paint.net, which is what the both of us use.<br />
These tutorials should work for Photoshop as well though.<br />
We don't know cos well, we don't use them!<br />
<br />
<i>Header was Blended by NekoKitteh, using one of Angelstar's Signatures and one of her own.</i><br />
<br />
<i>Also note, that Arwen is NekoKitteh</i><br />
<br />
We will post tutorials as often as we both can.<br />
And if you have any GFX Software, and are tyring our tutorials, then feel welcome to post your out comes!<br />
<br />
^_^</font><br />
<br />
<br />
<br />
</div></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>NekoKitteh</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/angelstar-and-nekokittehs-tutorials-53830.html</guid>
		</item>
		<item>
			<title>can anyone help...?!?!</title>
			<link>http://www.wiipals.net/Forum/f53/can-anyone-help-53090.html</link>
			<pubDate>Thu, 05 Feb 2009 22:03:25 GMT</pubDate>
			<description>can anyone please help me with a problem?!?!?!? 
 
OK...i want to make a sig that is 475x175.....i have a picture that i want in the background, but...</description>
			<content:encoded><![CDATA[<div>can anyone please help me with a problem?!?!?!?<br />
<br />
OK...i want to make a sig that is 475x175.....i have a picture that i want in the background, but whatever i do, i can't fit the image to be the size on the layer(475x175)<br />
<br />
can anyone help?1!?!?! :smilie_koopa:</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Keeper</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/can-anyone-help-53090.html</guid>
		</item>
		<item>
			<title><![CDATA[Asshat's creed.]]></title>
			<link>http://www.wiipals.net/Forum/f53/asshats-creed-52943.html</link>
			<pubDate>Tue, 03 Feb 2009 09:05:05 GMT</pubDate>
			<description>Can be found... 
http://planetrenders.net/forums/index.php?showtopic=212192 
 
There. 
Hehe.</description>
			<content:encoded><![CDATA[<div>Can be found...<br />
<a href="http://planetrenders.net/forums/index.php?showtopic=212192" target="_blank">http://planetrenders.net/forums/inde...owtopic=212192</a><br />
<br />
There.<br />
Hehe.</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>DrinkDog</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/asshats-creed-52943.html</guid>
		</item>
		<item>
			<title>Strength through unity.</title>
			<link>http://www.wiipals.net/Forum/f53/strength-through-unity-52640.html</link>
			<pubDate>Thu, 29 Jan 2009 21:55:21 GMT</pubDate>
			<description>Image: http://img140.imageshack.us/img140/9679/sigtutci5.png</description>
			<content:encoded><![CDATA[<div><img src="http://img140.imageshack.us/img140/9679/sigtutci5.png" border="0" alt="" /></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>DrinkDog</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/strength-through-unity-52640.html</guid>
		</item>
		<item>
			<title>Looking to tut a sig.</title>
			<link>http://www.wiipals.net/Forum/f53/looking-to-tut-a-sig-52570.html</link>
			<pubDate>Wed, 28 Jan 2009 17:56:59 GMT</pubDate>
			<description>Go in my gallery, pull up any sig, and I wil tut, and sell it. 
And NW gets it free. 
 
That simple.</description>
			<content:encoded><![CDATA[<div>Go in my gallery, pull up any sig, and I wil tut, and sell it.<br />
And NW gets it free.<br />
<br />
That simple.</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>DrinkDog</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/looking-to-tut-a-sig-52570.html</guid>
		</item>
		<item>
			<title>Assains Creed C4d Tut</title>
			<link>http://www.wiipals.net/Forum/f53/assains-creed-c4d-tut-52080.html</link>
			<pubDate>Wed, 21 Jan 2009 20:08:57 GMT</pubDate>
			<description>I bought posting rites to share here this nice tut :Smilie_v2_Donkey_Ko 
 
click sig for tut 
 
Image: http://i43.tinypic.com/dwz77c.png ...</description>
			<content:encoded><![CDATA[<div>I bought posting rites to share here this nice tut :Smilie_v2_Donkey_Ko<br />
<br />
click sig for tut<br />
<br />
<a href="http://dump.stoleyour.net/uploads/d814c422bc.png" target="_blank"><img src="http://i43.tinypic.com/dwz77c.png" border="0" alt="" /></a></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Light</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/assains-creed-c4d-tut-52080.html</guid>
		</item>
		<item>
			<title>.Gif</title>
			<link>http://www.wiipals.net/Forum/f53/gif-51177.html</link>
			<pubDate>Sat, 10 Jan 2009 00:40:54 GMT</pubDate>
			<description><![CDATA[I like need help. Does anyone know how to resize Gif's i need one resized anyone up for it?]]></description>
			<content:encoded><![CDATA[<div>I like need help. Does anyone know how to resize Gif's i need one resized anyone up for it?</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>hiphop</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/gif-51177.html</guid>
		</item>
		<item>
			<title>Waterfall tut (ps cs3)</title>
			<link>http://www.wiipals.net/Forum/f53/waterfall-tut-ps-cs3-50196.html</link>
			<pubDate>Mon, 29 Dec 2008 16:51:14 GMT</pubDate>
			<description>Tag owned by me so i made a tut it wasnt made by me if u dont belive me  ask Mr. Rxs on planetrenders i bought it their and i own full rites to it 
...</description>
			<content:encoded><![CDATA[<div>Tag owned by me so i made a tut it wasnt made by me if u dont belive me  ask Mr. Rxs on planetrenders i bought it their and i own full rites to it<br />
<br />
enjoy and post any outcomes i luv outcomez<br />
<br />
<img src="http://www.uploadsonline.com/images/kme1mob6kbzdygetms0.png" border="0" alt="" /><br />
<br />
<br />
<a href="http://www.uploadsonline.com/images/kme1mob6kbzdygetms0.png" target="_blank">http://www.uploadsonline.com/images/...bzdygetms0.png</a></div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Light</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/waterfall-tut-ps-cs3-50196.html</guid>
		</item>
		<item>
			<title>A reqeust!</title>
			<link>http://www.wiipals.net/Forum/f53/a-reqeust-49656.html</link>
			<pubDate>Tue, 23 Dec 2008 01:03:33 GMT</pubDate>
			<description><![CDATA[I'm making a sig and I'm a newbie at C4Ds. I need some sort of tutorial that helps me add them into a picture. I have a few selection but I just...]]></description>
			<content:encoded><![CDATA[<div>I'm making a sig and I'm a newbie at C4Ds. I need some sort of tutorial that helps me add them into a picture. I have a few selection but I just don't know how to add it to the picture just right. <br />
<br />
I use gimp but if the tutorial is Photoshop but explains it well enough for a gimp user to understand then I'll take that too ^^.</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Kyon</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/a-reqeust-49656.html</guid>
		</item>
		<item>
			<title>Vector Help?</title>
			<link>http://www.wiipals.net/Forum/f53/vector-help-49469.html</link>
			<pubDate>Sun, 21 Dec 2008 00:17:33 GMT</pubDate>
			<description><![CDATA[I have a picture that needs vectoring ;D  
 
I'm not very good at it but if you can do it please tell me :D]]></description>
			<content:encoded><![CDATA[<div>I have a picture that needs vectoring ;D <br />
<br />
I'm not very good at it but if you can do it please tell me :D</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Kyon</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/vector-help-49469.html</guid>
		</item>
		<item>
			<title>bluescasters on how to mae flames using GIMP2</title>
			<link>http://www.wiipals.net/Forum/f53/bluescasters-on-how-to-mae-flames-using-gimp2-49026.html</link>
			<pubDate>Sun, 14 Dec 2008 19:08:43 GMT</pubDate>
			<description>Image: http://i443.photobucket.com/albums/qq160/jthomas199/fire.jpg  
ok i m going to tell you how to make flames using GIMP2 ok firs open up GIMP...</description>
			<content:encoded><![CDATA[<div><img src="http://i443.photobucket.com/albums/qq160/jthomas199/fire.jpg" border="0" alt="" /><br />
ok i m going to tell you how to make flames using GIMP2 ok firs open up GIMP and then click new and then hit the size you want then click ok and then you will see a white page well hit the fill button the can of paint and get the color black and that will be the backround and the click on the pant brush and then get the color white and do to white lines then click the finger to smudge it and do the whol tow white lines and then when that is done look on the top of the computer screen and click color and then just do read as much as you can and green 30 and the blue -30 and then after that do that same thing because it makes it a little bit more fire.and that is how you do flames in GIMP</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Jake</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/bluescasters-on-how-to-mae-flames-using-gimp2-49026.html</guid>
		</item>
		<item>
			<title>A little help</title>
			<link>http://www.wiipals.net/Forum/f53/a-little-help-48959.html</link>
			<pubDate>Sat, 13 Dec 2008 22:58:07 GMT</pubDate>
			<description>I just downloaded Paint.net and i am having trouble making a sig can someone give me a tut to do this please?</description>
			<content:encoded><![CDATA[<div>I just downloaded Paint.net and i am having trouble making a sig can someone give me a tut to do this please?</div>

]]></content:encoded>
			<category domain="http://www.wiipals.net/Forum/f53/">Resources</category>
			<dc:creator>Angelstar</dc:creator>
			<guid isPermaLink="true">http://www.wiipals.net/Forum/f53/a-little-help-48959.html</guid>
		</item>
	</channel>
</rss>
