Coding with Scratch - First Steps

Size: px
Start display at page:

Download "Coding with Scratch - First Steps"

Transcription

1 Getting started Starting the Scratch program To start using Scratch go to the web page at scratch.mit.edu. Page 1 When the page loads click on TRY IT OUT. Your Scratch screen should look something like this: Sometimes the Tips or Help bar is showing when Scratch loads, if so you need to close it.

2 The map below shows the main areas of the screen. Page 2 The Stage is where your programs run, where you will see your scripts come to life. The Blocks Palette is where you find all the coding blocks. You drag these blocks onto the Scripts Area to build your code. The Sprite List shows all the Sprites in your program. You can add new sprites here and select the sprite that you want to write code for. The orange cat is a sprite. It will follow the instructions you create with the coding blocks. There are lots of other sprites to choose from and projects or games can have several sprites. The Backdrop List shows the backdrops (or backgrounds) for the stage. When Scratch starts up there is just a plain white backdrop but you can add others from the built in library or create your own.

3 Let s start coding Our first task is to create a simple program to make the cat sprite move across the stage. If they are not already showing, click the blue Motion button at the top of the Blocks Palette to show the Motion Blocks. Page 3 Start by clicking on the block and dragging it on the Scripts Area. Now each time you click on the block in the scripts area the cat will move forwards. Notice that you can click and drag a block when it is in the Scripts area and move it around to position it where you want. Also you can click and drag a block back to the Blocks Palette and it will be deleted.the number of steps shown in the white cut out is the number of steps the cat moves. Try changing the number of steps the cat moves to, say, 100.

4 Click on the block again and the cat moves a greater distance. Coding with Scratch - First Steps How about making the cat go backwards? Try changing the number of steps to -100 (minus 100). You will find that lots of the blocks have these white holes which you can click to change the value. Page 4 Dragging the cat sprite around If a sprite gets to the edge of the stage you can simply click on it and drag it back to the centre of the stage - or indeed any other position on the stage. Joining the blocks The blocks in Scratch are designed to lock together like pieces in a jigsaw so as to create a stack which is known as a script. When the script is run Scratch carries out the instructions block by block starting from the top. Blocks are joined by aligning them and bringing them close together until they automatically snap into place. We will join two blocks to make the cat to do two things move and then say Hello! First switch to the Looks Blocks by clicking the Looks button Click on the block and drag it onto the scripts area.

5 Page 5 When you click on the pair of blocks the script runs and the cat moves 10 steps and then says Hello!. Note that you can now drag the pair of blocks around the Scripts area as a single unit. If you want to separate the two blocks you need to drag the lower block away. Whenever you have a stack of blocks you can only separate them by dragging blocks away downwards. The Blocks Palette There are 10 colour coded sets of blocks. We use each set to do different things. Click on each colour to see all the individual blocks in that set.

6 Don t forget You can clear away blocks that you no longer need from the Scripts Area by simply dragging them back into the Blocks Palette. Page 6 Or you can right click on a block or a stack of blocks and select delete. Have a go yourself Dragging and joining blocks is at the heart of programming with Scratch. We will be looking at many of the blocks in other projects but for now it is worth spending some time just playing with the blocks to see what kinds of things you can get the cat to do. You won t break anything! Here are some examples of short programs you could try. For each program build the blocks as shown and then click on the stack of blocks to make the program run. Where there are values inside a block like the 10 in this changing the value just to see what happens. block, try experimenting with

7 We can make the cat go backwards by making the number of steps negative. So the following two blocks should make the cat go backwards and then forwards. Page 7 But when you click on these two blocks, nothing actually happens! The reason is that the cat moves so fast you cannot see it move, so let s add a yellow Wait block to slow everything down. Now when you click on the stack of blocks you will see the cat move backwards and then forwards.

8 The exploding cat. Page 8 The disappearing cat In this program we will make the cat disappear and then reappear in a different place. Don t forget If you run a program the cat may end up off the edge of the stage! You can move it back to the centre (or wherever you want) by clicking on the cat and dragging it into place.

9 Cat and Mouse And finally a simple game of Cat and Mouse. This program makes the Cat sprite follow the movements of your computer mouse around the stage. (Just to be clear, the mouse we are talking about here is the cursor/pointer of your computer mouse not a Scratch sprite!) Page 9 From the blue Motion palette drag a point towards block into the scripts area then click the dropdown menu and select mouse-pointer. Now add a second Motion block to make the sprite move 10 steps. When you click on this pair of blocks the cat sprite will turn to face your mouse pointer wherever it is on the screen and then move a short distance (10 steps) towards the pointer. But it only does this once each time we click the blocks. To make things more interesting we can make the cat continuously follow and move towards the mouse-pointer by repeating the instruction automatically. This is known as a loop and to achieve it we need to use a forever block. Switch to the control palette and drag a block onto the scripts area.

10 Now drag the forever block so that it encloses the two blue blocks and notice how the jaws of the forever block expand to accommodate the two blue blocks. Page 10 Once you see the white outline of the forever block appear just release your mouse and the blocks will snap into place like pieces of a jigsaw. Now when you click on the stack of three blocks the program will loop continuously and the cat will keep following the movements of your computer mouse. Try changing the number of steps from 10 to 3. This will make the cat move more slowly. If you want to stop the program running click on the red hexagon at the top right of the Stage. Creating a Scratch account and saving your work Make sure you get permission from your parent or carer before you create an account. A Scratch account can be used to save and share your work. To create an account visit scratch.mit.edu and click Join Scratch. You will need an address and to choose a user name and a password.

