Neighbourhood renewal is a difficult process and perception is a big part of the battle
Posted on
January 6, 2011
by
Norm Fisher, Royal LePage Vidorra
Curtis Olson wrote an excellent post called “It’s good in the hood,” on the Saskatoon Speaks blog. He talks about the renewal that’s occurring in the
Riversdalearea and how the area is changing as new people move in.
This kind of renewal is hard and it takes a long time but new development in South Caswell Hill and at River Landing could certainly bring lots of positive change to the relatively small residential neighbourhood that enjoys a wonderful location along the edge of the river and the Central Business District. There certainly seems to be a committed group of thoughtful and progressive people leading the charge for change.
The discussion and debate that follows is particularly interesting. Clearly, fear is a major factor, at least for those who are outside looking in. Finding ways to address those fears would be a major step forward.
Check his post out here.
I’m always happy to answer your Saskatoon real estate questions. All of my contact info is here. Please feel free to call or email.
Our Saskatoon home search tool offers MLS® listings represented by all real estate brands, presented with more detail than you’ll find anywhere else. Check it out here.
Norm Fisher
Royal LePage Vidorra
The Saskatchewan REALTORS® Association (SRA) IDX Reciprocity listings are displayed in
accordance with SRA's MLS® Data Access Agreement and are copyright of the Saskatchewan REALTORS® Association (SRA).
The above information is from sources deemed reliable but should not be relied upon without independent verification.
The information presented here is for general interest only, no guarantees apply.
Trademarks are owned and controlled by the Canadian Real Estate Association (CREA).
Used under license.
MLS® System data of the Saskatchewan REALTORS® Association (SRA) displayed on this site is refreshed every 2 hours.
$(document).ready(function () {
var allBoxes = $("#mrp-container10 div.weblet_web-syndication").children("div");
transitionBox(null, allBoxes.first());
});
function transitionBox(from, to) {
function next() {
var nextTo;
if (to.is(":last-child")) {
nextTo = to.closest("#mrp-container10 .weblet_web-syndication").children("div").first();
} else {
nextTo = to.next();
}
to.fadeIn(500, function () {
setTimeout(function () {
transitionBox(to, nextTo);
}, 7000);
});
}
if (from) {
from.fadeOut(500, next);
} else {
next();
}
}