<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>Shop It To Me, Inc. HR</name>
  </author>
  <title>Careers at Shop It To Me, Inc.</title>
  <subtitle>Shop It To Me, Inc.</subtitle>
  <link href="http://shopittome.jobscore.com/jobs/shopittome/list"/>
  <link href="http://shopittome.jobscore.com/jobs/shopittome/atom" rel="self" type="application/atom+xml"/>
  <updated>2010-03-18T10:54:15Z</updated>
  <id>tag:jobscore.com,2009-04-22:/b1-T44lQer3OqVaaWP50_m</id>
  <entry>
    <title>SQL (Data) Analyst</title>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/job_posting?job_id=d1-2wWNz0r3QwReJe4aGWH&amp;amp;ref=rss" rel="alternate"/>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/apply_jump_page?job_id=d1-2wWNz0r3QwReJe4aGWH&amp;amp;ref=rss" rel="tag:jobscore.com/apply_url"/>
    <id>tag:jobscore.com,2009-09-10:/d1-2wWNz0r3QwReJe4aGWH</id>
    <category term="Engineering" scheme="http://schemas.jobscore.com/atom#department"/>
    <category term="San Francisco, CA" scheme="http://schemas.jobscore.com/atom#location"/>
    <updated>2010-03-03T00:39:42Z</updated>
    <content type="xhtml">
<div xmlns='http://www.w3.org/1999/xhtml'><p>&#160;</p>
<p>Are you a SQL guru and statistics geek looking for an opportunity at a fast growing startup with a small     team where you'll be given as much responsibility as you can handle? Do you count in terms     of Q-squared, figure out MySQL outer joins in the shower, and dream of one day playing around     with hundreds of millions of rows of data?   If you are a self-proclaimed data junkie, this     is the job for you...</p>
<p>We're Shop It To Me, a small (under 10 employees), hot, profitable startup in the online shopping space.     We're looking for a data analyst to help us mine the huge amounts of data we are gathering from of our     our next-generation shopping engine and build the best possible user experience.</p>
<p>Shop It To Me is growing exponentially, has been described by Sara Lacy at Business Week as the      "Twitter of Shopping Applications", and has been featured on Good Morning America, NBC, MSNBC, CBS, and     Fox news. We now have so much data, we need to find someone to help us make sense of it!</p>
<p>You'll be working in a fun environment near South Park in SF with an all-star team. Your work will     be appreciated by millions of adoring users.</p>
<div class="p">
<p><span style="font-size: medium;">Required:</span></p>
<ul>
    <li>Proficient in building complex and efficient SQL queries (preferably MySql).</li>
    <li>Expert in statistical analysis, including regression analysis, statistical correlations, population hypothesis tests.</li>
    <li>Master of Excel Pivot Tables.</li>
    <li>Dreams of Data analysis at night.</li>
    <li>Smart and Productive - can you contribute from day one and continue to grow into more and more responsibility?</li>
    <li>Believes in building a really fun company with a great user experience.</li>
</ul>
<p><span style="font-size: medium;">Considered a plus:</span></p>
</div>
<div class="p">
<ul>
    <li>Programming skills in Ruby and/or Java.</li>
    <li>Struggles whether A Mathematician Reads The News, Freakonomics or Moneyball is their favorite book.</li>
</ul>
</div>
<p><span style="font-size: medium;">&#160;Perks:</span></p>
<ul>
    <li><span style="font-size: small;">Medical, dental, vision, stock options in a rapidly growing profitable startup, fresh fruit, awesome location (South Park), ability to work with small super-smart team, intellectual challenges, hidden puzzles on website, millions of adoring (mostly female) fans.</span></li>
</ul>
<p><span style="font-size: small;"> </span></p>
<p><span style="font-size: medium;">Misc:</span></p>
<ul>
    <li>No Recruiters Please!</li>
    <li>Only applicants authorized to work in the United States will be considered.<br />
    &#160;</li>
</ul>
<p><span style="font-size: medium;">To Apply:<br />
</span></p>
<div class="p">Send the solution to the puzzle below, your resume and a brief note explaining why you are interested in working at shopittome and why you think you'd be a good fit.</div>
<div class="p">
<h6>&#160;</h6>
<h6><span style="font-size: small;">Puzzle:</span></h6>
We have recently gotten employee and salary data from the esteemed fictional insurance company AIH. It consists of two tables, employees and bonuses. The "employees" table lists all employees by name, their years of experience, and their department. The "bonuses" table is a list of every instance when one or more employee received a bonus along with the date they received it. (not all employees got bonuses)<br />
Here are the tables with a sample of the data.</div>
<p>&#160;</p>
<div class="p dataanalyst">
<h6><span style="font-size: small;">Table: employees</span></h6>
<table cellspacing="0" cellpadding="0">
    <tbody>
        <tr>
            <th>employee_id (int)</th>
            <th>years_experience (mediumint)</th>
            <th>Travel Expenses</th>
            <th>Position (varchar(30))</th>
        </tr>
        <tr>
            <td>1</td>
            <td>5</td>
            <td>0</td>
            <td>Mortgage Broker</td>
        </tr>
        <tr>
            <td>2</td>
            <td>13</td>
            <td>0</td>
            <td>Credit Default Swap Trader</td>
        </tr>
        <tr>
            <td>3</td>
            <td>1</td>
            <td>0</td>
            <td>Mortgage Broker</td>
        </tr>
        <tr>
            <td>4</td>
            <td>9</td>
            <td>10000</td>
            <td>Mortgage Broker</td>
        </tr>
        <tr>
            <td>5</td>
            <td>12</td>
            <td>0</td>
            <td>Credit Default Swap Trader</td>
        </tr>
        <tr>
            <td>6</td>
            <td>19</td>
            <td>20000</td>
            <td>Executive</td>
        </tr>
        <tr>
            <td>7</td>
            <td>17</td>
            <td>15000</td>
            <td>Executive</td>
        </tr>
        <tr>
            <td>8</td>
            <td>12</td>
            <td>10000</td>
            <td>Credit Default Swap Trader</td>
        </tr>
        <tr>
            <td>9</td>
            <td>1</td>
            <td>0</td>
            <td>Mortgage Broker</td>
        </tr>
    </tbody>
