Scott VonSchilling.com

Where coding, cats, and culture combine.

Programming Projects

The following are programming projects I have created to demonstrate my coding abilities. The source code to everything is publicly available online on my GitHub repository, which provides links to easily download them in a .zip or .tar.gz package.

Litter is the hottest new micro-blogging service for cats all over the world. This Twitter clone allows users to post 140-character messages and read the feeds of other users, imported from actual feline Twitter users via the Twitter API.

Litter

The original version of Litter was intended to show a fully functional web application created without the help of a JavaScript library or framework. Coded in PHP, JavaScript, AJAX, CSS, and HTML. View source code.

Litter - JQuery Version

Based on the same code of the original version, but the front end has been greatly simplified by using the JQuery JavaScrpt library. Animations have also been added. Coded in JQuery, PHP, JavaScript, AJAX, CSS, and HTML. View source code.

Litter - Progressive Enhancement Version

Built on top of the JQuery version, but has been modified to adhere to the “Progressive Enhancement” philosophy of web development. Users have the options of disabling cookies, CSS, and / or JavaScript while still being able to utilize core functionality of the application. Coded in JQuery, PHP, JavaScript, AJAX, CSS, and HTML. View source code.

LAMP To-do List

A simple To-do List web application for a LAMP setup. W3C and progressive enhancement standards. Coded in JQuery, PHP, JavaScript, AJAX, CSS, Blueprint and HTML. View source code.

Telnet Trivia (in development)

An online multiplayer trivia game. Coded in Node.js. View source code.