<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>GiftRocket Blog</title>
 <link href="http://www.giftrocket.com/blog/atom.xml" rel="self"/>
 <link href="http://www.giftrocket.com/blog/"/>
 <updated>2012-12-10T19:04:05-08:00</updated>
 <id>http://www.giftrocket.com/</id>
 <author>
   <name>GiftRocket</name>
   <email>blog@giftrocket.com</email>
 </author>

 
 <entry>
   <title>Announcing the API and Bulk Orders</title>
   <link href="http://www.giftrocket.com/api-and-bulk-orders"/>
   <updated>2012-08-29T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/api-and-bulk-orders</id>
   <content type="html">&lt;p&gt;Over the last few months, the engineering team at GiftRocket completed a few improvements to our service.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href='http://www.giftrocket.com/gift-card-api'&gt;Gift Card API&lt;/a&gt;: you can now programmatically purchase GiftRockets from your app. We&amp;#8217;ve got a simple interface that allows you to POST to our API endpoint and make purchases on the spot. Browse &lt;a href='http://www.giftrocket.com/gift-card-api/documentation'&gt;the documentation&lt;/a&gt; and then contact us for access at &lt;a href='mailto:support@giftrocket.com'&gt;support@giftrocket.com&lt;/a&gt;.&lt;/li&gt;

&lt;li&gt;&lt;a href='http://www.giftrocket.com/gift-card-bulk-orders'&gt;Gift Card Bulk Orders&lt;/a&gt;: rewarding people for survey work or need to send out mass GiftRockets as a thank you? Just send &lt;a href='http://www.giftrocket.com/bulk_orders.xls'&gt;this spreadsheet&lt;/a&gt; to support@giftrocket.com and we&amp;#8217;ll take care of it stat.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;Finally, we&amp;#8217;ve taken steps to reduce fees for our customers who pay via ACH. This is available to normal customers at checkout, but if you&amp;#8217;re putting together a bulk order get in contact with us to discuss bulk pricing.&lt;/p&gt;

&lt;p&gt;Cheers! GiftRocket Team&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Where to Buy Gift Cards in New Jersey</title>
   <link href="http://www.giftrocket.com/where-to-buy-gift-cards-in-new-jersey"/>
   <updated>2012-04-06T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/where-to-buy-gift-cards-in-new-jersey</id>
   <content type="html">&lt;img src='/images/blog/new-jersey.jpg' width='600' /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;You may have noticed that it is getting harder to buy gift cards in New Jersey. Some of the biggest distributors of gift cards in the state are pulling their wares because of regulatory changes enacted by the state. Within months many New Jerseyans won&amp;#8217;t be able to find gift cards in Walmarts, grocery stores, or convenience stores because companies like Incomm, Blackhawk, and American Express have decided not to do business there.&lt;/p&gt;

&lt;p&gt;Fortunately, GiftRocket is still servicing New Jersey through online purchases. Visit our homepage to buy our online substitute for gift cards that give the thought of a local, personalized gift certificate, but without the restrictiveness.&lt;/p&gt;
&lt;a href='http://www.giftrocket.com'&gt;Send a GiftRocket Gift Card Today&lt;/a&gt;</content>
 </entry>
 
 <entry>
   <title>10 Reasons Why Marketing and BD Professionals Should Learn to Code</title>
   <link href="http://www.giftrocket.com/why-marketing-bd-should-learn-to-code"/>
   <updated>2012-01-09T00:00:00-08:00</updated>
   <id>http://www.giftrocket.com/why-marketing-bd-should-learn-to-code</id>
   <content type="html">&lt;img src='/images/blog/xkcd.png' width='600' /&gt;&lt;span class='attribution'&gt;
Thanks &lt;a href='http://bakerslove.typepad.com/bakerslove/2009/06/baseball-hot-dogs-and-fun.html'&gt;XKCD&lt;/a&gt;!
&lt;/span&gt;
&lt;p&gt;I&amp;#8217;m the marketing and BD guy at GiftRocket. I largely handle GiftRocket&amp;#8217;s business relationships, press efforts, marketing strategies, and so on. But I&amp;#8217;m not your typical marketing &amp;amp; BD guy because I also write code.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;m by no means a good programmer, but I know the basics and they&amp;#8217;re incredibly helpful. [1] Knowing how to write code makes me 3-4x more efficient at my job. I get stuff done faster and provide leverage to my team.&lt;/p&gt;

&lt;p&gt;So to you non-technical web professionals out there, whether you do SEO/SEM, affiliate, community management, blogging, PR, or business development: &lt;strong&gt;learn to code&lt;/strong&gt; this year. Here are 10 reasons why:&lt;/p&gt;

&lt;h3 id='1_coding_makes_internal_data_gathering_easier'&gt;1. Coding makes internal data gathering easier.&lt;/h3&gt;

&lt;p&gt;Suppose you want to find out who your company&amp;#8217;s most lucrative customers are. Understanding coding makes getting information like that very easy. It&amp;#8217;s the equivalent of knowing how to use Google, only with your company&amp;#8217;s data instead of what&amp;#8217;s available on the web.&lt;/p&gt;

&lt;h3 id='2_coding_makes_external_data_gathering_much_easier'&gt;2. Coding makes external data gathering &lt;em&gt;much&lt;/em&gt; easier.&lt;/h3&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;At one point I needed to compile a list of hundreds of blogs by vertical. The non-technical process for this would be compiling a list of blogs from a directory into Excel and then visiting each to figure out whether it was relevant for our pitch.&lt;/p&gt;

&lt;p&gt;Instead, I wrote some code that pulled the top 500 environmental blogs and their descriptions from &lt;a href='http://www.technorati.com'&gt;Technorati&lt;/a&gt; along with their site descriptions. It was only (&lt;a href='http://textsnip.com/a4f7ca/ruby'&gt;a few lines of code&lt;/a&gt;), but it probably saved me days of time.&lt;/p&gt;

&lt;h3 id='3_coding_helps_you_automate_other_annoying_tasks'&gt;3. Coding helps you automate other annoying tasks.&lt;/h3&gt;

&lt;p&gt;Here&amp;#8217;s an example: let&amp;#8217;s say you&amp;#8217;re running an adwords campaign for your company. Managing keywords is usually easy to do online using &lt;a href='http://adwords.google.com'&gt;Google&amp;#8217;s web app&lt;/a&gt;, but when the number of keywords and ad groups gets sufficiently high, the web UI becomes burdensome. Fortunately, Google allows you to manage and upload your ad campaigns in Excel using a desktop app. So you can just auto-create ads based on a list of thousands of keywords and landing pages.&lt;/p&gt;

&lt;h3 id='4_coding_accelerates_your_ability_to_develop_and_publish_content'&gt;4. Coding accelerates your ability to develop and publish content.&lt;/h3&gt;

&lt;p&gt;I wrote and designed our infographic piece &lt;a href='http://www.giftrocket.com/gift-card-worth'&gt;Your Gift Card Is Worth Less Than You Think&lt;/a&gt;. While I didn&amp;#8217;t build the interactive bubble charts because I suck at javascript, I did nearly everything else. The thing to remember with pieces like this is that they only get good with constant iteration. Being able to write front-end code made it 100x faster to iterate on text copy, layout, colors.&lt;/p&gt;

&lt;h3 id='5_coding_helps_you_take_full_ownership_over_your_domains'&gt;5. Coding helps you take full ownership over your domains.&lt;/h3&gt;

&lt;p&gt;I run GiftRocket&amp;#8217;s blog, and probably wouldn&amp;#8217;t be able to do it if I didn&amp;#8217;t code. We don&amp;#8217;t use a typical CMS like Wordpress or Posterous[2]. We use a static site generator called &lt;a href='https://github.com/mojombo/jekyll'&gt;Jekyll&lt;/a&gt;. Writing / revising posts in Jekyll takes a bit of comfort with code, because you &lt;strong&gt;have&lt;/strong&gt; to run a server to see how your post will turn out. So instead of writing posts and having the engineers put them on the site, I just do it myself.&lt;/p&gt;

&lt;h3 id='6_coding_helps_you_explain_your_product_to_technical_business_partners'&gt;6. Coding helps you explain your product to technical business partners.&lt;/h3&gt;

&lt;p&gt;I&amp;#8217;ve taken business development meetings with engineering teams at large corporations. As a startup, you can&amp;#8217;t really afford to sound unknowledgeable to those people, so you get instant credibility when you can communicate to both the manager and their engineeers about the different features or limitations of whatever you&amp;#8217;re selling, regardless of how technically they&amp;#8217;re speaking.&lt;/p&gt;

&lt;h3 id='7_coding_makes_you_a_more_versatile_teammate'&gt;7. Coding makes you a more versatile teammate.&lt;/h3&gt;

&lt;p&gt;Startups switch what they do. And often times, when product direction changes, marketing / BD work ends and engineering work starts again. When that change happens, your value to the company shoots up exponentially. You&amp;#8217;ll actually have the background to sit down with the engineers and help them pair program out the new app, or if you&amp;#8217;re really ballsy, building a significant component of it yourself.&lt;/p&gt;

&lt;h3 id='8_coding_earns_you_the_respect_of_your_coworkers_and_potential_hires'&gt;8. Coding earns you the respect of your co-workers and potential hires.&lt;/h3&gt;

&lt;p&gt;This is true whether your colleagues are technical or not. If they&amp;#8217;re technical, they&amp;#8217;ll respect you for being able to speak the same tongue (or at least trying). If they aren&amp;#8217;t technical, they&amp;#8217;ll respect that you&amp;#8217;re willing to get your hands dirty. If you&amp;#8217;re self taught, they&amp;#8217;ll respect you more. The same is true of potential hires. Marketing folks that code want to work with other marketing folks that code, even if they never do anymore.&lt;/p&gt;

&lt;h3 id='9_coding_prepares_you_for_your_next_thing'&gt;9. Coding prepares you for your next thing.&lt;/h3&gt;

&lt;p&gt;You&amp;#8217;ve moved on and either want to work on your own project. Usually the biggest issue marketing &amp;amp; BD folks face when looking to start a new company is finding a technical co-founder. Well, problem solved. If you cant recruit a more technical founder, at the very least you can build the prototype yourself.&lt;/p&gt;

&lt;h3 id='10_basic_coding_doesnt_take_long_to_learn'&gt;10. Basic coding doesn&amp;#8217;t take long to learn.&lt;/h3&gt;

&lt;p&gt;Fun fact: when we started working on GiftRocket, no one on our team knew how to code in any of the languages we use. Both my co-founders, despite having CS degrees, had never written a line of Ruby. This was one of my co-founder&amp;#8217;s first apps: &lt;a href='http://fierce-lightning-85.heroku.com/'&gt;http://fierce-lightning-85.heroku.com/&lt;/a&gt;. And me- despite being one of GiftRocket&amp;#8217;s founders, I had never seen our site&amp;#8217;s codebase until halfway through YC. This was my first commit:&lt;/p&gt;
&lt;img src='/images/blog/first_commit.jpg' width='600' /&gt;
&lt;p&gt;Take baby steps and learn on the job. Pick up a book and just look at your current website&amp;#8217;s codebase. Ask your boss for a small side-project to work on. Get your hands dirty. Join &lt;a href='http://www.codecademy.com'&gt;Codecademy&lt;/a&gt; or &lt;a href='http://www.teamtreehouse.com'&gt;Treehouse&lt;/a&gt;. Just do it. 6 months from now, you&amp;#8217;ll be glad you did.&lt;/p&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;h4 id='notes'&gt;Notes&lt;/h4&gt;

&lt;p&gt;[1] I know basic Ruby / Ruby on Rails stuff, and can do most front-end stuff except complex Javascript. I don&amp;#8217;t know algorithms, assembly language stuff, functional programming, databases, etc.&lt;/p&gt;

&lt;p&gt;[2] Jekyll is better than Wordpress and Posterous for certain types of blog setups.&lt;/p&gt;

&lt;p&gt;[3] People are probably curious about how I learned. I mostly grabbed books and read up about it. Ruby, the language, was relatively easy, but the Rails framework is pretty complicated. I used &lt;a href='http://railsforzombies.org/'&gt;Rails for Zombies&lt;/a&gt;, &lt;a href='http://www.amazon.com/Rails-Way-Addison-Wesley-Professional-Ruby/dp/0321601661'&gt;The 3 Way&lt;/a&gt;, and &lt;a href='http://www.amazon.com/Beginning-Rails-Experts-Voice-Development/dp/1430224339'&gt;Beginning Rails 3&lt;/a&gt; To get familiar. I still don&amp;#8217;t understand half of the black magic happening behind the curtains. I also got good at googling for how to do things and searching through documentation.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Why your startup should never release numbers</title>
   <link href="http://www.giftrocket.com/stealthy-speedy"/>
   <updated>2011-12-19T00:00:00-08:00</updated>
   <id>http://www.giftrocket.com/stealthy-speedy</id>
   <content type="html">&lt;p&gt;Paul Hontz at &lt;a href='http://thestartupfoundry.com/2011/03/18/make-your-startup-ridiculously-easy-to-write-about-put-together-a-great-press-pack/'&gt;the Startup Foundry&lt;/a&gt; wrote, &amp;#8220;When a startup leaves out numbers I assume it&amp;#8217;s because the numbers suck and you&amp;#8217;re trying to sound bigger then what you really are. If you&amp;#8217;ve just started out and the only people using it are your friends and family, tell us. There is no shame in that. People love rooting for the underdog.&amp;#8221;&lt;/p&gt;

&lt;p&gt;I think that&amp;#8217;s terrible advice.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;When a technology enables a new idea or problem-space, there are usually dozens of startups working on it. They&amp;#8217;re all trying different variations of it to see what sticks with users. It&amp;#8217;s like releasing a bunch of kids on an easter egg hunt.&lt;/p&gt;

&lt;p&gt;Now let&amp;#8217;s say one of the kids finds a pattern in where the easter eggs are hidden. If he tells the other kids about it, they&amp;#8217;ll start finding easter eggs too. And that &lt;a href='http://en.wikipedia.org/wiki/Lord_of_the_Flies#Piggy'&gt;pudgy kid with poor eyesight&lt;/a&gt; who found the pattern to begin with&amp;#8211; he just totally lost whatever advantage he had.&lt;/p&gt;

&lt;p&gt;It doesn&amp;#8217;t matter whether the numbers are good or bad. If they&amp;#8217;re bad, then competitors will know what you&amp;#8217;re doing isn&amp;#8217;t necessarily working, and focus on other things. If they&amp;#8217;re good, they&amp;#8217;ll try to duplicate your approach.&lt;/p&gt;

&lt;p&gt;There are probably cases where sharing numbers is okay. If you&amp;#8217;re like &lt;a href='http://techcrunch.com/2011/07/31/square-now-processing-4-million-in-mobile-payments-per-day/'&gt;Square&lt;/a&gt; or &lt;a href='http://techcrunch.com/2011/10/31/instagram-now-has-12-million-users-100k-weekly-downloads-in-china-alone/'&gt;Instagram&lt;/a&gt; and are totally killing it and there&amp;#8217;s no chance competition can catch up, great. Or if you want to do a pony show for investor / BD interest like &lt;a href='http://techcrunch.com/2011/09/14/fab-com-goes-beyond-flash-sales-sets-up-a-virtual-pop-up-shop/'&gt;Fab.com&lt;/a&gt;, also great. Just be strategic.&lt;/p&gt;

&lt;p&gt;But early stage startups are &lt;a href='http://www.paulgraham.com/startuplessons.html'&gt;cornered animals&lt;/a&gt;. There&amp;#8217;s little upside in giving away information.&lt;/p&gt;

&lt;h3 id='stealth_and_speed'&gt;Stealth and speed&lt;/h3&gt;

&lt;p&gt;A startup has two things going for it: stealth and speed. My good friend Vivek has been hammering me with that philosophy for months now. Stealth and speed.&lt;/p&gt;

&lt;p&gt;So sorry, Paul. No numbers.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Announcing the Best Gift Baskets of 2011</title>
   <link href="http://www.giftrocket.com/best-gift-baskets-2011"/>
   <updated>2011-11-14T00:00:00-08:00</updated>
   <id>http://www.giftrocket.com/best-gift-baskets-2011</id>
   <content type="html">&lt;img src='/images/blog/gift_basket_2.png' width='600' /&gt;
&lt;p&gt;When &lt;a href='http://www.giftrocket.com'&gt;GiftRocket&lt;/a&gt; originally began the contest, we had no idea the number of nominations or votes that would actually get. We let the contest run for 3 weeks now and finally closed it out.&lt;/p&gt;

