Wednesday, May 29, 2013

How to keep your Food Safe in summer 2013 (BBQ tips)

Food Safe in summer 2013




Summer is good time for outdoor cooking. But this is also dangerous time as some bugs can enter in those foods can cause serious illness. Main bugs those causes food poisoning are E.Coli, salmonella and campylobacter. Heat, humidity and often the lack of a sanitized environment all contribute to food poisoning.

Here are some simple steps we can take to avoid this food poisoning:

 

 

1. Barbecuing


When you are barbecuing, the biggest risk of food poisoning is from raw and undercooked meat. Always make sure we cook chicken, burgers, sausages and kebabs until they're piping hot all the way through, none of the meat is pink and any juices run clear.

If we are barbecuing for lots of people, we should cook meat indoors and finish it off on the barbecue for added flavor.


2. Wash your hands more often


Use hot, soapy water and scrub well. It's the friction that cleans your hands! When you're eating away from home, be sure to pack disposable washcloths and paper towels for cleaning hands and surfaces.


3. Reheating Food


When we reheat food on the barbecue, always make sure it's piping hot all the way through before serving.


4. Cross contamination


Remember to separate your foods and wrap raw meats securely. Always wash the plates or cutting boards that held the raw meat before using it again for cooked food.



5. How to cook Barbecued food properly


 Here are some steps:

-- Wait until the charcoal is glowing red, with a powdery grey surface, before you start to cook.

-- Make sure frozen food is properly thawed before you cook it.

-- Turn the food regularly, and move it around the barbecue, to cook it evenly.

-- Check that the center of the food is piping hot.

-- Don't assume that if meat is charred on the outside that it will be cooked properly on the inside.


6. Store food safely


 Keep cold foods cold and hot foods hot. Keep your refrigerator temperature below 41°F. When you are serving foods don't leave them out more than 2 hours.


7. Wash your fruits and vegetables

Always wash the plates or cutting boards that held the raw meat before using it again for cooked food. When you're packing the cooler, wrap raw meats securely to avoid their juices coming in contact with ready-to-eat foods

Tuesday, May 28, 2013

Free Printable General Competency Test (GCT) sample Questions 1-100 (Federal Govt. Jobs)

GCT sample Questions test for Federal Govt. Jobs in 2013

 

Please Print, Practice and Pass General Competency Test for Govt. Jobs


This is 8th part of blog on General Competency Test (GCT) sample Questions. This test is used by federal Public Service is for the best-qualified persons to fill the jobs available. Employment tests like the GCT help to satisfy both of these aims by providing a fair, objective and reliable measure of an important qualification.

You will find all answers in Red.

 

GCT test for Govt. Jobs and Free Test samples 86-95


Q 86
 Which of the following would be an appropriate unit to measure sugar for a cookie recipe?
A. liters
B. cups
C. quarts
D. kilograms
E. pounds

___________________________________________________________________

 

 

Answer key- GCT test for Federal Govt. Jobs and Free Test samples 86-95

86. B
87. A
88. A
89. B
90. E
91. D
92. B
93. C
94. B
95. D
____________________________________________________________________

Q 87
. What will it cost to carpet a room with indoor/outdoor carpet if the room is 10 feet wide and 12 feet long? The carpet costs 12.51 per square yard.
A. $166.80
B. $175.90
C. $184.30
D. $189.90
E. $192.20


Q 88
If the perimeter of a rectangular house is 44 yards, and the length is 36 feet, what is the width of the house?
A. 10 yards
B. 18 yards
C. 28 feet
D. 32 feet
E. 36 yards
 
Q 89
What is the volume of the following cylinder?
 A. 210.91
B. 226.20
C. 75.36
D. 904.32
E. 28.26

Q 90
 What is the volume of a cube whose width is 5 inches?
A. 15 cubic inches
B. 25 cubic inches
C. 64 cubic inches
D. 100 cubic inches
E. 125 cubic inches

Q 91
 Sally has three pieces of material. The first piece is 1 yd. 2 ft. 6 in. long, the second piece is 2 yd. 1 ft. 5 in long, and the third piece is 4 yd. 2ft. 8in long. How much material does Sally have?
A. 7 yd. 1 ft. 8 in.
B. 8 yd. 4 ft. 4 in.
C. 8 yd. 11 in.
D. 9 yd. 7 in.
E. 10 yd.

Q 92
A can's diameter is 3 inches, and its height is 8 inches. What is the volume of the can?
A. 50.30
B. 56.55
C. 75.68
D. 113.04
E. 226.08

Q 93
 If the area of a square flowerbed is 16 square feet, then how many feet is the perimeter of the flowerbed?
A. 4
B. 12
C. 16
D. 20
E. 24

Q 94
Of the following units which would be more likely used to measure the amount of water in a bathtub?
A. kilograms
B. liters
C. milliliters
D. centigrams
E. volts

Q 95
 If a match box is 0.17 feet long, what is its length in inches the most closely comparable to the following?
A. 5 1/16 inch highlighter
B. 3 1/8 inch jewelry box
C. 2 3/4 inch lipstick
D. 2 3/16 inch staple remover
E. 4 1/2 inch calculator


Monday, May 27, 2013

Free printable samples to learn HTML codes to create your own Web Pages Part III (Attribute sheet)

Free practice samples to learn HTML codes Create Web Pages




This is third part of my blog on learning HTML. In this blog you will learn how to HTML Attributes, in the end of post you will see some practice sample questions.

What are HTML Attributes?

 

Attributes provide additional information about HTML elements
•HTML elements can have attributes
•Attributes provide additional information about an element
•Attributes are always specified in the start tag
•Attributes come in name/value pairs like: name="value"
Example
HTML links are defined with the <a> tag. The link address is specified in the href attribute:
<a href="http://www. allabout2011.blogspot.ca">This is a link</a>