</table>
</div>
<div class="p dataanalyst">
<h6><span style="font-size: small;">Table:  Bonuses</span></h6>
<table cellspacing="0" cellpadding="0">
    <tbody>
        <tr>
            <th>employee_id (int)</th>
            <th>bonus amount (mediumint)</th>
            <th>date received</th>
        </tr>
        <tr>
            <td>1</td>
            <td>1000000</td>
            <td>1/1/2008</td>
        </tr>
        <tr>
            <td>2</td>
            <td>2000000</td>
            <td>1/1/2008</td>
        </tr>
        <tr>
            <td>3</td>
            <td>1000000</td>
            <td>1/1/2008</td>
        </tr>
        <tr>
            <td>3</td>
            <td>5000000</td>
            <td>9/1/2008</td>
        </tr>
        <tr>
            <td>5</td>
            <td>2500000</td>
            <td>3/1/2008</td>
        </tr>
        <tr>
            <td>7</td>
            <td>2500000</td>
            <td>9/1/2008</td>
        </tr>
        <tr>
            <td>7</td>
            <td>2500000</td>
            <td>11/1/2008</td>
        </tr>
    </tbody>
</table>
</div>
<div class="p">
<h6>Questions:</h6>
<ol>
    <li>Given the two tables above, what SQL query should we write to return the total bonus amount by employee id for the 2008 year? &#160;The table should include all employee IDs, even if they did not receive a bonus.</li>
    <li>We ran the table and have attached a sample of the fictional AIH employees here.  Please download the following CSV table.
    <ul>
        <li><a href="http://www.shopittome.com/files/dataanalystdata.csv">dataanalystdata.csv</a></li>
        <li>What are 2-3 things this table can tell us?</li>
    </ul>
    </li>
</ol>
</div>
<p>&#160;</p>
</div>    </content>
  </entry>
  <entry>
    <title>MBA Intern</title>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/job_posting?job_id=aZkyYKhbSr35daeJe4aGWH&amp;amp;ref=rss" rel="alternate"/>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/apply_jump_page?job_id=aZkyYKhbSr35daeJe4aGWH&amp;amp;ref=rss" rel="tag:jobscore.com/apply_url"/>
    <id>tag:jobscore.com,2010-02-17:/aZkyYKhbSr35daeJe4aGWH</id>
    <category term="Business Development" scheme="http://schemas.jobscore.com/atom#department"/>
    <category term="San Francisco, CA" scheme="http://schemas.jobscore.com/atom#location"/>
    <updated>2010-02-18T01:58:42Z</updated>
    <content type="xhtml">
