• Childlike Fasciantion
  • QuiltAlong.net

Childlike Fascination

Quilting, Sewing & Crafting

  • Blog
  • Me Made Wardrobe
  • Free Tutorials
  • Finished Quilts
  • About

Designing Quilt Patterns for 2014

April 23, 2014 by childlikefascination

I’m super excited to announce that I’m in the process of designing and testing patterns for two beautiful large quilts and a baby quilt.

One thing I’m not always particularly talented at is mixing fabrics from different lines and the Fat Quarter Shop Blogger’s bundles has helped me fill up my stash with beautifully sets of fabrics that pull from multiple designer lines. These combinations are beautifully coordinated without being matchy-matchy and I had a hard time finding patterns and quilt designs that would suit these fabric sets. That’s why I set out to build a Fat Quarter Bundle series where each pattern will feature 12-15 fat quarters plus a small amount of additional yardage.

[pullquote align=right]Signup below to be notified when pattern testers are needed[/pullquote]Over the weekend I completed the instructions and 3 revisions of the pattern for one of the larger quilts, it’s a scrappy Irish chain variation that I think you’re all going to love. The two larger quilts ended up being more intermediate than I had planned but the baby quilt will be a really interesting twist on a fairly simple pattern that will be perfect for a comfortable beginner.

Since it’s Wednesday I’ll post my WIP of one of these patterns. It’s a scrappy-loop Irish chain pattern. I can’t wait to finish it and get better pics taken!

I think this is turning out to be a pretty sassy color palette

I think this is turning out to be a pretty sassy color palette

The final quilt will be 70″x70″. I didn’t know what to do for backing but I already had my Essex Linen black swatch up on the design wall and had a HUGE ah-ha moment when I realized how perfect of a backing it would be with those colors. Thinking there might be an applique I want to add to the backing. More on that for next Wednesday!

Stephanie-Alvarez-BC-cropThe fabric I used is from the Stephanie Alvarez, from Quarter Inch‘s Blogger’s Choice Fat Quarter Bundle from the Fat Quarter shop circa 2013 (no longer available.) It’s full of beautiful fabrics from Moda S’more Love, Tule by Leah Duncan, Sweetwater’s Road 15 and a few other beautiful designer lines.

I cut the pieces and sewed for ~12 hours on Monday and an hour last night, I think there’s probably 6 more hours to go on the rest and the top will be done.  I’m already on v.3 of the 10 page instructions having corrected my miscalculations while using the pattern to make the quilt myself. I’m quite thankful for the graphic design and desktop publishing classes I took in high school and college because with quilt patterns I find illustrations or diagrams much easier to work than photos. Here’s a snapshot the instructions

Look at that fresh illustrated pattern!

Look at that fresh illustrated pattern!

If you are at all interested in participating in pattern testing please sign up below to the pattern testing newsletter, there will be prizes and gifts for participants!

Subscribe to learn more about pattern testing

* indicates required

var fnames = new Array();var ftypes = new Array();fnames[0]=’EMAIL’;ftypes[0]=’email’;fnames[1]=’FNAME’;ftypes[1]=’text’;fnames[2]=’MMERGE2′;ftypes[2]=’birthday’;
try {
var jqueryLoaded=jQuery;
jqueryLoaded=true;
} catch(err) {
var jqueryLoaded=false;
}
var head= document.getElementsByTagName(‘head’)[0];
if (!jqueryLoaded) {
var script = document.createElement(‘script’);
script.type = ‘text/javascript’;
script.src = ‘//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js’;
head.appendChild(script);
if (script.readyState && script.onload!==null){
script.onreadystatechange= function () {
if (this.readyState == ‘complete’) mce_preload_check();
}
}
}

var err_style = ”;
try{
err_style = mc_custom_error_style;
} catch(e){
err_style = ‘#mc_embed_signup input.mce_inline_error{border-color:#6B0505;} #mc_embed_signup div.mce_inline_error{margin: 0 0 1em 0; padding: 5px 10px; background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}’;
}
var head= document.getElementsByTagName(‘head’)[0];
var style= document.createElement(‘style’);
style.type= ‘text/css’;
if (style.styleSheet) {
style.styleSheet.cssText = err_style;
} else {
style.appendChild(document.createTextNode(err_style));
}
head.appendChild(style);
setTimeout(‘mce_preload_check();’, 250);

