<?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>acepek &#187; design</title>
	<atom:link href="http://acepek.com/category/design/feed" rel="self" type="application/rss+xml" />
	<link>http://acepek.com</link>
	<description>portfolio</description>
	<lastBuildDate>Thu, 19 Apr 2012 20:42:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Web Typography</title>
		<link>http://acepek.com/design/typography</link>
		<comments>http://acepek.com/design/typography#comments</comments>
		<pubDate>Thu, 16 Jun 2011 23:41:25 +0000</pubDate>
		<dc:creator>aaron cepek</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[font embed]]></category>
		<category><![CDATA[font-face]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://acepek.com/?p=393</guid>
		<description><![CDATA[I&#8217;ve embeded one font for use in this site using CSS3 and used another prominetly. I found both on dafont.com. The first used for the &#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dafont.com/infinite-justice.font" target="_blank"><img src="http://acepek.com/wp-content/uploads/2011/06/infinite-justice.png" alt="" title="infinite justice font" width="360" height="30" class="alignnone size-full wp-image-542" /></a><br />
I&#8217;ve embeded one font for use in this site using CSS3 and used another prominetly. I found both on <a href="http://www.dafont.com/" target="_blank">dafont.com</a>. The first used for the &#8220;logo&#8221; of my name <a href="#top">up top</a> is <a href="http://www.dafont.com/infinite-justice.font" target="_blank">Infinite Justice</a> by <a href="http://moorstation.org/typoasis/designers/insanitype/" target="_blank">Insanitype</a>. I chose it because of the strength of the typeface and the angularity of the letters. It was from those angles that I carved out pieces of the background of the core of the site.</p>
<p><a href="http://www.dafont.com/dream-orphans.font" target="_blank"><img src="http://acepek.com/wp-content/uploads/2011/06/dream-orphans.png" alt="" title="dream-orphans" width="360" height="62" class="alignnone size-full wp-image-543" /></a><br />
The other font that I use throughout the site is called <a href="http://www.dafont.com/dream-orphans.font" target="_blank">Dream Orphans</a> by <a href="http://typodermicfonts.com/" target="_blank">Typodermic Fonts</a>. I found this font interesting without being distracting. Also at slightly larger sizes I found it to be quite readable.</p>
<p>I mentioned <a href="http://www.dafont.com/" target="_blank">dafont.com</a>. They have many fonts that can be useful for certain projects. The fonts are all free, although sometimes you get what you pay for. Also I mentioned embedding one of the fonts throughout the site using CSS3. You upload the font to your website and then add something like this to the stylesheet:</p>
<p><code>@font-face {<br />
font-family: "DreamOrphans";<br />
src:url('assets/Dream-Orphans.ttf'),<br />
    url('assets/Dream-Orphans.eot'),<br />
	url("assets/Dream-Orphans.woff") format("woff"),<br />
	url("assets/Dream-Orphans.otf") format("opentype"),<br />
	url("assets/Dream-Orphans.svg#Dream-Orphans") format("svg"),<br />
	local("Dream Orphans"), local("Dream-Orphans");<br />
}</p>
<p>body {<br />
	font: 13px "DreamOrphans", "Trebuchet MS", Arial, Helvetica, sans-serif;<br />
	background: #F0F0F0 url(images/bg.jpg) center top;<br />
	text-align:center;<br />
	color:#fff;<br />
}<br />
</code></p>
<p>Check out this article <a href="http://perishablepress.com/press/2010/04/14/visual-walkthrough-font-face-css/" target=_blank" title="for more info on how to embed a font using CSS3">a Visual Walkthrough of @font-face CSS Code</a> for more info on how to embed a font using CSS3.</p>
<p>Here I&#8217;ve got both the addition of the fontface and the font name being added to a element (body). The .eot file is a special consideration for that troublesome Internet Explorer. There are <a href="http://www.kirsle.net/wizards/ttf2eot.cgi" target="_blank" title="free online eot font converter for CSS3">free online</a> <a href="http://www.fontsquirrel.com/fontface/generator" target="_blank" title="free online eot font converter for CSS3">font converters</a> that can convert a .ttf to an .eof fast and free.</p>
<p><span class="button">failure</span> If you have problems getting your font to appear once you have added it to your stylesheet and uploaded it to the proper directory try opening the font on your local machine and verifying that the font name is the same you have used in your styleheet. The file name and the font name are not necessarily the same. Check out <a href="http://www.rachaelmoore.name/web-design/fonts-typography/finding-font-name-css-font-family-font-stack/" target="_blank" title="in depth about finding font names">Name That Font! Finding the right font name for a CSS font stack</a> which goes in depth about finding font names. </p>
<p>Be careful embedding copyrighted fonts. I don&#8217;t actually know the law on that one, I just assume that it&#8217;s the same as distributing any copyrighted material: avoid. There are tons of free fonts out there, some of them actually good. You may also want to check out the <a href="http://www.google.com/webfonts" target=_blank">google web fonts</a> project. They have many fonts and resources to get your site looking snazzy.</p>
<p>Have fun adding a little personality to your site&#8217;s text.</p>
]]></content:encoded>
			<wfw:commentRss>http://acepek.com/design/typography/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting the Mood: Video Backgrounds</title>
		<link>http://acepek.com/design/setting-the-mood-video-backgrounds</link>
		<comments>http://acepek.com/design/setting-the-mood-video-backgrounds#comments</comments>
		<pubDate>Thu, 16 Jun 2011 22:19:29 +0000</pubDate>
		<dc:creator>aaron cepek</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://acepek.com/?p=446</guid>
		<description><![CDATA[The general characteristics I sought in video for the backgrounds of acepek.com were texture-rich, poignant, abstract, graceful movement, scale, and interest. Not all of the videos have all of these, but most have most.]]></description>
			<content:encoded><![CDATA[<div style="text-align:right"><a href="http://www.youtube.com/user/arbitrarynom" target="_blank">My YouTube channel</a></div>
<p><a name="FtICi4lc27Q"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/FtICi4lc27Q?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe></p>
<p>The general characteristics I sought in video for the backgrounds of acepek.com were texture-rich, poignant, abstract, graceful movement, scale, and interest. Not all of the videos have all of these, but most have most. Take a look at them and try enabling the background videos if your system can handle it!</p>
<p><a href="" class="update">D.I.Y.</a> If you want to know how to play a video as your website background, create controls, and otherwise manipulate a YouTube video check out my post DIY Obnoxious Video Backgrounds (<span class="gray">coming soon</span>).</p>
<p>I did not create any of these videos. I chose them from amongst all the videos on YouTube to enhance my website and the posts via juxtaposition. Once you have <a href="#" class="pause-vbg">enabled the background videos</a> with the controls at the bottom right of the screen the videos will change to correspond to the post you are viewing or you can <a href="#" class="new-vbg">change them yourself</a>.</p>
<p>Despite all the HTML5 on the site I am using YouTube videos inside a Flash Player until such time as the YouTube HTML5 embed method is compatible with the <a href="http://www.seanmccambridge.com/articles/page/jquery-tubular-a-youtube-javascript-video-background-jquery-plugin/" target="_blank" title="Tubular jQuery YouTube video background plugin">Query YouTube plugin</a> that I use for the background video. For the individual videos on this page I am using the new HTML5 capable embed method that uses an iframe to deliver more viewing options.</p>
<p><a name="Lj2qqoZzZ3M"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/Lj2qqoZzZ3M?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=Lj2qqoZzZ3M" target="_blank">HD EARTH VIEWS FROM SPACE STATION</a><br />
NASA&#8217;s videos are out-of-this-world. Obvious choices. Oh, also they don&#8217;t have advertisements and usually no annotations (which can be disabled anyway).</p>
<p><a name="WTP1HZqjSaM"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/WTP1HZqjSaM?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=WTP1HZqjSaM" target="_blank">M.C. Escher-Adventures in Perception pt.2</a><br />
This one is a bit different. I like M.C. Escher and love this old projector film.</p>
<p><a name="6nmVylTpE7w"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/6nmVylTpE7w?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=6nmVylTpE7w" target="_blank">1 Million Particle Liquid</a><br />
I found a few of these different particle collision models and this one was pretty rad.</p>
<p><a name="wdZ-P6V-4Zs"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/wdZ-P6V-4Zs?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=wdZ-P6V-4Zs" target="_blank">1,000,000 Particle Kelvin-Helmholtz Instability</a><br />
Another rad particle model, <a href="http://en.wikipedia.org/wiki/Kelvin%E2%80%93Helmholtz_instability" target="_blank">this description is lifted from Wikipedia</a>:</p>
<blockquote><p>The Kelvin-Helmholtz instability can occur when velocity shear is present within a continuous fluid, or when there is sufficient velocity difference across the interface between two fluids.</p></blockquote>
<p><a name="wLyFIj8A9Lc"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/wLyFIj8A9Lc?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=wLyFIj8A9Lc" target="_blank">Light &amp; MPM</a><br />
The creator describes it as &#8220;Half MPM and half lighting simulator, but stronger than both.&#8221; MPM stands for <a href="http://en.wikipedia.org/wiki/Material_Point_Method" target="_blank">Material Point Method</a>.</p>
<p><a name="alL4eqBUk60"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/alL4eqBUk60?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=alL4eqBUk60" target="_blank">Blob High-Resolution</a><br />
Another collision simulation, this one with circles sort of melting.</p>
<p><a name="AlYoHWHVQk4"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/AlYoHWHVQk4?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=AlYoHWHVQk4" target="_blank">The Kuroshio Sea with all large &#8220;fishes&#8221; inside~~~</a><br />
I would love to visit this aquarium. Despite my fear of being eaten by a large fish, I think being underwater looks peaceful.</p>
<p><a name="YjGHXNhzY0k"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/YjGHXNhzY0k?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=YjGHXNhzY0k" target="_blank">Melody Underwater Test Shots</a><br />
Speaking of being peaceful underwater&#8230; Maybe it&#8217;s reminiscent of the womb.</p>
<p><a name="rQ4n2HjppWo"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/rQ4n2HjppWo?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=rQ4n2HjppWo" target="_blank">Chandra Presents the Rosette Nebula</a><br />
NASA&#8217;s videos are out-of-this-world. Obvious choices. Oh, also they don&#8217;t have advertisements and usually no annotations (which can be disabled anyway).</p>
<p><a name="Q43izaD2g0w"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/Q43izaD2g0w?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=Q43izaD2g0w" target="_blank">Moon Jellies</a><br />
Jellyfish up close. Simple primordial beings undulating through the ocean. Good times.</p>
<p><a name="sdkIwaF2ujs"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/sdkIwaF2ujs?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=sdkIwaF2ujs" target="_blank">Time Lapse Sunrise</a><br />
Stationary camera, time-lapse photography&#8230; Oh yeah, and a sunrise that looks like it lit the sky on fire!</p>
<p><a name="TC304V9UUUE"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/TC304V9UUUE?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=TC304V9UUUE" target="_blank">Fractal animation 2</a><br />
I love symmetry and these complex models. They are usually just a portion of nature represented by math. Look into fractals and especially <a href="http://www.google.com/search?tbm=isch&#038;hl=en&#038;q=mandelbrot" target="_blank">Mandelbrot</a>.</p>
<p><a name="NXk4UPYwp8E"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/NXk4UPYwp8E?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=NXk4UPYwp8E" target="_blank">Time-Lapse: Tucson Arizona Sunset Aug 8, 2010</a><br />
Arizona has some of the most beautiful sunsets.</p>
<p><a name="Wtm2Kq3amDw"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/Wtm2Kq3amDw?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=Wtm2Kq3amDw" target="_blank">nikon D7000 super macro 336mm test footage</a><br />
Is the T1000 reforming into a killing machine? Not sure. But it looks cool.</p>
<p><a name="vx4CREppX8c"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/vx4CREppX8c?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=vx4CREppX8c" target="_blank">Sonja Henie</a><br />
Old footage of prodigy skater Sonja Henie. I actually learned something from this video&#8230; so many things not known.</p>
<p><a name="IEqccPhsqgA"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/IEqccPhsqgA?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=IEqccPhsqgA" target="_blank">Race Horse First Film Ever 1878 Eadweard Muybridge</a><br />
This is the first film. Ever. But the special effects in the sequel blow this one away. </p>
<p><a name="V7CPDaE2l-I"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/V7CPDaE2l-I?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=V7CPDaE2l-I" target="_blank">Normal Live Blood Cells(4)</a><br />
The body&#8217;s processes are interesting.</p>
<p><a name="z8zu_EvXnuk"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/z8zu_EvXnuk?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=z8zu_EvXnuk" target="_blank">Giants (t2i w/ Macro Lens)</a><br />
This one is all about macro texture. Big luscious texture.</p>
<p><a name="iVGh5-PGT5c"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/iVGh5-PGT5c?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=iVGh5-PGT5c" target="_blank">Time Lapse Snowy Tree Panning</a><br />
Time-lapse of snow melting is just fun to watch.</p>
<p><a name="tuto-IdsM5Q"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/tuto-IdsM5Q?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=tuto-IdsM5Q" target="_blank">Blurred City Lights &#8211; VFX</a><br />
This effect is called Bokeh. <a href="http://en.wikipedia.org/wiki/Bokeh" target="_blank">From Wikipedia</a>:</p>
<blockquote><p>Bokeh is the aesthetic quality of the blur in out-of-focus areas of an image.</p></blockquote>
<p>Now we know.</p>
<p><a name="vh-QHGkeaUQ"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/vh-QHGkeaUQ?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=vh-QHGkeaUQ" target="_blank">Starlings swarm in, murmurating, then totally fill the sky before roosting!</a><br />
This one is sort of an amalgam of the particle models and the sunset videos. Nature is best.</p>
<p><a name="85xZLR9uZeM"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/85xZLR9uZeM?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=85xZLR9uZeM" target="_blank">Bamboo Forest 2</a><br />
That is some tall grass!</p>
<p><a name="zWpD-fCC9lc"></a><iframe width="344" height="288" src="http://www.youtube.com/embed/zWpD-fCC9lc?rel=0&#038;iv_load_policy=3&#038;autohide=1&#038;showinfo=0&#038;modestbranding=1" frameborder="0" allowfullscreen></iframe><a href="http://www.youtube.com/watch?v=zWpD-fCC9lc" target="_blank">100 Million Years Later, Galactic Collision Continues</a><br />
NASA&#8217;s videos are out-of-this-world. Obvious choices. Oh, also they don&#8217;t have advertisements and usually no annotations (which can be disabled anyway).</p>
<hr/>
<p>I have a <a href="http://www.youtube.com/user/arbitrarynom" target="_blank">YouTube channel</a> if you want to subscribe or add me as a friend to keep up on new videos that I upload or like. Thanks for looking.</p>
]]></content:encoded>
			<wfw:commentRss>http://acepek.com/design/setting-the-mood-video-backgrounds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sushi &amp; Good Taste</title>
		<link>http://acepek.com/design/sushi-and-good-taste</link>
		<comments>http://acepek.com/design/sushi-and-good-taste#comments</comments>
		<pubDate>Thu, 16 Jun 2011 18:21:21 +0000</pubDate>
		<dc:creator>aaron cepek</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[nigiri]]></category>
		<category><![CDATA[phoenix]]></category>
		<category><![CDATA[sashimi]]></category>
		<category><![CDATA[sushi]]></category>

		<guid isPermaLink="false">http://acepek.com/?p=366</guid>
		<description><![CDATA[What does sushi have to do with design? With sushi the aesthetic is as important as the taste. Each maki roll, nigiri, or sashimi is &#8230;]]></description>
			<content:encoded><![CDATA[<div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:160px"></div><div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:170px"></div><div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:179px"></div><div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:185px"></div><div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:189px"></div><div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:190px"></div><div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:188px"></div><div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:189px"></div><div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:184px"></div><div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:177px"></div><div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:174px"></div><div style="float:right;clear:right;height:13px;width:0px"></div><div style="float:left;clear:left;height:13px;width:156px"></div><div style="float:right;clear:right;height:28px;width:0px"></div><div style="float:left;clear:left;height:13px;width:136px"></div><div class="img alignleft" title="sushi" style="background:url(http://acepek.com/wp-content/uploads/2011/05/sushi180.jpg)"></div><p>What does sushi have to do with design? With sushi the aesthetic is as important as the taste. Each maki roll, nigiri, or sashimi is created by choosing fresh ingredients and combining them in such a way as to maximize their visual appeal and flavor.</p><p>Art concepts like proportion, balance, color, &amp; asymmetry are integral in creating not just great tasting sushi but visually appealing sushi as well. The best ingredients for both art and sushi are fresh and simple. <a href="#phx-sushi">Skip to info about sushi ingredients &amp; where to get them in Phoenix</a>.</p>
<p>I&#8217;ve been making sushi for a few years now. Although I continue to improve, things would be easier with a sushi chef sensei! Besides reading up on the art of sushi I took a little class at <a href="http://rokaakor.com/" target="_blank">Roka Akor</a> that taught some history and the basics.</p>
<p><a href="http://acepek.com/wp-content/uploads/2011/05/sushi-plate2.jpg"><img src="http://acepek.com/wp-content/uploads/2011/05/sushi-plate2-300x300.jpg" alt="" title="sushi-plate2" width="300" height="300" class="alignnone size-medium wp-image-415" /></a></p>
<p>That&#8217;s shitake mushroom, cream cheese and egg on the top left, eel on the top right, and shrimp nigiri on the bottom. No raw fish!</p>
<p><a href="http://acepek.com/wp-content/uploads/2011/05/sushi-plate1.jpg"><img src="http://acepek.com/wp-content/uploads/2011/05/sushi-plate1-300x300.jpg" alt="" title="sushi-plate1" width="300" height="300" class="alignnone size-medium wp-image-413" /></a></p>
<p>That&#8217;s pickled ginger (gari) towards the bottom (looks sort of like pink petals). It cleanses the palette between sushis.</p>
<p><a href="http://acepek.com/wp-content/uploads/2011/05/nigiri-sushi.jpg"><img src="http://acepek.com/wp-content/uploads/2011/05/nigiri-sushi-300x300.jpg" alt="" title="nigiri-sushi" width="300" height="300" class="alignnone size-medium wp-image-412" /></a></p>
<p>Salmon, tuna, &amp; shrimp nigiri-zushi.</p>
<p><a href="http://acepek.com/wp-content/uploads/2011/05/maki-rolls.jpg"><img src="http://acepek.com/wp-content/uploads/2011/05/maki-rolls-300x300.jpg" alt="" title="maki-rolls" width="300" height="300" class="alignnone size-medium wp-image-411" /></a></p>
<p>As you can tell from the background, the real work for sushi is in the preparation of the ingredients. </p>
<p><a href="http://acepek.com/wp-content/uploads/2011/05/sushi-platter.jpg"><img src="http://acepek.com/wp-content/uploads/2011/05/sushi-platter-300x300.jpg" alt="" title="sushi-platter" width="300" height="300" class="alignnone size-medium wp-image-410" /></a></p>
<p>My secret delicious sauce is Japanese mayo, <a href="http://www.nytimes.com/2009/05/20/dining/20united.html" target="_blank">sriracha</a>, a little rice viniger, a pinch of sugar, and &amp; a little sake. I tell you because I asked a sushi chef the ingredients of their similar secret sauce and he treated me like I was crazy for asking!</p>
<p><a href="http://acepek.com/wp-content/uploads/2011/05/sushi-on-a-plate.jpg"><img src="http://acepek.com/wp-content/uploads/2011/05/sushi-on-a-plate-300x300.jpg" alt="" title="sushi-on-a-plate" width="300" height="300" class="alignnone size-medium wp-image-409" /></a></p>
<p>That purple stuff is beefsteak plant and there is way too much on those rolls.</p>
<p><a href="http://acepek.com/wp-content/uploads/2011/05/grilled-salmon.jpg"><img src="http://acepek.com/wp-content/uploads/2011/05/grilled-salmon-300x300.jpg" alt="" title="grilled-salmon" width="300" height="300" class="alignnone size-medium wp-image-408" /></a></p>
<p>That is a cooked piece of salmon flavored with bulgoki and ponzu sauce.</p>
<p><a href="http://acepek.com/wp-content/uploads/2011/05/making-nigiri-zushi.jpg"><img src="http://acepek.com/wp-content/uploads/2011/05/making-nigiri-zushi-300x300.jpg" alt="" title="making-nigiri-zushi" width="300" height="300" class="alignnone size-medium wp-image-407" /></a></p>
<p>Forming a nigiri-zushi which is harder than you might think.</p>
<p><a href="http://acepek.com/wp-content/uploads/2011/05/kitty-wants-sushi.jpg"><img src="http://acepek.com/wp-content/uploads/2011/05/kitty-wants-sushi-300x300.jpg" alt="" title="kitty-wants-sushi" width="300" height="300" class="alignnone size-medium wp-image-406" /></a></p>
<p>Loki loves Ahi tuna!</p>
<p><a href="http://acepek.com/wp-content/uploads/2011/05/spreading-sushi-rice.jpg"><img src="http://acepek.com/wp-content/uploads/2011/05/spreading-sushi-rice-300x300.jpg" alt="" title="spreading-sushi-rice" width="300" height="300" class="alignnone size-medium wp-image-405" /></a></p>
<p>I don&#8217;t use the paddle to spread rice anymore. It&#8217;s easier to wet your hands and do it.</p>
<p><a href="http://acepek.com/wp-content/uploads/2011/05/a-lot-of-sushi.jpg"><img src="http://acepek.com/wp-content/uploads/2011/05/a-lot-of-sushi-300x300.jpg" alt="" title="a-lot-of-sushi" width="300" height="300" class="alignnone size-medium wp-image-404" /></a></p>
<p>It&#8217;s a fun hobby that is great because it can be shared with friends and family.<br />
<a name="phx-sushi"></a></p>
<h6 class="gray">Sushi ingredients in Phoenix AZ</h6>
<p>Getting sashimi quality fish in the Phoenix valley can be a challenge. If you&#8217;re in the east valley check out <a href="http://www.azeats.com/seafoodmarket/mktplce.htm" target=_blank">the Seafood Market</a> in Gilbert. I have gotten some good quality fish before, but make sure you know what you&#8217;re doing before serving/eating raw fish. In the central Phoenix area the <a href="http://www.phxchinatown.com/SuperL-Ranch.htm" target="_blank">Super L Market Ranch</a> in the Chinese Cultural center carries &#8220;sashimi quality&#8221; pieces of tuna and salmon that are prepackaged. Check the dates. This fish is decent, but not ultra-fresh or flavorful. <a href="http://www.bluewatergrill.com/menus_and_food/fish_purchasing_policy.php" target="_blank">Bluewater Grill</a> also sells fresh seafood in the west valley. I have not tried them yet, but they were recommended to me.</p>
<p>Next time you have the chance order sushi and enjoy the delicious fishes and the simple artistry that goes into each morsel. If you&#8217;d like to learn more I reccommend reading a book about sushi and sitting at the sushi bar whenever you have a chance and watching the itamae (sushi chef). I have learned a few secrets just by watching a master. Itadakimasu! </p>
]]></content:encoded>
			<wfw:commentRss>http://acepek.com/design/sushi-and-good-taste/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

