7 Articles in the category: Javascript

How to Make a 'Load More' Button in jQuery and AJAX - Byte.Yoga

How to Make a 'Load More' Button in jQuery and AJAX

This 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 - Byte.Yoga

Learning JavaScript and HTML Forms – Make a Simple Quiz

This 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 - Byte.Yoga

My First Ever Computer Program – You Can Try It Too

This 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) - Byte.Yoga

Running Python In Your Browser with Pyodide (Widescreen)

This 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 - Byte.Yoga

Trying to Run Python in a Browser – Game of NIM

This 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 - Byte.Yoga

Running Python In Your Browser with Pyodide

This 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 - Byte.Yoga

Commodore 64 JavaScript Emulator

I 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. ...