<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
<title>BlogBuilder - Buildswap News and Updates</title>
<link>http://www.buildswap.com/?page=blog&amp;rss=1</link>
<description>Buildswap News and Updates</description>
<category></category>
<generator>Streamline Technologies, Inc.</generator>
<webMaster>support@buildswap.com</webMaster>

<item>
<title>How to Clean out your Storage</title>
<link>http://www.buildswap.com/blog/1/how-to-clean-out-your-storage</link>
<description></description>
<author></author>
<category></category>
</item>

<item>
<title>Recycling Whole Houses</title>
<link>http://www.buildswap.com/blog/2/recycling-whole-houses</link>
<description></description>
<author></author>
<category></category>
</item>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <script language="javascript" type="text/javascript" src="http://www.buildswap.com/lib/common/cms_initialize.js">
        </script>
        <script src="http://www.buildswap.com/lib/common/jquery/jquery-1.3.2.min.js" type="text/javascript">
        </script>
        <script src="http://www.buildswap.com/lib/common/jquery/ui/js/jquery-ui-1.7.1.custom.min.js" type="text/javascript">
        </script>
        <link type="text/css" href="http://www.buildswap.com/lib/common/jquery/ui/development-bundle/themes/humanity/jquery-ui-1.7.1.custom.css" rel="stylesheet" />
        <script src="http://www.buildswap.com/lib/common/jquery/jquery.dimensions.pack.js" type="text/javascript">
        </script>
        <script type="text/javascript">
            var SITE_URL = 'http://www.buildswap.com';
            var SECURE_URL = 'https://www.buildswap.com';
            var CURRENT_URL = 'http://www.buildswap.com/?page=blog&rss=1';
            var IMAGE_URL = 'http://www.buildswap.com/site/buildswap/images';
            var SITE_CONFIG_NAME = 'buildswap';
        </script>
        <link rel="icon" href="http://www.buildswap.com/site/buildswap/favicon.ico" type="image/x-icon">
    </link>
    <link rel="shortcut icon" href="http://www.buildswap.com/site/buildswap/favicon.ico">
</link>

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>BlogBuilder - Buildswap News and Updates</title>
    <link href="http://www.buildswap.com/site/buildswap/css/styles.css" rel="stylesheet" type="text/css">
