<?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>Fuel Your Coding &#187; Interviews</title>
	<atom:link href="http://fuelyourcoding.com/category/featured-developers/interviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://fuelyourcoding.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Jan 2012 11:01:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Interview with Wess Cope, Wattz.net</title>
		<link>http://fuelyourcoding.com/interview-with-wess-cope-wattz-net/</link>
		<comments>http://fuelyourcoding.com/interview-with-wess-cope-wattz-net/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:41:29 +0000</pubDate>
		<dc:creator>Douglas Neiner</dc:creator>
				<category><![CDATA[Featured Developers]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[programmers]]></category>

		<guid isPermaLink="false">http://fuelyourcoding.com/?p=694</guid>
		<description><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
]]></description>
			<content:encoded><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
<p>I am excited to present this developer interview with programmer Wess Cope. Wess is a regular contributor here on Fuel Your Coding and so this interview was a great opportunity for us to learn more about what makes Wess tick.</p>
<h3><a href="http://fuelyourcoding.com/files/wess-header.jpg"><img class="alignnone size-full wp-image-703" title="wess-header" src="http://fuelyourcoding.com/files/wess-header.jpg" alt="wess-header" width="600" height="150" /></a></h3>
<h3><strong>Did you go to school for programming? How did you get started in this field?</strong></h3>
<p>I am a self taught programmer. I guess you could say I fell into the field when I was eight years old. I learned to program, well, mimic on a Commodore 128. I just typed in the code examples, then I changed things here and there and watched to see how it affected the program. I attended the Air Force Academy for electronic engineering and became an encryption programmer in the Air Force.</p>
<p>When I really started getting into the web development field, it was actually as a design and UI guy, not a programmer. I already knew how to program in C++ and Java, but not PHP. A friend of mine turned me on to the backend technologies, and I transitioned into the field of backend programming. I didn&#8217;t lose my connection to design and UI as fell deeper into the world of programming. On a side note, back in 1999 I really liked javascript&#8230; which if you remember is when most people didn&#8217;t like it at all!</p>
<p>Now I program all the time. Literally all the time. I normally program in five different languages all day at work, then do it all over again in the evenings. I don&#8217;t watch TV, I program.</p>
<h3><strong>It seems you like learning a lot about new technologies. Why is that?</strong></h3>
<p>Yes! Its actually a big joke with my family and friends. When Google announced &#8216;Go&#8217;, my brother-in-law called me right up and asked if I knew how to program with it yet. Anytime a new language comes out, I make a point of downloading it and building an application so I can understand how it works. It is really important to me to have a working knowledge of a technology. Then, when it comes up in a conversation I am not just speaking on hearsay. I have actually used it, so I can be more informed. It&#8217;s really all about dominance in arguments. :)</p>
<h3><strong>How would you recommend someone pick up an additional programming language?</strong></h3>
<p>I always recommend the same thing to anyone wanting to pick up a new language. Program something common with it. What I mean by common is something you know how to build in another language. For instance, whenever I learn a new technology I always build a user management app or a todo list app. The methodologies never change with those apps even though the technologies change. By building the same thing over and over with different technologies, I can more accurately compare them to each other. It helps me really learn the language. Hello World apps don&#8217;t show you what is really going on with the language.</p>
<h3><strong>Do you prefer physical books or searching for the information on the Internet?</strong></h3>
<p>I love books. I read a technical manual a month. I go through every step, try every example. When I am picking up a new language, I tell my brain I have never programmed before. Even when reading about MVC, I pretend I have never heard it before. Since each company handles it a little differently, I don&#8217;t pretend to understand how that company views it. When working through the examples, I never copy and paste; I type it all out. Even when I write tutorials, I often use screen-shots instead of easily copied code. I know good and well that if a programmer types each piece of code he will be less likely to forget what he learned. If all else fails, I will go to the internet for answers.</p>
<h3><strong>How do you get a personal or work project from idea to completion?</strong></h3>
<p>I try to crush goals quickly. If you set a milestone that is so large it overwhelms you, it will slow you down. Set a small goal, hit it, then do something else on a <em>different</em> project and with a <em>different</em> language. Switching between projects and languages keeps you from getting burned out. None of my to do lists on a project have more than 4 or 5 items. This is essential to fight burnout. When you fight burnout, you keep yourself happy. Plus  switching languages helps you stay very adaptable.</p>
<p>I have also found that feature creep comes from not stopping when your five tasks are done. When you finish what you set out to do, don&#8217;t look at it as being half complete. You are done&#8230; stop working on it. If you don&#8217;t, you will kill your own motivation. The big picture is beautiful, but don&#8217;t ruin it because a single leaf isn&#8217;t quite as nice as you imagined it.</p>
<h3><strong>Its your hobby, its your work. What else do you do when you aren&#8217;t programming?</strong></h3>
<p>I build furniture. I Build computer desks. As my needs change, so does my desk. As my languages change, my desk changes. I also spend time with my family. When I get home from work, three hours every night is family time.</p>
<p>I enjoy rock climbing and kayaking, but my current hobbies are really golfing and salt water fishing. However, sometimes I just like driving around and seeing how people interact with each other. I get a lot of inspiration for things I build by watching people interact.</p>
<p>Best thing sometimes is to stop and see the world for what it is. Not thinking about programming, but sitting with the family and enjoying life. Clearing your brain like that helps you get ready to code when you need it. I have never met a really stressed out programmer who writes really good code.</p>
<h3><strong>Thank you so much for this interview! What advice can you leave us with?</strong></h3>
<p>Push the limits of the technology you are using to the edge. Push it to where it shouldn&#8217;t even be functioning any more. An example of pushing the bounds is the <a href="http://cappuccino.org/" target="_blank">Cappuccino framework</a>. It is pushing javascript to the edge of what it should even be able to do. It completely blows my mind. Its the same thing Objective-C did to C. They broke the bounds of what the browser is capable of.</p>
<p>If you don&#8217;t think you can push the boundaries any further, then break them entirely. Use research to see how other people are using technologies in combination with out-of-the-box thinking. See how they are applying to to solve problems. Keep pushing the envelope.</p>
<h3><strong>How can our readers get in touch with you? Do you mind people connecting with you?</strong></h3>
<p>I love interacting with people! I am almost always on Freenode in one of the developer channels. I can be reached on AIM by my screen name: wattzilla. Of course my <a href="http://twitter.com/wattzilla">Twitter account</a> is another great way to get in touch with me. I welcome any and all contact, so look me up!</p>
<p><em>Note: </em><em>This interview has been adapted to a question and answer format from my much more relaxed interview with Wess last week.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://fuelyourcoding.com/interview-with-wess-cope-wattz-net/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Behind the App: Garrett Murray</title>
		<link>http://fuelyourcoding.com/behind-the-app-garrett-murray/</link>
		<comments>http://fuelyourcoding.com/behind-the-app-garrett-murray/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:59:23 +0000</pubDate>
		<dc:creator>Adelle Charles</dc:creator>
				<category><![CDATA[Featured Developers]]></category>
		<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://fuelyourcoding.com/?p=1488</guid>
		<description><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
]]></description>
			<content:encoded><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
