<?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>FarmSoft Studios Scratchpad &#187; Graphic Design</title>
	<atom:link href="http://scratchpad.farmsoftstudios.com/category/graphic-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://scratchpad.farmsoftstudios.com</link>
	<description>What We're Thinking About Right Now...</description>
	<lastBuildDate>Tue, 03 May 2011 21:47:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Smooth Rounded Corners in Photoshop</title>
		<link>http://scratchpad.farmsoftstudios.com/2009/06/graphic-design/smooth-rounded-corners-in-photoshop/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2009/06/graphic-design/smooth-rounded-corners-in-photoshop/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 21:04:27 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=150</guid>
		<description><![CDATA[I have often struggled with getting nice, smoothly-rounded corners in Photoshop.  I have tried the smooth command from the select Menu, only to have my shoulders sag every time I see the jagged selection.  I never thought of using the shape tool to make a path, then convert that path into a selection or a [...]]]></description>
			<content:encoded><![CDATA[<p>I have often struggled with getting nice, smoothly-rounded corners in Photoshop.  I have tried the smooth command from the select Menu, only to have my shoulders sag every time I see the jagged selection.  I never thought of using the shape tool to make a path, then convert that path into a selection or a mask&#8230;  DUH.  Gotta love <a href="http://www.google.com">Google</a>, eh?</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2009/06/graphic-design/smooth-rounded-corners-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop CS2 on Leopard</title>
		<link>http://scratchpad.farmsoftstudios.com/2009/06/apple-computer/photoshop-cs2-on-leopard/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2009/06/apple-computer/photoshop-cs2-on-leopard/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 21:00:53 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Apple Computer]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Photoshop CS2]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=148</guid>
		<description><![CDATA[Anyone else getting as frustrated as I am with random, untraceable crashes?  I&#8217;m thinking of upgrading just for stability.  I&#8217;m also wondering how well it&#8217;s going to play with Snow Leopard, as that is coming out the door here shortly.]]></description>
			<content:encoded><![CDATA[<p>Anyone else getting as frustrated as I am with random, untraceable crashes?  I&#8217;m thinking of upgrading just for stability.  I&#8217;m also wondering how well it&#8217;s going to play with Snow Leopard, as that is coming out the door here shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2009/06/apple-computer/photoshop-cs2-on-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting an HTML element&#8217;s class with Javascript</title>
		<link>http://scratchpad.farmsoftstudios.com/2009/04/graphic-design/setting-an-html-elements-class-with-javascript/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2009/04/graphic-design/setting-an-html-elements-class-with-javascript/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 18:32:07 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=139</guid>
		<description><![CDATA[I was pulling my hair out trying to figure out why I was getting a parse-error with this code&#8230; DUH! document.getElementById('test').class = "test" &#8220;class&#8221; is a reserved name, of course&#8230; So you access it with: document.getElementById('test').className = "test"]]></description>
			<content:encoded><![CDATA[<p>I was pulling my hair out trying to figure out why I was getting a parse-error with this code&#8230; DUH!
<pre>document.getElementById('test').class = "test"</pre>
<p>&#8220;class&#8221; is a reserved name, of course&#8230;  So you access it with:
<pre>document.getElementById('test').className = "test"</pre>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2009/04/graphic-design/setting-an-html-elements-class-with-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A List Apart: In Defense of Eye Candy</title>
		<link>http://scratchpad.farmsoftstudios.com/2009/04/graphic-design/a-list-apart-in-defense-of-eye-candy/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2009/04/graphic-design/a-list-apart-in-defense-of-eye-candy/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 13:12:35 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=124</guid>
		<description><![CDATA[A List Apart: Articles: In Defense of Eye Candy. Wonderful article on design&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alistapart.com/articles/indefenseofeyecandy">A List Apart: Articles: In Defense of Eye Candy</a>.</p>
<p>Wonderful article on design&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2009/04/graphic-design/a-list-apart-in-defense-of-eye-candy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 3.0</title>
		<link>http://scratchpad.farmsoftstudios.com/2008/12/graphic-design/web-30/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2008/12/graphic-design/web-30/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 20:34:04 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Applications]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=80</guid>
		<description><![CDATA[Wow. That is all I can say. This is the most impressive web application that I have ever laid eyes on. Check it out here: http://280slides.com]]></description>
			<content:encoded><![CDATA[<p>Wow.  That is all I can say.  This is the most impressive web application that I have ever laid eyes on.</p>
<p>Check it out here: <a href="http://280slides.com">http://280slides.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2008/12/graphic-design/web-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternating Table Backgrounds in PHP</title>
		<link>http://scratchpad.farmsoftstudios.com/2008/09/graphic-design/alternating-table-backgrounds-in-php/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2008/09/graphic-design/alternating-table-backgrounds-in-php/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 19:15:24 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=53</guid>
		<description><![CDATA[If you like the alternating table backgrounds that are in applications like iTunes, and want them in your web application, there is a simple way to do so in PHP: &#60;table&#62;  &#60;tr class="title"&#62;   &#60;td&#62;&#60;/td&#62;  &#60;/tr&#62; &#60;?php $i=0; foreach($row as $r){    if($i&#38;0){$alt=' class="even"';}else{$alt='';}    echo "&#60;tr".$alt."&#62;";    //other table stuff in here    $i++;    echo "&#60;/tr&#62;"; } ?&#62; &#60;/table&#62;]]></description>
			<content:encoded><![CDATA[<p>If you like the alternating table backgrounds that are in applications like iTunes, and want them in your web application, there is a simple way to do so in PHP:</p>
<p><code><span style="color: #000000;">&lt;table&gt;<br />
 &lt;tr class="title"&gt;<br />
  &lt;td&gt;&lt;/td&gt;<br />
 &lt;/tr&gt;<br />
<span style="color: #0000bb;">&lt;?php<br />
$i</span><span style="color: #007700;">=</span><span style="color: #0000bb;">0</span><span style="color: #007700;">;<br />
foreach(</span><span style="color: #0000bb;">$row </span><span style="color: #007700;">as </span><span style="color: #0000bb;">$r</span><span style="color: #007700;">){<br />
   if(</span><span style="color: #0000bb;">$i</span><span style="color: #007700;">&amp;</span><span style="color: #0000bb;">0</span><span style="color: #007700;">){</span><span style="color: #0000bb;">$alt</span><span style="color: #007700;">=</span><span style="color: #dd0000;">' class="even"'</span><span style="color: #007700;">;}else{</span><span style="color: #0000bb;">$alt</span><span style="color: #007700;">=</span><span style="color: #dd0000;">''</span><span style="color: #007700;">;}<br />
   echo </span><span style="color: #dd0000;">"&lt;tr"</span><span style="color: #007700;">.</span><span style="color: #0000bb;">$alt</span><span style="color: #007700;">.</span><span style="color: #dd0000;">"&gt;"</span><span style="color: #007700;">;<br />
   </span><span style="color: #ff8000;">//other table stuff in here<br />
   </span><span style="color: #0000bb;">$i</span><span style="color: #007700;">++;<br />
   echo </span><span style="color: #dd0000;">"&lt;/tr&gt;"</span><span style="color: #007700;">;<br />
}<br />
</span><span style="color: #0000bb;">?&gt;<br />
</span>&lt;/table&gt;</span><br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2008/09/graphic-design/alternating-table-backgrounds-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why We Skip Photoshop</title>
		<link>http://scratchpad.farmsoftstudios.com/2008/07/graphic-design/why-we-skip-photoshop/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2008/07/graphic-design/why-we-skip-photoshop/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 16:48:35 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[FarmSoft Studios]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=48</guid>
		<description><![CDATA[37 Signals has an interesting article on why PSD mockups are not as fluid of a workflow when you are trying to get some usability concepts across to your client.  The comments are also a good read to balance out the article. http://www.37signals.com/svn/posts/1061-why-we-skip-photoshop]]></description>
			<content:encoded><![CDATA[<p>37 Signals has an interesting article on why PSD mockups are not as fluid of a workflow when you are trying to get some usability concepts across to your client.  The comments are also a good read to balance out the article.</p>
<p><a title="http://www.37signals.com/svn/posts/1061-why-we-skip-photoshop" href="http://www.37signals.com/svn/posts/1061-why-we-skip-photoshop" target="_blank">http://www.37signals.com/svn/posts/1061-why-we-skip-photoshop</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2008/07/graphic-design/why-we-skip-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s Website = Web 2.0 Perfection</title>
		<link>http://scratchpad.farmsoftstudios.com/2008/05/apple-computer/apples-website-web-20-perfection/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2008/05/apple-computer/apples-website-web-20-perfection/#comments</comments>
		<pubDate>Mon, 26 May 2008 13:24:19 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Apple Computer]]></category>
		<category><![CDATA[Graphic Design]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=38</guid>
		<description><![CDATA[According to this article here: Apple&#8217;s design has always used a great balanced combination of tone (darks), rich effects and colour to draw the eye. It may be the most perfectly designed web site there is, in my opinion.]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://www.webdesignfromscratch.com/web-2.0-design-style-guide.cfm">this article here</a>:</p>
<blockquote><p>Apple&#8217;s design has always used a great balanced combination of tone (darks), rich effects and colour to draw the eye.</p>
<p>It may be the most perfectly designed web site there is, in my opinion.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2008/05/apple-computer/apples-website-web-20-perfection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShilohStream :: Christian Music</title>
		<link>http://scratchpad.farmsoftstudios.com/2007/11/graphic-design/shilohstream-christian-music/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2007/11/graphic-design/shilohstream-christian-music/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 07:39:38 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[FarmSoft Studios]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/archives/2007/11/22/graphic-design/shilohstream-christian-music/</guid>
		<description><![CDATA[The project over at www.shilohstream.com has been going well. We seem to always have a few listeners, and the peak has slowly but steadily increased. A special thanks to all who have contributed, advertised, and promoted the service. I pray that God would be glorified, and that other Christians would be blessed. I would also [...]]]></description>
			<content:encoded><![CDATA[<p>The project over at <a href="http://www.shilohstream.com" target="_blank" title="ShilohStream :: Christian Music">www.shilohstream.com</a> has been going well.  We seem to always have a few listeners, and the peak has slowly but steadily increased.  A special thanks to all who have contributed, advertised, and promoted the service.  I pray that God would be glorified, and that other Christians would be blessed.  I would also like to thank all those that have registered.</p>
<p style="text-align: center"> <a href="http://www.shilohstream.com" title="ShilohStream :: Christian Music" target="_blank"><img src="http://www.farmsoftstudios.com/shilohstream/media/SSA100.png" alt="ShilohStream :: Christian Music" title="ShilohStream :: Christian Music" style="border: medium none " height="96" width="226" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2007/11/graphic-design/shilohstream-christian-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FarmSoft Studios Status Update</title>
		<link>http://scratchpad.farmsoftstudios.com/2007/11/graphic-design/farmsoft-studios-status-update/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2007/11/graphic-design/farmsoft-studios-status-update/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 07:18:48 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[FarmSoft Studios]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/archives/2007/11/22/graphic-design/farmsoft-studios-status-update/</guid>
		<description><![CDATA[As you might have gathered, stuff stopped happening around here.  This was due in part to the fact that I am now employed full-time at Computer Connections of Reedsburg, WI, a local IT company here.  That does not mean that I am no longer available for graphic/web consulting; it just means that I have less time to tinker with [...]]]></description>
			<content:encoded><![CDATA[<p>As you might have gathered, stuff stopped happening around here.  This was due in part to the fact that I am now employed full-time at <a href="http://www.ccwis.com" target="_blank" title="Computer Connections">Computer Connections</a> of Reedsburg, WI, a local IT company here.  That does <span style="font-weight: bold" class="Apple-style-span">not</span> mean that I am no longer available for graphic/web consulting; it just means that I have less time to tinker with this site, and updating my blog with content that is relevant to the graphic industry.  If you&#8217;re in need of a website, or just some general web design/graphics advice, feel free to <a href="http://www.farmsoftstudios.com/contact.php" title="Contact Me!">drop me a line</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2007/11/graphic-design/farmsoft-studios-status-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

