CINXE.COM
Welkom op het LCWO.net - Leer Morsecode (CW) Online! - Learn CW Online
<!DOCTYPE html> <html> <head> <title>Welkom op het LCWO.net - Leer Morsecode (CW) Online! - Learn CW Online</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" lang="en" content="Learn CW Online - At LCWO you can learn Morse Code (CW) online, in your web browser!"> <meta name="description" lang="nl" content="Bij LCWO kan je Morse telegrafie (CW) leren, online in je browser. Je hoeft geen enkel programma op je computer te installeren en je hebt altijd je persoonlijke instellingen beschikbaar, op elke computer ter wereld met een internetaansluiting. Je kan ook gemakkelijk je vooruitgang opvolgen door middel van de verschillende statistiekfuncties."> <meta name="keywords" content="learn cw, cw, morse code practice, telegraphy, learn morse code, morse code, koch method, morsen lernen, impare il cw, high speed cw, hst, qrq, ham radio, dj1yfk, rufzxp, fabian kurz"> <meta name="author" content="Fabian Kurz"> <meta property="og:title" content="Learn CW Online" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://lcwo.net/" /> <meta property="og:image" content="https://lcwo.net/pics/lcwo.png" /> <meta property="og:description" content="Learn CW Online - a free web app for learning Morse code!" /> <link rel="icon" href="/favicon.ico"> <link rel="shortcut icon" href="/favicon.ico"> <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="LCWO News Feed"> <link href="/forumatom.xml" type="application/atom+xml" rel="alternate" title="LCWO Forum Feed"> <link id="lcwocss" href="/style.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/js/leaflet.css"> <script type="text/javascript" src="/js/jscwlib.js?cachebreak=1711272842"></script> <!-- User activity heatmap dependencies curl -L 'https://d3js.org/d3.v7.min.js' > js/d3.js curl -L 'https://unpkg.com/cal-heatmap/dist/cal-heatmap.min.js' > js/cal-heatmap.js curl -L 'https://unpkg.com/cal-heatmap/dist/cal-heatmap.css' > cal-heatmap.css curl -L 'https://unpkg.com/@popperjs/core@2' > js/popperjs-core.js curl -L 'https://unpkg.com/cal-heatmap/dist/plugins/Tooltip.min.js' > js/cal-heatmap-Tooltip.js --> <script src="/js/d3.js"></script> <script src="/js/cal-heatmap.js"></script> <link rel="stylesheet" href="/cal-heatmap.css"> <script src="/js/popperjs-core.js"></script> <script src="/js/cal-heatmap-Tooltip.js"></script> </head> <body bgcolor="#ffffff"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr class="headerline"> <td style="background-image:url(/pics/lcwo-bg2.png);" width="41%"> <a href="/"><img style="border-style:none;" src="/pics/lcwo.png" height="75" width="214" title="LCWO - Home" alt="[LCWO LOGO]"></a> </td> <td style="background-image:url(/pics/lcwo-bg2.png);" width="59%"> </td> </tr> </tbody></table> <script> function agree_policy () { var i = document.getElementById("consent"); i.innerHTML = "Thanks!"; var request = new XMLHttpRequest(); request.open("GET", "//lcwo.net/api/consent.php", true); request.send(); } </script> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td class="menuText" width="100%"> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="16" alt=":"> <a class="mLink" href="/">Home</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/users">Lijst gebruikers</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/highscores">Hoge scores</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/forum">Forum </a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/usergroups">Gebruikersgroepen</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/about">Over</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> </td> </tr> </tbody></table> <br> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="220" valign="top"> <script> function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) { endstr = document.cookie.length; } return unescape(document.cookie.substring(offset, endstr)); } function getCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) { return getCookieVal (j); } i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } if (getCookie('lcwo_username') && getCookie('lcwo_hash')) { console.log("found cookies, attempting to log in!"); var u = getCookie('lcwo_username'); var h = getCookie('lcwo_hash'); var request = new XMLHttpRequest(); request.open("POST", '/dologin', true); request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); request.onreadystatechange = function() { var done = 4, ok = 200; if (request.readyState == done && request.status == ok) { if (request.responseText) { if (request.responseText.indexOf("LOGIN_SUCCESS") != -1) { // login succeeded... forwarding window.setTimeout( function () { window.location.href = 'https://lcwo.net'; }, 1000); } } } } request.send("username="+u); } </script> <table width="90%"> <tr><th class="tborder">Inmelden</th></tr> <tr><td class="tborder"> <br> <div align="center"> <form action="/dologin" method="POST"> <table> <tr> <td>Gebruikersnaam: </td> <td> <input type="text" size="8" name="username"> </td> </tr> <tr> <td>Paswoord: </td> <td> <input type="password" size="8" name="password"> </td> </tr> </table> <input type="submit" value="Inmelden"> </form> </div> </td></tr> <tr> <td class="tborder"> <br> <div align="center"> <a href="/lostpassword">Paswoord vergeten?</a> - <strong><a href="/signup">Aanmelden</a></strong> </div> <br> </td> </tr> </table> <table width="90%"> <tr><th class="tborder">Language</th></tr> <tr> <td class="tborder"> <table width="100%"> <tr><td><a href="/bg/welcome" title="Bulgarian"> Български </a></td><td><a href="/br/welcome" title="Brazilian Portuguese"> Português brasileiro </a></td></tr><tr><td><a href="/bs/welcome" title="Bosnian"> Bosanski </a></td><td><a href="/ca/welcome" title="Catalan"> Català </a></td></tr><tr><td><a href="/cn/welcome" title="Traditional Chinese"> 繁體中文 </a></td><td><a href="/cs/welcome" title="Czech"> Česky </a></td></tr><tr><td><a href="/da/welcome" title="Danish"> Dansk </a></td><td><a href="/de/welcome" title="German"> Deutsch </a></td></tr><tr><td><a href="/en/welcome" title="English"> English </a></td><td><a href="/es/welcome" title="Spanish"> Español </a></td></tr><tr><td><a href="/fi/welcome" title="Finnish"> Suomi </a></td><td><a href="/fr/welcome" title="French"> Français </a></td></tr><tr><td><a href="/gr/welcome" title="Greek"> Ελληνικά </a></td><td><a href="/hr/welcome" title="Croatian"> Hrvatski </a></td></tr><tr><td><a href="/hu/welcome" title="Hungarian"> Magyar </a></td><td><a href="/it/welcome" title="Italian"> Italiano </a></td></tr><tr><td><a href="/ja/welcome" title="Japanese"> 日本語 </a></td><td><a href="/ko/welcome" title="Korean"> 한국어 </a></td></tr><tr><td><a href="/ms/welcome" title="Malay"> Bahasa Melayu </a></td><td><a href="/nl/welcome" title="Dutch"><strong> Nederlands </strong></a></td></tr><tr><td><a href="/no/welcome" title="Norwegian"> Norsk </a></td><td><a href="/pl/welcome" title="Polish"> Polski </a></td></tr><tr><td><a href="/pt/welcome" title="Portuguese"> Português </a></td><td><a href="/ro/welcome" title="Romanian"> Română </a></td></tr><tr><td><a href="/ru/welcome" title="Russian"> Русский </a></td><td><a href="/si/welcome" title="Sinhala"> සිංහල </a></td></tr><tr><td><a href="/sk/welcome" title="Slovak"> Slovenčina </a></td><td><a href="/sl/welcome" title="Slovenian"> Slovenščina </a></td></tr><tr><td><a href="/sr/welcome" title="Serbian"> Srpski </a></td><td><a href="/sv/welcome" title="Swedish"> Svenska </a></td></tr><tr><td><a href="/th/welcome" title="Thai"> ภาษาไทย </a></td><td><a href="/tr/welcome" title="Turkish"> Türkçe </a></td></tr><tr><td><a href="/uk/welcome" title="Ukrainian"> Українська </a></td><td><a href="/zh/welcome" title="Simplified Chinese"> 简体中文 </a></td></tr> </table> </td> </tr> </table> <table width="90%"> <tr><th class="tborder">Wie is aangemeld? (31)</th></tr> <tr><td class="tborder"> <br> <div align="center"> <a href="/profile/ag5og" title="Jay Bradley">ag5og</a> <a href="/profile/BG1QGD" title="BG1QGD">BG1QGD</a> <a href="/profile/BI6LDD" title="">BI6LDD</a> <a href="/profile/cyantist" title="Cyan Banistet">cyantist</a> <a href="/profile/dmitryse" title="Dmitry">dmitryse</a> <a href="/profile/ja8les" title="">ja8les</a> <a href="/profile/JR2MDI" title="John B. Laing">JR2MDI</a> <a href="/profile/js1ltv" title="Joe">js1ltv</a> <a href="/profile/K0LRQ" title="Ronald J Dunlap">K0LRQ</a> <a href="/profile/kazu1990" title="">kazu1990</a> <a href="/profile/kb8vud" title="Eric Lay">kb8vud</a> <a href="/profile/kc0zps" title="Ron">kc0zps</a> <a href="/profile/liathit" title="Serge">liathit</a> <a href="/profile/LiuXiu" title="">LiuXiu</a> <a href="/profile/mab12" title="">mab12</a> <a href="/profile/mshron" title="Max">mshron</a> <a href="/profile/mzimring" title="MICHAEL ZIMRING">mzimring</a> <a href="/profile/n9dk" title="David Koberstein">n9dk</a> <a href="/profile/nitesteamer" title="Greg">nitesteamer</a> <a href="/profile/PlannerB" title="Anne">PlannerB</a> <a href="/profile/saseith" title="Sebastian">saseith</a> <a href="/profile/scarral" title="Sandra Carral">scarral</a> <a href="/profile/scotts6931" title="Scott">scotts6931</a> <a href="/profile/Smithssnc" title="Steven Smith">Smithssnc</a> <a href="/profile/sorimachitakayuki" title="反町隆幸">sorimachitakayuki</a> <a href="/profile/teru81" title="takeuchi">teru81</a> <a href="/profile/test" title="Test user.">test</a> <a href="/profile/W8BMO" title="Brad">W8BMO</a> <a href="/profile/WE1C" title="John">WE1C</a> <a href="/profile/WH6EDX80" title="TETSU">WH6EDX80</a> <a href="/profile/wr5e" title="JJ Lambert">wr5e</a> </div> <br> </td></tr> </table> </td> <td valign="top"> <h1> Welkom op het LCWO.net - Leer Morsecode (CW) Online!</h1> <p> Bij LCWO kan je Morse telegrafie (CW) leren, online in je browser. Je hoeft geen enkel programma op je computer te installeren en je hebt altijd je persoonlijke instellingen beschikbaar, op elke computer ter wereld met een internetaansluiting. Je kan ook gemakkelijk je vooruitgang opvolgen door middel van de verschillende statistiekfuncties. </P> <p><a href="/signup">Aanmelden</a> voor een gratis account (of gebruik "test" als gebruikersnaam en "test" als paswoord) en start vandaag met het leren of verbeteren van je CW.</p> <h2>Karakteristieken</h2> <p>- CW cursus Koch methode<br> - <a href="/highscores">Hoge scores</a> — Vergelijk je resultaat met andere.<br> - Snelheidsoefening (Codegroepen, Tekst training, Roepnaam (callsign) training, Woord Training)<br> - <a href="/download">MP3 oefenbestanden</a> (Download)<br> - <a href="/text2cw">Tekst converteren naar CW</a> (Aanmelden is niet vereist)<br> - <a href="/forum">Forum</a> voor discussies en feedback van gebruikers<br> - <a href="/usergroups">Gebruikersgroepen</a><br> - <a href="https://www.waedc.de/" title="Worked All Europe DX Contest">WAE</a> QTC training<br> - binnenkort meer...</p> <h2>Nieuws <a href="/atom.xml"><img src="/pics/feed.png" border="0" alt="[Atom LCWO News Feed]" title="LCWO Atom News Feed"></a> <a href="/forumatom.xml"><img src="/pics/feed.png" border="0" alt="[Atom LCWO Forum Feed]" title="LCWO Atom Forums Feed"></a> </h2> <p><strong><span style="color:#ff0000">2024-07-20</span></strong> - LCWO is now also available in Slovak language, thanks to Matúš, OM8ATE!</p> <p><strong>2024-03-11</strong> - Every user will now find an practice activity "heatmap" on the main page. The same can be enabled on the public profiles! Tnx Matti, OH2CME for the implementation!</p> <p><strong>2024-03-10</strong> - We now have a collection of 77 Greek proverbs in the Plain Text Training (tnx SV1DAY)!</p> <p><strong>2023-08-07</strong> - Improvements in Word training (replaying words) and QTC training (just in time for WAE CW!).</p> <p><strong>2023-01-23</strong> - Over the last months, plain text training was updated with texts in Czech, Japanese and Polish!</p> <p><strong>2022-01-05</strong> - German word training now contains <b>30.000</b> words; thanks to Wolf, DK1ET!</p> <p><strong>2021-03-18</strong> - Note: LCWO will be down for maintenance starting around 00:00 UTC on March 19th 2021 for a few hours.</p> <p><strong>2020-09-01</strong> - A "Dark Mode" is now available for people who prefer white font on a black background (in your account settings).</p> <p><strong>2020-08-05</strong> - LCWO is now available in Korean language (한국어) - tnx Joe, HL5KY!</p> <p><strong>2020-07-26</strong> - 17.000 words are available now for word training in German. Carefully curated by Wolf, DK1ET. Thanks!</p> <div><a href='/news/all'>Alles tonen</a></div><p><a href='/changelog'>ChangeLog</a> — Aarzel in geen geval om problemen, kritiek of suggesties te rapporteren.: <a href='mailto:help@lcwo.net'>Fabian Kurz</a>.</p> </td> <td width="20"> </td> </tr> </table> <br><br><br> <div align="center" class="footer">lcwo.net - <strong>Learn Morse Code (CW) Online</strong> by <a class="sLink" href="http://fkurz.net/">Fabian Kurz, DJ5CW</a> (<a href="/impressum">Impressum</a>) - <a href="/privacy">Privacy Policy / Datenschutzinformationen</a></div> <script> // keep the session cookie alife as long as user is on the page, refresh every // 5 minutes function session_keepalive () { var request = new XMLHttpRequest(); request.open("GET", "//lcwo.net/api/index.php?action=keepalive", true); request.onreadystatechange = function() { var done = 4, ok = 200; if (request.readyState == done && request.status == ok) { var r = JSON.parse(request.responseText); if (r["result"] == false) { // no session if (document.getElementById("logoutlink")) { // but we think we're logged in! document.location.href = "//lcwo.net"; } } } } request.send(); } window.setInterval('session_keepalive()', 300000); </script> </body> </html>