Board Gaming

Games we own. These are all available for game night with the North Tahoe Tabletop Board Game Meetup group....

Art Projects

I have worked on various art projects over the years. This is a collection of some of those projects....

Programming Projects

I have worked on various personal and professional computer programming projects over the years. This is a collection of...
Computers & Programming

OnNavigatedTo Too Soon To Add Grid Children

In the process of porting my Windows Phone code to Windows 8 (Store App), I came across this interesting problem. FrameworkElement FieldView = Field.getView( true ); ContentPanel.Children.Add( FieldView ); Panel theParent = VisualTreeHelper.GetParent(FieldView) as Panel; FrameworkElement theotherparent = (FrameworkElement)FieldView.Parent; When I call this code in the OnNavigatedTo event…

Continue reading
Computers & Programming

Alpha Color Mixer

I just finished writing a small Windows Store app. It is a color mixing program that stands out because it includes an Alpha channel control. I downloaded someone else’s color mixer and was sadly disappointed. Their user interface had multiple preview boxes, and changing a setting in one…

Continue reading
Computers & Programming

Windows 8 Store App Theme Color

When developing for Windows Phone 7 and 8, the operating system API provides access to lots of interesting features. One feature lets the application get the selected theme color that the user has selected. This is not available to Windows Store apps because, well because the notion of…

Continue reading
Uncategorized

The Charms Bar – An Oddity

Start Screen with Charms Bar Over there on the right side of the screen is the Charms Bar. It is an oddity to me because it has system-centric information as well as app-centric information. Compare that to the application bar, a feature that many but not all apps…

Continue reading
Uncategorized

Tunnel Creek Road

Population Growth in Sports I went on a mountain bike ride yesterday. I rode up Tunnel Creek Road, in Incline Village, up to the Flume Trail. The last time I was on this road was more than fifteen years ago. It was brutal. When I did this ride…

Continue reading