document.write(''); function getURLParam(strParamName){ var strReturn = ""; var strHref = window.location.href; if ( strHref.indexOf("?") > -1 ){ var strQueryString = strHref.substr(strHref.indexOf("?")).toLowerCase(); var aQueryString = strQueryString.split("&"); for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){ if ( aQueryString[iParam].indexOf(strParamName.toLowerCase() + "=") > -1 ){ var aParam = aQueryString[iParam].split("="); strReturn = aParam[1]; break; } } } return unescape(strReturn); } function readCookie(name) { var nameEQ = name + '='; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function replaceAll(oldStr,findStr,repStr) { var srchNdx = 0; var newStr = ""; while (oldStr.indexOf(findStr,srchNdx) != -1) { newStr += oldStr.substring(srchNdx,oldStr.indexOf(findStr,srchNdx)); newStr += repStr; srchNdx = (oldStr.indexOf(findStr,srchNdx) + findStr.length); } newStr += oldStr.substring(srchNdx,oldStr.length); return newStr; } var strHref = window.location.href; document.write(''); document.write('
'); document.write('

Recent Presentations

 

Wuetherick, B., Braul, B., Daniels, J., McClean, A., Varnhagen, S. and Foth, D. (June 3, 2008).  Computer-assisted language learning in non-traditional higher education learning environments.  Canadian Society for the Study of Higher Education Annual Conference.  Vancouver.

 

Boechler, P. M., Foth, D. and Watchorn, R.  (2007). Educational technology research with older adults:  Adjustments in protocol, materials and procedures.  Educational Gerontology, 33(3), 221 – 235.

Thompson, G. and Foth, D. (2005). Cognitive-training programs for older adults: What are they and can they enhance mental fitness? Educational Gerontology, 31(8), 603-626.

Foth, D., Kerr, S. and Strathy, K. (May 31, 2005). Not Just Aging but Aging Well. 53rd Annual Conference of the Canadian Association for University Continuing Education. St. John’s.

Foth, D., Thompson, G., Anderson, D. and Matheos, K. (May 31, 2005). Exemplary Programs – A CACE Study. 53rd Annual Conference of the Canadian Assocation for University Continuing Education. St. John’s.


'); document.write('
'); document.write('
SimpleCMS | '); document.write('Subscribe to RSS | '); document.write('Texty
'); document.write('');