<?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>Cascading Style Sheets Syntax &#187; Photoshop Tutorials</title>
	<atom:link href="http://csssyntax.com/tag/photoshop-tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://csssyntax.com</link>
	<description>CSS BASIC REFERENCE</description>
	<lastBuildDate>Sat, 31 Jul 2010 08:26:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to make Button Emboss using CSS 3</title>
		<link>http://csssyntax.com/how-to-make-button-emboss-using-css-3.html</link>
		<comments>http://csssyntax.com/how-to-make-button-emboss-using-css-3.html#comments</comments>
		<pubDate>Sat, 31 Jul 2010 08:02:35 +0000</pubDate>
		<dc:creator>gusdwi</dc:creator>
				<category><![CDATA[About CSS 3]]></category>
		<category><![CDATA[css 3]]></category>
		<category><![CDATA[css style]]></category>
		<category><![CDATA[Photoshop Tutorials]]></category>

		<guid isPermaLink="false">http://csssyntax.com/?p=634</guid>
		<description><![CDATA[Usually, the web developer or web designer to make buttons embossed with ways to use background image. But with technological advances in the field of web development, has born a new way to create embossed button without using the background image again. CSS 3 is able to make it easier and not have to bother [...]]]></description>
			<content:encoded><![CDATA[<p>Usually, the <strong>web developer</strong> or <strong>web designer</strong> to make <strong>buttons embossed</strong> with ways to use background image.<br />
But  with technological advances in the field of web development, has born a  new way to create embossed button without using the background image  again.</p>
<p>CSS 3 is able to make it easier and not have to bother with useless waste of your time.</p>
<p><a href="http://csssyntax.com/css-3-button-emboss.html">Demo</a></p>
<p>With the syntax below will get a beautiful embossed button:</p>
<blockquote><p>.button{<br />
margin: 0.1em;<br />
text-align:center;<br />
font-family:Geneva, Arial, Helvetica, sans-serif;<br />
font-size:18px;<br />
font-weight:bold;<br />
width:140px;<br />
padding:0.3em;<br />
}</p>
<p>#b1 {<br />
background:#ddd;<br />
border: 8px solid #000;<br />
-moz-border-bottom-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc;<br />
-moz-border-top-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc;<br />
-moz-border-left-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc;<br />
-moz-border-right-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc;<br />
border-radius: 25px;<br />
-moz-border-radius: 25px;<br />
-webkit-border-radius: 25px;}</p>
<p>#b1 a {<br />
text-decoration:none;<br />
color:#888;}</p>
<p>#b1 a:hover {<br />
color:#555;}</p></blockquote>
<p><strong>Note:</strong> This Way is not support in <strong>IE</strong><br />
<a href="http://csssyntax.com/css-3-button-emboss.html">Example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://csssyntax.com/how-to-make-button-emboss-using-css-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design a Ready to Print Brochure</title>
		<link>http://csssyntax.com/design-a-ready-to-print-brochure-in-photoshop.html</link>
		<comments>http://csssyntax.com/design-a-ready-to-print-brochure-in-photoshop.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 04:51:26 +0000</pubDate>
		<dc:creator>gusdwi</dc:creator>
				<category><![CDATA[References]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[Photoshop Tutorials]]></category>

		<guid isPermaLink="false">http://csssyntax.com/?p=214</guid>
		<description><![CDATA[I'll help you to create a ready to print three-fold brochure from scratch using only Photoshop]]></description>
			<content:encoded><![CDATA[<p>This time I&#8217;ll help you to create a ready to print three-fold brochure from scratch using only Photoshop. This tutorial is ideal for beginners and for people who want to know more about print design. Let&#8217;s get it started!</p>
<div class="caution"><strong>Author:<a href="http://www.southmakers.com/" target="_blank"> Alvaro Guzman</a></strong></p>
<p>I&#8217;m Alvaro Guzman from Bolivia, Web developer and Graphic designer. For me digital design is a modern form of art, which allows me to explore innovative techniques, and helps to deliver a clear message to the public.My work covers advertising, corporate image, print design, and web design areas. I am currently the Design Team Leader of SouthMakers. And you can find me on Twitter <a href="http://www.twitter.com/alvarocker" target="_blank">@alvarocker.</a></div>
<h2>Final Image Preview</h2>
<p><img class="alignnone" title="Brochure sample side 1" src="http://psdtuts.s3.amazonaws.com/277_Brochure_Texture/click-1.jpg" alt="" width="600" height="468" /><br />
<img class="alignnone" title="Brochure sample side 2" src="http://psdtuts.s3.amazonaws.com/277_Brochure_Texture/click-2.jpg" alt="" width="600" height="468" /></p>
<p>Read the full tutorial at <a href="http://psd.tutsplus.com/tutorials/designing-tutorials/design-a-ready-to-print-brochure-in-photoshop/" target="_blank">Phothosop Tutorials&#8230;!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://csssyntax.com/design-a-ready-to-print-brochure-in-photoshop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve the quality of Photo</title>
		<link>http://csssyntax.com/how-to-improve-the-quality-of-hoto-with-brush-tool.html</link>
		<comments>http://csssyntax.com/how-to-improve-the-quality-of-hoto-with-brush-tool.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 04:14:11 +0000</pubDate>
		<dc:creator>gusdwi</dc:creator>
				<category><![CDATA[References]]></category>
		<category><![CDATA[digital painting]]></category>
		<category><![CDATA[Photoshop Tutorials]]></category>

		<guid isPermaLink="false">http://csssyntax.com/?p=201</guid>
		<description><![CDATA[Have you ever come across a photo where all the highlights seem just too good to be true?]]></description>
			<content:encoded><![CDATA[<p>Have you ever come across a photo where all the highlights and shadows seem just too good to be true? If it&#8217;s not HDR processing, it&#8217;s pen tablet magic. Find out in this tutorial how to give a regular image a subtle, artistic feel with some clever brush work. Read more after the jump!</p>
<div class="caution"><strong>Author: <a title="Alex Beltechi" href="http://www.behance.net/alexbeltechi" target="_blank">Alex Beltechi</a></strong></p>
<p>Digital Illustrator and graphic design student Alex Beltechi is based in Romania and currently writing tutorials based on personal projects. He also works as a freelancer, enjoys composing piano based music in his non-existent free time and thinks that talking about yourself in 3rd person narrative is pretty cheesy.</p></div>
<h2>Final Image Preview:</h2>
<p><img class="alignnone" title="Tiger digital painting" src="http://psdtuts.s3.amazonaws.com/327_Tiger_Tablet/final_small.jpg" alt="" width="540" height="362" /></p>
<p>Read the full tutorial at <a href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/how-to-enhance-photos-with-a-pen-tablet/" target="blank">Photoshop Tutorials&#8230;!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://csssyntax.com/how-to-improve-the-quality-of-hoto-with-brush-tool.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
