Posts filed under “General”

Weird?

I’ve been tagged by Vera, that annoying lady who doesn’t know I’ve got exams next week. I’ll do it anyway — anything for Miss Green . Shaving: I don’t shave under my arms — I pull all the hair out. I also love plucking out my eyebrows and eyelashes. I’ve plucked my brows clean before. [...]

Working

I’ve already mocked up a design for Authware and tweaked the database layer — I was able to communicate successfully with PostgreSQL, MySQL and SQL Server. Hopefully, any other developer interested should be able to write a layer for mySQLite or some other obscure database. I used PHP 5′s Interface feature — the classes only [...]

Designers vs. Developers

I’m in charge of overhauling a site (http://www.i55.org) and moving it to Joomla. Here’s the test site [before it goes live]. I’ve been slaving away at this site for quite a while, rewriting components to fit the design I was given as much as possible. I proffer my work to the client, and he’s quite [...]

Bring it on

This week’s been hectic — I made a B in my last Computer Architecture test, but my above 100 score on the previous one [gotten through a bonus[, still leaves me with an A average. What's this obsession with making all As? I whipped my friend Raymond into a frenzy when I told him the [...]

Changing Compilers

I updated my archaic DevC++ installation today — and holy of holies, I couldn’t compile something I was working on. I decided to try out a “Hello World” program, but I still couldn’t compile. I was beginning to think the problem was from several installations I made recently so I uninstalled them — the errors [...]

SQLite

I was just going over something today ans came across SQLite. Nope — it’s not that I just discovered it — I mean, I initially planned to start using it way back since last year, but I obviously needed a book to remind me that it existed. I’m working on a lightweight database abstraction layer [...]