<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ottawa Tenants Conference</title>
	<atom:link href="http://ottawatenantsconference.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://ottawatenantsconference.ca</link>
	<description></description>
	<lastBuildDate>Mon, 22 Aug 2011 14:15:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Registration</title>
		<link>http://ottawatenantsconference.ca/2011/registration/</link>
		<comments>http://ottawatenantsconference.ca/2011/registration/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 13:37:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ottawatenantsconference.ca/?p=167</guid>
		<description><![CDATA[<p align='center'><b>Event Registration for 2011 Ottawa Tenants Conference </b></p><table width='100%'><td><td span='2'></td></table><table width='500'><td><SCRIPT>



function echeck(str) {
		var at="@"
		var dot="."
		var em = ""
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		    return false;
		    }

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		    return false;
		    
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		     return false;
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		      return false;
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		     return false;
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    return false;
		 }
		
		 if (str.indexOf(" ")!=-1){
		    return false;
		 }

 		 return true;					
}


function validateForm(form) { 
	
var msg = "";

if (form.fname.value == "") {  msg += "\n " +"Please enter your first name."; 
   		form.fname.focus( ); 
   	 }
if (form.lname.value == "") {  msg += "\n " +"Please enter your last name."; 
   		form.lname.focus( ); 
   		}
	
if (echeck(form.email.value)==false){
		msg += "\n " + "Email format not correct!";
		}
		
if (form.phone.value == "") {  msg += "\n " +"Please enter your phone number."; 
   		form.phone.focus( ); 
   		}
if (form.address.value == "") {  msg += "\n " +"Please enter your address."; 
   		form.address.focus( ); 
   		}
if (form.city.value == "") {  msg += "\n " +"Please enter your city."; 
   		form.city.focus( ); 
   		}  
 
if (form.state.value == "") { msg += "\n " + "Please enter your state."; 
   		form.state.focus( ); 
   	 }
if (form.zip.value == "") {  msg += "\n " +"Please enter your zip code."; 
   		form.zip.focus( ); 
   		 }
    
//Validate Extra Questions
function trim(s) {if (s) {return s.replace(/^\s*|\s*$/g,"");} return null;}
				
	var inputs = form.getElementsByTagName("input");
	var e;

//Start Extra Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
	
		if (e.type == "text" && e.title && !value && e.className == "r")
		{msg += "\n " + e.title;}
		
	
	if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
				var rd =""
				var controls = form.elements;
				function getSelectedControl(group) 
					{
					for (var i = 0, n = group.length; i < n; ++i)
						if (group[i].checked) return group[i];
						return null;
					}
				if (!getSelectedControl(controls[e.name]))
								{msg += "\n " + e.title;}
			} 
			

	}

	var inputs = form.getElementsByTagName("textarea");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (!value && e.className == "r")
		{msg += "\n " + e.title;}
	}
	var inputs = form.getElementsByTagName("select");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if ((!value || value =='') && e.className == "r")
		{msg += "\n " + e.title;}
	}

if (msg.length > 0) {
			msg = "The following fields need to be completed before you can submit.\n\n" + msg;
			alert(msg);
			return false;
		}
	
	return true;   

}



</SCRIPT>

</td>
<tr>
	<td>
	<form method="post"
		action="/feed/"
		onSubmit="return validateForm(this)">
	<p align="left"><b>First Name: <br />
	<input tabIndex="1" maxLength="40" size="47" name="fname"></b></p>
	<p align="left"><b>Last Name:<br />
	<input tabIndex="2" maxLength="40" size="47" name="lname"></b></p>
	<p align="left"><b>E-Mail:<br />
	<input tabIndex="3" maxLength="40" size="47" name="email"></b></p>
	<p align="left"><b>Phone:<br />
	<input tabIndex="4" maxLength="20" size="25" name="phone"></b></p>
	<p align="left"><b>Street:<br />
	<input tabIndex="5" maxLength="35" size="49" name="address"></b></p>
	<p align="left"><b>City:<br />
	<input tabIndex="6" maxLength="25" size="35" name="city"> </b></p>
<p align="left"><b>State or province:<br />
	<input tabIndex="7" maxLength="20" size="18" name="state"></b></p>
 	
	<p align="left"><b>Zip:<br />
	<input tabIndex="8" maxLength="10" size="15" name="zip"></b></p>
			
			
