Cork Education and Training Board. Programme Module for. Web Design. leading to. Level 4 FETAC

Size: px
Start display at page:

Download "Cork Education and Training Board. Programme Module for. Web Design. leading to. Level 4 FETAC"

Transcription

1 Crk Educatin and Training Bard Crk Educatin and Training Bard Prgramme Mdule fr Web Design leading t Level 4 FETAC February

2 Crk Educatin and Training Bard Intrductin This prgramme mdule may be delivered as a standalne mdule leading t certificatin in a FETAC minr award. It may als be delivered as part f an verall validated prgramme leading t a Level 4 FETAC Certificate. The teacher/tutr shuld familiarise themselves with the infrmatin cntained in Crk Educatin and Training Bard s prgramme descriptr fr the relevant validated prgramme prir t delivering this prgramme mdule. The prgramme mdule is structured as fllws: 1. Title f Prgramme Mdule 2. FETAC Cmpnent Title and Cde 3. Duratin in hurs 4. Credit Value f FETAC Cmpnent 5. Status 6. Special Requirements 7. Aim f the Prgramme Mdule 8. Objectives f the Prgramme Mdule 9. Learning Outcmes. Indicative Cntent 11. Assessment a. Assessment Technique(s) b. Mapping f Learning Outcmes t Assessment Technique(s) c. Guidelines fr Assessment Activities 12. Grading 13. Learner Marking Sheet(s), including Assessment Criteria Integrated Delivery and Assessment The teacher/tutr is encuraged t integrate the delivery f cntent where an verlap between cntent f this prgramme mdule and ne r mre ther prgramme mdules is identified.this prgramme mdule will facilitate the learner t develp language, literacy and numeracy skills relevant t the themes and cntent f the mdule. Likewise the teacher/tutr is encuraged t integrate assessment where there is an pprtunity t facilitate a learner t prduce ne piece f assessment evidence which demnstrates the learning utcmes frm mre than ne prgramme mdule. The integratin f the delivery and assessment f level 4 Cmmunicatins and level 4 Mathematics mdules with that f ther level 4 mdules is specifically encuraged. Structured cmmunicatin and teamwrk is encuraged between the teacher/tutr delivering this prgramme mdule and the language, literacy, numeracy and learning supprt teacher/tutr, as apprpriate, t facilitate the learner in cmpleting the prgramme mdule and achieving certificatin in the award. February

3 Crk Educatin and Training Bard Indicative Cntent The indicative cntent in Sectin des nt cver all teaching pssibilities. The teacher/tutr is encuraged t be creative in devising and implementing ther appraches, as apprpriate. The use f examples is there t prvide suggestins. The teacher/tutr is free t use ther examples, as apprpriate. The indicative cntent ensures all learning utcmes are addressed but it may nt fllw the same sequence as that in which the learning utcmes are listed in Sectin 9. It is the teacher s/tutr s respnsibility t ensure that all learning utcmes are included in the delivery f this prgramme mdule. February

4 Crk Educatin and Training Bard 1. Title f Prgramme Mdule Web Design 2. Cmpnent Name and Cde 3. Duratin in Hurs 0 Hurs 4. Credit Value Credits 5. Status This prgramme mdule may be cmpulsry r ptinal within the cntext f the validated prgramme. 6. Special Requirements Nne 7. Aim f the Prgramme Mdule This prgramme mdule aims t equip the learner with the knwledge, skill and cmpetence t design and cnstruct a basic website. 8. Objectives f the Prgramme Mdule T learn abut cnstructing a basic website, the terminlgy assciated with it, their functins and features. T be able t use a text editr t insert HTML tags, and create a webpage. T develp a webpage / website which has clear presentatin and prper use f clur (RGB) T develp a webpage / website which has easy t use navigatinal features T assist the learner t develp the language, literacy and numeracy skills related t Web Design thrugh the medium f the mdule themes and cntent T enable the learner t take respnsibility fr his/her wn learning. February

5 Crk Educatin and Training Bard 9. Learning Outcmes f Level 4 Learners will be able t: 1. Describe the structure f a webpage 2. Discuss the features f a gd website 3. Design a basic website t a maximum f tw pages 4. Insert basic HTML tags 5. Frmat text t include bld, italics, fnt size, fnt clur 6. Frmat page layut t include centre, backgrund clur and backgrund 7. Apply RGB clur system 8. Create rdered and unrdered lists 9. Insert hyperlinks, and images r graphics. Use a paper based system and a cmputer system t enter and retrieve data 11. Save webpage as HTML file 12. Preview webpage in internet brwser 13. Print finished website. February

6 Crk Educatin and Training Bard. Indicative Cntent This sectin prvides suggestins fr prgramme cntent but is nt intended t be prescriptive. The prgramme mdule can be delivered thrugh classrm based learning activities, grup discussins, ne-t-ne tutrials, field trips, case studies, rle play and ther suitable activities, as apprpriate. Indicative Cntent fr Sectin 1 here Sectin 1 : Web Design In rder t achieve the Learning Outcmes fr this prgramme, facilitate the learner t: Understand and demnstrate in their designs, the Basic Structure f a Web Page, including: The Dctype The Dcument Tree pening and clsing dcument elements in tabbed structure e.g. <html> <head> <title>page Title</title> </head> <bdy> </bdy> </html> html - Begins yur HTML dcument. head - Cntains infrmatin abut the page such as: title - which represents the dcument s title, it identifies what this dcument is. The cntent inside the title may be used t prvide a heading that appears in the brwser s title bar. base - URLs fr links r resurces n the page, and target windws in which t pen linked cntent link - refers t a resurce f sme kind, mst ften t a style sheet that prvides instructins abut hw t style the varius elements n the web page meta - prvides additinal infrmatin abut the page; fr example, which character encding the page uses, a summary f the page s cntent, instructins t search engines abut whether r nt t index cntent, and s n bject - represents a generic, multipurpse cntainer fr a media bject script - used either t embed r refer t an external script style - prvides an area fr defining embedded (page-specific) CSS styles All f the abve elements are ptinal and can appear in any rder within the February

