<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d5528253\x26blogName\x3dGrand+Kids\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://granys-kids-kids.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://granys-kids-kids.blogspot.com/\x26vt\x3d323607410020986403', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Tuesday, March 30, 2010

I'm trying out a new band. Answered a "cellist needed" ad on Craigslist. I like their sound. http://prometheusunbound-ensemble.com/index.html I think they might be a bunch of tree-hugging music-hippies, so I should fit in okay.

Not the Acousticats, but hey - who else is?

Sunday, March 21, 2010

I have decided to be more active in my community,
so I have joined my local Neighborhood Association.

The West Bench Neighborhood Association encompassas about 5200 housholds in West Boise. I dropped in an a meeting a couple weeks ago and.. well.. I guess yo uknow how these things can go.... I am the new webmaster for the WBNA. or should I say the first webmaster as they didn't yet have a web presence. So I am building it. I have purchaced the domain and set up hosting . created a google account for it's maps and calendars. I installed a wordpress content management system, and the same mailing list system I implimented for the band.
Check it out here http://www.WBNABoise.org

Thursday, March 18, 2010

For those that haven't heard yet, I had a bit of a scare Monday night.
I was at work when I started having some chest pains, pressure, shortness of breath, and dizziness. Told my boss I think I'd better get to the doc. 10 minutes later the EMT's were working me over. ( those guys REALLY need to work on their IV skills) anyway, I was transported to Kootenai medical where they proceeded to poke and prod me. Over the course of the day they ran tests, x-rays, ekg, ecg, and a whole bunch of other alphabet tests. (I'll be slightly radioactive for awhile). They ran a stress test, basically the works.
I am fine. The doc gave me a clean bill of health, no blockages.... nothing wrong with my heart. He said I have the heart of a 50 year old NON-smoker. Blood pressure and heart rate are most excellent. Lungs are clear as well.
Turns out the Prilosec OTC I was taking for my reflux was cutting down the acid production, but not treating the other symptoms. combine that with a little above normal stress, and whala.... a ride to the ER. Doc said to cut down on the caffeine, reduce my stress, get more sleep, all the normal stuff. He also prescribed a better reflux med. So I'll cut my coffee intake down to under a pot a day, I have my boat and bike to work on to relax, and start exercising more.
I didn't want to worry anyone un-necessarily until I had all the facts, but apparently it leaked out somehow. Sorry to those that were worried.
Love you all. ( I don't say that enough to y'all, but know it's true)

Wednesday, March 17, 2010

Looks fun hu?

DateTime starttime = System.DateTime.Now;
DateTime endttime = starttime.AddMinutes(Convert.ToDouble(LotStageDuration));
#region Daylight_Savings_Time
/////////////////////////////////////////////////////
//
// Adjust end time for Daylight Savings Time
// //
/////////////////////////////////////////////////////
if (starttime.IsDaylightSavingTime() != endttime.IsDaylightSavingTime())
{
if (endttime.IsDaylightSavingTime())
{
endttime = endttime.AddHours(1);
}
else
{
endttime = endttime.AddHours(-1);
}
}
#endregion

Saturday, March 13, 2010

Raining and blowing hard in Brooklyn tonight. I watched a skiff that had broke from it's moorings crash into the bridge to Coney Island on the way back to my hotel.

I head home tomorrow for a few days off...then to Rhode Island.