Skip to main content

Home/ ETAP640/ Group items tagged ajax

Rss Feed Group items tagged

Maria Guadron

Definition of Social Work | IFSW - 0 views

  • Send me updates var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email'; 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 = 'http://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 script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'http://downloads.mailchimp.com/js/jquery.form-n-validate.js'; head.appendChild(script); 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; } 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://ifsw.us4.list-manage2.com/subscribe/post-json?u=2ba1006fc5fe4f46217ba1378&id=f1659bc18d&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 { this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value; } }); }); 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); } } } Definition of Social Work Definition* The social work profession promotes social change, problem solving in human relationships and the empowerment and liberation of people to enhance well-being. Utilising theories of human behaviour and social systems, social work intervenes at the points where people interact with their environments. Principles of human rights and social justice are fundamental to social work. Commentary Social work in its various forms addresses the multiple, complex transactions between people and their environments. Its mission is to enable all people to develop their full potential, enrich their lives, and prevent dysfunction. Professional social work is focused on problem solving and change. As such, social workers are change agents in society and in the lives of the individuals, families and communities they serve. Social work is an interrelated system of values, theory and practice. Values Social work grew out of humanitarian and democratic ideals, and its values are based on respect for the equality, worth, and dignity of all people. Since its beginnings over a century ago, social work practice has focused on meeting human needs and developing human potential. Human rights and social justice serve as the motivation and justification for social work action. In solidarity with those who are dis-advantaged, the profession strives to alleviate poverty and to liberate vulnerable and oppressed people in order to promote social inclusion. Social work values are embodied in the profession’s national and international codes of ethics. Theory Social work bases its methodology on a systematic body of evidence-based knowledge derived from research and practice evaluation, including local and indigenous knowledge specific to its context. It recognises the complexity of interactions between human beings and their environment, and the capacity of people both to be affected by and to alter the multiple influences upon them including bio-psychosocial factors. The social work profession draws on theories of human development and behaviour an
  •  
    The International Federation of Social Workers updated its 1982 definition of the social work profession, a dynamic and evolving field. Social Work values multiple types of knowledge, including empirical knowledge and indigenous knowledge.
efleonhardt

Microsoft Educator Network - Hot Topics : Personalized Learning : Flipped Learning: tec... - 0 views

  • . Understanding the details of the world in which a learner lives allows the learner to the ability to shape and manipulate that world to his advantage. Content mastery must be accompanied by healthy relationships in a learning community that fosters curiosity within learners. Focusing only upon content can lead to a cold, rote learning environments; spending all our energies on relationships can be done at the expense of content mastery; and developing curious learners without strong relationships can lead to learning in isolation. Essentially, the flipped learning approach allows teachers to spark interest, provide initial exposure, and deliver content through easy to make teacher created video so class time can be used to foster healthy relationships and engage students in higher levels of cognition to help ignite curiosity. Simply using video as a teaching tool will not fundamentally change a classroom. But rethinking how class time can be used for things other than direct instruction and lectures will transform a classroom from a teacher-centered instructional environment to a learner-centered laboratory of learning. Flipped learning is a transitional tool for teachers who know they want to move the attention away from themselves and on to student-centered learning. Flipped learning is not an end, but a means to greater teaching and deeper learning. You can read more about Flipped Learning in our upcoming book: Flipped Learning: Gateway to Student Achievement which can be pre-ordered here: Jonathan Bergmann &amp; Aaron Sams Flipped Learning, Gateway to Student Achievement, Bergmann, Sams piln.hottopic.onPostDisplayInLineLoaded(); Pictures and videos var thumbRatio = [1, 1]; $(function () { initializeGallery('/Gallery/Media/', '138408f4-616a-4cc9-ab2c-9e7543cf50e4') }); Cover of Jon Bergmann &amp; Aaron Sams' book: Flipped Learning $('.galleryDescription').hide(); $('#bigImage').load(function () { var newHeight = $('#bigImage').height() + $('.galleryDescription').height() + 60; if (newHeight < 360) { newHeight = 360; } $('#progressbar').hide('blind', {}, 300); $('#loading').animate({ height: newHeight + 'px' }, 300); $(this).fadeIn('slow'); }); $('.galleryDescription').fadeIn('slow'); gallery created by Jon Bergmann {{if error}} ${name} ${sizef} Error: {{if error === 1}}File exceeds upload_max_filesize (php.ini directive) {{else error === 2}}File exceeds MAX_FILE_SIZE (HTML form directive) {{else error === 3}}File was only partially uploaded {{else error === 4}}No File was uploaded {{else error === 5}}Missing a temporary folder {{else error === 6}}Failed to write file to disk {{else error === 7}}File upload stopped by extension {{else error === 'maxFileSize'}}}The resolution of this image is too big {{else error === 'minFileSize'}}The resolution of this image is a little small. The minimum size is 160x160 {{else error === 'minResolutionSize'}}The resolution of this image is a little small. The minimum size is 160x160 {{else error === 'tooWide'}}This image is too wide for our gallery to display correctly. You will need to replace it with something that is proportional to your monitor. {{else error === 'tooTall'}}This image is too tall for our gallery to display correctly. You will need to replace it with something that is proportional to your monitor. {{else error === 'acceptFileTypes'}}Filetype not allowed {{else error === 'maxNumberOfFiles'}}Max number of files exceeded {{else error === 'uploadedBytes'}}Uploaded bytes exceed file size {{else error === 'emptyResult'}}Empty file upload result {{else}}${error} {{/if}} {{else}} {{if thumbnail_url}} {{/if}} {{/if}} {{if type === 'image'}} ${description} $('.galleryDescription').hide(); $('#bigImage').load(function () { var newHeight = $('#bigImage').height() + $('.galleryDescription').height() + 60; if (newHeight < 360) { newHeight = 360; } $('#progressbar').hide('blind', {}, 300); $('#loading').animate({ height: newHeight + 'px' }, 300); $(this).fadeIn('slow'); }); $('.galleryDescription').fadeIn('slow'); {{html ""}} {{else}} ${description}
  • a situation in which lower order thinking is removed from whole-class teaching time and placed upon the individual regardless of whether video or any other technologies are being used.
  • Content is important in that it is the structure upon which learning is built
  • ...2 more annotations...
  • Content mastery must be accompanied by healthy relationships in a learning community that fosters curiosity within learners.
  • so class time can be used to foster healthy relationships and engage students in higher levels of cognition to help ignite curiosity
Anne de la Chapelle

Email Hosting, CRM, Project Management, Office Suite, Document Management and more - 0 views

  •  
    Zoho offers a suite of online web applications geared towards increasing your productivity and offering easy collaboration. Zoho's online office tools include a word processor, spreadsheet application, presentation tool, hosted wiki, notebook, CRM etc
1 - 3 of 3
Showing 20 items per page