<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Lehi Sanchez</title>
	
	<link>http://lehisanchez.com</link>
	<description />
	<lastBuildDate>Sat, 31 Dec 2011 12:00:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/lehisanchez/blog" /><feedburner:info uri="lehisanchez/blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>ColdFusion 9 Developer Edition on a Mac</title>
		<link>http://feedproxy.google.com/~r/lehisanchez/blog/~3/Ng-YQ0HXwVk/</link>
		<comments>http://lehisanchez.com/tutorials/coldfusion-9-developer-edition-on-a-mac/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 18:24:58 +0000</pubDate>
		<dc:creator>Lehi Sanchez</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://lehisanchez.com/?p=280</guid>
		<description><![CDATA[The following tutorial will help you get started using ColdFusion 9 Developer Edition on a Mac. I haven&#8217;t tested the installation process on Mac OS x Lion yet so I ...]]></description>
			<content:encoded><![CDATA[<p>The following tutorial will help you get started using ColdFusion 9 Developer Edition on a Mac. I haven&#8217;t tested the installation process on Mac OS x Lion yet so I can&#8217;t guarantee it will work.</p>
<p><span id="more-280"></span></p>
<h3>Necessity is the Mother of Invention</h3>
<p>I used to work for a company that didn&#8217;t have a staging server for it&#8217;s web sites. They only had one working copy of each site and those were the live ones. This didn&#8217;t make my job easy. I was asked to work on very complex web applications that pulled in quite a bit of revenue for the company. We&#8217;re talking lifelines of the business. Any mistake made in the code could crash the whole site and lose the company mucho dinero. Fortunately for me, I work on a Mac which comes with Apache and PHP preinstalled. I had installed MySQL previously and I only needed to install one more thing before I had a perfect copy of the production server. <a href="http://www.adobe.com/products/coldfusion/" title="Adobe ColdFusion 9">Adobe ColdFusion 9</a>.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/ColdFusion-9-SM.jpg" alt="ColdFusion 9" class="alignright">ColdFusion is not free. You have to purchase a license if you want to install it on your production server. You can, however, download the <a href="http://www.adobe.com/go/trycoldfusion" title="Adobe ColdFusion 9 Developer Edition">Developer Edition of ColdFusion 9</a> and install it on your personal computer for free. Thank you, Adobe. Installing ColdFusion is pretty straightforward. Adobe provides an install wizard that walks you through the process but there are a few steps along the way that might lose you. The instructions below were the steps I followed to get ColdFusion 9 to work alongside my existing development web server on my computer.</p>
<h4>What You&#8217;ll Need</h4>
<ul>
<li>Mac OS X 10.5 or 10.6</li>
<li>Adobe Account (free)</li>
<li>Adobe ColdFusion 9 Developer Edition 64-bit (free)</li>
<li>Web Sharing enabled in System Preferences</li>
<li>10 minutes</li>
</ul>
<p>You&#8217;ll need to do a few things before we begin the installation process. In order to download the developer edition, you&#8217;ll need to <a href="https://www.adobe.com/cfusion/membership/index.cfm?nf=1&#038;nl=1&#038;loc=en%5Fus#" title="Create Adobe Account">create an Adobe Account</a>. Once you&#8217;ve completed the signup process and have logged in, navigate to the <a href="http://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusion" title="Download ColdFusion 9 Developer Edition">ColdFusion downloads page</a>. Find the drop down box labeled &#8220;Adobe ColdFusion 9 Developer Edition&#8221; and select &#8220;English | Mac OS X 64-bit | 406.4 MB&#8221;. See screenshot below.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_00.jpg" class="alignleft" alt="Download ColdFusion 9 Developer Edition"></p>
<p>The installation process should take no more than 10 minutes. And while you can get ColdFusion up and running on Tiger these instructions are specifically for mac users who are running Leopard or Snow Leopard. I believe Tiger users can follow these instructions using the 32-bit version of the ColdFusion Developer Edition. Leopard and Snow Leopard users will need to stick with the 64-bit version. Also, if you plan to run ColdFusion alongside the built in Apache web server you&#8217;ll need to enable web sharing. You can find this in System Preferences > Internet &amp; Wireless > Sharing.</p>
<h3>Installing ColdFusion 9 Developer Edition</h3>
<p>Unzip the downloaded file and double-click the ColdFusion 9 Installer.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_03.jpg" alt="Install ColdFusion 9 Developer Edition - Step 1"></p>
<p>Click Next on the Introduction window.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_04.jpg" alt="Install ColdFusion 9 Developer Edition - Step 2"></p>
<p>Agree to the License Agreement</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_05.jpg" alt="Install ColdFusion 9 Developer Edition - Step 3"></p>
<p>Choose &#8216;Server configuration&#8217;.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_07.jpg" alt="Install ColdFusion 9 Developer Edition - Step 4"></p>
<p>Click &#8216;No&#8217; when it asks if ColdFusion 9 is currently installed on your computer.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_08.jpg" alt="Install ColdFusion 9 Developer Edition - Step 5"></p>
<p>The 64-bit version of ColdFusion uses a lot of RAM. I opted out of the &#8216;Start ColdFusion&#8217; on system init&#8217;. I only want it to run when I need it to.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_09.jpg" alt="Install ColdFusion 9 Developer Edition - Step 6"></p>
<p>The default installation directory worked for me.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_11.jpg" alt="Install ColdFusion 9 Developer Edition - Step 7"></p>
<p>Select &#8216;No&#8217; when it asks if there are earlier versions of ColdFusion installed. Unless, of course, there are.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_12.jpg" alt="Install ColdFusion 9 Developer Edition - Step 8"></p>
<p>For the next step, I chose &#8216;Configure web server connector for ColdFusion&#8217;. This will allow ColdFusion to work alongside the Apache web server if you&#8217;re using it.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_13.jpg" alt="Install ColdFusion 9 Developer Edition - Step 9"></p>
<p>This next step left me a little confused the first time I saw it in ColdFusion 7. It simply wants to know where the Apache directory is located. Type in &#8216;/etc/apache2&#8242; in the Configuration Directory field and click &#8216;OK&#8217;.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_15.jpg" alt="Install ColdFusion 9 Developer Edition - Step 11"></p>
<p>Click Next on the Configure Web Servers/Websites window.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_16.jpg" alt="Install ColdFusion 9 Developer Edition - Step 12"></p>
<p>This next window just wants to know where your web server root is located. Basic setups will be located at /Users/your-name/Sites. I try to keep my development server setup as close to my production server as possible. My server root is located at /var/www.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_18.jpg" alt="Install ColdFusion 9 Developer Edition - Step 14"></p>
<p>If you are planning on working with OpenOffice in your application, check this box, or else keep it blank and click Next</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_19.jpg" alt="Install ColdFusion 9 Developer Edition - Step 15"></p>
<p>Create an Administrator password. This is not your user account password for your computer. Click Next</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_20.jpg" alt="Install ColdFusion 9 Developer Edition - Step 16"></p>
<p>I plan on being the only developer working on my machine. I left RDS unchecked. Click Next</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_21.jpg" alt="Install ColdFusion 9 Developer Edition - Step 17"></p>
<p>Enter your computer password. This gives the installer permission to continue. Click Next</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_22.jpg" alt="Install ColdFusion 9 Developer Edition - Step 18"></p>
<p>Look over the summary window to make sure all of your settings are correct. Click Install if everything looks good.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_24.jpg" alt="Install ColdFusion 9 Developer Edition - Step 23"></p>
<p>Almost there. We need to launch the ColdFusion Administrator site. Keep the checkbox at the bottom checked and click Done.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_29.jpg" alt="Install ColdFusion 9 Developer Edition - Step 24"></p>
<p>Log in using your ColdFusion password.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_31.jpg" alt="Install ColdFusion 9 Developer Edition - Step 25"></p>
<p>Don&#8217;t click Continue. I didn&#8217;t read all of the text the first couple of times of installing. I thought &#8216;Continue&#8217; meant &#8216;Go to the next step&#8217; and not &#8216;Stop me from finishing&#8217;. Just wait.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_33.jpg" alt="Install ColdFusion 9 Developer Edition - Step 27"></p>
<p>Setup Complete. Click OK.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_34.jpg" alt="Install ColdFusion 9 Developer Edition - Step 28"></p>
<p>Welcome to the ColdFusion Administrator!</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/08/screenshot_35.jpg" alt="Install ColdFusion 9 Developer Edition - Step 29"></p>
<h4>Wrapping Up</h4>
<p>Once you get to the ColdFusion Administrator, go ahead and bookmark it. You&#8217;ll be using it a lot.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=Ng-YQ0HXwVk:PXMcuiChU0U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=Ng-YQ0HXwVk:PXMcuiChU0U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=Ng-YQ0HXwVk:PXMcuiChU0U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?i=Ng-YQ0HXwVk:PXMcuiChU0U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=Ng-YQ0HXwVk:PXMcuiChU0U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?i=Ng-YQ0HXwVk:PXMcuiChU0U:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lehisanchez/blog/~4/Ng-YQ0HXwVk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lehisanchez.com/tutorials/coldfusion-9-developer-edition-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://lehisanchez.com/tutorials/coldfusion-9-developer-edition-on-a-mac/</feedburner:origLink></item>
		<item>
		<title>TextMate</title>
		<link>http://feedproxy.google.com/~r/lehisanchez/blog/~3/yVsS3T3tS24/</link>
		<comments>http://lehisanchez.com/apps/textmate/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 23:56:48 +0000</pubDate>
		<dc:creator>Lehi Sanchez</dc:creator>
				<category><![CDATA[App of the Day]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://lehisanchez.com/?p=220</guid>
		<description><![CDATA[For those of you who are just getting started with programming or don&#8217;t know much about it a text editor is what a programmer uses to write lines of code ...]]></description>
			<content:encoded><![CDATA[<p>For those of you who are just getting started with programming or don&#8217;t know much about it a text editor is what a programmer uses to write lines of code that makes computers, websites and gadgets do what they do. The text editor to a developer is what a pair of shoes are to a soccer player, an instrument to a musician, and brushes to a painter. Developers spend a good majority of their time sitting in front of a text editor. Soccer players on a field. Artists in front of a canvas. Needless to say, finding the right text editor would prove to be a very important decision and investment of not only money, in some cases, but time adapting your typing habits to take advantage of all the possible features of the editor.</p>
<p><span id="more-220"></span></p>
<p>I want to tell you about my editor of choice. TextMate.</p>
<h3>A Love Story</h3>
<p>TextMate and I have been together since 2006 when MacHeist included it in their annual Mac software bundle. For $50 I got TextMate and a few other apps. An offer not many can refuse. A few weeks earlier I had been eyeballing the app while looking for a dedicated tool to help me become more efficient in typing code for websites. In high school I used Dreamweaver to develop websites but the more I created websites the more I wanted to write the code myself. I didn&#8217;t want to rely on at WYSIWYG to generate countless lines of code while I used a fancy interface to slide components around, changed fonts or even the layout of a page. I wanted to have full control of the code and that meant writing every character myself. It&#8217;s sort of like someone falling in love with cooking. The more they invest in learning how to cook the less likely they are to buy TV dinners. From scratch is always better.</p>
<h3>Features</h3>
<p>TextMate&#8217;s feature list seems endless. The following are a few of my favorite.</p>
<h5>Syntax Highlighting</h5>
<p>Do you remember what code looked like in The Matrix? All green with weird symbols. The same is true for a plain text editor. Everything is in black and white. Syntax highlighting allows a developer to distinguish various types of code at a glance. Look at the following samples code.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/07/textmate_syntax_off.jpg" alt="TextMate No Syntax" title="textmate_syntax_off" width="680" height="109" class="alignleft size-large wp-image-253" /></p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/07/textmate_syntax_on.jpg" alt="TextMate Syntax" title="textmate_syntax_on" width="680" height="109" class="alignleft size-large wp-image-254" /></p>
<h5>Multi-Line Editing</h5>
<p>I&#8217;ve often find myself editing lists. And it can be a tedious task to wrap a lot of list items with code. With TextMate, formatting a list is done with just a few keystrokes.</p>
<pre>
Alabama
Alaska
Arizona
Arkansas
California
Colorado
Connecticut
Delaware
Florida
Georgia
</pre>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>Alabama<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>Alaska<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>Arizona<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>Arkansas<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>California<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>Colorado<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>Connecticut<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>Delaware<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>Florida<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>Georgia<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span></pre></div></div>

<p>I won&#8217;t explain how to accomplish this but it really is just a few key combinations. <a href="http://manual.macromates.com/en/working_with_text#editing_multiple_lines" title="TextMate - editing multiple lines" target="_blank">See for yourself</a>.</p>
<h5>Themes</h5>
<p>I don&#8217;t know about other developers but I can&#8217;t stare at white screen without getting a headache. How long can an ice skater perform when a their shoes are on too tight. It&#8217;s uncomfortable. TextMate allows developers to create and install themes. I use a theme called &#8216;railscasts&#8217;. It turns the background black and changes the text color. It&#8217;s a lot more pleasing on the eyes.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/07/textmate.jpg" alt="" title="textmate" width="680" height="535" class="alignleft size-large wp-image-240" /></p>
<h5>Snippets</h5>
<p>Snippets is one of the best features a text editor can have. A snippet is a piece of text that you want to insert into your file. This comes in handy when you&#8217;re constantly typing the same things over and over.</p>
<h5>Bundles</h5>
<p>TextMate allows developers to build bundles that provide added functionality and code snippets for specific languages. This allows TextMate to be as robust as you want it to be or as simple as you want it to be.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/07/textmate_bundles.jpg" alt="" title="textmate_bundles" width="680" height="481" class="alignleft size-large wp-image-249" /></p>
<p>To learn more about TextMate visit <a href="http://macromates.com/" title="MacroMates">http://macromates.com/</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=yVsS3T3tS24:qKHVmqIVskY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=yVsS3T3tS24:qKHVmqIVskY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=yVsS3T3tS24:qKHVmqIVskY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?i=yVsS3T3tS24:qKHVmqIVskY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=yVsS3T3tS24:qKHVmqIVskY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?i=yVsS3T3tS24:qKHVmqIVskY:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lehisanchez/blog/~4/yVsS3T3tS24" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lehisanchez.com/apps/textmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://lehisanchez.com/apps/textmate/</feedburner:origLink></item>
		<item>
		<title>The Setup</title>
		<link>http://feedproxy.google.com/~r/lehisanchez/blog/~3/QHkQXoOj3Gs/</link>
		<comments>http://lehisanchez.com/developer/the-setup/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 13:39:39 +0000</pubDate>
		<dc:creator>Lehi Sanchez</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://lehisanchez.com/?p=138</guid>
		<description><![CDATA[I follow a great site called The Setup. The site describes itself as being &#8220;a collection of nerdy interviews, asking people from all walks of life about the software and ...]]></description>
			<content:encoded><![CDATA[<p>I follow a great site called <a href="http://usesthis.com/">The Setup</a>. The site describes itself as being &#8220;a collection of nerdy interviews, asking people from all walks of life about the software and hardware they use&#8221;. Developers and computer geeks are not the only people featured. I&#8217;ve read some interesting interviews featuring coffee connoisseurs, bicycle nerds and costume hobbyists.<span id="more-138"></span></p>
<p>I really enjoy reading what hardware and software other developers are using and I thought I&#8217;d share my own interview if The Setup ever asked for one.</p>
<p><img src="http://lehisanchez.com/wp-content/uploads/2011/06/sanchezlehi-250x250.jpg" alt="" title="sanchezlehi" width="250" height="250" class="size-medium wp-image-117" /></p>
<h1>Lehi Sanchez</h1>
<p>Developer, Database Administrator (Charles County Sheriff&#8217;s Office), Singer/Songwriter</p>
<h2>Who are you, and what do you do?</h2>
<p>I&#8217;m Lehi Sanchez, database administrator for the <a href="http://www.ccso.us">Charles County Sheriff&#8217;s Office</a>, husband, aspiring blogger, and the sole member of the band <a href="http://perthamboymusic.com">Perth Amboy</a>. Officially I&#8217;m a database administrator but my background is in web development which means most of my day is spent developing applications that run on the web and on mobile devices to, hopefully, help improve the lives of the Sheriff&#8217;s Office employees.</p>
<p>I write and record my own music under the alias <a href="http://perthamboymusic.com">Perth Amboy</a>. I&#8217;ve been writing music since I was 14 but ever since I graduated high school and started working full-time writing has become a little more difficult. </p>
<p>I also enjoy listening to music and hope to, someday, find some time to actually start my music review blog, <a href="http://mixtapeanthology.com">Mixtape Anthology</a>, and post reviews of what I&#8217;ve been listening to.</p>
<h2>What hardware are you using?</h2>
<p>I&#8217;m a Mac user and have been since 2005 when I bought my first Mac &#8211; a refurbished 12&#8243; PowerBook. Now, I&#8217;m working on a 15&#8243; <a href="http://www.apple.com/macbookpro/">MacBook Pro</a> i7 which is a little more powerful.  I recently acquired <a href="http://www.apple.com/keyboard/">Apple&#8217;s wireless keyboard</a> but before I had been using <a href="http://www.microsoft.com/hardware/en-us/p/comfort-curve-keyboard-2000/B2L-00002">Microsoft&#8217;s Comfort Curve Keyboard</a> exclusively for years. I still use an optical mouse. I haven&#8217;t decided if I want to purchase the <a href="http://www.apple.com/magicmouse/">Magic Mouse</a> or the <a href="http://www.apple.com/magictrackpad/">Magic Trackpad</a>. I think I&#8217;ll wait for <a href="http://www.apple.com/macosx/">Lion</a> to come out before deciding.</p>
<p>I bring my <a href="http://www.bose.com/controller?url=/shop_online/headphones/noise_cancelling_headphones/quietcomfort_15/index.jsp">Bose QuietComfort</a> headphones with me where ever I work. I&#8217;ve had them for 3 years and they still sound as good as the day I bought them. These are vital when working in an open office space.</p>
<p>I have the first gen <a href="http://www.apple.com/ipad/">iPad</a> and 4th Gen <a href="http://www.apple.com/ipodtouch/">iPod Touch</a>. After getting the iPad I found myself getting into the habit of reading more. Maybe when Apple releases the iPad 3 they&#8217;ll show us the new &#8220;it even smells like a book&#8221; feature. I use the iPod Touch to test my iOS apps because I&#8217;ve been waiting for the next generation iPhone. My current mobile phone is a <a href="http://worldwide.blackberry.com/blackberrybold/">BlackBerry Bold</a> which was given to me by the Agency. Not my choice.</p>
<p>I have a handful of guitars. My favorite is the acoustic <a href="http://www.washburn.com/instruments/acoustics/">Washburn</a> (Sally), which was my first guitar. For recording, I use my acoustic/electric <a href="http://www.takamine.com/">Takamine</a> (Ann), which let&#8217;s me record multiple tracks in one take. I have a gorgeous semi-hollow body <a href="http://www.ibanez.com/HollowBodyGuitars/model-AK95">Ibanez</a> (Marie) that stays in it&#8217;s fluffy case because I&#8217;m afraid of getting fingerprints all over it.</p>
<p>For capturing audio, I have a <a href="http://www.mackie.com/products/400f/">Mackie Onyx 400f</a> firewire audio interface and <a href="http://www.mxlmics.com/products/900_series/992-993/992-993.html">MXL 900 Series</a> microphones. Together, they sound beautiful.</p>
<h2>And what software?</h2>
<p>I consider myself lucky to have been working on a Mac early on in my web development career or I wouldn&#8217;t have found <a href="http://macromates.com/">TextMate</a>. If I hadn&#8217;t I would probably still be coding in a WYSIWYG like DreamWeaver or <a href="http://www.aptana.com/">Aptana</a>. </p>
<p>I use <a href="http://www.panic.com/transmit/">Transmit</a> for moving files across servers. Terminal for, well, everything. <a href="http://www.photoshop.com/products">Photoshop</a> for image editing,<a href="http://www.sequelpro.com/"> Sequel Pro</a> for database management, <a href="http://www.mamp.info/en/index.html">MAMP</a> for when my local Apache server starts acting up, and <a href="http://mac.github.com/">GitHub for Mac</a> for version control. </p>
<p>I use <a href="http://developer.apple.com/xcode/index.php">Xcode</a> for iOS development except when developing web apps, in which case I&#8217;ll use TextMate, iPhone Simulator, Safari (debugging), and <a href="http://www.phonegap.com/">PhoneGap</a>.</p>
<p>For music, I prefer the simple interface of <a href="http://www.apple.com/ilife/garageband/">Garageband</a>. I&#8217;ve attempted to record in Logic but found it a little too much for songs that only have 3 tracks. Maybe when I reach the experimental phase of my music writing career I&#8217;ll have a need for it.</p>
<h2>What would be your dream setup?</h2>
<p>I definitely prefer an <a href="http://www.apple.com/iphone/">iPhone</a> over my BlackBerry. </p>
<p>I wouldn&#8217;t mind having an <a href="http://www.apple.com/imac/">iMac</a> at my desk at work. &#8220;Docking&#8221; my laptop is getting a little boring. I would love nothing more than to come in and just sit down. </p>
<p>A <a href="http://www.apple.com/macpro/">Mac Pro</a> to keep in my studio so I wouldn&#8217;t have to use my laptop. </p>
<p>A new desk chair.</p>
<p>Pretty much every Apple product that I don&#8217;t have.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=QHkQXoOj3Gs:6xyfLd10WOs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=QHkQXoOj3Gs:6xyfLd10WOs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=QHkQXoOj3Gs:6xyfLd10WOs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?i=QHkQXoOj3Gs:6xyfLd10WOs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lehisanchez/blog?a=QHkQXoOj3Gs:6xyfLd10WOs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lehisanchez/blog?i=QHkQXoOj3Gs:6xyfLd10WOs:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lehisanchez/blog/~4/QHkQXoOj3Gs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lehisanchez.com/developer/the-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://lehisanchez.com/developer/the-setup/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.166 seconds --><!-- Cached page served by WP-Cache -->

