<?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>FOR BETTER DESIGNS &#187; rounded</title>
	<atom:link href="http://www.forbetterdesigns.com/tag/rounded/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forbetterdesigns.com</link>
	<description>Articles and resources to improve your designs</description>
	<lastBuildDate>Tue, 03 Jan 2012 02:20:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Design simple footer design for your web site in photoshop.</title>
		<link>http://www.forbetterdesigns.com/2009/10/29/for-better-design-template-1-tutorial-5-simple-footer-design/</link>
		<comments>http://www.forbetterdesigns.com/2009/10/29/for-better-design-template-1-tutorial-5-simple-footer-design/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 22:11:42 +0000</pubDate>
		<dc:creator>Ali Chorov</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[rounded]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.forbetterdesigns.com/?p=192</guid>
		<description><![CDATA[In this tutorial I&#8217;ll design a simple footer for my website. I must say this is one simple and easy for design footer. But everything starts somewhere, somehow and in future I&#8217;ll show you more impressive and cool designs in the new templates I am planing. But look at this video which I thing will [...]
<h4 class="meta">Related Posts</h4>


	
No related posts found

]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 7px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F10%2F29%2Ffor-better-design-template-1-tutorial-5-simple-footer-design%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F10%2F29%2Ffor-better-design-template-1-tutorial-5-simple-footer-design%2F&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/12.jpg"><img class="alignnone size-full wp-image-444" title="design simple footer for your web site image " src="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/12.jpg" alt="" width="758" height="336" /></a></p>
<p>In this tutorial I&#8217;ll design a simple footer for my website. I must say this is one simple and easy for design footer. But everything starts somewhere, somehow and in future I&#8217;ll show you more impressive and cool designs in the new templates I am planing.</p>
<p><span id="more-192"></span></p>
<p>But look at this video which I thing will be especially useful for the newbie WordPress theme users.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="597" height="367" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/JRAQRGzDNZU&amp;hl=en&amp;fs=1&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="597" height="367" src="http://www.youtube.com/v/JRAQRGzDNZU&amp;hl=en&amp;fs=1&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><!--more--></p>
<p>After you&#8217;ve watched this video you&#8217;ll probably want to know how&#8217; Ive put this design in my web site. Well it&#8217;s very easy actually.</p>
<p>You know I have this PHP in my WordPress to work:</p>
<blockquote>
<div style="border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">&lt;?php get_footer(); ?&gt; </span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></div>
</blockquote>
<p>The next I have the file called footer.php, in this file is written this:</p>
<blockquote>
<div style="border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">&lt;div id=&#8221;footer&#8221;&gt;&lt;p&gt;<br />
Copyright &amp;#169; 2009 &lt;a href=&#8221;&lt;?php bloginfo(&#8216;url&#8217;); ?&gt;&#8221;&gt;&lt;?php bloginfo(&#8216;name&#8217;); ?&gt;&lt;/a&gt; powered by &lt;a href=&#8221;http://wordpress.com/&#8221;&gt;WordPress &lt;/a&gt;&lt;/p&gt;&nbsp;</p>
<p>&lt;/div&gt;</p>
<p><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></p>
<p></span></div>
</blockquote>
<p>this footer have a class in my CSS style document which is called footer and here is the CSS I use for this:</p>
<p>This first is for my footer box with this image:</p>
<p><a href="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/footer.jpg"><img class="alignnone size-medium wp-image-193" title="footer" src="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/footer-300x21.jpg" alt="footer" width="300" height="21" /></a></p>
<blockquote>
<div style="border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">#footer{<br />
background-image:url(images/footer/footer.jpg);<br />
background-repeat:none;<br />
clear: both;<br />
float: left;<br />
height:50px;<br />
width: 950px;<br />
padding-top:17px;<br />
text-align:center;<br />
} </span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></div>
</blockquote>
<p>and the next rows of CSS are for the text and his background and borders:</p>
<blockquote>
<div style="border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">#footer p{<br />
background: #eff5e7;<br />
width: 400px;<br />
height:10px;<br />
padding-bottom: 10px;<br />
border: 1px solid #bababa;<br />
line-height:10px;<br />
margin-left:auto;<br />
margin-right:auto;<br />
font-size:11px;<br />
} </span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></div>
</blockquote>
<p>After this I have the design I did make in my video and in the next image:</p>
<p style="text-align: center;"><a href="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/footertosee.jpg"><img class="size-full wp-image-194 aligncenter" title="Simple footer design tutorial image" src="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/footertosee.jpg" alt="footertosee" width="547" height="68" /></a></p>
<p>I hope this tutorial will be in some use for you. If you have any suggesstions, questions or any replies feel free to comment.</p>

