Welcome to DetlefGrohs.com Sign in | Join | Help

April 2009 - Posts

SilverLight Calculator Experiment

I am writing a scientific calculator in SilverLight as an exercise to learn SilverLight and as something to do while watching TV in the hotel at night. Here is the XAML that I have so far: 1: <UserControl x:Class="CALC_SL.Page" 2: xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
posted by detlef | 0 Comments
Filed Under:

Silverlight Different Start Pages

The startup page for a Silverlight application is determined by the RootVisual that is set in the App.xaml file and I wanted a way to have one XAP file with multiple pages that I want to display on pages. My quick solution is to use the InitParameters
posted by detlef | 0 Comments
Filed Under:

Full Tilt Poker

Play Online Poker I have been playing poker on Full Tilt Poker again and am enjoying it more this time since I have spent the time to see what the site has to offer. The 100% Deposit Bonus for your first deposit is free money and right now they are running
posted by detlef | 0 Comments
Filed Under:

Huh?!?

I am not sure what to make of this banner ad: First of all the sentence makes absolutely no sense and then formatting of the $1,000,000 is off. Someone spent some time to create this with the fancy graphics and background, but then didn’t notice the
posted by detlef | 0 Comments
Filed Under:

When in Doubt Resort to Bribery

I have decided to run a weekly give away something each week to get a better idea if anyone is really visiting this site. Raymond Chen runs a great blog The Old New Thing that has great information on how Windows was developed and the stories behind the
posted by detlef | 0 Comments
Filed Under:

Read-Only C# Automatic Properties

I really like the Automatic Properties feature that was introduced in C# 3.0. For those unfamiliar, it allows for the reduction of this common code pattern: 1: private string _MyString; 2: public string MyString 3: { 4: get 5: { 6:
posted by detlef | 0 Comments
Filed Under:

The Null Coalescing Operator (??) and Delayed Object Creation

We have all seen and coded properties like these in our classes that delay the creation of the object until the first time it is needed: 1: private object _MyObject = null; 2: public object MyObjectOldSchool 3: { 4: get 5: { 6:
posted by detlef | 0 Comments
Filed Under:

Moleskin MSK Format

I am a Moleskin junkie and have several different versions that I use throughout the day. Ran across the MSK wizard which allows you to import pictures, text, contacts or events into it and print them out to include in your Moleskin.
posted by detlef | 0 Comments
Filed Under:

NameChk

NamkChk is a neat site that checks if you user name is available on dozens of social sites. It is also a good way to see where you have registered before and forgotten about it. A by-product is that I was introduced to many social sites that I had never
posted by detlef | 0 Comments
Filed Under:

Firebug Lite

I have always liked Firebug and wished that it would work for IE and other browsers. Now there is Firebug Lite that is a script that enables some of the functionality in all browsers. I particularly like the bookmarklet that enables on any page that you
posted by detlef | 0 Comments
Filed Under:

Squeeze What?

From one of my favorites places to shop for crap, ThinkGeek, comes something I never knew I needed: Squeeze Bacon.
posted by detlef | 0 Comments
Filed Under: ,