Programming


Go here for the main page.
Go here for free scripts.

Programming languages

Current Projects - hover for more details

Old Projects & Mini-Apps

Programming principles

I am largely self-taught as a programmer, so I've learned to recognize and (hopefully) stifle bad habits before they become mistakes. I rigorously comment all of my code, and I perform extensive testing before making pages live. I like to avoid clutter, so I try to use functions and external files to keep my code clean and easy to read. Lately I've started using OOP as well, and I've found that really helpful in creating reusable code.


Go here for the main page.