Always Quote Attribute Values
Attribute values should always be enclosed in quotes.
Double style quotes are the most common, but single style quotes are also allowed.
Tip: In some rare situations, when the attribute value itself contains quotes, it is necessary to use single quotes: name='John "ShotGun" Nelson'

HTML Tip: Use Lowercase Attributes
Attribute names and attribute values are case-insensitive.
Newer versions of (X)HTML will demand lowercase attributes.
HTML Attributes Reference

Below is a list of some attributes that can be used on any HTML element:

 

Attribute
                       Description
Tag
Description
Defines a comment
Defines the document type
Defines a hyperlink
Defines an abbreviation
Not supported in HTML5. Defines an acronym
Defines contact information for the author/owner of a document
Not supported in HTML5. Deprecated in HTML 4.01. Defines an embedded applet
Defines an area inside an image-map
Defines an article
Defines content aside from the page content
Defines sound content
Defines bold text
Specifies the base URL/target for all relative URLs in a document
Not supported in HTML5. Deprecated in HTML 4.01. Specifies a default color, size, and font for all text in a document
<bdi>New
Isolates a part of text that might be formatted in a different direction from other text outside it
Overrides the current text direction
Not supported in HTML5. Defines big text
Defines a section that is quoted from another source
Defines the document's body
Defines a single line break
Defines a clickable button
Used to draw graphics, on the fly, via scripting (usually JavaScript)
Defines a table caption
Not supported in HTML5. Deprecated in HTML 4.01. Defines centered text
Defines the title of a work
Defines a piece of computer code
Specifies column properties for each column within a <colgroup> element 
Specifies a group of one or more columns in a table for formatting
Defines a command button that a user can invoke
Specifies a list of pre-defined options for input controls
Defines a description of an item in a definition list
Defines text that has been deleted from a document
Defines additional details that the user can view or hide
Defines a definition term
Defines a dialog box or window
Not supported in HTML5. Deprecated in HTML 4.01. Defines a directory list
Defines a section in a document
Defines a definition list
Defines a term (an item) in a definition list
Defines emphasized text 
Defines a container for an external (non-HTML) application
Groups related elements in a form
Defines a caption for a <figure> element
Specifies self-contained content
Not supported in HTML5. Deprecated in HTML 4.01. Defines font, color, and size for text
Defines a footer for a document or section
Defines an HTML form for user input
Not supported in HTML5. Defines a window (a frame) in a frameset
Not supported in HTML5. Defines a set of frames
Defines HTML headings
Defines information about the document
Defines a header for a document or section
Groups heading (<h1> to <h6>) elements
Defines a thematic change in the content
Defines the root of an HTML document
Defines a part of text in an alternate voice or mood
Defines an inline frame
Defines an image
Defines an input control
Defines a text that has been inserted into a document
Defines keyboard input
Defines a key-pair generator field (for forms)
Defines a label for an <input> element
Defines a caption for a <fieldset>, < figure>, or <details> element
Defines a list item
Defines the relationship between a document and an external resource (most used to link to style sheets)
Defines a client-side image-map
<mark>New
Defines marked/highlighted text
Defines a list/menu of commands
Defines metadata about an HTML document
Defines a scalar measurement within a known range (a gauge)
<nav>New
Defines navigation links
Not supported in HTML5. Defines an alternate content for users that do not support frames
Defines an alternate content for users that do not support client-side scripts
Defines an embedded object
Defines an ordered list
Defines a group of related options in a drop-down list
Defines an option in a drop-down list
Defines the result of a calculation
Defines a paragraph
Defines a parameter for an object
Defines preformatted text
Represents the progress of a task
Defines a short quotation
<rp>New
Defines what to show in browsers that do not support ruby annotations
<rt>New
Defines an explanation/pronunciation of characters (for East Asian typography)
<ruby>New
Defines a ruby annotation (for East Asian typography)
Defines text that is no longer correct
Defines sample output from a computer program
Defines a client-side script
Defines a section in a document
Defines a drop-down list
Defines smaller text
Defines multiple media resources for media elements (<video> and <audio>)
Defines a section in a document
Not supported in HTML5. Deprecated in HTML 4.01. Defines strikethrough text
Defines important text
Defines style information for a document
Defines subscripted text
Defines a visible heading for a <details> element
Defines superscripted text
Defines a table
Groups the body content in a table
Defines a cell in a table
Defines a multiline input control (text area)
Groups the footer content in a table
Defines a header cell in a table
Groups the header content in a table
Defines a date/time
Defines a title for the document
Defines a row in a table
Defines text tracks for media elements (<video> and <audio>)
Not supported in HTML5. Defines teletype text
Defines text that should be stylistically different from normal text
Defines an unordered list
Defines a variable
Defines a video or movie
Defines a possible line-break
 

Free and Printable HTML Test Sample Questions 1-10


Questions 1- How to Defines a hyperlink

Questions 2-How to Defines bold text

Questions 3-How to define an abbreviation

Questions 4- How to Defines the document's body

Question 5-How to define a definition list


Question 6-How to define the document's body


Question 7-How to define a single line break


Question 8-How to define a clickable button

Question 9-How to define a drop-down list

Question 10-How to define smaller text


Answer 1- <a>
Answer 2-<b>
Answer 3- <abbr>
Answer 4- <body>
Answer 5- <dl>
Answer 6- <body>
Answer 7- <br>
Answer 8- <button>
Answer 9- <select>
Answer 10- <small>

Food Recalls and safety alerts in Canada-Updates

  Last updated 2024-12-13 SunFed brand field cucumbers and slicer cucumbers recalled due to Salmonella Product Field cucumbers, slicer cucum...