<%@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 %> CM2 Outline
Barbara Gruber Online Courses for Teachers
100% Practical Ways to Save Time and Work
Course CM2
by Barbara Gruber, M.A. & Sue Gruber, M.A.

Copyrighted Material

Lesson 1 The #1 Time Saver-Being Organized
Discover the number one time saver-organization. We'll show you how to regain lost time. Learn how to get organized and stay that way!

Lesson 2 Organize Your Desk and Personal Workspace
Explore organizing command central-your desk! Identify the items to keep at your fingertips and ways to store other important items. Find out how to turn your desk into a workspace that is comfortable, efficient to use and personalized.

Lesson 3 Your Filing System and Correcting Students' Work-Paper Management Strategies That Work
Discover how to tame the paperwork in your life! Learn how to access and use ideas in your file cabinet. Learn how to streamline collecting, correcting and returning students' work.

Lesson 4 Organizing Your Teaching Materials
Learn ways to organize and store materials so they are instantly accessible. Don't lose a minute searching for the items that you need. Make your classroom a place that is well organized and runs smoothly.

Lesson 5 Help Students Get Organized and Stay Organized
Help children establish strong organizational skills and keep track of assignments, materials, projects and deadlines. Learn ways to establish routines that work for every student and save valuable classroom time.

Lesson 6 Save Time and Work All Through the Year
Discover ways to save time and work as you set up your classroom at the beginning of a new school year. Learn to keep your students engaged all through the year with ideas for easy-to-implement learning activities.

Lesson 7 Work Smarter, Not Harder
Find out how to meet the demands of teaching by learning to work smarter, not harder. Learn strategies for using volunteer helpers. Discover how working with other teachers can maximize the time you have at school for planning and preparing for lessons.

Lesson 8 Saving Time All Day, Every Day
Learn key ways to save time throughout the school day. Capture lost minutes when you are in the school office, at meetings, and away from your classroom. Find ways to make every minute count in your classroom, as well.

Lesson 9 Sanity Saving Strategies
Here's the help you need to deal with interruptions and extra duties. Learn to streamline getting ready for substitutes. Explore positive ways to deal with the frustrations that are inherent in teaching.
 

 
All rights reserved
Copyright 2006 - Barbara Gruber Courses for Teachers

<% Recordset1.Close() %>