<?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>Think Vitamin &#187; Interviews</title>
	<atom:link href="http://thinkvitamin.com/category/interviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkvitamin.com</link>
	<description>The Web Practitioner&#039;s Blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:41:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>A Treehouse Developer Interview with Alan</title>
		<link>http://thinkvitamin.com/code/a-treehouse-developer-interview-with-alan/</link>
		<comments>http://thinkvitamin.com/code/a-treehouse-developer-interview-with-alan/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 15:40:28 +0000</pubDate>
		<dc:creator>Nick Pettit</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=16415</guid>
		<description><![CDATA[Treehouse is our major re-imagining of our video tutorial service, Think Vitamin Membership. I caught up with Alan, our developer, and asked him a few questions about coding the Treehouse app. What&#8217;s your overall strategy for transitioning from Think Vitamin Membership to Treehouse? Writing Treehouse has been a bit trickier than a typical rebranding would [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://teamtreehouse.com">Treehouse</a> is our major re-imagining of our video tutorial service, <a href="http://membership.thinkvitamin.com?cid=142">Think Vitamin Membership</a>. I caught up with <a href="http://twitter.com/commondream">Alan</a>, our developer, and asked him a few questions about coding the Treehouse app.</p>
<p><span id="more-16415"></span></p>
<p><img src="http://i.imgur.com/SwoDZ.jpg" alt="Alan hard at work coding the Treehouse app."></p>
<h3>What&#8217;s your overall strategy for transitioning from Think Vitamin Membership to Treehouse?</h3>
<p>Writing Treehouse has been a bit trickier than a typical rebranding would be, just because so much of the underlying logic behind how the site works is changing as well. It&#8217;s a lot like writing a completely new app, but I&#8217;ve also got a ton of user data and other data, like video information, that has to transition with the app. Because of that, we decided against completely rewriting the app, but instead decided to rewrite chunks of it at a time and throw the old code away as we go. There are actually several things that are already rewritten and already in use, like video delivery.</p>
<h3>Every app brings new challenges. What makes this app unique from others you&#8217;ve worked on in the past?</h3>
<p>Probably the biggest unique factor is that we&#8217;ve got a lot of plans for the app that we&#8217;d love to be somewhat prepared for, so our strategy behind the app isn&#8217;t just focused on today, but it&#8217;s focused on how we plan to grow Treehouse. I&#8217;m usually against thinking too far ahead, but we saw with Think Vitamin Membership that getting too locked into strict rules about how our library is structured can be really limiting, so we&#8217;re changing that to build something that should be able to grow with us a bit more easily.</p>
<h3>What&#8217;s the workflow like between you and Mike Kus?</h3>
<p>I don&#8217;t know if there&#8217;s much of a set workflow between us. Mike and I work pretty well together, I would say, but the time zone difference makes it difficult for us to talk much. For the most part he&#8217;s been putting together HTML prototypes of the pages that we&#8217;re working on and then as I write the backed code for those pages I put the markup in place. As we get close to launch, though, I have a feeling we&#8217;ll have to deal with the time zone differences so that we can work more closely on cleanup and getting details perfect for launch.</p>
<h3>Treehouse is being written using Ruby on Rails. What&#8217;s the reasoning behind this technology decision?</h3>
<p>There wasn&#8217;t too much thinking behind it. Rails is just what we do when it comes to writing web apps. I&#8217;ve been a Rails developer for 5 years now (I did Java, .NET, and PHP development before that), and I can&#8217;t say that anything comes close to Ruby and Rails for me personally in terms of productivity and expressiveness.</p>
<p>That said, we&#8217;ve got some upcoming features that will benefit from the evented-ness of Node.js so we&#8217;ll be using it in the near future as well. We&#8217;re definitely not against using technologies other than Rails, but it has served our purposes really well thus far.</p>
<h3>What other notable pieces of software are being used on the front-end and back-end, and why?</h3>
<p>It&#8217;s mostly the normal stuff. On the front-end, Mike&#8217;s been creating his stylesheets with SASS. I&#8217;m using CoffeeScript for our front-end scripting and the wonderful MediaElement.js for our video playback. We&#8217;re using Modernizr. On the back-end there&#8217;s nothing too special going on. One of my major goals on almost any app that I work on is that the back-end is about as boring and reliable as it can possibly be. It&#8217;s hard to focus on overall experience if anything on the back-end is breaking, so I&#8217;m actually trying to strip away complexity and extra technologies on that side so that we can focus on having a nice, simple core to the app that will take us a long way into the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/code/a-treehouse-developer-interview-with-alan/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>From The Source: Wynn Netherland</title>
		<link>http://thinkvitamin.com/interviews/from-the-source-wynn-netherland/</link>
		<comments>http://thinkvitamin.com/interviews/from-the-source-wynn-netherland/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 11:34:04 +0000</pubDate>
		<dc:creator>Alan Johnson</dc:creator>
				<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=14467</guid>
		<description><![CDATA[Each week we bring you an interview with a different open source developer or designer in the community. This week&#8217;s interview is with Wynn Netherland, a web developer and designer, CTO of PureCharity, and co-host of The Changelog podcast. You can follow Wynn on Twitter and on GitHub. Tell us a bit about yourself. Who [...]]]></description>
			<content:encoded><![CDATA[<p>Each week we bring you an interview with a different open source developer or designer in the community. This week&#8217;s interview is with Wynn Netherland, a web developer and designer, CTO of <a href="http://purecharity.com/">PureCharity</a>, and co-host of <a href="http://thechangelog.com/">The Changelog</a> podcast. You can follow Wynn on <a href="http://twitter.com/#!/pengwynn">Twitter</a> and on <a href="https://github.com/pengwynn">GitHub</a>.<span id="more-14467"></span></p>
<p><img src="http://thinkvitamin.com/wp-content/uploads/2011/06/wynn.jpg" alt="" title="Wynn Netherland" class="alignnone size-full wp-image-14474" /></p>
<h3>Tell us a bit about yourself. Who are you and what do you do?</h3>
<p>As of this week I am CTO of <a href="http://purecharity.com/">PureCharity</a>, a non-profit seeking to help people raise funds for projects and charitable causes they care about. Our technical team is a small group of Ruby on Rails developers building web and mobile platforms.</p>
<p>I’m a geek at my core and like to play wherever the user meets the machine. I love creating, so I straddle the line between developer and designer, but I’d consider myself a full-stack developer.</p>
<h3>What open source projects do you work on? Which one are you spending the most time on these days?</h3>
<p>I have an interest in (addiction to?) APIs and mashups so a lot of my time goes into creating and maintaining Ruby wrappers for popular APIs. I help maintain the <a href="http://github.com/jnunemaker/twitter">Twitter Ruby Gem</a>, and I created and now help maintain the <a href="http://github.com/pengwynn/octokit">Octokit</a> wrapper for the GitHub API and the <a href="https://github.com/pengwynn/linkedin">LinkedIn Gem</a> for the LinkedIn API. Each of these projects uses Rick Olson’s excellent <a href="https://github.com/technoweenie/faraday">Faraday</a> REST toolkit as well as <a href="https://github.com/pengwynn/faraday_middleware">Faraday Middleware</a>, a project I created to bundle common patterns for API libraries to handle things like OAuth as well as JSON and XML parsing.</p>
<p>On the design side, I’m <a href="http://manning.com/netherland">writing a book</a> with Sass and Compass creators Nathan Weizenbaum and Chris Eppstein so I’m creating more Compass plugins, such as <a href="https://github.com/pengwynn/compass_formalize">Compass Formalize</a>, which brings Nathan Smith’s excellent <a href="http://formalize.me/">Formalize</a> project easily into Compass.</p>
<p>Lately I’m hacking on <a href="https://github.com/codewranglers/ti">Ti</a> by Robert Evans (<a href="http://twitter.com/revans">@revans</a>), a Ruby gem that brings Rails-like generators, a command line tool chain, and a CoffeeScript framework to Titanium Mobile development.</p>
<h3>What inspired you to work on Ti?</h3>
<p>After building several mobile applications and refining approaches for building CoffeeScript, defining view factories, incorporating Sass, deploying beta builds, testing with Jasmine, and other techniques, we decided to bundle up our patterns for reuse and share with the community.</p>
<h3>What plans do you have for Ti?</h3>
<p>We’d love to see Xib support for Ti. I’m hopeful we can incorporate something like <a href="http://blog.frogonmobile.com/apps/xib2js/">Xib2js</a> to let developers lay out their Titanium views using Apple’s Interface Builder and have them compiled into CoffeeScript.</p>
<h3>If you started a new open source project today, what would it be?</h3>
<p>I’d love to build a robust data access and API library for Titanium mobile. Something along the lines of Backbone.js but with no cruft that comes from targeting the browser.</p>
<p>Also, I’m dying for GitHub to release a real-time API. I’d love to create an interface to let me see activity on just the projects I care about, in real time. Most of the ideas I have for new projects involve making better use of GitHub and what’s going on in the community.</p>
<h3>What attributes make for a great open source project?</h3>
<p>I think great open source projects meet a common need and are usually a by-product of some other success. Often, the greatest open source projects are a means, not an end. Without 37 Signals’ suite of tools we wouldn’t have Rails. Without Document Cloud we wouldn’t have Underscore, Backbone, or CoffeeScript.</p>
<h3>Do you have any advice for aspiring open source programmers?</h3>
<p>Like most endeavors, software is ultimately a people-centered economy. You’ll get farther with friends. Seek out people smarter than you and learn from their code. Browse the issues for a favorite project and submit a patch. Find a designer that can help create a brand or identity for your project. Trade off your skills and time with someone who complements yours. Encourage participation so that your project has shelf life longer than your own time, commitment, or attention span.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/interviews/from-the-source-wynn-netherland/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>From The Source: Brandon Mathis</title>
		<link>http://thinkvitamin.com/interviews/from-the-source-brandon-mathis/</link>
		<comments>http://thinkvitamin.com/interviews/from-the-source-brandon-mathis/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 12:25:17 +0000</pubDate>
		<dc:creator>Alan Johnson</dc:creator>
				<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=14314</guid>
		<description><![CDATA[Each week we bring you an interview with a different open source developer or designer in the community. This week&#8217;s interview is with Brandon Mathis, freelance web and iOS designer , Compass contributor, and creator of Octopress and Fancy Buttons. If you&#8217;re interested in learning more about what Brandon&#8217;s up to you can follow him [...]]]></description>
			<content:encoded><![CDATA[<p>Each week we bring you an interview with a different open source developer or designer in the community. This week&#8217;s interview is with Brandon Mathis, freelance web and iOS designer , <a href="http://compass-style.org/">Compass</a> contributor, and creator of <a href="http://octopress.org">Octopress</a> and <a href="http://brandonmathis.com/projects/fancy-buttons">Fancy Buttons</a>. If you&#8217;re interested in learning more about what Brandon&#8217;s up to you can follow him on his <a href="http://brandonmathis.com/">blog</a>, on <a href="http://twitter.com/#!/imathis">Twitter</a>, and on <a href="https://github.com/imathis">GitHub</a>.<span id="more-14314"></span></p>
<p><img src="http://thinkvitamin.com/wp-content/uploads/2011/06/image00.jpg" alt="" title="Brandon Mathis" class="alignnone size-full wp-image-14316" /></p>
<h3>Tell us a bit about yourself. Who are you and what do you do?</h3>
<p>I’m an independent web and iOS application designer living just outside of Birmingham, Alabama. I’m married to an amazing woman and father to a delightful two year-old boy who will soon have a new little brother or sister in July.</p>
<h3>What open source projects do you work on?</h3>
<p>I’m a core contributor to <a href="http://compass-style.org/">Compass</a>, a truly wonderful project which gives front-end designers and developers the tools to easily build their own CSS frameworks powered by <a href="http://sass-lang.com">Sass</a>. It’s chock full of the web’s best reusable patterns and provides mixins which make writing complex CSS3 styles a breeze. Compass makes it easy to share frameworks and extensions enabling designers to participate in open source like never before.</p>
<p>In 2009 I released <a href="http://brandonmathis.com/projects/fancy-buttons">fancy-buttons</a> a very popular Compass extension which makes it absurdly simple to create beautiful CSS3 buttons which gracefully degrade for older browsers. I’m right in the middle of the 2.0 release which should be coming out in the next month or so. My goal for fancy-buttons 2.0 is to provide a curated CSS3 button library, equipping users with the finest selection of beautiful buttons from around the web. Basically, I’m snagging button styles that strike my fancy and recreating them with dynamic Sass color transformations, so you can generate <a href="http://lab.simurai.com/css/buttons/">BonBon style buttons</a> with a single line of Sass, and easily change colors or other properties without having to muck about with gobs of complex CSS3. It’s really powerful.</p>
<p>I love how easily Sass lets me work with color, and as a result I do almost all of my web design these days in-browser. Sometimes I have a hard time envisioning what color adjustments I want, and to help, I built a web based <a href="http://hslpicker.com">HSL Color Picker</a> and released the code <a href="https://github.com/imathis/hsl-color-picker">on Github</a>.</p>
<p>Currently the project I’m spending most of my time on is <a href="http://octopress.org">Octopress</a> which is a blogging framework based on <a href="http://github.com/mojombo/jekyll/">Jekyll</a> (the static site generator powering Github Pages) and I’ll be releasing version 2.0 by the time this hits the press, or shortly afterwards. Basically, Octopress is a beautifully designed starting point for a Jekyll blog, though I have plans to expand Octopress to more static blogging frameworks in the future.</p>
<h3>What inspired you to work on Octopress?</h3>
<p>I was working on fancy-buttons and really starting to get into writing mixins for Compass and sharing code with the Compass community. I wanted to be able to easily share code on my blog and write tutorials, but with most blogging software I was at the mercy of TinyMCE or a host of other heinous browser based text editors. I had a WordPress blog and I was sick of the maintenance effort with updates, plugins, spammers, and database issues. I looked around, but none of the hosted solutions were much better.</p>
<p>Then, I stumbled onto Jekyll which allowed me work in my favorite text editor, freed me from the performance issues of the database, and gave me the freedom to publish my static site anywhere. Getting a Jekyll blog started is no easy task however. Jekyll is just an opinionated static file generator and it doesn’t ship with a template, or even an RSS feed. It’s a lot of work to get a high quality blog set up and I saw a real need for a well designed starting point for Jekyll.</p>
<p>I built Octopress to make it easy for developers to get started with Jekyll blogging. They simply fork the Octopress repository and they have a beautifully designed blog, complete with a flexible templating system, Compass and Sass, a set of rake tasks to simplify various tasks, a curated list of plugins and third party integrations like Disqus comments, and Delicious and Twitter feeds in the sidebar.</p>
<h3>What plans do you have for Octopress?</h3>
<p>Octopress 2.0 has been rewritten from the ground up with semantic HTML5 templates, a new theming system, and smashing support for mobile browsers with the “320 and up” approach to media queries. It’s also based on the latest and greatest Jekyll release, complete with some great new plugins and even easier configuration. I’ve ported the <a href="http://ethanschoonover.com/solarized">Solarized</a>  syntax highlighting system to Sass for gorgeously styled code sharing, and I’ve included a great little plugin for fetching and embedding gists from Github so they show up in RSS feeds.</p>
<p>Right now I’m just finishing up the documentation and going through a final polishing run.</p>
<h3>If you started a new open source project today, what would it be?</h3>
<p>I’ve recently designed a really amazing iOS web application (not for public use, sorry) which was nearly indistinguishable from a native experience. I’d love to find the time to package up all the work I did for that and release a web application kit for iOS. Maybe someday.</p>
<h3>What attributes make for a great open source project?</h3>
<p>A good open source project must fill a need, but it should also be something that other people can contribute to easily. This requires willingness to co-create with people at different levels of commitment and expertise. A good open source project is well documented and has core team members who are willing to support its users.</p>
<h3>Do you have any advice for aspiring open source designers?</h3>
<p>Become fluent with at least one system of version control (I like Git). Don’t be afraid to ship something that isn’t perfect yet. It’s a great learning experience to watch others improve your work and it’s an awesome feeling when someone solves a problem you couldn’t solve or didn’t know you had.</p>
<p>As a freelance designer I work for many different clients, all for different periods of time. But with open source, I have the opportunity to continually make progress on a project as I learn and grow in my career. Pick a project and stick with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/interviews/from-the-source-brandon-mathis/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>From The Source: Chris Cagle</title>
		<link>http://thinkvitamin.com/interviews/from-the-source-chris-cagle/</link>
		<comments>http://thinkvitamin.com/interviews/from-the-source-chris-cagle/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 13:00:05 +0000</pubDate>
		<dc:creator>Alan Johnson</dc:creator>
				<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=14195</guid>
		<description><![CDATA[This week we’re introducing a new series, called From the Source. In each article we’ll interview an open source developer from the web or mobile development community about the projects they’re working on and what inspired them to work on open source. This week we interviewed Chris Cagle, a PHP developer and creator of GetSimple [...]]]></description>
			<content:encoded><![CDATA[<p>This week we’re introducing a new series, called From the Source. In each article we’ll interview an open source developer from the web or mobile development community about the projects they’re working on and what inspired them to work on open source.</p>
<p>This week we interviewed Chris Cagle, a PHP developer and creator of <a href="http://get-simple.info/">GetSimple CMS</a>. You can follow what Chris is up to at <a href="http://www.cagintranetworks.com/">http://www.cagintranetworks.com</a>.<span id="more-14195"></span></p>
<p><img class="alignnone size-full wp-image-14197" title="Chris Cagle, Creator of GetSimple CMS" src="http://thinkvitamin.com/wp-content/uploads/2011/06/All-Pages.jpg" alt="" width="705" height="556" /></p>
<h3>Tell us a bit about yourself. Who are you and what do you do?</h3>
<p>Well, I reside in Pittsburgh, Pennsylvania and am happily married to my beautiful wife of 6 years, Krista. Together, we are bossed around everyday by our 3 toddlers and two mutts. I am a rabidly-obsessed Pittsburgh sports fan and work at <a href="http://3pcmedia.com/">3PC Media</a> as their Senior Web Developer.</p>
<p>For the first 6 years after college I worked for Mellon Financial in the IT field. I started out working at the IT helpdesk, then slowly moved up the middle management ranks. Even though I was happy with what I was doing, information technology was not my passion and I always had the desire to work in the web design/development field instead.</p>
<p>Rewinding the timeline a few years: I’ve been working on the web since I created a Pittsburgh Penguins fan site in the 6th grade. After graduating college I decided to try and earn some extra cash with web design so I started my own <a href="http://www.cagintranet.com/">web design business</a>. After 5 semi-successful years of freelancing bliss, I decided to make the jump from IT at Mellon Financial to a full-time web developer job at 3PC Media.</p>
<h3>What open source projects do you work on?</h3>
<p>The two I’ve worked with most are WordPress and of course <a href="http://get-simple.info/">GetSimple</a>. With WP, I developed some plugins and themes, and got pretty comfortable with the project. However, the development community surrounding it was pretty large, so I kind of felt lost in the massive crowd. I also tried to lend a hand to a couple of open source invoicing systems, but their communities seemed have little or no activity, so my suggestions fell on deaf ears.</p>
<p>GetSimple is obviously my open source baby. My free time is pretty evenly split between developing the GS core and managing the growing (and demanding) community that has sprouted up around it. Luckily, I have a wonderful set of volunteers that have helped me a lot with both sides of the work load.</p>
<h3>What inspired you to work on GetSimple CMS?</h3>
<p>I started out working with WordPress almost exclusively in the beginning stages of owning my own web design company. The interface looked great, the system just made sense to me, and I loved how there was a huge development community surrounding it (for when I was looking for answers to my problems). Unfortunately, most of my clients were small businesses that didn’t use 90% of the feature set that came with it.</p>
<p>I started searching around and found that there really weren’t any content management systems out there that would allow for simple page editing AND also looked great. What self-respecting designer wants to hand off an ugly backend to a client? Not me.</p>
<p>I knew I could do better than any of the other solutions out there that catered to only small business websites. At that point, I knew I had found my calling and GetSimple CMS was born.</p>
<h3>What plans do you have for GetSimple?</h3>
<p>Over my 2 years of developing GetSimple, I’ve discovered that you get out of the community what you are willing to put into it. I know it’s a cliché, but it’s true. So because of this, I’ve been spending a lot of time trying to add features to the website in order to allow for more community involvement. This includes adding onto <a href="http://get-simple.info/extend/">Extend</a> (the plugin/theme repository), starting a wiki that everyone can edit and contributing a lot on the forums. Communities drive open source projects, so I am making conscious efforts engage the community every time I see a chance.</p>
<p>Product-wise, Version 3.1 of GetSimple will be our first major attempt at refining the backend administration UX. By taking manual features and changing them to be either automated or ajax-powered, we are making the software much easier to use. GetSimple needs to keep up its clean and simple interface in order to distance ourselves from most other competing CMS systems. (Yes, I know I am acting like it’s a business even though it is not)</p>
<h3>If you started a new open source project today, what would it be?</h3>
<p>Ha, I don’t think I have time for another open source project. I am always coming across an idea or script and find myself thinking “I could do this better.” However, in the end, I know I wouldn’t have the necessary time needed to devote to it. Taking the lead on an open source project is a labor of love and a time-consuming one at that.</p>
<h3>What attributes make for a great open source project?</h3>
<p><strong>It services a need.</strong> This one is obvious, but when I was spending all my time trying to remove features from WordPress, I knew there had to be a better way.</p>
<p><strong>An active community.</strong> Sometimes this part takes up just as much time as the code development itself, but it’s necessary to foster a healthy project. If you don’t yet have a community, add a forum, give it attention, and they will come.</p>
<h3>Do you have any advice for aspiring open source programmers?</h3>
<p><strong>Create a Mission Statement.</strong> I can’t tell you how important this one is. You need to create a project that fills a niche, and does it at the best of it’s abilities. Attempting to compete with behemoths such as Joomla or WordPress would have been project suicide in my scenario. I clearly stated my niche-centric objectives in my <a href="http://get-simple.info/start/mission-statement/">mission statement</a>, and regularly direct people to it when they ask for features simply because “WordPress has it”.</p>
<p><strong>Pay attention to your community.</strong> An active community is just as important as your actual code. (Not to mention that it will inevitably lead to better code anyway: see the next bullet point)</p>
<p><strong>Realize that there are better ideas out there than your own.</strong> This may be hard to believe at first, but there are people out there with ideas that are better than yours. The tricky part is filtering out the hundreds of ideas that are worse. If and when you find a better idea, act on it and give credit where credit is due. Your developers will inevitably disappear when all suggestions are ignored except your own.</p>
<p><strong>Do it.</strong> Don’t let thoughts of failure or success get the best of you. You have nothing to loose and in the end you will be a better programmer for it. Even if GetSimple had failed, the amount of knowledge that I learned while developing it has been an invaluable tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/interviews/from-the-source-chris-cagle/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Alex Hunter on branding, startups, the Valley and online marketing</title>
		<link>http://thinkvitamin.com/interviews/alex-hunter-on-branding-startups-the-valley-and-online-marketing/</link>
		<comments>http://thinkvitamin.com/interviews/alex-hunter-on-branding-startups-the-valley-and-online-marketing/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 11:41:19 +0000</pubDate>
		<dc:creator>Keir Whitaker</dc:creator>
				<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://carsonified.com/?p=4243</guid>
		<description><![CDATA[Editors note: Alex is running a half day workshop on &#8220;kick ass online marketing techniques&#8221; at the Future of Web Apps Miami on February 24th. Find out more. In this installment of &#8220;5 questions for&#8230;&#8221; we ask Alex Hunter his thoughts on branding, the UK and European startup scene and ways of engaging with your [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Editors note:</strong> Alex is running a half day workshop on &#8220;kick ass online marketing techniques&#8221; at the Future of Web Apps Miami on February 24th. <a href="http://carsonified.com/?utm_source=tv&amp;utm_medium=textlink&amp;utm_campaign=alex_hunter_interview">Find out more</a>.</em></p>
<p>In this installment of &#8220;5 questions for&#8230;&#8221; we ask <a href="http://www.haebc.com/about/">Alex Hunter</a> his thoughts on branding, the UK and European startup scene and ways of engaging with your customers in real life. He rounds off the interview with 3 online marketing techniques you can&#8217;t afford to ignore.</p>
<p><a href="http://carsonified.com/wp-content/uploads/2010/01/alexhunter.jpg"><img class="aligncenter size-full wp-image-4246" title="alexhunter" src="http://carsonified.com/wp-content/uploads/2010/01/alexhunter.jpg" alt="" width="470" height="199" /></a></p>
<p><strong>You have spoken before about the importance of branding for online companies. For many branding appears to be an afterthought. Where in the development process do you think it should be addressed?</strong></p>
<p>Simple answer: ASAP. The sooner you lay down your core values and then feed that into your brand development, the better. Why? Because your values will define who you are and more importantly who you will be, now and in 10 years when I&#8217;m looking at you on the cover of BusinessWeek.</p>
<p>Set them early, set them well. And remember, that exercise cannot be successfully performed by one member of the team &#8211; it has to be tackled by as many members of the team as possible to effectively incorporate and reflect the DNA of the business.</p>
<p>Some of the hottest web startups in 2009 have clearly thought long and hard about their brand right out of the gate &#8211; it&#8217;s not just a tick/check in the box anymore, it&#8217;s a fundamental requirement for success.<span id="more-4243"></span></p>
<p><strong>Is the mantra &#8220;build it and they will come&#8221; still valid in 2010?</strong></p>
<p>No. In fact, I don&#8217;t think it ever was. There&#8217;s been this (annoying) mentality of &#8220;If I build a good app or service, no matter how ugly it is, people will come.&#8221; They will not because they’ll never hear about it.</p>
<p>Furthermore, there are competitive apps to almost everything, and if there isn’t one today, there will be one tomorrow, and they will have looked at what you’ve done, they will have learned from your mistakes, they will have considered their brand and marketing,  they will have started a Twitter account, they will have started a blog, they will have promoted it physically and they will have promoted it digitally, they will have thought about the presence, the UI, etc.</p>
<p>I think that hiding under a bushel (intentionally or not), and expecting it to develop on its own is a huge, huge mistake. Kevin Rose gave a great talk at <a href="http://carsonified.com/blog/web-apps/9-ways-to-take-your-site-from-one-to-one-million-users/">FOWA London 2009</a> about taking your site from 1 to 1 million users and covered some great practical ways to build a userbase and get people talking about your app &#8211; I strongly recommend checking it out.</p>
<p><strong>There&#8217;s been a lot of articles written about how important it is to be in Silicon Valley to succeed in the web app industry, and a lot of rebuttals. As someone who helps web businesses on both sides of the pond how important is the Valley to the web industry?</strong></p>
<p>Ahh, interesting question. I&#8217;ll be honest, when I first moved back to England after an 8 year stint in the Bay Area, I was quite a snob about Silicon Valley being the only place where, by and large, web companies needed to be based to be successful. Now, having immersed myself in the UK web and startup culture, I don&#8217;t believe that at all.</p>
<p>The European, especially UK, web and startup scene is strong and I am VERY bullish about it. So much so that most of the companies I work with at an angel/advisory level are in the UK. I think the success of <a href="http://seedcamp.com/">Seedcamp</a> and other startup funding events based in the UK are a really good example of how this trend is playing out.</p>
<p>Now, all that said, I don&#8217;t think there&#8217;s any need to be isolationist about this. UK companies can absolutely learn from what Silicon Valley companies are doing but the same goes for US companies looking to the UK, Europe and beyond for inspiration and expertise. After all, <a href="http://www.last.fm/">Last.fm</a>, <a href="http://www.bebo.com/c/site/index">Bebo</a>, <a href="http://www.moo.com">MOO</a>, <a href="http://www.qype.com">Qype</a>, <a href="http://www.spotify.com">Spotify</a>, etc are all UK/European companies who are arguably leaders in their space.</p>
<p>And south-east Asia is so far ahead of the rest of the world on things like mobile and micropayments, it&#8217;s not even funny. I&#8217;m super excited about the UK startup scene and I&#8217;m always keen to meet with young companies so please get in touch! <em>ahunter(at)haebc.com.</em></p>
<p><strong>In your last <a href="http://carsonified.com/blog/business/the-dos-and-do-nots-of-brand/">Think Vitamin article</a> you talked about the importance of engaging with your community/customers offline. How would you recommend cash strapped startups do this?</strong></p>
<p>I really think that bridging the gap between online and offline is one of the best ways to build loyalty. You&#8217;re connecting your users not only with their fellow users (and brand advocates) but also the people that created and curated the app/product/brand/community that they, as a user, have invested their time (and possibly money) in.</p>
<p>And the beautiful thing about this is it&#8217;s scalable &#8211; you don&#8217;t have to be as big as Digg or Yelp to do this. One of the easiest ways to do this, and kudos to Carsonified for having done this in the past, is to simply have a meetup at a local bar or pub. There&#8217;s no need to buy everyone a drink (although admittedly throwing a couple hundred quid/bucks behind the bar helps). A simple tweet and/or Facebook event notification saying &#8220;Hey some of the team are going to be at Pub x next Monday, it&#8217;d be awesome to hang out with you guys!&#8221; is all it takes.</p>
<p>Remember to use what you know about your userbase, through analytics and profile data, to identify geographic clusters of users so you&#8217;re hosting your events in the best possible locations.</p>
<p><strong>You will be running a half day workshop about &#8220;kick ass online marketing techniques&#8221; at the Future of Web Apps Miami. Without giving too much away what do you think are the three most important online marketing techniques that web site/app owners can&#8217;t ignore?</strong></p>
<ol>
<li> Allow users to quickly and easily to promote what you do into their existing social graphs. Use Facebook Connect, use the Twitter APIs, and allow users to post their activity on your app into those platforms. This is hugely powerful because the message is so much more relevant coming from the user to their friends as opposed to coming (unsolicited) from you directly to the user&#8217;s friends.</li>
<li>Leverage what you know about your users, from profile data, analytics data, etc to provide them with a relevant and tailored experience. Listen to what they want and give it to them. This can be content or product driven (e.g. promoting products based on a user&#8217;s past purchase history) but either way, do it and watch your conversion levels go through the roof.</li>
<li>Lastly and probably most importantly, get involved in the conversation that&#8217;s going on around your brand. People are talking about you, whether you like it or not &#8211; find out what they&#8217;re saying, respond, and engage. And not just your PR or Customer Service teams, but the people that actually create the product, write the code, manage the DB, etc. Real names, real people.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/interviews/alex-hunter-on-branding-startups-the-valley-and-online-marketing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Kevin Rose on &#8220;Community&#8221;</title>
		<link>http://thinkvitamin.com/interviews/kevin-rose-on-community/</link>
		<comments>http://thinkvitamin.com/interviews/kevin-rose-on-community/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:57:50 +0000</pubDate>
		<dc:creator>Keir Whitaker</dc:creator>
				<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://carsonified.com/?p=4189</guid>
		<description><![CDATA[Last year at The Future of Web Apps (FOWA) London we invited Paul Boag, host of Boagworld and author of the Website Owners Manual, along to conduct a series of interviews with speakers from the event. Over the next few weeks we will be publishing some of these here on the blog. First up is [...]]]></description>
			<content:encoded><![CDATA[<p>Last year at The Future of Web Apps (FOWA) London we invited <a href="http://boagworld.com">Paul Boag</a>, host of Boagworld and author of the <a href="http://carsonified.com/blog/business/website-owners-manual-review/">Website Owners Manual</a>, along to conduct a series of interviews with speakers from the event. Over the next few weeks we will be publishing some of these here on the blog.</p>
<p>First up is Kevin Rose. Following on from his FOWA keynote &#8220;<a href="http://carsonified.com/blog/web-apps/9-ways-to-take-your-site-from-one-to-one-million-users/">9 Ways to Take Your Site from One to One Million Users</a>&#8221; Paul and his co-host <a href="http://coffeepowered.co.uk/">Paul Stanton</a> asked Kevin a few questions on community, user testing and advisory roles.</p>
<p>This interview lasts for 19 minutes.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="27" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="playerMode=embedded" /><param name="src" value="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://media.libsyn.com/media/boagworld1/2010-01-13-bitesize.mp3" /><param name="wmode" value="window" /><param name="quality" value="best" /><embed type="application/x-shockwave-flash" width="400" height="27" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://media.libsyn.com/media/boagworld1/2010-01-13-bitesize.mp3" quality="best" wmode="window" flashvars="playerMode=embedded" bgcolor="#ffffff"></embed></object></p>
<p><a href="http://boagworld.com/bites/kevin-rose">Read the full transcript</a> by <a href="http://reactorapp.com/">Simon Hamp</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/interviews/kevin-rose-on-community/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dan Cederholm on Bulletproof Web Design, CSS3 and Dribbble</title>
		<link>http://thinkvitamin.com/design/dan-cederholm-on-bulletproof-web-design-css3-and-dribbble/</link>
		<comments>http://thinkvitamin.com/design/dan-cederholm-on-bulletproof-web-design-css3-and-dribbble/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 12:50:18 +0000</pubDate>
		<dc:creator>Keir Whitaker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://carsonified.com/?p=3703</guid>
		<description><![CDATA[Today&#8217;s entry  in our series of web design interviews is Dan Cederholm. Dan is a recognized expert in the field of standards-based web design and has worked with Google, MTV, AIGA, ESPN, Blogger, Fast Company, Inc.com, and many more. He&#8217;s a renowned speaker and author and blogs about web design related topics at SimpleBits. Editor’s [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s entry  in our series of web design interviews is <a href="http://www.simplebits.com">Dan Cederholm</a>. Dan is a recognized expert in the field of standards-based web design and has worked with <a href="http://simplebits.com/work/google/">Google</a>, <a href="http://simplebits.com/work/mtv/">MTV</a>, <a href="http://aiga.org/">AIGA</a>, <a href="http://simplebits.com/work/espn/">ESPN</a>, <a href="http://simplebits.com/work/blogger/">Blogger</a>, <a href="http://simplebits.com/work/fastcompany/">Fast Company</a>,<a href="http://simplebits.com/work/inc/"> Inc.com</a>, and many more. He&#8217;s a renowned speaker and author and blogs about web design related topics at <a href="http://www.simplebits.com">SimpleBits</a>.</p>
<p><em><strong>Editor’s Note:</strong> Dan will be hosting a full day workshop with Ethan Marcotte on &#8220;</em><a href="http://carsonworkshops.com/2009/dancederholm/index.html">Handcrafted Bulletproof CSS</a><em>&#8221; in London, UK on November 23rd, <a href="http://www.amiando.com/dancederholm2009.html">buy your ticket online now</a>. He will also be speaking about &#8220;Progressive Enrichment&#8221; </em><em>at <a href="http://events.carsonified.com/fowd/2009/nyc">The Future of Web Design New York</a> on November 17. <a href="http://www.amiando.com/fowdnyc2009.html">Conference day passes are still available</a>.<br />
</em></p>
<p><strong>You have recently published a new book? Having purchased your first two (and learnt a lot) what can I expect from the third part of the trilogy? </strong></p>
<p>Yes indeed, <a href="http://handcraftedcss.com/">Handcrafted CSS</a> was published this past August. In some ways, it&#8217;s a continuation of the previous book, <a href="http://simplebits.com/publications/bulletproof/">Bulletproof Web Design</a> and dives right into examples that revolve around a fictional case study for a coffee company website. <a href="http://unstoppablerobotninja.com/">Ethan Marcotte</a> contributed an absolute gem of a chapter on fluid grids as well.</p>
<p>There are really 3 areas of focus in this short little book: continuing the &#8220;bulletproof design&#8221; mentality (that is, accounting for varying amounts and sizes of content, planning for worst-case scenarios). Also the concept of &#8220;progressive enrichment&#8221;, which is a fancy way of talking about what advanced CSS and CSS3 properties we can use _today_, while keeping in mind browsers that don&#8217;t yet support those properties. And also the book touches on &#8220;reevaluating past methods and best practices&#8221;.</p>
<p>With the browser landscape changing rapidly, and with new and evolving standards being implementing by those browsers, it&#8217;s a great time to reevaluate old habits, to see if there&#8217;s an easier way to handle things with the shiny new techniques.</p>
<p>The timing seemed fitting to write another book, with all of this fun new stuff to play with it&#8217;s important to sort it all out, see what&#8217;s actually usable today in some circumstances.<span id="more-3703"></span></p>
<p><strong>&#8220;Progressive enrichment&#8221;, &#8220;Graceful degradation&#8221;, &#8220;Progressive enhancement&#8221; &#8211; what&#8217;s the difference?</strong></p>
<p>All three are similar ways of talking about the same concepts. &#8220;Graceful degradation&#8221; is the older term, with the idea being build and/or design for the future, while later providing fallbacks for legacy systems. &#8220;Progressive enhancement&#8221; was coined by Stephen Champeon in 2003, and builds on that idea while flipping it around: build a basic system anyone can use, then &#8220;enhance&#8221; that base with bells &amp; whistles that only modern browsers can understand.</p>
<p>I&#8217;ve been using a variation on Stephen&#8217;s term, &#8220;progressive _enrichment_&#8221; to specifically talk about advanced CSS and CSS3 that we can use today to boost the user experience.</p>
<p>It&#8217;s kind of like enriched pasta, with extra nutrients added. It&#8217;s still pasta, and take away that enrichment and you probably wouldn&#8217;t know what you&#8217;re missing. And that&#8217;s the important part: utilizing this bleeding edge stuff while keeping in mind that designs may not look or be experienced the same in every browser. And that&#8217;s OK.</p>
<p><strong>Your talk a lot about the concept of &#8220;Bulletproof Web Design&#8221;. What are the three quickest wins to ensuring a &#8220;bulletproof&#8221; site?</strong></p>
<p>I have a knack for inventing unnecessary terms and phrases, don&#8217;t I? :)</p>
<p>Here are 3 ways to help bulletproof a design. All are simple things to keep in mind while building websites:</p>
<ol>
<li><strong>Use the text sizing controls in the browser to test a site&#8217;s integrity</strong>. Do design elements break apart? Can that block of text handle 3 paragraphs instead of 1? We&#8217;re not only testing the site for low-vision users, but we&#8217;re getting an instant barometer on just how flexible your design is. A design that can bend to the rigors of editing, content shuffling, internationalization, etc. is going to be a more robust system.</li>
<li><strong>Turn images off</strong>. Check your design with images turned off to see if things are still readable. Slow loading images, or folks with slow modem or cellphone connections will still be able to read your site. Specify background color equivalents to any background images you&#8217;re using.<strong> </strong></li>
<li><strong>Check your design with stylesheets off</strong>. Is the raw markup style understandable? Can you get a sense of the hierarchy of the page? I call it the 10-second usability test. Not a true measure &#8211; but one that&#8217;s quick and easy to add to your workflow. Ensuring the page is organized and readable in the absence of CSS will help (in sometimes small ways) the accessibility of the site in other devices and assistive software. Pay attention to markup and you&#8217;ll get these benefits for free.</li>
</ol>
<p><strong>The word on the street is that you are working on a new site/app called &#8220;Dribbble&#8221;. Can you tell us more about it?</strong></p>
<p>Yeah! I&#8217;m building <a href="http://dribbble.com/session/new">Dribbble</a> with my friend, Rich Thornett (<a href="http://thornett.com">http://thornett.com</a>). Essentially, it&#8217;s a community for sharing small (400&#215;300 max) screenshots of your work. By giving creative folks a forum to hang out and talk about design and process and getting a sneak peek at something before it&#8217;s live or bouncing ideas off your peers.</p>
<p>We&#8217;ve had about 50 people in a private beta over the last several months and the results have been fascinating. Getting to look over the shoulder of your friends and colleagues to see (and comment on) in-progress work has been extremely valuable &#8211; and we think it&#8217;ll be even more fun when things are opened up a bit more.</p>
<p>We&#8217;ll be giving more invites out soon, in small batches to keep tabs on scaling, listening to feedback and making changes. We&#8217;re not in a hurry, and are more concerned about maintaining the amazing quality of the &#8220;shots&#8221; that have been dribbbled in the beta thus far. Much more on this in the coming months!</p>
<p><strong>What is the Future of Web Design?</strong></p>
<p>The future of web design is content. It&#8217;s what&#8217;ll drive design and user experience going forward. We can&#8217;t predict, but can attempt to predict, what people will be consuming, what people will be creating, or talking about or interested in in the future &#8211; but I&#8217;ll bet whatever it is will be the catalyst for design.</p>
<p>So much of web design thus far has been about recreating familiar concepts for the screen. What&#8217;ll be really exciting is seeing ideas that embrace the web as its own unique medium. And that&#8217;s where you&#8217;ll see the most progressive web design.</p>
<p>More specifically, the future of web design is about being able to use tools that make our jobs easier. Freeing us up to worry about more important things. Progressive enrichment/enhancement is an important part of that for the modern web builder.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/design/dan-cederholm-on-bulletproof-web-design-css3-and-dribbble/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Steve Smith on HTML5 and CSS3</title>
		<link>http://thinkvitamin.com/code/steve-smith-on-html5-and-css3/</link>
		<comments>http://thinkvitamin.com/code/steve-smith-on-html5-and-css3/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 10:23:55 +0000</pubDate>
		<dc:creator>Keir Whitaker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://carsonified.com/?p=3652</guid>
		<description><![CDATA[Next up in our series of web deisgn interviews is Steve Smith from Ordered List. Steve is a recognised authority on front-end development, interface design and is also the co-founder of Sidebar Creative. As an author, public speaker, and University of Notre Dame professor, he is passionate about sharing his knowledge with others. Editor’s Note: [...]]]></description>
			<content:encoded><![CDATA[<p>Next up in our series of web deisgn interviews is Steve Smith from <a href="http://orderedlist.com/">Ordered List</a>. Steve is a recognised authority on front-end development, interface design and is also the co-founder of <a href="http://sidebarcreative.com/">Sidebar Creative</a>. As an author, public speaker, and University of Notre Dame professor, he is passionate about sharing his knowledge with others.</p>
<p><em><strong>Editor’s Note:</strong> Steve will be hosting a workshop on &#8220;</em><a href="http://events.carsonified.com/fowd/2009/nyc/workshops#workshop_61">How to build a HTML5/CSS3 Website Today</a><em>&#8221; at <a href="http://events.carsonified.com/fowd/2009/nyc">The Future of Web Design New York</a> on November 16-17 2009. You can <a href="http://www.amiando.com/fowdnyc2009.html">buy your ticket online now</a>.</em></p>
<p><strong>What&#8217;s all the fuss about HTML5 and CSS3?</strong></p>
<p>For me, the big deal is that the specifications are at least moving in the direction of how we have been using the web for the past five years or more, e.g. video, audio and user generated content. Developers have started to fall into habits (some good, some bad), and so the specs are trying to make those habits easier and more standardized. The structural tags, web forms, and advanced CSS are all letting us do the same things we&#8217;ve been doing for years, just in an easier, more standardized way.</p>
<p><strong><span id="more-3652"></span>Should designers start using HTML5 and CSS3 today?</strong></p>
<p>If it feels right, and it&#8217;s right for your audience, absolutely. In my mind, we&#8217;re well past the point of having to make everything look the same for everybody on every platform, so progressive enhancement is key. In fact, we&#8217;re to the point where if we try and play equally to the lowest common denominator, we&#8217;re actually limiting the experience for those who use more modern technology. And that&#8217;s just not cool.</p>
<p><strong>In your Future of Web Design New York workshop you will be delving deep into HTML5 and CSS3. What can attendees expect to go away with at the end of the session?</strong></p>
<p>Ideally, what parts of these specs they can start using right now, and what they can look forward to in the coming months/years. There will be practical examples of some of the more powerful parts of HTML5 and CSS3 both, as well as looking into things that are only beginning to be supported.</p>
<p><strong>I understand from <a href="http://carsonified.com/blog/design/dan-rubin-on-web-typography/">Dan Rubin</a> that &#8220;Harmony&#8221;, your CMS project, is nearing completion. Can you tell us a bit more about it and how it is different from other solutions?</strong></p>
<p>Ha, word gets around, doesn&#8217;t it? Harmony is meant to be a way for developers to work with web writers and maintainers in a simple, but powerfully flexible way. We&#8217;re trying to walk a fine line between the easy content-creation of systems like <a href="http://www.wordpress.org">WordPress</a>, but with flexibility like that of <a href="http://expressionengine.com/">Expression Engine</a>. We&#8217;re not going to try and be all things to all people, but we&#8217;re really happy with how it&#8217;s turning out, and can&#8217;t wait to let people know more about it. For those interested, they will be able to find out more at <a href="http://harmonyapp.com">http://harmonyapp.com</a>.</p>
<p><strong>What&#8217;s the &#8220;Future of Web Design&#8221;?</strong></p>
<p>Gradients. Lots and lots of gradients. Seriously, though, I think it&#8217;s taking the aspects of design, interface, and simplicity that we&#8217;re learning and spreading it to other industries. I see openings all over the market for small, niche web apps that meet real needs to people in specific markets other than our own. I see us web developers and designers digging into other careers and applying our knowledge of design to solve problems in new, creative ways through web technology. And that&#8217;s exciting.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/code/steve-smith-on-html5-and-css3/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>You can Chat Live with Gary Vaynerchuk &#8211; Tonight!</title>
		<link>http://thinkvitamin.com/interviews/you-can-chat-live-with-gary-vaynerchuk-tonight/</link>
		<comments>http://thinkvitamin.com/interviews/you-can-chat-live-with-gary-vaynerchuk-tonight/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 11:47:44 +0000</pubDate>
		<dc:creator>Ryan Carson</dc:creator>
				<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://carsonified.com/?p=2575</guid>
		<description><![CDATA[I&#8217;m interviewing three amazing folks for our FOWA Bytes Series, in the run up to FOWA London on October 1st and 2nd. First off, I&#8217;ll be interviewing Gary Vaynerchuk live tonight (Wednesday August 5th). Please comment below, with the questions you&#8217;d like me to ask Gary. The interview is at the following times &#8230; 11am [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://events.carsonified.com/fowa/2009/london?utm_source=TV&#038;utm_medium=Banner%2Bin%20post&#038;utm_campaign=FOWA%2BBytes"><img src="http://carsonified.com/wp-content/uploads/2009/08/fowa_bytes_blog_pic.jpg" alt="FOWA Bytes" /></a> </p>
<p>I&#8217;m interviewing three amazing folks for our FOWA Bytes Series, in the run up to <a href="http://events.carsonified.com/fowa/2009/london?utm_source=TV&#038;utm_medium=Text%2Blink%20in%20post&#038;utm_campaign=FOWA%2BBytes">FOWA London on October 1st and 2nd</a>.</p>
<p>First off, I&#8217;ll be <a href="http://tinychat.com/carsonified">interviewing Gary Vaynerchuk</a> live tonight (Wednesday August 5th). Please comment below, with the questions you&#8217;d like me to ask Gary. </p>
<p>The interview is at the following times &#8230;</p>
<p><span id="more-2575"></span></p>
<ul>
<li>11am San Francisco</li>
<li>12 noon Denver</li>
<li>2pm NYC</li>
<li>7pm London</li>
<li>9pm Tel Aviv</li>
<li>11pm Bangalore</li>
<li>2am (Thurs Aug 6th) Shanghai</li>
<li>4am (Thurs Aug 6th) Sydney</li>
</ul>
<p><strong>To join the chat, just go to <a href="http://tinychat.com/carsonified">tinychat.com/carsonified</a>.</strong></p>
<p>In case you haven&#8217;t heard of Gary (who&#8217;s speaking at <a href="http://events.carsonified.com/fowa/2009/london?utm_source=TV&#038;utm_medium=Text%2Blink%20in%20post&#038;utm_campaign=FOWA%2BBytes">FOWA on October 2nd</a>), here&#8217;s a bit more about him:</p>
<p><a href="http://garyvaynerchuk.com">Gary</a> has captured attention with his pioneering, multi-faceted approach to personal branding and business. After primarily utilizing traditional advertising techniques to build his family’s local wine business into a national industry leader, Gary rapidly leveraged social media tools such as Twitter and Facebook to promote Wine Library TV, his video blog about wine. As his viewership swelled to over 80,000 a day, doors opened to a book deal, several national TV appearances, and a flurry of speaking engagements around the world. Gary’s dual identity as both business guru and wine guy has made him the “Social Media Sommelier.”</p>
<p>Garys book, <a href="http://www.amazon.com/Crush-Time-Cash-Your-Passion/dp/0061914177/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1249472171&#038;sr=1-1">Crush It!: Turn Your Passion into Profit in a Digital World</a> is available to pre order. We know it&#8217;s going to be awesome :)</p>
<h3>What are Your Questions for Gary?</h3>
<p>Please let me know what you&#8217;d like to ask Gary. I&#8217;ll pick some of the best questions and ask him live tonight.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/interviews/you-can-chat-live-with-gary-vaynerchuk-tonight/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Simon Willison</title>
		<link>http://thinkvitamin.com/interviews/simon-willison/</link>
		<comments>http://thinkvitamin.com/interviews/simon-willison/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 08:46:50 +0000</pubDate>
		<dc:creator>Gillian Carson</dc:creator>
				<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://www.thinkvitamin.com/interviews/webapps/simon-willison/</guid>
		<description><![CDATA[This interview was recorded at the Future of Web Apps conference in London, February 2007. Watch the video! Simon Willison talks to journalist Bobbie Johnson for Vitamin Read the transcript! VITAMIN: Can you just run through exactly what OpenID is? Simon Willison: OpenID is a decentralised system for single sign-on. So it lets you have [...]]]></description>
			<content:encoded><![CDATA[<p>This interview was recorded at the Future of Web Apps conference in London, February 2007.</p>
<h3>Watch the video!</h3>
<p>Simon Willison talks to journalist Bobbie Johnson for Vitamin</p>
<p></p>
<p><iframe class="embeddedvideo" src="http://www.youtube.com/v/u9VAeegN_W8" type="application/x-shockwave-flash" width="425" height="350"></iframe></p>
</p>
<h3>Read the transcript!</h3>
<p><strong>VITAMIN: Can you just run through exactly what OpenID is?</strong></p>
<p>Simon Willison: OpenID is a decentralised system for single sign-on. So it lets you have one user account that you can use to log into lots of different sites. The thing that makes OpenID special compared to, say, Passport or Typekey or other things that have gone before, is that with OpenID you get to decide where your identity is hosted. You can host it with SixApart, or you can host it with AOL or you can host it yourself. The standard, the technology keeps on working no matter where youve put it, so you can even switch providers and say actually I used to be hosted with Six Apart and now I want to host it on my own &#8211; you can do that and your login keeps working.</p>
<p><strong>VITAMIN: So what is the fundamental problem that it solves?</strong></p>
<p>SW: Everyone has too many user accounts. Ive got dozens and dozens of user accounts of sites that I use &#8211; some I use on a daily basis, some on a monthly basis. Managing all of those usernames and passwords is just incredibly difficult. Everyone knows that you should use a different password for every service, because otherwise one service gets cracked and you lose everything but of course nobody does that, because managing two or three passwords is enough work for most people.</p>
<p><strong>VITAMIN: So I create an OpenID and associate it with other identities I have around the place, and the sign-on procedure becomes basically non-existent?</strong></p>
<p>SW: Exactly. In fact, if you&#8217;ve got an AOL messenger account already then you have an OpenID it will be openid.aol.com/ and then your screenname. But the idea is that you find applications that support OpenID (this is currently quite a small list but its growing all the time), and you can then sign into those with your OpenID, potentially merge that with an existing user account or create a brand new user account and just continue using the application without any further hassle.</p>
<p><strong>VITAMIN: Support is growing quickly. How is the take-up growing?</strong></p>
<p>SW: The problem OpenID has is that there are two sides to OpenID there are OpenID servers, the places that will give you an OpenID, and there are consumers, the sites you can actually log in to. And of course everyone wants to be a provider, because it feels great to have lots of user accounts and loads of people have big user account databases that they can open up. But people are much more cautious about being a consumer because its a lot less well understood what that actually implies. So its all about the benefits of being a consumer and the sorts of things you can start to do once you let people log in to your site with an OpenID.</p>
<p><strong>VITAMIN: Can you give us some examples?</strong></p>
<p>SW: The obvious one is that you get linked to from digg or Techcrunch and people click through to your brand new Web 2.0 service; then it asks them to create an account and half of them just walk off because they dont want to create another throwaway account just to try out your service. If you support OpenID you can instantly get a much larger signup rate because youve got a whole bunch of early adopters especially if digg is supporting OpenID, anyone who comes from digg has got an OpenID there already so you get lots more people trying out your service.</p>
<p>So thats the really simple case, but looking further ahead whats really exciting is the stuff you can do to innovate around OpenID. So you might find that if you let people log into your service with OpenID and theyre logged into other services as well youve got a bridge between those two services. You can say well, youre logged into this bookmark service but because you used your OpenID for your photo service as well we can start combining your photographs and your links, we can start doing clever things like that.</p>
<p><strong>VITAMIN: Would people be able to bring their different social networking identities together as well?</strong></p>
<p>SW: OpenID actually does very little, it just solves the authentication problem. But its designed as a small component of a larger ecosystem, so you could build friend import and friend export on top of OpenID. You log into a site with your LiveJournal ID and the site then goes to LiveJournal and says hey, who does this person have down as their friends?. And if those people are present in that sites system then it can set up friend relationships there. So theres potential for people to start building social networks that exist outside of the silos of individual sites, sort of decentralised social networks. First people need to start using OpenID and then they can start building on top of it.</p>
<p><strong>VITAMIN: So is this something which is finished and ready to go, or is it still in development?</strong></p>
<p>SW: OpenID works today, and actually the current version of the spec thats being implemented is OpenID 1.1. Theres talk of developing OpenID 2, which covers a larger amount of ground and is under active development on the mailing list &#8211; but for all intents and purposes its ready for people to start using it, its ready to roll out.</p>
<p><strong>VITAMIN: And youve now got some pretty big backers like AOL have you heard any feedback?</strong></p>
<p>SW: Thats an interesting question. Obviously the big names that are getting involved are AOL who have actually launched, theyve made 68 million AOL user accounts available as OpenIDs which is huge and Microsoft, who had Bill Gates make a big announcement at the <a rel="nofollow" target="_blank" href="http://www.rsaconference.com/">RSA conference</a> saying that Microsoft planned to integrate their <a rel="nofollow" target="_blank" href="http://msdn2.microsoft.com/en-us/netframework/aa663320.aspx">CardSpace</a> client-based identity solution with OpenID. I think thats something thats looking ahead to OpenID 2, but AOLs commitment is right now theyve already started supporting it.</p>
<p><strong>VITAMIN: But youve talked before about the problems and gaps that are still in OpenID. Can you explain some more about those?</strong></p>
<p>SW: The biggest problem OpenID has is just in terms of explaining itself. Thats not inherent to the spec, its something thats difficult to explain to people &#8211; but people are already starting to make the effort to do that. So the problem that everyone talks about and the one thats a really legitimate concern is phishing. With OpenID because youre going to an untrusted site and trying to log in, it redirects you to your identity provider. But of course it could also redirect you to an impersonation of your identity provider, and if you werent paying attention you could have your account stolen. So the OpenID communitys been looking at a whole bunch of solutions to that, and this is where Microsoft and CardSpace come in to try and come up with a solution to phishing. In the end, my opinion is that phishing will become a competitive area between different providers, so when youre picking your provider you might look at what measures they have in place to help protect you from phishing attacks and use that to help influence your decision.</p>
<p><strong>VITAMIN: So although OpenID has a weakness in it, you think its the job of other providers to come up with a real solution?</strong></p>
<p>SW: I think its something that OpenID providers have to start tackling, but of course phishing is a problem that everyone on the web has, and its incredibly difficult to take on. They do academic studies against phishing protection and find that 90 per cent of people dont even notice that the phishing protection is there. So its really a problem for the whole industry and OpenID is actually benefiting from the amount of effort people are putting into solving this.</p>
<p><strong>VITAMIN: So how easy is it for developers or service providers to implement it? Why would they?</strong></p>
<p>SW: So the reason you want to do it is that you want more users, more people trying your stuff and you want to make life better for the people who are using your service you want to make it easier for them to manage their account with you. From the point of view of implementing stuff, there are libraries available to do all of the tough encryption side of things for PHP, for Python, for Ruby, for Java and for ASP.net as well &#8211; so any web environment that youre working with has probably got libraries, relatively mature libraries, for integrating OpenID functionality already. Its just a case finding the library, reading the documentation and glueing it into your existing accounts system.</p>
<div class="feedflare">
<a href="http://feedproxy.google.com/~f/vitaminmasterfeed?a=23sMuBxE"><img src="http://feedproxy.google.com/~f/vitaminmasterfeed?d=960" border="0"></img></a> <a href="http://feedproxy.google.com/~f/vitaminmasterfeed?a=zcUv5k4S"><img src="http://feedproxy.google.com/~f/vitaminmasterfeed?i=zcUv5k4S" border="0"></img></a> <a href="http://feedproxy.google.com/~f/vitaminmasterfeed?a=jKcuRzz1"><img src="http://feedproxy.google.com/~f/vitaminmasterfeed?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/vitaminmasterfeed?a=lXRVRRn0"><img src="http://feedproxy.google.com/~f/vitaminmasterfeed?d=50" border="0"></img></a> <a href="http://feedproxy.google.com/~f/vitaminmasterfeed?a=sRuTI3a8"><img src="http://feedproxy.google.com/~f/vitaminmasterfeed?d=961" border="0"></img></a>
</div>
<p><img src="http://feedproxy.google.com/~r/vitaminmasterfeed/~4/_VGoyOZF7Wc" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/interviews/simon-willison/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tim O&#039;Reilly</title>
		<link>http://thinkvitamin.com/interviews/interview-tim-oreilly-part-two/</link>
		<comments>http://thinkvitamin.com/interviews/interview-tim-oreilly-part-two/#comments</comments>
		<pubDate>Mon, 17 Jul 2006 05:30:13 +0000</pubDate>
		<dc:creator>Gillian Carson</dc:creator>
				<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://www.thinkvitamin.com/single/?p=73</guid>
		<description><![CDATA[Download the MP3 (9.58 MB) Questions and topics we cover in the interview What’s next according to the O’Reilly Radar? Why people are getting the whole web 2.0 thing wrong What’s critical for web developers to understand today? Only a year and a half left for start-up excitement? Design and commoditization URLS Mentioned sketchup.com instructibles.com]]></description>
			<content:encoded><![CDATA[<h3><a href="http://media.libsyn.com/media/carsonsystems/Vitamin_interview_Tim_OReilly_2.mp3">Download the MP3</a> (9.58 MB)</h3>
<p><br/>Questions and topics we cover in the interview</p>
<ol>
<li>What’s next according to the O’Reilly Radar?</li>
<li>Why people are getting the whole web 2.0 thing wrong</li>
<li>What’s critical for web developers to understand today?</li>
<li>Only a year and a half left for start-up excitement?</li>
<li>Design and commoditization</li>
</ol>
<p>URLS Mentioned</p>
<ol>
<li><a href="http://www.sketchup.com/">sketchup.com</a></li>
<li><a href="http://www.instructibles.com/">instructibles.com</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/interviews/interview-tim-oreilly-part-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.libsyn.com/media/carsonsystems/Vitamin_interview_Tim_OReilly_2.mp3" length="10041099" type="audio/mpeg" />
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.345 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-10 03:07:01 -->