<div style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; padding: 0.6em; margin: 0px;">
<p>Recently FYC had the pleasure of  being able to pick one of the best in the businesses brain, Garrett Murray. He is responsible for Ego App and one of the creative minds behind Pinch/Zoom. Garrett let us in on what he does and a few things he has in the pipeline.</p>
<p style="text-align: center;"><a href="http://www.fuelyourapps.com/files/garrett.murray.jpg"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/garrett.murray.jpg" alt="garrett.murray" width="500" height="335" /></a></p>
<h2>1. What does your typical day look like?</h2>
<p>In general, I tend to spend mornings catching up on email and scheduling out various meetings or calls for the week. I spend time going through all the active projects in Basecamp and checking on progress and milestones, posting updates, etc. I&#8217;m not a good morning person, so I rarely ever do anything related to design or development before noon. I tend to spend three or four hours developing/designing/etc during the afternoon, depending on how many calls or meetings I have.</p>
<p>Around 4 or 5PM, I try to get out for a run and a little exercise. Then I tend to go back to work from 6PM to 8PM or so. This aligns pretty well with EOD in the Pacific timezone, where my business partner is, so we can touch base if necessary. Any time after 8PM is time I spend on side projects, going out, etc. I try not to work on anything business-related on weekends wherever possible and use that time for my own stuff.</p>
<p>This all is also completely flexible&#8211;one of the benefits of running your own business and working out of your home office is that you can do whatever, whenever. Another benefit is that we tend to have a lot of our internal meetings while playing Zombie mode in Call of Duty: World at War.</p>
<h2>2. What are some of the recent projects that you have been working on?</h2>
<p>A majority of the stuff we&#8217;re working on at pinch/zoom right now I can&#8217;t talk about publicly (yet), but I will say a lot of it is related to the iPhone. Recently, we did some work for Lonely Planet, Telstra, Big Think and others.</p>
<p>Personally, I&#8217;m still working on various updates to Ego, and some of my other side projects including Prettify. I&#8217;m also in the beginning stages of creating a new iPhone application which I&#8217;ll be talking about more in the coming months.</p>
<h2><a href="http://www.fuelyourapps.com/files/main_1.4.png"></a><br />
3. Ego has an amazing UI which translates into an amazing UX. I bought the app based on looks alone and then fell in love with how stupid easy it works. Was the UI or the UX the driving factor when you made this app or did they fall under the same category?</h2>
<p style="text-align: center;"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/main_1.4.png" alt="main_1.4" width="320" height="480" /></p>
<p>First, thanks. And yeah, they sort of fall under the same category when it comes to an application like this. Ego is what I&#8217;d call a clear case of a utility application. It doesn&#8217;t do much (functionally) except display data, which means it needs to get right to the point in a clear and usable fashion. I wanted the widgets to look like they belonged on the iPhone but also felt somewhat unique. Sort of native/non-native if that makes any sense. I took a great deal of inspiration from the OS X dashboard and existing widgets for various tracking services, most notably Mint.</p>
<p>Luckily for me, the process for setting up a widget wasn&#8217;t terribly difficult so I was able to attempt to streamline that as much as possible. Little touches like the &#8220;Next&#8221; button on the keyboard going to the next field in the setup form and then finishing when on the last were simple to implement but made a difference when it came to entering data. I try to keep my eye out for those kinds of little enhancements when developing/designing applications.</p>
<p>And, most of all, *I* use things I write. Hell, I primarily write them for me, so I spend a good deal of time testing/using the application before I ever share it with others. I think that tends to add a bit more polish.</p>
<h2>4. From start to finish in the production of Ego what do you think was the hardest part?</h2>
<p>Hands down the Google Analytics support. Which is a bit ironic, of course, because it wasn&#8217;t even part of version 1.0. Back when I implemented GA support, Google didn&#8217;t have a public API. There were plenty of ways to get various bits of data out of GA through scraping and such, and the clamor for Analytics features from users was so strong that I went ahead and implemented a version of it. Luckily, it worked, but only for a time. When you have thousands of people all hitting the site from a specific application Google takes notice and they blocked Ego from scraping the data.</p>
<p>Over the next few weeks I rewrote the feature several times and even got friends to help me rewrite it in various ways. But it all felt like a dead-end. Then, finally, I was able to get into the secret Google Analytics API program and write an officially-supported version of the feature for the application. Two days after that version was released, Google publicly released the API. Figures.</p>
<p>The whole experience was pretty awful, though. There were a few weeks there were the app was getting blasted in reviews, negative publicity, etc. Not fun to deal with. Luckily the feature is solid now and I don&#8217;t have to think about it any more. But everything else pales in comparison to that whole ordeal.</p>
<p><a href="http://www.fuelyourapps.com/files/Ego-57x57GM.png"></a><a href="http://www.fuelyourapps.com/files/icon_sketch.jpg"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/icon_sketch.jpg" alt="icon_sketch" width="600" height="240" /></a></p>
<h2>5. How many different icon designs did you go through for Ego&#8217;s iPhone icon? How crucial of a role does this icon play in the branding of ones app?</h2>
<p>I&#8217;m really lucky that I had an idea for the application icon right off the bat and didn&#8217;t have to do much back and forth on it. The original name of the application was actually Stacks, but a few days into development I was talking to my friend Shawn Morrison about it and he said it sounded like an application for someone with a really inflated ego. He told me I might as well call it what it is, and I agreed and changed the name to Ego. A few hours later while I was sketching out various bits of the UI, I had a sudden idea for the icon which was basically a golden statue of me on the same background the app uses. I sketched it out and made a SUPER rough version of the icon for an example.</p>
<p>Luckily, I had been in contact with Adam Betts years ago related to him doing some icons for an OS X app I wrote (xPad) but never ended up redoing that stuff, but I still followed his work very closely because he&#8217;s one of the best icon designers out there. I sent him an email with my sketch and rough mockup, as well as a screenshot of the in-progress app and he loved the concept and UI design and agreed to do the icon. And he did a fantastic job.</p>
<h2>6. Its clear by your <a href="http://www.flickr.com/photos/garrettmurray/sets/72157602749140895/">Flickr</a> feed that you have a clear Mac obsession. What is your overall opinion of the Mac platform for your development? (both web and iPhone)</h2>
<p>Yeah, I have a bit of a problem. That aside, I would say that I couldn&#8217;t imagine using any other platform for pretty much anything I do, whether we&#8217;re talking about web, mobile or app development, making podcasts, editing films, etc. The Mac experience is superior to any other computing platform on earth, hands down. Most of my friends are Mac people, and many of them have to use Windows at work and I can&#8217;t imagine the hell they suffer through on a daily basis.</p>
<h2>7. How easy (or hard) has the iPhone SDK been to work with?</h2>
<p>The iPhone SDK is wonderful. It really is. It&#8217;s as if someone went through AppKit (one of the core frameworks used for developing OS X applications) and threw out most of the garbage and cleaned up the remaining stuff. I was beyond pleasantly surprised when I sat down to write Ego, and since then when writing various applications for clients. It feels new but has the stability of the OS X legacy behind it.</p>
<p>A few months ago I wrote an OS X desktop application for a client (for the first time in about 6 years) and, after using the iPhone SDK, it was really rough. I just kept wishing I was building an iPhone app instead.</p>
<h2>8. When did you start pinch/zoom?</h2>
<p>We officially launched pinch/zoom in May of this year. We (Brian Fling, the other founder, and I) had been working together on various projects over the previous year and had been talking about creating a company together and things finally lined up for that in the beginning of 2009.</p>
<h2><a href="http://www.fuelyourapps.com/files/Picture-15.png"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/Picture-15.png" alt="Picture 1" width="597" height="268" /></a></h2>
<h2>9. I noticed that the pinch/zoom site redesign has launched and shows an awesome apple feel (as well as iPhone). Were these conscience design decisions made to represent the fact that you live in the app world?</h2>
<p>The design credit for pinch/zoom&#8217;s website goes completely to Brian. The design direction was definitely taken from our motivations and goal to design and develop lovely applications for the web and mobile devices. We&#8217;re both big fans of the iPhone and Apple in general, and we get a lot of our inspiration from their design work. We wanted our website to convey to potential clients the kind of design we enjoy and specialize in.</p>
<h2>10. What is some insight that you would like to pass down to some up and coming app developers?</h2>
<p>The best insight I can give: Become a workaholic. That sounds terrible, but it&#8217;s true. You have to keep doing it, all the time. Play with different technologies, build things, take existing applications apart, learn. I&#8217;ve been doing this for nearly 10 years and I still end up playing with side projects nearly every day.</p>
<h2>Connect With Garrett?</h2>
<h2><a href="http://garrettmurray.net/">Personal Site</a> | <a href="http://pinchzoom.com/">Pinch/Zoom</a> | <a href="http://twitter.com/garrettmurray">Twitter</a> | <a href="http://log.maniacalrage.net/">Blog/Stream</a></h2>
</div>
]]></content:encoded>
			<wfw:commentRss>http://fuelyourcoding.com/behind-the-app-garrett-murray/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behind the App: BrushPilot &#8211; Jay Hilgert (Bittbox)</title>
		<link>http://fuelyourcoding.com/behind-the-app-brushpilot-jay-hilgert-bittbox/</link>
		<comments>http://fuelyourcoding.com/behind-the-app-brushpilot-jay-hilgert-bittbox/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 19:57:45 +0000</pubDate>
		<dc:creator>Adelle Charles</dc:creator>
				<category><![CDATA[Featured Developers]]></category>
		<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://fuelyourcoding.com/?p=1486</guid>
		<description><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
]]></description>
			<content:encoded><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