11 Alternatively you can save your work onto your computer. Page 11 Click the File menu at the top left of the screen. Select Download to your computer. And save the file somewhere where you will be able to find it later. When you want to work on your project again, click File and then Upload from your computer. What next? Now you are a coder! Take a look at some of the projects at our website codingformumsanddads.com and explore a lot more of the great things you can do with Scratch.

Coding with Scratch Popping balloons

Coding with Scratch Popping balloons Getting started If you haven t used Scratch before we suggest you first take a look at our project Coding with Scratch First Steps Page 1 Popping Balloons In this game the cat will move around the screen

More information

Workbook. Version 3. Created by G. Mullin and D. Carty

Workbook. Version 3. Created by G. Mullin and D. Carty Workbook Version 3 Created by G. Mullin and D. Carty Introduction... 3 Task 1. Load Scratch... 3 Task 2. Get familiar with the Scratch Interface... 3 Task 3. Changing the name of a Sprite... 5 Task 4.

More information

Scratch Lesson Plan. Part One: Structure. Part Two: Movement

Scratch Lesson Plan. Part One: Structure. Part Two: Movement Scratch Lesson Plan Scratch is a powerful tool that lets you learn the basics of coding by using easy, snap-together sections of code. It s completely free to use, and all the games made with scratch are

More information

Help the Scratch mascot avoid the space junk and return safely back to Earth! Start a new Scratch project. You can find the online Scratch editor at

Help the Scratch mascot avoid the space junk and return safely back to Earth! Start a new Scratch project. You can find the online Scratch editor at Space Junk Introduction Help the Scratch mascot avoid the space junk and return safely back to Earth! Step 1: Controlling the cat Let s allow the player to control the cat with the arrow keys. Activity

More information

Scratch. To do this, you re going to need to have Scratch!

Scratch. To do this, you re going to need to have Scratch! GETTING STARTED Card 1 of 7 1 These Sushi Cards are going to help you learn to create computer programs in Scratch. To do this, you re going to need to have Scratch! You can either download it and install

More information

Sketch Out the Design

Sketch Out the Design 9 Making an Advanced Platformer he first Super Mario Bros. game was introduced in 1985 and became Nintendo s greatest video game franchise and one of the most influential games of all time. Because the

More information

Hello Scratch! by Gabriel Ford, Sadie Ford, and Melissa Ford. Sample Chapter 3. Copyright 2018 Manning Publications

Hello Scratch! by Gabriel Ford, Sadie Ford, and Melissa Ford. Sample Chapter 3. Copyright 2018 Manning Publications SAMPLE CHAPTER Hello Scratch! by Gabriel Ford, Sadie Ford, and Melissa Ford Sample Chapter 3 Copyright 2018 Manning Publications Brief contents PART 1 SETTING UP THE ARCADE 1 1 Getting to know your way

More information

Scratch Jigsaw Method Feelings and Variables

Scratch Jigsaw Method Feelings and Variables Worksheets provide guidance throughout the program creation. Mind the following symbols that structure your work progress and show subgoals, provide help, mark and explain challenging and important notes

More information

Finch Robot: snap level 4

Finch Robot: snap level 4 Finch Robot: snap level 4 copyright 2017 birdbrain technologies llc the finch is a great way to get started with programming. we'll use snap!, a visual programming language, to control our finch. First,

More information

The City School. Learn Create Program

The City School. Learn Create Program Learn Create Program What is Scratch? Scratch is a free programmable toolkit that enables kids to create their own games, animated stories, and interactive art share their creations with one another over

More information

The Lost Treasures of Giza

The Lost Treasures of Giza The Lost Treasures of Giza *sniff* We tried our best, but they still got away! What will we do without Mitch s programming? Don t give up! There has to be a way! There s the Great Pyramid of Giza! We can

More information

Writing Simple Procedures Drawing a Pentagon Copying a Procedure Commanding PenUp and PenDown Drawing a Broken Line...

Writing Simple Procedures Drawing a Pentagon Copying a Procedure Commanding PenUp and PenDown Drawing a Broken Line... Turtle Guide Contents Introduction... 1 What is Turtle Used For?... 1 The Turtle Toolbar... 2 Do I Have Turtle?... 3 Reviewing Your Licence Agreement... 3 Starting Turtle... 3 Key Features... 4 Placing

More information

Virtual Dog Program in Scratch. By Phil code-it.co.uk

Virtual Dog Program in Scratch. By Phil code-it.co.uk Virtual Dog Program in Scratch By Phil Bagge @baggiepr code-it.co.uk How to use this planning Confident children could work independently through the instructions You could use the step by step guide to

More information

~~~***~~~ A Book For Young Programmers On Scratch. ~~~***~~~

~~~***~~~ A Book For Young Programmers On Scratch. ~~~***~~~ ~~~***~~~ A Book For Young Programmers On Scratch. Golikov Denis & Golikov Artem ~~~***~~~ Copyright Golikov Denis & Golikov Artem 2013 All rights reserved. translator Elizaveta Hesketh License Notes.