<p align="left"><b>	Additional attendees?
      <select name="num_people" style="width:70px;margin-top:4px">
        <option value="1" selected>None</option>
        <option value="2">1</option>
        <option value="3">2</option>
        <option value="4">3</option>
        <option value="5">4</option>
        <option value="6">5</option>
      </select>		
      </b></p>
      
      

		<input type="hidden" name="regevent_action" value="post_attendee"> <input
		type="hidden" name="event_id" value="3">
	<p align="center"><input type="submit" name="Submit" value="Submit"> <font
		color="#FF0000"><b>(Only click the Submit Button Once)</b></font>
	
	</form>
	</td>
</tr>
</table>
</body>
If you do not want to give all of your information, please just write &#8220;xxx&#8221; in that box.]]></description>
			<content:encoded><![CDATA[<p align='center'><b>Event Registration for 2011 Ottawa Tenants Conference </b></p><table width='100%'><td><td span='2'></td></table><table width='500'><td><SCRIPT>



function echeck(str) {
		var at="@"
		var dot="."
		var em = ""
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		    return false;
		    }

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		    return false;
		    
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		     return false;
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		      return false;
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		     return false;
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    return false;
		 }
		
		 if (str.indexOf(" ")!=-1){
		    return false;
		 }

 		 return true;					
}


function validateForm(form) { 
	
var msg = "";

if (form.fname.value == "") {  msg += "\n " +"Please enter your first name."; 
   		form.fname.focus( ); 
   	 }
if (form.lname.value == "") {  msg += "\n " +"Please enter your last name."; 
   		form.lname.focus( ); 
   		}
	
if (echeck(form.email.value)==false){
		msg += "\n " + "Email format not correct!";
		}
		
if (form.phone.value == "") {  msg += "\n " +"Please enter your phone number."; 
   		form.phone.focus( ); 
   		}
if (form.address.value == "") {  msg += "\n " +"Please enter your address."; 
   		form.address.focus( ); 
   		}
if (form.city.value == "") {  msg += "\n " +"Please enter your city."; 
   		form.city.focus( ); 
   		}  
 
if (form.state.value == "") { msg += "\n " + "Please enter your state."; 
   		form.state.focus( ); 
   	 }
if (form.zip.value == "") {  msg += "\n " +"Please enter your zip code."; 
   		form.zip.focus( ); 
   		 }
    
//Validate Extra Questions
function trim(s) {if (s) {return s.replace(/^\s*|\s*$/g,"");} return null;}
				
	var inputs = form.getElementsByTagName("input");
	var e;

//Start Extra Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
	
		if (e.type == "text" && e.title && !value && e.className == "r")
		{msg += "\n " + e.title;}
		
	
	if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
				var rd =""
				var controls = form.elements;
				function getSelectedControl(group) 
					{
					for (var i = 0, n = group.length; i < n; ++i)
						if (group[i].checked) return group[i];
						return null;
					}
				if (!getSelectedControl(controls[e.name]))
								{msg += "\n " + e.title;}
			} 
			

	}

	var inputs = form.getElementsByTagName("textarea");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (!value && e.className == "r")
		{msg += "\n " + e.title;}
	}
	var inputs = form.getElementsByTagName("select");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if ((!value || value =='') && e.className == "r")
		{msg += "\n " + e.title;}
	}

if (msg.length > 0) {
			msg = "The following fields need to be completed before you can submit.\n\n" + msg;
			alert(msg);
			return false;
		}
	
	return true;   

}



</SCRIPT>

</td>
<tr>
	<td>
	<form method="post"
		action="/feed/"
		onSubmit="return validateForm(this)">
	<p align="left"><b>First Name: <br />
	<input tabIndex="1" maxLength="40" size="47" name="fname"></b></p>
	<p align="left"><b>Last Name:<br />
	<input tabIndex="2" maxLength="40" size="47" name="lname"></b></p>
	<p align="left"><b>E-Mail:<br />
	<input tabIndex="3" maxLength="40" size="47" name="email"></b></p>
	<p align="left"><b>Phone:<br />
	<input tabIndex="4" maxLength="20" size="25" name="phone"></b></p>
	<p align="left"><b>Street:<br />
	<input tabIndex="5" maxLength="35" size="49" name="address"></b></p>
	<p align="left"><b>City:<br />
	<input tabIndex="6" maxLength="25" size="35" name="city"> </b></p>
