Schnell Studios
- HTML 5 Circular Canvas Clock
- A test of HTML5 and the Canvas element that displays the current time using a circular style clock with smaller units of time measurement closer to the center of the circle.
- Random Roller
- Everyone loves Dungeons & Dragons, right? Well this is the start of a grand idea I have where just about anything and everything from the D&D books with a table and a number range can be digitized and worked into random generators, mostly for the sake of making things easier on Dungeon Masters who want some quick and easy randomly generated parts of their adventure.
- Random Roller 2
- An expansion of the previous project that includes more random generators.
- Wallpaper Gallery
- So you have a folder chock full of gigabytes worth of wallpapers. What do you do with them? Upload them to the internet and make a fairly sophiscated gallery for everyone to see and use. Not only does this gallery utilize a very nice lightbox-like plugin, but it also can filter all the wallpapers by aspect ratio or resolution, making it easy to find something that will fit your desktop. There's also 'Download' and 'Flag' buttons on the lightbox.
- Pixel Reader
- Something of a crazy idea I had one day that, in essence, serves no practical purpose and is purely just for fun. This program takes an image, reads through every single pixel of that image, and then renders it purely using HTML and CSS, nothing else. Once the image is rendered there are then controls to zoom in, zoom out, go back to the original size, see the color palette, and take a look at other images.
- Grid Game
- A simple grid-based game that scales in size with the browser window. This was more a test in scaling and trying out various events with jQuery and Javascript than it was in trying to
make a game. Controls are WASD or the Arrow Keys and all you have to do is move your piece,
the white square, to the four card suit symbols. Collect all four and you win.
- Painting Grid
- An exercise in using jQuery and jQuery UI to make a simple painting app with several options for colors and brushes.
- Megaman X Animation
- Using game sprites from the Super Nintendo game Mega Man X, this "game" allows you to walk the character left and right using A/D or left/right arrow keys.
- Megaman X3 Animation
- Very similar to the previous project, this one adds a small chunk of a level to walk through. This advancement is also made possible by a web-based game framework called Phaser.
- CSS Shapes
- Creating various shapes with the use of purely CSS2.1 and CSS3 scripting, as well as using the :before and :after pseudo elements.
- Day of the Week Algorithm
- This is basically just a PHP implementation of an efficient algorithm for determining the day of the week that a given date falls on. This was also before I realized that there are built-in PHP methods for doing this already. In any case it gives a little bit of insight into how algorithms like this are simplified as best as possible for very efficient use, and it was just overall good practice. This link tests July 4th in the year 2016.
- Node Map
- Trying out HTML5 canvas and display of a node graph/map.