Welcome…
...to Daigo’s Daily Digital Diorama. This is utterly useless online journal (yes, that was what it was originally called before term "blog") that I've been keeping since 2002. Since it is ".org," my wife once called it a nonprofit nonsense. I use this blog mostly about baseball, and being Japanese man in America. Wondering who the heck Daigo is?
Color Switcher
My websites
Calendar
Past entries
Topics that I cover
- Asian Issues (69)
- Baseball, Softball, and Judo (127)
- Culture, News and Politics (43)
- Faith and Words to live by (12)
- Jazz, Ukulele and other music (22)
- Life is Good (93)
- Linux, Mac, and LAMP Open Source (108)
- Movie and Theater (25)
- Recipe (5)
- Tech, Gadget, and Computer (93)
- Twitter (38)
- unsorted postings (82)
- Web/Print Design and Dev (65)
Flickr
Monthly Archives: December 2004
Loving Xemacs
From the happy-computing department: I am using my home server’s xemacs via X11 on Mac at work using planner mode and loving it. What a awesome way to take notes ect… I need to study more xemacs though. There are SO much you can do. I now need to figure out how to hook that [...]
MySQL data format to display format in PHP
Easty way to convert 2004-12-05 style date (mysql) to December 5, 2004 in PHP //format date for printing //I already have variable $mysqlDate which is 2004-12-05 //Remove the '-' from the standar MySQL sate format list($Year,$Month,$Day) = split('-',$mysqlDate); //Create a UNIX style timestamp from the result $stampeddate = mktime(12,0,0,$Month,$Day,$Year); $displayDate = date("F j, Y",$stampeddate); print [...]
Posted in Linux, Mac, and LAMP Open Source 1 Comment
MySQL PHP example
PHP-MySQL really simple example <?php // Connecting, selecting database $link = mysql_connect("localhost", "_USERNAME_", "_PASSWORD_") or die('Could not connect: ' . mysql_error()); echo 'Connected successfully'; mysql_select_db("_DB_NAME_") or die('Could not select database'); // Performing SQL query $query = 'SELECT * FROM _TABLE_NAME_ '; echo 'Query successfully'; $result = mysql_query($query) or die('Query failed: ' . mysql_error()); echo [...]
Japanese Ball Players.com redesign
I am doing re-thinking of japaneseballplayers.com‘s site structure and pourpose. I am converting all of it to be xhtml css and backend will be php-mysql. It will be heavily database driven. One of the thing that I want it to have is quicker access to the stats/info form other sites. So here is my research [...]
Posted in Baseball, Softball, and Judo Leave a comment
The computer is here! but…
I am tired and going to bed but… I spend last three hours assembling the computer and it doesn’t work! It beeps quick twice then beeps 9 times. Here is a awesome site for refernceing hwo to figure out the Bios beeps. An my mother board is K7 Upgrade 880 from ASROCK, so AMI 4MB [...]




Web Design World