Hello, my name is Richard Ye. This is my website.
I'm a high school student and do little things on the internet in my spare time. For example, here's my account on Digg, my Facebook profile and my Twitter account. I also to a bit of web development as a hobby, primairly for groups I'm involved in. This website exists primarily as an outlet for my web projects.
Sorry, due to a busy personal life, I'm not taking any new work at this time. However, feel free to drop me a line if you have something to say.
Not all things that I've done I take pride in. However, there's a few things that I think are worth mentioning:
Bell High School Website - www.bellhs.net &mdash an ongoing project for my high school. Lots of goodies programmed in PHP, with a custom, dynamic, cross-compatible, AJAX-capable, standards-compliant, mySQL database-driven, web-based CMS (the preceeding sentence breaks a personal record for number of buzzwords in a single sentence). A collaborative effort with Leo Koppel.
The GloBELL Roar - roar.bellhs.net &mdash a digital version of the school's student newspaper, with an easy-to-use backend that is capable of processing the same articles, images and features as the print version.
Captchar: a simple Captcha in PHP - a relatively simple implementation of a CAPTCHA in PHP. A product a lot of tinkering to make the image readable to humans but not computers. With downloadable source code.
AJAX Calculator - a relatively complete scientific calculator completed for a clas project. With a fully-functional parser (i.e. not using the eval() function) with support for hexadecimal, functions, variables and (very) basic statistics. Also see the far more complete AJAX Unit Converter.
The Super-Simple Userbox Generator - Userboxes are little boxes that on Wikis (such as Wikipedia) tell a bit of information about the user, i.e. "This user is fluent in French." This makes generating the markup just a bit easier. Old Version (different code).