<?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> &#187; How To</title>
	<atom:link href="http://david-carmona.com/category/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://david-carmona.com</link>
	<description></description>
	<lastBuildDate>Sat, 17 Mar 2012 19:31:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CSS Browser Hacks for Internet Explorer, Safari, Firefox, Chrome and Opera</title>
		<link>http://david-carmona.com/development/css-browser-hacks-for-internet-explorer-safari-firefox-chrome-and-opera</link>
		<comments>http://david-carmona.com/development/css-browser-hacks-for-internet-explorer-safari-firefox-chrome-and-opera#comments</comments>
		<pubDate>Wed, 01 Sep 2010 18:40:16 +0000</pubDate>
		<dc:creator>dcarmona</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://david-carmona.com/?p=1451</guid>
		<description><![CDATA[Here is a list of CSS Browser Hacks for the majority of popular browsers. Using this as a personal guide to some of my most common daily headaches. I&#8217;m still trying to figure out how to target FF2.0 w/ Mac&#8230; [coming soon]. /***** Selector Hacks ******/ /* IE6 and below */ * html #uno { [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of CSS Browser Hacks for the majority of popular browsers. Using this as a personal guide to some of my most common daily headaches. I&#8217;m still trying to figure out how to target FF2.0 w/ Mac&#8230; [coming soon].</p>
<pre><strong>/***** Selector Hacks ******/</strong>

<em>/* IE6 and below */</em>
* html #uno  { color: red }

<em>/* IE7 */</em>
*:first-child+html #dos { color: red } 

<em>/* IE7, FF, Saf, Opera  */</em>
html&gt;body #tres { color: red }

<em>/* IE8, FF, Saf, Opera (Everything but IE 6,7) */</em>
html&gt;/**/body #cuatro { color: red }

<em>/* Opera 9.27 and below, safari 2 */</em>
html:first-child #cinco { color: red }

<em>/* Safari 2-3 */</em>
html[xmlns*=""] body:last-child #seis { color: red }

<em>/* safari 3+, chrome 1+, opera9+, ff 3.5+ */</em>
body:nth-of-type(1) #siete { color: red }

<em>/* safari 3+, chrome 1+, opera9+, ff 3.5+ */</em>
body:first-of-type #ocho {  color: red }

<em>/* saf3+, chrome1+ */</em>
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #diez  { color: red  }
}

<em>/* iPhone / mobile webkit */</em>
@media screen and (max-device-width: 480px) {
 #veintiseis { color: red  }
}

<em>/* Safari 2 - 3.1 */</em>
html[xmlns*=""]:root #trece  { color: red  }

<em>/* Safari 2 - 3.1, Opera 9.25 */</em>
*|html[xmlns*=""] #catorce { color: red  }

<em>/* Everything but IE6-8 */</em>
:root *&gt; #quince { color: red  }

<em>/* IE7 */</em>
*+html #dieciocho {  color: red }

<em>/* Firefox only. 1+ */</em>
#veinticuatro,  x:-moz-any-link  { color: red }

<em>/* Firefox 3.0+ */</em>
#veinticinco,  x:-moz-any-link, x:default  { color: red  }

<strong>/***** Attribute Hacks ******/</strong>

<em>/* IE6 */</em>
#once { _color: blue }

<em>/* IE6, IE7 */</em>
#doce { *color: blue; /* or #color: blue */ }

<em>/* Everything but IE6 */</em>
#diecisiete { color/**/: blue }

<em>/* IE6, IE7, IE8 */</em>
#diecinueve { color: blue\9; }

<em>/* IE7, IE8 */</em>
#veinte { color/*\**/: blue\9; }

<em>/* IE6, IE7 -- acts as an !important */</em>
#veintesiete { color: blue !ie; } /* string after ! can be anything */</pre>
]]></content:encoded>
			<wfw:commentRss>http://david-carmona.com/development/css-browser-hacks-for-internet-explorer-safari-firefox-chrome-and-opera/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Simple 3D Text in Adobe Illustrator</title>
		<link>http://david-carmona.com/how-to/create-simple-3d-text-in-adobe-illustrator</link>
		<comments>http://david-carmona.com/how-to/create-simple-3d-text-in-adobe-illustrator#comments</comments>
		<pubDate>Fri, 27 Aug 2010 17:56:55 +0000</pubDate>
		<dc:creator>dcarmona</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://david-carmona.com/?p=1442</guid>
		<description><![CDATA[Creating 3D text in Adobe Illustrator is simple and easy. We could use 3Ds Max or Maya but this is way easier.  This is a good tutorial for beginners getting into the industry. You can take the fundamentals with you and add to the project. 1) Open Illustrator, Press [Ctrl + N] to open a [...]]]></description>
			<content:encoded><![CDATA[<p>Creating 3D text in Adobe Illustrator is simple and easy. We could use 3Ds Max or Maya but this is way easier.  This is a good tutorial for beginners getting into the industry. You can take the fundamentals with you and add to the project.</p>
<p>1) Open Illustrator, Press [Ctrl + N] to open a new document. (Web – 800x600px – Landscape)</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image2.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb2.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>2) Using your Type Tool [T], create a box about half the size of the document. Type anything into the box. I’ll use XYHD.TV. My type settings were (72pt, Gill Sans MT); I also made sure to save my project.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image3.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb3.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>3) Highlight the box with your arrow key [V], and move the text box to the middle of the canvas so you can see the 3D effect. Also change the color of the type from black to anything, so you can see it’s shadows. Afterward go to: Effect &gt; 3D &gt; Extrude &amp; Bevel,</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image4.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb4.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>4) When a dialogue box pops up go to the checkbox that says preview and click that. This will allow you to see the 3D real-time while editing. This could slow down your computer if you have an older model. Going to the drop down box at the top left select from different styles which will save you time figuring out how to work the 3D model from their built in rotator. We used (Front-Axis Off), to give it a perspective of us looking down on it.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image5.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb5.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>Select OK, and your finished……for now   <img src='http://david-carmona.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Well I hope that wasn’t too painful. Check out a piece I did using this same formula.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/sky.jpg"><img style="border: 0px initial initial;" title="sky" src="http://www.xyhd.tv/wp-content/uploads/2009/03/sky-thumb.jpg" border="0" alt="sky" width="451" height="301" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://david-carmona.com/how-to/create-simple-3d-text-in-adobe-illustrator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create A Simple 3D Bar Graph in Illustrator</title>
		<link>http://david-carmona.com/how-to/create-a-simple-3d-bar-graph-in-illustrator</link>
		<comments>http://david-carmona.com/how-to/create-a-simple-3d-bar-graph-in-illustrator#comments</comments>
		<pubDate>Fri, 27 Aug 2010 17:51:59 +0000</pubDate>
		<dc:creator>dcarmona</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://david-carmona.com/?p=1435</guid>
		<description><![CDATA[Using Bar Graphs in Presentations can be extremely helpful to pitch your company idea. Using Illustrator I will create a simple and basic bar graph which you can use in your PowerPoint. The image is vector so we can easy adjust the perspective and depth we have on our graph. Also easily being able to [...]]]></description>
			<content:encoded><![CDATA[<p>Using Bar Graphs in Presentations can be extremely helpful to pitch your company idea. Using Illustrator I will create a simple and basic bar graph which you can use in your PowerPoint. The image is vector so we can easy adjust the perspective and depth we have on our graph. Also easily being able to update color and style of graph. You could also choose to work in Cinema 4d, but for beginners Illustrator is the easiest.</p>
<p>1) Open Illustrator, Press [Ctrl + N] to open a new document. (Web – 800×600px – Landscape)</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image2.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb2.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>2) Using your Column Graph Tool [J], create a box about half the size of the document. Type anything into the box columns of data. make it basic – I used 1, 2, 3, 4, 5. Click ‘Apply’ at the top right to confirm the data. You will see the bars appear. I also made sure to save my project.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image6.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb6.png" border="0" alt="image" width="244" height="154" /></a></p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image7.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb7.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>3) Move the data graph out of the way for now. Using the Selection Tool [V] highlight the whole graph. Ungroup the object (Shift + Ctrl + G), confirm you want to ungroup. Using your Direct Selection Tool [A], highlight everything BUT the bar graphs and delete by pressing your (Del) key. This wont look good once you make it 3D, that’s why we remove it.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image8.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb8.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>4) Change the color, Highlight with [V]. Remove the stroke to invisible, and add any color to the main bar. I picked blue to match our site. I would suggest not using black because it’s hard to see the graphs shadow. Also make sure to change the graph from ‘Grayscale’ to ‘RGB’ but opening up the “Color” options and selecting ‘RGB’.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image9.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb9.png" border="0" alt="image" width="244" height="154" /></a></p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image10.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb10.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>5) Go to (Effect &gt; 3d &gt; Extrude &amp; Bevel).</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image11.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb11.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>6) Select ‘Preview’ so you can see the 3D in real-time. Some computers won’t render fast enough, beware. In the drop down panel at the top left choose [Isometric Right], and press Ok.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image12.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb12.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>Well, There you go. A Bar Graph that is not only good looking but extremely simple to implement.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image13.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb13.png" border="0" alt="image" width="244" height="154" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://david-carmona.com/how-to/create-a-simple-3d-bar-graph-in-illustrator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design A Simple 3D Pie Chart in Illustrator</title>
		<link>http://david-carmona.com/how-to/design-a-simple-3d-pie-chart-in-illustrator</link>
		<comments>http://david-carmona.com/how-to/design-a-simple-3d-pie-chart-in-illustrator#comments</comments>
		<pubDate>Mon, 23 Aug 2010 20:46:22 +0000</pubDate>
		<dc:creator>dcarmona</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://david-carmona.com/?p=1407</guid>
		<description><![CDATA[Pie Graphs are a visually pleasing way to display data. Each piece of the pie is a percentage of data which can easily be highlighted. Using Illustrator I create a simple and effective pie chart which you could use in a presentation. This shouldn’t take longer than a hour to create at max, even if [...]]]></description>
			<content:encoded><![CDATA[<p>Pie Graphs are a visually pleasing way to display data. Each piece of the pie is a percentage of data which can easily be highlighted. Using Illustrator I create a simple and effective pie chart which you could use in a presentation. This shouldn’t take longer than a hour to create at max, even if your a noob. I assume you have basic skills with illustrator and can handle the terms or google them, seriously…</p>
<p>I will try to add the source file so you can start your project. Hope that helps.</p>
<p>Here we go…</p>
<p>1. Open Illustrator, Press [Ctrl + N] to open a new document. (Web – 800×600px – Landscape)</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image2.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb2.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>2. Using your Pie Graph Tool, create a box about half the size of the document. Type anything into the box columns of data. make it basic – I used 1, 2, 3, 4. Click ‘Apply’ at the top right to confirm the data. You will see the pie chart appear. I also made sure to save my project.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image14.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb14.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>3. Move the data graph out of the way. Using the Selection Tool [V] highlight the whole graph. Remove the stoke from the outer pie chart, this will eliminate the ugliness in the future.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image15.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb15.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>4. Using your Selection Tool [V], select pie chart again and begin to make the color support ‘RGB’.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image16.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb16.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>5. Oddly…..use your Direct Selection Tool [A], select pie pieces and begin to make the color support ‘RGB’. Do this for each piece.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image17.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb17.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>6. Change each piece color with something light and bright. I use blue, orange, yellow, green.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image18.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb18.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>7. Select the whole pie chart [V] and: Go to (Effect &gt; 3d &gt; Extrude &amp; Bevel).</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image19.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb19.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>8. Press Preview so you can view the 3D object in real-time while updating. I used a custom number to find the perspective which my pie chart needed to be visible. Press Ok to confirm.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image20.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb20.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>9. Last Step: Using [A], take each piece and move them apart to give more perspective and depth. You can also focus the attention on a certain part of the data.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image21.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb21.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>Well, That’s how you make a pie chart in illustrator. Great for beginners or people interested in marketing, accounting or anything data oriented.</p>
]]></content:encoded>
			<wfw:commentRss>http://david-carmona.com/how-to/design-a-simple-3d-pie-chart-in-illustrator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bike from San Francisco to Sacramento</title>
		<link>http://david-carmona.com/how-to/bike-from-san-francisco-to-sacramento</link>
		<comments>http://david-carmona.com/how-to/bike-from-san-francisco-to-sacramento#comments</comments>
		<pubDate>Thu, 19 Aug 2010 21:16:05 +0000</pubDate>
		<dc:creator>dcarmona</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://david-carmona.com/?p=1384</guid>
		<description><![CDATA[Considering I&#8217;ve wanted to do a long/intense ride for awhile &#8211; I figure there&#8217;s no better time to start planning then now. At first pondering if it could even be possible to achieve such as goal, since many of the trails don&#8217;t lead in that direction or destination. Before even attempting a journey I wanna figure out how much gear [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1386" title="riding-a-bike-from-san-francisco-to-sacramento" src="http://david-carmona.com/wp-content/uploads/2010/08/riding-a-bike-from-san-francisco-to-sacramento.png" alt="" width="468" height="197" /></p>
<p>Considering I&#8217;ve wanted to do a long/intense ride for awhile &#8211; I figure there&#8217;s no better time to start planning then now. At first pondering if it could even be possible to achieve such as goal, since many of the trails don&#8217;t lead in that direction or destination. Before even attempting a journey I wanna figure out how much gear I would need without over-packing which could lead me to slow down or even stop.  Some things seem basic but when your on a 5 hour bike ride your mind starts to slow as your body follows.</p>
<p><em>Riding Gear</em><strong>-</strong></p>
<p><strong>Needs</strong>: Bike, 2 Extra Tubes, Bike Tools, Bike Pump, Helmet, Gloves, Shirt, Shorts, Sun Glasses, Cell Phone/Charger, Wallet, Keys &#8211; Water, Snacks, Ganja/Pipe</p>
<p><strong>Wants</strong>: iPod (Music), Book</p>
<p><em>Directions</em>-<br />
<iframe width="468" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=980+Bush+Street,+San+Francisco,+CA&amp;daddr=Pedrick+Rd+to:west+sacramento,+ca&amp;hl=en&amp;geocode=FZSfQAIdsx60-ClJfyZ1koCFgDFiqFhGcGHMiQ%3BFbKSSgIdqGq9-A%3BFe2wTAIdhpjB-CnxOYbUytOagDFAQNlWpUCAEQ&amp;mra=ltm&amp;via=1&amp;dirflg=w&amp;sll=38.156697,-122.063255&amp;sspn=0.231358,0.528374&amp;ie=UTF8&amp;ll=38.18501,-121.98464&amp;spn=0.79088,0.90882&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=d&amp;source=embed&amp;saddr=980+Bush+Street,+San+Francisco,+CA&amp;daddr=Pedrick+Rd+to:west+sacramento,+ca&amp;hl=en&amp;geocode=FZSfQAIdsx60-ClJfyZ1koCFgDFiqFhGcGHMiQ%3BFbKSSgIdqGq9-A%3BFe2wTAIdhpjB-CnxOYbUytOagDFAQNlWpUCAEQ&amp;mra=ltm&amp;via=1&amp;dirflg=w&amp;sll=38.156697,-122.063255&amp;sspn=0.231358,0.528374&amp;ie=UTF8&amp;ll=38.18501,-121.98464&amp;spn=0.79088,0.90882" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_0">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/transparent.png" alt="" width="27" height="27" /></td>
<td>
<div>1.</div>
</td>
<td>
<div>Head <strong>east</strong> on <strong>Bush St</strong> toward <strong>Taylor St</strong></div>
<div>About 14 mins</div>
</td>
<td>
<div>go 0.8 mi</div>
<div>total 0.8 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_1">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>2.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Market St</strong></div>
<div>About 9 mins</div>
</td>
<td>
<div>go 0.4 mi</div>
<div>total 1.2 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_2">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>3.</div>
</td>
<td>
<div>Turn <strong>right</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 361 ft</div>
<div>total 1.3 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_3">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>4.</div>
</td>
<td>
<div>Turn <strong>left</strong></div>
<div>About 2 mins</div>
</td>
<td>
<div>go 495 ft</div>
<div>total 1.4 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_4">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>5.</div>
</td>
<td>
<div>Turn <strong>right</strong></div>
<div>About 2 mins</div>
</td>
<td>
<div>go 404 ft</div>
<div>total 1.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_5">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/gray.png" alt="" width="27" height="27" /></td>
<td>
<div>6.</div>
</td>
<td>
<div>Take the <strong>Vallejo &#8211; San Francisco Ferry Bldg</strong> to Vallejo</div>
<div>About 1 hour 7 mins</div>
</td>
<td>
<div>go 27.8 mi</div>
<div>total 29.2 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_6">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/transparent.png" alt="" width="27" height="27" /></td>
<td>
<div>7.</div>
</td>
<td>
<div>Continue straight</div>
</td>
<td>
<div>go 138 ft</div>
<div>total 29.2 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_7">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>8.</div>
</td>
<td>
<div>Turn <strong>left</strong> toward <strong>Mare Island Way</strong></div>
</td>
<td>
<div>go 112 ft</div>
<div>total 29.3 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_8">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>9.</div>
</td>
<td>
<div>Turn <strong>right</strong> toward <strong>Mare Island Way</strong></div>
</td>
<td>
<div>go 79 ft</div>
<div>total 29.3 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_9">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>10.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Mare Island Way</strong></div>
</td>
<td>
<div>go 151 ft</div>
<div>total 29.3 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_10">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>11.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Georgia St</strong></div>
<div>About 6 mins</div>
</td>
<td>
<div>go 0.3 mi</div>
<div>total 29.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_11">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>12.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Sacramento St</strong></div>
<div>About 16 mins</div>
</td>
<td>
<div>go 0.8 mi</div>
<div>total 30.3 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_12">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>13.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Yolo Ave</strong></div>
<div>About 3 mins</div>
</td>
<td>
<div>go 0.1 mi</div>
<div>total 30.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_13">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/gray.png" alt="" width="27" height="27" /></td>
<td>
<div>14.</div>
</td>
<td>
<div>Continue onto <strong>Marin St</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 384 ft</div>
<div>total 30.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_14">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>15.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Mississippi St</strong></div>
<div>About 2 mins</div>
</td>
<td>
<div>go 0.1 mi</div>
<div>total 30.7 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_15">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/gray.png" alt="" width="27" height="27" /></td>
<td>
<div>16.</div>
</td>
<td>
<div>Continue onto <strong>Couch St</strong></div>
<div>About 17 mins</div>
</td>
<td>
<div>go 0.8 mi</div>
<div>total 31.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_16">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lsl.png" alt="" width="27" height="27" /></td>
<td>
<div>17.</div>
</td>
<td>
<div>Slight <strong>left</strong> to stay on <strong>Couch St</strong></div>
<div>About 2 mins</div>
</td>
<td>
<div>go 404 ft</div>
<div>total 31.6 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_17">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/gray.png" alt="" width="27" height="27" /></td>
<td>
<div>18.</div>
</td>
<td>
<div>Continue onto <strong>Broadway St</strong></div>
<div>About 19 mins</div>
</td>
<td>
<div>go 0.9 mi</div>
<div>total 32.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_18">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rsl.png" alt="" width="27" height="27" /></td>
<td>
<div>19.</div>
</td>
<td>
<div>Slight <strong>right</strong> at <strong>Lewis Brown Dr</strong></div>
<div>About 3 mins</div>
</td>
<td>
<div>go 0.2 mi</div>
<div>total 32.7 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_19">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>20.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Mini Dr</strong></div>
<div>About 14 mins</div>
</td>
<td>
<div>go 0.7 mi</div>
<div>total 33.3 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_20">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>21.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Corcoran Ave</strong></div>
<div>About 11 mins</div>
</td>
<td>
<div>go 0.5 mi</div>
<div>total 33.9 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_21">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>22.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Fairgrounds Dr/Flosden Rd</strong></div>
<div>About 10 mins</div>
</td>
<td>
<div>go 0.5 mi</div>
<div>total 34.4 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_22">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>23.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Vía Bellagio</strong></div>
<div>About 3 mins</div>
</td>
<td>
<div>go 0.2 mi</div>
<div>total 34.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_23">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>24.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Vía Firenze</strong></div>
<div>About 3 mins</div>
</td>
<td>
<div>go 0.2 mi</div>
<div>total 34.7 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_24">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>25.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>American Canyon Rd</strong></div>
<div>About 52 mins</div>
</td>
<td>
<div>go 2.2 mi</div>
<div>total 36.9 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_25">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>26.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>McGary Rd</strong></div>
<div>About 1 hour 1 min</div>
</td>
<td>
<div>go 3.3 mi</div>
<div>total 40.2 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_26">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-l.png" alt="" width="27" height="27" /></td>
<td>
<div>27.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Red Top Rd</strong></div>
<div>About 10 mins</div>
</td>
<td>
<div>go 0.5 mi</div>
<div>total 40.8 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_27">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/gray.png" alt="" width="27" height="27" /></td>
<td>
<div>28.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>CA-12 E/Jameson Canyon Rd</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 223 ft</div>
<div>total 40.8 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_28">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-l.png" alt="" width="27" height="27" /></td>
<td>
<div>29.</div>
</td>
<td>
<div>Turn <strong>left</strong> toward <strong>Business Center Dr</strong></div>
<div>About 23 mins</div>
</td>
<td>
<div>go 1.2 mi</div>
<div>total 42.1 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_29">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rg.png" alt="" width="27" height="27" /></td>
<td>
<div>30.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Business Center Dr</strong></div>
<div>About 18 mins</div>
</td>
<td>
<div>go 0.9 mi</div>
<div>total 42.9 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_30">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>31.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Mangels Blvd</strong></div>
<div>About 3 mins</div>
</td>
<td>
<div>go 0.1 mi</div>
<div>total 43.1 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_31">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>32.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Suisun Valley Rd</strong></div>
<div>About 25 mins</div>
</td>
<td>
<div>go 1.2 mi</div>
<div>total 44.3 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_32">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>33.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Rockville Rd</strong></div>
<div>About 55 mins</div>
</td>
<td>
<div>go 2.9 mi</div>
<div>total 47.2 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_33">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lslg.png" alt="" width="27" height="27" /></td>
<td>
<div>34.</div>
</td>
<td>
<div>Slight <strong>left</strong> at <strong>Fairfield Linear Park</strong></div>
<div>About 24 mins</div>
</td>
<td>
<div>go 1.2 mi</div>
<div>total 48.4 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_34">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/transparent.png" alt="" width="27" height="27" /></td>
<td>
<div>35.</div>
</td>
<td>
<div>Continue onto <strong>Travis Blvd</strong></div>
<div>About 3 mins</div>
</td>
<td>
<div>go 0.1 mi</div>
<div>total 48.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_35">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>36.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Pennsylvania Ave</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 266 ft</div>
<div>total 48.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_36">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>37.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Linear Park Pathway</strong></div>
<div>About 31 mins</div>
</td>
<td>
<div>go 1.6 mi</div>
<div>total 50.1 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_37">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>38.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Dover Ave</strong></div>
<div>About 5 mins</div>
</td>
<td>
<div>go 0.2 mi</div>
<div>total 50.3 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_38">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>39.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Air Base Pkwy</strong></div>
<div>About 40 mins</div>
</td>
<td>
<div>go 2.0 mi</div>
<div>total 52.4 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_39">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>40.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Walters Rd</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 269 ft</div>
<div>total 52.4 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_40">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>41.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Huntington Ct</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 322 ft</div>
<div>total 52.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_41">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/gray.png" alt="" width="27" height="27" /></td>
<td>
<div>42.</div>
</td>
<td>
<div>Continue onto <strong>Huntington Dr</strong></div>
<div>About 21 mins</div>
</td>
<td>
<div>go 1.1 mi</div>
<div>total 53.6 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_42">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-l.png" alt="" width="27" height="27" /></td>
<td>
<div>43.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Peabody Rd</strong></div>
<div>About 9 mins</div>
</td>
<td>
<div>go 0.4 mi</div>
<div>total 54.0 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_43">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rslg.png" alt="" width="27" height="27" /></td>
<td>
<div>44.</div>
</td>
<td>
<div>Slight <strong>right</strong> to stay on <strong>Peabody Rd</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 269 ft</div>
<div>total 54.0 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_44">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>45.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Vanden Rd</strong></div>
<div>About 53 mins</div>
</td>
<td>
<div>go 2.7 mi</div>
<div>total 56.7 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_45">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rg.png" alt="" width="27" height="27" /></td>
<td>
<div>46.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Leisure Town Rd</strong></div>
<div>About 31 mins</div>
</td>
<td>
<div>go 1.6 mi</div>
<div>total 58.4 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_46">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>47.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Fry Rd</strong></div>
<div>About 13 mins</div>
</td>
<td>
<div>go 0.7 mi</div>
<div>total 59.0 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_47">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>48.</div>
</td>
<td>
<div>Turn <strong>left</strong> toward <strong>Calif Pacific Rd</strong></div>
<div>About 13 mins</div>
</td>
<td>
<div>go 0.7 mi</div>
<div>total 59.7 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_48">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>49.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Calif Pacific Rd</strong></div>
<div>About 6 mins</div>
</td>
<td>
<div>go 0.3 mi</div>
<div>total 60.0 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_49">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/gray.png" alt="" width="27" height="27" /></td>
<td>
<div>50.</div>
</td>
<td>
<div>Continue onto <strong>Byrnes Rd</strong></div>
<div>About 25 mins</div>
</td>
<td>
<div>go 1.3 mi</div>
<div>total 61.3 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_50">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>51.</div>
</td>
<td>
<div>Turn <strong>right</strong> toward <strong>Lewis Rd</strong></div>
<div>About 10 mins</div>
</td>
<td>
<div>go 0.5 mi</div>
<div>total 61.8 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_51">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>52.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Lewis Rd</strong></div>
<div>About 1 hour 9 mins</div>
</td>
<td>
<div>go 3.6 mi</div>
<div>total 65.4 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_52">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>53.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Midway Rd</strong></div>
<div>About 44 mins</div>
</td>
<td>
<div>go 2.3 mi</div>
<div>total 67.6 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_53">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lslg.png" alt="" width="27" height="27" /></td>
<td>
<div>54.</div>
</td>
<td>
<div>Slight <strong>left</strong> at <strong>Porter Rd</strong></div>
<div>About 48 mins</div>
</td>
<td>
<div>go 2.5 mi</div>
<div>total 70.1 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_54">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>55.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>W a St</strong></div>
<div>About 15 mins</div>
</td>
<td>
<div>go 0.8 mi</div>
<div>total 70.9 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_55">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/gray.png" alt="" width="27" height="27" /></td>
<td>
<div>56.</div>
</td>
<td>
<div>Continue onto <strong>Dixon Ave E</strong></div>
<div>About 8 mins</div>
</td>
<td>
<div>go 0.4 mi</div>
<div>total 71.3 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_56">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>57.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Pedrick Rd</strong></div>
<div>About 10 mins</div>
</td>
<td>
<div>go 0.5 mi</div>
<div>total 71.8 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_57">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rg.png" alt="" width="27" height="27" /></td>
<td>
<div>58.</div>
</td>
<td>
<div>Turn <strong>right</strong> toward <strong>Pedrick Rd</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 285 ft</div>
<div>total 71.8 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_58">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lu.png" alt="" width="27" height="27" /></td>
<td>
<div>59.</div>
</td>
<td>
<div>Make a <strong>U-turn</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 285 ft</div>
<div>total 71.9 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_59">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>60.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Pedrick Rd</strong></div>
<div>About 1 hour 5 mins</div>
</td>
<td>
<div>go 3.4 mi</div>
<div>total 75.2 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_60">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-r.png" alt="" width="27" height="27" /></td>
<td>
<div>61.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Sparling Ln</strong></div>
<div>About 16 mins</div>
</td>
<td>
<div>go 0.8 mi</div>
<div>total 76.1 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_61">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rg.png" alt="" width="27" height="27" /></td>
<td>
<div>62.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Tremont Rd</strong></div>
<div>About 37 mins</div>
</td>
<td>
<div>go 1.9 mi</div>
<div>total 78.0 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_62">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-l.png" alt="" width="27" height="27" /></td>
<td>
<div>63.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Old Davis Rd</strong></div>
<div>About 12 mins</div>
</td>
<td>
<div>go 0.6 mi</div>
<div>total 78.6 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_63">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>64.</div>
</td>
<td>
<div>Turn <strong>left</strong> to stay on <strong>Old Davis Rd</strong></div>
<div>About 31 mins</div>
</td>
<td>
<div>go 1.6 mi</div>
<div>total 80.2 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_64">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rsl.png" alt="" width="27" height="27" /></td>
<td>
<div>65.</div>
</td>
<td>
<div>Slight <strong>right</strong> to stay on <strong>Old Davis Rd</strong></div>
<div>About 10 mins</div>
</td>
<td>
<div>go 0.5 mi</div>
<div>total 80.7 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_65">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lslg.png" alt="" width="27" height="27" /></td>
<td>
<div>66.</div>
</td>
<td>
<div>Slight <strong>left</strong> to stay on <strong>Old Davis Rd</strong></div>
<div>About 3 mins</div>
</td>
<td>
<div>go 0.1 mi</div>
<div>total 80.8 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_66">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-l.png" alt="" width="27" height="27" /></td>
<td>
<div>67.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>California Ave</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 246 ft</div>
<div>total 80.9 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_67">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rg.png" alt="" width="27" height="27" /></td>
<td>
<div>68.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Arboretum Dr</strong></div>
<div>About 12 mins</div>
</td>
<td>
<div>go 0.6 mi</div>
<div>total 81.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_68">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-l.png" alt="" width="27" height="27" /></td>
<td>
<div>69.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Solano Park/Solano Park Cir</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 200 ft</div>
<div>total 81.5 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_69">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rg.png" alt="" width="27" height="27" /></td>
<td>
<div>70.</div>
</td>
<td>
<div>Turn <strong>right</strong> toward <strong>Olive Dr</strong></div>
<div>About 3 mins</div>
</td>
<td>
<div>go 0.1 mi</div>
<div>total 81.7 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_70">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rsl.png" alt="" width="27" height="27" /></td>
<td>
<div>71.</div>
</td>
<td>
<div>Slight <strong>right</strong> toward <strong>Olive Dr</strong></div>
<div>About 3 mins</div>
</td>
<td>
<div>go 0.2 mi</div>
<div>total 81.8 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_71">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>72.</div>
</td>
<td>
<div>Turn <strong>left</strong> toward <strong>Olive Dr</strong></div>
</td>
<td>
<div>go 128 ft</div>
<div>total 81.8 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_72">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-l.png" alt="" width="27" height="27" /></td>
<td>
<div>73.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Olive Dr</strong></div>
<div>About 14 mins</div>
</td>
<td>
<div>go 0.7 mi</div>
<div>total 82.6 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_73">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lg.png" alt="" width="27" height="27" /></td>
<td>
<div>74.</div>
</td>
<td>
<div>Turn <strong>left</strong></div>
<div>About 2 mins</div>
</td>
<td>
<div>go 0.1 mi</div>
<div>total 82.7 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_74">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rsl.png" alt="" width="27" height="27" /></td>
<td>
<div>75.</div>
</td>
<td>
<div>Slight <strong>right</strong> toward <strong>Co Rd 32A</strong></div>
<div>About 56 mins</div>
</td>
<td>
<div>go 2.9 mi</div>
<div>total 85.6 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_75">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rg.png" alt="" width="27" height="27" /></td>
<td>
<div>76.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Co Rd 32A</strong></div>
<div>About 39 mins</div>
</td>
<td>
<div>go 2.0 mi</div>
<div>total 87.6 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_76">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-l.png" alt="" width="27" height="27" /></td>
<td>
<div>77.</div>
</td>
<td>
<div>Turn <strong>left</strong> toward <strong>Levee Rd</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 315 ft</div>
<div>total 87.6 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_77">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rg.png" alt="" width="27" height="27" /></td>
<td>
<div>78.</div>
</td>
<td>
<div>Turn <strong>right</strong> at <strong>Levee Rd</strong></div>
<div>About 1 hour 9 mins</div>
</td>
<td>
<div>go 3.6 mi</div>
<div>total 91.2 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_78">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-l.png" alt="" width="27" height="27" /></td>
<td>
<div>79.</div>
</td>
<td>
<div>Turn <strong>left</strong> at <strong>Enterprise Blvd</strong></div>
<div>About 1 min</div>
</td>
<td>
<div>go 253 ft</div>
<div>total 91.3 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_79">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/gray.png" alt="" width="27" height="27" /></td>
<td>
<div>80.</div>
</td>
<td>
<div>Continue onto <strong>W Capitol Ave</strong></div>
<div>About 16 mins</div>
</td>
<td>
<div>go 0.8 mi</div>
<div>total 92.1 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_80">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-rsl.png" alt="" width="27" height="27" /></td>
<td>
<div>81.</div>
</td>
<td>
<div>Slight <strong>right</strong> to stay on <strong>W Capitol Ave</strong></div>
<div>About 13 mins</div>
</td>
<td>
<div>go 0.7 mi</div>
<div>total 92.7 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<table>
<tbody>
<tr id="step_0_81">
<td><img src="http://maps.gstatic.com/intl/en_us/mapfiles/turn-lslg.png" alt="" width="27" height="27" /></td>
<td>
<div>82.</div>
</td>
<td>
<div>Slight <strong>left</strong> to stay on <strong>W Capitol Ave</strong></div>
<div>About 22 mins</div>
</td>
<td>
<div>go 1.1 mi</div>
<div>total 93.8 mi</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://david-carmona.com/how-to/bike-from-san-francisco-to-sacramento/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color to Black and White Photos in PhotoShop</title>
		<link>http://david-carmona.com/design/changing-color-photos-to-black-and-white-in-photoshop</link>
		<comments>http://david-carmona.com/design/changing-color-photos-to-black-and-white-in-photoshop#comments</comments>
		<pubDate>Sun, 25 Jul 2010 20:08:13 +0000</pubDate>
		<dc:creator>dcarmona</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://david-carmona.com/?p=1275</guid>
		<description><![CDATA[Creating black and white photos in Photoshop is quite useful and easy. We will learn basic de-saturation and ways to influence color without destroying our photo. College students learn this within the first few weeks of Photoshop class. I suggest using filters when ever possible to save the original source. 1) Open Photoshop, Press [Ctrl + N] [...]]]></description>
			<content:encoded><![CDATA[<p>Creating black and white photos in Photoshop is quite useful and easy. We will learn basic de-saturation and ways to influence color without destroying our photo. College students learn this within the first few weeks of Photoshop class. I suggest using filters when ever possible to save the original source.</p>
<p>1) Open Photoshop, Press [Ctrl + N] to open a new document. (Web – 800×600px – Landscape)</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image22.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb22.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>2)  Press [M] to select Marquee Tool for the region you want Black and White. For this example I will split it down the middle. You can select the whole photograph by pressing (Ctrl + A). **Make sure your image has color, durrrr**</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image25.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb25.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>3) Using the easy way press: (Shift + Ctrl + U)</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image26.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb26.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>NOW &#8212;- Stepping back to step 2, I will now display the un-destructive way:</p>
<p>3) On the Layers Panel go to ‘Adjustment Layer’ and add ‘Black and White’ to the selection.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image27.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb27.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>4) When you apply the ‘Black and White’ you will notice another layer added to the layers panel, this layer can be triggered on/off so your photo is never actually affected from the black and white effect. When you choose the adjustment layer with Black and White you have more options to adjust the contrast based on the original color of the image.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image28.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb28.png" border="0" alt="image" width="244" height="154" /></a></p>
<p>That’s how you create a black and white image – fast and super easy.</p>
<p><a href="http://www.xyhd.tv/wp-content/uploads/2009/03/image29.png"><img title="image" src="http://www.xyhd.tv/wp-content/uploads/2009/03/image-thumb29.png" border="0" alt="image" width="244" height="154" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://david-carmona.com/design/changing-color-photos-to-black-and-white-in-photoshop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

