Illinois Emergency Management Agency  
IEMA logo

Pat Quinn, Governor
" strSideMenu = strSideMenu & "" Next strSideMenu = strSideMenu & "" End If %>

IEMA Links

Director Monken
Disaster Preparedness, Response & Recovery
Mitigation
Training & Exercises
Annual Reports & Publications
Laws & Regulations
News
Freedom of Information
Interoperable Communications
[Search Tips]
Quick Nav:  

   Training  


DEVELOPING VOLUNTEER RESOURCES

Professional Development Series (PDS) Course

This one-day course is designed to improve the participant's abilities to deal with a wide range of issues in managing volunteers. The course addresses:

  • identification of tasks that require volunteer services
  • skill definition and specification of qualifications
  • publicity and recruitment
  • skill development and maintenance
  • motivation strategy that promotes continued involvement
  • quality performance
  • use of volunteers during a disaster
  • reviewing volunteer programs for effectiveness

This course is for the managers of volunteers, not for the volunteers.

THIS COURSE HAS BEEN SHORTENED TO ONE DAY FROM ITS ORIGINAL TWO DAY FORMAT. TO SUCCESSFULLY COMPLETE THIS COURSE, BOTH THE CLASSROOM PORTION AND THE CORRESPONDING INDEPENDENT STUDY COURSE MUST BE COMPLETED. THE INDEPENDENT STUDY COURSE IS AVAILABLE BY ACCESSING FEMA'S WEBSITE . AFTER RECEIVING YOUR COMPLETION CERTIFICATE, PLEASE SEND A COPY TO IEMA, 110 E. ADAMS, SPRINGFIELD, ILLINOIS 62701-1109 SO IT CAN BE ADDED TO YOUR OFFICIAL TRANSCRIPT. FOLLOWING THE RECEIPT OF THE INDEPENDENT STUDY CERTIFICATE AND COMPLETION OF THE CLASSROOM PORTION, YOUR COURSE CERTIFICATE WILL BE MAILED TO YOU. AT THIS POINT THE COURSE WILL BE ACCEPTED FOR BOTH THE PDS AND THE IPEM PROGRAM.

Please note: Applications for courses will be accepted up to 1 day prior to the course date.
However, the cutoff date for lodging is 7 days prior to class.

If you want to learn more about the Training Program or are interested in attending a specific course, please contact the IEMA Regional Coordinator serving your county. Registration must be made in advance to attend any course. An application can be obtained from the IEMA Regional Coordinator or by downloading in pdf format .

Get Acrobat Reader

<% Function GetActiveCourses() Dim arrSessions, xmlhttp, dom, url, node, i, j '*************************************************************************** 'set up call to the web service for Last Updated date '*************************************************************************** 'Set xmlhttp = Server.CreateObject("Microsoft.XMLHTTP") Set xmlhttp = Server.CreateObject("Msxml2.ServerXMLHTTP.3.0") Set dom = Server.CreateObject("Microsoft.XMLDOM") url = "http://tier2.iema.state.il.us/Training/Training.asmx/GetWebMenu" 'set option to ignore SSL errors const SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS = 13056 Call xmlhttp.setOption(2, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS) 'call web service Call xmlhttp.Open("GET", url, False) Call xmlhttp.send 'Parse xml result dom.Load(xmlhttp.responseBody) Set node = dom.SelectSingleNode("//string") 'did we get a response back from the server? If not node is nothing then 'yes - convert the xml to an array dom.LoadXML(node.text) 'Did we find any records for the search criteria? If not dom.SelectSingleNode("//NewDataSet/Table") is nothing then Set rows = dom.SelectNodes("//NewDataSet/Table") For i = 0 To rows.length - 1 ReDim Preserve arrItems(2,i) For j = 0 to rows(i).childNodes.length - 1 arrItems(j,i) = rows(i).childNodes(j).text Next Next 'clean up your mess set doc = nothing set xmlhttp = nothing GetActiveCourses = arrItems Else 'clean up your mess set doc = nothing set xmlhttp = nothing End If Else 'clean up your mess set doc = nothing set xmlhttp = nothing End If End Function arrCourses = GetActiveCourses() If IsArray(arrCourses) Then strSideMenu = "
" 'strSideMenu = strSideMenu & "
" strSideMenu = strSideMenu & "" For i = LBound(arrCourses,2) To UBound(arrCourses,2) 'strSideMenu = strSideMenu & "
" & arrCourses(1,i) & "
<%=strSideMenu%>

Training/Exercises

Calendar
Exercise Information
FEMA Independent Study Program
Additional Independent Study Training Opportunities
Illinois Professional Emergency Manager Program
Illinois Professional Development Series
2012 IEMA Conference
Out-of-State Training Opportunities
Hazardous Materials Training Webpage
School & Campus Security Training
ICS 300 & 400 Training
FEMA Higher Education Project

Offered Courses

Copyright © IEMA Site Map | Disclaimer | Illinois Privacy Info | Kids Privacy | Web Accessibility | Plug-Ins | Webmaster