N6XRE DokuWiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
javascript [2019/09/03 01:03] – [7. WebAssembly and the Death of JavaScript] garyrustjavascript [2024/02/29 13:03] (current) – [2. JavaScript syntax] garyrust
Line 1: Line 1:
 [[Programming_and_Computing|Programming and Computing]]\\ [[Programming_and_Computing|Programming and Computing]]\\
 **Sandbox**\\ **Sandbox**\\
 +
 ===== - JavaScript ===== ===== - JavaScript =====
 **[[javascript#top|Top]]**\\ **[[javascript#top|Top]]**\\
-http://174.72.206.112:8000/wikipedia_en_all_novid_2017-08/A/JavaScript.html \\ +https://www.wikiwand.com/en/JavaScript \\
-<HTML>+
 <html> <html>
-</HTML> +<iframe width="800" height="700" src="https://www.wikiwand.com/en/JavaScript" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> 
-<html><iframe width="800" height="400" src="http://174.72.206.112:8000/wikipedia_en_all_novid_2017-08/A/JavaScript.html" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></html>+</html>
  
 <HTML> <HTML>
Line 15: Line 15:
 ===== - JavaScript syntax ===== ===== - JavaScript syntax =====
 **[[javascript#top|Top]]**\\ **[[javascript#top|Top]]**\\
-http://174.72.206.112:8000/wikipedia_en_all_novid_2017-08/A/JavaScript_syntax.html \\ +https://www.wikiwand.com/en/JavaScript_syntax \\
-<HTML>+
 <html> <html>
-</HTML> +<iframe width="800" height="700" src="https://www.wikiwand.com/en/JavaScript_syntax" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> 
-<html><iframe width="800" height="400" src="http://174.72.206.112:8000/wikipedia_en_all_novid_2017-08/A/JavaScript_syntax.html" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></html>+</html> \\
  
-<HTML>+===== - JavaScript Example ===== 
 +**[[javascript#top|Top]]**\\ 
 +<html> 
 +SEE THIS - <a href="./doku.php?id=programming_and_computing#%E2%80%87gpt4all_free-to-use_chatbot">GPT4All free-to-use chatbot</a> 
 +</html> \\ 
 +<!DOCTYPE html> 
 +<html> 
 +<head> 
 + <title>My Web Page</title> 
 + <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> 
 + <script> 
 + $(document).ready(function() { 
 + $("h1").text("Welcome to my page!"); 
 + }); 
 + </script> 
 +</head> 
 +<body> 
 + <h1>This is an example of a webpage with JavaScript.</h1> 
 + <p>The text in the heading will be changed when the page loads using jQuery.</p> 
 +</body>
 </html> </html>
-</HTML> 
 \\ \\
 +
 ===== - JavaScript: Understanding the Weird Parts - The First 3.5 Hours =====  ===== - JavaScript: Understanding the Weird Parts - The First 3.5 Hours ===== 
 +**[[javascript#top|Top]]**\\
 +https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence \\
 +https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness \\
 +**[[javascript#top|Top]]**\\
 +<html><a href="/dokuwiki/videos/programming_and_computing/JavaScript%20Understanding%20the%20Weird%20Parts%20-%20The%20First%203.5%20Hours.mp4" target="_blank">JavaScript: Understanding the Weird Parts</a></html> on Dokuwiki\\
 +<html>
 +  <head>
 +    <title>afterglow player</title>
 +    <script src="/dokuwiki/Afterglow/afterglow.min.js"></script>
 +  </head>
 +  <body>
 +      <video class="afterglow" id="Galaxy-S10" width="800" height="450" poster="https://miro.medium.com/max/785/0*Co9Hk-VtMLfM08KH.png" data-skin="dark" data-autoresize="none" preload="none">
 +      <source type="video/mp4" src="/dokuwiki/videos/programming_and_computing/JavaScript%20Understanding%20the%20Weird%20Parts%20-%20The%20First%203.5%20Hours.mp4" />
 +    </video>
 +  </body>
 +</html> \\
 **[[javascript#top|Top]]**\\ **[[javascript#top|Top]]**\\
 https://www.youtube.com/watch?v=Bv_5Zv5c-Ts \\ https://www.youtube.com/watch?v=Bv_5Zv5c-Ts \\
 <html> <html>
 <iframe width="560" height="315" src="https://www.youtube.com/embed/Bv_5Zv5c-Ts" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html>\\ <iframe width="560" height="315" src="https://www.youtube.com/embed/Bv_5Zv5c-Ts" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html>\\
-===== - Douglas Crockford Lectures on JavaScript playlist ===== 
 **[[javascript#top|Top]]**\\ **[[javascript#top|Top]]**\\
-https://www.youtube.com/playlist?list=PL62E185BB8577B63D \\ +Tony Alicea channel \\ 
-<HTML>+https://www.youtube.com/channel/UCsFmLpSNJuFzpKqdEj5jeHw \\
 <html> <html>
-</HTML> +<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=UUsFmLpSNJuFzpKqdEj5jeHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> 
-<html><iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PL62E185BB8577B63D" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></html>+</html> \\
  
-<HTML> +===== - JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour [2019] ===== 
-</html> +**[[javascript#top|Top]]**\\ 
-</HTML> +GYP can Generate Your Projects. \\ 
-http://174.72.206.112:73/pdf/Douglas_Crockford_Lectures_on_JavaScript.pdf \\ +https://gyp.gsrc.io/docs/UserDocumentation.md \\ 
-{{obj:noreference 60%,800 http://174.72.206.112:73/pdf/Douglas_Crockford_Lectures_on_JavaScript.pdf|Douglas_Crockford_Lectures_on_JavaScript.pdf}} \\ + 
-\\ +https://youtu.be/W6NZfCO5SIk \\ 
-===== -  http://eloquentjavascript.net/ - Code Sandbox - Eloquent-JavaScript Chat =====+<html> 
 +<iframe width="560" height="315" src="https://www.youtube.com/embed/W6NZfCO5SIk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> 
 +</html> \\ 
 + 
 + 
 +===== -  Eloquent-JavaScript Chat ===== 
 +http://eloquentjavascript.net/ - Code Sandbox \\
 **[[javascript#top|Top]]**\\ **[[javascript#top|Top]]**\\
-http://174.72.206.112:73/pdf/Eloquent_JavaScript.pdf\\ +http://wp-n6xre.duckdns.org/dokuwiki/pdf/Eloquent_JavaScript.pdf\\ 
-{{obj:noreference 60%,800 > http://174.72.206.112:73/pdf/Eloquent_JavaScript.pdf}} \\+{{obj:noreference 60%,800 > http://wp-n6xre.duckdns.org/dokuwiki/pdf/Eloquent_JavaScript.pdf}} \\
  
 ===== -  http://javascriptkit.com/ ===== ===== -  http://javascriptkit.com/ =====
Line 72: Line 111:
  
 ===== -  WebAssembly ===== ===== -  WebAssembly =====
 +**[[javascript#top|Top]]**\\
 <HTML> <HTML>
 <html> <html>
QR Code
QR Code javascript (generated for current page)