A site to Register for individual classes. Saturday, October 19th 2024
What is RootsTech?
RootsTech (RT) is the largest family history conference in the world and is held annually in Salt Lake City, Utah. It is hosted by FamilySearch and is a fantastic place to learn and network with the best and the brightest genealogical instructors in the world. The event lasts 3-4 days and is followed by the provision of an on-demand library that can be used by all. The first RT Conference was held in 2011 with an attendance of 3,000 attendees. Recent attendance is in excess of 25,000 enthusiasts with remote participation of more than 100,000 participants. Family Discovery Day is an extension of RT that provides recorded classes from RT and live classes taught by local genealogists.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';