Ralph Boyd Johnson Sings About Home




















More


























The Capital Digital Edition








To view The Capital online newspaper subscribe today. Click Here

























Ralph Boyd Johnson Sings About Home





var loadAsyncDeferredFacebook = function() {
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
}

if (window.addEventListener)
window.addEventListener("load", loadAsyncDeferredFacebook, false);
else if (window.attachEvent)
window.attachEvent("onload", loadAsyncDeferredFacebook);
else
window.onload = loadAsyncDeferredFacebook;



fShare


Tweet


var loadAsyncDeferredTwitter = function() {
var d = document;
var s = 'script';
var id = 'twitter-wjs';
var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){
js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}
}

if (window.addEventListener)
window.addEventListener("load", loadAsyncDeferredTwitter, false);
else if (window.attachEvent)
window.attachEvent("onload", loadAsyncDeferredTwitter);
else
window.onload = loadAsyncDeferredTwitter;


window.___gcfg = {
lang: 'en'
};
var loadAsyncDeferredGooglePlus = function() {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
po.innerHTML = {lang: 'en'};
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
};

if (window.addEventListener)
window.addEventListener("load", loadAsyncDeferredGooglePlus, false);
else if (window.attachEvent)
window.attachEvent("onload", loadAsyncDeferredGooglePlus);
else
window.onload = loadAsyncDeferredGooglePlus;



var loadAsyncDeferredLinkedin = function() {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://platform.linkedin.com/in.js';
po.innerHTML = 'lang: en_GB';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
};

if (window.addEventListener)
window.addEventListener("load", loadAsyncDeferredLinkedin, false);
else if (window.attachEvent)
window.attachEvent("onload", loadAsyncDeferredLinkedin);
else
window.onload = loadAsyncDeferredLinkedin;



(function (w, d, load) {
var script,
first = d.getElementsByTagName('SCRIPT')[0],
n = load.length,
i = 0,
go = function () {
for (i = 0; i < n; i = i + 1) {
script = d.createElement('SCRIPT');
script.type = 'text/javascript';
script.async = true;
script.src = load[i];
first.parentNode.insertBefore(script, first);
}
}
if (w.attachEvent) {
w.attachEvent('onload', go);
} else {
w.addEventListener('load', go, false);
}
}(window, document,
['//assets.pinterest.com/js/pinit.js']
));




Ralph_Boyd_Johnson


 


For Ralph Boyd Johnson's next album, it seems to be all about past inspirations. The title "1723 9th Street SW" is also the address of a historic house he once lived in, with whom he considers his biggest influence, Billy Cowsill.

Billy knew fame at a young age; playing guitar with his family band The Cowsills. The band saw success with hits such as "Hair," the title song to the 1968 musical Hair, as well as the 1979 film version of the musical, and "Indian Lake." TV's "The Partridge Family" was based on The Cowsills.

It wasn't long before Billy grew out of the family-friendly pop music scene and moved to Vancouver in the 1980's to front the band The Blue Shadows. Billy then made his way to Calgary, and that is where Ralph and Billy met.

Sharing the red brick house built with separate apartments were other musicians, including blues player Back Alley John, "Powder Blues" drummer Duris Maxwell, and Mickey Joy, who played bass for early punk bands.

Johnson acknowledged he was surrounded by "very influential, brilliant players." He tells of the atmosphere that the oversized house held, with the sound of Billy practicing guitar encompassing the hardwood floors and slat walls.

Ralph expressed that Billy was "like a father," and when the 58 year old succumbed to his ailments, including emphysema and Cushing syndrome in 2006, it was a rough time. Johnson said he didn't write or play much for about 18 months after Billy's death. The vintage house that Billy had lived and died in was then destined to be bulldozed.

One day Ralph was at the home, retrieving the antique door from the front entrance to give to a friend. While leaving the residence, he bumped into an older gentleman. The two talked about the history of the house, and the man introduced himself as the President of the Heritage Society. The house was soon after designated as a heritage site, and $350,000 was invested to fix it up, said Johnson.

The country/blues/roots artist eventually got back into his music. Johnson writes his own material, plays guitar and harmonica, and sings. Ralph has been active in the Calgary music scene for years, playing venues across the city. He was urged to have his music recorded, and in 2002, he came out with his first CD, "Dying to Go." He is currently working with Jan Arden's former manager, and after four years in the making, his second album is destined for release late this summer. Coincidentally, "1723 9th Street SW" will drop at a special time as September 2011 will mark the 100th Anniversary of the monumental home.

Recorded at MCI and Airwave Studios in Calgary, the disc is dedicated to Billy, or as Johnson calls him, "Wild Billy C," which is also a song on "1723 9th Street SW." He plans to tour Canada and Europe, with emphasis on Alberta, because Johnson says, "80 per cent of the roots music is here in Alberta." In that vein, Ralph described his record and his work in his own words, and stated that it's like magic. "Music is all about heart - it isn't about anything other than vibration and connecting."

 






jQuery(document).ready(function($) {
var caption = $('.item-image .caption').attr('title');
$('.item-image .caption').parent().append('

' + caption + '');
});




































    jQuery(document).ready(function($) {
    $.slidebars();
    });












    jQuery(document).ready(function($){

    $(window).scroll(function () {

    if ($(this).scrollTop() >200) {
    $("#toTop").fadeIn();
    }
    else {
    $("#toTop").fadeOut();
    }
    });

    $("#toTop").click(function() {
    $("html, body").animate({ scrollTop: 0 }, "slow");
    return false;
    });
    });

    jQuery(document).ready(function($){


    $('.sidebar').zenaccordion({

    type:"panel"
    });


    });

    jQuery(document).ready(function($){

    sticky();

    $(window).resize(function() {
    sticky();
    });

    function sticky() {
    var fxel = $('.menu-wrapper');

    if($(fxel).length > 0) {
    var win = $(window),
    fxel = $('.menu-wrapper'),
    fill = $('#sticky-fill'),
    navheight = $('.menu-wrapper').height(),
    eloffset = fxel.offset().top;

    $(fill).height(navheight);

    var divid = $(fxel).attr("id");

    if(divid == 'toolbar') {
    eloffset = 0;
    $(fill).height(0);
    }

    if (eloffset < win.scrollTop()) {
    fxel.addClass("zen-nav-fixed");
    $('html').addClass("fixed");
    $(fill).addClass('visible').removeClass('hidden');
    } else {
    fxel.removeClass("zen-nav-fixed");
    $('html').removeClass("fixed");
    $(fill).removeClass('visible').addClass('hidden');
    }

    win.scroll(function() {
    if (eloffset < win.scrollTop()) {
    fxel.addClass("zen-nav-fixed");
    $('html').addClass("fixed");
    $(fill).addClass('visible').removeClass('hidden');
    } else {
    fxel.removeClass("zen-nav-fixed");
    $('html').removeClass("fixed");
    $(fill).removeClass('visible').addClass('hidden');
    }
    });
    }
    }

    });

    new WOW().init();
    var _mfq = _mfq || ; (function() { var mf = document.createElement('script'); mf.type = 'text/javascript'; mf.async = true; mf.src = '//cdn.mouseflow.com/projects/7f54eee5-5991-4d54-af76-66702e87391f.js'; document.getElementsByTagName('head')[0].appendChild(mf); })();

    Popular posts from this blog

    Florida Star v. B. J. F.

    Error while running script in elastic search , gateway timeout

    Adding quotations to stringified JSON object values