<div style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; padding: 0.6em; margin: 0px;">
<p><strong style="font-weight: bold;">Want to know how to make your App a smashing success?  Fuel Your Apps recently sat down with Jay Hilgert (Bittbox), to get some insight into his experiences bringing BrushPilot (the photoshop plugin mac app) to the masses. Below is the interview:</strong></p>
<p style="text-align: center;"><a href="http://www.fuelyourapps.com/files/brush-pilot-512.png"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/brush-pilot-512.png" alt="brush-pilot-512" width="512" height="512" /></a></p>
<h2>Where did the idea of Brush Pilot come from?</h2>
<p>Well, I really wanted an app Like Brush Pilot, and after being frustrated trying the clunky java versions around and not having any luck finding anything suitable, I decided to take matters into my own hands. It was a risk, but I was certain that there were other people like me out there who could really use an app like Brush Pilot.</p>
<p style="text-align: center;"><a href="http://www.fuelyourapps.com/files/picture-210.png"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/picture-210-607x394.png" alt="picture-210" width="607" height="394" /></a></p>
<h2>At what point did you decide ok, this is going to become a reality?</h2>
<p>After I found a developer, we had some conversations about how long it would take and how much it would cost, and I decided that the benefits outweighed the risks, so I set things in motion and never looked back.</p>
<h2>How did you take the first few plunges into the app? Sketch out the app? Hire a developer? Do it yourself?</h2>
<p>Well, I started in Photoshop and went back and forth with my developer with how the app should look while he started the backend development. We made a few UI changes as we figured out which features we could include and after that, we started testing away.</p>
<h2>Where did your pricing come from? Affordability? Enough to cover your overhead? etc.</h2>
<p>I wanted it to be affordable. I know people have been waiting on this app for a long time and I wanted it to be affordable enough for anyone to enjoy it. Plus, I didn&#8217;t want to over-price it for version 1. There are still a ton of improvements we can make to Brush Pilot before it becomes a $20 app. I wouldn&#8217;t feel right charging more than $15 at this point in the app&#8217;s life.</p>
<p><a href="http://www.fuelyourapps.com/files/picture-310.png"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/picture-310-607x690.png" alt="picture-310" width="607" height="690" /></a></p>
<h2>What were the key features you wanted to capture in Brush Pilot?</h2>
<p>Lightning fast previews was my top priority, and I have to say, my developer did a great job on that. The speed of Brush Pilot wouldn&#8217;t be possible without Spotlight technology, and I&#8217;ve had some complaints about relying on Spotlight, but let&#8217;s face it, Brush Pilot is up to 50x faster than ABR Viewer (open source Java app). I even tested it with 5.5 Gigs of brushes on an external HD and it only to 5-10 seconds to populate the file list. I&#8217;m very happy with the speed, and how lightweight the app turned out to be. Another thing I concentrated on, was the file system. I thought it was important for users to distinguish which of their brushes were installed, and which ones were not. This way you know what&#8217;s going to show up in you list of brushes when you fire up Photoshop. Also, the ability to install and delete was essential in order to truly be a useful app. I thought to myself &#8220;It&#8217;s nice to be able to preview the brushes, but if I have to open finder and move the files manually, it would just be a pain.&#8221; That&#8217;s just a few of the big ones we concentrated on.</p>
<p><a href="http://www.fuelyourapps.com/files/picture-48.png"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/picture-48-607x342.png" alt="picture-48" width="607" height="342" /></a></p>
<h2>How have you been marketing the app? (soft release? Your blog? twitter ads etc)</h2>
<p>I started out with posting about it on my blog <a href="http://bittbox.com">BittBox.com</a>, then proceeded to Twitter, email, etc. I just recently got an affiliate program working, so if anyone has a Photoshop related website and wants to earn 20%, you can always drop me a line at brushpilot [at] gmail [dot] com.</p>
<h2>What is something you took away from the process that people making new apps like you did would gain insight from?</h2>
<p>It always takes longer than you think. I guess you could say the same about web design, but making an app, there are so many little things that can easily be overlooked. Test, Test, Test. Even in the early stages, send it out to people you can trust to test because everyone uses their computer differently and they might find a bug in 5 seconds that you haven&#8217;t found in 3 weeks. Also, keep an eye on Apple coming out with &#8220;Resolution Independent&#8221; UI for their software. From now on, to be on the safe side, I would do all my UI design in vector format.</p>
<h2>Have you been bitten by the app bug or are you already thinking of something else to design?</h2>
<p>I&#8217;m going to try and perfect Brush Pilot before I start thinking about anything else. There are still plenty of enhancements I&#8217;d like to see in version 2: Drag and Drop is a must. Renaming files, Shift + Select for installing/Deleting, full size PNG export, just to name a few.</p>
<h2>Did you design the logo for Brush Pilot and how did you come up with the name? Has it always been called this or has it changed?</h2>
<p>No, actually I hired a company that specializes in icon design, and they are very affordable. <a href="http://www.artua.com/">www.artua.com</a> I&#8217;m a graphic designer, but icon design is a different animal, so I decided to leave it to the pros.</p>
<h2>About Jay Hilgert (<a href="http://bittbox.com">Bittbox</a>)</h2>
<p>He graduated from Oklahoma State University in 2005, with a BFA in Graphic Design and ended up getting a job at a small design firm in St. Louis. While in St. Louis, He started <a href="http://bittbox.com">BittBox.com</a> and after a while, ended up quitting my job to blog full time. Jay moved back to Oklahoma City where he currently runs BittBox, design fonts, and now is in the software business, so you can imagine, he spends most of his time emailing people theses days :)</p>
<h2>Want to connect more with Jay?</h2>
<h2><a href="http://bittbox.com">Site</a> | <a href="http://www.twitter.com/bittbox">Twitter</a> | <a href="http://www.brushpilotapp.com">App Site</a></h2>
</div>
]]></content:encoded>
			<wfw:commentRss>http://fuelyourcoding.com/behind-the-app-brushpilot-jay-hilgert-bittbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview with Marco Kuiper, Marcofolio.net</title>
		<link>http://fuelyourcoding.com/interview-with-marco-kuiper-marcofolionet/</link>
		<comments>http://fuelyourcoding.com/interview-with-marco-kuiper-marcofolionet/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 15:59:48 +0000</pubDate>
		<dc:creator>Gaya Kessler</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[marco kuiper]]></category>
		<category><![CDATA[marcofolio]]></category>
		<category><![CDATA[marcofolio.net]]></category>

		<guid isPermaLink="false">http://fuelyourcoding.com/?p=374</guid>
		<description><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
]]></description>
			<content:encoded><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
