<?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>Field 2 Design &#187; design</title>
	<atom:link href="http://field2.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://field2.com</link>
	<description>Expert WordPress designers and developers in Buffalo and Western New York.</description>
	<lastBuildDate>Thu, 12 Jan 2012 14:26:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSS Coding tip</title>
		<link>http://field2.com/css-coding-tip/</link>
		<comments>http://field2.com/css-coding-tip/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 23:15:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://field2.com/?p=410</guid>
		<description><![CDATA[I see too many people styling the list of links, aka the nav bar, at the wrong level. Styling should target the youngest generation as much as possible. Consider this html: &#60;ul&#62; &#60;li&#62; &#60;a href=&#8221;index.html&#8221;&#62;Home&#60;/a&#62; &#60;/li&#62; &#60;li&#62; &#60;a href=&#8221;about.html&#8221;&#62;About Us&#60;/a&#62; &#60;/li&#62; &#60;li&#62; &#60;a href=&#8221;contact.html&#8221;&#62;Contact Us&#60;/a&#62; &#60;/li&#62; &#60;/ul&#62; UL is the grandparent, LI is the parent, [...]]]></description>
			<content:encoded><![CDATA[<p>I see too many people styling the list of links, aka the nav bar, at the wrong level.<br />
Styling should target the youngest generation as much as possible. Consider this html:<br />
&lt;ul&gt;<br />
&lt;li&gt;<br />
&lt;a href=&#8221;index.html&#8221;&gt;Home&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;<br />
&lt;a href=&#8221;about.html&#8221;&gt;About Us&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;<br />
&lt;a href=&#8221;contact.html&#8221;&gt;Contact Us&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
UL is the grandparent, LI is the parent, A is the child.<br />
I commonly see this css:</p>
<p>ul.nav, ul.nav li {margin:0;padding:0} //reset the default list spacing browsers<br />
ul.nav li {float:left;width:100px;height:30px;line-height:30px}</p>
<p>Much better is:</p>
<p>ul.nav, ul.nav li {margin:0;padding:0} //reset the default list spacing browsers<br />
ul.nav li {display:inline}<br />
ul.nav li a {display:block;float:left;padding:0 24px;height:30px;line-height:30px}</p>
<p>This enhances the usability of the nav bar. The user does not have to click specifically on the text to navigate the site, but instead she can click anywhere in the block around the text. There are additional  advantages to this method that I will explain at some point.</p>
<p>Bottom line: target the youngest child in any block of code with your css, and move up a generation only when necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://field2.com/css-coding-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEA Logo udate</title>
		<link>http://field2.com/nea-logo-udate/</link>
		<comments>http://field2.com/nea-logo-udate/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 23:29:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://field2.com/?p=400</guid>
		<description><![CDATA[Looks like the NEA is finally using their new logo: http://www.nea.gov/manageaward/logos/index.html Congrats to Hoon Kim and Why Not Smile http://whynotsmile.com/ I still think, as do many in the design community, that the whole contest thing was a bit odd, at the very least, and downright unethical at worst. Since the contest launched last spring, the [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like the NEA is finally using their new logo:</p>
<p>http://www.nea.gov/manageaward/logos/index.html</p>
<p>Congrats to Hoon Kim and Why Not Smile</p>
<p>http://whynotsmile.com/</p>
<p>I still think, as do many in the design community, that the whole contest thing was a bit odd, at the very least, and downright unethical at worst. Since the contest launched last spring, the NEA has said nothing about the winner and/or the process by which the logo was selected. In any case, I think the new logo is spot-on and hits the target. See my older posts on this topic for a link to my entry, which in retrospect seems a bit overcomplicated.</p>
]]></content:encoded>
			<wfw:commentRss>http://field2.com/nea-logo-udate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Didn&#8217;t win the NEA logo Contest!</title>
		<link>http://field2.com/didnt-win-the-nea-logo-contest/</link>
		<comments>http://field2.com/didnt-win-the-nea-logo-contest/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 14:32:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[logo design]]></category>
		<category><![CDATA[nea logo]]></category>

		<guid isPermaLink="false">http://field2.com/didnt-win-the-nea-logo-contest/</guid>
		<description><![CDATA[So after waiting in the dark a while, I got this email yesterday: &#8220;April 13, 2010 Subj: Notification of Contract Award RFP 10-06 to Propose a Design for an “Art Works” logo for the National Endowment for the Arts (NEA) Dear Prospective Offeror, The Federal Government, National Endowment for the Arts would like to thank [...]]]></description>
			<content:encoded><![CDATA[<p>So after waiting in the dark a while, I got this email yesterday:<br />
&#8220;April 13, 2010<br />
Subj: Notification of Contract Award RFP 10-06 to Propose a Design for an “Art Works” logo for the National Endowment for the Arts (NEA)<br />
Dear Prospective Offeror,<br />
The Federal Government, National Endowment for the Arts would like to thank you for your proposal in response to our Request for Proposal RFP 10-06 to Propose a Design for an “Art Works” logo for the National Endowment for the Arts (NEA).<br />
Unfortunately, your proposal was not selected for award. The Federal Government, National Endowment for the Arts would like to provide you with the following information regarding the solicitation/award. Specific information pertaining to the award is listed below.<br />
Number of proposals received: 559 The total estimated contract price: &#8211; Why Not Smile LLC, in the amount of $25,000<br />
Name and address of offeror receiving the award: Why Not Smile LLC 10 Jay Street, Suite 801A Brooklyn, NY 11201<br />
The Federal Government, National Endowment for the Arts (NEA wishes to thank you for the time and effort you devoted to participating in the subject solicitation and encourage your organization&#8217;s participation in future procurements.<br />
Again, thank you very much for your cooperation and assistance in this acquisition process. Sincerely,<br />
Latonca M. Harris<br />
Latonca M. Harris Contracting Officer&#8221;</p>
<p>Oh well, 1 in 559 is pretty tough odds. Congrats to the winner, I&#8217;m looking forward to seeing the end result.</p>
]]></content:encoded>
			<wfw:commentRss>http://field2.com/didnt-win-the-nea-logo-contest/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>NEA Logo contest entry</title>
		<link>http://field2.com/333/</link>
		<comments>http://field2.com/333/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 23:32:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://field2.com/333/</guid>
		<description><![CDATA[So last month I spent a bunch of time working on a logo design in response to Uncle Sam’s RFP: http://artsbeat.blogs.nytimes.com/2010/02/01/wholl-design-the-new-nea-logo-it-could-be-you/ . Regardless of what I think of spec work, I love high scale design competitions. Too much design is born from who-you-know and schmoozing. Here&#8217;s my scrapbook file: and the final entry:]]></description>
			<content:encoded><![CDATA[<p>So last month I spent a bunch of time working on a logo design in response to Uncle Sam’s RFP: http://artsbeat.blogs.nytimes.com/2010/02/01/wholl-design-the-new-nea-logo-it-could-be-you/<br />
. Regardless of what I think of spec work, I love high scale design competitions. Too much design is born from who-you-know and schmoozing.</p>
<p>Here&#8217;s my scrapbook file:<br />
<a href="http://field2.com/wp-content/uploads/2010/03/artworks.png"><img class="alignnone size-thumbnail wp-image-331" title="artworks" src="http://field2.com/wp-content/uploads/2010/03/artworks-150x150.png" alt="" width="150" height="150" /></a></p>
<p>and the final entry:</p>
<p><a href="http://field2.com/wp-content/uploads/2010/03/BenDunkle_ArtWorks_color.jpg"><img class="alignnone size-thumbnail wp-image-332" title="BenDunkle_ArtWorks_color" src="http://field2.com/wp-content/uploads/2010/03/BenDunkle_ArtWorks_color-150x150.jpg" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://field2.com/333/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JOMA machine website</title>
		<link>http://field2.com/joma-machine-website/</link>
		<comments>http://field2.com/joma-machine-website/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:42:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://field2.com/?p=71</guid>
		<description><![CDATA[This is one of my favorite designs. My brother-in-law owns a precision steel machine parts manufacturing company near Reading, PA. He&#8217;s Swiss, well his parents are anyway, so I thought I&#8217;d go heavy on the helvetica and grid. Click here to see website]]></description>
			<content:encoded><![CDATA[<p>This is one of my favorite designs. My brother-in-law owns a precision steel machine parts manufacturing company near Reading, PA. He&#8217;s Swiss, well his parents are anyway, so I thought I&#8217;d go heavy on the helvetica and grid.</p>
<p><a rel="shadowbox;player=iframe;width=1100;" href="http://www.jomamachine.com">Click here to see website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://field2.com/joma-machine-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The BBPress icons</title>
		<link>http://field2.com/the-bbpress-icons/</link>
		<comments>http://field2.com/the-bbpress-icons/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 15:07:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://bendunkle.com/?p=217</guid>
		<description><![CDATA[Here&#8217;s some recent icons done for BBPress:]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some recent icons done for <a href="http://bbpress.org">BBPress</a>:</p>
<p><a href="http://bendunkle.com/wp-content/uploads/2009/08/bbpress_icons_32.png"><img class="alignnone size-full wp-image-218" title="bbpress_icons_32" src="http://bendunkle.com/wp-content/uploads/2009/08/bbpress_icons_32.png" alt="bbpress_icons_32" width="500" height="96" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://field2.com/the-bbpress-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gallery 3 icons</title>
		<link>http://field2.com/gallery-3-icons/</link>
		<comments>http://field2.com/gallery-3-icons/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 15:00:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://bendunkle.com/?p=213</guid>
		<description><![CDATA[I&#8217;ve been working on icons for the upcoming release of Gallery 3 (http://gallery.menalto.com/). Here they are:]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on icons for the upcoming release of Gallery 3 (http://gallery.menalto.com/). Here they are:</p>
<p><a href="http://bendunkle.com/wp-content/uploads/2009/08/gallery_icons.png"><img class="alignleft size-full wp-image-214" title="gallery_icons" src="http://bendunkle.com/wp-content/uploads/2009/08/gallery_icons.png" alt="gallery_icons" width="423" height="99" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://field2.com/gallery-3-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample icon file for wordpress plugins</title>
		<link>http://field2.com/sample-icon-file-for-wordpress-plugins/</link>
		<comments>http://field2.com/sample-icon-file-for-wordpress-plugins/#comments</comments>
		<pubDate>Sun, 31 May 2009 19:47:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://bendunkle.com/?p=192</guid>
		<description><![CDATA[icon_effect.zip You can download this file and use it as a starting point when designing plugin icons, so that they resemble the default set in WordPress&#8217; admin area. Copy and paste the effect applied to the rounded rectangle shape to your own vector shape in Photoshop.]]></description>
			<content:encoded><![CDATA[<p><a href="http://bendunkle.com/wp-content/uploads/2009/05/icon_effectpsd.zip">icon_effect.zip</a></p>
<p>You can download this file and use it as a starting point when designing plugin icons, so that they resemble the default set in WordPress&#8217; admin area. Copy and paste the effect applied to the rounded rectangle shape to your own vector shape in Photoshop.</p>
]]></content:encoded>
			<wfw:commentRss>http://field2.com/sample-icon-file-for-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment icons</title>
		<link>http://field2.com/comment-icons/</link>
		<comments>http://field2.com/comment-icons/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 01:22:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://bendunkle.com/?p=165</guid>
		<description><![CDATA[OK, dilemma here. Does the pointy part of a comment bubble icon face left or right? Consider: versus: so, which one says &#8220;Comments&#8221; more directly? To clarify, here&#8217;s the one in the WordPress admin (I designed it): And here&#8217;s the one on digg.com: I kinda wish now that I had made the point face left, [...]]]></description>
			<content:encoded><![CDATA[<p>OK, dilemma here. Does the pointy part of a comment bubble icon face left or right? Consider:</p>
<p><img class="alignleft size-full wp-image-166" title="comments_left" src="http://bendunkle.com/wp-content/uploads/2009/04/comments_left.png" alt="comments_left" width="128" height="128" /></p>
<p>versus:</p>
<p><img class="alignleft size-full wp-image-167" title="comments_right" src="http://bendunkle.com/wp-content/uploads/2009/04/comments_right.png" alt="comments_right" width="128" height="128" /></p>
<p>so, which one says &#8220;Comments&#8221; more directly?</p>
<p>To clarify, here&#8217;s the one in the WordPress admin (I designed it):</p>
<p><img class="alignleft size-full wp-image-170" title="wordpress_icon" src="http://bendunkle.com/wp-content/uploads/2009/04/wordpress_icon.png" alt="wordpress_icon" width="131" height="111" /></p>
<p>And here&#8217;s the one on digg.com:</p>
<p><img class="alignleft size-full wp-image-172" title="digg_icon" src="http://bendunkle.com/wp-content/uploads/2009/04/digg_icon.png" alt="digg_icon" width="107" height="74" /></p>
<p>I kinda wish now that I had made the point face left, like in digg.com, but maybe not&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://field2.com/comment-icons/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The extra icons</title>
		<link>http://field2.com/the-extra-icons/</link>
		<comments>http://field2.com/the-extra-icons/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 05:00:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://bendunkle.com/?p=68</guid>
		<description><![CDATA[I did a ton of icons for the project icon contest, here&#8217;s a chart of ones that didn&#8217;t make the cut:]]></description>
			<content:encoded><![CDATA[<p>I did a ton of icons for the project icon contest, here&#8217;s a chart of ones that didn&#8217;t make the cut:</p>
<div id="attachment_69" class="wp-caption alignnone" style="width: 224px"><a href="http://bendunkle.com/wp-content/uploads/2008/12/allup.png"><img class="size-full wp-image-69" title="allup" src="http://bendunkle.com/wp-content/uploads/2008/12/allup.png" alt="the losers" width="214" height="400" /></a><p class="wp-caption-text">the losers</p></div>
]]></content:encoded>
			<wfw:commentRss>http://field2.com/the-extra-icons/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