7 Crk Educatin and Training Bard head. Bdy - This is where the bulk f the page is cntained. Everything that yu can see in the brwser windw is cntained inside this element, including paragraphs, lists, links, images, tables etc. Understand and apply gd design principles t website develpment, including: General Design: Cntent: Navigatin: Links: Websites must lk presentable with apprpriate use and placing f text, phts, headings, as well as ther graphic elements. A website shuld suit the purpse fr which it is made and the page style, themes, etc shuld remain the same thrughut the website. The rule f the thumb is websites must lad quickly. If the website takes t much time t lad, then it is cunted as a serius bad feature which discurages users frm visiting the website. It is imprtant t see t it that the backgrund clur des nt interrupt the readability f the cntent and the sequence f infrmatin is presented in the crrect manner. The fnt, fnt clur and fnt size are friendly t the reader. One f the recent features is, publishing cntent in the center f the page. Web pages that include paragraphs f web cntent in all caps/bld/italic/underlined/all-at-nce are seriusly cnsidered t be a bad feature. Each website has its wn navigatin theme which shuld be reflected thrughut the website. The Navigatin bars and buttns shuld be designed in such a manner that they are visible at first sight and enhance the user s experience f navigating the website. If a website has a lt f cmplicated frames embedded within it, then users will have t unnecessarily keep scrlling twice, thrice r even mre. Underlined links with a clur different frm the simple text and backgrund clur make it easy fr the user t understand that it is a link. The link must always remain live while at the same time, the links within the backgrund pages must always be visible t the user. Dead links cnstitute a bad design. February

8 Crk Educatin and Training Bard Graphics: Websites must have graphics with an ALT label and every graphic links shuld have a similar text link. Preferably, it is advisable t use small buttns. Websites must use graphics that lad fast. Large graphic files wuld take a lng time t lad if the user is using a slw Internet cnnectin. Brwser-safe clurs must be used within the graphics as well as backgrunds. T many graphics r animated graphics cunt as a bad feature and shuld be avided. Embed gd design principles and features int website design in rder t enhance a user s experience. Design a basic website t a maximum f tw pages. Create rdered and unrdered lists Insert hyperlinks, and images r graphics Understand the use f basic HTML tags and apply them t their website design fr example: Links Ordinary link: <a href=" ges here</a> Image-link: <a href=" src="url" alt="text" /></a> Mailt link: <a href="mailt:webmaster@example.cm">send </a> A named anchr: <a name="tips">tips Sectin</a> <a href="#tips">jump t the Tips Sectin</a> Heading Elements <h1>largest Heading</h1> <h2>... </h2> <h3>... </h3> <h4>... </h4> <h5>... </h5> <h6>smallest Heading</h6> Text Elements <p>this is a paragraph</p> <br /> (line break) <hr /> (hrizntal rule) <pre> prefrmatted</pre> <em>this text is emphasized</em> Unrdered list <ul> <li>item</li> <li>item</li> </ul> Ordered list <l> <li>first item</li> <li>secnd item</li> </l> Definitin list <dl> <dt>first term</dt> February

9 Crk Educatin and Training Bard <strng>this text is strng</strng> <dd>definitin</dd> <cde>cmputer cde</cde> <dt>next term</dt> <b>this text is bld</b> <dd>definitin</dd> <i>this text is italic</i> </dl> Other Elements <!-- This is a cmment --> <blckqute> Text quted frm a surce. </blckqute> <address> Written by??<br /> <a href="mailt:me@example.cm"> me</a><br /> Address:??<br /> Phne:?? </address> Tables <table brder="1"> <tr> <th>tableheader</th> <th>tableheader</th> </tr> <tr> <td>smetext</td> <td>smetext</td> </tr> </table> Frmat text t include bld, italics, fnt size, fnt clur etc. Use the html elements t frmat text fr example: <p> <fnt size="5" face="arial" clr="red"> This paragraph is in Arial, size 5, and in red text clr. </fnt> </p> Frmat page layut t include centre, backgrund clur and backgrund Use the html elements t frmat the page layut fr example: <bdy backgrund="" bgclr=""><center> <p>hell wrld</p> </center> </bdy> Understand and be able t demnstrate hw t: Save a webpage as HTML file February