<p>Marco Kuiper, the writer and creator of <a href='http://www.marcofolio.net'>marcofolio.net</a> had the time to fill in some of the questions we had in store. Marco lives, like me, in the Netherlands and we happened to go to the same school just a while ago. He is an enthusiast in everything on the web and creates innovative web stuff. In this interview you&#8217;ll get to know him a little bit better.</p>
<p><img src="http://fuelyourcoding.com/files/marcofolioportfolio.jpg" alt="marcofolioportfolio" title="marcofolioportfolio" width="606" height="200" class="aligncenter size-full wp-image-377" /></p>
<h2>Are you a freelancer?</h2>
<p>I used to be. Since I started by blog, I was way too busy with school, work and other stuff to keep on being a freelance developer.</p>
<h2>What is the best part about being a freelancer?</h2>
<p>Being a freelancer doesn’t have any real “best part” in my opinion. It has it’s up-, but also it’s downsides. For example: It’s great that you have “all the time in the world”, but you’ll need to be very good at organizing stuff, otherwise you won’t meet your deadlines.</p>
<p><img src="http://fuelyourcoding.com/files/marcofolio1.jpg" alt="marcofolio1" title="marcofolio1" width="606" height="212" class="aligncenter size-full wp-image-386" /></p>
<h2>What are your best methods for finding/attracting clients?</h2>
<p>At the time I was a freelancer, clients came to me through referrals from others. Real-life networking was just a great way of connecting with people. Like I said before, when I started my blog, I didn’t do any freelancing anymore. I’ve had a couple of freelance job offers through my blog, but didn’t accept them.</p>
<h2>How did you get started in your field? Did you study something in particular or are you self-taught?</h2>
<p>I always was interested in computers in general. I first learned the Java programming language when still on high school. That’s the moment when I knew that I really loved to program. After high school, I started to study computer science. Everything I learned there was about application development. My web development skills are self-taught, just because I love to do that too.</p>
<h2>What do you feel are the most important skills for a designer to have/develop?</h2>
<p>Keep on loving what you do! That’ll keep you motivated and stay “on top of the game”. If you don’t like what you do, you should simply quit.</p>
<p><img src="http://fuelyourcoding.com/files/marcofolio2.jpg" alt="marcofolio2" title="marcofolio2" width="606" height="200" class="aligncenter size-full wp-image-387" /></p>
<h2>Where do you go for development inspiration, where do your ideas come from? </h2>
<p>Tough question. I mainly draw development inspiration from real life, but don’t look at specified stuff a lot. When I have an idea for another crazy development proof of concept, that idea just came in my head without any real inspiration. I just think about that kind of stuff all day, what would be cool and what is possible. If it is a combination of both (cool and possible), I always like to give it a shot.</p>
<h2>Do you have any favorite websites for interacting with others in the development community?</h2>
<p>I do have a very full RSS inbox every day with blogs that I love to follow, but on Twitter most articles are tweeted there before they even get in the RSS feeds. Commenting on articles helps connecting with others too.</p>
<h2>What are your 5 favorite sites online?</h2>
<p>Other than my own site, I love to visit the following sites: </p>
<ul>
<li><a href="http://sixrevisions.com/">SixRevisons</a> &#8211; Great WebDev and –Design blog from Jacob Gube</li>
<li><a href="http://www.noupe.com/">Noupe</a> &#8211; Another awesome WebDev and –Design blog from Noura Yehia</li>
<li><a href="http://css-tricks.com/">CSS-Tricks</a> &#8211; Chris Coyiers playground, showing some real power of CSS</li>
<li><a href="http://www.explosm.net/comics/new/">Cyanide and Happiness</a> / <a href="http://xkcd.com/">XKCD</a> &#8211; I really love these webcomics, especially Cy&#038;H is a great start of the day</li>
<li><a href="http://google.com/ig">iGoogle</a> &#8211; My iGoogle page with Twitter, GMail, Todo’s etc.</li>
</ul>
<p><img src="http://fuelyourcoding.com/files/marcofolio3.jpg" alt="marcofolio3" title="marcofolio3" width="606" height="272" class="aligncenter size-full wp-image-388" /></p>
<h2>Who, in the online world, would you say has had the biggest influence on you?</h2>
<p>I don’t think anyone on the online world really has a real “influence” on me. I just love to do stuff my way. When I think of “inspiration”, I think Jacob Gube (from SixRevisions) does inspire me a lot. He’s just a great guy, down to earth and managed to build a great online empire from scratch.</p>
<h2>What are the tools you couldn&#8217;t live without?</h2>
<ul>
<li>My MacBook Pro</li>
<li>Google Calendar / GMail</li>
<li>Firefox + Firebug</li>
<li>Smultron / Eclipse</li>
<li>Photoshop</li>
<li>24” widescreen (really improves the workflow)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://fuelyourcoding.com/interview-with-marco-kuiper-marcofolionet/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Behind the App: Interview with Elliott Kember</title>
		<link>http://fuelyourcoding.com/behind-the-app-interview-with-elliott-kember/</link>
		<comments>http://fuelyourcoding.com/behind-the-app-interview-with-elliott-kember/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 19:54:40 +0000</pubDate>
		<dc:creator>Adelle Charles</dc:creator>
				<category><![CDATA[Featured Developers]]></category>
		<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://fuelyourcoding.com/?p=1483</guid>
		<description><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
]]></description>
			<content:encoded><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
