Wii Baby
22 December 2008

One of our parenting discoveries is that Abby loves the Wii. So much so, that she will pull out the controllers and ask us to play. Her favorite thing to do is to sit beside us holding her own controller while we race shouting "Go Daddy go!"

It's to the point where if she's grumpy or whining a simple question of "Do you want to play Wii?" results in Abby responding "Wiiii?!" and running to the couch. Whatever was bothering her is forgotten.

In the coming years though, she will be wanting to play herself, resulting in less game time for Dad.

CSS trick
18 December 2008

I learned a CSS trick today - centering an absolutely positioned div. It is quite simple, really. Set top to 50% and set the left-margin to a negative value of half of it's width.

For example:

#centered_div {
  position: absolute;
  width:500px;
  top: 0;
  left: 50%;
  margin-left: -250px;
}

Cleverly simple.

I wish politicians would act like responsible grown ups for once. I feel like I am watching yet another bad reality show and an another alliance is being formed to kick someone off the show. I don't expect the opposition to like the ruling party or to agree with them, but come on, joining forces with the NDP and requiring and seeking support from a separatist party? How can anyone think that this is healthy? Add to that the worldwide economic crisis and you have an unstable government during an unstable time. What does unstable*unstable = ?

I would like to see a point form list of what the Conservatives have done against the Canadian population, not against the other parties that require these drastic measures to remove them from power. Dion's reasons for a coalition from last night's speech:

  • they believe they can achieve more
  • there will be less conflict
  • they disagree with the Conservative's economy stimulus plans
  • Harper is at fault for the confusion in parliament and wants to "get to work now"
Of course a different party thinks they can do better. Of course there's confusion and conflict within a minority government. What the general population desires is that our elected representatives swallow their personal and party pride and do some work. And perhaps also acknowledge and respect the governing party so there is less confusion and conflict. And yes, the governing party should also have some humility and reconcile themselves to the fact that they are indeed a minority and must work with the opposition in order to get anything done.

I realize I'm speaking as a Conservative Western and my sentiments are not echoed everywhere, but I can say with confidence that most Canadians would like to see the quibbling cease and some level-headed governing begin.

We do not need drama for the sake of drama.

Linux Video Editor
28 November 2008
I just found one of the missing pieces in my Linux experience - a simple video editor. I just found one that worked out of the box - Avidemux. It's available in Ubuntu repositories so it was a breeze to install as well.

Tags


Fatal error: Uncaught Error: Undefined constant "Math" in /home/sgreimer/stevenreimer.com/includes/classes/TagCloud.class.php:188 Stack trace: #0 /home/sgreimer/stevenreimer.com/templates/_includes/sidebar.php(52): TagCloud->showCloud() #1 /home/sgreimer/stevenreimer.com/templates/index.tpl.php(25): include('/home/sgreimer/...') #2 /home/sgreimer/stevenreimer.com/includes/Page.class.php(412): include('/home/sgreimer/...') #3 /home/sgreimer/stevenreimer.com/public_html/index.php(25): Page->show() #4 {main} thrown in /home/sgreimer/stevenreimer.com/includes/classes/TagCloud.class.php on line 188