Friday, January 04, 2008
Friday, January 04, 2008 3:12:17 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  |  Trackback
 Thursday, January 03, 2008
Thursday, January 03, 2008 9:20:06 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  |  Trackback
 Tuesday, January 01, 2008

It would appear that I did not blog my 2007 goals, the meeting of which were a mixed bag.  I do have some solid 2008 goals.

  1. Debt:  Jen and I have never very agressively went after paying off the student loans and credit cards but carrying debt has started to bother me a bit more in light of the current state of the economy, and I'd just like to have that $$ to spend and save every month.  An aggressive but attainable 2008 goal is to reduce the debt by 33%.
  2. MVP: I'd like to keep my Microsoft MVP - Solution Architecture status.  I need to seriously get my arse in gear on this one, but since my wife starts on days next week I can get back into speaking engagements and such.
  3. Total home organization: This one is hard to explain without making me sound like an OCD nutjob.  There are various things all over the house that are just sitting on the floor of the closet, etc. because there was no other place to put them.  I spent a rather large amount of time this past fall setting up shelving, getting rid of moving boxes, and buying storage bins but there's honestly not a single room in the house I could call "done" except maybe for my kitchen.  I'm hoping to get this task to 90% before Kid #2 is born.
  4. Save: I save a fair bit every month and I usually drain the accounts 1x per year in order to purchase some kind of toy, usually audio/home theater related.  In 2008 I want to save enough to take advantage of this poor real estate market and buy some land.
  5. Let it go: This one is a bit personal, but I'll vaguely phrase it as "I don't have time for people who don't have time for me", no matter how much history there might be.

I have some other minor goals that are not official Resolutions.  There are some home improvement projects I'd like to get done, I'd like to build a great team at work (unfortunately largely out of my control), I'd like to build my cellar up to about 50 bottles of wine, and exercise a little bit. 

Tuesday, January 01, 2008 12:59:04 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [1]  |  Trackback
 Thursday, December 27, 2007

Unlike every other database I've ever heard of, MySQL does not support expressions for column defaults, so for example 'DateTime Not Null Default now()' is not legal.

Lame.

Carry on.

Thursday, December 27, 2007 9:32:07 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [2]  |  Trackback
 Wednesday, December 26, 2007

http://thirstydeveloper.com/2007/12/23/Episode6ProjectEuler.aspx

My podcast regarding Project Euler is up. Go check it out.

Wednesday, December 26, 2007 10:10:27 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  |  Trackback

I installed Beta3 of the ADO.Net Entity Framework today as well as the Visual Studio integration tool and started using it on a project that's not mission critical.  So far my only complaint is that it does not (seemingly) include the capability to apply a Regex to the Table Name-->Entity Name process.  For example, I've gotten into the habit of naming tables in the plural, so "select * from Questions" seems natural, however having an object of type Questions annoys me.  Once I think of (or see someone else's) a means of testing performance vs. raw SQL and decide to actually use this I suppose I can rename my tables, seems a shame though. 

Oh, and, I would like for it to be an actual "shipping" product.

Wednesday, December 26, 2007 3:48:09 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  |  Trackback
 Friday, December 21, 2007

Hmm, it's been a while since I've posted anything worth reading to anyone but my Mom!  I shall soon remedy this.

I'm in the process of securing the approval of Klipsch for my final edited version of the Podcast I did this week, so that should be up on KlipschCorner.com soon.  During this endeavor, I thought of an excellent idea for code/architecture podcasts, which I will not share until I have an example.

I've had the good fortune to actually interview some people lately.  Yesterday I thought up my favorite new interview question

"If you were interviewing me and wanted to stump me with a reasonable .NET question, what would it be?"

I need to qualify what "reasonable" means or come up with a better way of stating the challenge to avoid lame questions.  Yesterday the question I was asked was "What is the default file size limit for the FileUpload control in ASP.Net?".  Legitimate question to ask a senior .NET person or too specific to know unless you just used it this morning?  I'll let you be the judge.

Friday, December 21, 2007 12:00:05 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [1]  |  Trackback
 Friday, December 14, 2007

The word on the street is that the .NET User Group install fest has been rescheduled for next week Tuesday the 18th.  If this turns out to be the case I will not be able to make this, and you will miss my riveting grok talks on Client Application Services, Extension Methods, and Compact Framework 3.5.

I will be in Indianapolis on invitation from a little company called Klipsch Audio Technologies, where I will be doing some listening of upcoming products and a Podcast with an acoustic engineer or two. 

Friday, December 14, 2007 11:14:49 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [1]  |  Trackback
 Thursday, December 13, 2007

A note to Asp.Net developers:

I cannot think of any valid reason why <div> tags opened in one UserControl should not also be closed in the same UserControl.  In fact, closing <div> tags from UserControl1.ascx in Default.aspx or in UserControl2.ascx makes markup extremely annoying to maintain. 

That is all.

Thursday, December 13, 2007 9:03:55 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  |  Trackback