10 Crk Educatin and Training Bard Preview a webpage in internet brwser Print a finished website. Describe what the RGB clur system is and apply the principles t web design Additive Clur System, Red - Green - Blue (RGB) This clur mdel is used in cmputer mnitrs, televisin sets, and theatre. This system applies nly t devices emplying light, such as cmputer mnitrs and televisin sets. Web clurs are clurs used in designing web pages, and the methds fr describing and specifying thse clurs. Hexadecimal clur cdes begin with a hash (#). Clurs may be specified as an RGB triplet in hexadecimal frmat (a hex triplet); they may als be specified accrding t their cmmn English names in sme cases e.g. "red, blue etc.". A hex triplet is a six-digit, three-byte hexadecimal number used in HTML & CSS, and ther cmputing applicatins, t represent clurs. The bytes represent the red, green and blue cmpnents f the clur e.g. #FFFFFF = White. Cmpare the use f paper based systems and cmputer systems t enter and retrieve data, the advantages/disadvantages f each and their applicatin Design a paper based system t stre a set f specified data Design a cmputer based system t stre the same data February 2013

11 Crk Educatin and Training Bard 11. Assessment 11a. Assessment Techniques Prject 0% 11b. Mapping f Learning Outcmes t Assessment Techniques In rder t ensure that the learner is facilitated t demnstrate the achievement f all learning utcmes frm the cmpnent specificatin; each learning utcme is mapped t an assessment technique(s). This mapping shuld nt restrict an assessr frm taking an integrated apprach t assessment. Learning Outcme Assessment Technique 1. Describe the structure f a webpage Prject 2. Discuss the features f a gd website Prject 3. Design a basic website t a maximum f tw pages Prject 4. Insert basic HTML tags Prject 5. Frmat text t include bld, italics, fnt size, fnt clur Prject 6. Frmat page layut t include centre, backgrund clur and backgrund Prject 7. Apply RGB clur system Prject 8. Create rdered and unrdered lists Prject 9. Insert hyperlinks, and images r graphics Prject. Use a paper based system and a cmputer system t enter and retrieve data. Prject 11. Save webpage as HTML file Prject 12. Preview webpage in internet brwser Prject 13. Print finished website. Prject February

12 Crk Educatin and Training Bard 11c. Guidelines fr Assessment Activities The assessr is required t devise assessment briefs and marking schemes fr the Prject. In devising the assessment briefs, care shuld be taken t ensure that the learner is given the pprtunity t shw evidence f achievement f ALL the learning utcmes. Assessment briefs may be designed t allw the learner t make use f a wide range f media in presenting assessment evidence, as apprpriate. Quality assured prcedures must be in place t ensure the reliability f learner evidence. Prject 0% The prject will be cmpleted ver a perid f 3 t 6 Weeks Evidence fr this assessment technique may take the frm f written, ral, graphic, audi, visual r digital evidence, r any cmbinatin f these (select as apprpriate). Any audi, vide r digital evidence must be prvided in a suitable frmat. All instructins fr the learner must be clearly utlined in an assessment brief. Using nly a text editr fr example (Ntepad, Textpad); Design a prject brief t create a website fr example (with hbbies and interests) and als t write a reprt. The website shuld include the fllwing: 2 pages with wrking internal links t and frm hme page. Include a clur scheme with a backgrund clur r image. Include external links, ne that includes text and anther fr an image. Include images apprpriate size fr page. Create rdered and unrdered lists. Frmat text t include bld, italics, fnt size, fnt clur. Thumbnail links t larger images if apprpriate. Captins/descriptins if necessary. Include links t related sites. Reprt t include: Describing the structure f their webpage / website. Discuss the features f a gd webpage / website. Print the finished reprt and website. 12. Grading Distinctin: 80% - 0% Merit: 65% - 79% Pass: 50% - 64% Unsuccessful: 0% - 49% At levels 4, 5 and 6 majr and minr awards will be graded. The grade achieved fr the majr award will be determined by the grades achieved in the minr awards. February

13 Crk Educatin and Training Bard Learner Marking Sheet Prject 0% Learner s Name: Learner s PPSN: Assessment Criteria 2 pages with wrking internal links t and frm hme page included. RGB Clur scheme with a backgrund clur r image included Use f external links, ne that includes text and anther fr an image. Use f images apprpriate size fr page. Ordered and unrdered lists created HTML tags inserted crrectly. Save the webpage as a HTML file Text frmatted t include bld, italics, fnt size, fnt clur. Maximum Mark Learner Mark Reprt shuld include the fllwing: Describing the structure f the webpage / website. Features f gd website discussed. Reprt and website printed. Sub -Ttal 75 5 Sub-Ttal 25 Ttal Mark 0 This is t state that the evidence presented in the attached prtfli is cmplete and is the wrk f the named learner. Assessr s Signature: Date: External Authenticatr s Signature: Date: February

Co. Cavan VEC. Programme Module for. Web Design. leading to. Level 4 FETAC. Web Design 4N1122

Co. Cavan VEC. Programme Module for. Web Design. leading to. Level 4 FETAC. Web Design 4N1122 C. Cavan VEC C. Cavan VEC Prgramme Mdule fr Web Design leading t Level 4 FETAC Web Design 4N1122 Web Design 4N1122 AMENDED APRIL 2013 1 C. Cavan VEC Intrductin This prgramme mdule may be delivered as a

More information

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 FETAC. Computer Applications 4N1112

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 FETAC. Computer Applications 4N1112 Crk Educatin and Training Bard Crk Educatin and Training Bard Prgramme Mdule fr Using Cmmn Cmputer Applicatins leading t Level 4 FETAC Cmputer Applicatins 4N1112 Cmputer Applicatins 4N1112 May 2012/June

More information

City of Dublin Education & Training Board. Programme Module for. Web Development. leading to. Level 6 QQI. Web Development 6N1277

City of Dublin Education & Training Board. Programme Module for. Web Development. leading to. Level 6 QQI. Web Development 6N1277 City f Dublin Educatin & Training Bard Prgramme Mdule fr Web Develpment leading t Level 6 QQI Versin 3 Intrductin This prgramme mdule may be delivered as a standalne mdule leading t certificatin in a QQI

More information

Recognition of Prior Learning (RPL) TAE40110 Certificate IV in Training and Assessment

Recognition of Prior Learning (RPL) TAE40110 Certificate IV in Training and Assessment Recgnitin f Prir Learning (RPL) TAE40110 Certificate IV in Training and Assessment What is RPL? RPL recgnises that yu may already have the skills and knwledge needed t meet natinal cmpetency standards.

More information

Hybrid Course Design and Instruction Guidelines

Hybrid Course Design and Instruction Guidelines Hybrid Curse Design and Instructin Guidelines Terminlgy There are n standard definitins fr what cnstitutes a hybrid curse, but sme generally accepted descriptins fllw. In nline learning literature (and

More information

Website Design Worksheet

Website Design Worksheet Website Design Wrksheet The mst crucial and imprtant part f having a website designed, r redesigned is t set gals and decide up frnt what yu want yur website t d. What is the purpse f yur new website?

More information

City of Dublin Education & Training Board. Programme Module for. Network Security. leading to. Level 6 QQI. Network Security 6N0720

City of Dublin Education & Training Board. Programme Module for. Network Security. leading to. Level 6 QQI. Network Security 6N0720 City f Dublin Educatin & Training Bard City f Dublin Educatin & Training Bard Prgramme Mdule fr Netwrk Security leading t Level 6 QQI Netwrk Security 6N0720 Netwrk Security 6N0720 City f Dublin Educatin

More information

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are:

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are: COE: Hybrid Curse Request fr Prpsals The gals f the Cllege f Educatin Hybrid Curse Funding Prgram are: T supprt the develpment f effective, high-quality instructin that meets the needs and expectatins

More information

Adding Slideshare Presentations

Adding Slideshare Presentations Blackbard 9.1 Quick Start Guide Adding Slideshare Presentatins Slideshare presentatins can be added t curse cntent frm tw different lcatins: the Build Cntent area in Cntent mdules and mst text areas thrughut

More information

Business Continuity Management Systems Foundation Training Course

Business Continuity Management Systems Foundation Training Course Certificatin criteria fr Business Cntinuity Management Systems Fundatin Training Curse CONTENTS 1. INTRODUCTION 2. LEARNING OBJECTIVES 3. ENABLING OBJECTIVES KNOWLEDGE & SKILLS 4. TRAINING METHODS 5. COURSE

More information

AP Capstone Digital Portfolio - Teacher User Guide

AP Capstone Digital Portfolio - Teacher User Guide AP Capstne Digital Prtfli - Teacher User Guide Digital Prtfli Access and Classrm Setup... 2 Initial Lgin New AP Capstne Teachers...2 Initial Lgin Prir Year AP Capstne Teachers...2 Set up Yur AP Capstne

More information

Qualification Specification Level 3 Award in Effective Auditing and Inspection Skills

Qualification Specification Level 3 Award in Effective Auditing and Inspection Skills www.highfieldabc.cm Qualificatin Specificatin Level 3 Award in Effective Auditing and Inspectin Skills Highfield Place Unit 15 Shaw Wd Business Park Shaw Wd Way Wheatley Hills Dncaster Suth Yrkshire DN2

More information

PBS TeacherLine Course Syllabus

PBS TeacherLine Course Syllabus 1 Title Fstering Cperative Learning, Discussin, and Critical Thinking in Elementary Math (Grades 1-5) Target Audience This curse is intended fr pre-service and in-service grades 1-5 teachers. Curse Descriptin

More information

TRAINING GUIDE. Crystal Reports for Work

TRAINING GUIDE. Crystal Reports for Work TRAINING GUIDE Crystal Reprts fr Wrk Crystal Reprts fr Wrk Orders This guide ges ver particular steps and challenges in created reprts fr wrk rders. Mst f the fllwing items can be issues fund in creating

More information

NOVA COLLEGE-WIDE COURSE CONTENT SUMMARY ITE 170 - MULTIMEDIA SOFTWARE (3 CR.)

NOVA COLLEGE-WIDE COURSE CONTENT SUMMARY ITE 170 - MULTIMEDIA SOFTWARE (3 CR.) Revised 8/2012 NOVA COLLEGE-WIDE COURSE CONTENT SUMMARY ITE 170 - MULTIMEDIA SOFTWARE (3 CR.) Curse Descriptin Explres technical fundamentals f creating multimedia prjects with related hardware and sftware.

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

Usability and Website Design. Aaron Ruggiero. When designing websites, users should be the main focus throughout the

Usability and Website Design. Aaron Ruggiero. When designing websites, users should be the main focus throughout the Usability and Website Design Aarn Ruggier When designing websites, users shuld be the main fcus thrughut the website design prcess. When an expert designs a website their creatin will seem simple t them.

More information

Chris Chiron, Interim Senior Director, Employee & Management Relations Jessica Moore, Senior Director, Classification & Compensation

Chris Chiron, Interim Senior Director, Employee & Management Relations Jessica Moore, Senior Director, Classification & Compensation TO: FROM: HR Officers & Human Resurces Representatives Chris Chirn, Interim Senir Directr, Emplyee & Management Relatins Jessica Mre, Senir Directr, Classificatin & Cmpensatin DATE: May 26, 2015 RE: Annual

More information

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff IT Quick Reference Guides Using Outlk 2011 fr Mac fr Faculty and Staff Outlk Guides This guide cvers using Outlk 2011 fr Mac fr SU faculty and staff n campus cmputers. This des nt cver using Outlk 2011

More information

Developing Your Professional Portfolio

Developing Your Professional Portfolio Cntact Infrmatin: Phne: (703) 677 3400 Fax: (703) 205 7645 Email: inf@uncfsp.rg Website: www.uncfsp.rg Develping Yur Prfessinal Prtfli WHAT IS A PROFESSIONAL PORTFOLIO A prfessinal prtfli is an rganized

More information

Getting Started Guide

Getting Started Guide AnswerDash Resurces http://answerdash.cm Cntextual help fr sales and supprt Getting Started Guide AnswerDash is cmmitted t helping yu achieve yur larger business gals. The utlined pre-launch cnsideratins

More information

Army DCIPS Employee Self-Report of Accomplishments Overview Revised July 2012

Army DCIPS Employee Self-Report of Accomplishments Overview Revised July 2012 Army DCIPS Emplyee Self-Reprt f Accmplishments Overview Revised July 2012 Table f Cntents Self-Reprt f Accmplishments Overview... 3 Understanding the Emplyee Self-Reprt f Accmplishments... 3 Thinking Abut

More information

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3 EEC Single Sign In (SSI) Applicatin The EEC Single Sign In (SSI) Single Sign In (SSI) is the secure, nline applicatin that cntrls access t all f the Department f Early Educatin and Care (EEC) web applicatins.

More information

Undergraduate Degree Program Assessment Progress Report Cover Sheet

Undergraduate Degree Program Assessment Progress Report Cover Sheet Undergraduate Degree Prgram Assessment Prgress Reprt Cver Degree: BA Prfessinal and Technical Writing Fr Calendar Year: 2014 (Date submitted t cllege cmmittee:) 2-20-2015 (Date psted n cllege assessment

More information

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide HarePint HelpDesk fr SharePint Fr SharePint Server 2010, SharePint Fundatin 2010 User Guide Prduct versin: 14.1.0 04/10/2013 2 Intrductin HarePint.Cm (This Page Intentinally Left Blank ) Table f Cntents

More information

ICT50415 - Diploma of Information Technology Networking

ICT50415 - Diploma of Information Technology Networking ICT50415 - Diplma f Infrmatin Technlgy Netwrking 1. Aims T prvide the skills and knwledge fr an individual t manage, as an independent ICT specialist r as part f a team, the installatin f a range f netwrks,

More information

CCHIIM ICD-10 Continuing Education Requirements for AHIMA Certified Professionals (& Frequently Asked Questions for Recertification)

CCHIIM ICD-10 Continuing Education Requirements for AHIMA Certified Professionals (& Frequently Asked Questions for Recertification) CCHIIM ICD-10 Cntinuing Educatin Requirements fr AHIMA Certified Prfessinals (& Frequently Asked Questins fr Recertificatin) The transitin t ICD-10-CM and ICD-10-PCS is anticipated t imprve the capture

More information

CSS Vocabulary and Grammar Basics

CSS Vocabulary and Grammar Basics CSS Vcabulary and Grammar Basics CSS Stands fr Cascading Style Sheet CSS is a language system that allws yu t define the presentatin f elements in HTML The Presentatin f HTML elements has tw aspects t

More information

How to put together a Workforce Development Fund (WDF) claim 2015/16

How to put together a Workforce Development Fund (WDF) claim 2015/16 Index Page 2 Hw t put tgether a Wrkfrce Develpment Fund (WDF) claim 2015/16 Intrductin What eligibility criteria d my establishment/s need t meet? Natinal Minimum Data Set fr Scial Care (NMDS-SC) and WDF

More information

UTO Training Bb Discussion Boards. Technical Assistance: Website: http://help.asu.edu Help Desk Phone: 855.278.5080 (24/7 support) Instruction

UTO Training Bb Discussion Boards. Technical Assistance: Website: http://help.asu.edu Help Desk Phone: 855.278.5080 (24/7 support) Instruction Bb Discussin Bards Technical Assistance: Website: http://help.asu.edu Help Desk Phne: 855.278.5080 (24/7 supprt) Instructin 1. Discussin Bard Basics Instructrs can create frums fr the curse r fr Grups

More information

GENERAL EDUCATION. Communication: Students will effectively exchange ideas and information using multiple methods of communication.

GENERAL EDUCATION. Communication: Students will effectively exchange ideas and information using multiple methods of communication. Prcedure 3.12 (f) GENERAL EDUCATION General educatin unites cllege students frm diverse areas by adding breadth and depth t their prgrams f study. General educatin cncepts, framewrks, and/r patterns f

More information

Grant Application Writing Tips and Tricks

Grant Application Writing Tips and Tricks Grant Applicatin Writing Tips and Tricks Grants are prvided by gvernment (lcal, state and natinal), charitable trusts, and by cmmunity rganisatins (eg Ltteries, Rtary, etc). Each grant has a specific purpse,

More information

Mobile Device Manager Admin Guide. Reports and Alerts

Mobile Device Manager Admin Guide. Reports and Alerts Mbile Device Manager Admin Guide Reprts and Alerts September, 2013 MDM Admin Guide Reprts and Alerts i Cntents Reprts and Alerts... 1 Reprts... 1 Alerts... 3 Viewing Alerts... 5 Keep in Mind...... 5 Overview

More information

THE FACULTY OF LAW AND SOCIAL SCIENCES. Department of Economics and Department of Development Studies

THE FACULTY OF LAW AND SOCIAL SCIENCES. Department of Economics and Department of Development Studies Appendix G REC 25 May 2011 THE FACULTY OF LAW AND SOCIAL SCIENCES Department f Ecnmics and Department f Develpment Studies PROGRAMME SPECIFICATIONS FOR THE DEGREES OF MPHIL AND PHD IN INTERNATIONAL DEVELOPMENT

More information

CLIENT PORTAL GUIDE SUMMARY

CLIENT PORTAL GUIDE SUMMARY CLIENT PORTAL GUIDE SUMMARY Using the CISI nline prtal is simple. Just g t www.culturalinsurance.cm and fllw the steps belw. As the grup administratr, simply g t the green mycisi buttn n the tp f the page

More information

CCHIIM ICD-10 Continuing Education Requirements for AHIMA Certified Professionals (& Frequently Asked Questions for Recertification)

CCHIIM ICD-10 Continuing Education Requirements for AHIMA Certified Professionals (& Frequently Asked Questions for Recertification) CCHIIM ICD-10 Cntinuing Educatin Requirements fr AHIMA Certified Prfessinals (& Frequently Asked Questins fr Recertificatin) The transitin t ICD-10-CM and ICD-10-PCS is anticipated t imprve the capture

More information

Assessment of Learning Report Computer Science CPM Fall 2008 Spring 2010

Assessment of Learning Report Computer Science CPM Fall 2008 Spring 2010 Assessment f Learning Reprt Cmputer Science CPM Fall 2008 Spring 2010 AAS DEGREE: Multimedia and Web Design I. Intrductin and Backgrund Missin Statements St. Charles Cmmunity Cllege: St. Charles Cmmunity

More information

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet Custm Prtlets an unbiased review f the greatest Practice CS feature ever Andrew V. Gamet Descriptin In Practice CS, the firm can use any f the fur dashbards t quickly display relative infrmatin. The Firm,

More information

Title IV Refund Policy (R2T4)

Title IV Refund Policy (R2T4) Title IV Refund Plicy (R2T4) Charter Oak State Cllege s revised Refund Plicy cmplies with the amended 34 CFR Sectin 668.22 f the Higher Educatin Amendment f 1998. This plicy reflects new regulatins that

More information

Bakersfield College Program Review Annual Update

Bakersfield College Program Review Annual Update Bakersfield Cllege Prgram Review Annual Update I. Prgram Infrmatin: Prgram Name: Prgram Type: Instructinal Nn Instructinal Prgram Missin Statement: The missin f the Bakersfield Cllege Human Services Prgram

More information

Standards and Procedures for Approved Master's Seminar Paper or Educational Project University of Wisconsin-Platteville Requirements

Standards and Procedures for Approved Master's Seminar Paper or Educational Project University of Wisconsin-Platteville Requirements Standards and Prcedures fr Apprved Master's Seminar Paper r Educatinal Prject University f Wiscnsin-Platteville Requirements Guidelines Apprved by the Graduate Cuncil University f Wiscnsin-Platteville

More information

Change Management Process

Change Management Process Change Management Prcess B1.10 Change Management Prcess 1. Intrductin This plicy utlines [Yur Cmpany] s apprach t managing change within the rganisatin. All changes in strategy, activities and prcesses

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

ITIL V3 Planning, Protection and Optimization (PPO) Certification Program - 5 Days

ITIL V3 Planning, Protection and Optimization (PPO) Certification Program - 5 Days ITIL V3 Planning, Prtectin and Optimizatin (PPO) Certificatin Prgram - 5 Days Prgram Overview The ITIL Intermediate Qualificatin: Planning, Prtectin and Optimizatin (PPO) Certificate is a free-standing

More information

OCR LEVEL 2 CAMBRIDGE TECHNICAL

OCR LEVEL 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT SETTING UP AN IT NETWORK M/601/3274 LEVEL 2 UNIT 6 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 SETTING UP AN IT NETWORK

More information

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors Using Sentry-g Enterprise/ASPX fr Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, February, 2014 http://www.sentry-g.cm Be Practive, Nt Reactive! Intrductin Sentry-g Enterprise Reprting is a self-cntained

More information

JOINT BOARD OF MODERATORS GUIDELINES FOR CHECKING OUTPUT STANDARDS OF DEGREE PROGRAMMES

JOINT BOARD OF MODERATORS GUIDELINES FOR CHECKING OUTPUT STANDARDS OF DEGREE PROGRAMMES JOINT BOARD OF MODERATORS GUIDELINES FOR CHECKING OUTPUT STANDARDS OF DEGREE PROGRAMMES 1. Intrductin 1.1 These Guidelines are fr higher educatin institutins (r ther educatinal establishments) prviding

More information

D11.6 Project Web Site Report

D11.6 Project Web Site Report Grant Agreement Number 216487 Integrated Cgnitive Assistive & Dmtic Cmpanin Rbtic Systems fr Ability & Security Cllabrative Prject ICT-2007.7.1 ICT and ageing published by the CmpaninAble Cnsrtium Versin:

More information

Projects Director Report Guidelines. IPMA Level A

Projects Director Report Guidelines. IPMA Level A Prjects Directr Reprt Guidelines IPMA Level A Cntents 1. GENERAL PROVISIONS.. 2 2. PROJECT PORTFOLIO / PROGRAMME DESCRIPTION...2 3. PROJECTS DIRECTOR REPORT 5 4. ANNEXES..7 Authr Classificatin Status Electrnic

More information

THE CUSTOMER SUPPORT KNOWLEDGE BASE FAQ

THE CUSTOMER SUPPORT KNOWLEDGE BASE FAQ THE CUSTOMER SUPPORT KNOWLEDGE BASE FAQ What is the Knwledge Base? - The Knwledge Base (r KB) is a searchable database in which different dcument types f technical dcumentatin are aggregated. These vary

More information

University of Toronto Interprofessional Education Curriculum/Program

University of Toronto Interprofessional Education Curriculum/Program University f Trnt Interprfessinal Educatin Curriculum/Prgram The University f Trnt (UT), building n its rich histry f interprfessinal educatin (IPE), develped an IPE curriculum fr eleven f its health science

More information

CSE 231 Fall 2015 Computer Project #4

CSE 231 Fall 2015 Computer Project #4 CSE 231 Fall 2015 Cmputer Prject #4 Assignment Overview This assignment fcuses n the design, implementatin and testing f a Pythn prgram that uses character strings fr data decmpressin. It is wrth 45 pints

More information

Budget Planning. Accessing Budget Planning Section. Select Click Here for Budget Planning button located close to the bottom of Program Review screen.

Budget Planning. Accessing Budget Planning Section. Select Click Here for Budget Planning button located close to the bottom of Program Review screen. Budget Planning Accessing Budget Planning Sectin Select Click Here fr Budget Planning buttn lcated clse t the bttm f Prgram Review screen. Depending n what types f budgets yur prgram has, yu may r may

More information

Environmental Science

Environmental Science Envirnmental Science Rbert Fuhrman rfuhrman@cvenantschl.rg 434.220.7335 Curse Descriptin: This curse is an interdisciplinary apprach t the study f Earth s ecsystems and the interactins f man with the natural

More information

Job Classification Details Department Job Function Job Family Job Title Job Code Salary Level

Job Classification Details Department Job Function Job Family Job Title Job Code Salary Level Jb Classificatin Details Department Jb Functin Jb Family Jb Title Jb Cde Salary Level Chief Diversity Office Marketing, Cmmunicatins, & Outreach Cmmunicatin/Cnstituent Relatins Cmmunicatins Crdinatr PMP1

More information

Hinsdale High School. Hinsdale, New Hampshire. Topics/Activities/Content Standards Assessment/Skills

Hinsdale High School. Hinsdale, New Hampshire. Topics/Activities/Content Standards Assessment/Skills Hinsdale High Schl Hinsdale, New Hampshire Teacher: C. Hyer Curse Name: Web Design Objective: Students will learn hw t design Web sites. Included are site planning, page layut, graphic design and the use

More information

Best Practice - Pentaho BA for High Availability

Best Practice - Pentaho BA for High Availability Best Practice - Pentah BA fr High Availability This page intentinally left blank. Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database

More information

Licensing Windows Server 2012 R2 for use with virtualization technologies

Licensing Windows Server 2012 R2 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents

More information

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM?

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? City University f Seattle recgnizes that learning ccurs in many different ways and under varied circumstances. As a result, the University

More information

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES REFERENCES AND RELATED POLICIES A. UC PPSM 2 -Definitin f Terms B. UC PPSM 12 -Nndiscriminatin in Emplyment C. UC PPSM 14 -Affirmative

More information

Cost Allocation Methodologies

Cost Allocation Methodologies Cst Allcatin Methdlgies Helping States Determine Equitable Distributin f Sftware Develpment Csts t Benefiting Prgrams Over the System Develpment Lifecycle CAM-TOOL User Guide May 2004 Updated December

More information

ITIL Service Offerings & Agreement (SOA) Certification Program - 5 Days

ITIL Service Offerings & Agreement (SOA) Certification Program - 5 Days ITIL Service Offerings & Agreement (SOA) Certificatin Prgram - 5 Days Prgram Overview ITIL is a set f best practices guidance that has becme a wrldwide-adpted framewrk fr Infrmatin Technlgy Services Management

More information

ITIL Release Control & Validation (RCV) Certification Program - 5 Days

ITIL Release Control & Validation (RCV) Certification Program - 5 Days ITIL Release Cntrl & Validatin (RCV) Certificatin Prgram - 5 Days Prgram Overview ITIL is a set f best practices guidance that has becme a wrldwide-adpted framewrk fr Infrmatin Technlgy Services Management

More information

Training Script: Documenting Provider

Training Script: Documenting Provider Training Script: Dcumenting Prvider Training Script: Dcumenting Prvider Agenda Item Intrductin Lg int Cmputer EMR Mdule Desktp Mdule Review Desktp and EMR in Meditech Test CPOE Sessin 1 Discussin Intrduce

More information

Website Redesign Knowledge Transfer Document Academic Personnel Services - California State University, Fresno

Website Redesign Knowledge Transfer Document Academic Personnel Services - California State University, Fresno Website Design by Rbin Buttn email Phne: 559.287.9076 FAX: 559.447.1669 Dcument Date: April 22, 2007 Website Redesign Knwledge Transfer Dcument Academic Persnnel Services - Califrnia State University,

More information

The Preparation of Expert Reports to be Used in a Civil Lawsuit: A Guideline for the Expert Witness

The Preparation of Expert Reports to be Used in a Civil Lawsuit: A Guideline for the Expert Witness The Preparatin f Expert Reprts t be Used in a Civil Lawsuit: A Guideline fr the Expert Witness by Nigel Kent Clark Wilsn LLP tel. 604.643.3135 npk@cwilsn.cm with revisins made in 2011 by Raman Jhal Clark

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v14.0.1.0 Page 1 f 16 Intrductin Serv-U

More information

WORKING WITH THE PROFESSIONAL ELECTRONIC PORTFOLIO TEMPLATE (EPT) TECHNICAL INSTRUCTIONS

WORKING WITH THE PROFESSIONAL ELECTRONIC PORTFOLIO TEMPLATE (EPT) TECHNICAL INSTRUCTIONS WORKING WITH THE PROFESSIONAL ELECTRONIC PORTFOLIO TEMPLATE (EPT) TECHNICAL INSTRUCTIONS 2013 Vanderbilt University. All rights reserved. Inquiries: Center fr Advanced Practice Nursing (615) 322-4664 T:\Prjects\Electrnic

More information

Revised October 27, 2011 Page 1 of 6

Revised October 27, 2011 Page 1 of 6 Keystne STARS Accreditatin Applicatin Philsphy The Keystne STARS prgram is Pennsylvania s QRIS which began in 2002. There are fur quality levels frm STAR 1 t STAR 4, each level building n the prir levels;

More information

Montana Acquisition & Contracting System (emacs) emacs Handbook. Vendor Registration and Data Management

Montana Acquisition & Contracting System (emacs) emacs Handbook. Vendor Registration and Data Management Mntana Acquisitin & Cntracting System (emacs) emacs Handbk Vendr Registratin and Data Management Welcme The purpse f this emacs Handbk fr Vendr Registratin and Data Management is t prvide vendrs with the

More information

Duration of job. Context and environment: (e.g. dept description, region description, organogram)

Duration of job. Context and environment: (e.g. dept description, region description, organogram) Rle Prfile Jb Descriptin Jb Title Ref n: Prgramme Manager, Services fr Internatinal Educatin Marketing Directrate r Regin East Asia Department/Cuntry Indnesia Lcatin f pst Jakarta Pay Band G Reprts t Senir

More information

A Holistic Education for Secondary School Students - LEAPS 2.0

A Holistic Education for Secondary School Students - LEAPS 2.0 A Hlistic Educatin fr Secndary Schl Students - LEAPS 2.0 A hlistic educatin prvides students with a brad and deep fundatin fr lifelng learning. This includes learning nt just in the academic areas. Equally

More information

Chalkable Classroom For Students

Chalkable Classroom For Students Chalkable Classrm Fr Students Abut This Dcument This dcument cntains an verview f the Chalkable Classrm Hme Prtal, which is used by students. Table f Cntents Chalkable Classrm Fr Students 1 Abut This Dcument...1

More information

Developing Expertise as Coaches of Teachers

Developing Expertise as Coaches of Teachers Develping Expertise as Caches f Teachers Presented by: Elaine M. Bukwiecki, Ed.D. Assciate Prfessr f Literacy Educatin Presented at: 11 th Internatinal Writing Acrss the Curriculum Cnference Savannah,

More information

Principles of Engagement with Universities providing accredited Actuarial Science programmes

Principles of Engagement with Universities providing accredited Actuarial Science programmes The Actuarial Prfessin Principles f Engagement with Universities prviding accredited Actuarial Science prgrammes 1. What is an accredited actuarial science prgramme? Accreditatin f university prgrammes

More information

Welcome to Microsoft Access Basics Tutorial

Welcome to Microsoft Access Basics Tutorial Welcme t Micrsft Access Basics Tutrial After studying this tutrial yu will learn what Micrsft Access is and why yu might use it, sme imprtant Access terminlgy, and hw t create and manage tables within

More information

Stage 2 Meaningful Use - Core Measure 12 Patient Reminders Configuration Guide

Stage 2 Meaningful Use - Core Measure 12 Patient Reminders Configuration Guide Enterprise EHR Stage 2 Meaningful Use - Cre Measure 12 Patient Reminders Cnfiguratin Guide Last Updated: Nvember 8, 2013 Cpyright 2013 Allscripts Healthcare, LLC. www.allscripts.cm MU Cre 12 Send Patient

More information

LeadStreet Broker Guide

LeadStreet Broker Guide RE/MAX f Western Canada LeadStreet Brker Guide Ver. 2.0 Revisin Histry Name Date Versin Descriptin Tamika Anglin 09/04/13 1.0 Initial Creatin Tamika Anglin 11/05/13 2.0 Inclusin f instructins n reprting

More information

A. Name. B. School district and building(s) List all that apply. C. Current assignment. D. Teaching license/certificate number

A. Name. B. School district and building(s) List all that apply. C. Current assignment. D. Teaching license/certificate number Educatr Standards Bard T. MASTER TEACHER RENEWAL APPLICATION SECTION I: Candidate Infrmatin A. Name B. Schl district and building(s) List all that apply C. Current assignment D. Teaching license/certificate

More information

STIClassroom Win Rosters, Attendance, Lesson Plans and Textbooks

STIClassroom Win Rosters, Attendance, Lesson Plans and Textbooks STIClassrm Win Rsters, Attendance, Lessn Plans and Textbks Student Class Rster T access the student class rster, click the icn in the Classrm desktp. Frm the Rster screen, teachers may access the items

More information

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest:

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest: PrQuest Accessing PrQuest Access t the Ashwrth Cllege Online Library service is free and prvided upn enrllment. T access PrQuest: 1. G t http://www.ashwrthcllege.edu/student/resurces/enterlibrary.html

More information

Tipsheet: Sending Out Mass Emails in ApplyYourself

Tipsheet: Sending Out Mass Emails in ApplyYourself GEORGETOWN GRADUATE SCHOOL Tipsheet: Sending Out Mass Emails in ApplyYurself In ApplyYurself (AY), it is very simple and easy t send a mass email t all f yur prspects, applicants, r students with applicatins

More information

CSAT Account Management

CSAT Account Management CSAT Accunt Management User Guide March 2011 Versin 2.1 U.S. Department f Hmeland Security 1 CSAT Accunt Management User Guide Table f Cntents 1. Overview... 1 1.1 CSAT User Rles... 1 1.2 When t Update

More information

By Melissa Akers teaching4him @ gmail.com Holbrook SDA Indian School Grades 5&6

By Melissa Akers teaching4him @ gmail.com Holbrook SDA Indian School Grades 5&6 Mney Management By Melissa Akers teaching4him @ gmail.cm Hlbrk SDA Indian Schl Grades 5&6 Descriptin Students will learn mney management skills by participatin in a unit n classrm ecnmy. Students will

More information

Integrating With incontact dbprovider & Screen Pops

Integrating With incontact dbprovider & Screen Pops Integrating With incntact dbprvider & Screen Pps incntact has tw primary pints f integratin. The first pint is between the incntact IVR (script) platfrm and the custmer s crprate database. The secnd pint

More information

This page provides help in using WIT.com to carry out the responsibilities listed in the Desk Aid Titled Staffing Specialists

This page provides help in using WIT.com to carry out the responsibilities listed in the Desk Aid Titled Staffing Specialists This page prvides help in using WIT.cm t carry ut the respnsibilities listed in the Desk Aid Titled Staffing Specialists 1. Assign jbs t yurself G t yur hme page Click n Yur Center has new jb pstings r

More information

CRT205: CRITICAL THINKING

CRT205: CRITICAL THINKING CRT205: CRITICAL THINKING COURSE SYLLABUS Curse Start Date: 7/23/12 Curse End Date: 9/23/12 Cpyright Cpyright 2012, 2009, 2007, 2006 by University f Phenix. All rights reserved. University f Phenix is

More information

Responsive Design Fundamentals Chapter 1: Chapter 2: name content

Responsive Design Fundamentals Chapter 1: Chapter 2: name content Lynda.cm Respnsive Design Fundamentals Chapter 1: Intrducing Respnsive Design Respnsive design is a design strategy that is centered n designing yur cntent s that it respnds t the envirnment its encuntered

More information

Virtual Meetings and Virtual Teams Using Technology to Work Smarter

Virtual Meetings and Virtual Teams Using Technology to Work Smarter http://www.psu.edu/president/pia/innvatin/ INNOVATION INSIGHT SERIES NUMBER 9 Virtual Meetings and Virtual Teams Using Technlgy t Wrk Smarter Yu need t have a meeting. Sme f the peple yu d like t include

More information

Guidelines on Data Management in Horizon 2020

Guidelines on Data Management in Horizon 2020 Guidelines n Data Management in Hrizn 2020 Versin 1.0 11 December 2013 Guidelines n Data Management in Hrizn 2020 Versin 16 December 2013 Intrductin In Hrizn 2020 a limited pilt actin n pen access t research

More information

HeartCode Information

HeartCode Information HeartCde Infrmatin Hw t Access HeartCde Curses... 1 Tips fr Cmpleting Part 1 the nline curse... 5 HeartCde Part 2... 6 Accessing a Cmpleted Curse... 7 Frequently Asked Questins... 8 Hw t Access HeartCde

More information

Required Articles Cervone, H. F. (2004). How not to run a digital library project. OCLC Systems & Services, OCLC Syst. Serv. (UK), 20(4), 162-6.

Required Articles Cervone, H. F. (2004). How not to run a digital library project. OCLC Systems & Services, OCLC Syst. Serv. (UK), 20(4), 162-6. Curse Syllabus Curse Title Prject Management fr LIS Semester Summer 2009 Curse Number LIS 590MGL Instructr Kevin Trainr Catalg Descriptin Prject management skills are essential fr LIS practitiners wh want

More information

Create a Non-Catalog Requisition

Create a Non-Catalog Requisition Create a Nn-Catalg Requisitin Jb Aid This jb aid describes hw t create a standard nn-catalg (i.e., nn-ibuynu) purchase request. REFER TO ADDITIONAL TRAINING GUIDES If yu need t create a special requisitin

More information

learndirect Test Information Guide The National Test in Adult Numeracy

learndirect Test Information Guide The National Test in Adult Numeracy learndirect Test Infrmatin Guide The Natinal Test in Adult Numeracy 1 Cntents The Natinal Test in Adult Numeracy: Backgrund Infrmatin... 3 What is the Natinal Test in Adult Numeracy?... 3 Why take the

More information

1 Last updated: 12/11/12

1 Last updated: 12/11/12 Overview: Online Curse Delivery Factrs In a face-t-face curse, all instructin takes place in the classrm. The learning management system (LMS, e.g., Mdle/LATTE) may be used t huse supplemental curse materials

More information

FINANCE SCRUTINY SUB-COMMITTEE

FINANCE SCRUTINY SUB-COMMITTEE REPORT FOR: PERFORMANCE AND FINANCE SCRUTINY SUB-COMMITTEE Date f Meeting: 6 January 2015 Subject: Staff Survey and Sickness Absence Mnitring Results and Actin plans Respnsible Officer: Scrutiny Lead Member

More information

Date: 01/01/2015 Circular 0002/2015

Date: 01/01/2015 Circular 0002/2015 Rannóg Oideachais Múinteirí An Rinn Oideachais agus Scileanna Cr na Madadh Baile Átha Luain C. na hiarmhí Teacher Educatin Sectin Department f Educatin and Skills Crnamaddy Athlne C. Westmeath Date: 01/01/2015

More information

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel An HP PrCurve Netwrking Applicatin Nte Traffic mnitring n PrCurve switches with sflw and InMn Traffic Sentinel Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk diagram... 3 4. sflw cnfiguratin

More information