More information

Finch Robot: snap levels 1-3

Finch Robot: snap levels 1-3 Finch Robot: snap levels 1-3 copyright 2017 birdbrain technologies llc the finch is a great way to get started with programming. we'll use snap!, a visual programming language, to control our finch. First,

More information

User Manual. Senior Project Mission Control. Product Owner Charisse Shandro Mission Meow Cat Rescue and Adoptions, Inc.

User Manual. Senior Project Mission Control. Product Owner Charisse Shandro Mission Meow Cat Rescue and Adoptions, Inc. User Manual Senior Project Mission Control Product Owner Charisse Shandro Mission Meow Cat Rescue and Adoptions, Inc. Team The Parrots are Coming Eric Bollinger Vanessa Cruz Austin Lee Ron Lewis Robert

More information

1 Turtle Graphics Concepts

1 Turtle Graphics Concepts Transition from Scratch to Python using to Turtle Graphics Practical Sheet Contents 1 Turtle Graphics Concepts... 1 2 First Turtle Program... 1 3 Exploring More Turtle... 2 4 Control Structures in Python

More information

PENNVET BEHAVIOR APP Pet Owner Instructions

PENNVET BEHAVIOR APP Pet Owner Instructions PENNVET BEHAVIOR APP Pet Owner Instructions What is the PennVet App? Developed in partnership with Connect For Education, Inc. and the University of Pennsylvania School of Veterinary Medicine Center for

More information

Do the traits of organisms provide evidence for evolution?

Do the traits of organisms provide evidence for evolution? PhyloStrat Tutorial Do the traits of organisms provide evidence for evolution? Consider two hypotheses about where Earth s organisms came from. The first hypothesis is from John Ray, an influential British

More information

Supporting document Antibiotics monitoring Short database instructions for veterinarians

Supporting document Antibiotics monitoring Short database instructions for veterinarians Supporting document Antibiotics monitoring Short database instructions for veterinarians Content 1 First steps... 3 1.1 How to log in... 3 1.2 Start-screen... 4 1.3. Change language... 4 2 How to display

More information

Scratch. Copyright. All rights reserved.

Scratch. Copyright. All rights reserved. Scratch Copyright All rights reserved. License Notes. This book is licensed for your personal enjoyment only. This book may not be re-sold or given away to other people. If you would like to share this

More information

Geometry from Scratch

