<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tutorial Results and More!</title>
	<atom:link href="http://www.prosperity21.net/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.prosperity21.net/wordpress</link>
	<description>Results and work arounds as a result from doing tutorials.</description>
	<lastBuildDate>Fri, 03 Jun 2011 00:29:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Spam tastic</title>
		<link>http://www.prosperity21.net/wordpress/?p=99</link>
		<comments>http://www.prosperity21.net/wordpress/?p=99#comments</comments>
		<pubDate>Fri, 03 Jun 2011 00:29:36 +0000</pubDate>
		<dc:creator>Scarlett Clark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.prosperity21.net/wordpress/?p=99</guid>
		<description><![CDATA[This site is pending a complete overhaul, tank you to the perhaps one non spammer that read my stuff. Anyway, comments are disabled because it had so much spam I couldn&#8217;t keep up.]]></description>
			<content:encoded><![CDATA[<p>This site is pending a complete overhaul, tank you to the perhaps one non spammer that read my stuff. Anyway, comments are disabled because it had so much spam I couldn&#8217;t keep up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prosperity21.net/wordpress/?feed=rss2&#038;p=99</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where am I?!?!?</title>
		<link>http://www.prosperity21.net/wordpress/?p=97</link>
		<comments>http://www.prosperity21.net/wordpress/?p=97#comments</comments>
		<pubDate>Thu, 14 Apr 2011 18:36:09 +0000</pubDate>
		<dc:creator>Scarlett Clark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.prosperity21.net/wordpress/?p=97</guid>
		<description><![CDATA[Sorry folks, with a frantic push to finish my degree I have not been able to do many tutorials, therefore my posts have stopped. I assure you that they will resume shortly, as I am down to two classes and then graduation!! Thank you for your patience!]]></description>
			<content:encoded><![CDATA[<p>Sorry folks, with a frantic push to finish my degree I have not been able to do many tutorials, therefore my posts have stopped. I assure you that they will resume shortly, as I am down to two classes and then graduation!!<br />
Thank you for your patience! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.prosperity21.net/wordpress/?feed=rss2&#038;p=97</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Server Troubleshooting: SFTP and sshd_config woes solved.</title>
		<link>http://www.prosperity21.net/wordpress/?p=94</link>
		<comments>http://www.prosperity21.net/wordpress/?p=94#comments</comments>
		<pubDate>Thu, 15 Jul 2010 16:47:05 +0000</pubDate>
		<dc:creator>Scarlett Clark</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[chattr]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[sshd_config]]></category>

		<guid isPermaLink="false">http://www.prosperity21.net/wordpress/?p=94</guid>
		<description><![CDATA[I use sftp to transfer files to my web server that are not part of the SVN. Today I kept getting Connection closed Exit code 127 in my filezilla ftp client. After a fruitless search on google I decided to look through the logs (what I should have done first). I found that it was [...]]]></description>
			<content:encoded><![CDATA[<p>I use sftp to transfer files to my web server that are not part of the SVN. Today I<br />
kept getting Connection closed Exit code 127 in my filezilla ftp client. After a fruitless search on<br />
google I decided to look through the logs (what I should have done first). I found that it was looking for my sftp-server in<br />
the wrong place. I needed to edit my /etc/ssh/sshd_config to change<br />
Subsystem       sftp    /usr/libexec/sftp-serve</p>
<p>to:</p>
<p>Subsystem       sftp    /usr/libexec/openssh/sftp-server</p>
<p>As it seems during an upgrade they moved it.</p>
<p>However, as root I could not write or move the file. Odd I thought.<br />
After some research I found out something new. A file can be set as &#8220;immutable&#8221; and &#8220;undeleteable&#8221;.<br />
These settings can be viewed with: </p>
<p>lsattr filename</p>
<p>These settings can be changed with:</p>
<p>chattr -iau filename</p>
<p>Use &#8220;-&#8221; to remove the flags and &#8220;+&#8221; to add the flags.</p>
<p>Once I removed the immutable, undeletable, atime flags from sshd_config I was able to edit the<br />
last line to show the correct path to sftp and I was back in business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prosperity21.net/wordpress/?feed=rss2&#038;p=94</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Server Troubleshooting: Awstats, Perl, and Apache.</title>
		<link>http://www.prosperity21.net/wordpress/?p=87</link>
		<comments>http://www.prosperity21.net/wordpress/?p=87#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:59:42 +0000</pubDate>
		<dc:creator>Scarlett Clark</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[apache configuration]]></category>
		<category><![CDATA[apache perl]]></category>
		<category><![CDATA[awstats configuration]]></category>

		<guid isPermaLink="false">http://www.prosperity21.net/wordpress/?p=87</guid>
		<description><![CDATA[I find that awstats is a great free tool to analyze my website stats. I have used it in the past with little hassle. However, my current set up did not seem to like anything but the manual creation of static html pages. Clearly this is not what I want! As it turned out, my [...]]]></description>
			<content:encoded><![CDATA[<p>I find that awstats is a great free tool to analyze my website stats. I have used it in the past with little hassle.<br />
However, my current set up did not seem to like anything but the manual creation of static html pages.<br />
Clearly this is not what I want! As it turned out, my apache web server was not properly processing the .pl perl scripts.<br />
mod_perl was installed correctly but following all of the instructions on setting up the ScriptAlias and AddHandler it still did not work!<br />
After a few pages into google search I finally stumbled on to what I needed to add to my httpd.conf </p>
<p>ScriptAlias /awstats/ &#8220;/path/to/awstats/&#8221;</p>
<p>&lt;directory &#8220;/path/to/awstats&#8221;&gt;<br />
       SetHandler perl-script<br />
       PerlResponseHandler ModPerl::Registry<br />
       PerlOptions +ParseHeaders<br />
       Options +ExecCGI<br />
&lt;/directory&gt;</p>
<p>This of course was not in the awstats manual. Perhaps I have a  But it was not until I added this that I got it to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prosperity21.net/wordpress/?feed=rss2&#038;p=87</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Results: Pen Tool Series of Tutorials. Part 1</title>
		<link>http://www.prosperity21.net/wordpress/?p=71</link>
		<comments>http://www.prosperity21.net/wordpress/?p=71#comments</comments>
		<pubDate>Mon, 12 Jul 2010 15:39:44 +0000</pubDate>
		<dc:creator>Scarlett Clark</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[photoshop - misc]]></category>
		<category><![CDATA[Pen tool]]></category>
		<category><![CDATA[photoshop tutorial]]></category>

		<guid isPermaLink="false">http://www.prosperity21.net/wordpress/?p=71</guid>
		<description><![CDATA[In my journey through image creation in Photoshop tutorials I have found the pen tool a difficult concept to master. I have begun a series of tutorials to overcome this. Today I bring you part one of the series which is takes me to the basics of the pen tool. Tutorial Website: http://www.tutorial9.net/photoshop/pen-tool-basics-in-photoshop/ Found through: [...]]]></description>
			<content:encoded><![CDATA[<p>In my journey through image creation in Photoshop tutorials I have found the pen tool a difficult concept to master.<br />
I have begun a series of tutorials to overcome this. Today I bring you part one of the series which is takes me to the basics of the pen tool.</p>
<p><strong>Tutorial Website:</strong><br />
<a title="Pen tool basics tutorial home" href="http://www.tutorial9.net/photoshop/pen-tool-basics-in-photoshop/">http://www.tutorial9.net/photoshop/pen-tool-basics-in-photoshop/</a><br />
<strong>Found through:</strong> Google Search for Pen Tool Tutorials.<br />
<strong>Tutorial Software:</strong> Photoshop<br />
<strong>Tutorial Software Level:</strong> Beginning<br />
<strong>Tutorial Notes, Problems, and my solutions if any found. </strong><br />
This tutorial takes me through basic shapes.</p>
<ul>
<li>
Seems one of my problems is properly dragging when placing the anchor point to create the curves I want.<br />
With several tries I was able to create the circle. I started with an anchor on the left side and placed an anchor<br />
topside where I dragged my curser so the “direction points” where aligned left to right to create a 90 degree curve.<br />
I then let go of my curser and placed a new anchor point on the right side and it automatically created my 90 degree<br />
arch and I released my mouse. I then created a new anchor at the bottom and dragged my curser so the “direction points”<br />
where aligned left to right until I got my 90 degree curve. I was then able to click the starting anchor to complete<br />
the circle. I repeated this a few times to make sure I could do it on my own without referring to the tutorial.
</li>
<li>
I struggled with the curves as well. My direction points always seemed to disappear and when I hit ctrl and dragged<br />
of course my entire curve would move. I found that if I hit ctrl and clicked the anchor point I wanted to alter once<br />
my direction points would show up. I then hit ctrl and dragged the offending direction point to get my desired results.
</li>
</ul>
<p><strong>Review:</strong><br />
To conclude this was an excellent tutorial for introduction to the pen tool. I do believe I am starting to grasp<br />
this mysterious tool.<br />
<strong>Result:</strong><br />
Here is a custom arrow shape that I created that I will be modifying to be used in my website.<br />
<img src="http://www.prosperity21.net/wordpress/wp-content/themes/tutorials/images/BlogImages/Pen-Tool-Result-Part-1" alt="Pen Tool Tutorial Result" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.prosperity21.net/wordpress/?feed=rss2&#038;p=71</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Results: A Realistic Looking Earth in Photoshop.</title>
		<link>http://www.prosperity21.net/wordpress/?p=63</link>
		<comments>http://www.prosperity21.net/wordpress/?p=63#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:56:59 +0000</pubDate>
		<dc:creator>Scarlett Clark</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[photoshop - misc]]></category>
		<category><![CDATA[photoshop tutorial]]></category>

		<guid isPermaLink="false">http://www.prosperity21.net/wordpress/?p=63</guid>
		<description><![CDATA[An important area in web development are the graphics. As I begin my web development journey I have found graphics as a stumbling block. They are very expensive on a budget of zero! So I have begun a long journey in Photoshop tutorials. This tutorial caught my eye so I present to you my results [...]]]></description>
			<content:encoded><![CDATA[<p>An important area in web development are the graphics. As I begin my web development journey I have found graphics as<br />
a stumbling block. They are very expensive on a budget of zero! So I have begun a long journey in Photoshop tutorials.<br />
This tutorial caught my eye so I present to you my results for &#8220;A realistic looking earth in Photoshop&#8221;.</p>
<p><strong>Tutorial Website:</strong></p>
<p><a title="Realistic Earth Tutorial home" href="http://richworks.in/2009/12/create-a-realistic-looking-earth-in-photoshop/"></p>
<p>http://richworks.in/2009/12/create-a-realistic-looking-earth-in-photoshop/</a></p>
<p><strong>Found through:</strong> Twitter</p>
<p><strong>Tutorial Software:</strong> Photoshop  CS3 +</p>
<p><strong>Tutorial Software Level:</strong> Intermediate- Beware, pen tool.</p>
<p><strong>Problems/Stumbling blocks:</strong></p>
<ul>
<li>
Step 4 tells you to select-&gt;modify-&gt;contract but the screen shot of result shows the selection needs to be outside the globe and also the window shows expand. So it needs to be fixed to show select-&gt;modify-&gt;expand.</li>
<li>
Step 20: Have I mentioned I hate the pen tool. Or it hates me, not sure. I think the feeling is mutual.</li>
</ul>
<p><strong>Review:</strong><br />
Overall this was a nice tutorial. Pen tool knowledge prior to attempting it is helpful. As you will see I could not complete the nifty wisps on the tutorial.</p>
<p><strong>My Result:</strong></p>
<div id="attachment_64" class="wp-caption alignnone" style="width: 260px"><a href="http://www.prosperity21.net/wordpress/../wordpress/wp-content/uploads/2010/07/Earth.png"><img class="size-full wp-image-64" title="Realistic Earth Photoshop" src="http://www.prosperity21.net/wordpress/../wordpress/wp-content/uploads/2010/07/Earth.png" alt="Realistic Earth Photoshop" width="250" height="236" /></a><p class="wp-caption-text">Realistic Earth Photoshop</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prosperity21.net/wordpress/?feed=rss2&#038;p=63</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Results: CSS3 Image Polaroid Effect, My Results!</title>
		<link>http://www.prosperity21.net/wordpress/?p=56</link>
		<comments>http://www.prosperity21.net/wordpress/?p=56#comments</comments>
		<pubDate>Fri, 26 Mar 2010 13:33:49 +0000</pubDate>
		<dc:creator>Scarlett Clark</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[css3 tutorial]]></category>
		<category><![CDATA[Image effects]]></category>
		<category><![CDATA[polariod effect]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.prosperity21.net/wordpress/?p=56</guid>
		<description><![CDATA[CSS is a powerful tool to make your website look great. I have found that CSS is one of my favorite aspects to web design and will be looking forward to jumping into the next gen CSS3. Here is my first attempt at CSS3, a tutorial from the great folks at 24ways.org. Tutorial Website: http://24ways.org/2009/going-nuts-with-css-transitions [...]]]></description>
			<content:encoded><![CDATA[<p>CSS is a powerful tool to make your website look great. I have found that CSS is one of my favorite<br />
aspects to web design and will be looking forward to jumping into the next gen CSS3. Here is my first attempt at CSS3, a tutorial from the<br />
great folks at 24ways.org.</p>
<p><strong>Tutorial Website:</strong><br />
<a href="http://24ways.org/2009/going-nuts-with-css-transitions" >http://24ways.org/2009/going-nuts-with-css-transitions</a><br />
<strong>Found Through:</strong> Twitter<br />
<strong>Software Application:</strong> any text/html editor (I used Dreamweaver CS4)<br />
<strong>Tutorial Software Level:</strong> Beginner<br />
<strong>Necessary Skills:</strong> basic css<br />
<strong>Tutorial Notes, Problems, and my solutions if any found:</strong><br />
This tutorial shows you how to create a polaroid effect on an image using CSS3.</p>
<ul>
<li>
	In order for the outcome to be visible, your browser has to support CSS3. This is a problem with the browsers and not your code itself.</li>
</ul>
<p><strong>Review: </strong> A very well written tutorial. I like the way they explained each line of CSS and the effect that you are making with it. It was a very descriptive tutorial of the new up and coming CSS3.</p>
<p><strong>Result:</strong> can be found at<a href="http://www.prosperity21.net/RandomMusings.php#web">http://www.prosperity21.net/RandomMusings.php#web</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.prosperity21.net/wordpress/?feed=rss2&#038;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Results: Vertical CSS Navigation Bar tutorial.</title>
		<link>http://www.prosperity21.net/wordpress/?p=53</link>
		<comments>http://www.prosperity21.net/wordpress/?p=53#comments</comments>
		<pubDate>Mon, 22 Mar 2010 14:09:19 +0000</pubDate>
		<dc:creator>Scarlett Clark</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS navigation tutorial]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://www.prosperity21.net/wordpress/?p=53</guid>
		<description><![CDATA[I needed a CSS driven navigation bar for my mom&#8217;s art gallery. I found this great tutorial to get the base of said navigation bar. Here are my results from the tutorial. Tutorial Location: http://www.howtocreate.co.uk/tutorials/testMenu.html Software Application: text editor or any html/css editor ( I used Dreamweaver CS4) Tutorial Level: Intermediate Necessary Skills: CSS Tutorial [...]]]></description>
			<content:encoded><![CDATA[<p>I needed a CSS driven navigation bar for my mom&#8217;s art gallery. I found this great tutorial to get the base of said navigation bar.<br />
Here are my results from the tutorial.<br />
<strong>Tutorial Location:</strong><br />
<a href="http://www.howtocreate.co.uk/tutorials/testMenu.html">http://www.howtocreate.co.uk/tutorials/testMenu.html</a></p>
<p><strong>Software Application:</strong> text editor or any html/css editor ( I used Dreamweaver CS4)</p>
<p><strong>Tutorial Level: </strong>Intermediate</p>
<p><strong>Necessary Skills:</strong> CSS</p>
<p><strong>Tutorial Notes, Problems, and my solutions if any found:</strong><br />
I used the above tutorial as a base starting point. They explained each<br />
piece of CSS code with enough detail for me to understand the code. I then<br />
revised the CSS to come up with what my envisioned navigation bar. (I could not find a tutorial for exactly what I wanted.)<br />
What I wanted is a three layer horizontal flyout menu. My first layer is a button label, my second layer<br />
 is the actual link, and my third layer would be thumbnail images of the paintings in the online gallery.</p>
<ul>
<li>
There were three different sizes on the thumbnails for the third tier so<br />
on my three &lt;ul id=”thm_*&#8221; &gt; tags I had to give them id’s and set the size like so:</p>
<blockquote><p>/*CSS code */</p>
<p>#thm_tall {</p>
<p>width:50px;</p>
<p>height:67px;</p>
<p>}</p>
<p>#thm_wide {</p>
<p>width:67px;</p>
<p>height:50px;</p>
<p>}</p>
<p>#thm_square {</p>
<p>width:55px;</p>
<p>height:55px;</p>
<p>}
</li>
<p><strong>Result:</strong><br />
When I was done my CSS navigation code looks like this:</p>
<p>/* Navigation flyout */</p>
<p>.navigation {</p>
<p>text-align: left;</p>
<p>width:200px;</p>
<p>left: 1px;</p>
<p>}</p>
<p>#watercolors {</p>
<p>z-index: 10;</p>
<p>background-image:url(images/watercolor_btn.png);</p>
<p>background-repeat:no-repeat;</p>
<p>height:40px;</p>
<p>width:100px;</p>
<p>margin-bottom: 20px;</p>
<p>}</p>
<p>#oilpaintings {</p>
<p>z-index: 10;</p>
<p>background-image:url(images/oil_painting_btn.png);</p>
<p>background-repeat:no-repeat;</p>
<p>height:40px;</p>
<p>width:100px;</p>
<p>margin-bottom: 20px;</p>
<p>}</p>
<p>#drawings {</p>
<p>z-index: 10;</p>
<p>background-image:url(images/drawings_btn.png);</p>
<p>background-repeat:no-repeat;</p>
<p>height:40px;</p>
<p>width:100px;</p>
<p>}</p>
<p>.navigation ul {</p>
<p>width: 100px;</p>
<p>padding-left: 0;</p>
<p>}</p>
<p>.navigation li {</p>
<p>list-style:none;</p>
<p>position:relative;</p>
<p>vertical-align:bottom;</p>
<p>}</p>
<p>.navigation li ul {</p>
<p>display: none;</p>
<p>}</p>
<p>.navigation li:hover &gt; ul {</p>
<p>display: block;</p>
<p>position:absolute;</p>
<p>left: 95px;</p>
<p>top: 4px;</p>
<p>}</p>
<p>#watercolorlinks {</p>
<p>z-index: 10;</p>
<p>height: 35px;</p>
<p>width: 125px;</p>
<p>}</p>
<p>.navigation ul ul {</p>
<p>background: #a77fae;</p>
<p>position:absolute;</p>
<p>left:-3000px;</p>
<p>width: 125px;</p>
<p>font-family:&#8221;Times New Roman&#8221;, Times, serif;</p>
<p>font-style:italic;</p>
<p>font-weight:bold;</p>
<p>font: #55205c;</p>
<p>border: thick black;</p>
<p>}</p>
<p>.navigation ul li:hover &gt; ul {</p>
<p>display: block;</p>
<p>position:absolute;</p>
<p>left: 95px;</p>
<p>top: 4px;</p>
<p>}</p>
<p>#thm_tall {</p>
<p>width:50px;</p>
<p>height:67px;</p>
<p>}</p>
<p>#thm_wide {</p>
<p>width:67px;</p>
<p>height:50px;</p>
<p>}</p>
<p>#thm_square {</p>
<p>width:55px;</p>
<p>height:55px;</p>
<p>}</p>
<p>.navigation ul ul li:hover &gt; ul {</p>
<p>display: block;</p>
<p>position:absolute;</p>
<p>left: 125px;</p>
<p>top: 4px;</p>
<p>}</p>
<p>.navigation ul ul ul {</p>
<p>position:absolute;</p>
<p>left:-3000px;</p>
<p>}</p></blockquote>
<p>You can view the visual results at <a href="http://www.lngarts.com" target="_blank">http://www.lngarts.com</a></p>
<p><strong>Review: </strong><br />
This was an excellent tutorial to give me an understanding of flyout menus. I was able to take the new found knowledge<br />
to create my three layer CSS navigation menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prosperity21.net/wordpress/?feed=rss2&#038;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Results: SIMS3 Painting creation tutorial.</title>
		<link>http://www.prosperity21.net/wordpress/?p=48</link>
		<comments>http://www.prosperity21.net/wordpress/?p=48#comments</comments>
		<pubDate>Wed, 10 Mar 2010 19:10:26 +0000</pubDate>
		<dc:creator>Scarlett Clark</dc:creator>
				<category><![CDATA[Sims3 Tutorials]]></category>
		<category><![CDATA[sims3]]></category>
		<category><![CDATA[sims3 object tutorial]]></category>

		<guid isPermaLink="false">http://www.prosperity21.net/wordpress/?p=48</guid>
		<description><![CDATA[For some time I enjoyed the game Sims 3. Unfortunately, I have lost interest in the game but I did enjoy learning how to create a few objects. Here is a tutorial I found to put some of my mom&#8217;s wonderful art into my simmies houses. Tutorial Location: http://www.sims2wiki.info/wiki.php?title=sims_3:How_To_Clone_A_Painting_And_Change_the_Texture Software Application(s): S3oc, s3ep,  Photoshop, viewDDS [...]]]></description>
			<content:encoded><![CDATA[<p>For some time I enjoyed the game Sims 3. Unfortunately, I have lost interest in the game but I did<br />
enjoy learning how to create a few objects. Here is a tutorial I found to put some of my mom&#8217;s wonderful art into<br />
my simmies houses.<br />
<strong>Tutorial Location:</strong><br />
<a href="http://www.sims2wiki.info/wiki.php?title=sims_3:How_To_Clone_A_Painting_And_Change_the_Texture">http://www.sims2wiki.info/wiki.php?title=sims_3:How_To_Clone_A_Painting_And_Change_the_Texture</a><br />
<strong>Software Application(s):</strong> S3oc, s3ep,  Photoshop, viewDDS (all can be found via google)<br />
<strong>Software Level:</strong> Beginner, Intermediate<br />
<strong>Necessary Skills: </strong>Basic photoshop<br />
<strong>Tutorial Notes, Problems, and my solutions if any found:</strong><br />
Apparently the tutorial is outdated and describes the use of an older version of s3oc.<br />
Here are the changes I needed to make to be successful:</p>
<ul>
<li>
Cloning has changed to cloning -&gt; type of object to clone
</li>
<li>
 Click on start has changed to : clone or fix -&gt;select options -&gt; start
</li>
<li>
You no longer need to click save as it automatically opens the save screen.
</li>
<li>
 File -&gt; export has changed to resource-&gt;export-&gt;to file
</li>
<li>
 File-&gt; import has changed to resource-&gt;import-&gt;from file
</li>
<li>
file-&gt;open(fix) has changed to file-&gt;Open Package and then in the lower right corner a button clone or fix
</li>
</ul>
<p>Other Misc Problems:</p>
<ul>
<li>
For some reason I had to do the clone or fix twice at the end before it let me replace the thumbnail.
</li>
<li>
I had put lngarts.com in the file name and sims3 crashed on startup. I took out the .com and it started fine.
</li>
<p><strong>Review:</strong>  A very well written tutorial. Unfortunately it is outdated, but I was still able to complete it.</p>
<p><strong>Result:</strong> <img src="http://www.prosperity21.net/wordpress/wp-content/themes/tutorials/images/BlogImages/A_Day_in_Mayingame.png" alt="Sims 3 Painting tutorial result in game" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.prosperity21.net/wordpress/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Results: Glossy Blue Floating Button in Photoshop</title>
		<link>http://www.prosperity21.net/wordpress/?p=41</link>
		<comments>http://www.prosperity21.net/wordpress/?p=41#comments</comments>
		<pubDate>Fri, 05 Mar 2010 14:31:50 +0000</pubDate>
		<dc:creator>Scarlett Clark</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Web Components]]></category>
		<category><![CDATA[glossy button]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web button]]></category>

		<guid isPermaLink="false">http://www.prosperity21.net/wordpress/?p=41</guid>
		<description><![CDATA[Buttons, Buttons, Buttons! You can never have to many buttons. Ok maybe you can, but I love putting fancy buttons on my sites to hide those ugly and plain html links. So here I present a lovely tutorial I found on making a blue button that appears to be floating. Tutorial Location: http://www.tutwow.com/photoshop/blue-glossy-button/ Software Application: [...]]]></description>
			<content:encoded><![CDATA[<p>Buttons, Buttons, Buttons! You can never have to many buttons. Ok maybe you can, but I love putting fancy buttons on my sites to hide<br />
those ugly and plain html links. So here I present a lovely tutorial I found on making a blue button that appears to be floating.</p>
<p><strong>Tutorial Location:</strong><br />
<a href="http://www.tutwow.com/photoshop/blue-glossy-button/">http://www.tutwow.com/photoshop/blue-glossy-button/</a><br />
<strong>Software Application:</strong> Photoshop<br />
<strong>Software Level:</strong> Beginner-Intermediate<br />
<strong>Necessary Skills:</strong> Rasterize, set color<br />
<strong>Tutorial Notes, Problems, and my solutions if any found:</strong></p>
<ul>
<li>
It said to set color to black in step seven. Unsure what they mean here. I went to layer properties and the closest thing there is grey.
</li>
<p>Even with the listed problem I still continued and it appears to look ok….</p>
<p><strong>Review: </strong>This tutorial was good. A neat button I will use in the future for sure. I stumbled on a few terms but that is just Photoshop growing pains.<br />
<strong>Result:</strong><br />
<div id="attachment_44" class="wp-caption alignnone" style="width: 85px"><a href="http://www.prosperity21.net/wordpress/../wordpress/wp-content/uploads/2010/03/Floating-Button.png"><img class="size-full wp-image-44" title="Glossy-Blue-Floating-Button" src="http://www.prosperity21.net/wordpress/../wordpress/wp-content/uploads/2010/03/Floating-Button.png" alt="Glossy-Blue-Floating-Button" width="75" height="54" /></a><p class="wp-caption-text">Glossy-Blue-Floating-Button</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.prosperity21.net/wordpress/?feed=rss2&#038;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