<div style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; padding: 0.6em; margin: 0px;">
<h2><a href="http://www.flickr.com/photos/elliottkember/3285232950/"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/elliott.jpg" alt="elliott" width="266" height="350" /></a></h2>
<h2>Elliott you describe yourself as being someone who makes complicated web apps. What would you consider to be complicated?</h2>
<p>That&#8217;s a good question. It&#8217;s really a bit of a marketing line &#8211; most of my apps are actually very simple. I guess it really means that I build apps which can do some involved, and traditionally difficult things &#8211; but by using powerful tools, they&#8217;re easy to do. What used to take hundreds of lines of proprietary code, now takes a few elegant lines of re-usable code.</p>
<h2><a href="http://filetweet.elliottkember.com/"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/picture-16-607x302.png" alt="picture-16" width="546" height="272" /></a><a href="http://www.fuelyourapps.com/files/picture-15.png"><br />
</a></h2>
<h2>Filetweet is an intuitive idea for twitter. What prompted the idea and what problems did you run across?</h2>
<p>Well, I&#8217;d been dealing with files and attachments in applications, and I was trying to come up with an app which filled a specific gap. Sending files on Twitter has been done before, but not very elegantly &#8211; and only with Basic Auth, where you give someone your password. I thought I&#8217;d try and make a simpler one. It helps to imagine a tweet as a tiny email. You&#8217;ve got a sender and a recipient, and you&#8217;ve got content, but you don&#8217;t have attachments. Sometimes it&#8217;s useful to draw these kinds of silly parallels.</p>
<p>I came up with the idea and built it that night &#8211; it wasn&#8217;t too difficult. It uses S3 for storage, and the fantastic Twitter Auth plugin. Actually, just before I was about to launch, Twitter changed an API setting which broke quite a few Twitter OAuth apps. We all had to downgrade to an older version of the gem, which doesn&#8217;t break with Twitter, just to get things running again. It only took a couple of hours, but it sure was conspicuous timing.</p>
<h2>Why did filetweet become something that you felt users on twitter needed?</h2>
<p>People share files with each other all the time &#8211; by email, over IM, in web apps &#8211; I figured I&#8217;d just make the process one step easier. That&#8217;s the trick: if you can make an everyday activity easier for someone, you&#8217;re ahead.</p>
<p><a href="http://blocky.elliottkember.com/"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/picture-22.png" alt="picture-22" width="385" height="152" /></a></p>
<h2>From your site I get the feeling you&#8217;re fun and relaxed. Why is this an attitude that helps you in your everyday tasks?</h2>
<p>It&#8217;s good not to take yourself too seriously &#8211; at least from time to time. It lets you keep a healthy perspective on what you&#8217;re doing, and I guess it helps to makes you more approachable.</p>
<h2><a href="http://elliottkember.com/spreadtweet/"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/picture-32.png" alt="picture-32" width="532" height="197" /></a></h2>
<h2>What recent things have you had in the pipeline?</h2>
<p>I&#8217;ve done a few apps recently: <a href="http://elliottkember.com/spreadtweet/">Spreadtweet</a>, a Twitter client that looks like Excel, <a href="http://blocky.elliottkember.com/">Blocky</a>, a Twitter spam-blocking app, <a href="http://whobuilt.it/">Whobuilt.it</a>, which lets you claim the sites you build,<a href="http://www.filesharehq.com/"> FileShare HQ,</a> an FTP file sharing app &#8211; it&#8217;s been a busy year!<br />
None of them other than FileShare HQ actually make me any money, but I guess that&#8217;s how it goes. They were all a lot of fun and great publicity, and people seem to find them useful, which is very rewarding.</p>
<p><a href="http://whobuilt.it/"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/picture-52-607x284.png" alt="picture-52" width="546" height="256" /></a></p>
<h2>If you had one mulligan (do-over) in your career what would it be?</h2>
<p>Hmm, good question. I think I would&#8217;ve tried getting into Rails earlier &#8211; I remember looking at it when it was new, and thinking, &#8220;That&#8217;s a bit too tricky.&#8221; Turns out, there&#8217;s a lot to gain from difficult things.</p>
<h2>What are the 5 most valuable apps you use on a daily basis?</h2>
<p>Reddit, if that&#8217;s an app. Twitterriffic, Textmate, GMail, and Basecamp. Other than that, Safari. Oh, and Skitch. I also use Spreadtweet constantly, just so that when people ask me this question I can plug my own app.</p>
<p><a href="http://carsonified.com"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/carsonified-607x287.jpg" alt="carsonified" width="546" height="258" /></a></p>
<h2>For Carsonified&#8217;s event booking system: what were some of the steps you had to take to make reliable app?</h2>
<p>I liked the error reporting and 500 pages the best. On the very rare occasion that something went wrong, and the site served up an error page, the user was given about 5 ways to contact me directly. This turned out to be great, because I&#8217;d get an automatic notification that something went wrong, and I&#8217;d be half-way through fixing it by the time I got the user&#8217;s email. Sometimes, you send out a message to someone who&#8217;s having difficulty, and it&#8217;s the last thing they&#8217;re expecting. It&#8217;s hard to imagine a website being in touch with its developer in real-time, so it&#8217;s a welcome surprise when someone says &#8220;Hey, it looks like you&#8217;re having trouble booking &#8211; how can I help?&#8221; Error pages are inevitable. Unfortunately, if you do your job properly, you don&#8217;t get to do this very often.</p>
<p>We usually just avoid talking about error pages, but you have to deal with the realization that things do go wrong. It&#8217;s not always your fault &#8211; but you have to know what happened, and when, and most importantly WHO had the problem, so you can help them.</p>
<h2><a href="http://elliottkember.com/"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/picture-15-607x219.png" alt="picture-15" width="546" height="197" /></a></h2>
<h2>What is with your affinity for pink?</h2>
<p>Interestingly enough, pink was a masculine colour before World War 2 &#8211; and blue was feminine. It&#8217;s interesting to see how completely the roles have changed, and yet how immutable they seem now.</p>
<p>As for me, I guess it&#8217;s gotten to the stage where pink is so stereotyped in one direction that I felt it&#8217;d be nice and refreshing to try and roll with it. It&#8217;s always good to have a visual identity &#8211; so someone can say, &#8220;I recognize this style; I know who this is.&#8221; As with fashion, pink is pretty inoffensive these days &#8211; if you&#8217;re confident, I think you can pull it off.</p>
<p><a href="http://www.filesharehq.com/"><img style="border-style: initial; border-color: initial;" src="http://www.fuelyourapps.com/files/picture-43.png" alt="picture-43" width="444" height="447" /></a></p>
<h2>What are some great resources for new devs to draw upon to learn and grow themselves into better developers?</h2>
<p>The internet, and your own spare time. There are far too many resources to name &#8211; everything is available 24/7, and everything is free &#8211; the only difference is your level of commitment. People are always asking me, &#8220;I&#8217;d like to get into development &#8211; where do I start?&#8221; I don&#8217;t actually bother answering any more, because these people never end up actually doing anything. If they were really interested, they&#8217;d already have started by themselves. It just takes time &#8211; spare time, weekends &#8211; in general, the more time you spend trying new things, the better you get. Asking for a shortcut before you&#8217;ve even started is just lazy.</p>
<p>Figure out who you really admire, and then just set yourself up to do what they&#8217;re doing. Chances are, they&#8217;ve spent a lot of time choosing a path. Once you&#8217;ve mastered that, then you can try and reinvent the wheel &#8211; but don&#8217;t start Day 1 by writing your own PHP framework, because you&#8217;re wasting your time.</p>
<p>If you do ask for someone&#8217;s advice, take them up on it. If someone suggests Rails, try Rails &#8211; there&#8217;s no law that says you can&#8217;t use more than one framework. People like to see their advice being taken seriously &#8211; if you spend time and effort giving someone advice, and then they don&#8217;t take it, why would you bother the next time?</p>
<p>Finally, once you&#8217;ve started, make sure that you can always look back at what you were doing 6 months ago and cringe. That means you&#8217;re improving!</p>
<h2>Need More Elliott In Your Life?</h2>
<h3><a href="http://elliottkember.com/">Site</a> | <a href="http://twitter.com/elliottkember">Twitter</a></h3>
</div>
]]></content:encoded>
			<wfw:commentRss>http://fuelyourcoding.com/behind-the-app-interview-with-elliott-kember/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview with Chris Coyier, CSS-Tricks</title>
		<link>http://fuelyourcoding.com/interview-with-chris-coyier-css-tricks/</link>
		<comments>http://fuelyourcoding.com/interview-with-chris-coyier-css-tricks/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 17:51:19 +0000</pubDate>
		<dc:creator>Gaya Kessler</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[chris coyier]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://fuelyourcoding.com/?p=233</guid>
		<description><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
]]></description>
			<content:encoded><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