</link>
<script src="http://www.buildswap.com/lib/common/jquery/cluetip/jquery.cluetip.pack.js" type="text/javascript">
</script>
<script src="http://www.buildswap.com/lib/common/jquery/thickbox/thickbox-compressed.js" type="text/javascript">
</script>
<link href="http://www.buildswap.com/site/buildswap/lib/thickbox.css" rel="stylesheet" type="text/css" media="all" />
<link rel="alternate" type="application/rss+xml" title="BlogBuilder - Buildswap News and Updates" href="http://www.buildswap.com/?page=blog&rss=1" />
<script type="text/javascript" src="http://www.buildswap.com/site/buildswap/lib/smartmenus_c_config.js">
</script>
<script type="text/javascript" src="http://www.buildswap.com/lib/common/smartmenus/c_smartmenus.js">
</script>
<script type="text/javascript" src="http://www.buildswap.com/lib/common/smartmenus/c_addon_fx_fade.js">
</script>
<script src="http://www.buildswap.com/lib/common/jquery/jquery.form.js" type="text/javascript">
</script>
<script src="http://www.buildswap.com/lib/common/jquery/jqModal/jqModal.js" type="text/javascript">
</script>
<script src="http://www.buildswap.com/lib/common/jquery/jquery.confirm-1.2.min.js" type="text/javascript">
</script>
<script type="text/javascript">
    $(document).ready(function() {
    $("a.tooltip").cluetip({
    cluetipClass: 'white',
    showTitle: false,
    dropShadow: false,
    local: true,
    hideLocal: true
    });
    $("#login-box").jqm({
    trigger: 'a.login-popup'
    });
    $(".hover-trigger").cluetip({
    width: 330,
    //height: 200,
    local: true,
    hideLocal: true,
    showTitle: false,
    dropShadow: false,
    //hoverIntent: {
    //timeout: 2000
    //},
    mouseOutClose: true,
    //activation: 'click',
    cluetipClass: 'hover-box'
    });
    $("#login-form").ajaxForm({
    success: loginResponse,
    dataType: 'json'
    });
    $("a#forgot").click(function() {
    if ($("#email").val() == "") {
    alert("Please enter your email address and try again.");
    } else {
    $.ajax({
    url: SITE_URL + "/?page=process&action=forgot_password&email=" + $("#email").val(),
    dataType: 'json',
    success: function(json) {
    if (json.status == true) {
    $("#login-status").val(json.msg);
    } else if (json.status == false) {
    $("#login-status").val(json.msg);
}
}
});
}
});
$("a#forgot").confirm({
msg: "Your password will be reset and emailed to you. Ok? "
});
//$(':input:visible:enabled:first').focus();
});
function loginResponse(json) {
if (json.status == false) {
$("#login-status").html("Login failed.");
} else {
if (json.msg == "change_tmp_pass") {
location.href = SITE_URL + "/?page=change_temp_pass&backurl=" + escape(CURRENT_URL);
} else {
location.href = CURRENT_URL;
}
}
}
</script>
</head>
<body>
<div id="login-box">
<h2>
<strong>Login</strong>
</h2>
<form method="post" action="http://www.buildswap.com" id="login-form">
<input type="hidden" name="page" value="process" />
<input type="hidden" name="_action" value="fast_login" />
<table>
<tr>
<td>Email:</td>
<td>
<input type="text" name="email" id="email" />
</td>
</tr>
<tr>
<td>Password:</td>
<td>
<input type="password" name="password" id="password" />
</td>
</tr>
<tr>
<td>
</td>
<td>
<a id="forgot" href="#">Forgot password?</a>
</td>
</tr>
<tr>
<td colspan="2" align="center" id="login-status" style="color: red;">
</td>
</tr>
<tr>
<td colspan="2" align="right">
<input type="image" src="http://cdn01.carvecdn.com/site/buildswap/images/button-go.gif" />
</td>
</tr>
</table>
</form>
</div>
<div id="main-content">
<div id="header">
<a href="http://www.buildswap.com/">
<img src="http://cdn01.carvecdn.com/site/buildswap/images/building-supplies-equipment-tools.gif" width="235" height="120" alt="Building Supplies, Tools and Equipment Home" title ="Building Supplies, Tools and Equipment Home" align="left" style="margin: 0 -235px -120px 0;" />
</a>
<ul id="Menu1" class="MM" style="position: relative; top: 0; right: 0;">
<li>
<a href="http://www.buildswap.com/">Home</a>
</li>
<li>
<a class="login-popup">Login</a>
</li> 
<li>
<a href="http://www.buildswap.com/register">Register</a>
</li>
<li>
<a href="http://www.buildswap.com/blog">BlogBuilder</a>
</li>
<li>
<a class="NOLINK">
<span class="m_item">Details</span>
</a>
<ul>
<li>
<a href="http://www.buildswap.com/fees">Fees</a>
</li>
<li>
<a href="http://www.buildswap.com/terms">Terms of Use</a>
</li>
<li>
<a href="http://www.buildswap.com/privacy">Privacy</a>
</li>
<li>
<a href="http://www.buildswap.com/fraud_tips">Scam Warning</a>
</li>
<li>
<a href="http://www.buildswap.com/prohibited">Prohibited Items</a>
</li>
<li>
<a href="http://www.buildswap.com/faq">FAQ</a>
</li>
</ul>
</li>
<li>
<a class="NOLINK">
<span class="m_item">Help</span>
</a>
<ul>
<li>
<a href="http://www.buildswap.com/feedback_form">Contact Us</a>
</li>
<li>
<a href="http://www.buildswap.com/about">About Us</a>
</li>
</ul>
</li>
</ul>
<div id="nav-buttons">
<a href="http://www.buildswap.com/?page=advanced_search&amp;go=1&amp;category_materials=1&amp;tab_search=materials">
<img src="http://cdn01.carvecdn.com/site/buildswap/images/building-supplies.gif" width="212" height="77" alt="Buy/Sell Building Supplies and Materials" title ="Buy/Sell Building Supplies and Materials" />
</a>
<a href="http://www.buildswap.com/?page=advanced_search&amp;go=1&amp;category_tools=1&amp;tab_search=tools">
<img src="http://cdn01.carvecdn.com/site/buildswap/images/building-tools.gif" width="212" height="77" alt="Buy/Sell New/Used Building Tools" title="Buy/Sell New/Used Building Tools" />
</a>
<a href="http://www.buildswap.com/?page=advanced_search&amp;go=1&amp;category_equipment=1&amp;tab_search=equipment">
<img src="http://cdn01.carvecdn.com/site/buildswap/images/building-supplies-used-equipment.gif" width="207" height="77" alt="Buy/Sell New/Used Building Equipment" title ="Buy/Sell New/Used Building Equipment" />
</a>
</div>
</div>
<div id="content-top">
<!-- /top rounded corners -->
</div>
<div id="content">
<br />
<script type='text/javascript' src='http://www.buildswap.com/lib/common/jquery/jquery.elastic-1.6.js'>
</script>
<script type="text/javascript">
$(document).ready(function() {
$("textarea#comment").elastic();
/*
$("#contact_form").ajaxForm({
success: formResponse,
dataType: 'json'
});
*/
});
/*
function formResponse(json) {
if (json.status == false) {
if (json.msg == "captcha") {
$("#status").html("You did not correctly enter the verification string. Please try again.");
} else if (json.msg == "blank_comments") {
$("#status").html("Please enter your comments and try again.");
} else if (json.msg == "blank_name") {
$("#status").html("Please enter your name and try again.");
} else if (json.msg == "unknown") {
$("#status").html("Your comments could not be submitted, due to an unknown error.");
}
} else {
$("#status").html("Your message has been sent!");
$("#form_table").fadeOut('slow');
}
}
*/
</script>
<div id="content-left">
<script src="http://www.buildswap.com/lib/common/jquery/jquery.form-defaults.pack.js" type="text/javascript">
</script>
<script type='text/javascript' src='http://www.buildswap.com/lib/common/jquery/jquery-autocomplete/lib/jquery.ajaxQueue.js'>
</script>
<script type='text/javascript' src='http://www.buildswap.com/lib/common/jquery/jquery-autocomplete/jquery.autocomplete.js'>
</script>
<link rel="stylesheet" type="text/css" href="http://www.buildswap.com/lib/common/jquery/jquery-autocomplete/jquery.autocomplete.css">
</link>
<script type="text/javascript">
$(document).ready(function() {
$("#side_location").DefaultValue("City, state or zip");
$("#side_query").DefaultValue("Item");
function autocomplete_location_format(row) {
if (row.zip == "")
return row.NZ;
else
return row.Z;
}
$("#side_location").autocomplete(SITE_URL + "/?page=process&action=location_search&type=", {
multiple: false,
delay: 100,
autoFill: true,
selectFirst: true,
parse: function(data) {
return $.map(eval(data), function(row) {
return {
data: row,
value: row.zip,
result: row.Z
}
});
},
formatItem: function(item) {
return autocomplete_location_format(item);
},
width: 200
}).result(function(e, item) {
$("#side_city").val(item.city);
$("#side_state").val(item.state);
$("#side_zip").val(item.zip);
});
$("#side_query").autocomplete(SITE_URL + "/?page=process&action=get_search_suggestions", {
multiple: false,
delay: 100,
autoFill: false,
selectFirst: false,
matchContains: true,
parse: function(data) {
return $.map(eval(data), function(row) {
return {
data: row,
value: row,
result: row
}
});
},
formatItem: function(item) {
return item;
},
width: 200
});
});
</script>
<div id="content-left-search-box">
<form action="http://www.buildswap.com" method="get" id="content-left-search-box-form">
<input type="hidden" name="page" value="advanced_search" />
<input type="hidden" name="city" id="side_city" value="" />
<input type="hidden" name="state" id="side_state" value="" />
<input type="hidden" name="zip" id="side_zip" value="" />
<input type="hidden" name="go" value="1" />
<input type="hidden" name="radius" id="side_radius" value="none" />
<input type="hidden" name="category_tools" value="1" />
<input type="hidden" name="category_materials" value="1" />
<input type="hidden" name="category_equipment" value="1" />
<input type="text" id="side_query" name="query" autocomplete="off" style="width: 119px; margin-bottom: 5px;" />
<br />
<input type="text" id="side_location" name="location" autocomplete="off" style="width: 119px; margin-bottom: 5px;" />
<br />
<input type="image" src="http://cdn01.carvecdn.com/site/buildswap/images/button-go.gif" width="32" height="23" alt="Go" align="right" style="padding-right: 5px;" />
<a href="http://www.buildswap.com/?page=advanced_search" style="font-size: 10px; color: #ffffff;">Advanced Search</a>
</form>
</div>
</div>
<div id="content-right" style="min-height: 600px;">
<div id="content-right-right">
<div style="background: url(http://www.buildswap.com/site/buildswap/images/follow-us.gif) no-repeat; width: 190px; height: 28px; margin: 0; padding: 0;">
<!-- -->
</div>
<div id="contact-seller-box">
<a href="http://www.facebook.com/buildswap" target="_blank" >
<img src="http://cdn01.carvecdn.com/site/buildswap/images/facebook.png" width="40" />
</a>
<a href="http://www.twitter.com/Buildswap" target="_blank">
<img src="http://cdn01.carvecdn.com/site/buildswap/images/twitter.png" width="40" />
</a>
<a href="http://www.buildswap.com/?page=blog&rss=1" target="_blank">
<img src="http://cdn01.carvecdn.com/site/buildswap/images/rss.png" width="40" />
</a>
<a href="http://www.youtube.com/profile?user=Buildswap&amp;view=videos" target="_blank">
<img src="http://cdn01.carvecdn.com/site/buildswap/images/youtube.png" width="40" />
</a>
</div>
<div style="background: url(http://www.buildswap.com/site/buildswap/images/content-right-right-bottom.gif) no-repeat; width:190px; height:6px; margin: 0 0 10px 0; padding:0;">
<!-- -->
</div>
</div>
<div id="content-right-left">
<h1 style="margin-left: 0; font-weight: bold; display: inline; ">BlogBuilder</h1>
<br />
<br />
<h2>
<div id="blog-date">
<div class="text-12">FEB</div>
<div class="text-18">17</div>
</div>
<a class="text-16" href="http://www.buildswap.com/blogbuilder/1/how-to-clean-out-your-storage">How to Clean out your Storage</a>
</h2>
Posted in <a href="http://www.buildswap.com/?page=blog&amp;tag=Advertising">Advertising</a>, <a href="http://www.buildswap.com/?page=blog&amp;tag=Cleaning">Cleaning</a>, <a href="http://www.buildswap.com/?page=blog&amp;tag=Partners">Partners</a>, <a href="http://www.buildswap.com/?page=blog&amp;tag=Marketing">Marketing</a> by Admin<br />
<br />
<br />
<p>This was taken from an entry posted on the blog on the Timberline Building Company <a title="Timberline Building Company Website" href="http://www.builtbytimberline.com" target="_blank">website</a>.</p>
<p>&nbsp;</p>
<p>I think that almost every time I have finished a job I have found myself with leftover materials.&nbsp; The materials have always been in great shape, like a window that was installed but then the homeowner changed their mind and decided to do something different.&nbsp; The window was practically brand new, but could not be returned to the supplier.&nbsp; There have even been a few times that I have had tools that I purchased for a specific task on a job and after completion of the task no longer had use for them.&nbsp; The question then is, what do I do with all of these like new items that I really don't need anymore?&nbsp; The problem is that most builders are like me, and the answer is throw them into storage thinking they will find a use for them <em>someday</em>.&nbsp; The problem is <em>someday</em> never comes, and many of the items end up going to the landfill to clear out the storage area.&nbsp; However, at Timberline Building Company we have found an alternative solution, a solution that can help the average do-it-yourself homeowner as well as other contractors, while being environmentally concious.&nbsp; We have been using a new website called BuildSwap.<br />
<br />
<br />
<br />
</p>
<h3>What is BuildSwap?</h3>
<p>
<br />BuildSwap is an online method to buy and sell anything related to the construction industry; specifically any type of construction or building related materials, tools, or equipment.&nbsp; Many people might say, "can't I just find and sell all that kind of stuff on craigslist?".&nbsp; Of course you could,&nbsp; craigslist is great for finding and selling items.&nbsp; However, the benefit of using BuildSwap over craigsling is that BuildSwap is a website that was built for a specific niche market, the building industry.&nbsp; If you are looking for a living room sofa, you're not going to find it on BuildSwap.&nbsp; You&rsquo;re also not going to find any personal ads.&nbsp; The advantage to the seller is that you know that people who come to the site are looking for items like yours, and the advantage to the buyer is that if you are looking for something construction-related your chances of finding it from a reputable source on BuildSwap is pretty good.&nbsp; Another advantage is that, at Timberline we have sold many items through BuildSwap and we have yet to have someone try to dicker on the price.&nbsp; The individuals who come know what they are looking for, and they are satisfied with getting a quality "new" product at a less-than-new price.<br />
<br />
<br />
<br />
</p>
<h3>Advertising with BuildSwap</h3>
<p>
<br />Advertising in the building world is difficult.&nbsp; Whether it is too difficult and time consuming, or just costs too much money, for most builders and contractors advertising and marketing just doesn&rsquo;t happen.&nbsp; However, BuildSwap has the ability to include a business logo with every listing.&nbsp; This is an excellent way to increase brand recognition, especially with the ability to target a specific audience who is interested in building related items.&nbsp; This is especially beneficial for suppliers.&nbsp; They have the opportunity to market to all who use the BuildSwap site, from homeowners to contractors and builders.<br /> &nbsp;<br />For homeowners the advertising also provides security, you can see that what you are looking for comes from a reputable and professional business, and I think that is where BuildSwap really shines over the competing websites; BuildSwap presents a professional image for the company selling the item, and lets you, the user, find exactly the building related item you need for your project.<br />
<br />
<br />
</p>
<br />
<br />
<br />
<div id="blog-more">
(2 comments) &nbsp;&nbsp;&nbsp; <a href="http://www.buildswap.com/blogbuilder/1/how-to-clean-out-your-storage">read the rest of this entry &raquo;</a>
</div>
<h2>
<div id="blog-date">
<div class="text-12">JUN</div>
<div class="text-18">22</div>
</div>
<a class="text-16" href="http://www.buildswap.com/blogbuilder/2/recycling-whole-houses">Recycling Whole Houses</a>
</h2>
Posted in <a href="http://www.buildswap.com/?page=blog&amp;tag=Green">Green</a>, <a href="http://www.buildswap.com/?page=blog&amp;tag=recycling">Recycling</a>, <a href="http://www.buildswap.com/?page=blog&amp;tag=environment+friendly">Environment friendly</a>, <a href="http://www.buildswap.com/?page=blog&amp;tag=reuse">Reuse</a> by <br />
<br />
<br />USA Today recently featured an article about the economic viability of recycling whole houses.&nbsp; They report that the practice of re-using materials isn't just good for the environment, but also makes sense financially.&nbsp; There is a demand for quality materials at a percentage of the cost for new materials. <br />
<br />
<br />
<br />
<object id="flashObj" width="486" height="412" data="http://c.brightcove.com/services/viewer/federated_f9/30317506001?isVid=1" type="application/x-shockwave-flash">
<param name="bgcolor" value="#FFFFFF" />
<param name="flashVars" value="videoId=91427726001&amp;playerID=30317506001&amp;domain=embed&amp;dynamicStreaming=true" />
<param name="base" value="http://admin.brightcove.com" />
<param name="seamlesstabbing" value="false" />
<param name="allowFullScreen" value="true" />
<param name="swLiveConnect" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="src" value="http://c.brightcove.com/services/viewer/federated_f9/30317506001?isVid=1" />
<param name="name" value="flashObj" />
<param name="flashvars" value="videoId=91427726001&amp;playerID=30317506001&amp;domain=embed&amp;dynamicStreaming=true" />
<param name="allowfullscreen" value="true" />
</object>
<br />
<br />
<br />&nbsp;<br />
<br />The entire article can be read <a href="http://content.usatoday.com/communities/greenhouse/post/2010/06/home-recycling/1?POE=click-refer" target="_blank">here</a>.<br />
<br />
<br />
<br />
<div id="blog-more">
(1 comments) &nbsp;&nbsp;&nbsp; <a href="http://www.buildswap.com/blogbuilder/2/recycling-whole-houses">read the rest of this entry &raquo;</a>
</div>
<div id="blog-nav">
<div id="blog-nav-newer">
<a href="#">newer entries &raquo;</a>
</div>
<div id="blog-nav-older">
<a href="#">&laquo; older entries</a>
</div>
</div>
</div>
</div>
</div>
<div id="content-bottom">
<!-- /Bottom Rounded Corners -->
</div>
<div id="footer">
<div id="footer-left">
All content &copy; 2008 Streamline Technologies Inc. All rights reserved. 
</div>
<a href="http://www.buildswap.com/terms">Terms of use</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.buildswap.com/privacy">Privacy Policy</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.buildswap.com/feedback_form">Contact Us</a>&nbsp;&nbsp;
</div>
</div>
<br />
<br />
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-4721147-1";
urchinTracker();
</script>
</body>
</html>
