<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Suggestions</title>
	<atom:link href="http://www.tutwow.com/suggestions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutwow.com</link>
	<description>Playing Creativity Tag</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:38:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Josh Drake</title>
		<link>http://www.tutwow.com/suggestions/comment-page-1/#comment-76</link>
		<dc:creator>Josh Drake</dc:creator>
		<pubDate>Tue, 09 Dec 2008 23:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?page_id=66#comment-76</guid>
		<description>@Para Pro: Nice to know you!  No - I am not in TPS, but I have heard a lot about it.</description>
		<content:encoded><![CDATA[<p>@Para Pro: Nice to know you!  No &#8211; I am not in TPS, but I have heard a lot about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Para Pro</title>
		<link>http://www.tutwow.com/suggestions/comment-page-1/#comment-75</link>
		<dc:creator>Para Pro</dc:creator>
		<pubDate>Tue, 09 Dec 2008 16:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?page_id=66#comment-75</guid>
		<description>Hey, great website. I&#039;m pretty good at Photoshop, and am saving up for a newer version.

Also, great HTML stuff :P I use a lot of HTML, and have helped people in the past. Are you in TPS?</description>
		<content:encoded><![CDATA[<p>Hey, great website. I&#8217;m pretty good at Photoshop, and am saving up for a newer version.</p>
<p>Also, great HTML stuff <img src='http://www.tutwow.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  I use a lot of HTML, and have helped people in the past. Are you in TPS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mango</title>
		<link>http://www.tutwow.com/suggestions/comment-page-1/#comment-74</link>
		<dc:creator>mango</dc:creator>
		<pubDate>Sun, 12 Oct 2008 19:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?page_id=66#comment-74</guid>
		<description>its good</description>
		<content:encoded><![CDATA[<p>its good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Jones</title>
		<link>http://www.tutwow.com/suggestions/comment-page-1/#comment-72</link>
		<dc:creator>Josh Jones</dc:creator>
		<pubDate>Mon, 06 Oct 2008 21:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?page_id=66#comment-72</guid>
		<description>No problem.













(Hey hey! I can see what I&#039;m typing!)</description>
		<content:encoded><![CDATA[<p>No problem.</p>
<p>(Hey hey! I can see what I&#8217;m typing!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Jones</title>
		<link>http://www.tutwow.com/suggestions/comment-page-1/#comment-70</link>
		<dc:creator>Josh Jones</dc:creator>
		<pubDate>Sun, 05 Oct 2008 00:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?page_id=66#comment-70</guid>
		<description>@Josh Drake:

I&#039;m pretty sure that it&#039;s not *really* intentional as this is one of the most common &quot;oversights&quot; people make when coding a css based menu.

It does not in any way &quot;make it look like the button is being pressed.

The fix for it is easy however, just add a transparent border to yoru  since you are using a visible border upon hover.

Something like this...

#nav li {
border:1px solid transparent;
}

Also, you should probably fix your comment box to allow scrolling so that users who post a comment that exceeds the size of the box can still see what they are typing. I am curently typing blind.

The fix for that would look like this in css...

textarea {
overflow:auto;
}


None of this was meant to offend you, as I think that you offer some pretty nice tutorials. I just wanted to let you know how to fix the issues if you didn&#039;t already (which I suspect you didn&#039;t).</description>
		<content:encoded><![CDATA[<p>@Josh Drake:</p>
<p>I&#8217;m pretty sure that it&#8217;s not *really* intentional as this is one of the most common &#8220;oversights&#8221; people make when coding a css based menu.</p>
<p>It does not in any way &#8220;make it look like the button is being pressed.</p>
<p>The fix for it is easy however, just add a transparent border to yoru  since you are using a visible border upon hover.</p>
<p>Something like this&#8230;</p>
<p>#nav li {<br />
border:1px solid transparent;<br />
}</p>
<p>Also, you should probably fix your comment box to allow scrolling so that users who post a comment that exceeds the size of the box can still see what they are typing. I am curently typing blind.</p>
<p>The fix for that would look like this in css&#8230;</p>
<p>textarea {<br />
overflow:auto;<br />
}</p>
<p>None of this was meant to offend you, as I think that you offer some pretty nice tutorials. I just wanted to let you know how to fix the issues if you didn&#8217;t already (which I suspect you didn&#8217;t).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Drake</title>
		<link>http://www.tutwow.com/suggestions/comment-page-1/#comment-71</link>
		<dc:creator>Josh Drake</dc:creator>
		<pubDate>Sat, 04 Oct 2008 19:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?page_id=66#comment-71</guid>
		<description>@Ga: This is intentional.  It makes the links look like they are pressed down when you hover over them.</description>
		<content:encoded><![CDATA[<p>@Ga: This is intentional.  It makes the links look like they are pressed down when you hover over them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ga</title>
		<link>http://www.tutwow.com/suggestions/comment-page-1/#comment-69</link>
		<dc:creator>Ga</dc:creator>
		<pubDate>Fri, 03 Oct 2008 14:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?page_id=66#comment-69</guid>
		<description>When I hover over

 Home
 About
 Make a Suggestion
 Contact

They shuffle along by a pixel or two.</description>
		<content:encoded><![CDATA[<p>When I hover over</p>
<p> Home<br />
 About<br />
 Make a Suggestion<br />
 Contact</p>
<p>They shuffle along by a pixel or two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.tutwow.com/suggestions/comment-page-1/#comment-68</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Mon, 29 Sep 2008 16:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?page_id=66#comment-68</guid>
		<description>hey i would love to know how to do this  http://i346.photobucket.com/albums/p433/jamie_g_uk/armand-van-helden-you-dont-know-me-.jpg   ive been looking round for a while but havnt found anything remotely close so maybe you can help me out ? thanks.</description>
		<content:encoded><![CDATA[<p>hey i would love to know how to do this  <a href="http://i346.photobucket.com/albums/p433/jamie_g_uk/armand-van-helden-you-dont-know-me-.jpg" rel="nofollow">http://i346.photobucket.com/albums/p433/jamie_g_uk/armand-van-helden-you-dont-know-me-.jpg</a>   ive been looking round for a while but havnt found anything remotely close so maybe you can help me out ? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Drake</title>
		<link>http://www.tutwow.com/suggestions/comment-page-1/#comment-67</link>
		<dc:creator>Josh Drake</dc:creator>
		<pubDate>Sun, 13 Jul 2008 23:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?page_id=66#comment-67</guid>
		<description>@Jim and Lucyan: Since I&#039;m going to be changing the theme of this website sometime soon, I don&#039;t think I will make a tutorial on the header of the current one (just because it wasn&#039;t actually me who created it).</description>
		<content:encoded><![CDATA[<p>@Jim and Lucyan: Since I&#8217;m going to be changing the theme of this website sometime soon, I don&#8217;t think I will make a tutorial on the header of the current one (just because it wasn&#8217;t actually me who created it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucyan</title>
		<link>http://www.tutwow.com/suggestions/comment-page-1/#comment-66</link>
		<dc:creator>Lucyan</dc:creator>
		<pubDate>Mon, 07 Jul 2008 17:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?page_id=66#comment-66</guid>
		<description>Please if you can make a tutorial on how to make  a navigation menu bar like tutorialwow.com in photoshop. Vista style!!!Thanks.</description>
		<content:encoded><![CDATA[<p>Please if you can make a tutorial on how to make  a navigation menu bar like tutorialwow.com in photoshop. Vista style!!!Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