Geometry from Scratch Geometry from Scratch Dan Anderson Queensbury High School, Upstate NY dan@recursiveprocess.com @dandersod Presentation Key Teacher POV Black background Student POV White background What is Scratch (while

More information

PNCC Dogs Online. Customer Transactions Manual

PNCC Dogs Online. Customer Transactions Manual PNCC Dogs Online Customer Transactions Manual Your registration code can be found under the Owner Number section of the Application to Register Dog/s form as shown below: Oasis ID 5535356 1 Table of Contents

More information

Reference Guide Playful Invention Company

Reference Guide Playful Invention Company Reference Guide 2016 TutleArt Interface Editor Run the main stack Tap the stack to run Save the current project and exit to the Home page Show the tools Hide the blocks Tap to select a category of programming

More information

Scratch Programming Lesson One: Create an Scratch Animation

Scratch Programming Lesson One: Create an Scratch Animation Scratch Programming Lesson One: Create an Scratch Animation Have you heard of Scratch? No, not what you do to your itch, but Scratch from MIT, the famous school for the curiously brainy people? Anyway,

More information

PNCC Dogs Online. Customer Transactions Manual

PNCC Dogs Online. Customer Transactions Manual PNCC Dogs Online Customer Transactions Manual Your registration code can be found under the Owner Number section of the Application to Register Dog/s form as shown below: Oasis ID 5535356 1 Table of Contents

More information

SARG Guide Surrey Amphibian and Reptile Group. SARG Reptile Surveyor s Guide Using SARGWEB. April 2012 Version 1.0. Steve Langham

SARG Guide Surrey Amphibian and Reptile Group. SARG Reptile Surveyor s Guide Using SARGWEB. April 2012 Version 1.0. Steve Langham SARG Guide Surrey Amphibian and Reptile Group SARG Reptile Surveyor s Guide Using SARGWEB Steve Langham April 2012 Version 1.0 Contents The SARG Reptile Surveyor s Guide to SARGWEB... 3 1. Introduction...

More information

Life Under Your Feet: Field Research on Box Turtles

Life Under Your Feet: Field Research on Box Turtles Life Under Your Feet: Field Research on Box Turtles Part I: Our Field Research Site Scientists often work at field research sites. Field research sites are areas in nature that the scientists have chosen

More information

Guidance Notes on the Antimicrobial Companion Audit Tool for the Antimicrobial Prescribing Quality Indicators 2017/18

Guidance Notes on the Antimicrobial Companion Audit Tool for the Antimicrobial Prescribing Quality Indicators 2017/18 Guidance tes on the Antimicrobial Companion Audit Tool for the Antimicrobial Prescribing Quality Indicators 2017/18 Summary of the indicators The 2017/18 hospital antimicrobial prescribing quality indicators

More information

DOGS SEEN PER KM MONITORING OF A DOG POPULATION MANAGEMENT INTERVENTION

DOGS SEEN PER KM MONITORING OF A DOG POPULATION MANAGEMENT INTERVENTION DOGS SEEN PER KM MONITORING OF A DOG POPULATION MANAGEMENT INTERVENTION Elly & Lex Hiby 2014 An outline of the method...1 Preparing the PC and phone...3 Using Google Maps on the PC to create standard routes...3

More information

Understanding the App. Instruction Manual

Understanding the App. Instruction Manual Understanding the App Instruction Manual Let s get started. Now that your Tracking Unit is activated, let s explore the App some more. Need help setting up your smart collar? Please view the Getting Started

More information

Maze Game Maker Challenges. The Grid Coordinates

Maze Game Maker Challenges. The Grid Coordinates Maze Game Maker Challenges The Grid Coordinates The Hyperspace Arrows 1. Make Hyper A position in a good place when the game starts (use a when green flag clicked with a goto ). 2. Make Hyper B position

More information

Webkinz Friend Requests

Webkinz Friend Requests Webkinz Friend Requests In order to play games with specific individuals, you have to be friends. Let s practice this by having you friend the instructor (note: you have to do this at some point anyway).

More information

For ADAA users, you will see a page similar to the one shown below:

For ADAA users, you will see a page similar to the one shown below: My Stuff To manage your dogs, handlers, notifications, and view what competitions you have entered, hover over the My Stuff menu item. To start with, we will take a look at the Manage Handlers page, so

More information

KiwiSDR Quick Start Guide

KiwiSDR Quick Start Guide KiwiSDR Quick Start Guide Version 1.3 Please check kiwisdr.com/quickstart for the latest information. Ask questions on the forum. Check kiwisdr.com for link. bluebison.net Important If you purchased the

More information

Overview of Online Record Keeping

Overview of Online Record Keeping Overview of Online Record Keeping Once you have created an account and registered with the AKC, you can login and manage your dogs and breeding records. Type www.akc.org in your browser s Address text

More information

Clicker Books: How to Make a Clicker Book Using Clicker Books App v

Clicker Books: How to Make a Clicker Book Using Clicker Books App v 105 1750 West 75th Avenue, Vancouver, B.C., Canada V6P 6G2 Phone: 604.261.9450 Fax: 604.261.2256 www.setbc.org Clicker Books: How to Make a Clicker Book Using Clicker Books App v. 1.4.3 Introduction Clicker

More information

GUIDELINES FOR THE NATIONAL DIGITAL COMPETITION

GUIDELINES FOR THE NATIONAL DIGITAL COMPETITION SOUTH AFRICAN DOG DANCING ASSOCIATION GUIDELINES FOR THE NATIONAL DIGITAL COMPETITION TO ALL ROOKIES WANTING TO ENTER, please read the special Note To Rookies at the bottom of these Guidelines. The venue

More information

Getting Started. Instruction Manual

Getting Started. Instruction Manual Getting Started Instruction Manual Let s get started. In this document: Prepare you LINK AKC Understand the packaging contents Place Base Station Assemble your smart collar Turn on your Tracking Unit Insert

More information

COMPARING DNA SEQUENCES TO UNDERSTAND EVOLUTIONARY RELATIONSHIPS WITH BLAST

COMPARING DNA SEQUENCES TO UNDERSTAND EVOLUTIONARY RELATIONSHIPS WITH BLAST Big Idea 1 Evolution INVESTIGATION 3 COMPARING DNA SEQUENCES TO UNDERSTAND EVOLUTIONARY RELATIONSHIPS WITH BLAST How can bioinformatics be used as a tool to determine evolutionary relationships and to

More information

Table of Contents. Page 2 ebook created with Orion PDF Author orion.aidaluu.com. What is Orion Label Maker?

Table of Contents. Page 2 ebook created with Orion PDF Author orion.aidaluu.com. What is Orion Label Maker? 3.2 0 3 3. 3.2 Table of Contents What is Orion Label Maker? Compatible Templates (Part I - US Letter Size Paper) Compatible Templates (Part II - US Letter Size Paper) Compatible Templates (Part III - A4

More information

Manual Compustam-Cloud

Manual Compustam-Cloud Total program for the pigeon sport UK distributor: Compuclub Markt 5 7064 AZ Silvorde The Netherlands technical questions +31(0)6 20212967 other questions + 31(0)6 29523224 Email Compuclub Websites: Compuclub.nl

More information

Upgrade KIT IV Operation Manual

Upgrade KIT IV Operation Manual Upgrade KIT IV Operation Manual Be sure to read this document before using the machine. We recommend that you keep this document nearby for future reference. Before you start It is important to perform

More information

Kibble. Team and Roles. Problem and Solution Overview. Contextual Inquiry Target, Stakeholders, and Participants

Kibble. Team and Roles. Problem and Solution Overview. Contextual Inquiry Target, Stakeholders, and Participants Kibble Team and Roles Jeff Souza: ideation, contextual inquiries, writing Hoon Ik Cho: UI sketches, writing Chaofeng Zhou: UI design, writing Xuanyang Luo: storyboarding Problem and Solution Overview Raising

More information

Sample Course Layout 1

Sample Course Layout 1 Sample Course Layout 1 Slow down here Finish here Lure Baby L1 Start L2 Drawing not to scale Because the Lure Baby is a drag lure machine (that is, it only goes one way), you will be able to start your

More information

EBOOK REAU2013_sample SAMPLE

EBOOK REAU2013_sample SAMPLE EBOOK REAU2013_sample Contents About This Book 4 Notes For Teachers and Parents 5-6 Address Book 7 Online Libraries and References 8 Dinosaur Facts 9 More Dinosaur Facts 10 Dinosaur Fossils 11 The Age

More information

Introducing and using InterHerd on the farm

Introducing and using InterHerd on the farm Introducing and using InterHerd on the farm Table of contents Section One: The Basic Procedures for using InterHerd on farm 1.1 Introduction...4 1.2 What events to record on the farm?...5 1.3 Entry of

More information

GARNET STATIC SHOCK BARK COLLAR

GARNET STATIC SHOCK BARK COLLAR GARNET STATIC SHOCK BARK COLLAR Congratulations on buying this Our K9 Bark Collar, if for any reason you are not 100% completely satisfied with your Bark Collar, please contact me immediately so that I

More information

In this project you will use loops to create a racing turtle game and draw a race track.

In this project you will use loops to create a racing turtle game and draw a race track. Turtle Race! Introduction In this project you will use loops to create a racing turtle game and draw a race track. Step 1: Race track You re going to create a game with racing turtles. First they ll need

More information

Cane toads and Australian snakes

Cane toads and Australian snakes Cane toads and Australian snakes This activity was adapted from an activity developed by Dr Thomas Artiss (Lakeside School, Seattle, USA) and Ben Phillips (University of Sydney). Cane toads (Bufo marinus)

More information

Pet Notes and Appointment Notes

Pet Notes and Appointment Notes Pet Notes and Appointment Notes Table of contents Pet Notes Appointment Notes Notes when scheduling Notes on dashboards Version 1.1 8/18/18 Page 1 of 9 PetExec understands that notes about pets and appointments

More information

Part One: Introduction to Pedigree teaches students how to use Pedigree tools to create and analyze pedigrees.

Part One: Introduction to Pedigree teaches students how to use Pedigree tools to create and analyze pedigrees. Genetics Monohybrid Teacher s Guide 1.0 Summary The Monohybrid activity is the fifth core activity to be completed after Mutations. This activity contains four sections and the suggested time to complete

More information

USING FARMAX LITE. Upper navigation pane showing objects. Lower navigation pane showing tasks to be performed on objects

USING FARMAX LITE. Upper navigation pane showing objects. Lower navigation pane showing tasks to be performed on objects TUTORIAL USING FARMAX LITE FARMAX TUTORIAL 1. OVERVIEW The main screen of Farmax Lite is made up of a navigation pane on the left and the main screen on the right. The navigation pane has two areas; the

More information

2010 Canadian Computing Competition Day 1, Question 1 Barking Dogs!

2010 Canadian Computing Competition Day 1, Question 1 Barking Dogs! Source file: dogs.c Day, Question Barking Dogs! You live in a neighbourhood of dogs. Dogs like dogs. Dogs like barking even better. But best of all, dogs like barking when other dogs bark. Each dog has

More information

GARNET STATIC SHOCK BARK COLLAR

GARNET STATIC SHOCK BARK COLLAR GARNET STATIC SHOCK BARK COLLAR Congratulations on buying this Our K9 Bark Collar, if for any reason you are not 100% completely satisfied with your Bark Collar, please contact me immediately so that I

More information

Econometric Analysis Dr. Sobel

Econometric Analysis Dr. Sobel Econometric Analysis Dr. Sobel Econometrics Session 1: 1. Building a data set Which software - usually best to use Microsoft Excel (XLS format) but CSV is also okay Variable names (first row only, 15 character

More information

Texel Sheep Society. Basco Interface Guide. Contents

Texel Sheep Society. Basco Interface Guide. Contents Texel Sheep Society Basco Interface Guide Contents Page View Flock List 2 View Sheep Details 4 Birth Notifications (Natural and AI) 7 Entering Sires Used for Breeding 7 Entering Lambing Details 11-17 Ewe/Ram

More information

PYTHON FOR KIDS A Pl ayfu l I ntrodu ctio n to Prog r am m i ng J a s o n R. B r i g g s

PYTHON FOR KIDS A Pl ayfu l I ntrodu ctio n to Prog r am m i ng J a s o n R. B r i g g s PYTHON FO R K I D S A P l ay f u l I n t r o d u c t i o n to P r o g r a m m i n g Jason R. Briggs 4 Drawing with Turtles A turtle in Python is sort of like a turtle in the real world. We know a turtle

More information

MY STORY: THE GREAT PLAGUE: A LONDON GIRL'S DIARY, BY PAMELA OLDFIELD

MY STORY: THE GREAT PLAGUE: A LONDON GIRL'S DIARY, BY PAMELA OLDFIELD MY STORY: THE GREAT PLAGUE: A LONDON GIRL'S DIARY, 1665-1666 BY PAMELA OLDFIELD DOWNLOAD EBOOK : MY STORY: THE GREAT PLAGUE: A LONDON GIRL'S Click link bellow and free register to download ebook: MY STORY:

More information

GARLIC & SAPPHIRES THE SECRET LIFE OF A BY RUTH REICHL DOWNLOAD EBOOK : GARLIC & SAPPHIRES THE SECRET LIFE OF A BY RUTH REICHL PDF

GARLIC & SAPPHIRES THE SECRET LIFE OF A BY RUTH REICHL DOWNLOAD EBOOK : GARLIC & SAPPHIRES THE SECRET LIFE OF A BY RUTH REICHL PDF GARLIC & SAPPHIRES THE SECRET LIFE OF A BY RUTH REICHL DOWNLOAD EBOOK : GARLIC & SAPPHIRES THE SECRET LIFE OF A BY RUTH Click link bellow and free register to download ebook: REICHL DOWNLOAD FROM OUR ONLINE

More information

Be Doggone Smart at Work

Be Doggone Smart at Work Be Doggone Smart at Work Safety training for dog bite prevention on the job No part of this demo may be copied or used for public presentation or training purposes. This is a free introductory demo containing

More information

YELLOW VIBRATION BARK COLLAR

YELLOW VIBRATION BARK COLLAR YELLOW VIBRATION BARK COLLAR Congratulations on buying this Our K9 Bark Collar, if for any reason you are not 100% completely satisfied with your Bark Collar, please contact me immediately so that I may

More information

Virtual Genetics Lab (VGL)

Virtual Genetics Lab (VGL) Virtual Genetics Lab (VGL) Experimental Objective I. To use your knowledge of genetics to design and interpret crosses to figure out which allele of a gene has a dominant phenotype and which has a recessive

More information

Building Concepts: Mean as Fair Share

Building Concepts: Mean as Fair Share Lesson Overview This lesson introduces students to mean as a way to describe the center of a set of data. Often called the average, the mean can also be visualized as leveling out the data in the sense

More information

Graphics libraries, PCS Symbols, Animations and Clicker 5

Graphics libraries, PCS Symbols, Animations and Clicker 5 Clicker 5 HELP SHEET Graphics libraries, PCS Symbols, Animations and Clicker 5 In response to many queries about how to use PCS symbols and/or animated graphics in Clicker 5 grids, here is a handy help

More information

Getting Started! Searching for dog of a specific breed:

Getting Started! Searching for dog of a specific breed: Getting Started! This booklet is intended to help you get started using tbs.net. It will cover the following topics; Searching for Dogs, Entering a Dog, Contacting the Breed Coordinator, and Printing a

More information

Questions and answers for exhibitors entering shows using TOES

Questions and answers for exhibitors entering shows using TOES Questions and answers for exhibitors entering shows using TOES The following will help you use TOES to find out about and enter shows. These questions and answers do not relate to the entry clerking and

More information

Lesson 2. Vocabulary. Third Grade. 1. Have students read Country Mouse and City Mouse.

Lesson 2. Vocabulary. Third Grade. 1. Have students read Country Mouse and City Mouse. Third Grade Lesson 2 5 min. Vocabulary 1. Have students read Country Mouse and City Mouse. 2. Many words sound the same, but they have different spellings and meanings. These words were in the text we

More information

Comparing DNA Sequences to Understand Evolutionary Relationships with BLAST

Comparing DNA Sequences to Understand Evolutionary Relationships with BLAST Comparing DNA Sequences to Understand Evolutionary Relationships with BLAST INVESTIGATION 3 BIG IDEA 1 Lab Investigation 3: BLAST Pre-Lab Essential Question: How can bioinformatics be used as a tool to

More information

Also place two 2x4 boards along the bottom or use bricks to keep off the ground. 16

Also place two 2x4 boards along the bottom or use bricks to keep off the ground. 16 This shelter is made from using Rubbermaid Roughneck Totes. This shelter will work for 1-2 cats, when there are more cats to house, build additional shelters. Start by using a Rubbermaid Tote 18 gallon

More information

THE MAINE COON CAT BY LIZA GARDNER WALSH DOWNLOAD EBOOK : THE MAINE COON CAT BY LIZA GARDNER WALSH PDF

THE MAINE COON CAT BY LIZA GARDNER WALSH DOWNLOAD EBOOK : THE MAINE COON CAT BY LIZA GARDNER WALSH PDF THE MAINE COON CAT BY LIZA GARDNER WALSH DOWNLOAD EBOOK : THE MAINE COON CAT BY LIZA GARDNER WALSH PDF Click link bellow and free register to download ebook: THE MAINE COON CAT BY LIZA GARDNER WALSH DOWNLOAD

More information

CONNECTION TO LITERATURE

CONNECTION TO LITERATURE CONNECTION TO LITERATURE part of the CONNECTION series The Tale of Tom Kitten V/xi/MMIX KAMICO Instructional Media, Inc.'s study guides provide support for integrated learning, academic performance, and

More information

Teaching Eye Contact as a Default Behavior

Teaching Eye Contact as a Default Behavior Whole Dog Training 619-561-2602 www.wholedogtraining.com Email: dogmomca@cox.net Teaching Eye Contact as a Default Behavior Don t you just love to watch dogs that are walking next to their pet parent,

More information

HET WONDERBAARLIJKE VOORVAL MET DE HOND IN DE NACHT. [THE CURIOUS INCIDENT OF THE DOG IN THE NIGHT- TIME]

HET WONDERBAARLIJKE VOORVAL MET DE HOND IN DE NACHT. [THE CURIOUS INCIDENT OF THE DOG IN THE NIGHT- TIME] Read Online and Download Ebook HET WONDERBAARLIJKE VOORVAL MET DE HOND IN DE NACHT. [THE CURIOUS INCIDENT OF THE DOG IN THE NIGHT- TIME] DOWNLOAD EBOOK : HET WONDERBAARLIJKE VOORVAL MET DE HOND IN DE NIGHT-TIME]

More information

VIRTUAL AGILITY LEAGUE FREQUENTLY ASKED QUESTIONS

VIRTUAL AGILITY LEAGUE FREQUENTLY ASKED QUESTIONS We are very interested in offering the VALOR program at our dog training facility. How would we go about implementing it? First, you would fill out an Facility Approval form and attach a picture of your

More information

AP Lab Three: Comparing DNA Sequences to Understand Evolutionary Relationships with BLAST

AP Lab Three: Comparing DNA Sequences to Understand Evolutionary Relationships with BLAST AP Biology Name AP Lab Three: Comparing DNA Sequences to Understand Evolutionary Relationships with BLAST In the 1990 s when scientists began to compile a list of genes and DNA sequences in the human genome

More information

COMPARING DNA SEQUENCES TO UNDERSTAND EVOLUTIONARY RELATIONSHIPS WITH BLAST

COMPARING DNA SEQUENCES TO UNDERSTAND EVOLUTIONARY RELATIONSHIPS WITH BLAST COMPARING DNA SEQUENCES TO UNDERSTAND EVOLUTIONARY RELATIONSHIPS WITH BLAST In this laboratory investigation, you will use BLAST to compare several genes, and then use the information to construct a cladogram.

More information

LABRADOR RETRIEVER: LABRADOR RETRIEVER TRAINING - COMPLETE LABRADOR PUPPY TRAINING GUIDE, OBEDIENCE, POTTY TRAINING, AND CARE TIPS (RETRIEV

LABRADOR RETRIEVER: LABRADOR RETRIEVER TRAINING - COMPLETE LABRADOR PUPPY TRAINING GUIDE, OBEDIENCE, POTTY TRAINING, AND CARE TIPS (RETRIEV LABRADOR RETRIEVER: LABRADOR RETRIEVER TRAINING - COMPLETE LABRADOR PUPPY TRAINING GUIDE, OBEDIENCE, POTTY TRAINING, AND CARE TIPS (RETRIEV DOWNLOAD EBOOK : LABRADOR RETRIEVER: LABRADOR RETRIEVER TRAINING

More information

MIND TO MIND the Art and Science of Training

MIND TO MIND the Art and Science of Training 1 Mind to Mind Clicking For Stacking Most people think that a dog is conformation trained if it walks on a leash and doesn t sit or bite the judge. Professionals know that training a dog for the Specials

More information

Army Community Recreation Reports Online (ACRRO) 2.0 Bulk Buy Requests Quick Reference Help Guide

Army Community Recreation Reports Online (ACRRO) 2.0 Bulk Buy Requests Quick Reference Help Guide rmy ommunity Recreation Reports Online (RRO) 2.0 ulk uy Requests Quick Reference Help Guide 1. ccess apital Replacement Tool 2. Navigate ulk uy Requests Home page 3. Navigate ulk uy Requests Order Form

More information

THE NATURE OF ANIMAL HEALING : THE DEFINITIVE HOLISTIC MEDICINE GUIDE TO CARING FOR YOUR DOG AND CAT

THE NATURE OF ANIMAL HEALING : THE DEFINITIVE HOLISTIC MEDICINE GUIDE TO CARING FOR YOUR DOG AND CAT THE NATURE OF ANIMAL HEALING : THE DEFINITIVE HOLISTIC MEDICINE GUIDE TO CARING FOR YOUR DOG AND CAT DOWNLOAD EBOOK : THE NATURE OF ANIMAL HEALING : THE DEFINITIVE AND CAT PDF Click link bellow and free

More information

Taming Shy and Feral Rabbits with Clicker Training. Andrea Bratt-Frick and Jean Silva

Taming Shy and Feral Rabbits with Clicker Training. Andrea Bratt-Frick and Jean Silva Taming Shy and Feral Rabbits with Clicker Training By The strategy in taming shy or feral rabbits is to associate all good things in life with you. All privileges, like time in the exercise pen, all toys,

More information

Bluepoint Ya3160 Manual

Bluepoint Ya3160 Manual Bluepoint Ya3160 Manual BLUE POINT EEDM503B DIGITAL MULTIMETER MANUAL pdf manualof.net. View online or free download from ebooks-go.com Blue Point Scanner at USA Tool Warehouse 60,000 4-Post Lift with

More information

Biology Meets Math. Predator-Prey Relationships in Belowground Ecosystems. US Department of Homeland Security

Biology Meets Math. Predator-Prey Relationships in Belowground Ecosystems. US Department of Homeland Security Biology Meets Math Predator-Prey Relationships in Belowground Ecosystems US Department of Homeland Security Goals: Define Predator and Prey in relation to soil ecology Define a mathematical model and identify

More information

TIGER KEY RING GET INVOLVED:

TIGER KEY RING GET INVOLVED: TIGER KEY RING Strong, powerful and instantly recognisable from its mighty roar and striking orange and black stripy coat the tiger is the biggest of all the cat species. Tigers have been walking this

More information

2 emb-pigs User Guide

2 emb-pigs User Guide User guide 2 emb-pigs User Guide What is emb-pigs? The electronic medicines book for pigs (emb-pigs) was launched in April 2016 by AHDB, with support from the Veterinary Medicines Directorate (VMD) in

More information

SHELTER OPEN-SOURCE SHELTERS FOR FERAL CATS

SHELTER OPEN-SOURCE SHELTERS FOR FERAL CATS corokitty GIVE ME SHELTER OPEN-SOURCE SHELTERS FOR FERAL CATS GIVE ME SHELTER OPEN-SOURCE SHELTERS FOR FERAL CATS The care and control of feral cats is a major issue around the world. Here in the United

More information

LN #13 (1 Hr) Decomposition, Pattern Recognition & Abstraction CTPS Department of CSE

LN #13 (1 Hr) Decomposition, Pattern Recognition & Abstraction CTPS Department of CSE Decomposition, Pattern Recognition & Abstraction LN #13 (1 Hr) CTPS 2018 1 Department of CSE Computational Thinking in Practice Before computers can solve a problem, the problem and the ways in which it

More information

Microbiology & Antimicrobial Stewardship

Microbiology & Antimicrobial Stewardship Microbiology & Antimicrobial Stewardship The Trust Libraries THE TRUST LIBRARIES MAIDSTONE ACADEMIC CENTRE TUNBRIDGE WELLS EDUCATION &TRAINING CENTRE So much more than just books and journals, your libraries

More information

CHECK-IN REGISTRATION DESK

CHECK-IN REGISTRATION DESK The registration/check-in desk serves multiple functions during the convention. 1. Check-in for those already registered 2. Registration/payment for on-site sign-ups 3. Distribution of convention materials

More information

NH Reptile and Amphibian Reporting Program (RAARP)

NH Reptile and Amphibian Reporting Program (RAARP) NH Reptile and Amphibian Reporting Program (RAARP) Dear RAARP Participant, We had a great reporting year and exciting things are happening in New Hampshire that will benefit our reptile and amphibian populations.

More information

Basic Training Ideas for Your Foster Dog

Basic Training Ideas for Your Foster Dog Basic Training Ideas for Your Foster Dog The cornerstone of the Our Companions method of dog training is to work on getting a dog s attention. We use several exercises to practice this. Several are highlighted

More information

Painted Dog Conservation Inc. Written & illustrated by Esther Van der meer and Marnie Giroud. Project Book. Level 1-2

Painted Dog Conservation Inc. Written & illustrated by Esther Van der meer and Marnie Giroud. Project Book. Level 1-2 Painted Dog Conservation Inc. Written & illustrated by Esther Van der meer and Marnie Giroud Project Book Level 1-2 Painted Dog Conservation Inc. Project Book Level 1-2 Introduction Environmental issues

More information

Behavior Clerical Assistant Behavior Department Volunteer Training Manual

Behavior Clerical Assistant Behavior Department Volunteer Training Manual Behavior Clerical Assistant Behavior Department Volunteer Training Manual Thank you for volunteering as a Behavior Clerical Assistant. This packet includes information to help you learn the Behavior area

More information

NEW VOLUNTEER GUIDELINES

NEW VOLUNTEER GUIDELINES NEW VOLUNTEER GUIDELINES November, 2017 Contents WELCOME!... 2 ABOUT OUR SHELTER... 2 WHAT DO VOLUNTEERS DO?... 3 THE VOLUNTEER COMMITMENT... 4 VOLUNTEER DOS & DON TS... 4 INTERNAL COMMUNICATION... 5 DOG

More information

What Is Berner Garde And How Does It Benefit Companion Owners?

What Is Berner Garde And How Does It Benefit Companion Owners? What Is Berner Garde And How Does It Benefit Companion Owners? Berner Garde is a non profit organization that was formed to gather and disseminate health and other information related to the Bernese Mountain

More information

CAT Paid vs. CAT Unpaid November 2012

CAT Paid vs. CAT Unpaid November 2012 CAT Paid vs. CAT Unpaid November 2012 The following documentation contains information on updating reimbursement payments that have a CAT percentage and how to track it before sending the payment to CAT

More information

Alice s Adventures In Wonderland

Alice s Adventures In Wonderland Alice s Adventures In Wonderland A Book of tales lewis carroll dedication Text copyright 2013 Author Name All rights reserved. Printed in the United States of America. No part of this book may be reproduced,

More information

ACTIVITY #6: TODAY S PICNIC SPECIALS ARE

ACTIVITY #6: TODAY S PICNIC SPECIALS ARE TOPIC What types of food does the turtle eat? ACTIVITY #6: TODAY S PICNIC SPECIALS ARE BACKGROUND INFORMATION For further information, refer to Turtles of Ontario Fact Sheets (pages 10-26) and Unit Five:

More information

PUPPY MANNERS WEEK 1

PUPPY MANNERS WEEK 1 OVERVIEW & HOMEWORK Email: puppygames@aol.com Website: www.lomitadogtraining.org CONTACT INFO CLASS CANCELLATION POLICY Phone: (310) 326-3266 Home (310) 530-4814 LOTC Participants will be notified of class

More information