&lt;p&gt;In terms of the numbers, we received 30+ nominations, which we narrowed down to 20 candidates across 4 categories, where 1500 votes were placed total.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;h3 id='general'&gt;General&lt;/h3&gt;
&lt;img class='icon' src='http://www.giftrocket.com/images/baskets/greatarrivals.jpg' width='60' /&gt;
&lt;p&gt;&lt;strong&gt;Winner: Great Arrivals.&lt;/strong&gt; Classy and convenient at the same time, Great Arrivals provides a plethora of upscale gift baskets for any occasion. &lt;div class='clear' /&gt;&lt;/p&gt;
&lt;img class='icon' src='http://www.giftrocket.com/images/baskets/redenvelope.jpg' width='60' /&gt;
&lt;p&gt;&lt;strong&gt;Runner-up: Red Envelope.&lt;/strong&gt; One of the most popular online companies that offers more than just gift baskets. &lt;div class='clear' /&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;h3 id='food'&gt;Food&lt;/h3&gt;
&lt;img class='icon' src='http://www.giftrocket.com/images/baskets/laurelmt.jpg' width='60' /&gt;
&lt;p&gt;&lt;strong&gt;Winner: Laurel Mountain.&lt;/strong&gt; They&amp;#8217;ve been around since 1998 and are one of New England&amp;#8217;s best. &lt;div class='clear' /&gt;&lt;/p&gt;
&lt;img class='icon' src='http://www.giftrocket.com/images/baskets/ediblearrangements.jpg' width='60' /&gt;
&lt;p&gt;&lt;strong&gt;Runner-up: Edible Arrangements.&lt;/strong&gt; Edible Arrangements has a fresh fruit bouquet to make any occasion special. &lt;div class='clear' /&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;h3 id='wine'&gt;Wine&lt;/h3&gt;
&lt;img class='icon' src='http://www.giftrocket.com/images/baskets/winedotcom.jpg' width='60' /&gt;
&lt;p&gt;&lt;strong&gt;Winner: Wine.com.&lt;/strong&gt; Hand-picked wine and gourmet foods from the #1 online retailer of wine. &lt;div class='clear' /&gt;&lt;/p&gt;
&lt;img class='icon' src='http://www.giftrocket.com/images/baskets/uncorked.jpg' width='60' /&gt;
&lt;p&gt;&lt;strong&gt;Runner-up: Uncorked Ventures.&lt;/strong&gt; This boutique shop uses wooden cases for a nice premium feel to their gift baskets. &lt;div class='clear' /&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;h3 id='chocolate'&gt;Chocolate&lt;/h3&gt;
&lt;img class='icon' src='http://www.giftrocket.com/images/baskets/chocolatedotcom.jpg' width='60' /&gt;
&lt;p&gt;&lt;strong&gt;Winner: Chocolate.com.&lt;/strong&gt; A name so big you&amp;#8217;ve definitely heard of it, Chocolate.com specializes in more upscale chocolates. &lt;div class='clear' /&gt;&lt;/p&gt;
&lt;img class='icon' src='http://www.giftrocket.com/images/baskets/sweetrexies.jpg' width='60' /&gt;
&lt;p&gt;&lt;strong&gt;Runner-up: Sweet Rexies.&lt;/strong&gt; This retailer specializes in candy, but also has some great chocolate gift baskets. &lt;div class='clear' /&gt;&lt;/p&gt;
&lt;img class='icon' src='http://www.giftrocket.com/images/baskets/lakechamplain.jpg' width='60' /&gt;
&lt;p&gt;&lt;strong&gt;Runner-up: Lake Champlain Chocolates.&lt;/strong&gt; This Vermont-based retailer sends all natural chocolate gift baskets. &lt;div class='clear' /&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;Keep an eye out on these online retailers&amp;#8217; websites for the GiftRocket Best Basket of 2011 logo as a seal of quality!&lt;/p&gt;
&lt;img src='http://www.giftrocket.com/images/baskets/winner.jpg' /&gt;&lt;br /&gt;&lt;img src='http://www.giftrocket.com/images/baskets/runner-up.jpg' /&gt;
&lt;ul&gt;
&lt;li&gt;The GiftRocket team&lt;/li&gt;
&lt;/ul&gt;</content>
 </entry>
 
 <entry>
   <title>YC Interview Stories and Advice from 8 Companies in YCW11</title>
   <link href="http://www.giftrocket.com/yc-interview-advice"/>
   <updated>2011-11-08T00:00:00-08:00</updated>
   <id>http://www.giftrocket.com/yc-interview-advice</id>
   <content type="html">&lt;img src='/images/blog/yc_office.jpg' width='600' /&gt;&lt;span class='attribution'&gt;
Photo by &lt;a href='http://www.flickr.com/photos/71052067@N00/112506396/'&gt;Julia Mae&lt;/a&gt;
&lt;/span&gt;
&lt;p&gt;When we blogged about a YC application checklist, it was fairly easy to compile because a successful app is more dependent on people than the company. Moreover, the &lt;a href='http://www.giftrocket.com/about'&gt;GiftRocket team&lt;/a&gt; had altogether reviewed many applications, so we had an understanding of what made some good and others not as good.&lt;/p&gt;

&lt;p&gt;Interviews are different. We&amp;#8217;ve only had / seen one. So we called in some favors from our friends in the YCW11 class and compiled the stories of 8 additional companies: Mailgun, Like.fm, Grubwithus, Earbits, LAL, Zerocater, and Tutorspree. (&lt;em&gt;edit: added Tutorspree&lt;/em&gt;)&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;We asked each company five questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Traction&lt;/strong&gt;: where were you at in the process when you interviewed?&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Content&lt;/strong&gt;: After you explained what your company did, what did the partners ask about?&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;What they liked&lt;/strong&gt;: What did they find most impressive about you?&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Hard questions&lt;/strong&gt;: Did they ask anything that flustered you?&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Advice&lt;/strong&gt;: What advice would you give to companies going through the interview process?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The answers are mostly verbatim, with some light editing for readability.&lt;/p&gt;

&lt;h3 id='mailgun'&gt;Mailgun&lt;/h3&gt;

&lt;p&gt;&lt;a href='http://www.mailgun.net'&gt;Mailgun&lt;/a&gt; is an &lt;a href='http://www.mailgun.net'&gt;easy email service&lt;/a&gt; for developers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Traction&lt;/strong&gt;: &amp;#8220;When we interviewed, Mailgun only had a few early customers. We missed bells and whistles like automated billing, and the sign-up process was not 100% automated, but we could sign up customers manually and could demonstrate that the product was making people happy.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Content&lt;/strong&gt;: &amp;#8220;We were lucky enough to relate directly to previous frustrating experiences for YC partners. The first thing PB said when we entered the room was &amp;#8220;We could have used you guys at FriendFeed&amp;#8221;. It helped that everyone at the table was a programmer and the pain of dealing with email was something everyone could relate to. Email is a huge problem which stretches well beyond sending. Nobody disagreed with that. PB, being the father of Gmail, grilled us a bit on the specifics of email business to make sure we&amp;#8217;re not making this up, and that was it.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What they liked&lt;/strong&gt;: &amp;#8220;They did not comment much on our personas but I vividly remember PG getting super excited about the possibility of email-based RPC and giving each function in a program its own email address.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hard questions&lt;/strong&gt;: &amp;#8220;For some reason we were lucky enough to get only technical questions, i.e. they were probing for bugs. And we had &amp;#8220;unit tests&amp;#8221; for that: we knew the files inside out and made it very apparent right from the start.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advice:&lt;/strong&gt; &amp;#8220;Trying to prove something, it is often easier to have a single but amazing and irrefutable argument than a bunch of so-so ones. Walking into that room it helps to have a single killer answer to this one question: &amp;#8220;why will we succeed?&amp;#8221;. And no matter what they ask just go with it, because that&amp;#8217;s really the answer they&amp;#8217;re looking for regardless of the shape and form of the question on the table. Let them know &lt;em&gt;we&amp;#8217;re doing $100K/month and growing 120% week to week&lt;/em&gt;. Don&amp;#8217;t hope for them to stumble upon your greatness, show it off yourself.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&amp;#8220;I think one of the most important things you can do to help your case is to have a working product (no matter how poor it is relative to your vision) and have evidence that people are benefitting from it. If they are paying for it, even better. Remember, the motto is &lt;em&gt;make something people want&lt;/em&gt;. If you don&amp;#8217;t have this, you had better be an expert at what you are building and be able to evidence this.&amp;#8221;&lt;/p&gt;

&lt;h3 id='likefm'&gt;Like.fm&lt;/h3&gt;

&lt;p&gt;&lt;a href='http://www.like.fm'&gt;Like.fm&lt;/a&gt; is a &lt;a href='http://www.like.fm'&gt;music recommendation service&lt;/a&gt; that works by automatically mining data on what you play.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Traction&lt;/strong&gt;: &amp;#8220;I had only about 10k users when I was interviewing. That&amp;#8217;s not enough traction to justify ignoring all other factors. I think it&amp;#8217;s a big enough number to show potential, not necessarily for the product, but that I can at least get something floating above ground.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Content and hard questions&lt;/strong&gt;: &amp;#8220;I forgot what they asked me right afterwards. I think it was some stuff about why Last.fm users would switch.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What they liked&lt;/strong&gt;: &amp;#8220;They seemed to like that I was going after a big thing (Last.fm and their millions of users). They did ask something that I wasn&amp;#8217;t expecting, but I forgot what it was. Might have been why Last.fm users would switch over.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advice&lt;/strong&gt;: &amp;#8220;There are things you do that lets them know you really are committed, all-in, focused, and determined to succeed. Do those things, and make sure the partners know about those qualities before the interview is over.&amp;#8221;&lt;/p&gt;

&lt;h3 id='grubwithus'&gt;Grubwithus&lt;/h3&gt;

&lt;p&gt;&lt;a href='http://www.grubwithus.com'&gt;Grubwithus&lt;/a&gt; is a site that helps you &lt;a href='http://www.grubwithus.com'&gt;meet people over meals&lt;/a&gt;. They&amp;#8217;ve talked about &lt;a href='http://blog.grubwithus.com/our-path-to-the-magical-whiteboard-part-i'&gt;getting into YC&lt;/a&gt; on their blog, and are holding &lt;a href='http://www.grubwithus.com/ycombinator'&gt;meals with founders&lt;/a&gt; for the upcoming batches.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Traction and content&lt;/strong&gt;: &amp;#8220;When we interviewed, we had just launched in one city: Chicago. They asked how we expected to get traction for a marketplace business.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What they liked&lt;/strong&gt;: &amp;#8220;They were most impressed by how much hustle we had&amp;#8230;and how we knew each other for years and had worked together on a ton of stuff.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hard questions&lt;/strong&gt;: &amp;#8220;They didn&amp;#8217;t ask many questions that flustered us..the interview went really smoothly actually and we were pretty sure we got in after the interview.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advice&lt;/strong&gt;: &amp;#8220;Smile and be likable. YC is not just a 3 month program; the partners have to deal with you for the rest of your life, so they&amp;#8217;re much more likely to fund people they get along with.&amp;#8221;&lt;/p&gt;

&lt;h3 id='earbits'&gt;Earbits&lt;/h3&gt;

&lt;p&gt;&lt;a href='http://www.earbits.com'&gt;Earbits&lt;/a&gt; is &lt;a href='http://www.earbits.com'&gt;commercial free radio&lt;/a&gt; for indie music. They&amp;#8217;ve talked about getting into YC before &lt;a href='http://thestartupfoundry.com/2011/05/27/how-a-band-got-into-y-combinator-the-earbits-story-yc-w11/'&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Traction&lt;/strong&gt;: &amp;#8220;When we applied, we had a beta site up, $110k in friends and family funding, 5 or 6 on the team, and 30-40 partners we were working with. We did not have any revenue.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Content&lt;/strong&gt;: &amp;#8220;It&amp;#8217;s all kind of a blur. They asked questions so fast that you often only got to say the first few words of the answer before you were onto something else, but that was generally a good thing because it meant they were excited and wanted to learn more. Mostly they asked why we were doing what we were doing and about how we were approaching trouble spots in our business.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What they liked&lt;/strong&gt;: &amp;#8220;I believe what they found most intriguing about us was that we were approaching a very typical business with a completely new model and distribution approach. It was not some small adjustment to a typical business model - we were really revolutionizing the way a music streaming service would work and we weren&amp;#8217;t scared of it. We knew why we wanted to do it this way, it was based on real experience, and we had a team with the perfect background to do it.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hard questions&lt;/strong&gt;: &amp;#8220;They didn&amp;#8217;t ask anything that flustered us, but they kept asking question after question non-stop and we really wanted them to see what we had already built. They did not ask to see it; we had to make it a point to show them. So, we kept answering their questions with, &amp;#8220;Let us show you the product.&amp;#8221; After two or three times saying that, we finally managed to turn the focus to the demo and it was very valuable. If you have a good product or demo, make sure you show it off and don&amp;#8217;t expect them to ask you to do so. But if you&amp;#8217;re going to show them something, make damn sure it works.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advice&lt;/strong&gt;: &amp;#8220;Chill out, have fun with it. If you have what YC is looking for, it&amp;#8217;s going to come out best if you go in relaxed and just engage in the interview like you&amp;#8217;re chatting with fun people who love hearing new ideas. Be very flexible about how you think about your business. Answer their questions with your thoughts and back up firm opinions with data, but be ready to say, &lt;em&gt;that&amp;#8217;s a good idea&lt;/em&gt; or &lt;em&gt;That may work&lt;/em&gt;. These guys have seen a million ideas. If you know something about your business for certain, you can tell them why, but if you don&amp;#8217;t, you can expect that they&amp;#8217;ll have valuable insights.&amp;#8221;&lt;/p&gt;

&lt;h3 id='lal_likealittle'&gt;LAL (LikeALittle)&lt;/h3&gt;

&lt;p&gt;&lt;a href='http://www.lal.com'&gt;LAL&lt;/a&gt; is a flirting site that has taken college campuses by storm.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Traction and content&lt;/strong&gt;: &amp;#8220;When we applied, we had an initial product and a good amount of traction. They asked us about the learnings we have had so far from the current product (although I don&amp;#8217;t recall exactly).&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What they liked&lt;/strong&gt;: &amp;#8220;They were impressed by our team (backgrounds and history of perseverance), willingness to do groundwork to get users and user feedback, and initial traction.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hard questions&lt;/strong&gt;: &amp;#8220;They didn&amp;#8217;t ask anything that flustered us.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advice&lt;/strong&gt;: &amp;#8220;Show that your team is 1) dedicated to doing whatever it takes to be successful. They know the number one reason startups fail is because they give up or stop trying so take that doubt out of their mind entirely. Number two is being extremely scrappy in talking to/listening to users on a consistent basis. Every week, there should be touch points with users and new insights about the product from users. Show that you doing that often.&amp;#8221;&lt;/p&gt;

&lt;h3 id='zerocater'&gt;Zerocater&lt;/h3&gt;

&lt;p&gt;&lt;a href='http://www.zerocater.com'&gt;Zerocater&lt;/a&gt; helps companies feed their employees.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Traction and content&lt;/strong&gt;: &amp;#8220;When we applied, we had revenue on a very minimal product. We&amp;#8217;d heard stories about how hard the interviews were, but we were lucky to have an easier time than others. It took us three minutes to explain the idea, and for the rest of the time, Paul was brainstorming ideas for us.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What they liked&lt;/strong&gt;: &amp;#8220;We were solving a problem they&amp;#8217;d experienced firsthand. Paul asked Jessica how she felt about organizing food for Y Combinator events. Her answer was an emphatic &amp;#8220;I hate it!&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hard questions&lt;/strong&gt;: &amp;#8220;We were generally prepared for all of the questions they asked.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advice&lt;/strong&gt;: &amp;#8220;Traction forgives all. It helped us have an easier time with the interview.&amp;#8221;&lt;/p&gt;

&lt;h3 id='tutorspree'&gt;Tutorspree&lt;/h3&gt;

&lt;p&gt;&lt;a href='http://www.tutorspree.com'&gt;Tutorspree&lt;/a&gt; is an online marketplace for &lt;a href='http://www.tutorspree.com'&gt;private tutors&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Traction:&lt;/strong&gt; &amp;#8220;We hadn&amp;#8217;t launched yet, but we had managed to signup a couple hundred tutors, mostly in the NYC area. We had no paying customers at this time.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Content:&lt;/strong&gt; &amp;#8220;They asked a lot about the size of our market, and how we differed compared to any existing competitors. We thought we were much better and gave them the reasons why. Tutoring is an enormous market domestically here in the US. ($7b)&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What they liked:&lt;/strong&gt; &amp;#8220;I (Ryan) had startup experience at SeatGeek which I think they liked - and also Josh was able to say he was the #1 diamond dealer on Amazon at the time. This was true, and they all thought it was cool and got a laugh out of it.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hard questions:&lt;/strong&gt; &amp;#8220;They asked how much customer acquisition costed us - we hadn&amp;#8217;t experimented too much with PPC yet, so we told them we weren&amp;#8217;t sure yet. We probably should have had an answer for this though.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advice:&lt;/strong&gt; &amp;#8220;Have a friend pretend to be PG and drill you with questions about your company. We did this and it seemed to be very helpful.&amp;#8221;&lt;/p&gt;

&lt;h3 id='giftrocket'&gt;GiftRocket&lt;/h3&gt;

&lt;p&gt;&lt;a href='http://www.giftrocket.com'&gt;GiftRocket&lt;/a&gt; is an &lt;a href='http://www.giftrocket.com'&gt;online gift card&lt;/a&gt; company.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Traction&lt;/strong&gt;: When we interviewed, we had just switched to a new idea from what we wrote on our application. We had discussed it briefly with Harj in one of the video chats.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Content&lt;/strong&gt;: They first asked us about the market and whether people would be willing to use this. We had done extensive research here and told them about our findings.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What they liked&lt;/strong&gt;: They liked our idea a lot; they liked that we were going after something massive; they liked that we were willing to switch to an entirely new idea than what we applied with; they liked that we all wrote code and had the beginnings of a website / app within a short timeframe; they liked that we had already quit our jobs and were going to be working on this either way.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hard questions&lt;/strong&gt;: They asked about managing fraud and about how we&amp;#8217;d market the product. We hadn&amp;#8217;t thought through either. The marketing question was excusable since it was too early for us to run tests, and PG himself defended us on that point. The fraud one was less excusable and we rattled off some half-baked answer that wasn&amp;#8217;t too impressive.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advice&lt;/strong&gt;: If you&amp;#8217;re early, know your market inside out. They asked us a few questions about market size, smartphone usage in the US, growth, and so on. We had the precise answers and communicated them with full confidence despite the fact we had come up with the idea days ago. As well, have something to show, even if its just wireframes. We had already started working on the website and an app. The graphics were extremely basic but it helped show that we were able to get stuff done.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Gift Cards and PR: The Underground Guide To Press Coverage</title>
   <link href="http://www.giftrocket.com/underground-guide-to-pr"/>
   <updated>2011-10-26T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/underground-guide-to-pr</id>
   <content type="html">&lt;img src='/images/blog/pr.jpg' width='600' /&gt;&lt;span class='attribution'&gt;
