journal
all all entries rss SoML excited dreams runes YRUU ultimate KTRU skate sleepy nihongo
Rob is 20,117 days old today.
prev day next day printable version

Entries this day: Google_rules Images_progress

Google rules

11:26am JST Tuesday 13 June 2006

Wow. Banged out a spreadsheet to keep track of my debts due to this lovely new steel plate in my shoulder. A spreadsheet on google!!!!!!

But that's not all. I just learned that google earth is available for OS X. Premium! I may *never* get off this computer!

permalink

Images progress

3:28pm JST Tuesday 13 June 2006

Been making forward progress on my images code. Just now saving table creation code, created by phpMyAdmin, which, despite its php roots, seems to be worthy of use. In fact, it's pretty kick ass.

CREATE TABLE `tags` (
  `tagID` INT( 6 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
  `tag_sortname` VARCHAR( 20 ) NOT NULL ,
  `tag_displayname` VARCHAR( 25 ) NOT NULL ,
INDEX ( `tag_sortname` ) ,
UNIQUE ( `tag_displayname` )
) TYPE = MYISAM COMMENT = 'tags created with phpMyAdmin 13 June 2006';

11:39pm JST Tuesday 13 June 2006

Nice. Now I've got the code so it's being run through CGI::Ajax, which will allow me to do neat things without full browser refreshes. The first neat thing I got it to do is pull up tags that match a search query. The query is run with each keystroke, so no need to hit return.

It's not has fast as I would like it to be, but I pretty much ain't even gonna worry 'bout dat.

Next step: to learn how to hide and display things. Right now the tag search field is hardcoded onto the front page. Instead, it needs to have a hideable sidebar with various content in it. Hideable is optional, but gotta allow tags/calendar/event/random to be browsed/searched

permalink
prev day next day