<p>Chris Coyier, the man behind <a href="http://css-tricks.com/">css-tricks.com</a>, <a href="http://aremysitesup.com/">are my sites up</a> and <a href="http://scriptandstyle.com/">script &amp; style</a>, is a well known web developer. He lives in Portland and as he said himself; soon to be Chicago. With his creativity, Chris has given us tons of great tutorials and creates beautiful websites. We were very honored to be able to interview him.</p>
<p><img class="aligncenter size-full wp-image-237" title="Chris Coyier" src="http://fuelyourcoding.com/files/chriscoyierimg.jpg" alt="Chris Coyier" width="606" height="258" /></p>
<h2>Are you a freelancer?</h2>
<p>A little bit.</p>
<h2>What is the best part about being a freelancer?</h2>
<p>I only take on clients that I&#8217;m fairly sure won&#8217;t be stress-inducing and that I can &#8220;do whatever I want&#8221;, so the project is guaranteed to be fun.</p>
<h2>What are your best methods for finding/attracting clients?</h2>
<p>If I was actively in the game of attracting clients, I&#8217;d probably put more time and effort into my portfolio as a first step. Then I&#8217;d spread the word as best I could that I&#8217;m looking for work. Ask friends, family, colleges, anybody at all if they knew anybody looking for a freelancer. I think I&#8217;d be more worried about keeping up and dealing with all the business junk that I would be about finding the work.</p>
<p><a href="http://www.css-tricks.com"><img class="aligncenter size-full wp-image-241" title="csstricks" src="http://fuelyourcoding.com/files/csstricks.jpg" alt="csstricks" width="606" height="137" /></a></p>
<h2>How did you get started in your field? Did you study something in particular or are you self-taught?</h2>
<p>My BA is in graphic design / ceramic art, so in college I did a little bit of web stuff and a bunch of print design. I always loved the web stuff, but was woefully unprepared to actually work in the field after college. I ended up in the printing industry, but on the side I was always messing with websites. So I&#8217;d say my design fundamentals come from school, but all the practical web skills / coding came from learning on my own.</p>
<h2>Please tell us more about your programming background and what made you become a developer?</h2>
<p>I was way into my computer programming class in High School (TURBO Pascal), which lead to me majoring in Computer Science at first in college. I spent literally four years in Computer Science before I decided at the last minute I didn&#8217;t like it and changed my major to art. I definitely don&#8217;t consider myself a developer. I tend to have ideas for applications, try to do it myself, and then going uhhhhmmmm yeah I&#8217;m going to need to find a real developer to get my out of this. It&#8217;s kind of weird position. I&#8217;m one of those &#8220;I know enough to be dangerous&#8221; types, which I enjoy since I have a greater understanding of what is actually going on, but I&#8217;m sure is annoying for the developers I work with.</p>
<p><a href="http://aremysitesup.com/"><img class="aligncenter size-full wp-image-243" title="aremysitesup" src="http://fuelyourcoding.com/files/aremysitesup.jpg" alt="aremysitesup" width="606" height="137" /></a></p>
<h2>What do you feel are the most important skills for a designer to have/develop?</h2>
<p>Fundamentals and work ethic. I think a designer that really understands shape and form and balance and color theory and just generally has a good eye is going to go farther than a designer that knows a bunch of Photoshop tricks. Likewise a developer that really understand and is addicted to efficiency and perfect problem solving is going to go farther than a developer pigeon holed in a single language. And of course you need to work hard.</p>
<h2>Where do you go for development inspiration, where do your ideas come from?</h2>
<p>All good ideas are shortcuts. They make things easier than they already are.</p>
<h2>How do you typically start a new project?</h2>
<p>I always say getting to the root of the needs of the projects is the most important thing in the beginning. It&#8217;s so tempting to start throwing around design ideas right away, but that can be detrimental. As designers, we&#8217;ll start getting attached to those things before we even really consider what the end goals of the project are. If the end goal of this site is to sell as many garden hoses as absolutely possible, the work needs to be focused around that. Nobody cares how hot Gotham Bold is looking today when there is a warehouse of unsold garden hoses.</p>
<p><a href="http://scriptandstyle.com/"><img class="aligncenter size-full wp-image-242" title="scriptstyle" src="http://fuelyourcoding.com/files/scriptstyle.jpg" alt="scriptstyle" width="606" height="134" /></a></p>
<h2>Do you have any favorite websites for interacting with others in the development community?</h2>
<p><a href="http://twitter.com/chriscoyier">Twitter</a> has a pretty kick ass design community going on it. A lot of link sharing going on, which can be both entertaining and educational. Most of my community interaction happens there, as well as <a href="http://css-tricks.com/forums/">the forums on my own site</a> and just through email.</p>
<h2>What does your typical day look like?</h2>
<p>I actually just wrote up a little article about that, focused on the main applications I use throughout the day. I&#8217;m awake and at work by 6 a.m., I find I can knock out big chores if I tackle them right away in the morning. Then by the afternoon my mind is reeling with distractions and all the junk that comes up throughout the day. I&#8217;m kind of on autopilot by late afternoon, so I end up taking an extended break usually, and then come back at it in the evening to work on personal projects and write.</p>
<h2>What are your 5 favorite sites online?</h2>
<p>This is gonna be tough! I read TONS of sites through RSS in Google Reader, and I love all of them so I don&#8217;t wanna play favorites. I&#8217;ll just pick five kind of at random:</p>
<ul>
<li><a href="http://daringfireball.net/">Daring Fireball</a> &#8211; I love John Gruber&#8217;s entire approach to blogging.</li>
<li><a href="http://www.marcjohns.com/blog/">Marc Johns</a> &#8211; Hilarious drawings.</li>
<li><a href="http://nataliejost.com/">Natalie Jost</a> &#8211; I think this is one of the best designed blogs on the internet.</li>
<li><a href="http://layertennis.com/">Layer Tennis</a> &#8211; It&#8217;s over for this year but it was lots of fun to watch.</li>
<li><a href="http://wpazo.com/">Wpazo</a> &#8211; A linkblog of only really good WordPress-related stuff.</li>
</ul>
<h2>Who, in the online world, would you say has had the biggest influence on you?</h2>
<p>One guy I always look up to is Collis Ta&#8217;eed from Envato. He and his team have really taken the idea of creating creativity marketplace to a whole new level and made a very successful business out of it. Someday I&#8217;d love to be a part of something like that.</p>
<h2>What are the tools you couldn&#8217;t live without?</h2>
<p>I could do 95% of my job with Photoshop, Coda, Firefox, and GMail.</p>
]]></content:encoded>
			<wfw:commentRss>http://fuelyourcoding.com/interview-with-chris-coyier-css-tricks/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Interview with Janko Jovanovic, Janko at Warp Speed</title>
		<link>http://fuelyourcoding.com/interview-with-janko-jovanovic-janko-at-warp-speed/</link>
		<comments>http://fuelyourcoding.com/interview-with-janko-jovanovic-janko-at-warp-speed/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 16:22:53 +0000</pubDate>
		<dc:creator>Gaya Kessler</dc:creator>
				<category><![CDATA[Featured Developers]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[at warp speed]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[Janko]]></category>
		<category><![CDATA[Jovanovic]]></category>

		<guid isPermaLink="false">http://fuelyourcoding.com/?p=201</guid>
		<description><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
]]></description>
			<content:encoded><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
