CINXE.COM

Dobrodošli na LCWO.net - Učenje telegrafije online. - Learn CW Online

<!DOCTYPE html> <html> <head> <title>Dobrodošli na LCWO.net - U&#269;enje telegrafije 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="hr" content="Na LCWO možete u&#269;iti Morseovu telegrafiju (CW) u vašem internetskom pregledniku. Ne morate instalirati nikakav program na vaše ra&#269;unalo. Vaše osobne postavke uvijek su dostupne sa bilo kojeg ra&#269;unala na svijetu koje ima vezu na Internet, a pomo&#263;u raznih statisti&#269;kih funkcija lako možete pratiti vaš napredak."> <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%"> &nbsp; </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="/">Po&#269;etna stranica</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/users">Lista korisnika</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/highscores">Rezultati</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">Korisni&#269;ke grupe</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/about">O programu</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">Prijava</th></tr> <tr><td class="tborder"> <br> <div align="center"> <form action="/dologin" method="POST"> <table> <tr> <td>Korisni&#269;ko ime: </td> <td> <input type="text" size="8" name="username"> </td> </tr> <tr> <td>Lozinka: </td> <td> <input type="password" size="8" name="password"> </td> </tr> </table> <input type="submit" value="Prijava"> </form> </div> </td></tr> <tr> <td class="tborder"> <br> <div align="center"> <a href="/lostpassword">Zaboravili ste lozinku?</a> - <strong><a href="/signup">Registracija</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"> &#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; </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"> &#32321;&#39636;&#20013;&#25991; </a></td><td><a href="/cs/welcome" title="Czech"> &#268;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"> &#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940; </a></td><td><a href="/hr/welcome" title="Croatian"><strong> Hrvatski </strong></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"> &#x65e5;&#x672c;&#x8a9e; </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"> Nederlands </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&#259; </a></td></tr><tr><td><a href="/ru/welcome" title="Russian"> &#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; </a></td><td><a href="/si/welcome" title="Sinhala"> &#3523;&#3538;&#3458;&#3524;&#3517; </a></td></tr><tr><td><a href="/sk/welcome" title="Slovak"> Slovenčina </a></td><td><a href="/sl/welcome" title="Slovenian"> Sloven&#353;&#269;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"> &#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618; </a></td><td><a href="/tr/welcome" title="Turkish"> Türkçe </a></td></tr><tr><td><a href="/uk/welcome" title="Ukrainian"> &#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; </a></td><td><a href="/zh/welcome" title="Simplified Chinese"> &#31616;&#20307;&#20013;&#25991; </a></td></tr> </table> </td> </tr> </table> <table width="90%"> <tr><th class="tborder">Tko je trenutno prijavljen? (54)</th></tr> <tr><td class="tborder"> <br> <div align="center"> <a href="/profile/ak4br" title="Bob Romanko">ak4br</a> <a href="/profile/Annavkw" title="">Annavkw</a> <a href="/profile/arpiainen" title="Esa Arpiainen">arpiainen</a> <a href="/profile/cicio" title="lorenzo">cicio</a> <a href="/profile/DB1HJB" title="Hans">DB1HJB</a> <a href="/profile/denyall" title="asd">denyall</a> <a href="/profile/DL6NRS" title="Richard">DL6NRS</a> <a href="/profile/DL8CL" title="Christoph">DL8CL</a> <a href="/profile/DM2GI" title="">DM2GI</a> <a href="/profile/DM6UWE" title="Uwe Schnell">DM6UWE</a> <a href="/profile/ea5ins" title="Jon">ea5ins</a> <a href="/profile/F4GJD" title="">F4GJD</a> <a href="/profile/Franzino" title="franz">Franzino</a> <a href="/profile/G8GDS" title="Peter Wilkinson">G8GDS</a> <a href="/profile/gp12" title="paul">gp12</a> <a href="/profile/i0fzm" title="Fabrizio">i0fzm</a> <a href="/profile/iu1czf" title="Dave">iu1czf</a> <a href="/profile/IU2UFG" title="Massimo">IU2UFG</a> <a href="/profile/IU3DHU" title="Luca">IU3DHU</a> <a href="/profile/iw3hly" title="paolo">iw3hly</a> <a href="/profile/JRL" title="">JRL</a> <a href="/profile/ke8ttq" title="Dan Pelzel">ke8ttq</a> <a href="/profile/KF0SM" title="Sivasakthi Murugan Velayutham">KF0SM</a> <a href="/profile/KF7HNC" title="Joe Bevier">KF7HNC</a> <a href="/profile/Ki7mpv" title="Mike avery">Ki7mpv</a> <a href="/profile/KM6ETX" title="tony hanni">KM6ETX</a> <a href="/profile/kn4vax" title="Frank">kn4vax</a> <a href="/profile/kurilchanin" title="Kurilchanin">kurilchanin</a> <a href="/profile/LB8TJ" title="flurin">LB8TJ</a> <a href="/profile/Lordof5WPM" title="Rich">Lordof5WPM</a> <a href="/profile/lyudmil" title="Lyudmil Todorov">lyudmil</a> <a href="/profile/mrimmer" title="Michal Uhlíř">mrimmer</a> <a href="/profile/NKobayashi" title="Naoto Kobayashi">NKobayashi</a> <a href="/profile/on8hw" title="Hans-Werner Grenzhäuser">on8hw</a> <a href="/profile/outsider" title="Ivan">outsider</a> <a href="/profile/paul70" title="Mr Richard P Reynolds">paul70</a> <a href="/profile/Pilot1948" title="Bernd Bischoff">Pilot1948</a> <a href="/profile/PJ4TR" title="Torsten">PJ4TR</a> <a href="/profile/SA4JEA" title="Jan Andersson">SA4JEA</a> <a href="/profile/SaintKC1TYG" title="Mark St John">SaintKC1TYG</a> <a href="/profile/sebbe095" title="">sebbe095</a> <a href="/profile/SERG1" title="">SERG1</a> <a href="/profile/Sneezy24" title="Mick">Sneezy24</a> <a href="/profile/SP2EKD" title="Janusz">SP2EKD</a> <a href="/profile/SP3GTR" title="Arkadiusz">SP3GTR</a> <a href="/profile/sp3kon" title="Konrad">sp3kon</a> <a href="/profile/sp5awo" title="">sp5awo</a> <a href="/profile/SQ3AK" title="Adam">SQ3AK</a> <a href="/profile/SQ8YHF" title="">SQ8YHF</a> <a href="/profile/test" title="Test user.">test</a> <a href="/profile/UR3WEW" title="Едвард">UR3WEW</a> <a href="/profile/vla" title="">vla</a> <a href="/profile/wgyang" title="Bill Yang">wgyang</a> <a href="/profile/ZIBI1956" title="Zbyszek">ZIBI1956</a> </div> <br> </td></tr> </table> </td> <td valign="top"> <h1> Dobrodošli na LCWO.net - U&#269;enje telegrafije online.</h1> <p> Na LCWO možete u&#269;iti Morseovu telegrafiju (CW) u vašem internetskom pregledniku. Ne morate instalirati nikakav program na vaše ra&#269;unalo. Vaše osobne postavke uvijek su dostupne sa bilo kojeg ra&#269;unala na svijetu koje ima vezu na Internet, a pomo&#263;u raznih statisti&#269;kih funkcija lako možete pratiti vaš napredak. </P> <p><a href="/signup">Registrirajte se</a> za slobodan pristup i po&#269;nite odmah u&#269;iti CW (ili koristite korisni&#269;ko ime ''test'', lozinku ''test'' za testiranje)</p> <h2>Zna&#269;ajke</h2> <p>- Te&#269;aj po Kochovoj metodi<br> - <a href="/highscores">Rezultati</a> &mdash; usporedite vaše rezultate sa drugima<br> - Vježbanje brzine (Grupe znakova, Prijem otvorenog teksta, Vježbanje pozivnih oznaka, U&#269;enje rije&#269;i)<br> - <a href="/download">MP3 datoteke za vježbu</a> (Preuzimanje)<br> - <a href="/text2cw">Konvertiranje teksta u CW</a> (nije potrebna prijava)<br> - <a href="/forum">Forum</a> za pitanja korisnika i povratne informacije<br> - <a href="/usergroups">Korisni&#269;ke grupe</a><br> - <a href="https://www.waedc.de/" title="Worked All Europe DX Contest">WAE</a> Vježbanje QTC-a<br> - uskoro više...</p> <h2>Novosti <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'>Prikaži sve</a></div><p><a href='/changelog'>ChangeLog</a> &mdash; Please don't hesitate to report any problems, criticisms and suggestions to: <a href='mailto:help@lcwo.net'>Fabian Kurz</a>.</p> </td> <td width="20"> &nbsp; </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>

Pages: 1 2 3 4 5 6 7 8 9 10