Welcome!

My name is Stefan (Steve) Koshy, and this is a site I created in order to develop my PHP, SQL, JavaScript, and jQuery skills.

Structure of Site

The links at the top of the page can help you jump to the main sections of my site.

To come back to this homepage, click my name at the top.

Background Pages

Whenever a page is visited, it is loaded into a special div and assigned a custom-made JavaScript "Page" object. This object holds any JavaScript variables for the page, plus some other basic functions.

Some people may think this causes unnecessary memory consumption. To please those people, once my site has more pages I plan to implement a way to unload backgrounded pages from memory (there already is a destroy() method for the custom Page object I made).