<p>Web developer <a href="http://www.jankoatwarpspeed.com/page/About-me.aspx">Janko Jovanovic</a> is the owner of <a href="http://www.jankoatwarpspeed.com/">Janko at Warp Speed</a> and knows a lot about web development on a Windows platform and web development for the front-end. He specializes in ASP.NET, C#, Transact SQL, LINQ, WCF, jQuery and XHTML &amp; CSS. This young man from Serbia has written tons of tutorials and other articles about web development. <a href="http://twitter.com/dzovan/">Catch Janko on twitter</a> and <a href="http://www.jankoatwarpspeed.com/">read through his articles</a>. He is a perfect candidate for an interview on Fuel Your Coding. Enjoy the answers Janko gives to the following questions.</p>
<p><img class="aligncenter size-full wp-image-202" title="janko-big" src="http://fuelyourcoding.com/files/janko-big.jpg" alt="janko-big" width="606" height="200" /></p>
<h2>Are you a freelancer?</h2>
<p>Currently no, but I was working as a freelance developer earlier.</p>
<h2>What is the best part about being a freelancer?</h2>
<p>Freelancing has its own pros and cons, but for me it was a freedom of planning, organizing and decision making. </p>
<h2>What are your best methods for finding/attracting clients?</h2>
<p>Probably the exposure in the community, be it online or offline. If you run a blog or if you are active in niche forums, groups or speak at public events you position yourself as an expert and improve your chances to attract clients. They usually turn to people they have heard of.</p>
<p><img src="http://fuelyourcoding.com/files/leonissima.jpg" alt="leonissima" title="leonissima" width="600" height="430" class="aligncenter size-full wp-image-210" /></p>
<h2>How did you get started in your field? Did you study something in particular or are you self-taught?</h2>
<p>I studied “Information technology in Business” and gained MCSD certificate about same time, which gave me broad knowledge not only in enterprise development but also in working with clients, project management basics and understanding of the full project life-cycle. However, I actually started to work some ten years before my studies, when I was 13 years old.<br />
Apart from development I am very interested in web design. I’m an artist at heart, drawing and painting since childhood. My talent and artistic skills gave me an opportunity to bring computers and art together and I started with web design, illustrations, digital paintings and so on.<br />
So I am both self-taught and educated.</p>
<h2>Please tell us more about your programming background and what made you become a developer?</h2>
<p>There is one person that is to blame for me becoming a developer and that is my father. He was working as a programmer (an “old school” programmer) in the late 80s and I was fascinated by programming. Eventually he bought us a computer, it was PC 286 that worked on 16MHz and had 512KB of RAM. Then I started to work with Clipper and dBase III+. Just a few years later I was freelancing with my cousin and we continued to freelance for a couple of years. Twenty years has passed since then and it’s actually sweet to remember those times.</p>
<p><img src="http://fuelyourcoding.com/files/handycons2.jpg" alt="handycons2" title="handycons2" width="600" height="380" class="aligncenter size-full wp-image-211" /></p>
<h2>What do you feel are the most important skills for a designer to have/develop?</h2>
<p>I believe that good problem solving by thinking outside the box and being open-minded is what can make you better. Technologies, tools and patterns can always be learned, but more important is the way you use them and the way you think when you use them.</p>
<h2>Where do you go for development inspiration, where do your ideas come from?</h2>
<p>For me, getting an inspiration for development or design is the same as getting an inspiration for painting. I like to watch and study the world around me and try to understand it in many ways. That helps me think wider about problems and find solutions besides patterns. Reviewing different applications and websites, reading various articles and discussing things with friends also help me get inspired. Music also, especially hard-rock.</p>
<p><img src="http://fuelyourcoding.com/files/mosesofegypt.jpg" alt="mosesofegypt" title="mosesofegypt" width="600" height="393" class="aligncenter size-full wp-image-212" /></p>
<h2>How do you typically start a new project?</h2>
<p>Since I work within teams and often as a team leader I have more or less clear rules on how to start and run a project. Once we get user requirements from clients we start with analysis, decomposition, estimation and so on. This is a demanding and time consuming process, but our goal is to understand and describe the system the best we can. After the planning phase we move to development, testing and deployment. Basically I follow MSF Process model, but lately I’m trying to move to Scrum. Since switching to Scrum is not easy and fast I’m still in the middle of transition ?</p>
<h2>Do you have any favorite websites for interacting with others in the development community?</h2>
<p>I mostly use twitter because I have the ability to interact fast with most of my friends and colleagues. There are a couple of blogs that I read and comment on regularly.</p>
<h2>What does your typical day look like?</h2>
<p>I get up very early and due to the fact that my kids show no mercy, I am already tired once I get to work. Just kidding. At work, I am usually occupied with everyday issues and the time spent there always runs fast. Afternoon is when my wife and I spend time with the kids. Usually play a game or take a walk. Once they fall asleep (and that is the toughest daily task) I usually write blog posts, read interesting articles, try out some new concepts and if it’s not too late, sometimes even paint.</p>
<p><img src="http://fuelyourcoding.com/files/hivestudios.jpg" alt="hivestudios" title="hivestudios" width="600" height="444" class="aligncenter size-full wp-image-213" /></p>
<h2>What are your 5 favorite sites online?</h2>
<p>It will be tough to pick out just five of them, but let’s say it’s <a href="http://jquery.com">jquery.com</a>, <a href="http://smashingmagazine.com">smashingmagazine.com</a>, <a href="http://nettuts.com">nettuts.com</a>, <a href="http://visitmix.com">visitmix.com</a> and <a href="http://dotnetkicks.com">dotnetkicks.com</a></p>
<h2>Who, in the online world, would you say has had the biggest influence on you?</h2>
<p>I’d say two of them: Steven Snell and his blog on <a href="http://vandelaydesign.com">vandelaydesign.com</a> and <a href="http://weblogs.asp.net/scottgu/">Scott Guthrie</a> with his blog and sessions on public events. Both provided valuable information that helped me start my own blog and determine my direction with it.</p>
<h2>What are the tools you couldn&#8217;t live without?</h2>
<p>Basically I easily adopt new tools/technologies, but I definitively work to the bone VisualStudio, Visio, ArtRage, Firebug, InkScape, Google Mail &#038; Reader, Twitter, my drawing pencils set, my watercolors set, Wacom tablet… there might be some more but I can’t remember now.</p>
]]></content:encoded>
			<wfw:commentRss>http://fuelyourcoding.com/interview-with-janko-jovanovic-janko-at-warp-speed/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Interview with Drew Douglass, Dev-Tips</title>
		<link>http://fuelyourcoding.com/interview-with-drew-douglass-dev-tips/</link>
		<comments>http://fuelyourcoding.com/interview-with-drew-douglass-dev-tips/#comments</comments>
		<pubDate>Fri, 08 May 2009 02:49:52 +0000</pubDate>
		<dc:creator>Gaya Kessler</dc:creator>
				<category><![CDATA[Featured Developers]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[dev-tips]]></category>
		<category><![CDATA[drew douglass]]></category>
		<category><![CDATA[interview]]></category>

		<guid isPermaLink="false">http://fuelyourcoding.com/?p=91</guid>
		<description><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
]]></description>
			<content:encoded><![CDATA[<p><p><a href="http://rss.buysellads.com/click.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1271313&k=f16d4ddc81a95a47348dcddb230bad58&a=<?php echo($a); ?>&c=<?php echo(rand()); ?>" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f16d4ddc81a95a47348dcddb230bad58/zone/1271313" target="_blank">Advertise here via BSA</a></p></p>
<p>Drew Douglass of <a href="http://dev-tips.com    " target="_blank">Dev-Tips</a> is a Web Developer who works primarily in php, MySQL and Javascript. He also dives into WordPress projects frequently. He lives in Columbia, Missouri and also works for <a href="http://envato.com" target="_blank">Envato</a>.</p>
<p style="text-align: left; "><img class="aligncenter size-full wp-image-100" title="drew1" src="http://fuelyourcoding.com/files/drew1.jpg" alt="drew1" width="585" height="281" /><strong></strong></p>
<h2><strong>Are you a freelancer?</strong></h2>
<p><span>Yes I am a freelancer, I have been freelancing &#8217;seriously&#8217; for a little over two years now. I am also lucky in the fact that I have a steady part time job with a great company.</span></p>
<h2><span><br />
What is the best part about being a freelancer?</span></h2>
<p><span>There are so many benefits, it&#8217;s hard to name one individually. One of the biggest benefits that I enjoy from being a freelancer is the ability to work on whatever job it is I choose. I don&#8217;t have to spend hours working on what I would consider a boring project or cleaning up some mundane code. I, luckily, can take the jobs I find most interesting and skip over anything I am not interested in. Another plus would have to be the flexibility and the ability to set my own schedule. Sleeping in is always great. However, for me, time and schedule flexibility is a double edged sword. I find a lot of people (especially friends and family) have a hard time understanding that just because I am at home, doesn&#8217;t mean I am available to chat or run errands. I have found that boundaries are very important for me, I will often turn my phone off while I am working so I can focus on the task at hand.</span></p>
<p><span><img class="size-full wp-image-96 aligncenter" title="dev_tips" src="http://fuelyourcoding.com/files/dev_tips.jpg" alt="dev_tips" width="585" height="350" /></span></p>
<h2>What are your best methods for finding/attracting clients?</h2>
<p><span>Well, I am blessed and very luck to have a job that helps promote me as a freelancer. Most of the clients I work for contact me after reading an article or tutorial I have written for Envato. For example, I am currently running a &#8216;WordPress for Designers&#8217; video series on </span><span><a href="http://themeforest.net" target="_blank">ThemeForest</a>. Because of this, I have had numerous people contact me asking for custom WordPress work and customization. To get back to the question, I think the answer to attracting clients, for me, is to become an authority or trusted figure in a certain area or field. Write articles and tutorials about a certain subject and show off what you have done in your portfolio. Get your name out there, contribute to other communities and web sites, be <strong>the</strong> expert.</span></p>
<h2>How did you get started in your field? Did you study something in particular or are you self-taught?</h2>
<p><span>I got started in the programming and web development field because I have always been passionate about building websites and coding, ever since I built my first website with GeoCities. Ever since then, I have been hooked on building things for the web and learning more about my field. I like to think that I have matured a little since my GeoCities website, but that was the moment it all started.</span></p>
<p><span>When it comes to being self taught, or formally educated, it is a little bit of both for me. Mostly the former. I am currently finishing my degree in programming and web development, but most of the vital skills I have learned have been from staying up way too late and writing endless lines of code.</span></p>
<p style="text-align: center; "><span><img class="size-full wp-image-99 aligncenter" title="nettuts" src="http://fuelyourcoding.com/files/nettuts.jpg" alt="nettuts" width="585" height="350" /><br />
</span></p>
<h2>Please tell us more about your programming background and what made you become a developer?</h2>
<p><span>As I mentioned, I am about to finish my programming degree so that I will at least have some formal education underneath my belt. But most of my programming background comes from practice, persistence, and curiosity. Besides some basic education in programming, I don&#8217;t have much of a background, I just love to write code, build applications, and make websites. I&#8217;ve been very blessed and lucky to make it to where I am today and I think a lot of that comes from just being passionate about what you do.</span></p>
<p><span>When it comes to what made me become a developer, it&#8217;s quite simple. I am just a big code monkey. I love code, I love reading about code, I love writing code, I love writing about code, I love teaching code! I can&#8217;t imagine anything else I would rather do, so I guess you could say I made myself become a developer.</span></p>
<h2><span>What do you feel are the most important skills for a developer to have/develop?</span></h2>
<p><span>I think that absolutely anyone could become a great developer and/or programmer if they truly desire to. For me it boils down to three basic traits: a passion for what you do, the desire to always learn more, and a great sense of humor. Passion comes first as I have never met a great developer who wasn&#8217;t passionate about what they did. Next, the desire to always learn more is needed as we are in a field that is constantly changing. If you can learn to quickly adjust to new languages and challenges by constantly learning and brushing up your skill sets, then you are at a huge advantage when things change. Lastly, you just have to have a sense of humor in this field (and any field). Take a look at some code you wrote 6 weeks ago. Does it make you cringe or laugh? It probably should and that is ok! Look back at your mistakes, learn from them and laugh it off.</span></p>
<p><span><br />
</span></p>
<h2>Where do you go for development inspiration, where do your ideas come from?</h2>
<p>Whenever I decide to develop an application or web site, I try to make sure that it has a purpose, or more importantly, solves a problem that has not yet been solved. A great example of this is a super simple WordPress plugin I built a while ago called &#8216;Are You Sure?&#8217;. Basically, it prevents you from accidentally publishing a post before you meant to, as I have accidentally pressed that button a number of times. It turned out to be very popular even though it was the most simplistic plugin I have ever built. I accredit this to the fact that it solves a common problem.</p>
<p><span>The same thought process works for me when I set down to write an article or tutorial for work. If there are no article specifications, I will try to think of something that people would find useful. I&#8217;ll often look on popular web development forums and web sites and see what kinds of questions people are asking. If I see enough of them, then there is my article topic of the day. Other times, the crazy developer in me comes out and I just want to build something really cool or mess around with certain functions, so I will do an article on something of that nature.</span></p>
<p><span><img class="aligncenter size-full wp-image-98" title="themeforest" src="http://fuelyourcoding.com/files/themeforest.jpg" alt="themeforest" width="585" height="350" /><br />
</span></p>
<h2>How do you typically start a new project?</h2>
<p><span>It always starts at my whiteboard. I have a gigantic whiteboard I keep on the wall in front of me. When I start a new project, I will literally lay it down on the ground and map out project goals, specifications etc.</span></p>
<p><span>Planning for me is key. I need to have a set of goals and functionality that needs to be accomplished, that way I can figure out the best way to accomplish what I am doing. After the whiteboard, I usually do some rough sketches on paper of important things to keep in mind, and overall goals and such.</span></p>
<p><span><br />
</span></p>
<h2>Do you have any favorite websites for interacting with others in the development community?</h2>
<p><span>I&#8217;m definitely a <a href="http://twitter.com/DrewDouglass" target="_blank">twitter</a> addict, you can always find me lurking. I also try to keep up with some of the blogs and websites I have in my feed reader. In addition, I often am active on the WordPress development forums and other programming forums, I find that helps keep me up to date with what&#8217;s going on. To name just a few I enjoy:</span></p>
<ul>
<li><a href="http://www.phpfreaks.com/" target="_blank">http://www.phpfreaks.com/</a></li>
<li><a href="http://wordpress.org/support/" target="_blank">http://wordpress.org/support/</a></li>
<li><a href="http://weblogtoolscollection.com/" target="_blank">http://weblogtoolscollection.com/</a></li>
</ul>
<p><span><br />
</span></p>
<h2>What does your typical day look like?</h2>
<p><span>After I finally decide to get out of bed, I spend about 1-2 hours just browsing some websites and blogs and catching up on Twitter. I can never get anything productive done withing the first hour of waking up, so I find it&#8217;s best to just take some time to relax early on in the day. Later on, I check in with my boss and doing any work I need to for Envato. From there it really just depends on how many clients I have and what needs to be done. Some days I will be hacking WordPress for a client, the next day I will be messing around in Photoshop designing a new application.</span></p>
<p><span><img class="aligncenter size-full wp-image-97" title="envato" src="http://fuelyourcoding.com/files/envato.jpg" alt="envato" width="585" height="350" /><br />
</span></p>
<h2>What are your 5 favorite sites online?</h2>
<p><span>Wow, you really put me on the spot here. Just off the top of my head I would say the following:</span></p>
<ul>
<li><a href="http://themeforest.net/" target="_blank">http://themeforest.net/</a></li>
<li><a href="http://nettuts.com/" target="_blank">http://nettuts.com/</a></li>
<li><a href="http://davidwalsh.name/" target="_blank">http://davidwalsh.name/</a></li>
<li><a href="http://css-tricks.com/" target="_blank">http://css-tricks.com/</a></li>
<li><a href="http://www.gayadesign.com/" target="_blank">http://www.gayadesign.com/</a></li>
</ul>
<h2><span><br />
Who, in the online world, would you say has had the biggest influence on you? </span></h2>
<p><span>Another tough question for me. I have to name two people in this case, because they have both had such an impact on my career and life. Firstly, the CEO and president of Envato, Collis Ta&#8217;eed, has been a huge influence on me. I can remember reading the different Envato websites and watching it grow into what it is today, it&#8217;s been really amazing. Collis is an extremely talented designer and developer, and is one of the nicest guys you will ever meet. Jeffrey Way, who is the site manager for NETTUTS and ThemeForest, and also my boss, is another person who has had a great influence on me. I really don&#8217;t know how Jeffrey writes so many quality tutorials per week and manages to still have a life, but he is really an inspiration. Jeffrey has a unique ability to teach very complex and difficult concepts to those new in the field and make it easy for them to understand, and that&#8217;s commendable.</span></p>
<h2>What are the tools you couldn&#8217;t live without?</h2>
<p><span>There are quite a few I would be very unhappy without, the number one thing being my MacBook. Some others would be:</span></p>
<ul>
<li>My whiteboard</li>
<li>Coda</li>
<li>ZendStudio for Eclipse</li>
<li>Billings</li>
</ul>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://fuelyourcoding.com/interview-with-drew-douglass-dev-tips/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

