

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PlayNice.ly</title>
	<atom:link href="http://playnice.ly/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://playnice.ly/blog</link>
	<description>The official PlayNice.ly blog</description>
	<lastBuildDate>Thu, 24 Mar 2011 12:08:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Web apps, credit cards, merchant accounts and PayPal</title>
		<link>http://playnice.ly/blog/2011/03/23/web-apps-credit-cards-merchant-accounts-and-paypal/</link>
		<comments>http://playnice.ly/blog/2011/03/23/web-apps-credit-cards-merchant-accounts-and-paypal/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 14:41:43 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://playnice.ly/blog/?p=716</guid>
		<description><![CDATA[There is an inevitable and unavoidable point in the life of many successful web applications where you, as the creator of your amazing app, are going to have to accept your customers&#8217; money. As fantastic as this is, it is also a complete headache. PlayNice.ly went through this process last year and it is only [...]]]></description>
			<content:encoded><![CDATA[<p>There is an inevitable and unavoidable point in the life of many successful web applications where you, as the creator of your amazing app, are going to have to accept your customers&#8217; money.</p>

<p>As fantastic as this is, it is also a complete headache.</p>

<p>PlayNice.ly went through this process last year and it is only just getting entirely sorted out. There are bank accounts, merchant accounts, payment gateways and recurring billing systems&#8230; and they all have to talk to each other!</p>

<p>Actually, this Futurama quote popped into my head on more than one occasion:</p>

<blockquote><p>You can&#8217;t just waltz into the Central Bureaucracy. It&#8217;s a tangled web of red tape and regulations. I&#8217;ve never been, but a friend of mine went completely mad trying to find the washroom there. &#8211; <a href="http://www.imdb.com/title/tt0584442/quotes#qt0399215">Professor Farnsworth, Futurama</a></p></blockquote>

<h3>TL;DR</h3>

<p>This is going to take you a few months to get set up, but the only task which will really consume your time is integrating the billing system into your app.</p>

<h3>But why not use PayPal?</h3>

<p>PayPal has the potential to simplify this whole process considerably. Our &#8216;old school&#8217; route took us a few months, but I imagine a PayPal setup may take just a couple of weeks at most.</p>

<p>We didn&#8217;t go with PayPal for a few reasons, but really came down to the fact that we <a href="http://www.jacquesmattheij.com/PayPal+robbed+my+bank+account">just</a> <a href="http://www.sfbg.com/politics/2010/08/11/paypal-releases-burning-man-temple-funds">didn&#8217;t</a> <a href="http://techcrunch.com/2010/10/26/wepay-ice-paypal/">trust</a> <a href="http://news.ycombinator.com/item?id=1598227">them</a> with our startup&#8217;s revenue stream.</p>

<p>Of course, if you just want to take the occasional payments from a few users then PayPal would be a pretty good option.</p>

<h3>A view from 10,000ft</h3>

<p>The components of a typical web app&#8217;s payment processing system are, in our experience, as follows:</p>


<ol>
<li>Your app</li>
<li>A system for handling recurring billing</li>
<li>A payment gateway</li>
<li>A merchant account</li>
<li>A bank account (i.e. your startup&#8217;s bank account)</li>
</ol>



<p>You may find that a couple of these points merge together. For example, your bank may be able to provide both your merchant account and current account. You can also choose to implement a recurring billing system yourself, in which case 1 and 2 would merge.</p>

<p>So let&#8217;s walk through an example. This is what happens when you take out a PlayNice.ly subscription:</p>


<ol>
<li><strong>PlayNice.ly</strong> asks you to choose a plan and then sends you off to our <strong>recurring billing system</strong> (we use <a href="http://recurly.com/">Recurly</a>).</li>
<li>The <strong>recurring billing system</strong> collects and stores your card details, and asks the <strong>payment gateway</strong> to charge your card for the first month of your plan.</li>
<li>The <strong>payment gateway</strong> performs a few security checks and then asks PlayNice.ly&#8217;s <strong>merchant account</strong> to take the money from your card.</li>
<li>The <strong>merchant account</strong> takes the money from your card, holds onto it for a number of days (more on this later) and then pays it into PlayNice.ly&#8217;s <strong>current account</strong>.</li>
</ol>



<p>Every month thereafter, the recurring billing system will tell the <strong>payment gateway</strong> to bill you again, triggering step 3, then step 4.</p>

<h3>Oh yeah, just like that</h3>

<p>Needless to say, this is not trivial or fast to setup. It took us about 3 months and a few hundred pounds (GBP) in setup/subscription fees to get everything working (more detail below).</p>

<p>The silver lining is that it doesn&#8217;t consume much of <em>your</em> time. In total we spent a couple of hours on the phone (or emailing) each week during this period. Updating the PlayNice.ly app with concepts of trials &amp; subscriptions was by far our biggest time-sink, but that is a whole other blog post.</p>

<h3>Choosing your tools</h3>

<p>Before you start signing up for anything it is a very good idea to first figure out the combination of tools that will work together. Your chosen recurring billing system needs to be able to talk to your chosen payment gateway, and your payment gateway needs to be able to talk to your chosen merchant account provider, and so on.</p>

<p>In addition to finding tools that will play nicely with each other, you should consider:</p>


<ul>
<li>Do you need to charge any taxes? For example, PlayNice.ly is based in the <span class="caps">EU, </span>so we need to charge <span class="caps">VAT </span>to our EU customers. We therefore chose Recurly to handle our recurring billing as they handled this for us. If you don&#8217;t need <span class="caps">VAT </span>support, <a href="http://chargify.com/">Chargify</a> is a very attractive option.</li>
<li>The documentation quality for the <span class="caps">API</span>s you will be integrating with.</li>
<li>The quality of the <span class="caps">API </span>client you will be using.</li>
<li>Do you need to bill in multiple currencies?</li>
<li>The associated setup and ongoing costs.</li>
</ul>



<h3>Gotchas: Merchant account &amp; Payment Gateway</h3>

<p>Here are a few notes and gotchas that we learnt along the way:</p>


<ul>
<li>A customer can reverse a credit card charge, known as a &#8216;chargeback&#8217;. If they do, you have to pay that money back to the bank that provides your merchant account. (This doesn&#8217;t apply to debit cards, but our merchant account provider didn&#8217;t seem to want to think about debit cards too much.)</li>
<li>Because of the above point, initially the bank will want to hold on to incoming payments for as long as possible, just in case it needs to issue refunds to your customers (as the bank doesn&#8217;t trust you to cough up any refunds yourself). For us, this wait time is about a month (!), but this can come down to 3-4 days over time.</li>
<li>Your website will need to conform to certain regulations which your merchant account provider will specify. For example, we needed to have privacy/refund policies on our site, and clear contact information displayed. (But interestingly enough, our merchant account was provisioned before we made these changes live. Go figure.)</li>
<li>Your payment gateway and merchant account will probably need to be setup to allow something called &#8216;continuous authority&#8217;. This allows your recurring billing system to have the authority to take subsequent payments from the customers card without having their card&#8217;s <span class="caps">CV2 </span>number present (no one is allowed to store the <span class="caps">CV2 </span>number, as it acts as proof that the customer is actually present). There may be an extra per-transaction charge for this.</li>
<li>Accepting American Express payments is more complex as they effectively have their own merchant account which needs to be setup separately with your payment gateway. Ask your payment gateway and merchant account provider about this.</li>
</ul>



<h3>Gotchas: Recurring billing</h3>

<p>We found the recurring billing setup pretty straightforward. The task that really ate up our time was making PlayNice.ly billing-aware (as we were previously in a free public beta phase). Even though we outsourced the recurring billing to Recurly, there was still a lot of effort involved in handling trial accounts, expired accounts, billing callbacks, account upgrades, account downgrades, copy writing, billing notification emails, pricing plans etc.</p>

<p><strong>Do not underestimate this</strong>.</p>

<h3>How much does it cost?</h3>

<p>Every step along the payment processing path will probably have some fees associated with it. This is roughly what we were initially paying:</p>


<ul>
<li>Recurring billing system: $29/month</li>
<li>Payment gateway: &Acirc;&pound;20/month (<a href="http://www.google.co.uk/search?q=20+GBP+in+USD">about $33/month</a>)</li>
<li>Merchant account:
<ul>
<li>Setup: &Acirc;&pound;150 (<a href="http://www.google.co.uk/search?q=150+GBP+in+USD">about $244</a>)</li>
<li>About 2-2.5% per transaction + 0.85% per transaction for continuous authority</li>
</ul>
</li>
</ul>



<h3>Our timeline</h3>

<p>So how long did it take to get all of this setup? Longer than setting up a PayPal account, that&#8217;s for sure&#8230;</p>


<ul>
<li><strong>Late August</strong> &#8211; Met with bank for current account setup</li>
<li><strong>Mid September</strong> &#8211; Current account opened (so this took about 3 weeks, which is longer than usual)</li>
<li><strong>Late September</strong> &#8211; Merchant account setup</li>
<li><strong>Mid October</strong> &#8211; Recurly setup &amp; setup of test account with our chosen payment gateway</li>
<li><strong>Mid October &#8211; Early December</strong> &#8211; Getting everything to work together. This involved phone calls and support emails to find the correct settings for various interfaces, and finding that we needed to sign yet more forms that people had forgotten to mention. Boo.</li>
<li><strong>Early 2011</strong> &#8211; Writing integration scripts to hook up Recurly to our accounting system (<a href="http://xero.com">Xero</a>, which we highly recommend).</li>
</ul>



<p>All-in-all, it was about three-and-a-bit months before we could accept card payments. None of it was too time consuming, it just took a long time. We could have probably shaved a few weeks off this process if we were really in a hurry, but I really wouldn&#8217;t want to do this in a rush <img src='http://playnice.ly/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<h3>Big fat disclaimer</h3>

<p>In case there is any doubt, I want to make it clear that this blog post represents our best understanding of how the system works. While I believe it to be accurate, it is quite possible that some statements are entirely wrong, untrue, fallacious or misleading. If so, I sincerely apologise and will only be too happy to make corrections. <strong>Please do not rely on this information without double-checking first.</strong></p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F&amp;submitHeadline=Web+apps%2C+credit+cards%2C+merchant+accounts+and+PayPal&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F&amp;title=Web+apps%2C+credit+cards%2C+merchant+accounts+and+PayPal" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F&amp;title=Web+apps%2C+credit+cards%2C+merchant+accounts+and+PayPal" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F&amp;title=Web+apps%2C+credit+cards%2C+merchant+accounts+and+PayPal" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F&amp;title=Web+apps%2C+credit+cards%2C+merchant+accounts+and+PayPal" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F&amp;title=Web+apps%2C+credit+cards%2C+merchant+accounts+and+PayPal" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F&amp;title=Web+apps%2C+credit+cards%2C+merchant+accounts+and+PayPal" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F&amp;title=Web+apps%2C+credit+cards%2C+merchant+accounts+and+PayPal" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a href="http://twitter.com/home/?status=Check+out+Web+apps%2C+credit+cards%2C+merchant+accounts+and+PayPal+@+http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F23%2Fweb-apps-credit-cards-merchant-accounts-and-paypal%2F&amp;t=Web+apps%2C+credit+cards%2C+merchant+accounts+and+PayPal" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://playnice.ly/blog/2011/03/23/web-apps-credit-cards-merchant-accounts-and-paypal/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Waterside, a feedback widget for PlayNice.ly</title>
		<link>http://playnice.ly/blog/2011/03/07/waterside-a-feedback-widget-for-playnice-ly/</link>
		<comments>http://playnice.ly/blog/2011/03/07/waterside-a-feedback-widget-for-playnice-ly/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 13:10:07 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://playnice.ly/blog/?p=692</guid>
		<description><![CDATA[Sometimes it is really nice to keep everything in one place. User feedback, for example, is a good example of this. Does your project really need its own feedback app such as UserVoice, or can you use the tools you already have? This is the quandary that Riley Dutton faced while working on his latest [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it is really nice to keep everything in one place. User feedback, for example, is a good example of this. Does your project really need its own feedback app such as <a href="http://uservoice.com">UserVoice</a>, or can you use the tools you already have?</p>

<p>This is the quandary that <a href="http://www.rileydutton.com">Riley Dutton</a> faced while working on his latest project. His solution was to create <strong><a href="https://github.com/rileydutton/waterslide">Waterslide</a></strong>, a feedback widget that pushes data directly into PlayNice.ly (using <a href="http://docs.playnice.ly/api/">our <span class="caps">API</span></a>).</p>

<p class="center" style="text-align:center"><a href="https://github.com/rileydutton/waterslide"><img src="http://playnice.ly/blog/wp-content/uploads/2011/03/waterslide.png" alt="Waterslide in action" /></a></p>

<p>It is still early days for this widget, but it is going to be great to see how Waterslide develops in the coming months!</p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F&amp;submitHeadline=Waterside%2C+a+feedback+widget+for+PlayNice.ly&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F&amp;title=Waterside%2C+a+feedback+widget+for+PlayNice.ly" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F&amp;title=Waterside%2C+a+feedback+widget+for+PlayNice.ly" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F&amp;title=Waterside%2C+a+feedback+widget+for+PlayNice.ly" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F&amp;title=Waterside%2C+a+feedback+widget+for+PlayNice.ly" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F&amp;title=Waterside%2C+a+feedback+widget+for+PlayNice.ly" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F&amp;title=Waterside%2C+a+feedback+widget+for+PlayNice.ly" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F&amp;title=Waterside%2C+a+feedback+widget+for+PlayNice.ly" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a href="http://twitter.com/home/?status=Check+out+Waterside%2C+a+feedback+widget+for+PlayNice.ly+@+http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F03%2F07%2Fwaterside-a-feedback-widget-for-playnice-ly%2F&amp;t=Waterside%2C+a+feedback+widget+for+PlayNice.ly" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://playnice.ly/blog/2011/03/07/waterside-a-feedback-widget-for-playnice-ly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacker News London Talk: Help your startup PlayNice.ly</title>
		<link>http://playnice.ly/blog/2011/02/04/hacker-news-london-talk-help-your-startup-playnice-ly/</link>
		<comments>http://playnice.ly/blog/2011/02/04/hacker-news-london-talk-help-your-startup-playnice-ly/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 17:16:05 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://playnice.ly/blog/?p=647</guid>
		<description><![CDATA[I gave a quick talk at the Hacker News London meetup last night on some lessons that PlayNice.ly have learnt over the last year or so. If you&#8217;re thinking of doing a startup then please check out these slides! Let me know if you have any questions or feedback!]]></description>
			<content:encoded><![CDATA[	<p><p>I gave a quick talk at the <a href="http://meetup.com/hnlondon">Hacker News London meetup</a> last night on some lessons that PlayNice.ly have learnt over the last year or so. If you&#8217;re thinking of doing a startup then please check out these slides!</p></p>

	<p><br />
</p>

	<p><div style="width:425px" id="__ss_6811088"><object id="__sse6811088" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=playnicely-110204075140-phpapp01&#038;stripped_title=help-your-startup-playnicely&#038;userName=robbiehudson" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse6811088" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=playnicely-110204075140-phpapp01&#038;stripped_title=help-your-startup-playnicely&#038;userName=robbiehudson" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div></p>

	<p><br />
</p>

	<p><p>Let me know if you have any questions or feedback!</p></p>
 <!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F&amp;submitHeadline=Hacker+News+London+Talk%3A+Help+your+startup+PlayNice.ly&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F&amp;title=Hacker+News+London+Talk%3A+Help+your+startup+PlayNice.ly" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F&amp;title=Hacker+News+London+Talk%3A+Help+your+startup+PlayNice.ly" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F&amp;title=Hacker+News+London+Talk%3A+Help+your+startup+PlayNice.ly" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F&amp;title=Hacker+News+London+Talk%3A+Help+your+startup+PlayNice.ly" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F&amp;title=Hacker+News+London+Talk%3A+Help+your+startup+PlayNice.ly" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F&amp;title=Hacker+News+London+Talk%3A+Help+your+startup+PlayNice.ly" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F&amp;title=Hacker+News+London+Talk%3A+Help+your+startup+PlayNice.ly" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a href="http://twitter.com/home/?status=Check+out+Hacker+News+London+Talk%3A+Help+your+startup+PlayNice.ly+@+http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F02%2F04%2Fhacker-news-london-talk-help-your-startup-playnice-ly%2F&amp;t=Hacker+News+London+Talk%3A+Help+your+startup+PlayNice.ly" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://playnice.ly/blog/2011/02/04/hacker-news-london-talk-help-your-startup-playnice-ly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spread the PlayNicely Love</title>
		<link>http://playnice.ly/blog/2011/01/25/spread-the-playnicely-love/</link>
		<comments>http://playnice.ly/blog/2011/01/25/spread-the-playnicely-love/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 16:16:17 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://playnice.ly/blog/?p=623</guid>
		<description><![CDATA[Good news everybody, release &#8216;Hermes&#8217; is now out! From today you can unlock extra projects on your paid PlayNice.ly plan using the new Love PlayNice.ly page. All you need to do is recommend PlayNice.ly to your friends. When your friend signs up, you will both receive an extra project. So go to the Love PlayNice.ly page [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding: 0 10px 10px 10px;"><img src="http://playnice.ly/blog/wp-content/uploads/2011/01/hermes.jpeg" alt="Hermes rockin&#039; it up" title="Hermes rockin&#039; it up" width="198" height="150" /></div>
<p>Good news everybody, release &#8216;Hermes&#8217; is now out! From today you can unlock extra projects on your paid PlayNice.ly plan using the new <a href="http://app.playnice.ly/love/">Love PlayNice.ly</a> page.</p>
<p>All you need to do is recommend PlayNice.ly to your friends. When your friend signs up, you will both receive an extra project. So go to the <a href="http://app.playnice.ly/love/">Love PlayNice.ly</a> page and get your free projects!</p>
<h3>Even more new features</h3>
<p>In addition to all the love:</p>
<ul>
<li>We now have <strong>experimental JSONP support</strong> in our API. See <a href="http://docs.playnice.ly/api/jsonp/">our JSONP documentation page</a> for details.</li>
<li>Unfuddle import: you can now <strong>import Unfuddle tickets</strong> when creating a new project.</li>
</ul>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F&amp;submitHeadline=Spread+the+PlayNicely+Love&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F&amp;title=Spread+the+PlayNicely+Love" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F&amp;title=Spread+the+PlayNicely+Love" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F&amp;title=Spread+the+PlayNicely+Love" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F&amp;title=Spread+the+PlayNicely+Love" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F&amp;title=Spread+the+PlayNicely+Love" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F&amp;title=Spread+the+PlayNicely+Love" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F&amp;title=Spread+the+PlayNicely+Love" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a href="http://twitter.com/home/?status=Check+out+Spread+the+PlayNicely+Love+@+http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F25%2Fspread-the-playnicely-love%2F&amp;t=Spread+the+PlayNicely+Love" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://playnice.ly/blog/2011/01/25/spread-the-playnicely-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The PlayNice.ly API Launches</title>
		<link>http://playnice.ly/blog/2011/01/19/playnicely-api-launches/</link>
		<comments>http://playnice.ly/blog/2011/01/19/playnicely-api-launches/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 13:15:04 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://playnice.ly/blog/?p=603</guid>
		<description><![CDATA[Today we are very pleased to announce the PlayNice.ly API, currently in beta. Woo hoo! You can find the gory details at: http://docs.playnice.ly/api/ Why is this good news? You can now get fast and easy access to all your projects, milestones, tasks and comments in a common format. This gives you much greater control over [...]]]></description>
			<content:encoded><![CDATA[	<p><div style="float: right; padding: 15px 10px 20px 10px; border: 1px solid #ccc;"><img src="http://docs.playnice.ly/images/api-logo.png" title="The PlayNice.ly API" alt="The PlayNice.ly API" /></div></p>

	<p>Today we are very pleased to announce the PlayNice.ly <span class="caps">API</span>, currently in beta. Woo hoo!</p>

	<p>You can find the gory details at: <strong><a href="http://docs.playnice.ly/api/" title="">http://docs.playnice.ly/api/</a> </strong></p>

	<p>Why is this good news? You can now get fast and easy access to all your projects, milestones, tasks and comments in a common format. This gives you much greater control over your data plus the ability to integrate your own tools with PlayNice.ly.</p>

	<p>Lots of you have been asking for an <span class="caps">API</span> so we&#8217;re really glad to finally deliver one, and we&#8217;re looking forward to seeing how everyone uses it.</p>

	<p>You can expect to see these new features coming to the <span class="caps">API</span> in the near future:</p>

	<ul>
		<li><span class="caps">JSONP</span> support</li>
		<li>More <span class="caps">API</span> calls</li>
		<li>OAuth 2.0 support</li>
	</ul>

	<p>In the mean-time, <a href="mailto:support@playnice.ly" title="">let us know</a> if you have any ideas, suggestions or problems. We always love to get feedback <img src='http://playnice.ly/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://www.codeproject.com/script/Articles/BlogFeedList.aspx?amid=7677994" rel="tag" style="display:none">CodeProject</a></p>
 <!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F&amp;submitHeadline=The+PlayNice.ly+API+Launches&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F&amp;title=The+PlayNice.ly+API+Launches" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F&amp;title=The+PlayNice.ly+API+Launches" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F&amp;title=The+PlayNice.ly+API+Launches" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F&amp;title=The+PlayNice.ly+API+Launches" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F&amp;title=The+PlayNice.ly+API+Launches" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F&amp;title=The+PlayNice.ly+API+Launches" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F&amp;title=The+PlayNice.ly+API+Launches" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a href="http://twitter.com/home/?status=Check+out+The+PlayNice.ly+API+Launches+@+http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F19%2Fplaynicely-api-launches%2F&amp;t=The+PlayNice.ly+API+Launches" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://playnice.ly/blog/2011/01/19/playnicely-api-launches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PlayNice.ly now integrates with BitBucket</title>
		<link>http://playnice.ly/blog/2011/01/11/playnice-ly-now-integrates-with-bitbucket/</link>
		<comments>http://playnice.ly/blog/2011/01/11/playnice-ly-now-integrates-with-bitbucket/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 14:15:20 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://playnice.ly/blog/?p=569</guid>
		<description><![CDATA[We&#8217;ve been working away over the break and are pleased to announce support for BitBucket commit notifications in our latest release. Setting up the integration is easy: 1. In your PlayNice.ly project, go to the &#8216;Project Settings&#8217; page, select &#8216;BitBucket&#8217;, copy the BitBucket URL and hit &#8216;Save settings&#8217;. 2. Go to your BitBucket repository and [...]]]></description>
			<content:encoded><![CDATA[	<p>We&#8217;ve been working away over the break and are pleased to announce support for BitBucket commit notifications in our latest release.</p>

	<p>Setting up the integration is easy:<br />
<h3>1. In your PlayNice.ly project, go to the &#8216;Project Settings&#8217; page, select &#8216;BitBucket&#8217;, copy the BitBucket <span class="caps">URL</span> and hit &#8216;Save settings&#8217;.</h3><br />
<a href="http://playnice.ly/blog/wp-content/uploads/2011/01/Screen-shot-2011-01-04-at-11.53.39.png"><img class="aligncenter size-full wp-image-575" title="bitbucket-url" src="http://playnice.ly/blog/wp-content/uploads/2011/01/Screen-shot-2011-01-04-at-11.53.39.png" alt="" width="500" height="390" /></a><br />
<h3>2. Go to your BitBucket repository and load the admin page</h3><br />
<a href="http://playnice.ly/blog/wp-content/uploads/2011/01/Screen-shot-2011-01-04-at-12.01.281.png"><img src="http://playnice.ly/blog/wp-content/uploads/2011/01/Screen-shot-2011-01-04-at-12.01.281.png" alt="" title="bitbucket-repo" width="500" height="287" class="aligncenter size-full wp-image-584" /></a><br />
<h3>3. Click on Services, and then add a <span class="caps">POST</span> service</h3><br />
<a href="http://playnice.ly/blog/wp-content/uploads/2011/01/Screen-shot-2011-01-04-at-12.05.55.png"><img src="http://playnice.ly/blog/wp-content/uploads/2011/01/Screen-shot-2011-01-04-at-12.05.55.png" alt="" title="bitbucket-services" width="500" height="287" class="aligncenter size-full wp-image-587" /></a><br />
<h3>4. Paste the <span class="caps">URL</span> in and click save settings</h3><br />
<a href="http://playnice.ly/blog/wp-content/uploads/2011/01/Screen-shot-2011-01-04-at-12.07.27.png"><img src="http://playnice.ly/blog/wp-content/uploads/2011/01/Screen-shot-2011-01-04-at-12.07.27.png" alt="" title="bitbucket-playnicely" width="500" height="287" class="aligncenter size-full wp-image-589" /></a><br />
That&#8217;s it! You will now see commits to the <a href="http://bitbucket.org">BitBucket</a> repository in your <a href="http://playnice.ly">PlayNice.ly</a> project. You can also mention items in the commit message and the message will show up in the relevant item.<br />
<a href="http://www.codeproject.com/script/Articles/BlogFeedList.aspx?amid=7677994" rel="tag" style="display:none">CodeProject</a></p>
 <!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F&amp;submitHeadline=PlayNice.ly+now+integrates+with+BitBucket&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F&amp;title=PlayNice.ly+now+integrates+with+BitBucket" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F&amp;title=PlayNice.ly+now+integrates+with+BitBucket" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F&amp;title=PlayNice.ly+now+integrates+with+BitBucket" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F&amp;title=PlayNice.ly+now+integrates+with+BitBucket" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F&amp;title=PlayNice.ly+now+integrates+with+BitBucket" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F&amp;title=PlayNice.ly+now+integrates+with+BitBucket" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F&amp;title=PlayNice.ly+now+integrates+with+BitBucket" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a href="http://twitter.com/home/?status=Check+out+PlayNice.ly+now+integrates+with+BitBucket+@+http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F11%2Fplaynice-ly-now-integrates-with-bitbucket%2F&amp;t=PlayNice.ly+now+integrates+with+BitBucket" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://playnice.ly/blog/2011/01/11/playnice-ly-now-integrates-with-bitbucket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-domain UCC SSL certificates on Nginx with 1 IP address</title>
		<link>http://playnice.ly/blog/2011/01/03/multi-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address/</link>
		<comments>http://playnice.ly/blog/2011/01/03/multi-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 15:47:28 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://playnice.ly/blog/?p=545</guid>
		<description><![CDATA[In the past it has not been possible to serve SSL requests for multiple domains from the same IP address. So you had two choices: Use one IP address per SSL-enabled site &#8211; clearly not a great solution considering the increasing scarcity of IP addresses. Also, some cloud providers (e.g. Amazon EC2) only issue one [...]]]></description>
			<content:encoded><![CDATA[	<p>In the past it has <a href="http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts2" title="">not been possible</a> to serve <span class="caps">SSL</span> requests for multiple domains from the same IP address. So you had two choices:</p>

	<ol>
		<li><strong>Use one IP address per <span class="caps">SSL</span>-enabled site</strong> &#8211; clearly not a great solution considering the increasing scarcity of IP addresses. Also, some cloud providers (e.g. Amazon <span class="caps">EC2</span>) only issue one IP address per server.</li>
			<li><strong>Use a wildcard certificate</strong> &#8211; This can work well if you only need to secure sub-domains. The cost can also be considerably greater for this type of certificate.</li>
	</ol>

	<p>But it is now also possible to use a <strong>Multi-domain <span class="caps">UCC SSL</span> certificate</strong>. This allows you to have a single certificate which covers up to 150 domains. The documentation for technique is still a little thin, so we wanted to share our process for getting this set up.<br />
<span id="more-545"></span><br />
Before we go on, I should mention <span class="caps">UCC</span> stands for &#8216;Unified Communications Certificate&#8217;. We will be using the phrase &#8216;UCC certificate&#8217; quite a lot in this blog post. Yes, it is a bit redundant, but that is just how we roll.</p>

	<h3>Generating the private key &#038; certificate signing request</h3>

	<p><em>This section is largely based upon <a href="http://www.crsr.net/Notes/Apache-HTTPS-virtual-host.html" title=""><span class="caps">HTTPS </span>Virtual Hosts in Apache</a> and <a href="http://therowes.net/~greg/2008/01/08/creating-a-certificate-with-multiple-hostnames/" title="">Creating a Certificate With Multiple Hostnames</a>.<br />
</em></p>

	<p>What sets <span class="caps">UCC</span> certificates apart is their use of the <em>subject alternative names</em> (<code>subjectAltNames</code>). This is a list of host names for which the certificate will be considered valid.</p>

	<p>To generate a certificate with <code>subjectAltNames</code> we need to change the openssl.conf slightly. On Ubuntu, this can be found at <code>/etc/ssl/openssl.cnf</code>.</p>

	<h4>1. Make sure the following setting can be found in the <code>[req]</code> section:</h4>

	<p>
<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;"><span style="color: #000066; font-weight:bold;"><span style="">&#91;</span>req<span style="">&#93;</span></span>
<span style="color: #000099;">req_extensions</span> <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> v3_req</span></pre></div></div>
</p>



	<h4>2. Ensure the following section exists, and that it contains the given settings:</h4>

	<p>
<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;"><span style="color: #000066; font-weight:bold;"><span style="">&#91;</span>v3_req<span style="">&#93;</span></span>
<span style="color: #000099;">subjectAltName</span> <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> @alt_names</span></pre></div></div>
</p>



	<h4>3. List the valid host names</h4>

	<p>Now list the host names for which your certificate should be valid in a section called <code>[alt_names]</code>. Note that the (monetary) cost of signing this certificate will increase with the number of hostnames you specify.</p>

	<p>
<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;"><span style="color: #000066; font-weight:bold;"><span style="">&#91;</span>alt_names<span style="">&#93;</span></span>
DNS.1 <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> example.com</span>
DNS.2 <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> hello.example.com</span>
DNS.3 <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> testing.com</span>
DNS.4 <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> www.testing.com</span>
DNS.5 <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> foo.testing.com</span></pre></div></div>
</p>



	<h4>4. Generate your private key</h4>

	<p>If you do not already have a private key, then generate one now:</p>

	<p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">openssl genrsa <span style="color: #660033;">-des3</span> <span style="color: #660033;">-out</span> ssl.key <span style="color: #000000;">2048</span></pre></div></div>
</p>



	<p>This will put your private key into <code>ssl.key</code> in your current directory. Note that if you specify a passphrase for the private key, you will be required to enter it every time you start/restart/reload Nginx. This may be acceptable to you, but it means it will not be possible to start Nginx automatically on system startup or after a failure.</p>

	<p><em>If you choose not to specify a passphrase, then just make doubly sure to store this file safely.</em></p>

	<h4>5. Generate your certificate signing request</h4>

	<p>Once you have your private key, you can use it to generate your certificate signing request:</p>

	<p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">openssl req <span style="color: #660033;">-new</span> <span style="color: #660033;">-key</span> ssl.key <span style="color: #660033;">-out</span> ssl.csr</pre></div></div>
</p>



	<p>You will be prompted to enter a number of values. Some of these may be used by your chosen <span class="caps">SSL</span> provider to verify your identity. The values will also be available to people who access your secured websites.</p>

	<p>Once done, your certificate signing request will be located in <code>ssl.csr</code> in your current directory.</p>

	<p>You can check that everything looks OK by running:</p>

	<p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">openssl req <span style="color: #660033;">-text</span> <span style="color: #660033;">-noout</span> <span style="color: #660033;">-in</span> ssl.csr</pre></div></div>
</p>



	<h3>Choosing a <span class="caps">UCC SSL</span> provider</h3>

	<p>There are a <a href="http://www.google.co.uk/search?q=UCC+SSL" title="">number of <span class="caps">UCC SSL</span> providers</a> out there, each with a range of prices. As this was our first experiment with <span class="caps">UCC</span> certificates we decided to use GoDaddy as they seemed to be the cheapest around and we felt that there was every chance that this wasn&#8217;t going to work!</p>

	<p>Whomever you choose, they will probably ask you to upload your <code>ssl.csr</code> file (or just paste the contents into a textbox).</p>

	<p>It took a couple of hours for GoDaddy to do all of its security checks. But when it was done we were able to download our fully functional <span class="caps">UCC SSL</span> certificate.</p>

	<p>Now let&#8217;s setup Nginx&#8230;</p>

	<h3>Chained certificates (optional)</h3>

	<p>It is possible that your <span class="caps">SSL</span> provider will issue you with a chained certificate. <a href="http://www.whichssl.com/intermediate_certificates2.html" title="">The reason for this</a> boils down to security.</p>

	<p><strong>If this is not the case for you</strong> then you can skip this section. We used GoDaddy, and they did issue a chained certificate.</p>

	<p>For Nginx to handle this, we just need to combine our certificate and the chained certificate into the same file (<a href="http://wiki.nginx.org/HttpSslModule#Synopsis" title="">Nginx docs on the subject</a>). All you need to do is create a file in which your domain&#8217;s certificate appears first, followed by the chained certificate.</p>

	<p>So, on the command line:</p>

	<p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cp</span> mydomain.com.crt mydomain.com.combined.crt
<span style="color: #c20cb9; font-weight: bold;">cat</span> chain.crt <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> mydomain.com.combined.crt</pre></div></div>
</p>



	<p>For GoDaddy, the <code>chain.crt</code> file is called <code>gd_bundle.crt</code>.</p>

	<p>It is the <code>mydomain.com.combined.crt</code> file that Nginx will now need.</p>

	<p>Once again, if you do not have a chained certificate then you can ignore this step.</p>

	<h3>Setting up Nginx</h3>

	<p>The first thing you need to do is add the following to the <code>http</code> block of your Nginx config:</p>

	<p>
<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">ssl_certificate /etc/nginx/ssl/cert.pem;
ssl_certificate_key /etc/nginx/ssl/cert.key;</pre></div></div>
</p>



	<p>This ensures that the <span class="caps">SSL</span> certificates are available to all your Nginx <code>server</code> blocks. You can specify these settings on a per-server basis, but doing it this way saves a little memory.</p>

	<p>From here, there are a couple of ways to setup Nginx, you can choose which is best depending on your situation.</p>

	<h4>The easy way</h4>

	<p>You can simply add a few extra options to an existing <code>server</code> block.</p>

	<p>
<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">server {
	listen 80;
	listen 443;		# This is new
	ssl on;			# This is new
&nbsp;
	server_name foo.testing.com
	root /home/foo
&nbsp;
	...
}</pre></div></div>
</p>



	<p>And that should do it! Just restart Nginx.</p>

	<h4>The slightly less easy way</h4>

	<p>You can also create an entirely new <code>server</code> block to handle <span class="caps">HTTPS</span> requests, so you end up with two <code>server</code> blocks:</p>

	<p>
<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">server {
	listen 80;
&nbsp;
	server_name foo.testing.com
	root /home/foo
&nbsp;
	...
}
server {
	listen 443;
	ssl on;
&nbsp;
	server_name foo.testing.com
	root /home/foo
&nbsp;
	...
}</pre></div></div>
</p>



	<p>This can be useful if you need to have slightly a different configuration for your <span class="caps">SSL</span> site.</p>

	<h4>Serving Django via FastCGI</h4>

	<p>If you are serving Django via FastCGI then you are going to need to pass through a <code>HTTPS</code> parameter to the FastCGI process (Django uses this information when generating URLs for <span class="caps">HTTP</span> redirects). This isn&#8217;t too hard if you use two separate <code>server</code> blocks:</p>

	<p>
<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">server {
	listen 80;
&nbsp;
	server_name foo.testing.com
	root /home/foo
&nbsp;
	...
&nbsp;
	location / {
		fastcgi_pass 127.0.0.1:1234;
		fastcgi_param PATH_INFO $fastcgi_script_name;
		fastcgi_param REQUEST_METHOD $request_method;
		fastcgi_param QUERY_STRING $query_string;
		fastcgi_param CONTENT_TYPE $content_type;
		fastcgi_param CONTENT_LENGTH $content_length;
		fastcgi_param HTTPS off;	# HTTPS set to off
		...
	}
}
server {
	listen 443;
	ssl on;
&nbsp;
	server_name foo.testing.com
	root /home/foo
&nbsp;
	...
&nbsp;
	location / {
		fastcgi_pass 127.0.0.1:1234;
		fastcgi_param PATH_INFO $fastcgi_script_name;
		fastcgi_param REQUEST_METHOD $request_method;
		fastcgi_param QUERY_STRING $query_string;
		fastcgi_param CONTENT_TYPE $content_type;
		fastcgi_param CONTENT_LENGTH $content_length;
		fastcgi_param HTTPS on;		# HTTPS set to on
		...
	}
}</pre></div></div>
</p>



	<h3>Notes on browser compatibility</h3>

	<p><em>This section has been added to the original post following the <a href="http://news.ycombinator.com/item?id=2063455" title="">Hacker News discussion</a> </em>.</p>

	<p>Some readers have made points on browser compatibility that I think are important to highlight here:</p>

	<ul>
		<li>It has <a href="http://news.ycombinator.com/item?id=2064216" title="">been reported</a> that some older Android devices have problems with <span class="caps">UCC</span> certificates, specifically those containing wildcard hostnames.</li>
		<li>The technique detailed here is <em>different</em> to that of <a href="http://en.wikipedia.org/wiki/Server_Name_Indication" title=""><span class="caps">SNI</span></a>, which is not supported on Windows XP.</li>
		<li>As one reader <a href="http://news.ycombinator.com/item?id=2064064" title="">pointed out</a>, this technique is not well suited to domain lists which frequently change as registrars will probably charge for signing the updated certificate. <a href="http://en.wikipedia.org/wiki/Server_Name_Indication" title=""><span class="caps">SNI</span></a> or <a href="http://wiki.cacert.org/WildcardCertificates" title="">Wildcard certificates</a> may be more suitable here.</li>
	</ul>

	<p>Please leave a comment if you have any points you would like to add to this list.</p>

	<h3>And that&#8217;s it!</h3>

	<p>You should now be able to point your browser to https://&#8230; and see your site being served securely.</p>

	<p>Lastly, I should point out that every asset in the <span class="caps">HTTPS</span> version of your site will need to be addressed using an <span class="caps">HTTPS URL</span>, otherwise your visitors&#8217; browsers are likely to complain.</p>

	<p>Please let me know if you have any problems.</p>

	<p>If you found this blog post useful then please checkout our bug tracking app, <a href="http://playnice.ly" title="">PlayNice.ly</a>.</p>

	<p><strong>Update 1:</strong> There is an interesting discussion regarding browser support of this technique <a href="http://news.ycombinator.com/item?id=2063455" title="">over at Hacker News</a>. Please give us an up-vote if you are feeling kind <img src='http://playnice.ly/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>

	<p><a href="http://www.codeproject.com/script/Articles/BlogFeedList.aspx?amid=7677994" rel="tag" style="display:none">CodeProject</a></p>
 <!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F&amp;submitHeadline=Multi-domain+UCC+SSL+certificates+on+Nginx+with+1+IP+address&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F&amp;title=Multi-domain+UCC+SSL+certificates+on+Nginx+with+1+IP+address" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F&amp;title=Multi-domain+UCC+SSL+certificates+on+Nginx+with+1+IP+address" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F&amp;title=Multi-domain+UCC+SSL+certificates+on+Nginx+with+1+IP+address" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F&amp;title=Multi-domain+UCC+SSL+certificates+on+Nginx+with+1+IP+address" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F&amp;title=Multi-domain+UCC+SSL+certificates+on+Nginx+with+1+IP+address" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F&amp;title=Multi-domain+UCC+SSL+certificates+on+Nginx+with+1+IP+address" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F&amp;title=Multi-domain+UCC+SSL+certificates+on+Nginx+with+1+IP+address" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a href="http://twitter.com/home/?status=Check+out+Multi-domain+UCC+SSL+certificates+on+Nginx+with+1+IP+address+@+http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2011%2F01%2F03%2Fmulti-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address%2F&amp;t=Multi-domain+UCC+SSL+certificates+on+Nginx+with+1+IP+address" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://playnice.ly/blog/2011/01/03/multi-domain-ucc-ssl-certificates-on-nginx-with-1-ip-address/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in Redis 2.2 and Redis Cluster</title>
		<link>http://playnice.ly/blog/2010/11/29/redis-london-video-cluster/</link>
		<comments>http://playnice.ly/blog/2010/11/29/redis-london-video-cluster/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 13:40:15 +0000</pubDate>
		<dc:creator>Bash</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Redis]]></category>

		<guid isPermaLink="false">http://playnice.ly/blog/?p=526</guid>
		<description><![CDATA[The videos from our last Redis London meetup are here at last! Thanks once again to The Guardian&#8217;s Open Platform, Mint Digital and Forward for sponsoring the event. We have Pieter Noordhuis discussing what&#8217;s new in Redis 2.2 followed by&#160;Salvatore Sanfilippo talking about Redis Cluster and finally, the Q&#038;A session that capped the night. Enjoy! [...]]]></description>
			<content:encoded><![CDATA[	<p>The videos from our last <a href="http://www.meetup.com/Redis-London/">Redis London</a> meetup are here at last! Thanks once again to The Guardian&#8217;s <a href="http://www.guardian.co.uk/open-platform">Open Platform</a>, <a href="http://mintdigital.com">Mint Digital</a> and <a href="http://forward.co.uk">Forward</a> for sponsoring the event.</p>

	<p>We have <a href="http://twitter.com/pnoordhuis">Pieter Noordhuis</a> discussing what&#8217;s new in Redis 2.2 followed by&#160;<a href="http://twitter.com/antirez">Salvatore Sanfilippo</a> talking about Redis Cluster and finally, the Q&#038;A session that capped the night. Enjoy!</p>

	<p><span id="more-526"></span><br />
<h2>What&#8217;s new in Redis 2.2</h2><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/c7X5KBtLSWQ?fs=1&#038;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/c7X5KBtLSWQ?fs=1&#038;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>

	<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/h5VVPFy7oeQ?fs=1&#038;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/h5VVPFy7oeQ?fs=1&#038;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<h2>Redis Cluster: The road ahead</h2><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ElwrCugm4Sw?fs=1&#038;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/ElwrCugm4Sw?fs=1&#038;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>

	<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MmL9Lq6WbSY?fs=1&#038;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/MmL9Lq6WbSY?fs=1&#038;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<h2>Q&#038;A</h2><br />
<object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/WEpMFEAIkYA?fs=1&#038;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/WEpMFEAIkYA?fs=1&#038;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="306"></embed></object></p>

	<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/Bfyb7S7SY74?fs=1&#038;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Bfyb7S7SY74?fs=1&#038;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="306"></embed></object><br />
<h2>Do you have an idea for a future Redis meetup?</h2><br />
We will be organising the next meetup in early 2011 &#8211; if you have an idea for a topic or theme please <a href="http://www.meetup.com/Redis-London/ideas/">post an idea on the Redis London meetup site</a>.</p>

	<p><a href="http://www.codeproject.com/script/Articles/BlogFeedList.aspx?amid=7677994" rel="tag" style="display:none">CodeProject</a></p>
 <!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F&amp;submitHeadline=What%26%238217%3Bs+new+in+Redis+2.2+and+Redis+Cluster&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F&amp;title=What%26%238217%3Bs+new+in+Redis+2.2+and+Redis+Cluster" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F&amp;title=What%26%238217%3Bs+new+in+Redis+2.2+and+Redis+Cluster" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F&amp;title=What%26%238217%3Bs+new+in+Redis+2.2+and+Redis+Cluster" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F&amp;title=What%26%238217%3Bs+new+in+Redis+2.2+and+Redis+Cluster" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F&amp;title=What%26%238217%3Bs+new+in+Redis+2.2+and+Redis+Cluster" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F&amp;title=What%26%238217%3Bs+new+in+Redis+2.2+and+Redis+Cluster" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F&amp;title=What%26%238217%3Bs+new+in+Redis+2.2+and+Redis+Cluster" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a href="http://twitter.com/home/?status=Check+out+What%26%238217%3Bs+new+in+Redis+2.2+and+Redis+Cluster+@+http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F29%2Fredis-london-video-cluster%2F&amp;t=What%26%238217%3Bs+new+in+Redis+2.2+and+Redis+Cluster" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://playnice.ly/blog/2010/11/29/redis-london-video-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New in PlayNice.ly: Import from GitHub &amp; FogBugz</title>
		<link>http://playnice.ly/blog/2010/11/15/new-in-playnice-ly-import-from-github-fogbugz/</link>
		<comments>http://playnice.ly/blog/2010/11/15/new-in-playnice-ly-import-from-github-fogbugz/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 11:18:08 +0000</pubDate>
		<dc:creator>Bash</dc:creator>
				<category><![CDATA[Changelog]]></category>

		<guid isPermaLink="false">http://playnice.ly/blog/?p=474</guid>
		<description><![CDATA[We launched PlayNice.ly out of beta last week, and we have a bumper change log to prove it. In addition to the usual refinements to speed and performance, we made a few bug fixes, overhauled the process by which you create new projects and released one major new feature: you can now import data from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://playnice.ly/blog/2010/11/09/playnice-ly-fun-fast-bug-tracking-launches-today/">We launched PlayNice.ly out of beta</a> last week, and we have a bumper change log to prove it.</p>
<p>In addition to the usual refinements to speed and performance, we made a few bug fixes, overhauled the process by which you create new projects and released one major new feature: you can now import data from a GitHub or FogBugz project to PlayNice.ly. Woohoo!</p>
<p><span id="more-474"></span></p>
<p>We&#8217;ve overhauled the flow when creating a new project and made it easier to add people to a project with the introduction of the team-picker interface and auto-lookup of PlayNice.ly users. We also introduced an import feature to support those who wish to migrate from GitHub or FogBugz.</p>
<p><div id="attachment_475" class="wp-caption alignnone" style="width: 490px"><a href="http://playnice.ly/blog/wp-content/uploads/2010/11/Create-New-Project.png"><img class="size-full wp-image-475" title="Create New Project" src="http://playnice.ly/blog/wp-content/uploads/2010/11/Create-New-Project.png" alt="" width="480" height="400" /></a><p class="wp-caption-text">Simple, effective, awesome. </p></div></p>
<h3>Adding people to a project</h3>
<p>As you use PlayNice.ly, you develop a shared work history with your colleagues. We distil this information into a single view of ‘the usual suspects’. The people you work with most regularly appear at the top of the list. You can  see the projects you’ve worked on together for context. You can also add people by their PlayNice.ly username, which is nice and fast thanks to some shiny new auto-complete action.</p>
<p><div id="attachment_476" class="wp-caption alignnone" style="width: 485px"><a href="http://playnice.ly/blog/wp-content/uploads/2010/11/Team-Picker.png"><img class="size-full wp-image-476  " title="Team Picker" src="http://playnice.ly/blog/wp-content/uploads/2010/11/Team-Picker.png" alt="" width="475" height="253" /></a><p class="wp-caption-text">Easily add people to your projects</p></div></p>
<h3>Importing data</h3>
<p>You can now import a project from GitHub or Fogbugz into a new PlayNice.ly project. We’ll soon start working on import frameworks for other services &#8211; so if you have a particular request, please email <a href="mailto:support@playnice.ly">support@playnice.ly</a> and let us know.</p>
<p><div id="attachment_477" class="wp-caption alignnone" style="width: 454px"><a href="http://playnice.ly/blog/wp-content/uploads/2010/11/Import-GitHub.png"><img class="size-full wp-image-477" title="Import GitHub" src="http://playnice.ly/blog/wp-content/uploads/2010/11/Import-GitHub.png" alt="" width="444" height="228" /></a><p class="wp-caption-text">Import project data from GitHub</p></div></p>
<p><div id="attachment_478" class="wp-caption alignnone" style="width: 454px"><a href="http://playnice.ly/blog/wp-content/uploads/2010/11/Import-FogBugz.png"><img class="size-full wp-image-478" title="Import FogBugz" src="http://playnice.ly/blog/wp-content/uploads/2010/11/Import-FogBugz.png" alt="" width="444" height="256" /></a><p class="wp-caption-text">Import from FogBugz</p></div></p>
<h2>Other fixes and tweaks</h2>
<p><strong>Source code integration</strong>: We fixed a bug that resulted in commits from Subversion displaying multiple times in the Activity stream.</p>
<p><strong>Describing and commenting on items</strong>: We improved our Textile parser to handle malformed tags more gracefully. This used to cause problems if you pasted exception errors in the description or comments field, but not any more.</p>
<p><strong>Milestone behaviour</strong>: Fixed a bug where the Add Milestone button wouldn’t work if all the other milestones were archived.</p>
<p><strong>Email notifications</strong>: Fixed an issue where you might have received an email notification of an item that you edited (which doesn’t usually happen).</p>
<p><strong>Continuity error when logging out</strong>: If you logged out and then logged back in again, you would be redirected to the Activity page rather than the Playground. No more.</p>
<p><strong>CSS glitch</strong>: You may have seen a CSS glitch that caused the UserVoice feedback dialogue to look very broken. This is now fixed.</p>
<p><strong>Password reset</strong>: We fixed an issue with the password reset feature &#8211; you can now reset your password with ease.</p>
<p><strong>Project settings bug</strong>: For a short while, you wouldn’t have been able to manage your email settings or remove someone from the Project Settings page. This is now fixed.</p>
<p><strong>Playground interface weirdness</strong>: We fixed a seriously juicy bug which involved strange and unexpected behaviour between the Project Selector interface and the Add Milestone button. </p>
<h2>That&#8217;s a wrap!</h2>
<p>And that&#8217;s all for this week. If you have ideas, compliments or complaints, tell us at <a href="http://playnicely.uservoice.com/forums/75205-general">the PlayNice.ly UserVoice forum</a> or email <a href="mailto:support@playnice.ly">support@playnice.ly</a>.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F&amp;submitHeadline=New+in+PlayNice.ly%3A+Import+from+GitHub+%26%23038%3B+FogBugz&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F&amp;title=New+in+PlayNice.ly%3A+Import+from+GitHub+%26%23038%3B+FogBugz" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F&amp;title=New+in+PlayNice.ly%3A+Import+from+GitHub+%26%23038%3B+FogBugz" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F&amp;title=New+in+PlayNice.ly%3A+Import+from+GitHub+%26%23038%3B+FogBugz" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F&amp;title=New+in+PlayNice.ly%3A+Import+from+GitHub+%26%23038%3B+FogBugz" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F&amp;title=New+in+PlayNice.ly%3A+Import+from+GitHub+%26%23038%3B+FogBugz" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F&amp;title=New+in+PlayNice.ly%3A+Import+from+GitHub+%26%23038%3B+FogBugz" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F&amp;title=New+in+PlayNice.ly%3A+Import+from+GitHub+%26%23038%3B+FogBugz" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a href="http://twitter.com/home/?status=Check+out+New+in+PlayNice.ly%3A+Import+from+GitHub+%26%23038%3B+FogBugz+@+http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F15%2Fnew-in-playnice-ly-import-from-github-fogbugz%2F&amp;t=New+in+PlayNice.ly%3A+Import+from+GitHub+%26%23038%3B+FogBugz" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://playnice.ly/blog/2010/11/15/new-in-playnice-ly-import-from-github-fogbugz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PlayNice.ly: Fun, fast bug tracking launches today</title>
		<link>http://playnice.ly/blog/2010/11/09/playnice-ly-fun-fast-bug-tracking-launches-today/</link>
		<comments>http://playnice.ly/blog/2010/11/09/playnice-ly-fun-fast-bug-tracking-launches-today/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 16:43:56 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://playnice.ly/blog/?p=453</guid>
		<description><![CDATA[Today, we launch our little app out of public beta and into the big, bright world of paid-for web apps for software teams. When we started building PlayNice.ly just over a year ago, the conversations used to go something like this: “So, what are you doing these days?” “We’re working on a start-up!” “Cool! What [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we launch our little app out of public beta and into the big, bright world of paid-for web apps for software teams. When we started building PlayNice.ly just over a year ago, the conversations used to go something like this:</p>

<blockquote>
<p>“So, what are you doing these days?”</p>

<p>“We’re working on a start-up!”</p>

<p>“Cool! What are you making?”</p>

<p>“A bug tracker!”</p>

<p>“ … Oh.”</p>
</blockquote>

<p>Until they learned what we were doing differently, not many people could get themselves enthused about a bug tracking app, and honestly, I didn’t blame them. Most bug trackers are so sub-optimal that given the choice, many small teams opt to track their bugs in a Google Docs spreadsheet. Why? Because it’s lightweight, it’s web-based, it’s easily shared and it’s easy to use. Ultimately, of course, it’s still just a spreadsheet, so not massively suited to the pass-and-play style of collaborative software development. Which is why we scratched our own itch by starting PlayNice.ly.</p>
<p>We needed a bug tracker, so we tried out a few options and discovered that each one was more dismal than the last. We couldn’t find a single tool that was fast, fun, easy to use, and above all, fun. Did I mention fun? Bug tracking is a <b>chore</b> and any bug tracker that adds unnecessary layers of chores to the initial chore is, frankly, missing the point.</p>
<p>The bug tracker you use is important. It’s as important to your overall flow and happiness as a comfy work environment, a good supply of fresh air and sunshine and a steady stream of caffeinated beverines. This philosophy underpins everything we do in shaping PlayNice.ly and it’s the reason we keep the app focused on doing a few simple things incredibly well.</p>
<p>PlayNice.ly is entering what looks like a saturated market. The truth is the market <b>is</b> saturated - with bloated, sluggish bug trackers that do more to slow you down than speed you along. PlayNice.ly is here to change that. <a href="http://playnice.ly/plans/">Start your 30-day free trial today</a> and see the difference for yourself.</p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F&amp;submitHeadline=PlayNice.ly%3A+Fun%2C+fast+bug+tracking+launches+today&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F&amp;title=PlayNice.ly%3A+Fun%2C+fast+bug+tracking+launches+today" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F&amp;title=PlayNice.ly%3A+Fun%2C+fast+bug+tracking+launches+today" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F&amp;title=PlayNice.ly%3A+Fun%2C+fast+bug+tracking+launches+today" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F&amp;title=PlayNice.ly%3A+Fun%2C+fast+bug+tracking+launches+today" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F&amp;title=PlayNice.ly%3A+Fun%2C+fast+bug+tracking+launches+today" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F&amp;title=PlayNice.ly%3A+Fun%2C+fast+bug+tracking+launches+today" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F&amp;title=PlayNice.ly%3A+Fun%2C+fast+bug+tracking+launches+today" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a href="http://twitter.com/home/?status=Check+out+PlayNice.ly%3A+Fun%2C+fast+bug+tracking+launches+today+@+http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fplaynice.ly%2Fblog%2F2010%2F11%2F09%2Fplaynice-ly-fun-fast-bug-tracking-launches-today%2F&amp;t=PlayNice.ly%3A+Fun%2C+fast+bug+tracking+launches+today" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://playnice.ly/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://playnice.ly/blog/2010/11/09/playnice-ly-fun-fast-bug-tracking-launches-today/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 8.325 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 19:26:59 -->

