Mobile GITI

Today I started a project I have been meaning to work on for years, a mobile version of GITI. I kept holding out, waiting for myself to learn how to write the application to not be Internet dependant, but for the most part, there is wireless access almost anywhere that I will need GITI. My […]

GITI Arcade

Since June 2003, when GITI was created, it has been an interface of seriousness and record keeping… last week I decided to deviate from that just a touch. I have added a few games to the interface using some games from Google Gadgets. I’m hoping to write some games of my own to put in […]

Solution Planned

I think I have the solution to the GITI crisis. 1. GITI will register the special cases in its "fields" table user module field info data value $user education institutional_grade $institution $grade $points   2. Education will follow the new v2 protocol for managing its own fields entries, allowing it to take over inserting records […]

Varying Grade Systems

GITI’s education module was written to be very simple, it understands standard letter grades (A, B, C, D, F) as well as a few other concepts (Pass [P], Incomplete [I]), but it doesn’t know how to deal with anything other than whole letters on a 4 point scale. Currently this is hard coded in GITI, […]

Time for GITI Repairs

Now that I have a week of free time, I believe it is time to work one some stuff with GITI. Keychain – an odd little module I wrote to move all of my software keys out of the GITI notepad and into a separate space. The module is somewhat effective at what it does, […]

GITI Gets Fit

As with any great change in my life, the Getting It Together Interface will be changing with me. In the next few days, the Health module (to be called Heath and Fitness Module) will gain a nutrition component to supplement the existing workout component. The components will then be integrated into the common module. During […]

GITI Reaches 1000 Education Items

During the summer of 2003, I began work on “Journal” project, after spending the Spring working on Address Book with Chris. Working on the Address Book project gave me a lot of experience with PHP and introduced me to the database driven web application. A few weeks into the Journal project, I began work on […]

todo, v2_todo, or list

I’m starting to think that GITI is going to get a new module, “List”, a hybrid of v2_todo, notepad and just a general linked tree structure for storing information that isn’t very long. This evening I realized that GITI’s v2_To Do module isn’t really used at all and isn’t really practice. The v2_ToDo module doesn’t […]

Frustration with Previous Self

In past few days I have looked at more of my own old code for GITI (Scheduler, PIM, the Interface, whatever) than I ever have before. The things I am finding in my old code are not pleasant. I left myself almost no code comments, there is no spacing, no indention and everything is basicly […]