Photo by &lt;a href='http://www.flickr.com/photos/mbg_photos/'&gt;Mike Bailey-Gates&lt;/a&gt;
&lt;/span&gt;
&lt;p&gt;When we launched in March, I spent a fair amount of time getting press coverage for &lt;a href='http://www.giftrocket.com'&gt;GiftRocket&lt;/a&gt;. We haven&amp;#8217;t been the most successful startup with PR, but we did decently for not having hired any professionals. We learned a lot over the course of that time. This article describes exactly what we did to get that PR, including the one tip for coldcalling journalists that made all the difference.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;h3 id='the_six_keys_to_getting_press_coverage'&gt;The Six Keys to Getting Press Coverage&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;You need a story&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We built ours around three points. The vision: we believed gift cards didn&amp;#8217;t have to work like normal store credits. The product: we emphasized that you could buy a GiftRocket to any store in the country. And the backstory: we explained how we ended up getting into YC.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you don&amp;#8217;t have a story, you can engineer one&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Our initial story wasn&amp;#8217;t great, but it was still passable. A better story would have boosted our success rates substantially. Here are some examples of great stories: &lt;a href='http://jobs.hipster.com'&gt;Hipster giving away a fixed-gear and year&amp;#8217;s supply of PBR&lt;/a&gt; is a great story. &lt;a href='http://techcrunch.com/2011/02/27/swipegood-gives-its-start-fund-cash-to-charity/'&gt;Swipegood giving away Start Fund money&lt;/a&gt; to charity is another great story. Other startups have had success with the &lt;a href='http://boss.blogs.nytimes.com/tag/indinero/'&gt;young and talented founder&lt;/a&gt; angle. If none of those work, you can always &lt;a href='http://techcrunch.com/2008/10/09/whats-for-breakfast-at-your-house-obama-os-or-capn-mccains/'&gt;start your own cereal&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You need to pitch your story to journalists&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can either get a warm intro, or cold call the journalist.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Getting a warm intro. We were introduced to people at TechCrunch, ReadWriteWeb, GigaOM, Lifehacker, and a bunch more by our investors and friends. A sneaky technique is to get an introduction from someone who has recently gotten coverage from that publication. They&amp;#8217;ll have spoken to the blogger and will often just add you to a thank you note. Success isn&amp;#8217;t guaranteed though. Our success rates were maybe 40% at best with warm intros.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;Making a cold call. There&amp;#8217;s a very specific technique to coldcalling a journalist. &lt;em&gt;I swear by this technique now&lt;/em&gt;. Write them a brief email with very high level points, and tell them you want to get in touch. You should not expect a response from this email. Then, call their cell phone or office phone number the next day saying you are following up with your email and want to get a response. Follow-up with a brief email immediately after the voicemail. Chances are 25-35% you&amp;#8217;ll get a response there.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;Getting their contact information. Often times you can be sneaky and find it online somewhere. For smaller blogs, run a whois on their domain and use that number. For larger ones, make friends in the PR industry. I received the phone numbers for maybe 8-10 journalists from a very kind PR professional who I asked for advice.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;You need to change your story for different types of blogs&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Once we had exhausted tech blogs, we began to get coverage in environmental blogs by changing our pitch. We talked about the negative environmental impact of gift card plastics. This isn&amp;#8217;t central to our thesis, but people ate it up. We maybe got 5 pieces of coverage out of this.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You need to use press to get more press&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There&amp;#8217;s a small social proof game going on in the press world. It makes it a lot easier to pitch blogs when you can say you&amp;#8217;ve already been mentioned in other popular blogs.&lt;/p&gt;

