{"id":451,"date":"2026-02-25T12:48:30","date_gmt":"2026-02-25T12:48:30","guid":{"rendered":"https:\/\/dovestonesc.org.uk\/dev\/?page_id=451"},"modified":"2026-02-25T15:54:07","modified_gmt":"2026-02-25T15:54:07","slug":"ffats","status":"publish","type":"page","link":"https:\/\/dovestonesc.org.uk\/dev\/ffats\/","title":{"rendered":"FFATS"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Fore-Finger And Thumb Sailing<\/h3>\n\n\n\n<p>The club is developing a Radio-Controlled Yachts section<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"1193\" src=\"https:\/\/dovestonesc.org.uk\/dev\/wp-content\/uploads\/2026\/02\/ffats1.jpg\" alt=\"\" class=\"wp-image-454\" srcset=\"https:\/\/dovestonesc.org.uk\/dev\/wp-content\/uploads\/2026\/02\/ffats1.jpg 1600w, https:\/\/dovestonesc.org.uk\/dev\/wp-content\/uploads\/2026\/02\/ffats1-300x224.jpg 300w, https:\/\/dovestonesc.org.uk\/dev\/wp-content\/uploads\/2026\/02\/ffats1-1024x764.jpg 1024w, https:\/\/dovestonesc.org.uk\/dev\/wp-content\/uploads\/2026\/02\/ffats1-768x573.jpg 768w, https:\/\/dovestonesc.org.uk\/dev\/wp-content\/uploads\/2026\/02\/ffats1-1536x1145.jpg 1536w, https:\/\/dovestonesc.org.uk\/dev\/wp-content\/uploads\/2026\/02\/ffats1-1200x895.jpg 1200w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><\/figure>\n\n\n\n<p>The class we sail is the&nbsp;<strong>DragonFlite 95<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"385\" height=\"131\" src=\"https:\/\/dovestonesc.org.uk\/dev\/wp-content\/uploads\/2026\/02\/df95.jpg\" alt=\"\" class=\"wp-image-453\" srcset=\"https:\/\/dovestonesc.org.uk\/dev\/wp-content\/uploads\/2026\/02\/df95.jpg 385w, https:\/\/dovestonesc.org.uk\/dev\/wp-content\/uploads\/2026\/02\/df95-300x102.jpg 300w\" sizes=\"auto, (max-width: 385px) 100vw, 385px\" \/><\/figure>\n\n\n\n<p>We&nbsp;<a href=\"https:\/\/dovestonesc.org.uk\/results\/2025\/rcfrostbite.htm\">race<\/a>&nbsp;on <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Tuesday mornings 10am-1pm &#8211; all year<\/li>\n\n\n\n<li>Sunday mornings 10am-1pm &#8211; January-first Sunday in March<\/li>\n\n\n\n<li> Thursday evenings from 7pm &#8211; April to September<\/li>\n<\/ul>\n\n\n\n<p>Come along and join in the fun.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Joysway 8811V2 Dragon Flite 95 V2 DF95 International Racing Class RC Sailboat\" width=\"580\" height=\"326\" src=\"https:\/\/www.youtube.com\/embed\/v-G1A0m1AM0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"DSC FFATS Dec\" width=\"580\" height=\"326\" src=\"https:\/\/www.youtube.com\/embed\/mQzJ-sQwTXQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Info<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/dfracinguk.com\/\">UK Association<\/a><\/li>\n\n\n\n<li><a href=\"http:\/\/www.cmycsail.com\/dragonflite-95-tips.html\">Tuning<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.radiosailing.co.uk\/the-df-story-14-w.asp\">History<\/a><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Start Sequences<\/h3>\n\n\n\n<div style=\"display: flex\">\n    <button id=\"btn\">START (1 MIN)<\/button><label id=\"time\" style=\"font: bold 50px Arial, sans-serif; color: #000; padding: 0px 20px;\"><\/label>\n    <button id=\"btn2\">START (2 MINS)<\/button><label id=\"time2\"  style=\"font: bold 50px Arial, sans-serif; color: #000; padding: 0px 20px;\"><\/label>\n<\/div>\n\n<script src=\"..\/..\/howler.min.js\"><\/script>\n\t<script>\n\t\tconst sound = new Howl({\n\t\t  src: ['..\/..\/files\/ffats-start-seq.webm', 'files\/ffats-start-seq.mp3']\n\t\t});\n\t\tconst sound2 = new Howl({\n\t\t  src: ['..\/..\/files\/ffats-start-seq-2.webm', 'files\/ffats-start-seq-2.mp3']\n\t\t});\n\t\t\n\t\tconst btn = document.getElementById( \"btn\" );\n\t\tconst time = document.getElementById( \"time\" );\n\t\tconst btn2 = document.getElementById( \"btn2\" );\n                const time2 = document.getElementById( \"time2\" );\n\t\tlet interval;\n\t\t\n\t\tsound.on( \"end\", () => {\n\t\t\tbtn.innerHTML = \"START (1 MIN)\";\n\t\t\ttime.innerHTML = \"\";\n\t\t\tclearInterval( interval );\n\t\t});\n\t\t\n\t\tsound2.on( \"end\", () => {\n\t\t\tbtn2.innerHTML = \"START (2 MINS)\";\n\t\t\ttime2.innerHTML = \"\";\n\t\t\tclearInterval( interval );\n\t\t});\n\t\t\n\t\tbtn.addEventListener( \"click\", () => {\n\t\t\tif ( sound.playing() ){\n\t\t\t\tsound.stop();\n\t\t\t\tbtn.innerHTML = \"START\";\n\t\t\t\ttime.innerHTML = \"\";\n\t\t\t\tclearInterval( interval );\n\t\t\t}else{\n\t\t\t\tsound.play();\n\t\t\t\tbtn.innerHTML = \"STOP\";\n\t\t\t\tinterval = setInterval( () => {\n\t\t\t\t\tconst tm = Math.floor(sound.duration() - sound.seek() - 1);\n\t\t\t\t\ttime.innerHTML = tm;\n\t\t\t\t}, 1000 );\n\t\t\t}\n\t\t});\n\t\t\n\t\tbtn2.addEventListener( \"click\", () => {\n\t\t\tif ( sound2.playing() ){\n\t\t\t\tsound2.stop();\n\t\t\t\tbtn2.innerHTML = \"START (2 MINS)\";\n\t\t\t\ttime2.innerHTML = \"\";\n\t\t\t\tclearInterval( interval );\n\t\t\t}else{\n\t\t\t\tsound2.play();\n\t\t\t\tbtn2.innerHTML = \"STOP\";\n\t\t\t\tinterval = setInterval( () => {\n\t\t\t\t\tconst tm = Math.floor(sound2.duration() - sound2.seek() - 1);\n\t\t\t\t\ttime2.innerHTML = tm;\n\t\t\t\t}, 1000 );\n\t\t\t}\n\t\t});\n\t<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fore-Finger And Thumb Sailing The club is developing a Radio-Controlled Yachts section The class we sail is the&nbsp;DragonFlite 95 We&nbsp;race&nbsp;on Come along and join in the fun. Info Start Sequences START (1 MIN) START (2 MINS)<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/template-full-width.php","meta":{"footnotes":""},"class_list":["post-451","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dovestonesc.org.uk\/dev\/wp-json\/wp\/v2\/pages\/451","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dovestonesc.org.uk\/dev\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dovestonesc.org.uk\/dev\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dovestonesc.org.uk\/dev\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dovestonesc.org.uk\/dev\/wp-json\/wp\/v2\/comments?post=451"}],"version-history":[{"count":18,"href":"https:\/\/dovestonesc.org.uk\/dev\/wp-json\/wp\/v2\/pages\/451\/revisions"}],"predecessor-version":[{"id":484,"href":"https:\/\/dovestonesc.org.uk\/dev\/wp-json\/wp\/v2\/pages\/451\/revisions\/484"}],"wp:attachment":[{"href":"https:\/\/dovestonesc.org.uk\/dev\/wp-json\/wp\/v2\/media?parent=451"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}