7 Articles in the category: Javascript
How to Make a 'Load More' Button in jQuery and AJAX
Wed, 12th of January 2022 12:44 PMThis page shows the code for a "Load More" button, using jQuery and AJAX. It can be used to add any content to a <DIV> inside web page while the rest of the page is...
Learning JavaScript and HTML Forms – Make a Simple Quiz
Mon, 10th of January 2022 7:53 PMThis page demonstrates a simple quiz written in JavaScript and HTML forms, made for a TAFE course in web and database development/design in 2001. This kind of quiz makes a good project to practice on when...
My First Ever Computer Program – You Can Try It Too
Thu, 16th of December 2021 12:10 AMThis page gives an example of the first computer program that I saw in its entirety for myself. And typed in to a computer. And ran. And fooled around with. I was (I think) 8...
Running Python In Your Browser with Pyodide (Widescreen)
Mon, 13th of December 2021 1:20 PMThis page is an experiment to see how much Python I can get to work in a web page, using "Pyodide", a Python-to-JavaScript compiler that uses Web Assembly (WASM). It may not work well in Firefox...
Trying to Run Python in a Browser – Game of NIM
Mon, 13th of December 2021 3:31 AMThis page is basically an experiment to see how well I can get Python code to run inside a web browser. It uses a Python environment called "wc-code", which allows for an "IDE" (Integrated Development...
Running Python In Your Browser with Pyodide
Mon, 13th of December 2021 12:08 AMThis page is an experiment to see how much Python I can get to work in a web page, using "Pyodide", a Python-to-JavaScript compiler that uses Web Assembly (WASM). It may not work well in Firefox...
Commodore 64 JavaScript Emulator
Sat, 11th of December 2021 12:10 AMI found this Commodore 64 JavaScript Emulator, written by Thomas Hochgoetz, at c64emulator.111mb.de. It's installed here to demonstrate the games and other software I wrote in early-mid high school. ...