<p align="left"><b>State or province:<br />
	<input tabIndex="7" maxLength="20" size="18" name="state"></b></p>
 	
	<p align="left"><b>Zip:<br />
	<input tabIndex="8" maxLength="10" size="15" name="zip"></b></p>
			
			
<p align="left"><b>	Additional attendees?
      <select name="num_people" style="width:70px;margin-top:4px">
        <option value="1" selected>None</option>
        <option value="2">1</option>
        <option value="3">2</option>
        <option value="4">3</option>
        <option value="5">4</option>
        <option value="6">5</option>
      </select>		
      </b></p>
      
      

		<input type="hidden" name="regevent_action" value="post_attendee"> <input
		type="hidden" name="event_id" value="3">
	<p align="center"><input type="submit" name="Submit" value="Submit"> <font
		color="#FF0000"><b>(Only click the Submit Button Once)</b></font>
	
	</form>
	</td>
</tr>
</table>
</body>
<p>If you do not want to give all of your information, please just write &#8220;xxx&#8221; in that box.<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://ottawatenantsconference.ca/2011/registration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safer Communities and Neighbourhoods (SCAN)</title>
		<link>http://ottawatenantsconference.ca/2010/scan/</link>
		<comments>http://ottawatenantsconference.ca/2010/scan/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 15:36:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Workshops & Trends]]></category>

		<guid isPermaLink="false">http://ottawatenantsconference.ca/?p=133</guid>
		<description><![CDATA[Housing Help is a non-profit agency that assists families and individuals who are homeless or at risk of becoming homeless. On February 4th, 2009 Housing Help organized the SCAN Information Session to educate community agencies about the legislation and the impact it would have on tenants in the City of Ottawa. Housing advocates and human [...]]]></description>
			<content:encoded><![CDATA[<p>Housing Help is a non-profit agency that assists families and individuals who are homeless or at risk of becoming homeless.  On February 4th, 2009 Housing Help organized the SCAN Information Session to educate community agencies about the legislation and the impact it would have on tenants in the City of Ottawa. <span id="more-133"></span></p>
<p>Housing advocates and human rights groups across the province have voiced their concern about SCAN due to the many flaws in the legislation.  It contradicts the principles of natural justice by the fact that tenants are evicted without a hearing or the right to face their accusers. It takes away resources from preventative measures, such as treatment centres and community support services.  A primary concern to our agency is that the legislation can cause tenants in a building to be immediately evicted from their homes even if they are known to be innocent of the allegations (Section 20 of the legislation states that tenants not involved in the alleged activities may be given referrals to shelters or other community resources).</p>
<p>SCAN undermines the Residential Tenancies Act (RTA), which already has provisions to expedite evictions, in some cases this can be in as little as a week.  Even with the RTA in place, Ontario would have spent to spend approximately eight million to implement SCAN.  Since SCAN is a ‘no-money’ bill, it is the municipalities that will pick up these costs. This money could be better spent on addressing the root causes of crime, such as treatment centres, youth programs, and affordable housing.  Since the criminal activity is simply displaced and relocated to other parts of the city, the costs to police and enforcement will increase, as well.</p>
<p>In summary, Houisng Help opposes SCAN because:<br />
It displaces the problem from one part of the community to another<br />
It is financially costly to implement in the community<br />
It evicts people without a hearing<br />
It removes the rights accorded for natural justice<br />
It undermines legislation already in place<br />
It impacts on affordable housing<br />
It is counterproductive to the work of Community Health Centres, treatment centres, and support programs.</p>
]]></content:encoded>
			<wfw:commentRss>http://ottawatenantsconference.ca/2010/scan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Tenants need to have Apartment Insurance</title>
		<link>http://ottawatenantsconference.ca/2010/why-tenants-need-to-have-apartment-insurance/</link>
		<comments>http://ottawatenantsconference.ca/2010/why-tenants-need-to-have-apartment-insurance/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 01:22:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Workshops & Trends]]></category>

		<guid isPermaLink="false">http://ottawatenantsconference.ca/?p=121</guid>
		<description><![CDATA[With the unprecedented number of fires that have destroyed rental units in Ottawa in the past year, it is worth taking a moment to reflect on the need for tenants to have apartment insurance. Between the seven-week period of December 4, 2009 and January 24, 2010, more than eighty tenants were forced to flee from [...]]]></description>
			<content:encoded><![CDATA[<p>With the unprecedented number of fires that have destroyed rental units in Ottawa in the past year, it is worth taking a moment to reflect on the need for tenants to have apartment insurance.<span id="more-121"></span></p>
<p>Between the seven-week period of December 4, 2009 and January 24, 2010, more than eighty tenants were forced to flee from their homes after they were ravaged by fire.  By the end of February 2010, the number had more than doubled, with approximately 200 tenants becoming homeless.  The cause of many of these fires is still under investigation.  Most of the tenants escaped safely but were left with only the clothes on their backs.  Unfortunately, very few of them had apartment insurance to cover the costs of their lost belongings or temporary accommodation.  </p>
<p>The vast majority of them had not thought of acquiring apartment insurance.  For some it was another added expense to an already tight budget (Statistically, tenants have less than half the income of homeowners).  Others thought their landlords were responsible to put them up somewhere and compensate them if their property was destroyed or damaged due to fire.  Others just thought it would never happen to them.  Throughout the recent fires a number of the fire victims were shocked to realize their landlord was not obliged to provide alternative accommodation such as a hotel or to pay for their expenses or lost property.</p>
<p>According to Statistics Canada, 96.7% of homeowners in Canada have household insurance, compared to tenants of whom only 41.8 % have insurance.  The average cost for homeowner insurance is $702, compared to $309 for tenants.</p>
<p>In Ottawa, when tenants are burned out of their homes, the Red Cross steps in immediately to provide emergency accommodation for a period of 72 hours.  Usually, this means tenants are placed in hotels.  If the tenants have not secured housing within that time, the City of Ottawa steps in to ensure the victims have some form of emergency housing, such as a referral to an emergency shelter or authorization to stay in a hotel.  Often, tenants will stay with friends or relatives until they can ascertain the damages to their home, and then decide if they will move back or look for alternative housing.  If the tenant is displaced for an unspecified period of time, it may be difficult to terminate the tenancy through the Landlord and Tenant Board, although it would be expected the landlord would not be charging rent during the time the premises are deemed uninhabitable.  Even if the fire was proven to be due to the landlord’s negligence, tenants discovered it could still be a lengthy process in collecting evidence and bringing the matter before the Landlord and Tenant Board to terminate the tenancy and seek compensation.</p>
<p>One of the most important reasons for tenants to have apartment insurance is if they were in fact responsible for having caused the fire. Apartment insurance protects them if they were careless or engaged in activity proven to have been the cause of the fire.  This can save the costs and stress of being sued and/or evicted through the courts and the Landlord and Tenant Board.</p>
<p>For the tenants that have experienced the trauma of losing all their worldly possessions through the recent fires in the last year, it was a brutal lesson to discover the importance of having insurance.  Hopefully, however, it will serve as a notice to all tenants to plan ahead in the years to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://ottawatenantsconference.ca/2010/why-tenants-need-to-have-apartment-insurance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conference to help renters find voice</title>
		<link>http://ottawatenantsconference.ca/2010/conference-to-help-renters-find-voice/</link>
		<comments>http://ottawatenantsconference.ca/2010/conference-to-help-renters-find-voice/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 15:55:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[In the news]]></category>

		<guid isPermaLink="false">http://ottawatenantsconference.ca/?p=91</guid>
		<description><![CDATA[Aedan Helmer Saturday Sun &#8211; News &#8211; March 17, 2007 With rent on the rise, vacancy rates plummeting and no end in sight to Ontario&#8217;s housing crisis, organizers of Ottawa&#8217;s first Tenants&#8217; Conference hope to give renters a voice. The all-day conference will be held at City Hall on march 24, featuring presentations from tenants&#8217; [...]]]></description>
			<content:encoded><![CDATA[<h6>Aedan Helmer</h6>
<h6>Saturday Sun &#8211; News &#8211; March 17, 2007 </h6>
<p>With rent on the rise, vacancy rates plummeting and no end in sight to Ontario&#8217;s housing crisis, organizers of Ottawa&#8217;s first Tenants&#8217; Conference hope to give renters a voice.</p>
<p>The all-day conference will be held at City Hall on march 24, featuring presentations from tenants&#8217; rights groups, politicians and legal counsellors.<br />
<span id="more-91"></span></p>
<h3>Empower them</h3>
<p>&#8220;Tenants have not been given the information they need on how to deal with situations with their landlords, or with the city,&#8221; said conference organizer Rob MacDonald. &#8220;The purpose of the conference is to help empower them with that information.&#8221;</p>
<p>At the conference, tenants will receive legal advice on issues ranging from rent increases to eviction. They will also be encouraged to become politically mobilized to curb a trend that has seen vacancy rates in Ottawa steadily decline since 1995.</p>
<p>&#8220;I don&#8217;t think that city councillors are actually paying attention to the trend, and it&#8217;s getting worse. I don&#8217;t think they are aware of the consequences, that we are losing this affordable housing,&#8221; said Sandra Bender, an Ottawa resident invited to speak at the conference.</p>
<p>&#8216;Tenants have not been given the information they need on how to deal with situations&#8230;&#8217; Rob MacDonald</p>
<p>Bender led a group that brought Commvesco-Levinson Viner before a tribunal when the real estate giant converted her downtown apartment into luxury suites, forcing tenants out.</p>
<p>Toronto City Coun. Michael Walker will also make a presentation, focusing on tenants&#8217; advocacy groups, which have played a part in keeping that city&#8217;s rental rates under control.</p>
<p>Walker has won a seat in nine consecutive municipal elections, advocating for tenants&#8217; rights since entering politics in 1982.</p>
<p>&#8220;(Tenants) have a voice,&#8221; said Walker. &#8220;They may not have the organizing power and the power of money like developers and landlords, but they have the power in the ballot box.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://ottawatenantsconference.ca/2010/conference-to-help-renters-find-voice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tenants Make Security Plea</title>
		<link>http://ottawatenantsconference.ca/2010/tenants-make-security-plea/</link>
		<comments>http://ottawatenantsconference.ca/2010/tenants-make-security-plea/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 15:47:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ottawatenantsconference.ca/?p=83</guid>
		<description><![CDATA[Wheelchair-bound Ottawa Housing tenant Lana Wong says she routinely puts up with loud neighbours, break-ins and seen at least one death threat.

"It goes right through your head," she said of the noise. "All your picture frames fall down, your dogs howl, your babies wake up and even the cockroaches run out of the house."]]></description>
			<content:encoded><![CDATA[<h6>Ottawa Sun &#8211; Sunday, Nov 29, 2009</h6>
<h6>Doug Hempstead, Sun Media, doug.hempstead@sunmedia.ca</h6>
<h3>
Organization key to rights says activist</h3>
<p>Wheelchair-bound Ottawa Housing tenant Lana Wong says she routinely puts up with loud neighbours, break-ins and seen at least one death threat.</p>
<p>&#8220;It goes right through your head,&#8221; she said of the noise. &#8220;All your picture frames fall down, your dogs howl, your babies wake up and even the cockroaches run out of the house.&#8221;</p>
<p>She and several dozen other tenants gathered at City Hall yesterday to voice their concerns and learn about their rights in the third annual Ottawa Tenants&#8217; Conference.</p>
<p>The main focus of the event was supposed to be financial &#8211; but most of the frustrated tenants, like Wong, wanted answers of safety and security.<br />
<span id="more-83"></span></p>
<h3>
Kicking in window<br />
</h3>
<p>&#8220;Perfect example was last night,&#8221; said Beausoleil Tenants&#8217; Association member Susan Spencer. &#8220;(I) had someone in my backyard, trying to kick in my window. I called security and security says we don&#8217;t have anybody.&#8221;</p>
<p>Senior Greg Gauthier, of the Blackburn Hamlet Community Association, said he&#8217;s been having success fighting crime in suburbia by partnering with police.</p>
<p>&#8220;We&#8217;ve got down to two break-ins this year and we&#8217;ve got the drug dealers out. Its a lot of work,&#8221; he said.</p>
<p>Spencer sees Gauthier&#8217;s success story as an example of non-community housing tenants &#8211; like those in Blackburn Hamlet getting more attention due to what she perceives as discrimination.</p>
<p>If that&#8217;s the case, Housing Help tenant advocate Rob MacDonald said, tenants need to organize to fight for their rights.</p>
<p>&#8220;People in social housing have just as much a concern about who their neighbours are and the kind of environment they want to raise their children in as anyone else,&#8221; he said.</p>
<p>The solution to crime and social housing, he added, can&#8217;t only be found through evictions, but through meetings like yesterday&#8217;. He said a unified tenant voice calling for more addiction centres would be a big step toward curbing crime in social housing.</p>
<p>But MacDonald sees finances as a bigger issue. He said tenants also don&#8217;t bring their voice to taxation issues like the proposed harmonized sales tax, because many of them don&#8217;t see property taxes as an issue that affects them.</p>
<p>&#8220;Tenants actually pay 70% more property taxes than a homeowner in a comparable unit,&#8221; he said. &#8220;That&#8217;s a message we want to get out to tenants is these issues do affect them.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://ottawatenantsconference.ca/2010/tenants-make-security-plea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talk</title>
		<link>http://ottawatenantsconference.ca/2010/talk/</link>
		<comments>http://ottawatenantsconference.ca/2010/talk/#comments</comments>
		<pubDate>Fri, 28 May 2010 17:48:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ottawatenantsconference.ca/?p=31</guid>
		<description><![CDATA[We believe everyone deserves to have a say in the decisions that affect their lives, and as key players, tenants must lead the transformation in developing policy and solutions. We envision rental communities where tenants live in adequate, affordable, safe housing, free from anxiety, oppression, and discrimination. Through education, support and sharing of best practices, [...]]]></description>
			<content:encoded><![CDATA[<h3>We believe everyone deserves to have a say in the decisions that affect their lives, and as key players, tenants must lead the transformation in developing policy and solutions.</h3>
</p>
<p>
We envision rental communities where tenants live in adequate, affordable, safe housing, free from anxiety, oppression, and discrimination. Through education, support and sharing of best practices, we seek to strengthen tenants’ voices to win housing improvements and develop positive, healthy communities.</p>
<p>
Part of the conference is to provide a year-round forum to discuss issues that pertain to tenants in Ottawa. You can read about issues, comment, and interact with other tenants at the <a href="http://ottawatenantsconference.blogspot.com/">Ottawa Tenants Conference Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ottawatenantsconference.ca/2010/talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Registration &amp; Signup</title>
		<link>http://ottawatenantsconference.ca/2010/join/</link>
		<comments>http://ottawatenantsconference.ca/2010/join/#comments</comments>
		<pubDate>Fri, 28 May 2010 17:35:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ottawatenantsconference.ca/?p=32</guid>
		<description><![CDATA[The 5th Ottawa Tenants Conference is open to both tenants who live on the private market and those who live in social housing. Click here to Register 110 Laurier Avenue West City Hall (Andrew Haydon Hall) Saturday September 10th, 2011 9am-3pm Admission is free It will be held in Andrew Haydon Hall at 110 Laurier [...]]]></description>
			<content:encoded><![CDATA[<h3>The 5th Ottawa Tenants Conference is open to both tenants who live on the private market and those who live in social housing.</h3>
<p><a href="http://ottawatenantsconference.ca/2011/registration/">Click here to Register</a></p>
<h4>110 Laurier Avenue West<br />
City Hall (Andrew Haydon Hall)<br />
Saturday September 10th, 2011<br />
9am-3pm<br />
Admission is free</h4>
<p>It will be held in Andrew Haydon Hall at 110 Laurier Avenue West. Admission is free and lunch is provided. Bus tickets and a limited number of daycare subsidies are also available on a first come, first served basis. In addition, each participant will receive a Tenant Kit which contains information about tenants’ rights, community resources available when they’re having problems with their housing, and information about trends and issues affecting tenants in Ottawa.</p>
]]></content:encoded>
			<wfw:commentRss>http://ottawatenantsconference.ca/2010/join/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Act</title>
		<link>http://ottawatenantsconference.ca/2010/act/</link>
		<comments>http://ottawatenantsconference.ca/2010/act/#comments</comments>
		<pubDate>Fri, 28 May 2010 17:29:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ottawatenantsconference.ca/2010/act/</guid>
		<description><![CDATA[As a tenant of Ottawa, you can be active participant in the community as a tenant. You can do this by attending the conference which will help you become familiar with the tools and information that address individual housing problems. By increasing your knowledge, you will be able to identify best practices of other associations. [...]]]></description>
			<content:encoded><![CDATA[<h3>
As a tenant of Ottawa, you can be active participant in the community as a tenant.</h3>
</p>
<p>You can do this by attending the conference which will help you become familiar with the tools and information that address individual housing problems. By increasing your knowledge, you will be able to identify best practices of other associations. You can also assist tenants in building networks and alliances with other tenants and allies. By helping both your fellow tenants and the organizations involved, you can identify gaps in services that could enhance the quality of life for all tenants in Ottawa.</p>
]]></content:encoded>
			<wfw:commentRss>http://ottawatenantsconference.ca/2010/act/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Know</title>
		<link>http://ottawatenantsconference.ca/2010/know/</link>
		<comments>http://ottawatenantsconference.ca/2010/know/#comments</comments>
		<pubDate>Fri, 28 May 2010 17:27:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ottawatenantsconference.ca/?p=27</guid>
		<description><![CDATA[As a tenant of Ottawa, you are entitled to know what it legal means to be a tenant, what your rights are, and what possible violations of those rights could be. The goal of the Ottawa Tenants Conference is to address the imbalance of power that exists between landlords and tenants by providing a safe [...]]]></description>
			<content:encoded><![CDATA[<h3>
As a tenant of Ottawa, you are entitled to know what it legal means to be a tenant, what your rights are, and what possible violations of those rights could be.</h3>
</p>
<p>The goal of the Ottawa Tenants Conference is to address the imbalance of power that exists between landlords and tenants by providing a safe environment to engage tenants in dialogue. We strive to reduce the isolation tenants experience in dealing with their housing problems by bringing them together collectively and empowering them to advocate for themselves. We provide education to tenants about structural legislation and systemic policy so they have a better understanding of the broader guiding principles and the decisions at a higher level that impact on their lives.</p>
<p><a href="http://ottawatenantsconference.ca/2010/top10-ottaw/">Learn about the Top Ten Tenant issues in Ottawa</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ottawatenantsconference.ca/2010/know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Tenant Facts in Ottawa</title>
		<link>http://ottawatenantsconference.ca/2010/top10-ottaw/</link>
		<comments>http://ottawatenantsconference.ca/2010/top10-ottaw/#comments</comments>
		<pubDate>Mon, 17 May 2010 15:22:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http:/?p=1</guid>
		<description><![CDATA[According to the latest Census data, tenants comprise 40% of Ottawa households. Tenants pay 1.7% more in property taxes through their rents than homeowners of comparable units, even though tenants have approximately half the income. Ottawa lost 143 units through demolitions in 2009. In early, 2010, approximately 200 tenants were permanently displaced due to a [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>According to the latest Census data, <strong>tenants comprise 40% of Ottawa households</strong>.
<li><strong>Tenants pay 1.7% more in property taxes</strong> through their rents than homeowners of comparable units, even though tenants have approximately half the income.
<li>Ottawa <strong>lost 143 units</strong> through demolitions in 2009. In early, 2010, approximately <strong>200 tenants were permanently displaced</strong> due to a rash of fires.
<li>There were more than <strong>69,000 eviction applications</strong> filed at the Landlord and Tenant Board in 2008, mostly <strong>tenants struggling to pay unfair rents.</strong>
<li>Rental units built after 1991 are <strong>exempt from rent control</strong>. Market rate units in social housing are also exempt from rent provisions.
<li>In the mid 1990’s, the Provincial Government cancelled funding to tenant advocacy groups. In Ottawa, the Federation of Ottawa Carleton Tenants’ Associations, The Ottawa Council of Low Income Support Services, and the Ottawa Tenant Council all <Strong>lost funding</strong>.
<li>Landlords are well organized through organizations such as the Ottawa Region Landlords Association, Eastern Ontario Landlords Organization, and the Fair Rental Policy Organization. Conversely, <strong>tenants have no formal structure to have their voices heard.</strong> This creates an imbalance during consultation processes.
<li>According to Canada Mortgage and Housing Corporation, the local vacancy rate is 1.5 per cent. Analysts agree that a <strong>‘healthy’ vacancy rate is 3 per cent.</strong> Without rent control on vacant units, landlords can charge whatever they want since tenants have less choice. It also gives landlords more incentive to evict tenants as a way to raise rents.
<li>Since 1995, <strong>only 9% of new housing built was rental housing</strong>, but this doesn’t keep pace with the number of units lost through demolition, conversion, or renovations (see number 3).
<li>When the vacancy rate rises above 3% for two consecutive years, landlords can apply to have rental units converted to condominiums. During the period of 2004 and 2005, when the vacancy rate rose above 3 per cent, <strong>there were 681 conversions of rental units to condominiums</strong>.<br />
]]></content:encoded>
			<wfw:commentRss>http://ottawatenantsconference.ca/2010/top10-ottaw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

