<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title></title>
	<atom:link href="http://yashveer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yashveer.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 19 Apr 2010 10:23:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yashveer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://yashveer.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yashveer.wordpress.com/osd.xml" title="" />
	<atom:link rel='hub' href='http://yashveer.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Gradient tool</title>
		<link>http://yashveer.wordpress.com/2010/04/15/gradient/</link>
		<comments>http://yashveer.wordpress.com/2010/04/15/gradient/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 05:58:50 +0000</pubDate>
		<dc:creator>maan07</dc:creator>
				<category><![CDATA[PHOTOSHOP]]></category>

		<guid isPermaLink="false">http://yashveer.wordpress.com/?p=29</guid>
		<description><![CDATA[we use style like background-image, background-repeat, background-position – with a 0.1KB GIF image of 50×1 pixels in gradient, we have a cool looking header background. If we use some cool font, sometimes it’s more than enough for good start in our design. You pick two colors, you draw a direction line and that’s it! Gradient [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yashveer.wordpress.com&amp;blog=10609738&amp;post=29&amp;subd=yashveer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>we use style like background-image, background-repeat, background-position – with a 0.1KB GIF  image of 50×1 pixels in gradient, we have a cool looking header  background. If we use some cool font, sometimes it’s more than enough  for good start in our design.</p>
<p>You pick two colors, you draw a direction line and that’s  it! Gradient is here. We just need to learn how to control it.</p>
<p>Here  are some ideas how to refresh your current web sites…</p>
<p><strong>Use close-by colors</strong></p>
<p>Don’t pick red and green colors to create your gradient. Use shades of same color! More importantly – use close-by shades!</p>
<p><a href="http://yashveer.files.wordpress.com/2010/04/1.gif"><img class="aligncenter size-full wp-image-37" title="1" src="http://yashveer.files.wordpress.com/2010/04/1.gif?w=300" alt="" width="350" height="100" /></a></p>
<p>Let’s try this one:</p>
<p style="text-align:center;"><a href="http://yashveer.files.wordpress.com/2010/04/2.gif"><img class="aligncenter size-full wp-image-42" title="2" src="http://yashveer.files.wordpress.com/2010/04/2.gif?w=450" alt=""   /></a>Version without gradient</p>
<p>OK, you must admit this one looks better than the top one. It’s clean and simple. If you can’t manage the shades, please use simple fill without gradient.</p>
<p>Now, the magic. I used 2 close colors (in this example I used #b91716 and #990709). Below is the version with 2 far-away colors.</p>
<p style="text-align:center;"><a href="http://yashveer.files.wordpress.com/2010/04/3.gif"><img class="aligncenter size-full wp-image-45" title="3" src="http://yashveer.files.wordpress.com/2010/04/3.gif?w=450" alt=""   /></a>Near-by colors gradient</p>
<p style="text-align:center;"><a href="http://yashveer.files.wordpress.com/2010/04/4.gif"><img class="aligncenter size-full wp-image-46" title="4" src="http://yashveer.files.wordpress.com/2010/04/4.gif?w=450" alt=""   /></a>Far-away colors gradient</p>
<p>Argh. This looks ugly and far from acceptable.</p>
<p>So, that is what I am babbling about for all this time – use close by shades of the same color for best effect. This way, you can cut 1px wide image and through CSS you can place it in your website header without any hassle.</p>
<p>If we go back to winner, gradient #3, we can further polish it. We can add some pattern over it, border around it and that is basically it. (This is not necessary at all; I just thought I could make you think and experiment further). This is what I created in less than a minute:</p>
<p style="text-align:center;"><a href="http://yashveer.files.wordpress.com/2010/04/5.gif"><img class="aligncenter size-full wp-image-47" title="5" src="http://yashveer.files.wordpress.com/2010/04/5.gif?w=450" alt=""   /></a>Polished version</p>
<p>Conclusion: use near by shades of one color for best achievements.<br />
Use top-to-bottom gradient direction</p>
<p>If you are Photoshop user, you have access to a lot of possible variations of a gradient. If you use GIMP, you have a bit less, but that is not an issue. If you are working for print, spend all day creating your gradient – only limit you have is your printer, Pantone colors match in your printing company and your imagination.</p>
<p>However, if you are creating for the Web, than you need to sing another song. Use top-to-bottom gradient direction! Why? It’s easier to code it. Effect you’ll achieve with some other directions won’t look much better, but the pain in your head will grow when the coding type comes.</p>
<p>That’s more than enough to give you a head-start. Web 2.0 environment and XHTML Strict DTD are forcing us (bless them, BTW) to separate code and design – minor gradients and simple-as-possible code is what we need for the upcoming time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yashveer.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yashveer.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yashveer.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yashveer.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yashveer.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yashveer.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yashveer.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yashveer.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yashveer.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yashveer.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yashveer.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yashveer.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yashveer.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yashveer.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yashveer.wordpress.com&amp;blog=10609738&amp;post=29&amp;subd=yashveer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yashveer.wordpress.com/2010/04/15/gradient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd991438e8c655d0d5c193062509dc51?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maan07</media:title>
		</media:content>

		<media:content url="http://yashveer.files.wordpress.com/2010/04/1.gif?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://yashveer.files.wordpress.com/2010/04/2.gif" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://yashveer.files.wordpress.com/2010/04/3.gif" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://yashveer.files.wordpress.com/2010/04/4.gif" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://yashveer.files.wordpress.com/2010/04/5.gif" medium="image">
			<media:title type="html">5</media:title>
		</media:content>
	</item>
	</channel>
</rss>