<div xmlns='http://www.w3.org/1999/xhtml'><p><span style="font-size: large; "><u><b>MBA Intern, Shop It To Me, Inc. (San Francisco, CA)</b></u></span></p>
<p><span style="font-size: medium; "><b>Description:</b></span><span style="font-size: medium; "><br type="_moz" />
</span></p>
<p><span style="font-size: medium; ">Are you a self-starting, sharp, strategic MBA student looking for an amazing opportunity at a rapidly growing startup? Are you a quick, analytical thinker who thrives in a fast-moving, entrepreneurial environment?<br />
</span></p>
<p><span style="font-size: medium; ">Shop It To Me (http://www.shopittome.com), a hot, profitable startup in the online shopping space which has recently been featured in The Wall Street Journal, The New York Times, Good Morning America, InStyle, People StyleWatch, NBC News and more, is looking for a smart, creative, hands-on individual to help us build out our future growth strategies, and launch new products.  You will be working in a small, dedicated team to help build the best possible online personal shopping experience!</span></p>
<p><span style="font-size: medium; ">With this MBA internship, you will be given a focused project that will assist Shop It To Me with future growth.  This one-of-a-kind opportunity will enable you to see your impact while experiencing the ins and outs of working at a start-up.</span><span class="Apple-style-span" style="font-size: medium;"><br />
</span></p>
<p><b><span style="font-size: medium; ">Job responsibilities include:</span></b></p>
<ul>
    <li><span style="font-size: medium; ">Develop growth strategies for Shop It To Me to expand into new categories</span></li>
    <li><span style="font-size: medium; ">Create launch timeline, begin to implement these plans</span></li>
    <li><span style="font-size: medium; ">Contribute to brainstorms, innovate, and assist with overall Shop It To Me needs<br type="_moz" />
    </span></li>
</ul>
<p><b><span style="font-size: medium; ">Required:</span></b></p>
<ul>
    <li><span style="font-size: medium; ">Current MBA student from top tier institution.<br />
    </span></li>
    <li><span style="font-size: medium; ">Product management, business development, or online marketing experience.</span></li>
    <li><span style="font-size: medium; ">Smart, creative, hands-on individual who thrives in an unstructured environment.</span></li>
    <li><span style="font-size: medium; ">A passion for the Shop It To Me email service.</span></li>
    <li><span style="font-size: medium; ">Excellent writing and interpersonal communication skills.</span></li>
</ul>
<p><b><span style="font-size: medium; ">Perks:</span></b></p>
<ul>
    <li><span style="font-size: medium; ">Awesome location (South Park), ability to work with small, super-smart team, intellectual challenges, millions of adoring fans, great management experience within the start-up industry.</span></li>
</ul>
<p><b><span style="font-size: medium; "> </span></b></p>
<p><b><span style="font-size: medium; ">Misc:</span></b></p>
<ul>
    <li><span style="font-size: medium; ">No Recruiters Please!</span></li>
    <li><span style="font-size: medium; ">Only applicants authorized to work in the United States will be considered.&#160;</span></li>
</ul>
<p><b><span style="font-size: medium; ">How To Apply:</span></b></p>
<p><span style="font-size: medium; ">If you are interested in applying, please create a brief list of the most important potential areas Shop It To Me should consider expanding in the future. Submit a short explanation for each of these areas along with a cover letter and your resume.</span><span class="Apple-style-span" style="font-size: medium;"><br />
</span></p>
<p><b><span style="font-size: medium; ">About Shop It To Me:</span></b></p>
<p><span style="font-size: medium; "><span style="display: none; ">&#160;</span>You can think of Shop It To Me as a free personal shopper for sales of clothing, shoes jewelry and accessories. Users choose their favorite clothing brands (such as Ann Taylor, Prada, DKNY, Theory, BCBG, Chip &amp; Pepper, etc...) and individual sizes. Shop It To Me will search the websites of leading retailers and email a daily or weekly summary of new items that go on sale in their size.</span><span class="Apple-style-span" style="font-size: medium;"><br />
</span></p>
<p><span style="font-size: medium; ">Shop It To Me has been featured in media like Good Morning America, The Today Show, The New York Times, and Fox News and &#160;is described as "a pick-me-up in the morning", "addictive" and "dangerous" with the caveat "boyfriends and husbands beware!".</span></p>
<p><span style="font-size: medium; ">Shop It To Me is headquartered in San Francisco, California. <span style="display: none; ">&#160;</span></span></p>
<p><span style="font-size: medium; ">&#160;</span></p>
</div>    </content>
  </entry>
  <entry>
    <title>Retailer Relationship Manager</title>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/job_posting?job_id=dwLd98lQir3QeCaaWP50_m&amp;amp;ref=rss" rel="alternate"/>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/apply_jump_page?job_id=dwLd98lQir3QeCaaWP50_m&amp;amp;ref=rss" rel="tag:jobscore.com/apply_url"/>
    <id>tag:jobscore.com,2009-04-22:/dwLd98lQir3QeCaaWP50_m</id>
    <category term="Business Development" scheme="http://schemas.jobscore.com/atom#department"/>
    <category term="San Francisco, CA" scheme="http://schemas.jobscore.com/atom#location"/>
    <updated>2010-02-17T19:48:32Z</updated>
    <content type="xhtml">
<div xmlns='http://www.w3.org/1999/xhtml'><p>Are you a quick thinker who thrives in a fast-moving, entrepreneurial environment? Have you had previous experience as an online campaign manager for advertisers, retailers or doing online business development? Do you love your Shop It To Me emails and yet dream daily about analytical analysis?</p>
<p><br />
Shop It To Me (http://www.shopittome.com), a hot, profitable startup in the online shopping space which has recently been featured in The Wall Street Journal, InStyle, People StyleWatch, NBC News and more, is looking for a smart, creative, hands-on, passionate individual to help us build and manage the retailer relationships for our rapidly growing online service! You will be working in a small, dedicated team to help build the best possible online personal shopping experience!</p>
<p><span style="font-size: medium;">Responsibilities:</span></p>
<p>As a Retailer Relationship Manager, you will be helping with the day-to-day management of Shop It To Me&#8217;s relationships with its 100+ retailers, establishing new relationships with select retailers and coming up with tangible ways to constantly improve the Shop It To Me experience.</p>
<ul>
    <li>Identify new retailers who are a good fit for the Shop It To Me platform.</li>
    <li>Manage relationships with existing retailers both to help them achieve their revenue goals and generate excitement among Shop It To Me members.</li>
    <li>Monitor activity, analyze performance, identify areas of improvement, and recommend ways to increase partner-based revenues.</li>
</ul>
<p><span style="font-size: medium;">Requirements:</span></p>
<ul>
    <li>2-3+ years prior experience in business development/retailer relationships for an online or internet-based company (preferably as a retailer relationship manager).</li>
    <li>Extensive understanding of ecommerce and internet-based business models such as CPA, CPM, EPC, CPC, standard ad size placements, XML feeds.</li>
    <li>Bachelor's degree in marketing, advertising, business or related field. (MBA Preferred)</li>
    <li>Excellent verbal and communication skills.</li>
    <li>Self starter who is able to handle multiple projects and campaigns and thrives in a loose, fast-paced environment.</li>
    <li>Sharp, strategic thinker with very strong analytical skills and proficient in Excel (interviewees will be tested on analytical skills).</li>
    <li>Fun, likable personality.</li>
    <li>Avid fan of the Shop It To Me service.</li>
</ul>
<p>&#160;</p>
<p><span style="font-size: medium;">About Shop It To Me:</span></p>
<ul>
    <li>You can think of Shop It To Me as a free personal shopper for sales of clothing, shoes jewelry and accessories. Users choose their favorite clothing brands (such as Ann Taylor, Prada, DKNY, Theory, BCBG, Chip &amp; Pepper, etc...) and individual sizes. Shop It To Me will search the websites of leading retailers and email a daily or weekly summary of new items that go on sale in their size. &#160;Shop It To Me has been featured in publications like Daily Candy Deals, Glamour, and The Washington Post and is described as "a pick-me-up in the morning", "addictive" and "dangerous" with the caveat "boyfriends and husbands beware!"</li>
    <li>&#160;</li>
    <li>Shop It To Me is headquartered in San Francisco, California.</li>
</ul>
</div>    </content>
  </entry>
  <entry>
    <title>Ruby Engineer Intern</title>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/job_posting?job_id=bVaGm0eQar35zkeJe4aGWH&amp;amp;ref=rss" rel="alternate"/>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/apply_jump_page?job_id=bVaGm0eQar35zkeJe4aGWH&amp;amp;ref=rss" rel="tag:jobscore.com/apply_url"/>
    <id>tag:jobscore.com,2010-02-05:/bVaGm0eQar35zkeJe4aGWH</id>
    <category term="Engineering" scheme="http://schemas.jobscore.com/atom#department"/>
    <category term="San Francisco, CA" scheme="http://schemas.jobscore.com/atom#location"/>
    <updated>2010-02-16T16:43:30Z</updated>
    <content type="xhtml">
<div xmlns='http://www.w3.org/1999/xhtml'><p><b><span style="font-size: medium">Ruby Engineer Intern, Shop It To Me, Inc. (San Francisco, CA)</span></b></p>
<p><b><span style="font-size: medium">Description: </span></b></p>
<p><span style="font-size: medium">Are you a software engineer looking for an internship at a fast growing startup with a small team where you'll be given as much responsibility as you can handle? Do you want to be involved in everything --- brainstorming, requirements, design, coding, scaling, deployment, and operations?<br />
Check out Shop It To Me, a small (under 10 employees), hot, profitable startup in the online shopping space. We're looking for 1-2 smart developers to help us build our next-generation shopping personalization engine.</span></p>
<p><span style="font-size: medium">We're growing exponentially, have been described by Sara Lacy at Business Week as the "Twitter of Shopping Applications", and in just the last few weeks have been featured on Good Morning America, NBC, MSNBC, CBS, and Fox news. We are growing so fast, we now need a couple key developers to help us!<br />
You'll be working in a fun environment near South Park in SF with an all-star team. Your work will be appreciated by millions of adoring users.</span></p>
<p><b><span style="font-size: medium">Required:</span></b><b><span style="font-size: medium"><br />
</span></b><span style="font-size: medium">&#8226; Experience programming in Java and/or Ruby.<br />
&#8226; Experience with web development (HTTP, HTML, CSS, AJAX, Javascript).<br />
&#8226; Smart and Productive - can you contribute from day one and continue to grow into more and more responsibility?<br />
&#8226; Passion for building a hugely successful company.<br />
<br />
<b>Considered a plus:</b></span></p>
<p><span style="font-size: medium">Knowledge of Linux, Rails, multithreaded programming, parsing, SMTP and related protocols (SPF, DomainKeys/DKIM, etc), SQL, Sphinx search, JRuby, Capistrano, Apache, Nginx.</span></p>
<p><b><span style="font-size: medium">Perks:</span></b></p>
<p><span style="font-size: medium">Medical, dental, vision, stock options in a rapidly growing profitable startup, fresh fruit, awesome location (South Park), ability to work with small super-smart team, intellectual challenges, hidden puzzles on website, millions of adoring (mostly female) fans. </span></p>
<p>&#160;</p>
<p><b><span style="font-size: medium">Misc:</span></b></p>
<ul>
    <li><span style="font-size: medium">No Recruiters Please! </span></li>
    <li><span style="font-size: medium">Only applicants authorized to work in the United States will be considered.<br />
    &#160; </span></li>
</ul>
<p><b><span style="font-size: medium">How To Apply:</span></b></p>
<p><span style="font-size: medium">&#160;</span></p>
<p><b><span style="font-size: medium">About Shop It To Me:</span></b></p>
<p><span style="font-size: medium">You can think of Shop It To Me as a free personal shopper for sales of clothing, shoes jewelry and accessories. Users choose their favorite clothing brands (such as Ann Taylor, Prada, DKNY, Theory, BCBG, Chip &amp; Pepper, etc...) and individual sizes. Shop It To Me will search the websites of leading retailers and email a daily or weekly summary of new items that go on sale in their size.</span></p>
<p>&#160;</p>
<p><span style="font-size: medium">Shop It To Me has been featured in media like Good Morning America, The Today Show, The New York Times, and Fox News is described as "a pick-me-up in the morning", "addictive" and "dangerous" with the caveat "boyfriends and husbands beware!"</span></p>
<p><span style="font-size: medium">Shop It To Me is headquartered in San Francisco, California. <span style="display: none">&#160;</span></span></p>
<p><span style="font-size: medium">&#160;</span></p>
</div>    </content>
  </entry>
  <entry>
    <title>Account Management Spring/Summer Intern</title>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/job_posting?job_id=b_cpbsbSer340teJe4aGWH&amp;amp;ref=rss" rel="alternate"/>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/apply_jump_page?job_id=b_cpbsbSer340teJe4aGWH&amp;amp;ref=rss" rel="tag:jobscore.com/apply_url"/>
    <id>tag:jobscore.com,2010-01-21:/b_cpbsbSer340teJe4aGWH</id>
    <category term="Business Development" scheme="http://schemas.jobscore.com/atom#department"/>
    <category term="San Francisco, CA" scheme="http://schemas.jobscore.com/atom#location"/>
    <updated>2010-01-26T19:07:38Z</updated>
    <content type="xhtml">
<div xmlns='http://www.w3.org/1999/xhtml'><p><span class="Apple-style-span" style="font-size: small;"><br />
</span><span style="font-size: small">Are you a quick thinker who thrives in a fast-moving, entrepreneurial environment? Do you possess top-notch organizational skills and a drive to accomplish tasks quickly and accurately? Do you want to gain experience building and growing a hip online service while getting your feet wet in Account Management and Business Development? If so, this might be the dream job for you! Shop It To Me (http://www.shopittome.com) is looking for a smart, creative, hands-on, passionate individual to help us grow our business.<br />
</span></p>
<p><b><span style="font-size: small">Responsibilities Include:</span></b><span style="font-size: small"><br />
&#8226; Schedule, test, track and implement retail promotional offers (Get a sneak peek on deals!)<br />
&#8226; Contribute to the support and development of existing retail partner relationships<br />
&#8226; Work with Business Development team to prioritize, evaluate, and research new retail partners<br />
&#8226; Provide support for maintaining and updating CRM database, monthly reporting &amp; partner invoicing<br />
&#8226; Provide stellar operational and administrative support for various partner &amp; marketing promotions<br />
&#8226; Creatively contribute to brainstorms and generate ideas to spread Shop It To Me via word of mouth<br />
&#8226; Respond to and track Shop It To Me new retailer inquiries in a timely and helpful manner<br />
</span></p>
<p><b><span style="font-size: small">Required:</span></b><span style="font-size: small"><br />
&#8226; Current college student from top tier institution with a 3.5 or higher GPA. Completed coursework in Business, Communications, and/or Advertising preferred.<br />
&#8226; Smart, creative, hands-on individual who thrives in an unstructured environment<br />
&#8226; Web savvy and interested in online performance metrics<br />
&#8226; Fast and proficient with Microsoft Excel and data-entry programs <br />
&#8226; Extremely detail oriented, with a knack for multi-tasking<br />
&#8226; Excellent writing and interpersonal communication skills<br />
&#8226; Basic HTML preferred but not required<br />
&#8226; A passion for the Shop It To Me email service<br />
</span></p>
<p><b><span style="font-size: small">Perks:</span></b><span style="font-size: small"><br />
&#8226; Great location (SOMA), fresh fruit, ability to work with a small super-smart team, ability to interact with millions of excited fans. Plus, you&#8217;ll get to look at trendy apparel and designer brand websites as part of your work!<br />
</span></p>
<p><b><span style="font-size: small">Misc:<br />
</span></b><span style="font-size: small">&#8226; No Recruiters Please!<br />
&#8226; Only applicants authorized to work in the United States will be considered</span></p>
<p><span style="font-size: small"> </span></p>
<p><b>How To Apply:</b> If you are interested in applying, please take the list of apparel brands below and categorize them in any way you see fit. Send the categorized brands and a short explanation of your rationale along with a cover letter and your resume.</p>
<p>&#160;</p>
<table cellspacing="0" cellpadding="0" style=" margin-left:0pt; border-color=#999999; border-width: 1px;">
    <tbody>
        <tr>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>3.1 Phillip Lim</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Dolce &amp; Gabbana </font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>New York &amp; Company</font></span></p>
            </td>
        </tr>
        <tr>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Alexander Wang</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Elizabeth and James</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Nine West</font></span></p>
            </td>
        </tr>
        <tr>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Ann Taylor</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Express</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Opening Ceremony</font></span></p>
            </td>
        </tr>
        <tr>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Banana Republic </font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Fendi</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Puma</font></span></p>
            </td>
        </tr>
        <tr>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Black Halo</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>French Connection</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Seven for All Mankind</font></span></p>
            </td>
        </tr>
        <tr>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Burberry </font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Giuseppe Zanotti </font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>The North Face</font></span></p>
            </td>
        </tr>
        <tr>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Catherine Malandrino</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Harajuku Lovers</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Theory</font></span></p>
            </td>
        </tr>
        <tr>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Chanel</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>J Brand</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Tory Burch</font></span></p>
            </td>
        </tr>
        <tr>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Christian Louboutin</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>J Crew</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Trina Turk</font></span></p>
            </td>
        </tr>
        <tr>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Current/Elliott</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Lanvin</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>True Religion</font></span></p>
            </td>
        </tr>
        <tr>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Diane Von Furstenburg</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Levis</font></span></p>
            </td>
            <td style="vertical-align:middle; width:105.75pt">
            <p style="margin:0pt"><span><font>Vince</font></span></p>
            </td>
        </tr>
    </tbody>
</table>
<p>&#160;</p>
<p><b><span style="font-size: small">About Shop It To Me:</span></b><span style="font-size: small"><br />
You can think of Shop It To Me as a free personal shopper for sales of clothing, shoes jewelry and accessories. Users choose their favorite clothing brands (such as Ann Taylor, Prada, DKNY, Theory, BCBG, French Connection, etc...) and individual sizes. Shop It To Me will search the websites of leading retailers and email a daily or weekly summary of new items that go on sale in their size.</span></p>
<p><span style="font-size: small">Shop It To Me has been featured in media like The New York Times, Glamour, and Good Morning America and is described as "a pick-me-up in the morning", "addictive" and "dangerous" with the caveat "boyfriends and husbands beware!".</span></p>
<p><span style="font-size: small">Shop It To Me is headquartered in San Francisco, California.</span></p>
<p>&#160;</p>
</div>    </content>
  </entry>
  <entry>
    <title>Marketing Intern-Summer</title>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/job_posting?job_id=dcC4dQ3tir3PuneJe4aGWH&amp;amp;ref=rss" rel="alternate"/>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/apply_jump_page?job_id=dcC4dQ3tir3PuneJe4aGWH&amp;amp;ref=rss" rel="tag:jobscore.com/apply_url"/>
    <id>tag:jobscore.com,2009-11-29:/dcC4dQ3tir3PuneJe4aGWH</id>
    <category term="Marketing" scheme="http://schemas.jobscore.com/atom#department"/>
    <category term="San Francisco, CA" scheme="http://schemas.jobscore.com/atom#location"/>
    <updated>2009-11-29T22:01:34Z</updated>
    <content type="xhtml">
<div xmlns='http://www.w3.org/1999/xhtml'><p>We are currently seeking a Summer Marketing Intern (roughly June-August 2010).</p>
<p>***</p>
<p>Are you a quick thinker who thrives in a fast-moving, entrepreneurial environment? Do you possess top-notch organizational skills and a drive to accomplish tasks quickly and accurately? Do you love designer clothes and bargains? Want to gain experience building and growing a hip online service? If so, this might be the dream job for you! Shop It To Me (http://www.shopittome.com) is looking for a smart, creative, hands-on, passionate individual to help us spread the word about our free apparel sale service and interact with current subscribers!</p>
<p><span style="font-size: medium;">Responsibilities Include:</span></p>
<ul>
    <li>Creatively contribute to brainstorms and generate ideas to spread Shop It To Me via word of mouth.</li>
    <li>Respond to Shop It To Me subscriber inquiries in a timely and helpful manner and troubleshoot challenges.</li>
    <li>Provide stellar operational and administrative support for various marketing promotions.</li>
    <li>Spread the word about Shop It To Me to blogs, influencers, and online communities.</li>
    <li>Author Shop It To Me blog posts on fashion and deals.</li>
</ul>
<p><span style="font-size: medium;">Required:</span></p>
<ul>
    <li>Current college student from top tier institution with a 3.5 or higher GPA.</li>
    <li>Smart, creative, hands-on individual who thrives in an unstructured environment.</li>
    <li>A passion for the Shop It To Me email service.</li>
    <li>Excellent writing and interpersonal communication skills.</li>
</ul>
<p><span style="font-size: medium;">Perks:</span></p>
<ul>
    <li><span style="font-size: small;">Great location (South Park), fresh fruit, ability to work with a small super-smart team, ability to interact with millions of excited fans, you get to look at trendy apparel sites and designer brand websites as part of your work!<br />
    </span></li>
</ul>
<p><span style="font-size: small;"> </span></p>
<p><span style="font-size: medium;">Misc:</span></p>
<ul>
    <li>No Recruiters Please!</li>
    <li>Only applicants authorized to work in the United States will be considered.<br />
    &#160;</li>
</ul>
<p><span style="font-size: medium;">How To Apply:</span></p>
<p>If you are interested in applying, please take the list of apparel brands below and categorize them in any way you see fit.      Send the categorized brands and a short explanation of your rationale along with a cover letter and your resume.</p>
<p>&#160;</p>
<table cellspacing="0" cellpadding="0">
    <tbody>
        <tr>
            <td style="width: 30%;">Akademiks<br />
            Antik Denim<br />
            Aeropostale<br />
            BCBG<br />
            Betsey Johnson<br />
            Calvin Klein<br />
            Costume National<br />
            DIESEL<br />
            DKNY<br />
            Diane Von Furstenberg</td>
            <td style="width: 30%;">Dolce &amp; Gabbana<br />
            Elie Tahari<br />
            Ella Moss<br />
            Gap<br />
            Harajuku Lovers<br />
            JLO<br />
            James Perse<br />
            Jimmy Choo<br />
            Michael Kors<br />
            Nicole Miller</td>
            <td style="width: 30%;">Nine West<br />
            Oscar De La Renta<br />
            Rena Lange<br />
            Rocawear<br />
            Splendid<br />
            Steve Madden<br />
            Tahari<br />
            Theory<br />
            True Religion<br />
            Ya-Ya</td>
        </tr>
    </tbody>
</table>
<p><span style="font-size: medium;">About Shop It To Me:</span></p>
<p><span style="display: none;">&#160;</span>You can think of Shop It To Me as a free personal shopper for sales of clothing, shoes jewelry and accessories. Users choose their favorite clothing brands (such as Ann Taylor, Prada, DKNY, Theory, BCBG, Chip &amp; Pepper, etc...) and individual sizes. Shop It To Me will search the websites of leading retailers and email a daily or weekly summary of new items that go on sale in their size.</p>
<p>Shop It To Me has been featured in media like The New York Times, Glamour, and Good Morning America and is described as "a pick-me-up in the morning", "addictive" and "dangerous" with the caveat "boyfriends and husbands beware!".</p>
<p>Shop It To Me is headquartered in San Francisco, California. <span style="display: none;">&#160;</span></p>
<p>&#160;</p>
</div>    </content>
  </entry>
  <entry>
    <title>Operations Engineer</title>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/job_posting?job_id=bec3viYkKr3RZ7eJe4aGWH&amp;amp;ref=rss" rel="alternate"/>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/apply_jump_page?job_id=bec3viYkKr3RZ7eJe4aGWH&amp;amp;ref=rss" rel="tag:jobscore.com/apply_url"/>
    <id>tag:jobscore.com,2009-11-03:/bec3viYkKr3RZ7eJe4aGWH</id>
    <category term="Engineering" scheme="http://schemas.jobscore.com/atom#department"/>
    <category term="San Francisco, CA" scheme="http://schemas.jobscore.com/atom#location"/>
    <updated>2009-11-17T16:27:00Z</updated>
    <content type="xhtml">
<div xmlns='http://www.w3.org/1999/xhtml'><p><span style="font-size: medium;"><br />
</span></p>
<p><span style="font-size: medium;">Description:</span></p>
<p>Are you an operations engineer who likes to automate everything? <br />
<br />
In this job upwards of 75% of your time will be spent developing tools to automate configuration, maintenance, deployment and monitoring of systems.  While we have significant pieces in place already, there's still much room for you to make a big impact, especially as we branch out to multiple datacenters with more products.  You'll work closely with the development team to ensure operational issues are considered throughout the development process.<br />
<br />
<span style="font-size: medium; ">Responsibilities include:</span></p>
<ul>
    <li>automate configuration of new systems</li>
    <li>automate management of existing systems</li>
    <li>automate deployments</li>
    <li>monitor systems:</li>
    <li>build dashboards and metrics to improve our view into system performance</li>
</ul>
<p><span style="font-size: medium;">Required:</span></p>
<ul>
    <li>&#160;Must have:</li>
    <li>3+ years experience administering servers in production environments</li>
    <li>Linux skills and experience, including bash scripting</li>
    <li>Solid ability to program systems automation in ruby</li>
    <li>Experience in end-to-end product delivery cycle for high-availability systems</li>
</ul>
<p><span class="Apple-style-span" style="font-size: medium; ">Bonus Points:</span></p>
<ul>
    <li>PowerMTA, Postfix experience</li>
    <li>2-3 years in email management experience, including fluency in SPF 2.0, DKIM, etc&#8230;</li>
    <li>Experience with Ruby on Rails development</li>
</ul>
<p><span style="font-size: medium; ">Tools We Use:</span></p>
<ul>
    <li>Ruby/Rails and JRuby</li>
    <li>Capistrano</li>
    <li>Chef (from Opscode)</li>
    <li>Ganglia and RRDTool</li>
    <li>God</li>
    <li>Rabbit MQ</li>
    <li>memcached</li>
    <li>sphinx</li>
    <li>nginx</li>
    <li>apache</li>
    <li>PowerMTA</li>
</ul>
<p><span style="font-size: medium;">Perks:</span></p>
<ul>
    <li><span style="font-size: small;">Medical, dental, vision, stock options in a rapidly growing profitable startup, fresh fruit, awesome location (South Park), ability to work with small super-smart team, intellectual challenges, hidden puzzles on website, millions of adoring (mostly female) fans.</span></li>
</ul>
<p><span style="font-size: small;"> </span></p>
<p><span style="font-size: medium;">Misc:</span></p>
<ul>
    <li>No Recruiters Please!</li>
    <li>Only applicants authorized to work in the United States will be considered.<br />
    &#160;<span class="Apple-style-span" style="font-size: medium;"><br />
    </span></li>
</ul>
<p><span style="font-size: medium;">About Shop It To Me:</span></p>
<p><span style="display: none;">&#160;</span>You can think of Shop It To Me as a free personal shopper for sales of clothing, shoes jewelry and accessories. Users choose their favorite clothing brands (such as Ann Taylor, Prada, DKNY, Theory, BCBG, Chip &amp; Pepper, etc...) and individual sizes. Shop It To Me will search the websites of leading retailers and email a daily or weekly summary of new items that go on sale in their size.</p>
<p>Shop It To Me has been featured in publications like Daily Candy Deals, Glamour, and The Washington Post and is described as "a pick-me-up in the morning", "addictive" and "dangerous" with the caveat "boyfriends and husbands beware!".</p>
<p>Shop It To Me is headquartered in San Francisco, California. <span style="display: none;">&#160;</span></p>
<p>&#160;</p>
</div>    </content>
  </entry>
  <entry>
    <title>Crazy-Smart Ruby Developer</title>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/job_posting?job_id=aiMj-2NJ8r3RreeJe4aGWH&amp;amp;ref=rss" rel="alternate"/>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/apply_jump_page?job_id=aiMj-2NJ8r3RreeJe4aGWH&amp;amp;ref=rss" rel="tag:jobscore.com/apply_url"/>
    <id>tag:jobscore.com,2009-09-10:/aiMj-2NJ8r3RreeJe4aGWH</id>
    <category term="Engineering" scheme="http://schemas.jobscore.com/atom#department"/>
    <category term="San Francisco, CA" scheme="http://schemas.jobscore.com/atom#location"/>
    <updated>2009-09-10T19:27:08Z</updated>
    <content type="xhtml">
<div xmlns='http://www.w3.org/1999/xhtml'><p><span class="Apple-style-span" style="font-size: 18px; ">Description:</span></p>
<p>Are you a crazy-good developer who is proficient in Ruby, loves tough challenges, working with an all-star team and is looking to help build the next big thing? Have you had that epiphany when you finally get 'metaprogramming'?  Shop It To Me, a hot startup in the online shopping space and recently described by Sara Lacy at Business Week as the "Twitter of Shopping Applications" without the technical glitches, has just opened up a few spots for super-smart developers to help us build and architect the next generation shopping personalization engine.  You'll be working in a fun environment in the start-up filled San Francisco South Park neighborhood with an all-star team which includes graduates from Harvard and Berkeley and with backgrounds from Tell Me, Microsoft and Gap Inc...  We are limiting space to 1-2 top-tier developers right now and we are picky, so if you are interested, please check your requirements and follow the instructions below.</p>
<p><span class="Apple-style-span" style="font-size: 18px; ">Requirements:</span></p>
<ul>
    <li>Thorough knowledge of Ruby and Ruby On Rails</li>
    <li>Solid understanding of object oriented design and patterns</li>
    <li>Understands web development languages and protocols (HTTP, HTML, CSS, AJAX, Javascript)</li>
    <li>Able to write scalable SQL</li>
    <li>Enjoys working on a small, quick-moving team of high quality.</li>
    <li>Takes pride in the quality of his/her work and the work of his/her team.</li>
</ul>
<p><span style="font-size: large; ">Bonus Points:</span></p>
<ul>
    <li>Experience with capistrano, sphinx, god (the monitoring tool, not the deity), puppet.</li>
    <li>Java knowledge and experience</li>
    <li>Linux knowledge</li>
    <li>SMTP, spam filtering, DomainKeys, and/or postfix</li>
    <li>Experience and desire to scale a web/email service</li>
</ul>
<p><span style="font-size: large; ">Perks:</span></p>
<p>Medical, dental, vision, stock options in a rapidly growing profitable startup, fresh fruit, awesome location (South Park), ability to work with small super-smart team, intellectual challenges, hidden puzzles on website, millions of adoring (mostly female) fans.</p>
<p><font class="Apple-style-span" face="-webkit-monospace"><span class="Apple-style-span" style="white-space: pre;"><font class="Apple-style-span" face="Arial" size="5"> </font></span></font></p>
<p><font class="Apple-style-span" face="-webkit-monospace"><font class="Apple-style-span" face="Arial" size="5"> </font></font></p>
<p><font class="Apple-style-span" face="-webkit-monospace"><font class="Apple-style-span" face="Arial" size="5"><span style="font-size: large; ">To Apply:</span></font></font></p>
<p><font class="Apple-style-span" face="-webkit-monospace"><font class="Apple-style-span" face="Arial" size="5"> <span style="font-size: small; ">Send us your resume and a brief note explaining why you are interested in working at shopittome and why you think you'd be a good fit, and tell us what      command line arguments must you pass this program to have it output "This is easy"</span> </font></font></p>
<p><font class="Apple-style-span" face="-webkit-monospace"><font class="Apple-style-span" face="Arial" size="5">
</font></font></p><p style="text-align: center"><img alt="Rubyquiz" style="border: 1px dashed #666" src="http://asset2.shopittome.com/images/graphics/rubyquiz.gif?5533" /></p>
<span class="Apple-style-span" style="font-size: 18px; white-space: normal;">Misc: </span><br />

<p><font class="Apple-style-span" face="-webkit-monospace"><font class="Apple-style-span" face="Arial" size="5"> </font></font></p>
<p><span style="font-size: small; ">No Recruiters Please!</span><br />
<span style="font-size: small; ">Only applicants authorized to work in the United States will be considered.</span></p>
<p><span style="font-size: small; ">zllh://ooo.kzghallgew.uge/yggvbgt<br />
Shop It To Me...Sales Just Got Personal</span></p>
<p><font class="Apple-style-span" face="-webkit-monospace"><font class="Apple-style-span" face="Arial" size="5"><br />
</font></font></p>
</div>    </content>
  </entry>
  <entry>
    <title>Advertising Sales Director</title>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/job_posting?job_id=bwenveNJmr3RMveJe4aGWH&amp;amp;ref=rss" rel="alternate"/>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/apply_jump_page?job_id=bwenveNJmr3RMveJe4aGWH&amp;amp;ref=rss" rel="tag:jobscore.com/apply_url"/>
    <id>tag:jobscore.com,2009-09-10:/bwenveNJmr3RMveJe4aGWH</id>
    <category term="Sales" scheme="http://schemas.jobscore.com/atom#department"/>
    <category term="San Francisco, CA" scheme="http://schemas.jobscore.com/atom#location"/>
    <updated>2009-09-10T17:56:59Z</updated>
    <content type="xhtml">
<div xmlns='http://www.w3.org/1999/xhtml'><div class="p">Are you a self-starting, sharp online sales director or manager, director or manager at an existing     online womens' lifestyle publication looking for an amazing opportunity at a rapidly growing     startup?  Are you a quick, analytical thinker who thrives in a fast-moving, entrepreneurial environment?</div>
<div class="p">Shop It To Me (http://www.shopittome.com), a hot, profitable startup in the online shopping space     which has recently been featured in The Wall Street Journal, InStyle, People StyleWatch, NBC News     and more,  is looking for a smart, creative, hands-on, passionate individual to help us build and     enhance our brand advertising program!  You will be working in a small, dedicated team (&lt;10 people)     to help build the best possible online personal shopping experience!</div>
<h6><span style="font-size: medium; ">Description:</span></h6>
<div class="p">The Advertising Sales Director manages all advertising aspects of  the Shop It To Me platform.      The initial primary responsibilities are to source and develop RFPs, negotiate, close, and support,     brand advertisers within the platform.</div>
<div class="p">
<h6><span style="font-size: medium; ">Responsibilities include:</span></h6>
<ul>
    <li>Identify and prospect online brand advertising opportunities, through drawing upon existing industry contacts and/or cold calling.</li>
    <li>Manage existing advertisers and ensure they meet performance objectives.</li>
    <li>Assist in advancing the design of Shop It To Me&#8217;s targeted advertising platform.</li>
    <li>Hire, train and manage sales account associates to meet sales objectives as the sales platform grows.</li>
    <li>Work cross-functionally with development, marketing, finance and product management to  achieve corporate objectives.</li>
    <li>Handle service, payment, reporting and fulfillment requirements for all advertisers and build best practices.</li>
    <li>Consistently meet or exceed sales goals, demonstrating focused sales efforts, understanding the business model, as well as understanding of the internet advertising environment.</li>
</ul>
</div>
<div class="p">
<h6><span style="font-size: medium; ">Requirements:</span></h6>
<ul>
    <li>6+ years of online ad sales experience, including 2+ years managing a sales team, particularly with women lifestyle properties (especially email newsletters.)</li>
    <li>Strong relationships with existing advertising brands, particularly Fortune 500 women's lifestyle brands.</li>
    <li>Solid understanding of online advertising and marketing, including pricing structures (CPM, CPC, CPA, etc), especially for brand-based advertising.</li>
    <li>Experience identifying and closing new advertising opportunities.</li>
    <li>Ability to think &#8216;outside the box&#8217; to bring new and compelling business opportunities.</li>
    <li>Demonstrated record of success in a goal oriented, highly accountable sales environment.</li>
    <li>Proven success in developing long-term strategic relationships.</li>
    <li>Excellent verbal and written communication skills.</li>
    <li>Strong communication skills with ability to work independently or cross functionally to resolve issues quickly and effectively.</li>
    <li>A self starter who is able to handle multiple projects and campaigns and thrives in a loose, fast-paced environment.</li>
    <li>Sharp, strategic thinker with strong analytical skills (interviewees will be tested on analytical skills).</li>
    <li>BS/BA degree required.</li>
</ul>
</div>
<div class="p"><span class="Apple-style-span" style="font-size: 16px; ">Perks:</span>
<ul>
    <li><span style="font-size: small;">Medical, dental, vision, stock options in a rapidly growing profitable startup, fresh fruit, awesome location (South Park), ability to work with small super-smart team, intellectual challenges galore.</span></li>
</ul>
<p><span style="font-size: small;"> </span></p>
<p><span style="font-size: medium;">Misc:</span></p>
<ul>
    <li>No Recruiters Please!</li>
    <li>Only applicants authorized to work in the United States will be considered.<br />
    &#160;<font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;"><br />
    </span></font></li>
</ul>
<p>&#160;<span style="font-size: medium;">About Shop It To Me:</span></p>
<p><span style="display: none;">&#160;</span>You can think of Shop It To Me as a free personal shopper for sales of clothing, shoes jewelry and accessories. Users choose their favorite clothing brands (such as Ann Taylor, Prada, DKNY, Theory, BCBG, Chip &amp; Pepper, etc...) and individual sizes. Shop It To Me will search the websites of leading retailers and email a daily or weekly summary of new items that go on sale in their size.</p>
<p>Shop It To Me has been featured in publications like Daily Candy Deals, Glamour, and The Washington Post and is described as "a pick-me-up in the morning", "addictive" and "dangerous" with the caveat "boyfriends and husbands beware!".</p>
<p>Shop It To Me is headquartered in San Francisco, California. <span style="display: none;">&#160;</span></p>
<p>&#160;</p>
</div>
<p>&#160;</p>
</div>    </content>
  </entry>
  <entry>
    <title>Stellar Ruby Engineer</title>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/job_posting?job_id=b08CwUNnur3PiseJe4aGWH&amp;amp;ref=rss" rel="alternate"/>
    <link href="http://shopittome.jobscore.com/job_seeker/jobs/apply_jump_page?job_id=b08CwUNnur3PiseJe4aGWH&amp;amp;ref=rss" rel="tag:jobscore.com/apply_url"/>
    <id>tag:jobscore.com,2009-09-09:/b08CwUNnur3PiseJe4aGWH</id>
    <category term="Engineering" scheme="http://schemas.jobscore.com/atom#department"/>
    <category term="San Francisco, CA" scheme="http://schemas.jobscore.com/atom#location"/>
    <updated>2009-09-09T00:12:27Z</updated>
    <content type="xhtml">
<div xmlns='http://www.w3.org/1999/xhtml'><p><span style="font-size: large;">Ruby Description:</span> &#160; &#160;</p>
<pre>
class Applicant &lt; ActiveEngineer&#10;  require 'ruby'&#10;  require 'mad_skills'&#10;  require 'oo_design'&#10;  require 'mysql'&#10;&#10;  validates :bachelors_degree&#10;&#10;  def qualified?&#10;    [:smart, :highly_productive, :curious, :driven, :team_player ].all? do&#10;|attr|&#10;      self.send attr&#10;    end&#10;  end&#10;end&#10;&#10;class ShopItToMe&#10;  include TopTalent&#10;  has_millions :subscribers, :include=&gt;:mostly_women&#10;  has_many :profits, :revenue&#10;  has_many :recent_press, :through=&gt;[:today_show, :good_morning_america,&#10;                                     :new_york_times, :oprah_magazine]&#10;  belongs_to :south_park_sf&#10;  has_many :employees, :limit=&gt;10&#10;&#10;  def apply(you)&#10;    unless you.build_successful_startups&#10;      raise "Not wanted"&#10;    end&#10;    unless you.enjoy_working_at_scale&#10;      raise "Don't bother"&#10;    end&#10;  end&#10;&#10;  def work&#10;    with small_team do&#10;      our_offerings.extend you&#10;      subscribers.send :thrill&#10;      [:scaling, :recommendation_engines, :multivariate_testing ].each do |challenge|&#10;        assert intellectual_challenges.include? challenge&#10;      end&#10;      %w(analytics ui collaborative_filtering scraping).each{|task|&#10;task.build }&#10;    end&#10;  end&#10;&#10;end&#10;&#10;def to_apply&#10;  include CoverLetter&#10;  include Resume&#10;end</pre>
<p><font size="5" class="Apple-style-span"><span style="font-size: 18px;" class="Apple-style-span">English Description: </span></font></p>
<p>Are you looking for a fast growing startup with a small team where you'll be given as much responsibility as you can handle? Do you want to be revered by millions of adoring fans? Do you want to be involved in everything --- brainstorming, requirements, design, coding, scaling, deployment, and operations?<br />
<br />
Check out Shop It To Me, a small (under 10 employees), hot, profitable startup in the online shopping space. We're looking for 1-2 smart developers to help us build our next-generation shopping personalization engine.</p>
<p>We're growing exponentially, have been described by Sarah Lacy at Business Week as the "Twitter of Shopping Applications", and in just the last few weeks have been featured on The Today Show, Good Morning America and The New York Times. We are growing so fast, we now need a couple key developers to help us!</p>
<p>You'll be working in a fun environment near South Park in SF with an all-star team which includes graduates from Harvard and Berkeley and with backgrounds from Tell Me, Microsoft and Gap Inc...&#160;Your work will be appreciated by millions of adoring users.</p>
<p><span style="font-size: 18px;" class="Apple-style-span">Requirements:</span></p>
<ul>
    <li>Super-smart</li>
    <li>Experience programming in Ruby.</li>
    <li>Experience with web development (HTTP, HTML, CSS, AJAX, Javascript).</li>
    <li>Uber-Productive - can you contribute from day one and continue to grow into more and more responsibility?</li>
    <li>Passion for building a hugely successful company, not just cool technology.</li>
</ul>
<p><span style="font-size: large;">Bonus Points:</span></p>
<ul>
    <li><span style="font-size: large;"><span style="font-family: arial; font-size: 13px; color: rgb(51, 51, 51);" class="Apple-style-span">Knowledge of Linux, Rails, multithreaded programming, parsing, SMTP and related protocols (SPF, DomainKeys/DKIM, etc), SQL, Sphinx search, JRuby, Capistrano, Apache, Nginx.</span></span></li>
</ul>
<p><span style="font-size: large;">Perks:</span></p>
<p>Medical, dental, vision, stock options in a rapidly growing profitable startup, fresh fruit, awesome location (South Park), ability to work with small super-smart team, intellectual challenges, hidden puzzles on website, millions of adoring (mostly female) fans.</p>
<p>To Apply:</p>
<p>&#160;</p>
<p>1) Figure out what this Ruby code outputs</p>
<p><code> you=%W(SMART RUBY RAILS DEV LOOKIN FOR FUN TEAM COOL PROJECTS MILLIONS OF AVID FANS CHANGE THE WORLD );  <br />
answer = you.sort!.inject(you[12] + " "){|a,b| a+(b&lt;"FREE"|| "REDUCE" &lt; b  || b.length &lt; 3 ? "": b.gsub("AI", "ACE").gsub("ON","CAFFEINE").gsub(/E.T./,"UFO")[4-a.length..4-a.length])} <br />
</code><code>puts answer  </code></p>
<p><br />
2) Put the answer at the top of your cover letter and submit your cover letter and resume by pressing the button below. &#160;For bonus points, submit even more creative Ruby code that gives the same answer. (You can do that after you submit your application...). <font class="Apple-style-span" face="Arial" size="5"><span class="Apple-style-span" style="font-size: 18px;"><br />
</span></font></p>
<p>&#160;</p>
<p><font face="-webkit-monospace" class="Apple-style-span"><font face="Arial" size="5" class="Apple-style-span"> </font></font></p>
<p><span style="font-size: small;">No Recruiters Please!</span><br />
<span style="font-size: small;">Only applicants authorized to work in the United States will be considered.</span></p>
<p><span style="font-size: small;">zllh://ooo.kzghallgew.uge/yggvbgt<br />
Shop It To Me...Sales Just Got Personal</span></p>
<p><font face="-webkit-monospace" class="Apple-style-span"><font face="Arial" size="5" class="Apple-style-span"><br />
</font></font></p>
</div>    </content>
  </entry>
</feed>
