journal
all ![]() | Rob is 20,117 days old today. |
May 2006 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
July 2006 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 2005 jan feb mar apr may jun jul aug sep oct nov dec
2007 jan feb mar apr may jun jul aug sep oct nov dec |< << more >> >| |
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! permalinkImages 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 permalinkprev day next day |