var mce_preload_checks = 0;
function mce_preload_check(){
if (mce_preload_checks>40) return;
mce_preload_checks++;
try {
var jqueryLoaded=jQuery;
} catch(err) {
setTimeout(‘mce_preload_check();’, 250);
return;
}
var script = document.createElement(‘script’);
script.type = ‘text/javascript’;
script.src = ‘http://downloads.mailchimp.com/js/jquery.form-n-validate.js’;
head.appendChild(script);
try {
var validatorLoaded=jQuery(“#fake-form”).validate({});
} catch(err) {
setTimeout(‘mce_preload_check();’, 250);
return;
}
mce_init_form();
}
function mce_init_form(){
jQuery(document).ready( function($) {
var options = { errorClass: ‘mce_inline_error’, errorElement: ‘div’, onkeyup: function(){}, onfocusout:function(){}, onblur:function(){} };
var mce_validator = $(“#mc-embedded-subscribe-form”).validate(options);
$(“#mc-embedded-subscribe-form”).unbind(‘submit’);//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator
options = { url: ‘http://ninedays.us1.list-manage.com/subscribe/post-json?u=3189595a2948faa53e14c448b&id=ef1ad6ffcb&c=?’, type: ‘GET’, dataType: ‘json’, contentType: “application/json; charset=utf-8″,
beforeSubmit: function(){
$(‘#mce_tmp_error_msg’).remove();
$(‘.datefield’,’#mc_embed_signup’).each(
function(){
var txt = ‘filled’;
var fields = new Array();
var i = 0;
$(‘:text’, this).each(
function(){
fields[i] = this;
i++;
});
$(‘:hidden’, this).each(
function(){
var bday = false;
if (fields.length == 2){
bday = true;
fields[2] = {‘value’:1970};//trick birthdays into having years
}
if ( fields[0].value==’MM’ && fields[1].value==’DD’ && (fields[2].value==’YYYY’ || (bday && fields[2].value==1970) ) ){
this.value = ”;
} else if ( fields[0].value==” && fields[1].value==” && (fields[2].value==” || (bday && fields[2].value==1970) ) ){
this.value = ”;
} else {
if (/[day]/.test(fields[0].name)){
this.value = fields[1].value+’/’+fields[0].value+’/’+fields[2].value;
} else {
this.value = fields[0].value+’/’+fields[1].value+’/’+fields[2].value;
}
}
});
});
$(‘.phonefield-us’,’#mc_embed_signup’).each(
function(){
var fields = new Array();
var i = 0;
$(‘:text’, this).each(
function(){
fields[i] = this;
i++;
});
$(‘:hidden’, this).each(
function(){
if ( fields[0].value.length != 3 || fields[1].value.length!=3 || fields[2].value.length!=4 ){
this.value = ”;
} else {
this.value = ‘filled’;
}
});
});
return mce_validator.form();
},
success: mce_success_cb
};
$(‘#mc-embedded-subscribe-form’).ajaxForm(options);

});
}
function mce_success_cb(resp){
$(‘#mce-success-response’).hide();
$(‘#mce-error-response’).hide();
if (resp.result==”success”){
$(‘#mce-‘+resp.result+’-response’).show();
$(‘#mce-‘+resp.result+’-response’).html(resp.msg);
$(‘#mc-embedded-subscribe-form’).each(function(){
this.reset();
});
} else {
var index = -1;
var msg;
try {
var parts = resp.msg.split(‘ – ‘,2);
if (parts[1]==undefined){
msg = resp.msg;
} else {
i = parseInt(parts[0]);
if (i.toString() == parts[0]){
index = parts[0];
msg = parts[1];
} else {
index = -1;
msg = resp.msg;
}
}
} catch(e){
index = -1;
msg = resp.msg;
}
try{
if (index== -1){
$(‘#mce-‘+resp.result+’-response’).show();
$(‘#mce-‘+resp.result+’-response’).html(msg);
} else {
err_id = ‘mce_tmp_error_msg’;
html = ‘

‘+msg+’

‘;

var input_id = ‘#mc_embed_signup’;
var f = $(input_id);
if (ftypes[index]==’address’){
input_id = ‘#mce-‘+fnames[index]+’-addr1′;
f = $(input_id).parent().parent().get(0);
} else if (ftypes[index]==’date’){
input_id = ‘#mce-‘+fnames[index]+’-month’;
f = $(input_id).parent().parent().get(0);
} else {
input_id = ‘#mce-‘+fnames[index];
f = $().parent(input_id).get(0);
}
if (f){
$(f).append(html);
$(input_id).focus();
} else {
$(‘#mce-‘+resp.result+’-response’).show();
$(‘#mce-‘+resp.result+’-response’).html(msg);
}
}
} catch(e){
$(‘#mce-‘+resp.result+’-response’).show();
$(‘#mce-‘+resp.result+’-response’).html(msg);
}
}
}

WIP Wednesday at Freshly Pieced

 

Linking up with with Lee at Freshly Pieced and visiting many other work-in-progress Wednesday posts to provide encouragement and support to my fellow Internet sewists and quilters.

Posted In: Quilting Tags: fat quarter quilt, pattern, work in progress wednesday

Comments

  1. Renee says

    April 23, 2014 at 8:45 pm

    Beautiful fabrics together! Looks like it is going to be a lovely quilt!

  2. Teri says

    April 23, 2014 at 9:43 pm

    I love the bright colors with the white on your quilt. It will be beautiful when finished!

  3. Malini says

    April 24, 2014 at 1:13 am

    This is looking great! I love the colors!
    So, cool!

  4. Sarah says

    April 24, 2014 at 7:51 am

    It’s going to look really cute when its all done! I’d sign up for pattern testing, except I’m a really slow sewer, and have a horrible start – to- finish time. 😀

    • Terri Ann says

      April 24, 2014 at 10:03 am

      Sarah feel free to signup anyways. I’ve got some easier baby quilts planned too!

Terri Ann of Childlike Fascination

I’m Terri Ann, a 30-something New England born and raised, cowboy boot wearing, website making, WordPress loving, picture taking contemporary quilter with obsessive crafting disorder. I make websites by day and quilts, crafty items, patterns & blogs by night!

I’m also the founder of QuiltAlong.net and Mini Barn Quilts.

QuiltAlong.net
Mini Barn Quilts

  • Bloglovin
  • Facebook
  • Instagram
  • Pinterest
Follow

Recent Posts

Around the Block Hoodie

Filed Under: Me Made Wardrobe /

Hudson Hoodie in Bamboo Fleece & Chickens

Filed Under: Me Made Wardrobe /

Two Dionne Duster Cardigans

Filed Under: Me Made Wardrobe, Sewing /

Fruity Blue Lane Raglan

Filed Under: Me Made Wardrobe, Sewing /

My First Lane Raglan 💛

Filed Under: Me Made Wardrobe, Sewing /

Recent Comments

  • Kitty on Rainbow Medallion Mini Quilt
  • Anja @ Anja Quilts on Logo Quilted Pillow
  • terrianncreative on Watercolor in the Mountains
  • Yvonne from Quilting Jetgirl on Watercolor in the Mountains
  • Sarah on Hello Again, Old Friends

Blog Categories

  • 2015 New Quilt Bloggers (12)
  • Block of the Month (3)
  • Blogging (5)
  • Finished Projects (11)
  • Finished Quilts (12)
  • Fixing Mistakes (1)
  • Food (2)
  • Marketing (2)
  • Me Made Wardrobe (5)
  • Mini Barn Quilts (5)
  • Musings (31)
  • Pattern (8)
  • Photography (7)
  • Projects (20)
  • QuiltAlong.net (3)
  • Quilting (75)
  • Sewing (32)
  • Tutorials (11)
  • Watercolor (1)

Pages

  • Free Quilt Block Tutorials
  • 2015 New Quilt Bloggers
  • Disclosure
  • About
  • Contact Terri Ann

Disclosure

Some of the links in this site may be affiliate links. I make a promise to my readers to only ever endorse products, companies and retailers I do or would buy from myself. I will always disclose when a company has provided products for review or as a complimentary sample as well as indicating sponsors in a clear manner. These sponsorships and affiliate relationships are what help fund running this site. Affiliate links will never cost you more than visiting the site directly but the retailer provides me a percentage in exchange for the referral.
Read more.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Quilting Posts

Rainbow Medallion Mini Quilt

October 28, 2019 /

Logo Quilted Pillow

November 25, 2018 /

Fabric Postcard Swap – Yes this is a thing!

April 4, 2016 /

Spiked Star – Free 12″ Paper Piece Quilt Block

March 28, 2016 /

Community

Quilt Along.net I’m a member of the MQG!

Copyright © 2021 Terri Ann Creative, LLC. Part of the Terri Ann Creative Network: Childlike Fascination, QuiltAlong.net & Mini Barn Quilts

Licensing · Affiliate Disclosure