<?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>BoxCycle Blog &#187; Inside the Box</title>
	<atom:link href="http://blog.boxcycle.com/category/inside-the-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.boxcycle.com</link>
	<description>Make the World Better - Be Part of the Cycle!</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:00:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Months of Frustration or How BoxCycle Got a Speed Boost</title>
		<link>http://blog.boxcycle.com/2011/06/months-of-frustration-or-how-boxcycle-got-a-speed-boost/</link>
		<comments>http://blog.boxcycle.com/2011/06/months-of-frustration-or-how-boxcycle-got-a-speed-boost/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 17:46:53 +0000</pubDate>
		<dc:creator>BoxCycle</dc:creator>
				<category><![CDATA[Inside the Box]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://boxcycle.cheapcardboardboxes.biz/?p=362</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2011/06/months-of-frustration-or-how-boxcycle-got-a-speed-boost/' addthis:title='Months of Frustration or How BoxCycle Got a Speed Boost '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>The last few months have been pretty exciting for BoxCycle. We are seeing more visits, more listings, and more orders and we are refining the process to help us keep up and provide the best possible experience for buyers and sellers. Unfortunately, the last few months have also been maddening. Just as traffic improved, website [...]<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2011/06/months-of-frustration-or-how-boxcycle-got-a-speed-boost/' addthis:title='Months of Frustration or How BoxCycle Got a Speed Boost '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2011/06/months-of-frustration-or-how-boxcycle-got-a-speed-boost/' addthis:title='Months of Frustration or How BoxCycle Got a Speed Boost '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>The last few months have been pretty exciting for <a href="http://www.boxcycle.com">BoxCycle</a>.  We are seeing more visits, more listings, and more orders and we are refining the process to help us keep up and provide the best possible experience for buyers and sellers. </p>
<p>Unfortunately, the last few months have also been maddening.  Just as traffic improved, website performance became slow and unreliable.  We tried a number of things to improve speed, but, ultimately, the problem came down to deteriorating performance of our web host, <a rel="nofollow" href="http://www.hostingrails.com">HostingRails</a>.  HostingRails has worked quite well when we setup BoxCycle, but, since being taken over by JumpLine in 2010, seems to have lost their Rails expertise and their performance focus.  As time passed, the site performed poorer and poorer and JumpLine&#8217;s response gave little hope that it would get better.</p>
<p>Switching providers is always scary, but in mid-May we pulled the plug and moved over to <a href="http://www.webfaction.com">WebFaction</a> which is known for its modern setup, less loaded servers, and a focus on performance.  The transition was nerve-racking, but went through without a hitch.  </p>
<p>We also implemented a number of improvements, both before and after the transition, to help with performance:</p>
<ul>
<li>Switched from Apache/Mongrel to Nginx/Passenger</li>
<li>Implemented many server-side best practices such as GZip</li>
<li>Added Expires headers to static assets and made sure that they are served by Nginx without touching Rails</li>
<li>Implemented Rails fragment caching on some heavily used components</li>
<li><a href="http://blog.boxcycle.com/2011/05/keep-last-modified-dates-with-capistrano-deploy-and-svn-git/">Modified deployment</a> so last modified dates are only updated on changed files</li>
<li>Upgraded to the latest version of the <a href="http://www.twilio.com/">Twilio</a> API allowing us to setup Failover for outgoing calls to better deal with server timeouts</li>
<li>Started using asset_host in Rails to split requests for static files between several domains</li>
<li>Updated BoxCycle to heed more of the recommendations made by tools like <a href="http://developer.yahoo.com/yslow/">YSlow</a> and <a href="http://code.google.com/speed/page-speed/">Google PageSpeed</a></li>
<li>Upgraded Rails to 2.3.11 (made possible by switching to Passenger since Mongrel has problems above 2.3.5 and we don&#8217;t yet have a good reason to migrate to Rails 3)</li>
</ul>
<p>There are certainly more things we can do, but fundamentally, we aren&#8217;t yet at a point where optimizing performance should be our highest priority.  There is plenty of work on our plate that more directly impacts people&#8217;s ability to buy and sell used boxes.</p>
<p>Unfortunately, we ended up on a WebFaction server that was under quite a bit of load and despite all the work we were stuck with a less intense version of the same problem.  Talk about frustrating.  To their credit, WebFaction was prompt with action and communication and worked with us to identify and remove issues causing load.  After a few weeks of effort, things improved, but were still not acceptable.  We requested to be transferred to another server.  Again, to their credit, WebFaction was very accommodating and setup our account on a server with lowest average load.</p>
<p>So once again, we rolled up our sleeves and transferred servers.  Transferring within the same host is easier, and, since WebFaction supports multi-server setups, it is easier still.  But it was still nerve-racking. </p>
<p>The transition is now over and the difference is spectacular.  BoxCycle feels super fast.  I, for one, am just relieved to have this issue over with.</p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2011/06/months-of-frustration-or-how-boxcycle-got-a-speed-boost/' addthis:title='Months of Frustration or How BoxCycle Got a Speed Boost '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.boxcycle.com/2011/06/months-of-frustration-or-how-boxcycle-got-a-speed-boost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool New BoxCycle Shirts and Mugs</title>
		<link>http://blog.boxcycle.com/2010/09/cool-new-boxcycle-shirts-and-mugs/</link>
		<comments>http://blog.boxcycle.com/2010/09/cool-new-boxcycle-shirts-and-mugs/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 17:12:06 +0000</pubDate>
		<dc:creator>BoxCycle</dc:creator>
				<category><![CDATA[Inside the Box]]></category>
		<category><![CDATA[merchandise]]></category>
		<category><![CDATA[shirts]]></category>

		<guid isPermaLink="false">http://blog.boxcycle.com/?p=312</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2010/09/cool-new-boxcycle-shirts-and-mugs/' addthis:title='Cool New BoxCycle Shirts and Mugs '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>We&#8217;ve expanded the BoxCycle Gifts and Apparel Store with 3 great new designs plus a number of new products including organic shirts and a full selection of drinkware.  And we still have a great selection of apparel made specifically for women and children. Here are the new designs:<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2010/09/cool-new-boxcycle-shirts-and-mugs/' addthis:title='Cool New BoxCycle Shirts and Mugs '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2010/09/cool-new-boxcycle-shirts-and-mugs/' addthis:title='Cool New BoxCycle Shirts and Mugs '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>We&#8217;ve expanded the <a href="http://www.printfection.com/boxcycle">BoxCycle Gifts and Apparel Store</a> with 3 great new designs plus a number of new products including  organic shirts and a full selection of drinkware.  And we still have a  great selection of apparel made specifically for women and children.</p>
<p style="text-align: left">Here are the new designs:</p>
<p style="text-align: center"><a href="http://blog.boxcycle.com/wp-content/uploads/2010/09/Tree-Heart-Shirt.png"><img class="size-medium wp-image-313 aligncenter" style="margin-top: 5px;margin-bottom: 5px;border: 0pt none" src="http://blog.boxcycle.com/wp-content/uploads/2010/09/Tree-Heart-Shirt-300x300.png" alt="" width="300" height="300" /></a></p>
<p style="text-align: center">
<hr />
<p style="text-align: center"><a href="http://blog.boxcycle.com/wp-content/uploads/2010/09/Reuse-Shirt.png"><img class="alignnone size-medium wp-image-314" style="border: 0pt none;margin-top: 5px;margin-bottom: 5px" src="http://blog.boxcycle.com/wp-content/uploads/2010/09/Reuse-Shirt-300x200.png" alt="" width="300" height="200" /></a></p>
<p style="text-align: center">
<hr />
<p style="text-align: center"><a href="http://blog.boxcycle.com/wp-content/uploads/2010/09/Formula-Shirt21.png"><img class="alignnone size-medium wp-image-319" style="border: 0pt none;margin-top: 5px;margin-bottom: 5px" src="http://blog.boxcycle.com/wp-content/uploads/2010/09/Formula-Shirt21-300x141.png" alt="" width="300" height="141" /></a></p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2010/09/cool-new-boxcycle-shirts-and-mugs/' addthis:title='Cool New BoxCycle Shirts and Mugs '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.boxcycle.com/2010/09/cool-new-boxcycle-shirts-and-mugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adjustments to Auto-Confirm</title>
		<link>http://blog.boxcycle.com/2010/08/adjustments-to-auto-confirm/</link>
		<comments>http://blog.boxcycle.com/2010/08/adjustments-to-auto-confirm/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 17:27:07 +0000</pubDate>
		<dc:creator>BoxCycle</dc:creator>
				<category><![CDATA[Inside the Box]]></category>
		<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.boxcycle.com/?p=299</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2010/08/adjustments-to-auto-confirm/' addthis:title='Adjustments to Auto-Confirm '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Summary: Sellers who want to enable Auto-Confirm now need to be authorized by BoxCycle.   To get authorized please call us so we can make sure your situation is appropriate for Auto-Confirm.  Some of the sellers who had Auto-Confirm enabled will now find it disabled and will need to request authorization. &#8212;&#8211; Auto-Confirm allows sellers to [...]<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2010/08/adjustments-to-auto-confirm/' addthis:title='Adjustments to Auto-Confirm '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2010/08/adjustments-to-auto-confirm/' addthis:title='Adjustments to Auto-Confirm '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><strong>Summary:</strong> Sellers who want to enable Auto-Confirm now need to be authorized by BoxCycle.   To get authorized please call us so we can make sure your situation is appropriate for Auto-Confirm.  Some of the sellers who had Auto-Confirm enabled will now find it disabled and will need to request authorization.</p>
<p style="text-align: center">&#8212;&#8211;</p>
<p>Auto-Confirm allows sellers to bypass the confirmation step of the <a href="http://www.boxcycle.com/howitworks">BoxCycle Order Process</a>.  When used properly, it benefits both buyers and sellers.</p>
<p>Buyers get to pickup boxes quicker, sometimes much quicker, since they get the seller&#8217;s location immediately after order.  Sellers save a bit of time on order processing and get additional business since buyers often want to pickup boxes yesterday and Auto-Confirm is the only way to achieve a high level of certainty that you&#8217;ll get boxes fast.</p>
<p>Of course, this means the seller must always be available during their working hours and must always have boxes on hand.  There are many sellers who meet these requirements, primarily businesses who always have staff on location and always have boxes in storage.</p>
<p>However, despite stern warnings when selecting the option, some sellers appear to not understand the full significance of selecting Auto-Confirm.  Although we notify sellers upon Auto-Confirm orders, buyers can show up less than an hour after order placement, possibly before the seller received a notification.  It&#8217;s clearly not appropriate for casual sellers who might not be home or might forget to update their listing.</p>
<p>I&#8217;ve been mulling various options for managing Auto-Confirm for a while.  We&#8217;ve already added language to our Terms of Service.  We&#8217;ve also already limited casual sellers from selecting Auto-Confirm (and other advanced options), by moving them out of the initial Preferences screen.   Most casual sellers do not Show All Preferences.</p>
<p>However, an issue with an Auto-Confirm order last night made me refocus on the problem.  Unfortunately, it does not seem that sellers can be trusted with properly using a dangerous option like this, warnings and all.  So, we&#8217;ve added a requirement of an authorization step.  Before authorizing the seller for Auto-Confirm we&#8217;ll make sure their situation is appropriate and/or they have sufficient order history to be trusted to properly manage Auto-Confirm orders.</p>
<p>Hopefully this step will be sufficient.  We&#8217;ll keep reviewing how it performs and making adjustments.</p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2010/08/adjustments-to-auto-confirm/' addthis:title='Adjustments to Auto-Confirm '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.boxcycle.com/2010/08/adjustments-to-auto-confirm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help Boxes Live Longer and Change the World</title>
		<link>http://blog.boxcycle.com/2010/06/help-boxes-live-longer-and-change-the-world/</link>
		<comments>http://blog.boxcycle.com/2010/06/help-boxes-live-longer-and-change-the-world/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 01:29:58 +0000</pubDate>
		<dc:creator>BoxCycle</dc:creator>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[Inside the Box]]></category>
		<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.boxcycle.com/?p=247</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2010/06/help-boxes-live-longer-and-change-the-world/' addthis:title='Help Boxes Live Longer and Change the World '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>I truly believe BoxCycle can change the world. It can make a significant environmental impact. That&#8217;s why I am doing it. Most people only come in contact with boxes when moving and don&#8217;t grasp the volume of boxes discarded each day.  Nearly every store, office, warehouse, and school receives and discards loads of boxes daily.  [...]<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2010/06/help-boxes-live-longer-and-change-the-world/' addthis:title='Help Boxes Live Longer and Change the World '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2010/06/help-boxes-live-longer-and-change-the-world/' addthis:title='Help Boxes Live Longer and Change the World '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><a href="http://blog.boxcycle.com/wp-content/uploads/2010/06/133x37.gif"><img class="alignleft size-full wp-image-255" style="margin-right: 5px" src="http://blog.boxcycle.com/wp-content/uploads/2010/06/133x37.gif" alt="" width="133" height="37" /></a> I truly believe BoxCycle can change the world.  It can make a significant environmental impact.  That&#8217;s why I am doing it.</p>
<p>Most people only come in contact with boxes when moving and don&#8217;t grasp the volume of boxes discarded each day.  Nearly every store, office, warehouse, and school receives and discards loads of boxes daily.  Many discard more in day than individuals will use in a lifetime of moving.   That is a large amount of environmental waste.  It&#8217;s also a missed opportunity to reduce costs and help the community.  Many organizations spend money getting rid of their boxes when they could actually turn a profit, help their neighbors, and help the environment.  It&#8217;s a win for everyone.</p>
<p>But most of them recycle, so what&#8217;s the big deal, right?  Some do recycle, but recycling only reduces impact by a little bit.  Local reuse eliminates impact.  Recycling isn&#8217;t a <em>great </em>option, it&#8217;s just a <em>better</em> option than throwing cardboard away.</p>
<p>I am quite excited about the release of our <a href="http://www.boxcycle.com/promote/box_reuse">Help Boxes</a> page.  The focus of this page is to make it easier for people to help BoxCycle grow.  It has suggestions on how to help, graphics you can use to link to us, social networking info, and more.  The success of BoxCycle, and the size of it&#8217;s environmental impact, is largely dependent on the size of the seller network we can build and the general public awareness we can raise.   I know there are lots of passionate people out there who&#8217;d love to help &#8211; this page is the first step in making helping easy.</p>
<p style="text-align: center"><a href="http://www.boxcycle.com/promote/box_reuse"><img src="http://www.boxcycle.com/images/buttons/110x32.gif" alt="Powered by Reuse" width="110" height="32" /></a><br />
<a href="http://www.boxcycle.com/promote/box_reuse">Join BoxCycle</a></p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2010/06/help-boxes-live-longer-and-change-the-world/' addthis:title='Help Boxes Live Longer and Change the World '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.boxcycle.com/2010/06/help-boxes-live-longer-and-change-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheap Shipping Boxes &#8211; Used and New</title>
		<link>http://blog.boxcycle.com/2009/07/cheap-shipping-boxes-used-and-new/</link>
		<comments>http://blog.boxcycle.com/2009/07/cheap-shipping-boxes-used-and-new/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 16:58:50 +0000</pubDate>
		<dc:creator>BoxCycle</dc:creator>
				<category><![CDATA[Inside the Box]]></category>
		<category><![CDATA[buy used boxes]]></category>
		<category><![CDATA[cheap boxes]]></category>
		<category><![CDATA[shipping boxes]]></category>
		<category><![CDATA[used boxes]]></category>

		<guid isPermaLink="false">http://blog.boxcycle.com/?p=170</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2009/07/cheap-shipping-boxes-used-and-new/' addthis:title='Cheap Shipping Boxes &#8211; Used and New '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Many people think of BoxCycle primarily in the context of moving boxes, but it is also designed to help people sell and find cheap shipping boxes.  For example, you can now find a decent variety of new and used shipping boxes in Los Angeles.  And if shipping boxes you need aren&#8217;t available in your area yet you can create Boxes [...]<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2009/07/cheap-shipping-boxes-used-and-new/' addthis:title='Cheap Shipping Boxes &#8211; Used and New '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2009/07/cheap-shipping-boxes-used-and-new/' addthis:title='Cheap Shipping Boxes &#8211; Used and New '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Many people think of BoxCycle primarily in the context of <a href="http://www.boxcycle.com">moving boxes</a>, but it is also designed to help people sell and find <a href="http://www.boxcycle.com">cheap shipping boxes</a>.  For example, you can now find a decent variety of new and used shipping boxes in <a href="http://www.boxcycle.com/used_boxes/moving_boxes/us/ca/los_angeles">Los Angeles</a>.  And if shipping boxes you need aren&#8217;t available in your area yet you can create <a href="http://www.boxcycle.com/used_boxes_wanted">Boxes Wanted</a> listings, which are designed to help large sellers find buyers looking for specific boxes.</p>
<p>It is usually harder to find used shipping boxes than moving boxes.  Smaller shipping boxes are easier to get rid of and aren&#8217;t worth as much so most people don&#8217;t think much about them before recycling them.  Shipping boxes are needed in larger quantities and specific dimensions are usually much more important than for moving boxes. </p>
<p>For online merchants and warehouses shipping boxes are the flip side of the box problem.  These businesses get their merchandise in bulk in large boxes, but send it out in small quantities using small boxes.  They end up with lots of moving size boxes they can&#8217;t use, but find themselves constantly buying new shipping boxes when used boxes would work just as well.</p>
<p>There actually are plenty of sources for unneeded shipping boxes.  Box manufacturers often have misprinted, overrun, and discontinued boxes by the truckload that they literally throw into the recycling bin.  Companies often buy boxes by the thousands for a specific purpose.  If their idea doesn&#8217;t pan out they are stuck with lots of boxes they have no use for.  In both of these examples, boxes are thrown out without ever being used!</p>
<p>The problem is that finding such sources is difficult, especially when you need specific size boxes.  Similarly, it is nearly impossible for sellers to find buyers for their boxes.  Although people are always looking to buy and sell finding a match of size and quantity at a specific point in time is difficult and most don&#8217;t bother.</p>
<p>Our <a href="http://www.boxcycle.com/used_boxes_wanted">Boxes Wanted</a>section was designed to help sellers find buyers.  But we also have sellers regularly list their unneeded shipping boxes.  If you are in the mailing business checking <a href="http://www.boxcycle.com">BoxCycle</a> before buying boxes just might save you some money without a lot of work.  You can make it even easier on yourself by getting an automated notification when sellers list specific boxes.</p>
<p>Plus you&#8217;ll be doing a big favor for the environment.</p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2009/07/cheap-shipping-boxes-used-and-new/' addthis:title='Cheap Shipping Boxes &#8211; Used and New '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.boxcycle.com/2009/07/cheap-shipping-boxes-used-and-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sell Used Boxes Without Predictable Inventory</title>
		<link>http://blog.boxcycle.com/2009/07/sell-used-boxes-without-predictable-inventory/</link>
		<comments>http://blog.boxcycle.com/2009/07/sell-used-boxes-without-predictable-inventory/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 22:36:32 +0000</pubDate>
		<dc:creator>BoxCycle</dc:creator>
				<category><![CDATA[Inside the Box]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[sell used boxes]]></category>

		<guid isPermaLink="false">http://blog.boxcycle.com/?p=156</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2009/07/sell-used-boxes-without-predictable-inventory/' addthis:title='Sell Used Boxes Without Predictable Inventory '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Sellers who receive boxes sporadically are quite common.  Ideally, we want them to store their boxes and either update their inventory manually or approximate it with an automated schedule.  But what typically happens is that boxes are stored for a short period of time and thrown out and the inventory is never updated. It&#8217;s hard to expect sellers [...]<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2009/07/sell-used-boxes-without-predictable-inventory/' addthis:title='Sell Used Boxes Without Predictable Inventory '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2009/07/sell-used-boxes-without-predictable-inventory/' addthis:title='Sell Used Boxes Without Predictable Inventory '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Sellers who receive boxes sporadically are quite common.  Ideally, we want them to store their boxes and either update their inventory manually or approximate it with an automated schedule.  But what typically happens is that boxes are stored for a short period of time and thrown out and the inventory is never updated.</p>
<p>It&#8217;s hard to expect sellers to store boxes and remember to update inventory if they aren&#8217;t getting regular orders, which can&#8217;t happen until we reach critical mass in their area.  But even if there is high order frequency, many sellers with sporadic supply will not bother with inventory updates and we have no way of doing such updates automatically.</p>
<p>I&#8217;ve been thinking about a way to accommodate such sellers for several months.  A wave of crystallization finally hit and I now have a vision of how it can work.</p>
<p>Buyers will be able to request availability from such sellers.  Sellers will still specify boxes and prices, but will not track actual quantities.  Buyer&#8217;s availability requests can be processed much like an order and include information such as box quantities needed, minimal contact information, and date range during which boxes are required.  If the seller is able to provide boxes within the date range, buyer is notified and can convert their request into an order by supplying appointment and payment details.  If the seller is unable to provide boxes, their listing can be automatically removed for a few days to minimize unnecessary requests.</p>
<p>This &#8216;pre-confirm&#8217; approach allows sellers to list their inventory once and only think about boxes when someone says they want them. At that point it is natural to check what&#8217;s available and/or store boxes that come in to accommodate an outstanding request.</p>
<p>Of course, there are downsides to this approach.  Availability requests increase the amount of communication buyer and seller need to deal with.  Since requests are unlikely to be binding, sellers will need to field multiple requests per order.</p>
<p>Although I, personally, strongly prefer efficiency and built BoxCycle to minimize work, in practice, many people do not mind the extra communication.  Buyers are often comforted by confirmation prior to purchase and many sellers are quite social and enjoy contact.  And sellers still receive majority of <a href="http://www.boxcycle.com/main/learn#benefits">benefits of BoxCycle</a> such as privacy and controlled, limited communication.  Those sellers who want to minimize contact can continue to manage quantities (something that is preferable for us as well.)</p>
<p>This is a substantial addition to how BoxCycle functions and I see a number of other potential issues. However, I&#8217;ll let this play out and see which issues actually come out in practice.  I doubt any of them will be absolute deal-breakers.</p>
<p>The thing that really unified the solution for me is recognizing requests as incomplete orders. This allows for a similar checkout process and makes it easy for buyers to convert requests into orders.  It&#8217;s quite exciting, for me anyway.</p>
<p>Unlike most previous updates, this post is more about what may happen rather than what has happened.</p>
<p>We did push out a limited version of this capability this morning.  Basically, we can put sellers into pre-confirm mode and buyers will then see a Request Availability link instead of a Buy button.  The link just sends us an email.</p>
<p>This should be enough for us to start gathering information on practical benefits and implications of this feature.  Implementation as described will take at least a few weeks.</p>
<p>If you are an existing or potential seller and want to sell using the pre-confirm mode please <a href="http://www.boxcycle.com/help#contact">let us know</a> so we can enable it for your account.</p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2009/07/sell-used-boxes-without-predictable-inventory/' addthis:title='Sell Used Boxes Without Predictable Inventory '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.boxcycle.com/2009/07/sell-used-boxes-without-predictable-inventory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BoxCycle Makes Selling Used Boxes Easy</title>
		<link>http://blog.boxcycle.com/2009/07/boxcycle-makes-selling-used-boxes-easy/</link>
		<comments>http://blog.boxcycle.com/2009/07/boxcycle-makes-selling-used-boxes-easy/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 18:48:59 +0000</pubDate>
		<dc:creator>BoxCycle</dc:creator>
				<category><![CDATA[Inside the Box]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[sell used boxes]]></category>

		<guid isPermaLink="false">http://blog.boxcycle.com/?p=141</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2009/07/boxcycle-makes-selling-used-boxes-easy/' addthis:title='BoxCycle Makes Selling Used Boxes Easy '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Most potential box sellers simply throw their boxes away (or at best recycle them) instead of letting them be reused.  Their reasons tend to be similar: lack of knowledge of other options, belief that reuse will be too time consuming, disruptive, or expensive, and lack of interest in dealing with retail consumers. Until BoxCycle these concerns would [...]<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2009/07/boxcycle-makes-selling-used-boxes-easy/' addthis:title='BoxCycle Makes Selling Used Boxes Easy '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2009/07/boxcycle-makes-selling-used-boxes-easy/' addthis:title='BoxCycle Makes Selling Used Boxes Easy '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Most potential box sellers simply throw their boxes away (or at best recycle them) instead of letting them be reused.  Their reasons tend to be similar: lack of knowledge of other options, belief that reuse will be too time consuming, disruptive, or expensive, and lack of interest in dealing with retail consumers.</p>
<p>Until <a href="http://www.boxcycle.com">BoxCycle</a> these concerns would often be correct.  Although people tend to group us with other marketplaces, BoxCycle was <strong>designed specifically to eliminate barriers to selling boxes</strong>.  We built the system based on real issues and challenges to make reuse easy, non-disruptive, and profitable.</p>
<p>BoxCycle works for many potential sellers, but getting them to understand our unique benefits and requirements is a constant challenge.  To help this cause, we&#8217;ve cleaned up the <a href="http://www.boxcycle.com/learn">Learn About Selling Boxes </a> and <a href="http://www.boxcycle.com/sell_used_boxes">Sell Used Boxes </a> pages and added additional sections to detail our <a href="http://www.boxcycle.com/learn#benefits">unique features</a> and highlight our <a href="http://www.boxcycle.com/learn#sellers">target sellers</a>.</p>
<p>Let us know if you think there are seller concerns we have not addressed or if you find these new sections confusing.</p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2009/07/boxcycle-makes-selling-used-boxes-easy/' addthis:title='BoxCycle Makes Selling Used Boxes Easy '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.boxcycle.com/2009/07/boxcycle-makes-selling-used-boxes-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audio Interview with Founder</title>
		<link>http://blog.boxcycle.com/2009/06/audio-interview-with-founder/</link>
		<comments>http://blog.boxcycle.com/2009/06/audio-interview-with-founder/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 21:25:39 +0000</pubDate>
		<dc:creator>BoxCycle</dc:creator>
				<category><![CDATA[Inside the Box]]></category>
		<category><![CDATA[interview]]></category>

		<guid isPermaLink="false">http://blog.boxcycle.com/?p=110</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2009/06/audio-interview-with-founder/' addthis:title='Audio Interview with Founder '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Josh Chandler recently interviewed me about BoxCycle.  You can listen to the interview at http://www.joshchandlerblog.com/2009/06/interview-with-ilia-gimelfarb-founder-of-boxcyclecom/ .<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2009/06/audio-interview-with-founder/' addthis:title='Audio Interview with Founder '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2009/06/audio-interview-with-founder/' addthis:title='Audio Interview with Founder '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Josh Chandler recently interviewed me about BoxCycle.  You can listen to the interview at <a href="http://www.joshchandlerblog.com/2009/06/interview-with-ilia-gimelfarb-founder-of-boxcyclecom/">http://www.joshchandlerblog.com/2009/06/interview-with-ilia-gimelfarb-founder-of-boxcyclecom/</a> .</p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2009/06/audio-interview-with-founder/' addthis:title='Audio Interview with Founder '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.boxcycle.com/2009/06/audio-interview-with-founder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hey, We Are a Verb!</title>
		<link>http://blog.boxcycle.com/2008/12/boxcycle-is-a-verb/</link>
		<comments>http://blog.boxcycle.com/2008/12/boxcycle-is-a-verb/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 08:02:01 +0000</pubDate>
		<dc:creator>BoxCycle</dc:creator>
				<category><![CDATA[Inside the Box]]></category>

		<guid isPermaLink="false">http://blog.boxcycle.com/?p=24</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2008/12/boxcycle-is-a-verb/' addthis:title='Hey, We Are a Verb! '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>BoxCycle was recently featured in Startup Reviews on Mashable.  I think it&#8217;s safe to assume that Adam was the first to use the term &#8220;Boxcycling&#8221; to describe buying and selling used boxes.  Google here we come! Yeah, yeah&#8230;one review doesn&#8217;t put us into the Webster&#8217;s Dictionary, but hey, tis the season to be jolly. Happy [...]<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2008/12/boxcycle-is-a-verb/' addthis:title='Hey, We Are a Verb! '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2008/12/boxcycle-is-a-verb/' addthis:title='Hey, We Are a Verb! '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><a href="http://www.boxcycle.com">BoxCycle</a> was recently featured in <a href="http://mashable.com/2008/12/23/boxcycle/">Startup Reviews</a> on Mashable.  I think it&#8217;s safe to assume that Adam was the first to use the term &#8220;Boxcycling&#8221; to describe <a href="http://www.boxcycle.com">buying and selling used boxes</a>.  Google here we come!</p>
<p>Yeah, yeah&#8230;one review doesn&#8217;t put us into the Webster&#8217;s Dictionary, but hey, tis the season to be jolly.</p>
<p>Happy Holidays!</p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2008/12/boxcycle-is-a-verb/' addthis:title='Hey, We Are a Verb! '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.boxcycle.com/2008/12/boxcycle-is-a-verb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do I Have to Clean Used Boxes Before Selling?</title>
		<link>http://blog.boxcycle.com/2008/12/cleaning-used-boxes/</link>
		<comments>http://blog.boxcycle.com/2008/12/cleaning-used-boxes/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 03:32:39 +0000</pubDate>
		<dc:creator>BoxCycle</dc:creator>
				<category><![CDATA[Inside the Box]]></category>

		<guid isPermaLink="false">http://blog.boxcycle.com/?p=21</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2008/12/cleaning-used-boxes/' addthis:title='Do I Have to Clean Used Boxes Before Selling? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>I never expected this question.  Yet, during a recent marketing test in LA enough potential sellers have asked that it has been added to our Seller FAQ.  And several asked in a way that assumed that the answer is &#8216;yes&#8217;.  That before selling their used boxes they would need to carefully peel off tape and labels and [...]<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2008/12/cleaning-used-boxes/' addthis:title='Do I Have to Clean Used Boxes Before Selling? '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.boxcycle.com/2008/12/cleaning-used-boxes/' addthis:title='Do I Have to Clean Used Boxes Before Selling? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>I never expected this question.  Yet, during a recent marketing test in LA enough potential sellers have asked that it has been added to our <a href="http://www.boxcycle.com/learn#prep">Seller FAQ</a>.  And several asked in a way that assumed that the answer is &#8216;yes&#8217;.  That before selling their used boxes they would need to carefully peel off tape and labels and do other preparations.</p>
<p>It is always encouraging to be reminded of how <span style="color: #000000">conscientious</span> people can be. </p>
<p>For the record, there is no need to do box cleaning.  I am not sure that it could even be beneficial since peeling off tape and labels will typically do damage to the box.  See how we <a href="http://www.boxcycle.com/box_condition">assure box quality</a>.  Box sellers who are willing to go the extra mile can quality check their boxes and sell them as <a href="http://www.boxcycle.com/box_condition">Inspected or Plain Inspected</a> and get a bit of extra money for their effort.</p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://blog.boxcycle.com/2008/12/cleaning-used-boxes/' addthis:title='Do I Have to Clean Used Boxes Before Selling? '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.boxcycle.com/2008/12/cleaning-used-boxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.boxcycle.com/category/inside-the-box/feed/ ) in 0.25136 seconds, on Feb 5th, 2012 at 2:17 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 2:17 pm UTC -->
