var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
"); document.write("ESL/EFL Articles- Learning Methodology
"); document.write("Updated :
"); document.write("
"); document.title=document.title+ " - ESL/EFL Articles- Learning Methodology"; document.title=document.title+ " "; arnews[0]="How Mnemonic Strategies Can Improve a Child's Memory Skills
"; arnews[0] += "What's one of the things all successful students have in common? The can memorize easily. They remember the facts and details of battles in history, the formulas in math and the unending list of elements in science. So what can you do to help your child develop memory strategies that can instantly help them be more successful in school?"; arnews[0] += "
Author : Jim Sarris"; arnews[0] += "
"; arnews[1]="What Is The Value Of Homework
"; arnews[1] += "Assigning homework serves various educational needs. It serves as an intellectual discipline, establishes study habits, eases time constraints on the amount of curricular material that can be covered in class, and supplements and reinforces work done in school. In addition, it fosters student initiative, independence, and responsibility and brings home and school closer together."; arnews[1] += "
Author : Brian Haley"; arnews[1] += "
"; arnews[2]="Four Cognitive Skills for Successful Learning
"; arnews[2] += "The word "cognition" is defined as "the act of knowing" or "knowledge." Cognitive skills therefore refer to those skills that make it possible for us to know. It should be noted that there is nothing that any human being knows, or can do, that he has not learned."; arnews[2] += "
Author : Susan du Plessis"; arnews[2] += "
"; arnews[3]="Learning is a Lifestyle-Why You Can\\\'t Turn Your Back on Learning
"; arnews[3] += "In today's society, everyone must think about "Future Proofing" them selves. There was a time when leaving school marked the end of learning. Unfortunately, it's not like that today. What you know, understand and can do when you start work becomes quickly outdated."; arnews[3] += "
Author : Cathy Warschaw"; arnews[3] += "
"; arnews[4]="Using Brain Research to Solve Learning Problems Permanently
"; arnews[4] += "Tutors, learning centers, medication, and special resources have been used to help students with learning disabilities advance through school. Using brain research, a new learning technique can permanently solve learning problems so outside help will no longer be necessary to succeed academically."; arnews[4] += "
Author : Marco Antonio"; arnews[4] += "
"; totcount = 5; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); } document.write("
");document.write("
");