Introducing my very first project utilizing Javascript, HTML, and CSS. This website is very simple and contrived. I wrote a Javascript event handler for the onload HTML event that generates table content dynamically. This generated content is nothing more than a bunch of random integers. After that, I utilize a jQuery plugin that does the table sorting for me. When you click any of the column headers, you can toggle between sorting ascending and descending.
The final bit of work I did on this project was a bit of touch-up using CSS. The styling I originally chose is rather bland, so I apologize in advance for my rather unattractive theme. Please keep in mind, however, that I will be updating this specific website/project without notice. This is still very much a work in progress.
Disclaimer
As always, this work is by no means representative of production quality software. I work on small, pointless, personal projects like this solely to demonstrate my technical abilities. This project in particular is something I’ve worked on while I was learning the Javascript and HTML languages, so please keep that in mind!