<%@LANGUAGE="VBSCRIPT"%> <% ' *** Restrict Access To Page: Grant or deny access to this page MM_authorizedUsers="" MM_authFailedURL="../../Default.asp" MM_grantAccess=false If Session("MM_Username") <> "" Then If (true Or CStr(Session("MM_UserAuthorization"))="") Or _ (InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then MM_grantAccess = true End If End If If Not MM_grantAccess Then MM_qsChar = "?" If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&" MM_referrer = Request.ServerVariables("URL") if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString() MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer) Response.Redirect(MM_authFailedURL) End If %> <% Dim Recordset1__svUsername Recordset1__svUsername = "%" if (Session("MM_Username") <> "") then Recordset1__svUsername = Session("MM_Username") %> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_dbGruber_STRING Recordset1.Source = "SELECT RegTemp, Email FROM gogruber.Customers WHERE Email = '" + Replace(Recordset1__svUsername, "'", "''") + "' Update Set RegTemp = "RW1"" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> <% Recordset1.RegTemp = "RW1" Recordset1.update %> CM1 Outline
Barbara Gruber Online Courses for Teachers
Maximize Learning with Positive Behavior Strategies
Course CM1
by Barbara Gruber, M.A. & Sue Gruber, M.A.

Copyrighted Material

Lesson 1 Setting the Stage for Positive Behavior
Learn how to take charge of the factors that you can control so you have less work to do. Discover ways to boost your enthusiasm and to rediscover the joy of teaching.

Lesson 2 Create a Positive Learning Environment
Find ways to make the physical set-up of your classroom positively influence the way children work. Learn how to boost the level of cooperation in your classroom.

Lesson 3 Maximizing Learning Time
Discover how to teach just about anything using the format for a "perfect lesson." Use it to teach skills and classroom routines.

Lesson 4 Listening and Following Directions
The children who excel in school are good listeners and able to follow directions. Find out how to help all students learn to listen well and to be active learners.

Lesson 5 Helping Children Develop Independence and Responsibility
Here is the help you need to change children's behavior patterns from dependence to independence. Help your students learn self-direction and self-control.

Lesson 6 Engage Children in Learning Activities
Learn how to deal with the problem of children who race through their work and say, "I'm done." Behavior problems begin when students are not actively engaged. Make your classroom a place where children are always involved in learning.

Lesson 7 Strategies for Individual Behavior Management
Find out how to manage disruptive children in positive ways. Learn specific behavior management strategies that work with the different personality types found in your classroom.

Lesson 8 Strategies for Whole Class Behavior Management
Learn key strategies to eliminate behavior problems before they start.
Gain a variety of ways to manage behavior so your classroom is a positive place for students to work and learn.

Lesson 9 Classroom Harmony and Conflict Resolution
Bring complaints about teasing and tattling to a halt with the methods discussed in this lesson. Discover ways to use class meetings to boost cooperation and to solve problems.
 

 
All rights reserved
Copyright 2006 - Barbara Gruber Courses for Teachers

<% Recordset1.Close() %>