<?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>The Geek Talk &#187; Blogger</title>
	<atom:link href="http://thegeektalk.com/interviews/tag/blogger/feed/" rel="self" type="application/rss+xml" />
	<link>http://thegeektalk.com</link>
	<description>Exclusive Interviews with Geeks</description>
	<lastBuildDate>Thu, 05 Jan 2012 15:12:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ilya Grigorik</title>
		<link>http://thegeektalk.com/interviews/ilya-grigorik/</link>
		<comments>http://thegeektalk.com/interviews/ilya-grigorik/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 13:57:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[RubyConf]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[Software Developer]]></category>

		<guid isPermaLink="false">http://thegeektalk.com/?p=590</guid>
		<description><![CDATA[Who is Ilya Grigorik? I am a tinkerer, an entrepreneur, a software developer and a blogger &#8211; roughly in that order. I am currently the founder and CTO of PostRank (postrank.com), which is where all of the above job descriptions, as well as many others, come to occupy all of my time. Formally, I have [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fthegeektalk.com%252Finterviews%252Filya-grigorik%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Ilya%20Grigorik%20%23Blogger%20%23entrepreneur%20%23Erlang%20%23Java%20%23Python%20%23Ruby%20%23RubyConf%20%23Scala%20%23Software%20Developer%22%20%7D);"></div>
<h2>Who is Ilya Grigorik?</h2>
<p>I am a tinkerer, an entrepreneur, a software developer and a blogger &#8211; roughly in that order. I am currently the founder and CTO of PostRank (<a href="http://postrank.com">postrank.com</a>), which is where all of the above job descriptions, as well as many others, come to occupy all of my time. Formally, I have a background in computer science where I gravitated towards the somewhat odd intersection of &#8220;Human Computer Interaction&#8221; (HCI) and &#8220;Machine Learning&#8221; (ML) &#8211; in other words, working with big data, but with a focus on the presentation and tools around the problem of working with these datasets.<span id="more-590"></span></p>
<h2>Where and when did you start programming?</h2>
<p>Looking back, I&#8217;ve often asked myself the same question, in part because I got into the field in a somewhat of a backwards fashion. It&#8217;s actually a bit of an entertaining story&#8230;</p>
<p>Growing up, I had many friends who were into computers and programming, but neither of those things ever appealed to me personally beyond the simple case of playing computer games. Basic, Pascal, and all the other fun stuff they would teach you in school never captured my imagination &#8211; in fact, I would go as far as to say that I found it plain boring. Then one day, I remember one of my classmates created a web-site, and our teacher wrote down its address on the board for everyone to check. I knew nothing about HTML, or how you create a website, but I vividly remember sitting in front of a blank AngelFire editor that night, scanning some basic how-to, when in a moment of raw inspiration, I decided to type: &#8220;&lt;center&gt;Hello&lt;/center&gt;&#8221;. Next, I reloaded the page and to my raw astonishment, discovered that it did exactly what I wanted it to do!</p>
<p>If I ever had an eureka moment, that must have been it, because for some reason that simple line captured my imagination. In retrospect, seems silly, but that was it. From there, I actually didn&#8217;t get into &#8220;programming&#8221;. Instead I got into graphics design, and ended up running a small web-design shop for a while. Then, at one point I realized that instead of paying other people to host all of the sites I was developing, I could save a lot of money if I ran my own server!</p>
<p>Low and behold, soon thereafter I abandoned my design job, and ended up starting a medium-sized web hosting business, which I scaled to a couple of hundred clients. In the process, I got into the server administration business, support, and eventually ended up doing some custom development work for my clients &#8212; all of that while working towards my CS degree.</p>
<p>Eventually, I put the hosting business on hold, and focused on building my own apps &#8211; that&#8217;s when I would consider myself becoming &#8220;a programmer&#8221;. An odd path, but one that taught me a lot of valuable lessons along the way!</p>
<h2>Your favorite language and why?</h2>
<p>Much of my production code today is written in Ruby. It is hard to explain why it is my favorite language in concrete terms, because I think at some level I simply find it more aesthetically pleasing than any other language I have worked with to date. Comparing languages by comparing enumerated lists of checkboxes often misses this point. I came from a background of PHP and Java, stumbled into Python, liked what I saw there, and then discovered Ruby. The fact that I had a very &#8220;web oriented&#8221; background probably played a significant role as well because Rails was just taking off, and Ruby was powering it under the hood.</p>
<p>But short of language features alone, the Ruby community was also a big factor in this equation. When I got into Ruby and Ruby on Rails back in early 2006, I found a lot very helpful people all of whom were super-excited about this new framework and language. Best thing is, this still holds true to this day!</p>
<p>Having said that, while much of my day to day work is in Ruby, I&#8217;m also always exploring a lot of the adjacent languages. Lately, I&#8217;ve been spending a lot of time with Go, and I really like what I see there. But within the past year I&#8217;ve also taken some deep dives with Scala, Erlang, and several others.</p>
<h2>What does your typical day look like?</h2>
<p>A typical day in a startup is somewhat of a misnomer. I wear many hats, which means that on any particular day I am as likely to be found helping one of our guys debug an issue in our system, as jumping on a partner or a sales call, doing marketing outreach, or interviewing someone for a position at PostRank. In practice, it means that most of my day is spent helping other people be productive. Then, once the sun has set and the inbox is clear, is when my code editor comes out. I love the variety of it all.</p>
<h2>What do you do in your free time?</h2>
<p>For good or for worse, my free time is not much different from my &#8220;typical day&#8221;. It&#8217;s hard for me to separate work and play, since I naturally gravitate towards the same sort of &#8220;tasks&#8221;. My definition of a great weekend is one where I&#8217;ve caught up on a few research papers, have managed to check out, create, or contribute to some open source projects, enjoyed a good book, or had a good time with friends and family. In other words, as long as I&#8217;m learning new things, I&#8217;m happy, and fortunately I have the opportunity to do so both &#8220;at work&#8221; and during my &#8220;free time&#8221;.</p>
<h2>Current favorite apps?</h2>
<p>Hands down, the browser! Which at the moment, happens to be Google Chrome.</p>
<p>Short of that, Photoshop, Lightroom, TextMate, and believe it or not, MS Office. On the web: GMail, Delicious, last.fm, Github, and I guess Twitter!</p>
<h2>What OS do you prefer?</h2>
<p>I have no religious affiliations to any OS or platform. At the moment, I do a lot of my development and day-to-day work on OSX. At home, my desktop is a Windows 7 machine, and my phone is the Nexus One (Android). In fact, I tend to go out of my way to make sure that I stay up to date on all the different platforms, which results in an expensive gadget bill, but I rationalize it as a requirement for doing my job as an entrepreneur-developer!</p>
<h2>Small picture for your Workplace?</h2>
<p>Your neighborhood coffee shop, a laptop, an americano, and a good pair of noise-isolating headphones!</p>
<h2>Name something that has inspired you recently?</h2>
<p>My GitHub timeline is a consistent source of inspiration. I&#8217;m always amazed by all the new prototypes, projects, and ideas that all the developers out there are exploring. Last I checked, I think I am following over 1500 projects on GitHub, and needless to say, I have to go back often to make sure that I&#8217;m up to date on what all of them are up to, and what new projects are being open sourced!</p>
<h2>What do you prefer (and why)? Freelance work or full time employment?</h2>
<p>By the virtue of being the founder and CTO of PostRank I think I can legitimately say that I&#8217;m doing both! I have the opportunity to work full-time alongside fourteen other awesome coworkers, in a field which is rapidly evolving from a market standpoint (not to a small part due to our own efforts). The past three years have been a blast, and we have no intention of stopping.</p>
<h2>What are your personal projects and goals for 2011?</h2>
<p>There are too many list but first and foremost is to, of course, continue to grow PostRank as a company: growing our business, hiring people, developing the platform, and so on! Outside of that, is to continue learning and experiment with new things &#8211; new open source projects, research papers, programming languages, and so on. In the process, hopefully publish a few blog posts, create or contribute to some open source projects, and in general help the Ruby community in any other possible way!</p>

]]></content:encoded>
			<wfw:commentRss>http://thegeektalk.com/interviews/ilya-grigorik/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Grace Smith</title>
		<link>http://thegeektalk.com/interviews/grace-smith/</link>
		<comments>http://thegeektalk.com/interviews/grace-smith/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 16:23:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[designers]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://thegeektalk.com/?p=399</guid>
		<description><![CDATA[Who is Grace Smith? I&#8217;m a 27 year old web designer and owner of a small but perfectly formed studio called Postscript5 based in Northern Ireland. I work with individuals and companies based in mainly in the UK and USA on a diverse range of projects from branding and blog design to application UI’s. Otherwise [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fthegeektalk.com%252Finterviews%252Fgrace-smith%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Grace%20Smith%20%23Blogger%20%23Designer%20%23UI%20%23Web%20design%22%20%7D);"></div>
<h2>Who is Grace Smith?</h2>
<p>I&#8217;m a 27 year old web designer and owner of a small but perfectly formed studio called <a href="http://postscript5.co.uk/">Postscript5</a> based in Northern Ireland. I work with individuals and companies based in mainly in the UK and USA on a diverse range of projects from branding and blog design to application UI’s.</p>
<p>Otherwise you will often find me tweeting or blogging at my personal site.<span id="more-399"></span></p>
<h2>Do you have a personal Brand?</h2>
<p>I produce work under the brand of Postscript5 (the name is a long story), and have also tried to develop a personal brand as <a href="http://gracesmith.co.uk/">Grace Smith</a> through my blog.</p>
<p>Though I tend to think Jonathan Snook probably summed up my &#8216;brand&#8217; best when he called me: &#8220;that &#8216;heavy-linkin&#8217;, web-lovin&#8217;, hard-workin&#8217; gal from Ireland&#8221;.</p>
<h2>How do you find design inspiration and colours for a new project?</h2>
<p>I try and look outside of the web for inspiration as it&#8217;s so easy to become stuck in a rut and relying on CSS galleries isn&#8217;t healthy for any designer. So I find the best thing to do is leave the office and free myself creatively &#8211;  I usually like to get my beloved Canon 350D out and spend 10 or 15 minutes taking and setting up shots, as I find Photography is hugely inspiring.</p>
<p>I then usually go straight for my Moleskine and jot down some ideas and have a short brainstorming session which is enough to give me that spark of inspiration to start work.</p>
<p>In terms of colors, I&#8217;m addicted to ColorLovers and have been known to spend many hours in search of the perfect palette!</p>
<h2>What does your typical day look like?</h2>
<p>A typical day means having breakfast and a read through my RSS Feeds (in Google Reader) and morning news at 8am. I also use this time to go through my emails so I’m ready to start work around 9. I work through my prioritised tasks until around 10.30 when i have a morning break (at least one cup of tea is involved in this!) I also use this time to return phone calls or contact clients. I work through to 1pm when i stop for lunch and then finish at 4.30pm. I usually leave the office for lunch and meet with friends/family as i feel it helps re-fuel my creative energy for the afternoon.</p>
<p>I finish earlier than most because I like to take 20/30 minutes to plan my tasks for the next day, prepare invoices and generally tie up any loose ends from the day’s work. I also try to spend at least half of each Friday working on personal projects.</p>
<h2>What do you do in your free time?</h2>
<p>I love spending time with friends, going on photo walks around Ireland and looking after my spoiled pooch &#8211; Prada. I&#8217;m also something of a &#8216;movie addict&#8217; and can often be found at the cinema or in front of a great DVD.</p>
<h2>Current favorite apps?</h2>
<p>These usually change each week, but my current personal favorites are:</p>
<ul>
<li>Layers &#8211; Fantastic screenshot app which allows you save images in layered files.</li>
<li>Tracks &#8211; This awesome little app sits in the menu bar and allows you to control you iTunes library with ease.</li>
<li>1Password &#8211; An essential piece of software for anyone who works online. The iPhone app is the cherry on top.</li>
<li>TaskPa­per &#8211; A super sim­ple, ‘get your stuff done’ to-do list app that makes sure I keep up to date with my tasks.</li>
</ul>
<h2>What OS do you prefer?</h2>
<p>It has to be Mac! I use both Leopard (my iMac) and Snow Leopard (on my Mac Mini).</p>
<h2>Favorite: Color, Font, Language, JS Framework?</h2>
<ul>
<li>Font: FF Din</li>
<li>Color: Blue</li>
<li>Language: CSS</li>
<li>JS Framework: jQuery</li>
</ul>
<h2>Name something that has inspired you recently?</h2>
<p>I’m hugely into photography at the moment, having purchased my first DSLR late last year and find going on photo walks and spending time with other photographers to be truely inspiring.</p>
<p>I recently went on a weekend tour of Donegal (Ireland) with several other amateur photographers and it was amazing to spend time with such talented, creative people. I not only came back with over 800+ images, but with renewed energy and inspiration.</p>
<h2>What do you prefer (and why)? Freelance work or full time employment?</h2>
<p>Freelance, because there is no greater satisfaction than creating and running a successful business and being your own boss. It&#8217;s hard work but it&#8217;s so completely worth it.</p>
<h2>What are your personnel projects and goals for 2010?</h2>
<p>I&#8217;m focused on growing my personal project &#8211; The Freelance Feed even further and expanding it&#8217;s usefulness and services. Ultimately though I aim to keep working with amazing people, collaborating with other fantastic freelancers and continue enjoying my work.</p>
<p>I would also like to take this chance to say thanks to The Geek Talk for inviting me to be interviewed.</p>

]]></content:encoded>
			<wfw:commentRss>http://thegeektalk.com/interviews/grace-smith/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Amber Weinberg</title>
		<link>http://thegeektalk.com/interviews/amber-weinberg/</link>
		<comments>http://thegeektalk.com/interviews/amber-weinberg/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 00:09:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://thegeektalk.com/?p=395</guid>
		<description><![CDATA[Who is Amber Weinberg? Amber Weinberg is a front end developer who specializes in writing clean, semantic XHTML and CSS. She also specializes in full WordPress and CoreCommerce site implementations and customization. She has over 10 years of experience in making websites. Do you have a personal Brand? Yes, I run my business under my [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fthegeektalk.com%252Finterviews%252Famber-weinberg%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F9vym7Q%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Amber%20Weinberg%20%23Blogger%20%23Designer%20%23Developer%20%23Freelance%20%23Geek%22%20%7D);"></div>
<h2>Who is Amber Weinberg?</h2>
<p>Amber Weinberg is a front end developer who specializes in writing clean, semantic XHTML and CSS. She also specializes in full WordPress and CoreCommerce site implementations and customization. She has over 10 years of experience in making websites.<span id="more-395"></span></p>
<h2>Do you have a personal Brand?</h2>
<p>Yes, I run my business under my own name :)</p>
<h2>How do you find design inspiration and colours for a new project?</h2>
<p>I don&#8217;t actually offer design services anymore, I really prefer to code only :)</p>
<h2>What does your typical day look like?</h2>
<p>Busy. I try to only check email 3 times a day during work hours, but it&#8217;s tough because I get well over 200 emails a day. I normally check my email, feeds and twitter first thing, start on a project, take a lunch, work on a different project and then check my emails/feeds once more.</p>
<h2>What do you do in your free time?</h2>
<p>Work some more :) I&#8217;m working on a social app for developers right now at <a href="http://codesnipp.it/">codesnipp.it</a> I&#8217;m also a huge fan of reading, interior design and gardening. I also play a couple of video games, but not too much.</p>
<h2>Current favorite apps?</h2>
<p>Dropbox, Coda, Twitterrific, WordPress.</p>
<h2>What OS do you prefer?</h2>
<p>Mac of course :)</p>
<h2>Small picture for your Workplace?</h2>
<p><a href="http://thegeektalk.com/wp-content/uploads/2010/04/IMG_0470.jpg"><img class="alignnone size-medium wp-image-397" title="Workplace" src="http://thegeektalk.com/wp-content/uploads/2010/04/IMG_0470-300x225.jpg" alt="" width="300" height="225" /></a></p>
<h2>Favorite: Color, Font, Language, JS Framework?</h2>
<p>Blue, Helvetica/Garamond (sans and serif), CSS, jQuery</p>
<h2>Name something that has inspired you recently?</h2>
<p>Dribbble is an awesome place to find top designers and their work, very inspiring!</p>
<h2>What do you prefer (and why)? Freelance work or full time employment?</h2>
<p>Freelance, for several reasons:</p>
<ul>
<li> I make way more money than I could ever make working full-time</li>
<li> I can pick my clients and projects and turn down those I don&#8217;t want to do</li>
<li> I can work out of my home, next to my dog, on my own computer</li>
<li> I can take off whenever I want (mostly)</li>
</ul>
<h2>What are your personnel projects and goals for 2010?</h2>
<ul>
<li> To finish <a href="http://codesnipp.it/">codesnipp.it</a></li>
<li>To gross 6 figures</li>
<li>To finish getting rid of any non-agency/freelacer/studio clients, I love working with other freelancers and design agencies</li>
<li>To turn down any full project under $700﻿</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://thegeektalk.com/interviews/amber-weinberg/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Jina Bolton</title>
		<link>http://thegeektalk.com/interviews/jina-bolton/</link>
		<comments>http://thegeektalk.com/interviews/jina-bolton/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 10:51:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[designers]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Speaker]]></category>
		<category><![CDATA[Sushi]]></category>

		<guid isPermaLink="false">http://thegeektalk.com/?p=292</guid>
		<description><![CDATA[Who is Jina Bolton? A designer, author, and speaker, and an enthusiast in all things sushi. Do you have a personal Brand? Sure, you could say that. People know me as the &#8220;sexy stylesheets&#8221; girl, or the girl who loves sushi &#38; robots, or the girl who makes really bad jokes (usually with puns). Really, [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fthegeektalk.com%252Finterviews%252Fjina-bolton%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Jina%20Bolton%20%23Author%20%23Blogger%20%23Designer%20%23Speaker%20%23Sushi%22%20%7D);"></div>
<h2>Who is Jina Bolton?</h2>
<p>A designer, author, and speaker, and an enthusiast in all things sushi.<span id="more-292"></span></p>
<h2>Do you have a personal Brand?</h2>
<p>Sure, you could say that. People know me as the &#8220;sexy stylesheets&#8221; girl, or the girl who loves sushi &amp; robots, or the girl who makes really bad jokes (usually with puns). Really, I&#8217;m just Jina. :)</p>
<h2>How do you find design inspiration and colours for a new project?</h2>
<p>Anywhere, really. Depending on the subject matter, I&#8217;ll use colors that relate to that subject, or sometimes I&#8217;ll see a colors I like just walking around and make a mental note of it. Inspiration can come from anywhere.</p>
<h2>What does your typical day look like?</h2>
<p>I work from home, so my day revolves a lot around sitting at my desk and working. I try to get out everyday for something to eat (so I can get out of the apartment), but sometimes I can&#8217;t due to projects. I spend probably a majority of my day at the computer. Lame, yeah?</p>
<h2>What do you do in your free time?</h2>
<p>When I do get free time (which isn&#8217;t often these days) I love dining out with friends. I also like seeing movies and working on side projects. But the truth is, since I&#8217;m going to grad school part time while working full time, &#8220;free time&#8221; is a very distant concept to me.</p>
<h2>Current favorite apps?</h2>
<p>I&#8217;m almost always in Coda, Photoshop, InDesign, Keynote, Adium, &amp; iTunes.</p>
<h2>What OS do you prefer?</h2>
<p>Whatever the most current version of Mac is out at the time.</p>
<h2>Small picture for your Workplace?</h2>
<p><a href="http://thegeektalk.com/wp-content/uploads/2010/03/DSC_0001.jpg"><img class="alignnone size-medium wp-image-293" title="Workplace" src="http://thegeektalk.com/wp-content/uploads/2010/03/DSC_0001-190x300.jpg" alt="" width="190" height="300" /></a></p>
<h2>Favorite: Color, Font, Language, JS Framework?</h2>
<p>Black, Hoefler Text, Italian, JQuery.</p>
<h2>Name something that has inspired you recently?</h2>
<p>The Coraline movie gave me a ton of inspiration for mood, pattern, and color. It&#8217;s stunning.</p>
<h2>What do you prefer (and why)? Freelance work or full time employment?</h2>
<p>Full time employment. I don&#8217;t like dealing with billing, chasing after clients, or being worried about cash flow.</p>
<h2>What are your personnel projects and goals for 2010?</h2>
<p>I want to turn Art in My Coffee into a book, and I want to get at least half-way through the first stage of my thesis (a project I won&#8217;t talk about just yet!).﻿</p>

]]></content:encoded>
			<wfw:commentRss>http://thegeektalk.com/interviews/jina-bolton/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Nick La</title>
		<link>http://thegeektalk.com/interviews/nick-la/</link>
		<comments>http://thegeektalk.com/interviews/nick-la/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 10:17:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[designers]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://thegeektalk.com/?p=276</guid>
		<description><![CDATA[Who is Nick La? I&#8217;m a Toronto based illustrator and web designer. I run N.Design Studio, Web Designer Wall, Design Jobs on the Wall, IconDock, and Best Web Gallery. Do you have a personal Brand? People know me as Nick La or N.Design. I guess that is my personal brand. How do you find design [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fthegeektalk.com%252Finterviews%252Fnick-la%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Nick%20La%20%23Blogger%20%23Designer%20%23Icon%20%23Web%20design%20%23WP%22%20%7D);"></div>
<h2>Who is Nick La?</h2>
<p>I&#8217;m a Toronto based illustrator and web designer. I run <a href="http://www.ndesign-studio.com/">N.Design Studio</a>, <a href="http://www.webdesignerwall.com/">Web Designer Wall</a>, <a href="http://jobs.webdesignerwall.com/">Design Jobs on the Wall</a>, <a href="http://icondock.com/">IconDock</a>, and <a href="http://bestwebgallery.com/">Best Web Gallery</a>.<span id="more-276"></span></p>
<h2>Do you have a personal Brand?</h2>
<p>People know me as Nick La or N.Design. I guess that is my personal brand.</p>
<h2>How do you find design inspiration and colours for a new project?</h2>
<p>I find design inspiration from online and offline sources. Online: I browse peoples&#8217; websites, read designers&#8217; blogs, and go through the submissions for <a href="http://bestwebgallery.com/">Best Web Gallery</a>. Offline: anything I see in my daily life such as fashion, billboard ads, flyers, nature, etc. In term of colors, it depends on the theme of the project. I usually know what colors to pick after the theme is set. Sometimes, I would use web tools like <a href="http://kuler.adobe.com/">Adobe kuler</a> or <a href="http://www.colourlovers.com/">ColourLovers</a> to find color inspiration.<br />
What does your typical day look like?</p>
<p>Wake up, check email, and do website admin stuff such as blog posting, check traffic stats, etc. Then, start working. My work schedule varies from day to day (depend on my current projects). After lunch, walk my dogs. Sometimes I cook dinner. At night, I usually watch TV or read online. Then bed time.</p>
<h2>What do you do in your free time?</h2>
<p>Relax and try to stay away from my laptop.</p>
<h2>Current favorite apps?</h2>
<p>Photoshop, Illustrator, Dreamweaver, WordPress, and Chrome.</p>
<h2>What OS do you prefer?</h2>
<p>Mac.</p>
<h2>Small picture for your Workplace?</h2>
<p><a href="http://thegeektalk.com/wp-content/uploads/2010/03/photo.jpg"><img class="alignnone size-medium wp-image-277" title="Office" src="http://thegeektalk.com/wp-content/uploads/2010/03/photo-300x225.jpg" alt="" width="300" height="225" /></a></p>
<h2>Favorite: Color, Font, Language, JS Framework?</h2>
<p>I don&#8217;t have a single favorite color. Font: recently I dig Clarendon. Language: PHP. Javascript framework: of course jQuery!</p>
<h2>Name something that has inspired you recently?</h2>
<p>A drawer chest with Asian floral patterns that I saw at a furniture shop.</p>
<h2>What do you prefer (and why)? Freelance work or full time employment?</h2>
<p>Freelance = freedom and flexibility.</p>
<h2>What are your personnel projects and goals for 2010?</h2>
<p>Design more nice <a href="http://icondock.com/">icons</a>, <a href="http://www.ndesign-studio.com/portfolio/illustration">illustrations</a>, and <a href="http://www.ndesign-studio.com/wp-themes">WordPress themes</a>.<br />
﻿</p>

]]></content:encoded>
			<wfw:commentRss>http://thegeektalk.com/interviews/nick-la/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Brian Hoff</title>
		<link>http://thegeektalk.com/interviews/brian-hoff/</link>
		<comments>http://thegeektalk.com/interviews/brian-hoff/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 00:00:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[designers]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Speaker]]></category>

		<guid isPermaLink="false">http://thegeektalk.com/?p=224</guid>
		<description><![CDATA[Who&#8217;s Brian Hoff? I&#8217;m a graphic designer, blogger, speaker and part-time educator on the subject of design from Philadelphia. I&#8217;m also the guy behind the design blog, The Design Cubicle, in addition to running my own business focusing on brand identity and web design. Do you have a Brand? I focus on and enjoy sharing [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fthegeektalk.com%252Finterviews%252Fbrian-hoff%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Brian%20Hoff%20%23Blogger%20%23Designer%20%23Graphic%20%23Speaker%22%20%7D);"></div>
<h2>Who&#8217;s Brian Hoff?</h2>
<p>I&#8217;m a graphic designer, blogger, speaker and part-time educator on the subject of design from Philadelphia. I&#8217;m also the guy behind the design blog, The Design Cubicle, in addition to running my own business focusing on brand identity and web design.<span id="more-224"></span></p>
<h2>Do you have a Brand?</h2>
<p>I focus on and enjoy sharing and interacting with others within the design community in as many ways possible. Designing, blogging, speaking and teaching makes this possible, and I guess you can say I&#8217;ve established somewhat of a personal brand because of it.</p>
<h2>How do you choose the idea and the colors in any new project?</h2>
<p>Typically when starting a new project, for somer reason I always seem to start off by choosing the type. This usually helps to establish the feeling and mood I am going for. Colors and other design elements soon follow. Of course as a project progresses some or many of the starting elements will change—but it&#8217;s all part of the design process and working through a problem.</p>
<h2>What does your typical day look like?</h2>
<p>I usually begin my work day around 8:30am, which starts off with Twitter and RSS feeds for the first half hour or so. Then I respond to client emails, which usually takes another half hour, and then move on to proposals and invoices (if needed that day). Around 9:30 or 10am I start my client work, which I try to split my day between two projects. This helps me to get fresh ideas and a new perspective on a particular project. I find that working on one project all day for eight hours straight tends to not be as creatively productive as it could be with a fresh set of eyes the next day or so. My day usually ends around 6:30pm by responding to blog comments, reader emails and interview requests (like this one!). I also try to write around 2–3 articles a week on my blog, which usually takes place after 8 or 9pm. Go to sleep, rinse and repeat&#8230;</p>
<h2>What are the tools you couldn’t live without?</h2>
<p>Besides the obvious (the Adobe Creative Suite), I also use Little Snapper for storing and organizing online inspiration, Remember the Milk for keeping track of tasks and other client remembrances, Suitcase Fusion 2 for keeping my fonts and families organized and quickly accessible, and Subernova for tracking expenses and time. My iPhone is also a must have, in addition to my second monitor connected to my iMac. This helps to be more productive and timely.</p>
<h2>What do you do in your free time?</h2>
<p>I enjoy being around friends — going out to bars, live music, or just sitting around chatting the night away. I enjoy walking around with my camera and photographing different things around the city.</p>
<h2>Current favorite apps?</h2>
<p>If we are talking iPhone apps, I would say my top 3 are Dropbox, Flickr, and the Amazon app—simply for the fact that the Amazon app makes it much easier to browse and buy then the actual website. Top 3 Mac apps would be Dropbox (love it!), Tweetdeck, and Coda when doing development.</p>
<h2>What OS do you prefer?</h2>
<p>I&#8217;m actually a big fan of Tiger (Mac OS 10.4) — it was by far the most stable, in my opinion, of any of Apples amazing OSs.</p>
<h2>Small pic for your Workplace?</h2>
<p><a href="http://thegeektalk.com/wp-content/uploads/2010/02/bhoff_workspace.png"><img class="alignnone size-medium wp-image-225" title="Workspace" src="http://thegeektalk.com/wp-content/uploads/2010/02/bhoff_workspace-300x199.png" alt="" width="300" height="199" /></a></p>
<h2>10. Favorite: Colors, Fonts?</h2>
<p>Definitely a tough question. Favorite (lack of) color: White. Favorite font(s): Anything that H&amp;FJ crafts. All of their typefaces are incredibly beautiful and well designed.</p>
<h2>The things or source that inspired you?</h2>
<p>Print design, magazine / book layout and typography provide a lot of inspiration for my web work. I also love color palettes of old, vintage/retro posters.</p>
<h2>What do you prefer, the freelance work or the full time employee?</h2>
<p>Freelance work. There&#8217;s a lot to do and maintain, but its well worth it in the end. Nothing is more gratifying then running your own business&#8230;and being the boss ;)</p>
<h2>Your projects and goals for 2010?</h2>
<p>I&#8217;m looking forward to speaking and traveling more. I also plan on starting a book towards the end of this year, and of course, as always, plan on learning as much as I can about design and improving my own skills and knowledge on various web technologies. I love to learn and explore.</p>

]]></content:encoded>
			<wfw:commentRss>http://thegeektalk.com/interviews/brian-hoff/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Jason Ennui</title>
		<link>http://thegeektalk.com/interviews/jason-ennui/</link>
		<comments>http://thegeektalk.com/interviews/jason-ennui/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 03:30:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Freelance]]></category>

		<guid isPermaLink="false">http://thegeektalk.com/?p=165</guid>
		<description><![CDATA[Who&#8217;s Jason Ennui? I&#8217;m an author, freelancer, and slacking blogger from Missoula, Montana. I run Ennui Design, which used to be just me, but has grown into a collective of freelancers whose work I admire. I&#8217;ve authored two books, PHP for Absolute Beginners and the yet-to-be-released Professional PHP and jQuery for Apress publishing. Additionally, I [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fthegeektalk.com%252Finterviews%252Fjason-ennui%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Jason%20Ennui%20%23Blogger%20%23Designer%20%23Developer%20%23Freelance%22%20%7D);"></div>
<h2>Who&#8217;s Jason Ennui?</h2>
<p>I&#8217;m an author, freelancer, and slacking blogger from Missoula, Montana. I run <a href="http://ennuidesign.com/" target="_blank">Ennui Design</a>,  which used to be just me, but has grown into a collective of freelancers whose work I admire. I&#8217;ve authored two books, <a href="http://www.amazon.com/gp/product/1430224738?ie=UTF8&amp;tag=ennudesi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1430224738" target="_blank"><em>PHP for Absolute Beginners</em></a> and the yet-to-be-released <a href="http://www.amazon.com/gp/product/1430228474?ie=UTF8&amp;tag=ennudesi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430228474" target="_blank"><em>Professional PHP and jQuery</em></a> for <a href="http://apress.com/" target="_blank">Apress publishing</a>.</p>
<p><span id="more-165"></span></p>
<p>Additionally, I designed and co-own the clothing company <a href="http://store.humblecock.com/products" target="_blank">Humblecock</a>,  which is an apparel company for the confident-not-cocky crowd.</p>
<h2>Do you have a Brand?</h2>
<p>I operate both my freelancing business and my blog under the banner of Ennui Design. I&#8217;m also part-owner of the Humblecock trademark, under which I operate my clothing company.</p>
<h2>What does your typical day look like?</h2>
<p>It varies based on my workload. Lately I&#8217;ve been doing a lot more project management instead of actual programming, which has been a pleasant break. A busy day might look like this:</p>
<ul>
<li> 8:30AM—Wake up, do the morning routine</li>
<li> 9:30AM—Head to <a href="http://caffedolcemissoula.com/" target="_blank">my  favorite coffee shop</a> to fuel up</li>
<li> 10:00AM—Check email, return phone calls</li>
<li> 11:00AM—Organize myself with a to-do list for the day</li>
<li> 11:15AM—Start tackling the items for the day</li>
<li> 12:30PM—Eat lunch while watching an episode of something (currently <a href="http://www.fxnetworks.com/shows/originals/archer/" target="_blank">Archer</a>)</li>
<li> 1:10PM—Get back to it</li>
<li> 5:00PM—Head to <a href="http://themissoulaunderground.com/" target="_blank">the gym</a></li>
<li> 6:30PM—Eat dinner and watch another episode of whatever I&#8217;m currently into</li>
<li> 7:30PM—Finish any items that are still outstanding on my to-do list</li>
<li> 9:00PM—Depending on the day, either go out with friends, pop in a movie, or read a book</li>
<li> 11:00PM—Bed</li>
</ul>
<p>This is pretty loose, though, since I make my own hours. Some days I only have a couple hours&#8217; work to do, other days I&#8217;m up until 3AM trying desperately to meet a deadline. It all depends.</p>
<h2>What are the tools you couldn’t live without?</h2>
<p>I rely pretty heavily on <a href="http://firefox.com/" target="_blank">Firefox</a>,  <a href="http://getfirebug.com/" target="_blank">Firebug</a>, <a href="http://www.firephp.org/" target="_blank">FirePHP</a>, the <a href="http://chrispederick.com/work/web-developer/" target="_blank">Web  Developer Toolbar</a>, <a href="http://www.netbeans.org/" target="_blank">NetBeans</a> (after <a href="http://twitter.com/4thddev" target="_blank">Wes</a> talked me into trying it over <a href="http://eclipse.org/pdt/" target="_blank">Eclipse</a><a href="http://eclipse.org/pdt/" target="_blank">&#8216;s PDT project</a>), the <a href="http://www.php.net/manual/en/" target="_blank">PHP manual</a>,  and the <a href="http://api.jquery.com/" target="_blank">jQuery docs</a>.  I&#8217;ve also become completely dependent on my <a href="http://www.amazon.com/gp/product/B00115OFJK?ie=UTF8&amp;tag=ennudesi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00115OFJK" target="_blank">Cintiq 12WX</a> for any work in <a href="https://www.photoshop.com/" target="_blank">Photoshop</a>.</p>
<h2>What do you do in your free time?</h2>
<p>I don&#8217;t have too much free time these days, but I brew my own beer, <a href="http://www.myspace.com/trevorparr" target="_blank">get tattooed</a>,  travel, and try to get my hands on the best beers and bourbons available.</p>
<h2>Current favorite apps?</h2>
<p>Aside from the apps I mentioned above, I use <a href="http://skype.com/" target="_blank">Skype</a> for communication with the freelancers working with me, the <a href="http://itunes.com/" target="_blank">iTunes</a>/<a href="http://www.last.fm/download" target="_blank">Last.fm Scrobbler</a> combo for <a href="http://www.last.fm/user/jasonatennui" target="_blank">my music</a>, and <a href="http://www.atebits.com/tweetie-mac/" target="_blank">Tweetie</a> to keep up with my fellow geeks on <a href="http://twitter.com/jasonatennui" target="_blank">Twitter</a>. Other than that, I don&#8217;t really use too many apps.</p>
<h2>What OSs do you prefer?</h2>
<p>I use a <a href="http://www.amazon.com/gp/product/B002C744K6?ie=UTF8&amp;tag=ennudesi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002C744K6" target="_blank">MacBook Pro</a>, and I&#8217;ve got <a href="http://www.vmware.com/products/fusion/" target="_blank">VMWare Fusion</a> running on it with the Windows 7 RC that they were giving out free before the official Win7 release.</p>
<h2>Small pic for your Workplace?</h2>
<p><a href="http://thegeektalk.com/wp-content/uploads/2010/02/2010-02-09-14.25.53.jpg"><img class="alignnone size-medium wp-image-166" title="Workplace" src="http://thegeektalk.com/wp-content/uploads/2010/02/2010-02-09-14.25.53-300x224.jpg" alt="" width="300" height="224" /></a></p>
<h2>Favorite: Colors, Font, Languages, JS Framework?</h2>
<p>I specialize in PHP/MySQL backends, valid HTML/CSS front-ends, and I love adding some jQuery progressive enhancements to sites.</p>
<h2>The things or source that inspired you?</h2>
<p>I learned out of necessity (I was in a band that couldn&#8217;t afford professional web design), then realized it was fun to build websites. I kept learning new techniques and getting into new and different ways of accomplishing tasks, and when I realized that it was possible to use PHP and MySQL to build content management software, I really dove in.</p>
<p>I love logic puzzles, so programming was very appealing to me. I got lucky enough to have a passion that also works as a profession.</p>
<h2>What&#8217;s do you prefer, the freelance work or the full time employee?</h2>
<p>Definitely freelance. I&#8217;m terrible at keeping full-time jobs because I can&#8217;t stay in one place. My freelancing allows me to travel wherever I want and keep working. My whole office fits in a messenger bag if I need it to, so I&#8217;m constantly mobile, which works out really well for my nomad spirit.</p>
<h2>Your personnel projects and goals for 2010?</h2>
<p>I&#8217;m really trying to get the content management system I&#8217;ve built to a point where it could feasibly be released to the community. It&#8217;s got a ways to go yet, but I&#8217;ve got some great folks such as <a href="http://dev-tips.com/" target="_blank">Drew Douglass</a> contributing to the project and helping me improve the CMS.</p>
<p>Also, I want to release a handful of jQuery plugins I&#8217;ve been working on and get my blogging back on a regular schedule. I&#8217;m almost to a point where my schedule doesn&#8217;t feel completely insane, and the first thing on my list is to reactivate the Ennui Design blog.</p>
<p>I&#8217;m working on a full redesign of the Ennui Design site as well. It needs to change from just being the online face of Jason Lengstorf and communicate the new, collective aspect of the business. Of course, a redesign for yourself is always a long process, and it has to take a backseat to all my client work, but it should definitely be done in the first half of 2010.</p>

]]></content:encoded>
			<wfw:commentRss>http://thegeektalk.com/interviews/jason-ennui/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>David Walsh</title>
		<link>http://thegeektalk.com/interviews/david-walsh/</link>
		<comments>http://thegeektalk.com/interviews/david-walsh/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 02:30:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Mootools]]></category>

		<guid isPermaLink="false">http://thegeektalk.com/?p=150</guid>
		<description><![CDATA[Who&#8217;s David? I&#8217;m a 26-year old Web Developer from Madison, Wisconsin, United States.  I&#8217;m author a web development blog, David Walsh Blog, and am a member of the MooTools Core Development team. Do you have a Brand? I don&#8217;t know if I have a brand, per say.  I&#8217;ve found that my blog&#8217;s illustration has been [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fthegeektalk.com%252Finterviews%252Fdavid-walsh%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22David%20Walsh%20%23Blogger%20%23Developer%20%23Jquery%20%23Mootools%22%20%7D);"></div>
<h2>Who&#8217;s David?</h2>
<p>I&#8217;m a 26-year old Web Developer from Madison, Wisconsin, United States.  I&#8217;m author a web development blog, <a href="http://davidwalsh.name">David Walsh Blog</a>, and am a member of the <a href="http://mootools.net/core">MooTools Core</a> Development team.</p>
<h2><span id="more-150"></span>Do you have a Brand?</h2>
<p>I don&#8217;t know if I have a brand, per say.  I&#8217;ve found that my blog&#8217;s illustration has been very recognizable outside of the site itself.</p>
<h2>How do you choose the idea and the colors in any new project?</h2>
<p>I try to follow the color scheme of the client&#8217;s logo.  If the logo&#8217;s colors don&#8217;t lend themselves well to web, I usually stick to safe, light colors.</p>
<h2>What does your typical day look like?</h2>
<p>I spend 8-5 at my full time job, mostly typing emails and coordinating website updates.  After my day job I get to experiment with different languages and try to help MooTools developers with some of their questions.</p>
<h2>What are the tools you couldn’t live without?</h2>
<p>When I&#8217;m working on my PC I can&#8217;t work without Photoshop, <a href="http://www.jedit.org/">jEdit</a> for text editing, and Firefox/Firebug for debugging.  I rely on <a href="http://macromates.com/">TextMate</a>.</p>
<h2>What do you do in your free time?</h2>
<p>I spend a lot of my free time obsessing over English Premier League soccer, creating new plugins to share with the MooTools community, and sneaking in a few hours of XBOX.</p>
<h2>Current favorite apps?</h2>
<p>I love <a href="http://www.atebits.com/tweetie-iphone/">Tweetie</a> and <a href="http://macromates.com/">TextMate</a>.  TextMate is the most useful and flexible development tools I&#8217;ve ever used.  I also enjoy <a href="http://gitx.frim.nl/">GitX</a> to visualize repository commits.</p>
<h2>What OSs do you prefer?</h2>
<p>I actually prefer Windows XP if I&#8217;m working on a PC.  I have Snow Leopard on my Mac and love it.  I&#8217;d prefer to work on a Mac all day.</p>
<h2>Small pic for your Wokrplace?</h2>
<p><a href="http://thegeektalk.com/wp-content/uploads/2010/02/IMG_0159.jpg"><img class="alignnone size-medium wp-image-153" title="Workplace" src="http://thegeektalk.com/wp-content/uploads/2010/02/IMG_0159-300x225.jpg" alt="" width="300" height="225" /></a></p>
<h2>Favorite: Colors, Font, Languages (PHP, Ruby), JS Framework?</h2>
<p>I tend to fall in love with the greys like #EEE, #CCC, #999.  I&#8217;m definitely a sans-serif font lover, Lucida Grande being my favorite.  I love tinkering with PHP on the server side.  As you can probably guess, MooTools is my javascript framework of choice.</p>
<h2>The things or source that inspired you?</h2>
<p>My biggest inspirations are usually the things that bug me about other websites.  I make a list of those frustrations and create jQuery and MooTools plugins to fix them.  I&#8217;m also hugely inspired by my brothers on the MooTools team &#8212; they&#8217;re a brilliant collection of problem-solvers.</p>
<h2>What&#8217;s do you prefer, the freelance work or the full time employee?</h2>
<p>I enjoy freelance;  the freedom to work the way that&#8217;s most comfortable for you and to experiment is best.  Full time jobs can be rigid in every sense of the job: lack of client selection, freedom in type of work, etc.  Full time positions are generally safe so it does have its advantages.</p>
<h2>Your personnel projects and goals for 2010?</h2>
<p>My goals for 2010 are to continue spreading the word about MooTools and to learn another server-side language; possibly server-side javascript, ruby, or python.</p>

]]></content:encoded>
			<wfw:commentRss>http://thegeektalk.com/interviews/david-walsh/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Liam McKay</title>
		<link>http://thegeektalk.com/interviews/liam-mckay/</link>
		<comments>http://thegeektalk.com/interviews/liam-mckay/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:08:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[designers]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Wefunction]]></category>

		<guid isPermaLink="false">http://thegeektalk.com/?p=139</guid>
		<description><![CDATA[Who&#8217;s Liam McKay? Generally just a nice guy &#38; Freelance Web Designer with an overactive need for things to look good. The rest of the time I&#8217;m your average 20-year old. Do you have a Brand? Nope. I&#8217;ve not focused on building a brand, neither my personal brand or that of my blog / design [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fthegeektalk.com%252Finterviews%252Fliam-mckay%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Liam%20McKay%20%23Blogger%20%23Designer%20%23Freelance%20%23Web%20design%20%23Wefunction%22%20%7D);"></div>
<h2>Who&#8217;s Liam McKay?</h2>
<p>Generally just a nice guy &amp; Freelance Web Designer with an overactive need for things to look good. The rest of the time I&#8217;m your average 20-year old.</p>
<h2><span id="more-139"></span>Do you have a Brand?</h2>
<p>Nope. I&#8217;ve not focused on building a brand, neither my personal brand or that of my blog / design company. There will come a point, this year, where I&#8217;m going to build on both of these and put some real effort into building something people can connect and engage with.</p>
<h2>How do you choose the idea and the colors in any new project?</h2>
<p>If I&#8217;ve got some clear ideas in my head, I&#8217;ll make them known to the client and take it from there. If they or I need some thinking to be done over the style I&#8217;ll put together a simple mood-board and put forward some colour ideas, usually from Photographs or colour palettes.</p>
<h2>What does your typical day look like?</h2>
<p>Currently, we&#8217;ve took a little break from client work to build &amp; improve some sites of our own. So I&#8217;m spending a lot of time arguing with myself and being overly critical of my own work. Working from home gives me the chance to make the most of my time and fit my day around my mood. I always fit a good amount of hours into my work, but there&#8217;s definitely no pattern to my working hours.</p>
<h2>What are the tools you couldn’t live without?</h2>
<p>The only thing that really gets used every day without fail is Photoshop. It&#8217;s probably too obvious an answer, but really you could take everything else from me and I wouldn&#8217;t even notice!</p>
<h2>What do you do in your free time?</h2>
<p>Work is my free time. I don&#8217;t tend to stop. Even on my days off it&#8217;s still something I enjoy. There will come a point where I&#8217;ll work in some regular time off where I can focus on a hobby or something, but for now &#8211; other than the usual daily distractions TV, X-Box, Call of Duty MW2 the only other time I get off is spent with my friends.</p>
<h2>Current favorite apps?</h2>
<p>Livebrush stands out as the best thing I&#8217;ve used recently. I&#8217;ve always been on the look for an app with a more organic and realistic brush action. You generate lines based on your mouse movements that give very smooth and organic results, and then you can import the lines into Illustrator. It&#8217;s perfect.</p>
<h2>What OSs do you prefer?</h2>
<p>Currently working on a Mac with OSX. I don&#8217;t hate Windows, I&#8217;ve used a Windows PC for the majority of my life and maybe one day I&#8217;ll return to it. But in terms of user experience, I find that OSX is much better to live and work with on a daily basis.</p>
<h2>Small pic for your Workplace?</h2>
<p><a href="http://thegeektalk.com/wp-content/uploads/2010/02/liam_desk.jpg"><img class="alignnone size-medium wp-image-140" title="liam_desk" src="http://thegeektalk.com/wp-content/uploads/2010/02/liam_desk-300x201.jpg" alt="" width="300" height="201" /></a></p>
<h2>Favorite: Colors, Font, Languages (PHP, Ruby), JS Framework?</h2>
<p>Currently I&#8217;m liking dark blue/grays, something around #3b3d49. Futura is a font I keep finding myself using more and more. I&#8217;m not really clever enough to delve into development side of things, so CSS is about my limit on the development side.</p>
<h2>The things or source that inspired you?</h2>
<p>The main thing that inspired me was seeing other people make it work. Seeing other people design neat things, and running great blogs with really useful and focused content really played a big part in sparking my interest in the first place. I love seeing what people are doing, and what people are working on, it&#8217;s a big motivation &amp; inspiration.</p>
<h2>What&#8217;s do you prefer, the freelance work or the full time employee?</h2>
<p>I&#8217;ve tried both, and for me Freelance works best. I can see the benefit of both, but for me I&#8217;m sort of living in a dream situation. I could never really see myself spending my entire life working in an office environment, maybe it&#8217;s something I&#8217;d return to later in life for a while, but I&#8217;m really happy doing what I do &#8211; and it seems to be working at the moment!</p>
<h2>Your personal projects and goals for 2010?</h2>
<p>Some big things are coming. I can&#8217;t really say too much. We&#8217;ve already spent a few months working on our big main project, and there&#8217;s still a long way to go. But we&#8217;re hoping it will be something people will really like. Other than that, a re-design of the blog and a better way of updating it, as well as my own personal blog and a few small projects of our own we&#8217;re hoping to launch. So although very vague, you can see that 2010 is more about our own projects and building our own brand. A big risk, but hopefully time well spent.</p>

]]></content:encoded>
			<wfw:commentRss>http://thegeektalk.com/interviews/liam-mckay/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Chris Spooner</title>
		<link>http://thegeektalk.com/interviews/chris-spooner/</link>
		<comments>http://thegeektalk.com/interviews/chris-spooner/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:54:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[designers]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Spoon]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://thegeektalk.com/?p=77</guid>
		<description><![CDATA[Who&#8217;s Chris Spooner? That&#8217;s me! I&#8217;m a self employed designer/blogger who has a love for all things creative. Do you have a Brand? I produce work under the brand of SpoonGraphics, and have also tried to develop a personal brand as Chris Spooner. How do you choose the idea and the colors in any new [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fthegeektalk.com%252Finterviews%252Fchris-spooner%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Chris%20Spooner%20%23Blogger%20%23Designer%20%23Freelance%20%23Photoshop%20%23Spoon%20%23Web%20design%22%20%7D);"></div>
<h2>Who&#8217;s Chris Spooner?</h2>
<p>That&#8217;s me! I&#8217;m a self employed designer/blogger who has a love for all things creative.</p>
<h2><span id="more-77"></span>Do you have a Brand?</h2>
<p>I produce work under the brand of SpoonGraphics, and have also tried to develop a personal brand as Chris Spooner.</p>
<h2>How do you choose the idea and the colors in any new project?</h2>
<p>Often I&#8217;ll head over to a site such as ColorLovers for palette inspiration, although for some client projects the particular requirements of the job might tailor towards a certain colour scheme.</p>
<h2>What does your typical day look like?</h2>
<p>My day is usually a mix of client projects, personal jobs and the creation of blog posts. I&#8217;ll check Twitter periodically and follow interesting design links. My fiancee returns home at lunch and makes me a sandwich (life of a king!), then I&#8217;ll get back to work until 5ish in the evening. Saying that, every now and again I do enjoy making the most of the freedom of self-employment and taking a cheeky day off!</p>
<h2>What are the tools you couldn’t live without?</h2>
<p>My MacBook, Photoshop, Illustrator, WordPress and a Hammer</p>
<h2>What do you do in your free time?</h2>
<p>We usually head of to the Gym or the Cinema in the evenings, and occasionally spend the day at the theme park. There&#8217;s a new ride for 2010 that I&#8217;m looking to try out in the Spring!</p>
<h2>Current favorite apps?</h2>
<p>I&#8217;m a big fan of Spotify for my daily music, and I&#8217;m also addicted to two iPhone apps name Doodle Jump and GeoDefense.</p>
<h2>What OSs do you prefer?</h2>
<p>Since moving over to Mac I&#8217;m a big fan of Mac OSX. Particularly Snow Leopard, simply because of the cool name.</p>
<h2>Small pic for your Wokrplace?</h2>
<p><a href="http://www.flickr.com/photos/spoongraphics/4042946507/"><img class="alignnone size-medium wp-image-78" title="WorkPlace" src="http://thegeektalk.com/wp-content/uploads/2010/02/4042946507_5ebf1c9c4f-300x225.jpg" alt="" width="300" height="225" /></a></p>
<h2>Favorite: Colors, Font, Languages (PHP, Ruby), JS Framework?</h2>
<p>Grey, DIN, CSS (I&#8217;m not techy enough for anything server-side!), jQuery.</p>
<h2>The things or source that inspired you?</h2>
<p>I&#8217;m currently enjoying gathering retro inspiration from old Atari game designs.</p>
<h2>What&#8217;s do you prefer, the freelance work or the full time employee?</h2>
<p>Freelance for sure!</p>
<h2>Your personnel projects and goals for 2010?</h2>
<p>One goal I&#8217;ve had in mind for 2010 is to move from freelancer to fulltime blogger. I&#8217;m on my way towards it by cutting down on client jobs, and starting to spend more time on post creation.</p>

]]></content:encoded>
			<wfw:commentRss>http://thegeektalk.com/interviews/chris-spooner/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

