Category: Daily Life

Ramblings, often stream of conscious, journaling the events of my life.

  • The outer corner of the room. Note the challenging…


    The outer corner of the room. Note the challenging, non-standard windows. If I had a month two solid weeks to work on this with uninterupted days (ie. no work, no errands and money for supplies) I would rip the drywall out of these two walls. Install upgraded electrical, install new windows, and better insulate. I wonder what I would do with those nice Tennessee marble window sills? Posted by Hello

  • These are the hardwoods that the kids, the dog and…


    These are the hardwoods that the kids, the dog and myself are slowly destroying. I think I will call someone today to see if they can refinish the floors room by room or if it requires emptying the entire upstairs. Oh..and cost. Posted by Hello

  • I’m beginning with the closet on the premise that …


    I’m beginning with the closet on the premise that it will finish first and fill up quickly. The final design (for a later stage of the project) will have this doorway arched. Posted by Hello

  • Noah’s new room makeover has begun. How do those D…


    Noah’s new room makeover has begun. How do those DIY guys get such full pictures of the rooms they work on? Posted by Hello

  • Calm Before the Storm

    The kids are quiet…too quiet.

    Poor Noah looks so dazed. I think he is sleeping sitting up. Molly (the puppy) is leaning up against him. Very sweet!

  • La de da de dum what’s the name of that song?!

    A New Day!

    Let’s start the day off with a PayPal donation link:

    This Morning

    This day started off strong on a 4:30 note. Man I hope I can keep that wake up time going!

    All last week I had Victor Vito and Freddie Vasco (for those looking for just the cd) stuck in my head. Anyone know what they ate? Did you know there is a story book that goes with it?

    This morning I wake up humming “this hat is my hat and makes me feel fine!”

    Wow! On Whaddaya Think of That? Laurie does a rendition of “The Cat Came Back” and “Wimoweh”.

    And because I like Laurie Berkner’s music here is Buzz Buzz.

              

  • Of Grasshoppers

    Student: I want to improve as a teacher of those around me. Give me your criticism.

    Master: I have only good things to say.

  • Today’s Progress

    I helped the wife get the girl’s new room in order and began painting on Noah’s new room. Hopefully I can burn some midnight oil and get it wiped out quickly. I have such plans for his room! They will be spread out over time. Yikes! I’m not photo documenting!

  • You have to be kidding!

    Time names President Bush Person of the Year

    You know, when my mother used to tell me “anybody can be president” I thought she meant to inspire me to high aspirations. I had no clue she was being literal.

  • Killed the beast!

    I complete a project! Wahoo! It was appealing MySQL database driven PHP project. I had the pleasure of designing the database from ground up and creating the code from scratch. It came together very well. As with any project I would love to keep tinkering on it but we have come to a stopping point where I am satisfied and so is the client.

    It is a very good feeling!

    Now I am jazzed about getting a house project done. Today will be a balance between paint and coding. I would like to get some shopping done too but that will have to wait.

  • Food win!

    Noah likes grapefruit!!

    (man Sarah’s a grouch right now)

  • A New Day! Let’s start the day off with a PayPa…

    A New Day!

    Let’s start the day off with a PayPal donation link:

    This Morning

    Yesterday Noah and I spent the morning at the old Outlets Limited Mall which is now a deteriorating building devoted to good causes. Today Noah and I helped the the Mayor was there. I had no idea. For that matter, I don’t even know what he looks like.

  • Ran across this at Circuit City trying to get the …


    Ran across this at Circuit City trying to get the Slick Deal of a Belkin Wireless G router for minus $3. Missed the boat. The router is now $19.95 after a $50 mail-in rebate. Posted by Hello

    So I am still trying to figure out “where do you sit?” If things are handled differently in your restrooms, the white paper hanging on the wall is intended to go on the seat of the commode for people that fear germs.

    There was a guy in the stall when I took the picture. When he came out I commented on the oddness and he laughed and said, “that deserves a picture!” Unbeknownst to him, the shutter had already clicked.

  • Take Away My Programming License!

    I spent most of yesterday troubleshooting why I could not get a file to upload with a form and php. I naturally jumped to enctype and immediately confirmed it to be enctype=”multi-part/form-data” because that is usually the problem. Then I checked all the various server settings. Finally this morning I reduced the code to its simplest form to test and got a file to upload! Then I realized that enctype=”multi-part/form-data” was not correct. enctype=”multipart/form-data” is correct.

    So many wasted hours!



    I no longer feel so bad. I use O’Reilly’s HTML Pocket Reference to double check syntax etc and sure enough on 24 they have printed “multi-part/form-data” instead of “multipart/form-data”. Since I do file uploading so infrequently I used their reference instead of my editor’s shortcut. I still recommend the reference (if for anything, the color chart in the back is very helpful).