&lt;p&gt;Sometimes getting picked up by a specific blog will get you covered by a bigger one. Our TechCrunch mention led to more coverage. We got picked up by UrbanDaddy via &lt;a href='http://www.olark.com'&gt;the chat thing&lt;/a&gt; on our site. And Bloomberg Businessweek emailed us the following day as well.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You need to be determined&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Many bloggers did not want to cover us. I was told by Eater National that they had no interest in covering us and that I needed to stop calling them. The GigaOM guy ignored 5-6 of my emails (granted, he covered a slightly different beat, but he didn&amp;#8217;t accept any of my requests to introduce me to someone who did). Lifehacker never responded to my emails. But the persistence did pay off and help us get mentioned in several other publications.&lt;/p&gt;

&lt;h3 id='sidebar_you_can_be_more_successful_than_a_pr_professional'&gt;Sidebar: you can be more successful than a PR professional&lt;/h3&gt;

&lt;p&gt;This comes from a conversation I had with a PR professional. Take this with a grain of salt, since my N is 1.&lt;/p&gt;

&lt;p&gt;PR professionals do a few things really well. The first is that they&amp;#8217;ll have a lot of the contact information for publications already, so they&amp;#8217;ll be faster than someone who has to assemble that information. The second is that they&amp;#8217;ll be able to help you craft a story.&lt;/p&gt;

&lt;p&gt;But having a PR professional handle your story comes with costs as well. Journalists&amp;#8217; inboxes are so full of PR emails, so its a lot harder to cut through the noise. It makes a big difference if the email comes from someone with a title at the company. So your success rates are probably upped significantly. Moreover, you&amp;#8217;re looking at $3-5k for a freelancer, and a larger monthly rate for a firm.&lt;/p&gt;

&lt;h3 id='what_lessons_have_you_learned_doing_pr'&gt;What lessons have you learned doing PR?&lt;/h3&gt;

&lt;p&gt;We&amp;#8217;d love to hear about them. Let us know in the comments.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Five Startup Ideas GiftRocket Would Pay For</title>
   <link href="http://www.giftrocket.com/startup-ideas-we-would-pay-for"/>
   <updated>2011-10-19T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/startup-ideas-we-would-pay-for</id>
   <content type="html">&lt;img src='/images/blog/lightbulb.jpg' width='600px' /&gt;&lt;span class='attribution'&gt;
Photo by &lt;a href='  '&gt;Caveman Chuck Coker&lt;/a&gt;
&lt;/span&gt;
&lt;p&gt;We&amp;#8217;ve had a lot of startup ideas based on the things we needed while building &lt;a href='http://www.giftrocket.com'&gt;GiftRocket&lt;/a&gt;. These five came up within the last month. If you know a business that does these things, please do let us know in the comments.&lt;/p&gt;

&lt;h3 id='1_software_that_shows_videos_of_real_visitors_using_our_website'&gt;1. Software that shows videos of real visitors using our website&lt;/h3&gt;

&lt;p&gt;We want to be able to visualize the way our users use our site. The end product is a screencast showing real users moving and clicking screens on our site, typing into forms, encountering validation errors, and so on. It&amp;#8217;d be a great way to do user testing.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;We could gather the data for this by doing click tracking, grabbing keyboard inputs, and watching scrolls, but we want something that would map that data into a video. We already pay for usertesting.com videos when we launch new features, so we&amp;#8217;d probably be willing to pay for this too.&lt;/p&gt;

&lt;p&gt;If someone executed on this well, meaning that they compiled and structured data to make decisions easier, they&amp;#8217;d be guiding millions of dollars of spend. We&amp;#8217;d use this company to pick accountants, payroll companies, office-space designers, lawyers, and a lot of other services we don&amp;#8217;t want to spend time researching. I suspect a lot of local businesses would use it as well.&lt;/p&gt;

&lt;h3 id='3_a_wrapper_around_paypal'&gt;3. A wrapper around PayPal&lt;/h3&gt;

&lt;p&gt;A lot of our users use PayPal, and some of our product is built on top of it. However, a nontrivial amount of our users have trouble setting up accounts and moving money around.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;d be nice to have an alternative UI that made the most common actions much more visible and easy to follow. Someone could probably put together a much friendlier front-end using APIs and &lt;a href='http://mechanize.rubyforge.org/'&gt;ghost browsing&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For example, its frequently unclear to users whether they have confirmed their email address or not. PayPal won&amp;#8217;t display a balance for users who haven&amp;#8217;t, so to the user it looks like they haven&amp;#8217;t received money. A better UI would have a large banner across the top instructing the user to perform that action. There are probably 5-10 similar UI issues that a new interface could fix.&lt;/p&gt;

&lt;p&gt;The solution isn&amp;#8217;t a new payment service. PayPal is big enough that people have to use it. A new UI seems possible, since there are companies &lt;a href='http://www.putler.com/'&gt;using PayPal&amp;#8217;s API creatively for businesses&lt;/a&gt;. What about for regular users?&lt;/p&gt;

&lt;p&gt;We&amp;#8217;d pay some sort of subscription to allow our users access. But we&amp;#8217;re not really sure that this is a problem for a startup to tackle, or just feedback for PayPal.&lt;/p&gt;

&lt;h3 id='4_an_iphone_code_editor_with_github__heroku_integration'&gt;4. An iPhone code editor with Github / Heroku integration&lt;/h3&gt;

&lt;p&gt;Often, when I&amp;#8217;m on the go, I&amp;#8217;ll discover a bug or something that I need to fix. Might just be a typo somewhere.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;d want a text editor with basic git functionality built in and a way to push to remotes. An app console and a local server would be even more amazing. I don&amp;#8217;t want to write lots of code on my phone, but I&amp;#8217;d like to be able to pull the latest version of the codebase from &lt;a href='http://www.github.com'&gt;Github&lt;/a&gt; and run a fix.&lt;/p&gt;

&lt;p&gt;Using a virtual machine might be the best way to do it right now, but then I&amp;#8217;d be looking at a desktop on my phone. There&amp;#8217;s probably something much more phone friendly. Perhaps start with a way to pull and view the codebase from Github, and then add the rest incrementally.&lt;/p&gt;

&lt;h3 id='5_zerocater_for_startup_swag'&gt;5. Zerocater for startup swag&lt;/h3&gt;

&lt;p&gt;We&amp;#8217;ve gotten busy enough that we forget to print t-shirts and get other cool stuff related to the startup. We&amp;#8217;d pay for a service where we get a bunch of startup gear sent to us every couple months. We&amp;#8217;d let them know how big our team was, provide a logo and some slogans and stories about stuff that happened, and we&amp;#8217;d get back a bunch of cool shirts, tank tops, plush animals, stress balls, whatever.&lt;/p&gt;

&lt;p&gt;Another problem we&amp;#8217;ve encountered is that we&amp;#8217;re not good at picking swag. Our last batch of shirts didn&amp;#8217;t fit so well.&lt;/p&gt;

&lt;p&gt;The service would probably be able to get way better prices than we could since they&amp;#8217;d be ordering hundreds or thousands of the item (even if they were doing different designs on many of them). The gear would probably turn out better because the startup would know what works and what doesn&amp;#8217;t. And the swag that came back would be more creative than what we&amp;#8217;d come up with in 10 minutes. It&amp;#8217;d be a great boost for morale.&lt;/p&gt;

&lt;h3 id='other_ideas'&gt;Other ideas?&lt;/h3&gt;

&lt;p&gt;Know of companies that do these things? Have you had another idea you&amp;#8217;d pay if existed? Let us know in the comments.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Voting Open for the Best Online Gift Basket Services 2011</title>
   <link href="http://www.giftrocket.com/gift-basket-voting-open"/>
   <updated>2011-10-18T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/gift-basket-voting-open</id>
   <content type="html">&lt;img src='/images/blog/gift_basket_2.png' width='600' /&gt;
&lt;p&gt;In our &lt;a href='http://www.giftrocket.com/blog/best-gift-baskets-2011-nominations-open'&gt;previous post&lt;/a&gt;, we announced that we were accepting nominations for the best gift baskets of 2011! We&amp;#8217;re thrilled to have received over 35 nominations in four different categories.&lt;/p&gt;

&lt;h3 id='the_2011_nominees'&gt;The 2011 Nominees&lt;/h3&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;Gift baskets have always been a thoughtful gift to send someone, particularly when you can&amp;#8217;t make it to see them in person. The nominees we chose have accomplished a high level of service and set the bar for happy customers within the industry. &lt;a href='http://www.giftrocket.com'&gt;GiftRocket&lt;/a&gt; is proud to announce the nominees for 2011:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sweet Rexies&lt;/li&gt;

&lt;li&gt;Lake Champlain Chocolates&lt;/li&gt;

&lt;li&gt;Edible Arrangements&lt;/li&gt;

&lt;li&gt;Chocolate.com&lt;/li&gt;

&lt;li&gt;ChocolateGiftBaskets.org&lt;/li&gt;

&lt;li&gt;Blooms and Baskets&lt;/li&gt;

&lt;li&gt;Red Envelope&lt;/li&gt;

&lt;li&gt;Gourmet Gift Baskets&lt;/li&gt;

&lt;li&gt;Gift Tree&lt;/li&gt;

&lt;li&gt;Basketfull&lt;/li&gt;

&lt;li&gt;My Gift Basket Ideas&lt;/li&gt;

&lt;li&gt;Laurel Mountain Basket&lt;/li&gt;

&lt;li&gt;Wine.com&lt;/li&gt;

&lt;li&gt;Zingermans&lt;/li&gt;

&lt;li&gt;Golden State Fruit&lt;/li&gt;

&lt;li&gt;Wine Country Gift Baskets&lt;/li&gt;

&lt;li&gt;Great Arrivals&lt;/li&gt;

&lt;li&gt;Uncorked Ventures&lt;/li&gt;

&lt;li&gt;The Wine Country&lt;/li&gt;

&lt;li&gt;The Wine Vine&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The nominees range in size from mom-and-pop shops that sell gift baskets online on the side, to national retailers with numerous physical locations that all offer gifts. Pick your favorite and let us know who you think deserves to be called the Best Gift Basket Service.&lt;/p&gt;

&lt;h3 id='voting'&gt;Voting&lt;/h3&gt;

&lt;p&gt;Voting will be open for approximately 2 weeks. It will be open, and restricted to one vote per IP address. Feel free to pass along to your friends and colleagues. We&amp;#8217;ve divided the nominees up into four categores: &lt;a href='http://www.giftrocket.com/basket-category/general'&gt;general&lt;/a&gt;, &lt;a href='http://www.giftrocket.com/basket-category/food'&gt;food&lt;/a&gt;, &lt;a href='http://www.giftrocket.com/basket-category/wine'&gt;wine&lt;/a&gt;, and &lt;a href='http://www.giftrocket.com/basket-category/chocolate'&gt;chocolate&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;To vote, click here:&lt;/p&gt;
&lt;a class='button' href='http://www.giftrocket.com/basket-contest'&gt;Vote!&lt;/a&gt;&lt;div class='spacer'&gt;
&lt;/div&gt;
&lt;h3 id='special_thanks_to_our_sponsors'&gt;Special thanks to our sponsors&lt;/h3&gt;

&lt;p&gt;We&amp;#8217;d like to thank our sponsors, &lt;a href='http://www.giftgenies.com'&gt;online gift retailer, GiftGenies&lt;/a&gt;, for helping us publicize the contest and announce the winners!&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>YC Application Checklist</title>
   <link href="http://www.giftrocket.com/yc-application-checklist"/>
   <updated>2011-10-04T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/yc-application-checklist</id>
   <content type="html">&lt;img src='/images/blog/red_flag.jpg' width='600' /&gt;&lt;span class='attribution'&gt;
Photo by &lt;a href='http://www.flickr.com/photos/34606192@N00/3941324/'&gt;Ciro Cattuto&lt;/a&gt;
&lt;/span&gt;
&lt;p&gt;Now that YC applications are open and people are scrambling to put together their apps, I&amp;#8217;ve had a bunch of founders ask me for advice on getting in.&lt;/p&gt;

&lt;h3 id='some_math_behind_yc_applications'&gt;Some Math Behind YC Applications&lt;/h3&gt;

&lt;p&gt;At current growth rates, there&amp;#8217;s a good shot YC will fund over 80 startups in W12 (the last batches were 36, 44, and 63). PG and Harj have said that acceptance rates have stayed constant between &lt;a href='http://www.quora.com/How-many-people-teams-get-rejected-by-Y-Combinator-during-each-application-period'&gt;2% and 3%&lt;/a&gt;. So there could be 4000 applications this round. Assuming a partner reads each application, that works out to at least 400 applications a partner. Applications are about 2000 words. So each partner reads at least 800k words of application content, or the equivalent of 10 novels. [1]&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;For a given company, the partners just need to identify that there is some slight promise that makes an interview worthwhile.&lt;/p&gt;

&lt;p&gt;The most efficient way to get through this number of applications is to create a set of heuristics that gives a quick sense of whether an applicant is worth interviewing. They&amp;#8217;re going to be looking for the presence of any disqualifying information that might let them move on to the next application, or qualifying information that is uncommon enough to help the application stand out. [2]&lt;/p&gt;

&lt;p&gt;PG and Harj have written about some of these heuristics in various places. I&amp;#8217;ve compiled what I think are the major ones below.&lt;/p&gt;

&lt;h3 id='avoid_red_flags_on_your_yc_application'&gt;Avoid Red Flags on your YC Application&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Uncommitted founders.&lt;/strong&gt; If &lt;a href='http://www.paulgraham.com/founders.html'&gt;determination&lt;/a&gt; is the biggest predictor of success, then lack of commitment from the founders is a sure-fire flag. One applicant mentioned that she was planning to return to her MBA program after YC. No bueno. The best signal founders can give is that they&amp;#8217;ve quit their jobs, moved in together, adopted a dog, and are working on the startup regardless of YC.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Single founder.&lt;/strong&gt; PG has said &lt;a href='http://news.ycombinator.com/item?id=145749'&gt;the odds of being accepted are much greater (roughly 4x) with a cofounder.&lt;/a&gt; So it isn&amp;#8217;t insurmountable, but it places considerably more importance on the first founder, and his / her ability to get others on board within a short time.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Skewed equity splits, or weak founder relationships&lt;/strong&gt; If one founder holds 90% of the equity and the other two are splitting 5%, there&amp;#8217;s probably a strange dynamic going on between the founders. The same is true if the founders haven&amp;#8217;t known each other for a long time.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Founders working on software who can&amp;#8217;t code.&lt;/strong&gt; &lt;a href='http://news.ycombinator.com/item?id=1768341'&gt;&amp;#8220;Chuck Norris can get funded by YC without a cofounder who can code. Others we decide on a case by case basis, but the odds are a lot better if you have a hacker cofounder.&amp;#8221;&lt;/a&gt; If you are working on a tech startup, one of you should know how to code, or be actively learning.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Outsourced development.&lt;/strong&gt; Maybe 20% of YC startups change their idea at some point during YC. It&amp;#8217;s hard to be nimble when you need to explain your pivot to your Yugoslavian dev team.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Video that fails &lt;a href='http://www.wetfeet.com/advice-tools/interviewing/the-airplane-test'&gt;the airplane test&lt;/a&gt;, or no video.&lt;/strong&gt; I&amp;#8217;ve seen a video that an applicant posted online that was 2 minutes of incoherent rambling. It isn&amp;#8217;t hard to pass this one&amp;#8211; just look at the camera and talk like a normal person for 30 seconds.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Working on something that no one wants.&lt;/strong&gt; Your idea doesn&amp;#8217;t have to be amazing. But if you can&amp;#8217;t convincingly answer who would use your product and why, that isn&amp;#8217;t good.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Incoherent writing.&lt;/strong&gt; PG wrote an &lt;a href='http://ycombinator.com/howtoapply.html'&gt;entire essay about applying&lt;/a&gt; where the primary conclusion was &amp;#8220;be concise and matter of fact&amp;#8221;. Poor communication is a red flag because it means that it is X times more difficult to read the application. But it also indicates that the founders may not be great at communicating in general, may not be focused on the startup, or haven&amp;#8217;t thought through the idea well enough to be able to describe it clearly to someone else.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Notice that there are a number of things that won&amp;#8217;t be huge strikes against you. For example, ideas are hard to judge off of just a few paragraphs. Most could be promising, but its too hard to tell. The focus is really on the founders at this point.&lt;/p&gt;

&lt;h3 id='raise_green_flags'&gt;Raise green flags!&lt;/h3&gt;

&lt;p&gt;The absence of red flags is a good sign, and when accompanied by some of these green flags makes an application a great candidate to interview.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Prove you can get shit done.&lt;/strong&gt; A prototype, good GitHub profile, and good answer to &amp;#8220;tell me something impressive&amp;#8230;&amp;#8221; help make your point. Talk about the side project you launched on HN. An MIT degree won&amp;#8217;t hurt, but don&amp;#8217;t expect it to guarantee you an interview either.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Work on a real problem.&lt;/strong&gt; The world probably has enough local business discovery startups. YC cares if you&amp;#8217;re working on a problem. Bonus points if it is one you&amp;#8217;ve experienced yourself.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Be qualified to work on your problem.&lt;/strong&gt; MemSQL&amp;#8217;s founders are two guys with deep technical back-end expertise; the GrubWithUs founders used to run a pastry shop; the Earbits founders are former bandmates from LA. Those teams just make sense.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Show an acute understanding of the problem.&lt;/strong&gt; PG has said the &lt;a href='http://news.ycombinator.com/item?id=801739'&gt;line that sold him&lt;/a&gt; on Dropbox was what competitors didn&amp;#8217;t understand.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Have someone in YC vouch for you.&lt;/strong&gt; A glowing recommendation from a respected YC founder will make the team pay more attention to your application than they would have otherwise. That helped AirBnB get in &lt;a href='http://www.justin.tv/startupschool/b/272180383'&gt;after the application deadline.&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Be a past YC founder, or a founder / first employee with a prior exit.&lt;/strong&gt; It helps immensely for any sort of investor to know that you&amp;#8217;ve been through the life cycle of a startup before.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Traction trumps.&lt;/strong&gt; A crazy looking growth curve can excuse a lot of other issues.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id='the_distribution'&gt;The distribution&lt;/h3&gt;

&lt;p&gt;There&amp;#8217;s a fair amount of correlation in the flags. People who have had past exits will probably also write well and have a better idea of what sort of things would make good startup ideas, and have an easier time finding talented cofounders. This ends up creating a bimodal distribution of the quality of applications.&lt;/p&gt;

&lt;p&gt;There&amp;#8217;s some evidence of this when PG says that chances of getting an interview are &lt;a href='http://news.ycombinator.com/item?id=2475626'&gt;either extremely high or 0&lt;/a&gt;. So given that distribution, and these heuristics, it is probably very easy for the partners to make decisions 95% of the time, with maybe some debate about the remainder.&lt;/p&gt;

&lt;p&gt;So with a week left, hopefully you have a good team in place. So just focus on writing clearly and intelligently. Our first drafts were unintelligible, as were most of the other apps I&amp;#8217;ve reviewed. But they get better with review.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;Notes&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;[1] There&amp;#8217;s a LOT of content in the applications. The word count on &lt;a href='http://www.allhatter.com/archive/index.php/t-193.html'&gt;Dropbox&amp;#8217;s YC application&lt;/a&gt; came in at about 2000. 400 applications is 800k words. The average novel is between &lt;a href='http://indefeasible.wordpress.com/2008/05/03/great-novels-and-word-count/'&gt;80-100k&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;[2] Not too different from reading resumes and cover letters for analyst positions at I-banks and consulting firms. At my former consulting firm, I&amp;#8217;d be given a stack of 300 and need to have them scored in a week. I had the process down to about 20-30 seconds an application. I think I could have had a computer do the process entirely using SAT score, GPA adjusted for major, and number of legit-sounding leadership positions in activities. Even university admissions aren&amp;#8217;t that different. The academic index described in &lt;a href='http://www.amazon.com/Admission-Insiders-Getting-League-Colleges/dp/0446674060'&gt;A for Admission&lt;/a&gt; describes the formula in detail.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Accepting Nominations: The Best Online Gift Basket Services</title>
   <link href="http://www.giftrocket.com/best-gift-baskets-2011-nominations-open"/>
   <updated>2011-09-13T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/best-gift-baskets-2011-nominations-open</id>
   <content type="html">&lt;img src='/images/blog/gift_basket_2.png' width='600' /&gt;
&lt;p&gt;Gift baskets are one of the most popular gifts throughout the year. People send thank you gift baskets full of wine and cheese, birthday gift baskets full of chocolate and gourmet foods, and custom gift baskets for special occasions. This October, people will be looking for rustic hand-woven gift baskets filled with candy corn and miniature pumpkins.&lt;/p&gt;

&lt;h3 id='whos_the_best'&gt;Who&amp;#8217;s the best?&lt;/h3&gt;

&lt;p&gt;As e-commerce continues to grow, more and more people are buying gift baskets online. Hundreds of sites have popped up, from mom-and-pop florists expanding their operations online to big e-tailers who focus exclusively on selling on the internet.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;So who&amp;#8217;s the best? Who should you use? Using the power of crowdsourced opinion, the GiftRocket team is going to let you know who&amp;#8217;s the cream of the crop. That way, when you buy, you&amp;#8217;ll know you&amp;#8217;re getting something amazing.&lt;/p&gt;

&lt;h3 id='announcing_the_best_online_gift_basket_companies_2011'&gt;Announcing The Best Online Gift Basket Companies 2011&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Step 1:&lt;/strong&gt; Nominate your favorite gift basket companies using the link below. We&amp;#8217;ll separate those companies into categories and contact them to let them know they&amp;#8217;re a nominee.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2:&lt;/strong&gt; We&amp;#8217;ll announce the public open voting event. We&amp;#8217;ll gather a picture of the company&amp;#8217;s best gift basket and open the polls.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3:&lt;/strong&gt; After a few weeks of open voting, we&amp;#8217;ll announce the winners in a separate blog post. The winners get press coverage, bragging rights, and a badge from us for their homepage.&lt;/p&gt;

&lt;h3 id='nominations'&gt;Nominations&lt;/h3&gt;

&lt;p&gt;Had a great experience with a gift basket company and want to help them get the recognition they deserve?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;a class='button' href='https://docs.google.com/spreadsheet/viewform?formkey=dDFhd1lhSVM2VmVXTktWSEdSUmNZTUE6MQ'&gt;Nominate a company&lt;/a&gt;&lt;div class='spacer'&gt;
&lt;/div&gt;</content>
 </entry>
 
 <entry>
   <title> Infographic: The Best Bacon Dishes in the USA</title>
   <link href="http://www.giftrocket.com/bacon-social-media-infographic"/>
   <updated>2011-09-06T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/bacon-social-media-infographic</id>
   <content type="html">&lt;img src='/images/blog/bacon-dishes-infographic-teaser.jpg' width='600px' /&gt;
&lt;p&gt;Last weekend included two of our favorite holidays. Monday was &lt;em&gt;Labor Day&lt;/em&gt;, a celebration of everything American. Saturday was &lt;em&gt;National Bacon Day&lt;/em&gt;, a celebration of everything bacon. So the GiftRocket team figured we&amp;#8217;d combine the two and highlight the best bacon dishes in the USA. The infographic we created will make you proud to be American and make you salivate at the same time.&lt;/p&gt;

&lt;p&gt;Our data set uses social media ratings to find out the most popular bacon plates in ten major US cities: New York, San Francisco, Portland, Chicago, Austin, San Diego, Atlanta, Boston, Philly, and Seattle.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;For example, in New York, &lt;a href='http://www.giftrocket.com/gift-card/crif-dogs-new-york'&gt;Crif Dogs&amp;#8217;&lt;/a&gt; Bacon-wrapped Hot Dogs edged out &lt;a href=''&gt;Dessert Truck&amp;#8217;s&lt;/a&gt; Pudding with Bacon Custard, &lt;a href='http://www.giftrocket.com/gift-card/clinton-st-baking-company-new-york'&gt;Clinton St. Baking Co.&amp;#8217;s&lt;/a&gt; Sugar-Cured Bacon Side, &lt;a href='http://www.giftrocket.com/gift-card/le-bernardin-new-york'&gt;Le Bernardin&amp;#8217;s&lt;/a&gt; Bacon Ice Cream, and &lt;a href='http://www.giftrocket.com/gift-card/alta-new-york'&gt;Alta&amp;#8217;s&lt;/a&gt; Bacon-wrapped Dates and Olives.&lt;/p&gt;

&lt;p&gt;The list is perfect for figuring out your next weekend jaunt, tracking the right spots to visit when traveling to another city, or figuring out where to send a friend a &lt;a href='http://www.giftrocket.com'&gt;GiftRocket gift card&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;So on the heels of National Bacon Day and Labor Day, here&amp;#8217;s the infographic. Scroll down if you&amp;#8217;d like to embed it in your blog or website.&lt;/p&gt;
&lt;a href='/images/blog/bacon-dishes-infographic-full.jpg'&gt;&lt;img src='/images/blog/bacon-dishes-infographic-600.jpg' width='600px' /&gt;&lt;/a&gt;
&lt;h3 id='embed_in_your_blog'&gt;Embed in your blog:&lt;/h3&gt;

&lt;p&gt;Copy and paste the below code into your blog / website to share the infographic. Adjust the 500 in the &lt;em&gt;width=&amp;#8221;500px&amp;#8221;&lt;/em&gt; code to fit the width of your blog. If you have any questions, &lt;a href='mailto:kapil@giftrocket.com'&gt;contact us&lt;/a&gt;.&lt;/p&gt;
&lt;textarea cols='83' rows='3' style='border: 1px solid #ccc;'&gt;
&lt;a href='http://www.giftrocket.com/blog/bacon-social-media-infographic'&gt;&lt;img src='http://www.giftrocket.com/images/blog/bacon-dishes-infographic-full.jpg' width='500px' /&gt;&lt;/a&gt;&lt;span style='font-size:12px; display:block;'&gt;Created by &lt;a href='http://www.giftrocket.com' style='font-size: 12px; text-decoration:none'&gt;GiftRocket gift cards&lt;/a&gt;&lt;/span&gt;
&lt;/textarea&gt;
&lt;p&gt;This content is licensed under &lt;a href='http://www.creativecommons.org'&gt;Creative Commons&lt;/a&gt;. If you do share or repost, please provide an attribution link to &lt;a href='http://www.giftrocket.com'&gt;http://www.giftrocket.com&lt;/a&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Does Paul Graham Get What He Asks For? [infographic]</title>
   <link href="http://www.giftrocket.com/does-paul-graham-get-what-he-asks-for"/>
   <updated>2011-08-31T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/does-paul-graham-get-what-he-asks-for</id>
   <content type="html">&lt;p&gt;I first came across Paul Graham&amp;#8217;s article, &lt;a href='http://ycombinator.com/ideas.html'&gt;Startup Ideas We&amp;#8217;d Like To Fund&lt;/a&gt;, in a Google search in mid 2010.&lt;/p&gt;

&lt;p&gt;Though published two years earlier, I thought the article was the most thorough compilation of problem spaces for startups to tackle anywhere on the web. Before coming up with the idea for GiftRocket, we (the founders) treated it like a problem set. We&amp;#8217;d methodically work through the list and have late night discussions about what kind of startup would be most likely to win the space PG was talking about.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;Earlier this summer, I found myself explaining how nearly every idea PG outlined in the essay was being tackled by a startup today. Many of those startups were funded by YC, as recently as this S11 batch. And, YC-funded or not, many of those companies are considered to be &amp;#8220;hot&amp;#8221; in Silicon Valley these days. So yeah, YC has largely gotten what they&amp;#8217;ve asked for.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I think that &amp;#8220;Startup Ideas We&amp;#8217;d Like To Fund&amp;#8221; is one of the most prescient posts written in the past three years about the web 2.0 space.&lt;/strong&gt; The infographic below maps recent YC startups and popular non-YC products / companies to the 30 categories outlined in the article. &lt;a href='/images/blog/YC_large_900.jpg'&gt;Here&amp;#8217;s a larger version with years and comments&lt;/a&gt;. Please be sure to look past the image for some embed code and further notes.&lt;/p&gt;
&lt;a href='/images/blog/YC_large_900.jpg'&gt;&lt;img src='/images/blog/YC_narrow_600.jpg' width='600px' /&gt;&lt;/a&gt;
&lt;h3 id='embed_in_your_blog'&gt;Embed in your blog:&lt;/h3&gt;

&lt;p&gt;400px width version &lt;br /&gt; &lt;textarea cols='60' rows='3' style='border: 1px solid #ccc;'&gt;
&lt;a href='http://www.giftrocket.com/images/blog/YC_large_900.jpg'&gt;&lt;img src='http://www.giftrocket.com/images/blog/YC_narrow_400.jpg' width='400px' /&gt;&lt;/a&gt;&lt;span style='font-size:12px; display:block;'&gt;Created by &lt;a href='http://www.giftrocket.com' style='font-size: 12px; text-decoration:none'&gt;GiftRocket gift cards&lt;/a&gt;&lt;/span&gt;
&lt;/textarea&gt;&lt;/p&gt;

&lt;p&gt;600px width version &lt;br /&gt; &lt;textarea cols='60' rows='3' style='border: 1px solid #ccc;'&gt;
&lt;a href='http://www.giftrocket.com/images/blog/YC_large_900.jpg'&gt;&lt;img src='http://www.giftrocket.com/images/blog/YC_narrow_600.jpg' width='600px' /&gt;&lt;/a&gt;&lt;span style='font-size:12px; display:block;'&gt;Created by &lt;a href='http://www.giftrocket.com' style='font-size: 12px; text-decoration:none'&gt;GiftRocket gift cards&lt;/a&gt;&lt;/span&gt;
&lt;/textarea&gt;&lt;/p&gt;

&lt;p&gt;900px width version &lt;br /&gt; &lt;textarea cols='60' rows='3' style='border: 1px solid #ccc;'&gt;
&lt;img src='http://www.giftrocket.com/images/blog/YC_large_900.jpg' width='600px' /&gt;&lt;span style='font-size:12px;'&gt;Created by &lt;a href='http://www.giftrocket.com' style='font-size: 12px; text-decoration:none; display:block;'&gt;GiftRocket gift cards&lt;/a&gt;&lt;/span&gt;
&lt;/textarea&gt;&lt;/p&gt;

&lt;p&gt;If you do share or repost, please provide an attribution link to &lt;a href='http://www.giftrocket.com'&gt;http://www.giftrocket.com&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id='notes'&gt;Notes:&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;There&amp;#8217;s an obvious selection bias happening here. A lot of companies have tried to tackle these spaces and haven&amp;#8217;t been successful. The ones that have been successful have been much easier to remember. Moreover, there are tons of companies (for example, &lt;a href='http://www.giftrocket.com'&gt;GiftRocket&lt;/a&gt;) that YC has funded that don&amp;#8217;t fall anywhere within the 30 listed.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;Some of the companies don&amp;#8217;t exactly fall into the space where I&amp;#8217;ve bucketed them. For example, Disqus isn&amp;#8217;t a news website. It is, however, related to the rise of blogging in that the company made a turnkey comments solution that ended up being used all over the blogosphere.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Greplin isn&amp;#8217;t exactly a form of search that depends on design. But they are competing with Google, &lt;a href='http://techcrunch.com/2011/04/15/greplins-chrome-extension-now-makes-gmail-search-infinitely-better/'&gt;very directly&lt;/a&gt; at times. Conversely, while Hipmunk is a form of search that depends on design, they aren&amp;#8217;t taking on Google so much as shitty flight search UIs (though Google is &lt;a href='http://online.wsj.com/article/SB10001424052748703571704575341270531117614.html'&gt;entering the space&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Perhaps my most egregious categorizations are the &amp;#8220;buffer against bad customer service&amp;#8221; companies. The intent of the category seemed to be finding a wrapper around particularly terrible experiences, like paying a parking ticket over the phone or booking a DMV appointment online (not great examples since they&amp;#8217;re still somewhat terrible). But rather, I included two YC startups that are making it easy to communicate with people higher up in websites and physical stores.&lt;/p&gt;

&lt;p&gt;Many listed companies fall into multiple buckets. For example, both Fitbit and Wakemate are companies that measure things that were formerly difficult to measure. But they are also examples of hardware / software combos.&lt;/p&gt;

&lt;p&gt;There were several companies that matched the categories far better, but they were still off the record as of Alumni Demo Day.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You&amp;#8217;ll notice that there are several spaces where I just didn&amp;#8217;t fill in any companies. They were:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Enterprise Software 2.0 (#5)&lt;/strong&gt;: I&amp;#8217;m just not familiar enough with that field to know any startups there. If you have thoughts, I&amp;#8217;d love to hear them in the comments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The webOS (#18)&lt;/strong&gt;: I think it is too early to say for any company, even including Google and Facebook. While there are startups pursuing this goal, right now they&amp;#8217;re still building early versions of their product where it is too hard to tell.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A web-based Excel/database hybrid (#22)&lt;/strong&gt;: As far as I know, there isn&amp;#8217;t anything like this out there. Google Docs does a decent job of scraping data and importing forms directly into spreadsheets, but Google Spreadsheets resembles Excel so closely that I don&amp;#8217;t think this is what PG had in mind.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Thanks to &lt;a href='http://www.crunchbase.com'&gt;the Crunchbase&lt;/a&gt; for providing easy access to company logos and founded-at dates.&lt;/li&gt;
&lt;/ul&gt;</content>
 </entry>
 
 <entry>
   <title>Learning to Design: How I Bombed Art Class But Still Designed A Remarkable Website</title>
   <link href="http://www.giftrocket.com/how-i-learned-to-design"/>
   <updated>2011-08-11T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/how-i-learned-to-design</id>
   <content type="html">&lt;img alt='Old app wireframes' src='/images/blog/old_app_wireframes.png' width='600px' /&gt;
&lt;p&gt;In December 2010, I was tasked with designing GiftRocket&amp;#8217;s original website. As a former management consultant, my only design credentials were making too many powerpoint slides and getting a C in middle school art class.&lt;/p&gt;

&lt;p&gt;So I spent a considerable amount of time learning to design things for the web. What I ended up building for GiftRocket was generally well received, and in one isolated unexplainable incident, &lt;a href='http://machoarts.com/30-beautifully-designed-startup-sites'&gt;praiseworthy&lt;/a&gt;. My design wasn&amp;#8217;t the prettiest thing, but it was usable and intuitive.&lt;/p&gt;

&lt;p&gt;But because of my lack of formal background in the topic, I also &lt;strong&gt;learned how to learn&lt;/strong&gt; web design. In that now, I can break things down and explain how a new designer should approach the topic.&lt;/p&gt;

&lt;p&gt;So, the time has come to &lt;strong&gt;document the process by which I learned to design, along with the resources I found most helpful&lt;/strong&gt;. This post is really intended as an article to my former self, as an instructional on how to approach the topic. Here&amp;#8217;s the three step process I would advise my former self to follow:&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;h3 id='1_determine_your_user_flows'&gt;1. Determine your user flows.&lt;/h3&gt;
&lt;img alt='User flows' src='/images/blog/flows.png' width='600px' /&gt;
&lt;p&gt;When I started thinking about design, we only had a general concept for GiftRocket. We had to define how the product would work what features it would include, and how those features would translate into pages.&lt;/p&gt;

&lt;p&gt;User flows are an imagination exercise in how users will interact with your product, put onto paper. In the process, a lot of important questions about product features come up. Here are two examples of some questions we had:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Should we have a shopping cart?&lt;/strong&gt; Would users be purchasing for multiple people, or just for one person at a given time? If the answer was multiple people, then it&amp;#8217;d be a pain for someone to re-enter credit card information. If the answer was a single person, we&amp;#8217;d be creating an additional feature that no one used that would unnecessarily present an option to the user before checkout. We decided that most users would be buying one at a time (and ended up being right).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Should users redeem via native apps or a web app?&lt;/strong&gt; Most mobile developers face this choice. We decided initially to build native apps. Below is a screenshot of the GiftRocket app:&lt;/p&gt;
&lt;img alt='Old iPhone App' src='/images/blog/old_iphone_app.png' /&gt;
&lt;p&gt;Authentication is a problem with native apps. With web apps, you can send a user an email with a custom URL that automatically authenticates them. But with native apps, it isn&amp;#8217;t possible to launch an app and provide it a packet of information, elegantly at least (If anyone has a good solution here, I&amp;#8217;d love to hear it). In most situations, the user has to create an account and confirm it via email. Moreover, the user has to download the app as well.&lt;/p&gt;

&lt;p&gt;We took the native app version of our product to Garry Tan during office hours, and he said &amp;#8220;this is too complicated.&amp;#8221; He was right&amp;#8211; many users didn&amp;#8217;t want to download an app, create an email and password, and confirm it&amp;#8211; just to redeem their gift card. So we shifted to the web app model.&lt;/p&gt;

&lt;p&gt;We should have invested more time here. It would have saved us engineering work and saved me from having to learn Objective C. Despite that though, there were probably 30 other small decisions we made about our product at the time. The hope is that based on this step, you have a well-defined set of flows, and a rough idea of how they translate to pages within your site.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Resources on User Flows&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href='http://www.amazon.com/Project-Guide-Design-experience-designers/dp/0321607376'&gt;A Project Guide to UX&lt;/a&gt;- this book had some excellent information on flowcharting, but was more directed at a UX professional. Worth skimming.&lt;/li&gt;

&lt;li&gt;&lt;a href='http://webjackalope.com/lazy-registration/'&gt;12 Examples of Lazy Registration&lt;/a&gt;- A great overview of lazy reg. (not asking for information from a user unless it is absolutely necessary)&lt;/li&gt;

&lt;li&gt;&lt;a href='http://www.artypapers.com/ap.log/thread.php?346'&gt;Rebecah Cox&amp;#8217;s Quora Design notes&lt;/a&gt;- Rebekah defines how she got medieval on information hierarchy on Quora. My favorite quote is &amp;#8220;A lot of decent features have been dropped or hidden or otherwise cut in order to pursue this goal but it&amp;#8217;s helped ensure that only the most important information is on any given page. And with fewer elements comes fewer decisions a user has to make as they interact with the interface.&amp;#8221;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id='2_create_wireframes'&gt;2. Create wireframes&lt;/h3&gt;
&lt;img alt='Wireframing' src='/images/blog/wireframes.png' /&gt;
&lt;p&gt;Now that you know the pages you have to create, and the point of each page&amp;#8211; its time to create wireframes representing the content on the pages. The biggest challenge here is structuring the information in such a way that is logical, easy to follow, and hierarchical.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s important that your user be able to quickly identify what they&amp;#8217;re looking at and where they are on your website. There should be a set of actions and accompanying text that guides them to the next step in the flow.&lt;/p&gt;

&lt;p&gt;The first step is to remove every piece of content that doesn&amp;#8217;t help a user progress along the flow (or at least take those pieces of information and set them to the side). Good design is reductionist. After that, the focus is laying out the information in a logical order.&lt;/p&gt;

&lt;p&gt;Visually, follow the C.R.A.P principles (contrast, repetition, alignment, and proximity) to arrange the remaining information. And don&amp;#8217;t be afraid of whitespace. Look to other sites for inspiration.&lt;/p&gt;

&lt;p&gt;Here&amp;#8217;s an example of a page I wireframed in &lt;a href='http://www.balsamiq.com'&gt;Balsamiq&lt;/a&gt;:&lt;/p&gt;
&lt;img alt='Gift page mockup' src='/images/blog/gift_page_wireframe.png' /&gt;
&lt;p&gt;There&amp;#8217;s a lot of good stuff happening in this wireframe. The header is big, and there&amp;#8217;s a progress tracker that leaves the user clearly grounded in the purchase process.&lt;/p&gt;

&lt;p&gt;However, the problem with this wireframe is that it isn&amp;#8217;t specific enough. It isn&amp;#8217;t a blueprint&amp;#8211; its a vague definition of what the page should look like. Where do the labels on the text fields go? What are they? How is the stuff on the right, which seems like ancillary information about the gift, being separated from the form on the left? What does the footer look like? In retrospect, I would have invested more time into this phase.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Resources on layout and wireframing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href='http://www.amazon.com/Dont-Make-Me-Think-Usability/dp/0321344758'&gt;Don&amp;#8217;t Make Me Think&lt;/a&gt;- This is a seminal work that defined much of our creation of user flows and wireframes. This is a must read for anyone learning design.&lt;/li&gt;

&lt;li&gt;&lt;a href='http://www.amazon.com/Non-Designers-Design-Book-Robin-Williams/dp/0321193857'&gt;The Non-Designer&amp;#8217;s Design Book&lt;/a&gt;- this book laid out the four principles of design (contrast, repetition, alignment, proximity) that helped us create a clean look for our site.&lt;/li&gt;

&lt;li&gt;&lt;a href='http://www.amazon.com/White-Space-Your-Enemy-Communicating/dp/0240812816/ref=sr_1_1?ie=UTF8&amp;amp;qid=1313105472&amp;amp;sr=8-1'&gt;Whitespace Is Not Your Enemy&lt;/a&gt;- Helped me shake the habit of filling space with stuff. The title is now a favorite battle cry.&lt;/li&gt;

&lt;li&gt;&lt;a href='http://blog.mailchimp.com/redesigning-mailchimp/'&gt;Redesigning Mailchimp&lt;/a&gt;- A great read on how MailChimp enforced hierarchy and consistency within their site by creating a set of rules and restrictions for the way that their site would appear.&lt;/li&gt;

&lt;li&gt;&lt;a href='http://www.subtraction.com/2004/12/31/grid-computi'&gt;Subtraction- Khoi Vinh&amp;#8217;s Blog&lt;/a&gt;- The design itself is beautiful, but it is a sheer joy to watch him decompose it and show how he uses a grid system to maintain alignment and consistency with spacing.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id='3_create_mockups'&gt;3. Create mockups&lt;/h3&gt;
&lt;img alt='Color comparison' src='/images/blog/mockups.png' /&gt;
&lt;p&gt;If the wireframes serve as the blueprints for the actual site, the mockups are the interpretation of those blueprints. They should either be a real site, or be sufficiently detailed that you could open the images in a browser and get a sense for how the site would look.&lt;/p&gt;

&lt;p&gt;I designed the site in Gimp &amp;amp; Inkscape (free relatives of Photoshop and Illustrator), but more talented front-end engineers can probably build directly in HTML / CSS.&lt;/p&gt;

&lt;p&gt;There are probably three things to focus on:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Colors and feel.&lt;/strong&gt; For the first time, you&amp;#8217;ll be touching color. Focus on using a color palette that reflects your product. There are lots of resources online that helped us do this. Do things that are different contrast properly? Is the eye still being guided the way you&amp;#8217;d like it to?&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Usability.&lt;/strong&gt; Do buttons look like things to click? Do things feel responsive and intuitive? Does everything feel legible?&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Overall polish.&lt;/strong&gt; Do things look pretty? This starts being far more subjective, but I&amp;#8217;m still convinced that &lt;a href='http://www.giftrocket.com/blog/design-tips-from-a-master'&gt;there&amp;#8217;s a strategy here&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This was the mockup I created from the gift page wireframe.&lt;/p&gt;
&lt;img alt='Gift page realized' src='/images/blog/gift_page_realized.png' /&gt;
&lt;p&gt;I&amp;#8217;ve found that this portion takes the most artistic talent and experience. You can get to the previous stage having only browsed the web a lot.&lt;/p&gt;

&lt;p&gt;But if you&amp;#8217;re new to this sort of thing&amp;#8211; I suggest taking UI elements from other sites. Much like a new guitarist starts piecing together a song from licks he&amp;#8217;s heard elsewhere. I fell into this category, and drew from a variety of influences:&lt;/p&gt;
&lt;img alt='Gift page realized comments' src='/images/blog/gift_page_realized_comments.png' /&gt;
&lt;p&gt;&lt;strong&gt;Resources on creating mockups:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href='http://www.amazon.com/Pantone-Guide-Communicating-Leatrice-Eisemann/dp/0966638328'&gt;The Pantone Guide to Communicating with Color&lt;/a&gt;- the most important page is 63, which covers the different vibes that colors have.&lt;/li&gt;

&lt;li&gt;&lt;a href='http://kuler.adobe.com'&gt;Kuler&lt;/a&gt;- a great resource that helps you create and look at color swatches&lt;/li&gt;

&lt;li&gt;&lt;a href='https://shop.smashingmagazine.com/smashing-book.html'&gt;The Smashing Book&lt;/a&gt;- excellent for learning a lot of the web 2.0 styles that pervade web design these days.&lt;/li&gt;

&lt;li&gt;&lt;a href='http://www.kadavy.net/blog/posts/design-for-hackers-why-you-dont-use-garamond-on-the-web/'&gt;Design for Hackers&lt;/a&gt;- I&amp;#8217;ve been impressed with David Kadavy&amp;#8217;s blog posts, and have high expectations for his forthcoming book.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id='4_iterate'&gt;4. Iterate&lt;/h3&gt;

&lt;p&gt;Your first design won&amp;#8217;t be right. Design isn&amp;#8217;t too different than writing or coding. I generally agree with Paul Graham&amp;#8217;s advice that it is best to bang out a quick first version, get feedback, and revise. I probably created a new design of the site every couple days for a few months, often showing off the latest mockups at YC dinners. The biggest change I&amp;#8217;d make is investing in the user flows and wireframes more&amp;#8211; it would have saved a lot of iteration on the mockups.&lt;/p&gt;

&lt;p&gt;What design advice would you now give a younger version of yourself?&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Six Key Lessons from a Design Legend (a before-and-after)</title>
   <link href="http://www.giftrocket.com/design-tips-from-a-master"/>
   <updated>2011-08-07T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/design-tips-from-a-master</id>
   <content type="html">&lt;img alt='Color comparison' src='/images/blog/color_comparison.png' /&gt;
&lt;p&gt;When we first built GiftRocket 1.0, our team was absent designers. As the only one without a CS degree, I ended up spending a few weeks reading design books and mocking up the site before our March launch.&lt;/p&gt;

&lt;p&gt;Eventually we recruited a professional designer named &lt;a href='http://mikekus.com'&gt;Mike Kus&lt;/a&gt; to help us out. We liked his emphasis on large text, illustration, and simplicity. He redesigned our site and we released the results last week.&lt;/p&gt;

&lt;p&gt;I did a quick comparison of the before and after, and wanted to point out some things any developer can do to improve the feel of their site. Note that this isn&amp;#8217;t so much about usability as it is about &lt;a href='http://www.jnd.org/dn.mss/emotion_design_attractive_things_work_better.html'&gt;aesthetics and emotional design&lt;/a&gt;. Here are the tips:&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;h3 id='1_figure_out_your_color_palette'&gt;1. Figure out your color palette.&lt;/h3&gt;

&lt;p&gt;We were extremely conservative when we started, So we made the site&amp;#8230; blue and gray. I knew nothing about color theory and was reading the &lt;a href='http://www.amazon.com/Pantone-Guide-Communicating-Leatrice-Eisemann/dp/0966638328'&gt;Pantone Guide&lt;/a&gt; at the time. The book called gray &amp;#8220;classic, cool, sober, corporate&amp;#8221; and our blue &amp;#8220;calm, pleasing&amp;#8221;. And as a result, the site felt exactly like that- sober and corporate.&lt;/p&gt;
&lt;img alt='Color differences' src='/images/blog/color_diff.png' /&gt;
&lt;p&gt;Mike, experienced and unhesitant, presented the cream, gold, and black palette we currently use. Cream, a color Pantone defines as &amp;#8220;smooth, rich, and warm&amp;#8221;, became the new base of the site. Gold (&amp;#8220;warm, opulent, expensive, radiant&amp;#8221;) and black (&amp;#8220;powerful, elegant&amp;#8221;) were used as highlights to give the product a premium feel. Mesh that with Mike&amp;#8217;s colorful illustrations and we hit the jackpot.&lt;/p&gt;

&lt;h3 id='2_when_it_comes_to_contrast_go_big_or_go_home'&gt;2. When it comes to contrast: go big or go home!&lt;/h3&gt;

&lt;p&gt;We suffered from two contrast issues. Firstly&amp;#8211; the site just didn&amp;#8217;t have any. The footer was just some links at the bottom of the page, separated by a horizontal rule. Our mobile site also lacked contrast.&lt;/p&gt;
&lt;img alt='iPhone app comparison' src='/images/blog/iphone_comparison.png' /&gt;
&lt;p&gt;Mike approached the app as a cousin to the website, using the same branding but inverting colors and layout. By using the black as the background, everything else became more vibrant.&lt;/p&gt;

&lt;h3 id='3_use_large_pictures'&gt;3. Use large pictures.&lt;/h3&gt;

&lt;p&gt;Our business icons started out tiny at 60px by 60px. After Mike got through with them they were nearly 3x larger at 100px by 100px.&lt;/p&gt;
&lt;img alt='Images comparison' src='/images/blog/image_comp.png' /&gt;
&lt;p&gt;Moreover, in certain places he put a padded border around images, which made them appear even larger. The pie here really pops out. It looks delicious.&lt;/p&gt;
&lt;img alt='Image with border' src='/images/blog/image_with_border.png' /&gt;
&lt;p&gt;The impact was that the pictures of businesses stood out far more. Pictures convert (see &lt;a href='http://www.airbnb.com'&gt;AirBnB&lt;/a&gt;, &lt;a href='http://www.sosh.com'&gt;Sosh&lt;/a&gt;, &lt;a href='http://www.earbits.com'&gt;Earbits&lt;/a&gt;, and &lt;a href='http://www.munchonme.com'&gt;MunchOnMe&lt;/a&gt;). If you have the opportunity, enlarge what you&amp;#8217;ve got and let the visuals speak for themselves.&lt;/p&gt;

&lt;h3 id='4_pay_attention_to_typography'&gt;4. Pay attention to typography.&lt;/h3&gt;

&lt;p&gt;We originally used Helvetica Neue for everything. We had no basis for the decision other than MailChimp did it, and we liked MailChimp (their influence on our design can be seen in our massive headers).&lt;/p&gt;

&lt;p&gt;Typography affects the feel of a site, just like color. If Pantone had written something about Helvetica, the description would probably have been the same as their description of the color blue. Authoritative. Clean. Corporate.&lt;/p&gt;

&lt;p&gt;Mike introduced a much more interesting set of fonts. Big, black rounded fonts for the headers, and Museo Sans for the text. The rounded headers added a fun vibe to the site, and the Museo Sans added just a touch of elegance.&lt;/p&gt;
&lt;img alt='Header text comparison' src='/images/blog/header_fonts.png' /&gt;
&lt;p&gt;Mike also applied text-shadows to nearly everything. As a result, the text felt more vibrant; if dark text received a light shadow, it looked embossed onto the page. If light text received a dark shadow, it protruded from the site.&lt;/p&gt;
&lt;img alt='Footer text comparison' src='/images/blog/body_text.png' /&gt;
&lt;p&gt;This isn&amp;#8217;t to say that you need to go willy-nilly with fonts on your site. Helvetica is a great typeface. But there are thousands of choices. Consider using something else, even if just for your headers.&lt;/p&gt;

&lt;h3 id='5_be_bold_with_textures'&gt;5. Be bold with textures.&lt;/h3&gt;

&lt;p&gt;Distortion effects in Photoshop and Gimp go a long way. Mike made the cream background look like it was sandblasted with gold, creating a glittery feel that felt much more like a hallmark card. Moreover, anything that looked like it should be a scrip of paper&amp;#8211; like the actual GiftRocket card&amp;#8211; Mike made look like paper. Our gift form, formerly just a white background with some shadow, now felt like an actual certificate of some sort.&lt;/p&gt;
&lt;img alt='Texture comparison' src='/images/blog/texture_comparison_2.png' /&gt;
&lt;p&gt;While I think clean, metallic backgrounds and menus are still in style (e.g. Apple), I suspect these textured backgrounds are becoming more popular (see &lt;a href='http://web.archive.org/web/20101127164625/https://squareup.com/'&gt;Square&amp;#8217;s old site&lt;/a&gt; and &lt;a href='http://blog.defgrip.net/wp-content/uploads/2010/03/f2.jpg'&gt;Frank Chimero&amp;#8217;s work&lt;/a&gt;).&lt;/p&gt;

&lt;h3 id='6_repeat_branding_pieces_for_consistency'&gt;6. Repeat branding pieces for consistency.&lt;/h3&gt;

&lt;p&gt;Mike created a few branding bits&amp;#8211; the swirly braces and the gold star. They&amp;#8217;re displayed below, without comparison since we really had no branding bits on our first go-around.&lt;/p&gt;
&lt;img alt='Branding pieces' src='/images/blog/branding_pieces.png' /&gt;
&lt;p&gt;Mike applied them everywhere on the site. They&amp;#8217;re on forms. They&amp;#8217;re in our app. They&amp;#8217;re in our terms of service, which now has stars for bullets. Even the fake currency on the &lt;a href='http://www.giftrocket.com/how-it-works'&gt;how it works&lt;/a&gt; has them. Take a look around the site and see how many you can count. To me, this observation was like noticing the &lt;a href='http://www.thesneeze.com/mt-archives/000273.php'&gt;FedEx arrow&lt;/a&gt;. I can never unsee it, ever.&lt;/p&gt;

&lt;p&gt;It would be naive to assume that these six things alone are the reasons our site now feels better. But had we applied these tips to our own website earlier on, I think we would have had a more visually pleasing product.&lt;/p&gt;

&lt;p&gt;Like what you read? Follow &lt;a href='http://www.twitter.com/giftrocket'&gt;@giftrocket&lt;/a&gt; on Twitter.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Don't Burn Bridges: A 4-Step Guide to Networking in Silicon Valley</title>
   <link href="http://www.giftrocket.com/dont-burn-bridges"/>
   <updated>2011-08-02T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/dont-burn-bridges</id>
   <content type="html">&lt;img alt='Burning bridges is a bad idea' src='/images/blog/burning_bridge.jpg' /&gt;&lt;div class='attribution'&gt;
Don't burn bridges! Photo by &lt;a href='http://www.flickr.com/photos/48808764@N07/5146547737/'&gt;web@kstp.com&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;Networking in Silicon Valley should be the easiest thing in the world. The Valley thrives on a free exchange of new ideas, so people always want to meet other people who might have interesting ideas or connections. As a result, people I hardly know introduce me to people they hardly know. Sometimes I get cold-emailed.&lt;/p&gt;

&lt;p&gt;On general principle, and since the numbers aren&amp;#8217;t currently overwhelming, I&amp;#8217;ll take any introduction that comes my way. Most of the time, I&amp;#8217;ll go out of my way to help those people out. Most founders, YCombinator or not, would do the same.&lt;/p&gt;

&lt;p&gt;However, about half of people I&amp;#8217;m introduced to do something that makes me not want to help them out. I&amp;#8217;ve been through enough of these intro cycles now that I&amp;#8217;ve started to discern &lt;strong&gt;four distinct patterns&lt;/strong&gt;. Here&amp;#8217;s what they are, and how to avoid them:&lt;/p&gt;

&lt;h3 id='1_flaking_on_meetings'&gt;1. Flaking on meetings&lt;/h3&gt;

&lt;p&gt;Last week, a kind-of acquaintance asked me for some advice on his fledgling startup, and wanted to see if I&amp;#8217;d meet with him to discuss. I offered to have lunch with him the following week. That was the last I heard from him.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;Radio-silence isn&amp;#8217;t the worst thing in the world. I&amp;#8217;ll still take the meeting in a couple weeks if the founder does end up getting back in touch. But I&amp;#8217;ll be far less likely to help that person, since he&amp;#8217;s going to have to really impress me to make up for my current impression that he&amp;#8217;s a flake.&lt;/p&gt;

&lt;h3 id='2_forgetting_to_do_followups'&gt;2. Forgetting to do follow-ups&lt;/h3&gt;

&lt;p&gt;One of my VC friends introduced me to a startup that he believed had a lot of potential. I took a 45 minute call with their main guy, who seemed full of energy and excited to get things done. I told him that they should apply to YCombinator, and offered to mention their application specifically to a partner to make sure it got a close look, under the condition that I could review it first. This is the type of thing I would have killed for before I was in YC.&lt;/p&gt;

&lt;p&gt;Unfortunately, that founder never sent me his application.&lt;/p&gt;

&lt;p&gt;A better networker would have sent me a draft the next day. Or even politely sent an email later that night that said &amp;#8220;We decided not to apply. Thanks again for the feedback&amp;#8221;. But I won&amp;#8217;t ever recommend this founder for YC again.&lt;/p&gt;

&lt;h3 id='3_being_transactional'&gt;3. Being transactional&lt;/h3&gt;

&lt;p&gt;Earlier this year I was introduced to another founder working on a music startup. Their team needed help with their YC application, so I spent 2-3 hours helping them revise and improve it. After I sent them a last piece of feedback about their video, I never heard back from them again.&lt;/p&gt;

&lt;p&gt;When I invest time in others, I like to hear how things go. In this case, I felt used. I have little interest in helping this founder out again. For us, we made sure that upon launch we sent out GiftRockets to &lt;a href='http://www.wepay.com'&gt;people who helped us out&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id='4_not_writing_thank_you_notes'&gt;4. Not writing thank you notes&lt;/h3&gt;

&lt;p&gt;One startup founder cold-emailed me after our site launched, and asked me a couple questions. After I responded, he sent me a thank you email for my time. I later took an hour-long call with him to give startup advice. I&amp;#8217;d be happy to introduce him to anyone I know. And I&amp;#8217;ve never even met the guy.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;m never peeved if someone doesn&amp;#8217;t write a thank you note, but I&amp;#8217;m consistently impressed when someone does. Thank you notes after meetings are rare. At GiftRocket, we took a page out of the Wufoo book and started giving t-shirts to the people who helped us out. It&amp;#8217;s great for our brand, and it lets people know that we really appreciated their time.&lt;/p&gt;

&lt;p&gt;Everyone in the Valley is busy, and I&amp;#8217;m sure I&amp;#8217;ve violated my own rules several times. But by just being a little bit thoughtful about your interactions with the people you meet in the startup scene, you can easily avoid burning what might be some very important bridges.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Announcing the GiftRocket redesign</title>
   <link href="http://www.giftrocket.com/announcing-the-redesign"/>
   <updated>2011-08-01T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/announcing-the-redesign</id>
   <content type="html">&lt;img alt='Why GiftRocket page' src='/images/blog/why-giftrocket.png' /&gt;
&lt;p&gt;Giving a gift should feel great.&lt;/p&gt;

&lt;p&gt;That was the basic direction we gave our designer, &lt;a href='http://www.mikekus.com'&gt;Mike Kus&lt;/a&gt;. Mike is a versatile and brilliant designer based in the United Kingdom. He took our general direction and, along with our existing content and flows, created the new &lt;a href='http://www.giftrocket.com'&gt;GiftRocket site&lt;/a&gt;.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;Some of Mike&amp;#8217;s best work came out in the mobile app. The end product was something we all thought was visually stunning.&lt;/p&gt;
&lt;img alt='Redeeming a gift' src='/images/blog/redeem_gift.jpg' /&gt;
&lt;p&gt;At some point in the future, we&amp;#8217;ll document the entire experience of redesigning our site. But for now, kick the tires and let us know what you think.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The GiftRocket Team&lt;/li&gt;
&lt;/ul&gt;</content>
 </entry>
 
 <entry>
   <title>GIVEAWAY: Guess When the iPhone 5 is Announced, Win $200 to the Apple Store</title>
   <link href="http://www.giftrocket.com/apple-contest"/>
   <updated>2011-07-28T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/apple-contest</id>
   <content type="html">&lt;img alt='Apple Store with massive line' src='/images/blog/apple_store.png' /&gt;&lt;div class='attribution'&gt;
Photo by &lt;a href='http://www.flickr.com/photos/25030443@N03/2664214748/'&gt;Rob DiCaterino&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;The iPhone 5&amp;#8217;s announcement is probably the most talked about tech event of the year. Speculation about when and what the iPhone 5 release will bring reached a fever pitch after Apple broke their historical release pattern by not releasing a new phone in June.&lt;/p&gt;

&lt;p&gt;The questions stream in: will it have NFC? Support 4G? Be available on networks other than AT&amp;amp;T/Verizon? Have a larger screen? Do away with the home button? Have a design modeled off of the Macbook Air? Most people seem to think the iPhone 5 will be announced and presented between the last week of August and the middle of September, though there is of course no word from the always-secretive team at Apple.&lt;/p&gt;

&lt;h3 id='announcing_the_giftrocket_iphone_release_contest'&gt;Announcing the GiftRocket iPhone Release Contest&lt;/h3&gt;

&lt;p&gt;GiftRocket will be reaching out to some of our favorite tech bloggers to gather their predictions. What do you think the actual release date for the iPhone 5 (or 4S, if Apple calls it that) will be?&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;To participate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pick a specific date for the &lt;strong&gt;public release event&lt;/strong&gt; when Apple announces the phone.&lt;/li&gt;

&lt;li&gt;Post your prediction on your own blog with a link back to this post so we can track who has entered.&lt;/li&gt;

&lt;li&gt;Email me at &lt;a href='mailto:pooneet@giftrocket.com'&gt;pooneet@giftrocket.com&lt;/a&gt; to get on the list (we are capping it so each participant has a reasonable chance of winning).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When the release date is announced, the blogger with the &lt;strong&gt;closest guess&lt;/strong&gt; will win &lt;a href='http://www.giftrocket.com/gift-card/apple-store-san-francisco-2'&gt;$200 to the Apple Store&lt;/a&gt;! (In the event of a tie, the winner will be randomly selected from the correct guesses).&lt;/p&gt;

&lt;p&gt;Questions? Drop me a line at &lt;a href='mailto:pooneet@giftrocket.com'&gt;pooneet@giftrocket.com&lt;/a&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Top Six Gift Ideas for Matthew Berry Fans</title>
   <link href="http://www.giftrocket.com/the-top-6-gift-ideas-matthew-berry-fans"/>
   <updated>2011-07-13T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/the-top-6-gift-ideas-matthew-berry-fans</id>
   <content type="html">&lt;img src='/images/blog/mattberry.png' /&gt;
&lt;p&gt;Matthew Berry, aka the Talented Mr. Roto, is perhaps the best known expert in the fantasy baseball universe. From his humble beginnings as a production assistant on &lt;em&gt;The George Carlin Show&lt;/em&gt;, Berry is now the Director of Fantasy Sports for ESPN &amp;#8211; which might just be the most amazing job title, ever. In addition to being a major source of inspiration for my own (currently in second place) ESPN fantasy baseball team, he and Nate Ravitz provide an entertaining wealth of information every weekday on their fantasy baseball podcast. From Pod Vader to Anne Hathaway, Matthew Berry inspires a host of gift ideas &amp;#8211; and here we give you the best ones.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;&lt;img src='/images/blog/vader.jpg' /&gt;&lt;span class='attribution'&gt;
Photo by &lt;a href='http://www.flickr.com/photos/pasukaru76/3998209007/sizes/z/in/photostream/'&gt;Pasukaru78&lt;/a&gt;
&lt;/span&gt;
&lt;h3 id='1_your_very_own_pod_vader'&gt;1. &lt;a href='http://www.toysrus.com/product/index.jsp?productId=3531170&amp;amp;CAWELAID=390902576'&gt;Your very own Pod Vader&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;Pod Vader produces Matthew&amp;#8217;s fantasy baseball podcast for ESPN, and serves as Berry&amp;#8217;s chief tormentor on the show. From playing a mean &amp;#8220;comedy goalie&amp;#8221; to missing cues for drops and generally giving Matthew a hard time, Pod Vader definitely lives up to his ominous sounding name. With this &amp;#8220;pod&amp;#8221; Vader plush toy, you can have your very own Pod Vader on your desk to throw around as much as you&amp;#8217;d like.&lt;/p&gt;

&lt;h3 id='2_the_new_bill_james_historical_baseball_abstract'&gt;2. &lt;a href='http://www.amazon.com/Bill-James-Historical-Baseball-Abstract/dp/0684806975'&gt;The New Bill James Historical Baseball Abstract&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;Bill James is widely considered the father of sabermetrics. In fact, he coined the term, defining it as &amp;#8220;the search for objective knowledge about baseball.&amp;#8221; Just in time for this fall&amp;#8217;s release of the &lt;em&gt;Moneyball&lt;/em&gt; movie, starring Brad Pitt as Oakland A&amp;#8217;s manager (and Bill James disciple) Billy Beane, this book is the perfect gift for any fantasy baseball fan. Especially for a fan languishing in 12th place in their mixed-team league with nothing to do but begin prepping for next season (I know, Berry says to never give up&amp;#8230;but the last place team in our league has only 78 HR and 368 RBI &amp;#8211; what is he supposed to do?).&lt;/p&gt;

&lt;h3 id='3_erik_bedard_edwin_encarnacion_and_dan_uggla_jerseys'&gt;3. &lt;a href='http://shop.mlb.com/category/index.jsp?categoryId=1452620'&gt;Erik Bedard, Edwin Encarnacion, and Dan Uggla Jerseys&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;Matthew Berry&amp;#8217;s willingness to own up to his bad calls is wrong is unique among prognosticators. This year his three biggest flops have probably been Bedard, Encarnacion, and Uggla. Berry predicted Bedard would get 15 wins and 175 strikeouts; at the all-star break, he has 4 wins and 85 K&amp;#8217;s. Given that he&amp;#8217;s been on the DL since the end of June and won&amp;#8217;t be ready to come off until at least one start after the break, he&amp;#8217;s not going to come close. Worse is Encarnacion, whom Berry predicted would hit 30 dingers at the start of the season &amp;#8211; he has 6 at the break. But even that doesn&amp;#8217;t compare to the absolute terror that Dan Uggla has been for fantasy owners &amp;#8211; Berry predicted a .300 average with forty home runs, and Uggla has 15 home runs with a &lt;em&gt;.185 average&lt;/em&gt; at the break. Show your support for Berry&amp;#8217;s picks with some authentic game jerseys!&lt;/p&gt;

&lt;h3 id='4_tickets_to_a_pittsburg_pirates_game'&gt;4. &lt;a href='http://pittsburgh.pirates.mlb.com/index.jsp?c_id=pit'&gt;Tickets to a Pittsburg Pirates game&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;Berry&amp;#8217;s love of the Pirates has stayed consistent from the start of the season &amp;#8211; and unlike Bedard, Encarnacion, or Uggla, they&amp;#8217;ve actually lived up to his predictions with a 47-43 record at the break (just 1 game out of the first place tie in the NL central). If you or your friend live near an NL-park (or in Pittsburg itself), give the gift of seeing this underdog team in person!&lt;/p&gt;
&lt;img src='/images/blog/hathaway.jpg' /&gt;&lt;span class='attribution'&gt;
This extra-lovely photo by &lt;a href='http://www.flickr.com/photos/35197415@N06/3393767338/'&gt;Blair Waldorf&lt;/a&gt;
&lt;/span&gt;
&lt;h3 id='5_anne_hathaway_boxed_set'&gt;5. &lt;a href='http://www.amazon.com/gp/search/ref=sr_in_-2_p_lbr_actors_browse-_679?rh=n%3A2625373011%2Cn%3A%212625374011%2Cn%3A2649512011%2Cp_lbr_actors_browse-bin%3AAnne+Hathaway&amp;amp;bbn=2649512011&amp;amp;ie=UTF8&amp;amp;qid=1310534445&amp;amp;rnid=2498745011'&gt;Anne Hathaway Boxed Set&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;Berry&amp;#8217;s infatuation with Anne Hathaway knows no bounds &amp;#8211; in his preseason article, he even ranked her ahead of Megan Fox (that would have been like ranking Kemp ahead of Pujols! Oh wait &amp;#8211; that would have worked out just fine&amp;#8230;). Start your custom boxed set at the beginning, with Princess Diaries. From there, move on to Brokeback Mountain, The Devil Wears Prada, Get Smart, Bride Wars, and finally Alice in Wonderland &amp;#8211; quite the spectrum.&lt;/p&gt;

&lt;h3 id='6_espn_insider_and_rotowirecom_subscriptions'&gt;6. &lt;a href='http://insider.espn.go.com/insider/benefits'&gt;ESPN insider&lt;/a&gt; and &lt;a href='http://www.rotowire.com/index.htm'&gt;rotowire.com&lt;/a&gt; subscriptions&lt;/h3&gt;

&lt;p&gt;If you want to give someone the ability to take their fantasy game to the next level, give them subscriptions to ESPN insider and rotowire.com. Insider will give you full access to Berry, Ravitz, KaraBell (ding!) and the rest of the ESPN team. Rotowire.com will provide you with the fastest and most in-depth player news out there so you can stay one step ahead of the competition (this is why I picked up Bonifacio &lt;em&gt;before&lt;/em&gt; Berry talked about him as a replacement for the injured A-Rod on the podcast).&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>The Top 5 Comicon Gifts (hint: #3 is buying Nathan Fillion 900,000 Twitter followers)</title>
   <link href="http://www.giftrocket.com/the-top-5-comicon-gifts-hint-3-is-buying-nathan-fillion-900k-followers"/>
   <updated>2011-07-08T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/the-top-5-comicon-gifts-hint-3-is-buying-nathan-fillion-900k-followers</id>
   <content type="html">&lt;img src='/images/blog/fillion.jpg' width='600px' /&gt;&lt;span class='attribution'&gt; 
Photo courtesy of &lt;a href='http://www.flickr.com/photos/ravenu/'&gt;RavenU&lt;/a&gt;
&lt;/span&gt;
&lt;p&gt;Comicon, cherished as the world&amp;#8217;s biggest celebration of all that is nerd, is finally here. Even though it has lost its underground street cred with references in Entourage and Kevin Smith flicks, it&amp;#8217;s still going to be frickin&amp;#8217; awesome. So you know someone who is going. We do too, and we like gifts. Here are the top 5 gifts for the Comicon goer:&lt;/p&gt;

&lt;h3 id='5_a_stormtrooper_costume'&gt;5. A Stormtrooper Costume&lt;/h3&gt;

&lt;p&gt;There&amp;#8217;s going to be at least 1 awesome costume party this year. Get him something better than a regular stormtrooper costume: &lt;a href='http://www.google.com/products/catalog?pq=stormtrooper+replica&amp;amp;hl=en&amp;amp;cp=14&amp;amp;gs_id=72&amp;amp;xhr=t&amp;amp;q=stormtrooper+costume&amp;amp;qe=c3Rvcm10cm9vcGVyIGM&amp;amp;qesig=jKHstfR7Z1gcDcdrdMGB8g&amp;amp;pkc=AFgZ2tkXKtFrmYKiVcfrH6AaVTjThBg1vs1P-8XQIGVzsOy4XLR90XCOcme4npn9Ll42TxpyxYfcWW8YToyp06tg5RXPvNSDvQ&amp;amp;bav=on.2,or.r_gc.r_pw.&amp;amp;biw=1280&amp;amp;bih=624&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;tbm=shop&amp;amp;cid=16010201859313099158&amp;amp;sa=X&amp;amp;ei=iL0XToO8DsHhiAKT543RBQ&amp;amp;sqi=2&amp;amp;ved=0CHQQ8wIwAQ'&gt;this one&lt;/a&gt; goes for $670 online and ought to make them stand out.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;&lt;img src='/images/blog/viking.jpg' width='600px' /&gt;&lt;span class='attribution'&gt; 
Photo courtesy of &lt;a href='http://www.flickr.com/photos/ranh/'&gt;RanH&lt;/a&gt;
&lt;/span&gt;
&lt;h3 id='4_a_viking_quest_poster'&gt;4. A Viking Quest Poster.&lt;/h3&gt;

&lt;p&gt;A show within a show, where the actor plays an actor running a booth at a Comicon. It&amp;#8217;s so meta&amp;#8230;&lt;/p&gt;

&lt;h3 id='3_buy_nathan_fillion_900000_followers_on_their_behalf'&gt;3. Buy Nathan Fillion 900,000 followers on their behalf&lt;/h3&gt;

&lt;p&gt;You loved him in Firefly. Serenity wasn&amp;#8217;t selling out- it was better. And the man produced a video about &lt;a href='http://info.break.com/break/html/sponsors/comic-con-san-diego-2011-nerd-machine/comic-con-san-diego-2011-nerd-machine.html'&gt;that swampiness down under&lt;/a&gt;. He&amp;#8217;s now on a quest for 900,000 twitter followers by the start of Comicon. Go to an agency and buy him what he needs on behalf of your man. Why? No reason.&lt;/p&gt;
&lt;img src='/images/blog/comicon.jpg' width='600px' /&gt;&lt;span class='attribution'&gt; 
Photo courtesy of &lt;a href='http://www.flickr.com/photos/pagedooley/'&gt;kevindooley&lt;/a&gt;
&lt;/span&gt;
&lt;h3 id='2_crowd_control_equipment'&gt;2. Crowd control equipment.&lt;/h3&gt;

&lt;p&gt;It&amp;#8217;s going to get hot in San Diego, especially in a convention center where one half of attendees are dressed in heavy costumes, and the other half keep swarming around them. Consider some practical tools, like &lt;a href='http://www.amazon.com/Refreshing-Summer-Solar-Cooling-Attached/dp/B003YH7WU2'&gt;this hat&lt;/a&gt;, and &lt;a href='http://www.google.com/products/catalog?q=star+wars+water+bottle&amp;amp;hl=en&amp;amp;nord=1&amp;amp;prmd=ivns&amp;amp;bav=on.2,or.r_gc.r_pw.&amp;amp;ion=1&amp;amp;biw=1280&amp;amp;bih=624&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;tbm=shop&amp;amp;cid=10943956744458473996&amp;amp;sa=X&amp;amp;ei=acAXTsGmKY20sAPjtvjTDQ&amp;amp;ved=0CGEQ8wIwAQ'&gt;this water bottle.&lt;/a&gt; Stay cool.&lt;/p&gt;

&lt;h3 id='1_a_reservation_on_their_behalf_at_a_decent_restaurant_in_san_diego'&gt;1. A reservation on their behalf at a decent restaurant in San Diego.&lt;/h3&gt;

&lt;p&gt;The lines are going to be unbelievably long at any good restaurant at San Diego. Your hombre will be stuck eating outside of the Marisco&amp;#8217;s German truck and he won&amp;#8217;t be happy about it. We suggest a reservation to Sally&amp;#8217;s or Blue Point.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Restaurant Gift Card Market Bigger Than NASA Space Exploration Budget</title>
   <link href="http://www.giftrocket.com/restaurant-gift-card-market-bigger-than-nasa-space-exploration-budget"/>
   <updated>2011-07-07T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/restaurant-gift-card-market-bigger-than-nasa-space-exploration-budget</id>
   <content type="html">&lt;img src='/images/blog/nasa.jpg' width='600px' /&gt;&lt;span class='attribution'&gt; 
Photo courtesy of &lt;a href='http://www.flickr.com/photos/49647919@N00/238668701/'&gt;Paul Williams&lt;/a&gt;
&lt;/span&gt;
&lt;p&gt;&lt;strong&gt;The restaurant gift card market is probably bigger than $5B dollars a year.&lt;/strong&gt; According to the National Restaurant Association, 2011 total restaurant spending is forecast to total $604 billion, roughly 6% of aggregate U.S. consumer spending. We conservatively estimate, using this proportion, that the size of the restaurant gift card industry is at or over $4.8 billion per year.&lt;/p&gt;

&lt;h3 id='what_5b_means'&gt;What $5B means&lt;/h3&gt;

&lt;p&gt;Looking at this data from the restaurant owner&amp;#8217;s perspective is even more striking. According to the NPD Group, there were approximately 580,000 restaurants in the U.S. at the start of 2011. The $4.8 billion estimated restaurant gift card industry works out to $8,275 in average gift card income every year at the nation&amp;#8217;s restaurants. Compare that to NASA&amp;#8217;s $3.7B Space Exploration budget. While restaurant gift card spending is not likely to be evenly distributed across all restaurants, it is a safe assumption that gift card programs play an important role at most of them.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;Anecdotally, a longtime restaurant industry insider recently relayed to me the story of his first job in the business, for a small Italian restaurant in Maine. He said that the gift cards the restaurant sold during the Christmas holidays generated enough cash flow to get the restaurant through the tough winter months. At the other end of the spectrum, the nation&amp;#8217;s top restaurants sell hundreds of thousands of dollars of gift cards each year.&lt;/p&gt;

&lt;h3 id='the_pros_and_cons_of_gift_card_programs'&gt;The pros and cons of gift card programs&lt;/h3&gt;

&lt;p&gt;There are lots of reasons to have gift cards. It is almost inexcusable as a restaurant owner to not have one.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Revenue.&lt;/strong&gt; Since the gift cards are all pre-paid, the restaurants get immediate revenue.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Breakage.&lt;/strong&gt; Not all gift cards are completely or even partially redeemed &amp;#8211; estimates of the amount of gift card &amp;#8220;breakage&amp;#8221; are around 25%, so restaurants pocket roughly 25% of the value of each gift card without having to give anything of value in return.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;New customers.&lt;/strong&gt; Gift cards drive customer traffic to specific restaurants &amp;#8211; potentially leading to new customer acquisition.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But gift card programs have costs too.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Significant staff investment.&lt;/strong&gt; It takes time and effort to create, process, sell gift cards, not to mention maintaining proper redemption records.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Logistical drawbacks&lt;/strong&gt; For smaller restaurants, customers often just won&amp;#8217;t buy if it isn&amp;#8217;t convenient for them to do so online. Look at this disaster of a gift certificate form at &lt;a href='http://www.garydanko.com/site/forms/giftcert.pdf'&gt;Gary Danko San Francisco.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id='the_future'&gt;The future&lt;/h3&gt;

&lt;p&gt;The way that customers interact with restaurants and other businesses is changing dramatically. More customers want to interact with businesses by &amp;#8220;checking in&amp;#8221; when they are there using services like foursquare and Facebook Places &amp;#8211; foursquare grew by 3,400% in 2010, as users checked in over 381 million times.&lt;/p&gt;

&lt;p&gt;These customers also want to share their restaurant experiences by posting on their Facebook walls or tweeting. Restaurants have generally been slow to respond in kind to this new demand from their customers, as few restaurants put significant effort into interacting with their customers through social media such as Facebook and Twitter. The gift certificate has remained simple and unchanged, but will it stay so for much longer?&lt;/p&gt;

&lt;h4 id='notes'&gt;Notes&lt;/h4&gt;

&lt;p&gt;We published a version of this article in Restaurants &amp;amp; Institutions Magazine. Below are some notes on market sizing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Total dollar value of gift cards given out in the U.S. every year: $80 billion&lt;/li&gt;

&lt;li&gt;Total dollar amount spent at restaurants in the U.S. every year: $604 billion (according to the National Restaurant Association)&lt;/li&gt;

&lt;li&gt;2010 U.S. aggregate GDP: $14.7 trillion&lt;/li&gt;

&lt;li&gt;Consumer spending&amp;#8217;s proportion of aggregate GDP (remember C + I + G + Xn?): 70%&lt;/li&gt;

&lt;li&gt;2010 U.S. consumer spending: 70% of $14.7 trillion, or $10 trillion&lt;/li&gt;

&lt;li&gt;Percentage of consumer spending that is on restaurants: $604 billion / $10 trillion = 6%&lt;/li&gt;

&lt;li&gt;Applying the same percentage to the total dollar value of gift cards given out, we get our estimate for the restaurant gift card market: 6% of $80 billion = $4.8 billion. Note: the $80B is a conservative estimate of current gift card spend.&lt;/li&gt;

&lt;li&gt;This number is probably a conservative estimate, as housing is a third of consumer spending.&lt;/li&gt;
&lt;/ul&gt;</content>
 </entry>
 
 <entry>
   <title>Baseball Stadium Food</title>
   <link href="http://www.giftrocket.com/baseball-stadium-food"/>
   <updated>2011-06-23T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/baseball-stadium-food</id>
   <content type="html">&lt;img src='/images/blog/hot_dog.jpg' width='600px' /&gt;&lt;span class='attribution'&gt;
Photo courtesy of &lt;a href='http://bakerslove.typepad.com/bakerslove/2009/06/baseball-hot-dogs-and-fun.html'&gt;Bakers love&lt;/a&gt;
&lt;/span&gt;
&lt;p&gt;Summer officially began this week. In addition to the long days, great weather, beach outings, and barbeques, baseball games are a quintessential part of the American summer experience. Every one of major league baseball&amp;#8217;s 30 stadiums offers a unique experience that reflects the cities and the teams the stadiums represent. Here are our top 8.&lt;/p&gt;

&lt;h3 id='1_fenway_park'&gt;1. Fenway Park&lt;/h3&gt;

&lt;p&gt;Fenway Park is the oldest professional baseball stadium still in use today. Home to the Red Sox since 1912, a trip to Fenway is a crucial baseball experience for any fan, even if you root for Sox&amp;#8217;s arch rival New York Yankees. The focal food here is of course the Fenway Frank, the all-beef hot dog made famous by the Park.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;h3 id='2_yankee_stadium'&gt;2. Yankee Stadium&lt;/h3&gt;

&lt;p&gt;Heading South from Boston, the next stadium on our list is home to the New York Yankees, arguably the most famous franchise in all of professional sports. The current Yankee Stadium, also referred to as &amp;#8220;new&amp;#8221; Yankee Stadium, replaced the original 1923 Yankee Stadium in 2009. One of the big changes at the new stadium is a distinct improvement in the dining options, including the Lobel&amp;#8217;s prime beef sandwich. For $15, you can experience the delicious combination of hand-carved prime rib, beef jus, and some horseradish sauce on a soft bun.&lt;/p&gt;

&lt;h3 id='3_citizens_bank_park'&gt;3. Citizens Bank Park&lt;/h3&gt;

&lt;p&gt;The Philadelphia Phillies are the oldest same name, same location team in American professional sports, but they have only played in their current ballpark since 2004. Seeing as this is Philadelphia, the featured food at Citizens Bank is the namesake Philadelphia Cheesesteak. Although the debate rages on, consensus seems to favor Campo&amp;#8217;s (formerly Rick&amp;#8217;s) as the best place to grab a tasty steak (with whiz, of course!) in between innings.&lt;/p&gt;

&lt;h3 id='4_camden_yards'&gt;4. Camden Yards&lt;/h3&gt;

&lt;p&gt;Camden Yards, home to the Baltimore Orioles, opened in 1992. The stadium is home to one of the most famous occurrences in baseball, when Cal Ripken, Jr. played his 2,131st consecutive game, breaking Lou Gehrig&amp;#8217;s seemingly untouchable 2,130 mark. Camden Yards is also home to some great barbeque, courtesy of Boog Powell, former Orioles 1st baseman and 4-time all-star. Go to Boog&amp;#8217;s and score a hearty plate of barbeque pork!&lt;/p&gt;

&lt;h3 id='5_wrigley_field'&gt;5. Wrigley Field&lt;/h3&gt;

&lt;p&gt;Wrigley is the second oldest ballpark, losing out to Fenway by just four years for that title (it was built in 1916). Wrigley is a park that oozes tradition, from the ivy-covered wall to the hand-turned scoreboard to the required trip through the bars of Wrigleyville before each game. Make sure you experience another piece of Wrigley tradition&amp;#8211; a Chicago-style Vienna beef hot dog.&lt;/p&gt;

&lt;h3 id='6_busch_stadium'&gt;6. Busch Stadium&lt;/h3&gt;

&lt;p&gt;Home to the St. Louis Cardinals, Busch Stadium opened in 2006. That year was also only the second time a team won the World Series in its first year in a new stadium. It is fair to refer to Busch Stadium as the &amp;#8220;House that Albert&amp;#8221; built, but with no contract in place after this year, it is anyone&amp;#8217;s guess whether Pujols will be around to lead the team in the years to come. Take your mind off of Pujol&amp;#8217;s impending contract decision with one of Busch Stadium&amp;#8217;s trademark foods, a bacon-wrapped barbeque hot dog.&lt;/p&gt;

&lt;h3 id='7_coors_field'&gt;7. Coors Field&lt;/h3&gt;

&lt;p&gt;Coors Field, home to the Colorado Rockies, is located in Denver, Colorado. Coors Field was formerly called &amp;#8220;Mile High Stadium&amp;#8221; because it is over 5,000 feet above sea level (the exact mile mark is in the 20th row of the upper deck). Because the lower air pressure at this altitude lets hit baseballs travel further, Coors Field has long been known as a very home-run friendly park. In addition to being the highest park, Coors Field is also home to perhaps the strangest specialty food item&amp;#8211; rocky mountain oysters, or fried bull testicles, located in section 144&amp;#8211; a can&amp;#8217;t miss.&lt;/p&gt;

&lt;h3 id='8_att_park'&gt;8. AT&amp;#38;T Park&lt;/h3&gt;

&lt;p&gt;Our last featured stadium is home to the reigning World Series Champion San Francisco Giants. AT&amp;#38;T Park has been open since 2000, and due to an overly active telecom merger environment has changed name three times since then&amp;#8211; from the original Pacific Bell Park to SBC Park and then finally to AT&amp;#38;T Park. Regardless of the name, the unmistakable scent of garlic has long wafted over the park, courtesy of the famous Gilroy&amp;#8217;s garlic fries.&lt;/p&gt;

&lt;p&gt;Do you have a friend, son, father, significant other, or coworker lucky enough to score some tickets to a game? Make sure they have a great time by sending them a GiftRocket to the ballpark&amp;#8211; the only way to send a gift card to a sporting event! Tell them to spend that money on iconic food items at some of the country&amp;#8217;s best baseball venues.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Give the gift of a Napa Valley wine tasting</title>
   <link href="http://www.giftrocket.com/napa-wine-tasting"/>
   <updated>2011-06-15T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/napa-wine-tasting</id>
   <content type="html">&lt;img src='/images/blog/sullivan.jpg' width='600px' /&gt;&lt;span class='attribution'&gt;
Photo courtesy of  &lt;a href='http://sullivanwine.com/'&gt;Sullivan Wine&lt;/a&gt;&lt;/span&gt;
&lt;p&gt;&lt;em&gt;&amp;#8220;Wine is sure proof that God loves us and wants us to be happy&amp;#8221;&lt;/em&gt; -Benjamin Franklin&lt;/p&gt;

&lt;p&gt;Out of all of the trips I&amp;#8217;ve been on, none has satisfied as consistently and completely as going wine tasting in California&amp;#8217;s Napa Valley. There is something magical about tasting wine in the same place where the grapes were grown, harvested, and fermented into the good stuff. Since I&amp;#8217;ve been there a few times, friends and family often turn to me for suggestions on where to go. Below is a perfect itinerary for a great Napa wine tasting day trip. I only included 3 actual vineyards so you don&amp;#8217;t have to worry about finding a designated driver and you can have a relaxed experience at each one. Vineyards don&amp;#8217;t generally offer gift cards, so use &lt;a href='http://www.giftrocket.com'&gt;GiftRocket&lt;/a&gt; to give a gift to any of these great experiences!&lt;/p&gt;

&lt;h3 id='1100am_sullivan_vineyards'&gt;11:00am: &lt;a href='http://www.giftrocket.com/gift-card/sullivan-vineyards-saint-helena'&gt;Sullivan Vineyards&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;Start your trip by driving up route 29, past Napa, Yountville, and Oakville until you reach &lt;a href='http://www.giftrocket.com/gift-card/sullivan-vineyards-saint-helena'&gt;Sullivan Vineyards&lt;/a&gt;, located on Galleron Road in Rutherford. The Rutherford appellation is excellent for growing hearty cabernet sauvignon grapes, and Sullivan Vineyards bears this out. Sullivan has one of the most intimate, calm, and friendly tasting experiences of any vineyard I&amp;#8217;ve been to. Make an appointment and allow yourself at least an hour and a half. If it is nice out, they will do tastings in a beautiful courtyard between the tasting room / barrel warehouse and the family&amp;#8217;s house. The owner&amp;#8217;s dog, Apollo, usually greets guests at their cars and is a great tasting companion.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;p&gt;Sullivan Vineyards is a small, family-run vineyard that focuses on deep red wines (their phone number is 1-877-BIG-REDS); they produce about 4,200 cases per year from 26 acres. They make a &amp;#8220;casual cabernet&amp;#8221; that is a blend of 75% cabernet sauvignon and 25% merlot, a full bodied and spicy merlot, a big, mouth-filling cab, and a Bordeaux-style blend of cabernet, merlot, cabernet franc, and petit verdot. All are excellent. The tastings are seated and relaxed&amp;#8211; definitely no attempts to rush you through or anything and no &amp;#8220;hard-sell&amp;#8221; tactics at the end of the tasting. These are people that know and love their wines&amp;#8211; a great start to your wine tasting trip.&lt;/p&gt;

&lt;h3 id='1230pm_lunch_at_la_luna_or_gotts'&gt;12:30pm: Lunch at &lt;a href='http://www.giftrocket.com/gift-card/la-luna-market-and-taqueria-rutherford'&gt;La Luna&lt;/a&gt; or &lt;a href='http://www.giftrocket.com/gift-card/gotts-roadside-st-helena'&gt;Gott&amp;#8217;s&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;By this time you will probably want some lunch. There are two great options that are within a 10 minute drive of Sullivan Vineyards&amp;#8211; &lt;a href='http://www.giftrocket.com/gift-card/la-luna-market-and-taqueria-rutherford'&gt;La Luna taqueria&lt;/a&gt; and &lt;a href='http://www.giftrocket.com/gift-card/gotts-roadside-st-helena'&gt;Gott&amp;#8217;s Roadside&lt;/a&gt;. La Luna is located on Rutherford Road &amp;#8211; from Sullivan head south on route 29 and take a left onto Rutherford Road (the Rutherford Grill will be on your left). La Luna is just down the street on the right. Order a burrito or taco (carnitas is their specialty) from the friendly crew at the back, grab some fluids to stay hydrated, and eat your lunch on one of the tables behind the restaurant that overlook a vineyard. This is a locals place &amp;#8211; you won&amp;#8217;t see many tourists at La Luna (their loss).&lt;/p&gt;

&lt;p&gt;The scene is very different at &lt;a href='http://www.giftrocket.com/gift-card/gotts-roadside-st-helena'&gt;Gott&amp;#8217;s&lt;/a&gt;, where the line can easily reach 30 people on busy Saturday afternoons. Located about 5 minutes north on route 29 from Sullivan, Gott&amp;#8217;s is an updated version of the great American roadside diner. Burgers and shakes are what they&amp;#8217;re known for, and both are excellent.&lt;/p&gt;

&lt;h3 id='200pm_hopper_creek_vineyard_and_winery'&gt;2:00pm: &lt;a href='http://www.giftrocket.com/gift-card/hopper-creek-winery-yountville'&gt;Hopper Creek Vineyard and Winery&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;After polishing off your burger or burrito, head down south on 29 back toward Yountville to Hopper Creek. Hopper Creek is even smaller than Sullivan, at just 2,500 cases of annual production. They split this between 5 varietals&amp;#8211; chardonnay, merlot, cabernet sauvignon, zinfandel, and syrah. I love zinfandel and syrah, and Hopper Creek has full-bodied, deliciously spicy versions of each.&lt;/p&gt;

&lt;p&gt;The tasting room is small, and since the space doubles as their barrel warehouse, you&amp;#8217;ll get to enjoy the tantalizing vapors of oak and evaporating wine as you taste. The tasting room staff is extremely down to earth and friendly, and usually offers healthy pours. Because it is such a small place, appointments are necessary, but don&amp;#8217;t let that prevent you from stopping by!&lt;/p&gt;

&lt;h3 id='330pm_elkhorn_peak_vineyard_and_winery'&gt;3:30pm: &lt;a href='http://www.giftrocket.com/gift-card/elkhorn-peak-cellars-napa'&gt;Elkhorn Peak Vineyard and Winery&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;&amp;#8220;The last stop of the day is a similarly small-production spot at 2,500 cases per year. Elkhorn Peak is located a bit off the beaten path up a steep hill in the Carneros region. Because of the cooler climate relative to the rest of the Valley, delicate grapes such as pinot noir flourish in Carneros. Elkhorn Peak makes excellent pinot noir and chardonnay from these grapes.&lt;/p&gt;

&lt;p&gt;You will certainly need an appointment to taste here, as owner/grower Ken Nerlove does the tastings himself. If you don&amp;#8217;t call ahead, he is likely to be out in the fields when you come by! Ken is a great teacher and taster, and if you ask nicely he may walk you through the fields, show you some of the gadgets that winemakers use to decide when to pick grapes, and give you some wine grapes to try fresh off the vine. From there, you&amp;#8217;ll get to taste his excellent wines in a beautiful tasting room.&lt;/p&gt;

&lt;p&gt;At this point it will probably be after 4:30pm so it is time to head home! Stop at a great restaurant in &lt;a href='http://www.giftrocket.com/gift-cards-in/yountville-ca'&gt;Yountville&lt;/a&gt;, &lt;a href='http://www.giftrocket.com/gift-card/bottega-ristorante-yountville'&gt;Bottega&lt;/a&gt;, &lt;a href='http://www.giftrocket.com/gift-card/ad-hoc-yountville-2'&gt;Ad Hoc&lt;/a&gt;, or if you&amp;#8217;re really lucky, &lt;a href='http://www.giftrocket.com/gift-card/the-french-laundry-yountville-2'&gt;the French Laundry&lt;/a&gt;. Or drop by the &lt;a href='http://www.giftrocket.com/gift-card/the-fremont-diner-sonoma'&gt;Fremont Diner&lt;/a&gt; on the Carneros Highway between Napa and Sonoma&amp;#8211; a roadside diner with excellent burgers, pulled pork, and spicy fried chicken that you can eat outside while gazing at the gorgeous rolling hills of Carneros. From there head home and start planning your next trip to the Valley!&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>A Top 5 List for Father's Day Gifts</title>
   <link href="http://www.giftrocket.com/fathers-day-gifts"/>
   <updated>2011-06-06T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/fathers-day-gifts</id>
   <content type="html">&lt;p&gt;I&amp;#8217;ve never been unprepared for Mother&amp;#8217;s Day, but Father&amp;#8217;s Day seems to creep up on me every year. The Onion got it right with &lt;a href='http://www.theonion.com/articles/fathers-day-gift-way-shittier-than-mothers-day-gif,3760'&gt;this one.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But for a father, this sneaky June holiday is a perfect excuse to celebrate being the man of the house. My dad treats it as the one day he has total immunity to do what he wants. For the past couple of years, I have taken the approach of egging him on and choosing a gift that makes sure he&amp;#8217;ll have one of the best days of his life. Here are some of my best ideas from the past few years - pick one up for your Dad by June 19!&lt;/p&gt;

&lt;h3 id='an_afternoon_at_the_cigar_shop'&gt;An afternoon at the cigar shop&lt;/h3&gt;
&lt;img src='/images/blog/cigar_shop.jpg' width='600px' /&gt;&lt;span class='attribution'&gt;
Photo by &lt;a href='http://www.flickr.com/photos/talllguy/3708153996/'&gt;Elliot P&lt;/a&gt;
&lt;/span&gt;
&lt;p&gt;My mother always looked disapprovingly at my dad when he lit up a cigar on a special occasion. He claimed that it was &amp;#8220;only for the taste&amp;#8221; and that he never inhaled, but she was unappeased. That was enough to get him to stop for the most part - but if there is ever a day when it would be appropriate to unwrap a nice robusto, Churchill, or presidente, Father&amp;#8217;s Day is it. This year, pick him up some delicious cigars from your favorite Latin American country at a fine tobacconist, such as &lt;a href='http://www.giftrocket.com/gift-card/grants-tobacconist-san-francisco'&gt;Grant&amp;#8217;s in downtown San Francisco&lt;/a&gt;.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;h3 id='the_james_bond_dvd_collection'&gt;The James Bond DVD Collection&lt;/h3&gt;
&lt;img src='/images/blog/james_bond.jpg' width='600px' /&gt;&lt;span class='attribution'&gt;
Photo by &lt;a href='http://www.flickr.com/photos/ralphhogaboom/4415836274/'&gt;ralphhogaboom&lt;/a&gt;
&lt;/span&gt;
&lt;p&gt;I grew up watching Diamonds Are Forever and Goldfinger on TBS. My little sister and I didn&amp;#8217;t believe in the bogeyman, but we believed in Jaws - in my opinion one of the best Bond villains, aptly played by Richard Kiel. My father told us that Jaws would take us away if we were bad kids (part of me still believes him). Anyway, my dad continues to get pissed off when TBS swaps out Sean Connery for their Love Actually marathons. Make sure he never has to settle for Hugh Grant&amp;#8217;s awkward grin instead of Connery&amp;#8217;s brilliantly self-assured Bond with this classic collection. I got him &lt;a href='http://www.amazon.com/James-Bond-Collection-Vol-Special/dp/B00006BH8G'&gt;this gift&lt;/a&gt; a few years ago, and it has been one of his favorites.&lt;/p&gt;

&lt;h3 id='a_trip_to_the_track'&gt;A trip to the track&lt;/h3&gt;
&lt;img src='/images/blog/racetrack.jpg' width='600px' /&gt;&lt;span class='attribution'&gt;
Photo by &lt;a href='http://www.flickr.com/photos/orangeacid/224715666/'&gt;OrangeAcid&lt;/a&gt;
&lt;/span&gt;
&lt;p&gt;The interesting thing is that it doesn&amp;#8217;t really matter what kind of track. A dog-racing track is good. Horse-racing track&amp;#8211; better. A high-school-track track&amp;#8230; if your dad is the gambling type, I&amp;#8217;m sure he&amp;#8217;ll make do. Bonus points if you can somehow turn it into a business meeting. &lt;a href='http://www.giftrocket.com/gift-card/golden-gate-fields-racetrack-berkeley'&gt;The Golden Gate Fields&lt;/a&gt; are a fine example, and a short day-trip away from San Francisco.&lt;/p&gt;

&lt;h3 id='wine_tasting__beer_tasting'&gt;Wine tasting / Beer tasting&lt;/h3&gt;

&lt;p&gt;Fathers love to see the places where their adult beverages of choice are bottled. This tradition goes back to conquistador Ponce de Leon&amp;#8217;s search for the Fountain of Youth, a supposed brewery of sorts with the ultimate bottling - the elixir of eternal youth. Case in point: when my father came to visit me in San Francisco and I brought up the remote possibility of a trip out to Napa to see where his favorite wine was bottled, he jumped at the opportunity. From there the primary purpose of the trip changed from a college visit for my sister to a 50 mile trip through California&amp;#8217;s beautiful wine country. This Father&amp;#8217;s Day, buy Dad a &lt;a href='http://www.giftrocket.com/gift-card/sullivan-vineyards-saint-helena'&gt;tasting at a vineyard&lt;/a&gt; or a brewery tour at his favorite brew producer.&lt;/p&gt;

&lt;h3 id='grilling_meats_and_equipment'&gt;Grilling meats and equipment&lt;/h3&gt;

&lt;p&gt;Summer is here and that means grill season is on. Steaks. Lamb. Venison. Ribs. Hickory wood. A grill so hot that you can only run it on low heat. Smoke pouring out making all of the neighbors jealous. 7-year-old girls get ponies. 60-year-old dads should get lamb shoulder and some dry rub. &lt;a href='http://www.omahasteaks.com'&gt;Omaha steaks&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>First post</title>
   <link href="http://www.giftrocket.com/first-post"/>
   <updated>2011-05-25T00:00:00-07:00</updated>
   <id>http://www.giftrocket.com/first-post</id>
   <content type="html">&lt;p&gt;Welcome to our blog! In this space we plan to feature gift ideas, talk about trends in gift giving, and explore ways to make gift giving easier for the sender and more enjoyable for the recipient. For example, in the next few days we will be posting about some great Father&amp;#8217;s Day gift ideas. If you have any ideas or requests for stuff you&amp;#8217;d like to see on this blog, feel free to email us at blog@giftrocket.com.&lt;/p&gt;
&lt;!-- -**-END-**- --&gt;
&lt;h3 id='were_making_gift_cards_better'&gt;We&amp;#8217;re making gift cards better&lt;/h3&gt;

&lt;p&gt;Gifts should be fun. People shouldn&amp;#8217;t have to sell or trade gift cards, or worry about spending exactly the right amount. At GiftRocket, we created a gift card we&amp;#8217;d actually want to receive, that works for any business. All the recipient does is check in at the location and then gets a PayPal credit for the full gift amount. For more information, check out &lt;a href='http://www.giftrocket.com/how-it-works'&gt;how it works&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks for stopping by!&lt;/p&gt;</content>
 </entry>
  
</feed>