<h4 class="meta">Related Posts</h4>


	<p>No related posts found</p>

]]></content:encoded>
			<wfw:commentRss>http://www.forbetterdesigns.com/2009/10/29/for-better-design-template-1-tutorial-5-simple-footer-design/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Design a rounded corners for the theme in your blog.</title>
		<link>http://www.forbetterdesigns.com/2009/10/15/for-better-design-template-1-tutorial-2-design-a-rounded-corners-for-your-blog/</link>
		<comments>http://www.forbetterdesigns.com/2009/10/15/for-better-design-template-1-tutorial-2-design-a-rounded-corners-for-your-blog/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 21:59:53 +0000</pubDate>
		<dc:creator>Ali Chorov</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[corners]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[rounded]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.forbetterdesigns.com/?p=87</guid>
		<description><![CDATA[In this video tutorial I will show you how I&#8217;ll make a rounded corners template for my blog. In the video I have a screen shot from this web site and I&#8217;ll re-design it in photoshop, giving it rounded corners. My personal opinion is that the video is not for completely newbie users of Photoshop [...]
<h4 class="meta">Related Posts</h4>


	
No related posts found

]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 7px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F10%2F15%2Ffor-better-design-template-1-tutorial-2-design-a-rounded-corners-for-your-blog%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F10%2F15%2Ffor-better-design-template-1-tutorial-2-design-a-rounded-corners-for-your-blog%2F&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h3><a href="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/19.jpg"><img class="alignnone size-full wp-image-462" title="design rounded corner theme for wordpress" src="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/19.jpg" alt="" width="758" height="336" /></a></h3>
<p>In this video tutorial I will show you how I&#8217;ll make a rounded corners template for my blog. In the video I have a screen shot from this web site and I&#8217;ll re-design it in photoshop, giving it rounded corners.</p>
<p><span id="more-87"></span></p>
<p>My personal opinion is that the video is not for completely newbie users of Photoshop maybe because I am doing the things too fast. But yes they can watch and they can learn something. I am just sorry I&#8217;ll not explain every single thing I am doing. But the main idea here is to give you some inspiration and ideas for designing. Not so much about how to use Photoshop in this video exactly.</p>
<p>After all I&#8217;ll give some little tips in the video of what I am doing but not about everything. Before watching the video I hope you&#8217;ll read this rows here also, so you&#8217;ll know what I am doing and not wondering about everything what happens in the screen below.</p>
<p>Here in a few words: I&#8217;ll move every part from the screen shot I have in a separate layer. After that I&#8217;ll begin to design, Every single part of the design I make, I will do it on a new layer below the screen layer of that section. I hope you will get the idea.</p>
<p>I am using mostly rounded rectangle tool and I&#8217;ll draw mostly with it. I&#8217;ll also give some layer styles to my shapes after that. So that&#8217;s basically everything I&#8217;ll do. Enjoy this tutorial</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="597" height="367" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/La1Lrh-dW5s&amp;hl=en&amp;fs=1&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="597" height="367" src="http://www.youtube.com/v/La1Lrh-dW5s&amp;hl=en&amp;fs=1&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>

<h4 class="meta">Related Posts</h4>


	<p>No related posts found</p>

]]></content:encoded>
			<wfw:commentRss>http://www.forbetterdesigns.com/2009/10/15/for-better-design-template-1-tutorial-2-design-a-rounded-corners-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

