<?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>BoltPress &#187; photoshop</title>
	<atom:link href="http://blog.novalistic.com/tag/photoshop/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.novalistic.com</link>
	<description>Also the official blog.NOVALISTIC</description>
	<lastBuildDate>Mon, 02 Aug 2010 09:45:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Make a Web 2.0 fading corner</title>
		<link>http://blog.novalistic.com/archives/2007/07/make-a-web-2-0-fading-corner/</link>
		<comments>http://blog.novalistic.com/archives/2007/07/make-a-web-2-0-fading-corner/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 15:42:08 +0000</pubDate>
		<dc:creator>BoltClock</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development & Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://blog.dev.novalistic.com/?p=34</guid>
		<description><![CDATA[I reckon you&#8217;ve seen them before: fading corners. As frames, boxes, headers, etc &#8212; they serve a nice purpose. The fade gives a sense of softness yet a sense of depth. Many a Google search failed to bring any tutorials except a resource. That resource wasn&#8217;t enough because I needed a custom-made fading corner. Messing [...]]]></description>
			<content:encoded><![CDATA[<p><!-- to do: decide whether to rewrite a new version --></p>
<p>I reckon you&#8217;ve seen them before: fading corners. As frames, boxes, headers, etc &mdash; they serve a nice purpose. The fade gives a sense of softness yet a sense of depth.</p>
<p>Many a Google search failed to bring any tutorials except a resource. That resource wasn&#8217;t enough because I needed a custom-made fading corner. Messing with Photoshop, I got this and so wrote a tutorial for all of you.</p>
<p><span id="more-34"></span></p>
<p>We&#8217;re going to make something like this today:</p>
<p><small>Example 1: preview</small><br />
<img src="http://blog.NOVALISTIC.com/wp-content/uploads/2007/07/preview.png" alt="Preview" /></p>
<p>Look at that. So simple, yet so attractive. This effect really gives an impression. You can even expand upon or customize it in any way you like.</p>
<h3>1. Create a file</h3>
<p>The obvious first thing to do is create a new file, of width 200px and height 140px with a white background (color doesn&#8217;t reeally matter actually).</p>
<h3>2. Draw a rectangle as the guide</h3>
<p>Now pick the <strong>Rounded Rectangle Tool</strong>, and in the top Options panel ensure that its radius is <strong>10px</strong>.</p>
<p><small>Example 2: 10px radius</small><br />
<img src="http://blog.NOVALISTIC.com/wp-content/uploads/2007/07/step1.png" alt="10px radius" /></p>
<p>And draw a rounded rectangle over your canvas. It should have a slight margin away from the top and left edges, and go past the right and bottom boundaries, like so:</p>
<p><small>Example 3: the rectangle</small><br />
<img src="http://blog.NOVALISTIC.com/wp-content/uploads/2007/07/step2.png" alt="The rectangle" /></p>
<h3>3. Give it a border</h3>
<p>We have to give it a border now. Actually, a border for another layer: the one the fading corner will actually be on. We&#8217;ll be removing the shape later unless you want to get a bit more creative.</p>
<p>Anyway, create a new layer, name it <strong>border</strong>, giving it an opacity of 25% or so. <kbd>CTRL+click</kbd> the thumbnail of the shape layer and hide that layer so you get an outline of the rounded rectangle in the <strong>border</strong> layer.</p>
<p><small>Example 4: the new layer and selection</small><br />
<img src="http://blog.NOVALISTIC.com/wp-content/uploads/2007/07/step3.png" alt="The new layer and selection" /></p>
<h3>4. Stroke it (no pun intended)</h3>
<p>I swear, no pun intended. Really!</p>
<p>Anyway back to this thing. Go to <strong>Edit &gt; Stroke&#8230;</strong></p>
<p><small>Example 5: Edit &gt; Stroke&#8230;</small><br />
<img src="http://blog.NOVALISTIC.com/wp-content/uploads/2007/07/step4.png" alt="Edit &gt; Stroke…" /></p>
<p>Give it a size of a single pixel, and color it black. Make sure it&#8217;s <strong>Outside</strong>.</p>
<p><small>Example 6: stroke attributes</small><br />
<img src="http://blog.NOVALISTIC.com/wp-content/uploads/2007/07/step5.png" alt="Stroke attributes" /></p>
<p>Click OK and deselect. You&#8217;ll get something like this:</p>
<p><small>Example 7: the result of stroking</small><br />
<img src="http://blog.NOVALISTIC.com/wp-content/uploads/2007/07/step6.png" alt="The result of stroking" /></p>
<h3>5. Now for the fading</h3>
<p>What you were here for&#8230; see, patience indeed <em>is</em> a virtue <img src='http://blog.novalistic.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>For that soft fading effect you&#8217;ll need the <strong>Rectangular Marquee Tool</strong> and a <strong>feather</strong>, but one not too itchy or ticklish!</p>
<p><small>Example 8: tickle it with a feather</small><br />
<img src="http://blog.NOVALISTIC.com/wp-content/uploads/2007/07/step7.png" alt="Stroke attributes" /></p>
<p>Now drag it from the top edge over the part of the border you want to keep. Then invert the selection with either <kbd>CTRL+SHIFT+I</kbd> or choose <strong>Select &gt; Inverse</strong>. You&#8217;ll get something like this:</p>
<p><small>Example 9: the new selection</small><br />
<img src="http://blog.NOVALISTIC.com/wp-content/uploads/2007/07/step8.png" alt="The new selection" /></p>
<p>Now you can hit <kbd>DEL</kbd> to dust off that portion of your border.</p>
<h3>The final result</h3>
<p>Aaaaand you&#8217;re done! <img src='http://blog.novalistic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You may remove the shape layer right now, and maybe also the background layer, then either save a PSD of your fading corner or copy it and paste it elsewhere.</p>
<p><small>Example 10: the final result</small><br />
<img src="http://blog.NOVALISTIC.com/wp-content/uploads/2007/07/step9.png" alt="The final result" /></p>
<h3>Summary</h3>
<p>That was quite fast, wasn&#8217;t it? You now have your very own Web 2.0 fading corner and can join in the fun, laughter, joy and all in the party! If there even <em>is</em> a party&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.novalistic.com/archives/2007/07/make-a-web-2-0-fading-corner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NOVALISTIC 3.0&#8242;s N Logo!</title>
		<link>http://blog.novalistic.com/archives/2007/07/novalistic-3-0s-n-logo/</link>
		<comments>http://blog.novalistic.com/archives/2007/07/novalistic-3-0s-n-logo/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 11:47:29 +0000</pubDate>
		<dc:creator>BoltClock</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[logo design]]></category>
		<category><![CDATA[novalistic]]></category>
		<category><![CDATA[oltanis]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://blog.dev.novalistic.com/?p=28</guid>
		<description><![CDATA[Well, NOVALISTIC 3.0 will have an officially new logo to accompany its layout. Also, in the first NOVALISTIC 3.0 layout design (first, because it will be redesigned to look cleaner and more Web 2.0) I colored the logo according to the color scheme. The new logo will not be affected by the Color Schemer, meaning [...]]]></description>
			<content:encoded><![CDATA[<p>Well, NOVALISTIC 3.0 will have an officially new logo to accompany its layout. Also, in the first NOVALISTIC 3.0 layout design (first, because it <strong>will</strong> be redesigned to look cleaner and more Web 2.0) I colored the logo according to the color scheme. The new logo will not be affected by the Color Schemer, meaning it will remain green.</p>
<p><span id="more-28"></span></p>
<p>I was messing around with Photoshop and NOVALISTIC&#8217;s Novalgen Logo a few days ago, which looks like so:</p>
<p><img class="center" src="http://blog.novalistic.com/wp-content/uploads/2007/07/novalgen_20_op.png" alt="NOVALISTIC Novalgen Logo" /></p>
<p>And got this within 15 minutes:</p>
<p><img class="center" src="http://blog.novalistic.com/wp-content/uploads/2007/07/n_30_op.png" alt="NOVALISTIC N Logo" /></p>
<p>And found it so nice I decided on the same day that this would be the first candidate for NOVALISTIC 3.0&#8242;s new logo. I wanted to continue calling it Novalgen, but now that the electronic shells are gone it isn&#8217;t exactly an apt name anymore, so I&#8217;ll just call it the NOVALISTIC Logo or N Logo.</p>
<p>Yes, it&#8217;s official.</p>
<p>As mentioned in the first paragraph, the Color Schemer (yes it will be in the final design too because so many of my friends want it) will not affect the logo&#8217;s color and only a bit of the reflection&#8217;s for obvious reasons. The reflection may look funny to some by being cut off by the above image, but I don&#8217;t think it&#8217;ll be an official part of the logo.</p>
<p>Most people who commented on the candidate complained about the glow. Please tell me what you think about it, and <em>please</em> not just the glow! Be constructive as well, I will not hesitate to delete flammatory or spam comments kthxbai. And say as much as you can <img src='http://blog.novalistic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>About NOVALISTIC 3.0&#8242;s first layout, I will keep some of the interface graphics and effects because I love them so much, and it <strong>will</strong> remain Valid XHTML 1.0 and Valid CSS, and of course by default green &lt;3</p>
<p>On a side note&#8230; happy July 4 to all Americans!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.novalistic.com/archives/2007/07/novalistic-3-0s-n-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
