Industrial Style Laundry Hamper Makeover

Waste not, want not. That’s pretty much my attitude every time I walk into my neighborhood thrift store, which is pretty often.

Which also means I get into trouble a lot. And trouble is usually in the form of a pile of unfinished projects that have incredible transformations…in my head.

Too bad great ideas without execution don’t usually end up as blog posts, huh?

Industrial Style Laundry Hamper Makeover | Bless'er House

But this one executed exactly how I imagined! Don’t you just love it when that happens?

Today, I’m joining in with four other super talented blogging friends for a series called Trash to Treasure Transformations. Every 2nd Tuesday of the month, we’ll be transforming an item we found from a thrift store or yard sale. A.K.A. stuff we love doing anyway!

trash to treasure tuesday

My victim to kick off the transformation fun was this guy:

Industrial Style Laundry Hamper Makeover | Bless'er House

To be fair, this hamper/trash can/pet food container, whatever you see it as really wasn’t all that hideous. It was pretty cute to begin with. But if you’ve followed this blog for longer than a day, you probably already know that I can never leave well enough alone.

This thing was a little rough on top, but it was nothing a coat of paint couldn’t fix.

Industrial Style Laundry Hamper Makeover | Bless'er House

I gave it two coats of Annie Sloan Coco, but typical me had to take it a step further and get all industrial style with a stencil.

I used these letter stencils I found in the hardware aisle and some black craft paint to trick it out.

Industrial Style Laundry Hamper Makeover | Bless'er House

I gave the original knob hole a quick spackling patch and sanding.

Industrial Style Laundry Hamper Makeover | Bless'er House

After the paint was dry, I swiped on one coat of Annie Sloan Dark Wax. I worked in small sections and left just enough of the wax behind to make it look a bit like wood.

I found this really cool pipe looking handle at Hobby Lobby for 50% off the other week while looking for our bathroom cabinet knobs.

Industrial Style Laundry Hamper Makeover | Bless'er House

Ta da! I’m so happy how it turned out! I had to take advantage of my new shiplap backdrop for a minute with this one.

Industrial Style Laundry Hamper Makeover | Bless'er House

Our master bathroom desperately needed a hamper, and this one fits right in. We were just tossing dirty clothes right in the floor beside our cabinet before, and it was not a pretty sight.

Industrial Style Laundry Hamper Makeover | Bless'er House

It works great with our rustic ladder towel rack too.

Industrial Style Laundry Hamper Makeover | Bless'er House

What do you think? Does it work? Can you believe this thing was only $9? Using the paint and wax I already had and the stencils and handle I bought, it ended up being about $20 total.

Industrial Style Laundry Hamper Makeover | Bless'er House

Be sure to stop in to check out all of the other thrifty transformations in the series today too! These gals are so creative; you’ll love the magic they can do.

Confessions of a Serial DIYer

Would you like to save this?

We'll email this post to you, so you can come back to it later!

tt1

Prodigal Pieces

tt2

Artsy Chicks Rule

tt3

Girl in the Garage

tt4

signoff

function extend(destination, source) {
for (var prop in source) {
destination[prop] = source[prop];
}
}

if (!Mimi) var Mimi = {};
if (!Mimi.Signups) Mimi.Signups = {};

Mimi.Signups.EmbedValidation = function() {
this.initialize();

var _this = this;
if (document.addEventListener) {
this.form.addEventListener('submit', function(e){
_this.onFormSubmit(e);
});
} else {
this.form.attachEvent('onsubmit', function(e){
_this.onFormSubmit(e);
});
}
};

extend(Mimi.Signups.EmbedValidation.prototype, {
initialize: function() {
this.form = document.getElementById('mad_mimi_signup_form');
this.submit = document.getElementById('webform_submit_button');
this.callbackName = 'jsonp_callback_' + Math.round(100000 * Math.random());
this.validEmail = /.+@.+\..+/
},

onFormSubmit: function(e) {
e.preventDefault();

this.validate();
if (this.isValid) {
this.submitForm();
} else {
this.revalidateOnChange();
}
},

validate: function() {
this.isValid = true;
this.emailValidation();
this.fieldAndListValidation();
this.updateFormAfterValidation();
},

emailValidation: function() {
var email = document.getElementById('signup_email');

if (this.validEmail.test(email.value)) {
this.removeTextFieldError(email);
} else {
this.textFieldError(email);
this.isValid = false;
}
},

fieldAndListValidation: function() {
var fields = this.form.querySelectorAll('.mimi_field.required');

for (var i = 0; i = 0) {
return 'checkboxes';
} else {
return 'text_field';
}
},

checkboxAndRadioValidation: function(field) {
var inputs = field.getElementsByTagName('input'),
selected = false;

for (var i = 0; i = 0) {
if (type === 'text_field') {
this.textValidation(input);
} else {
this.dropdownValidation(field, input);
}
}
}
this.htmlEmbedDropdownValidation(field);
},

textValidation: function(input) {
if (input.id === 'signup_email') return;

if (input.value) {
this.removeTextFieldError(input);
} else {
this.textFieldError(input);
this.isValid = false;
}
},

dropdownValidation: function(field, input) {
if (input.value) {
field.className = field.className.replace(/ invalid/g, '');
} else {
if (field.className.indexOf('invalid') === -1) field.className += ' invalid';
this.onSelectCallback(input);
this.isValid = false;
}
},

htmlEmbedDropdownValidation: function(field) {
var dropdowns = field.querySelectorAll('.mimi_html_dropdown');
var _this = this;

for (var i = 0; i

Follow:

Facebook | Pinterest | Instagram | Twitter | Google+ | Bloglovin | Hometalk

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


28 Comments

    1. Thanks, Larissa! I LOVE how your sconces turned out too! I’m ready to dive into my in-laws’ old barn to see if I can scrounge up some old farm tools like you found.