Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

Castle ActiveRecord

Lately, I’ve been playing around with Castle ActiveRecord tolearn about this particular technology. For those of you who are unaware, Castle ActiveRecord is an open sourceimplementation of the ActiveRecord pattern written in .NET and built onNHibernate.
Posted by mikechr | 3 Comments

Lowes

I don't really know why I bother buying anything from Lowes anymore. They don't actually install anything they sell. First, I buy a new Bosch tankless water heater. I did all the research online and found the exact unit I wanted, and Lowes had the best
Posted by mikechr | 0 Comments

Writing a simple managed control under IE

Most web developers are aware of various "controls" and "applets" that can be "hosted" by "Internet Explorer" (hmm, not sure why I quoted that last thing, I guess I was on a "roll".) This code is compiled code that runs within the IE process and draws

Housing prices

When I moved to the Seattle area over eight years ago, I knew I wanted to make this place my home. Since it was clear my residence would be permanent, it seemed like a good idea to buy something rather than rent. Back then, I found a nice condo for around
Posted by mikechr | 10 Comments
Filed under:

Housing adventures

I must apologize for my recent lack of blogging, but I’ve been most busy attempting to become a home owner. This is a dream I’ve had for years now, but it was put on hold for a few years due to the most rediculous litigation surrounding my condo assocation.
Posted by mikechr | 55 Comments
Filed under:

Yay! Higher gas prices!

Now that I've caught your attention with my post title, let me explain. Unlike most people, I'm a fan of high gas prices. I'm sure there's a point where I'd start walking to work, but the extra 50 cents per gallon costs me maybe $20 dollars per month.
Posted by mikechr | 6 Comments
Filed under:

JScript Functions

My favorite IE tip/trick of the day has to do with function pointers and anonymous functions. In Jscript, there are two keywords for creating functions. One is “function” with a lower case “f”, and one is “Function” with an upper case “F”. “function”
Posted by mikechr | 3 Comments
Filed under:

Great ASP.NET site

Here’s a great site for developers that aggregates a bunch of other ASP.NET blogs, making it easy to find new information all on a single site. Check it out! http://www.dotnetslackers.com/
Posted by mikechr | 0 Comments
Filed under: ,

IE Tips and Tricks - Part 1

It has occurred to me that I haven’t written much about client-side development and all that fun web browsery stuff. Before I get branded a server only guy, I’ve decided to write an n part series (where n is the number of articles I can write before getting
Posted by mikechr | 5 Comments
Filed under:

Question of the day...

Here’s a hypothetical situation; you’re sucked into a worm hole and transported back to the year 1300 A .D. in Medieval Europe. You didn’t bring back your cell phone, or laptop, or any “more recent” invention. What advantages would you have over society
Posted by mikechr | 9 Comments
Filed under:

Case-sensitivity with IE getAttribute

I ran across an interesting behavior in IE the other day. Some of my script code was misbehaving, and it took me a while to track down the exact problem. In one part of my code I had an onfocusout event that would update an expando property to a certain
Posted by mikechr | 1 Comments
Filed under:

More about type descriptors

The other day, one of my readers posed a question regarding my recent post “ Data Binding to Custom Objects ” – The question was essentially “Why are you writing all this code? There’s much simpler ways to do the same thing.” Well, the reader is correct.
Posted by mikechr | 2 Comments

The Paradox of ViewState Events

I thought I’d write a quick blog about a somewhat “Chicken and Egg” style paradox with viewstate events, and events that cause different controls to be rendered out on the page. As you might know, ViewState events are processed between Page.OnLoad and
Posted by mikechr | 0 Comments
Filed under:

Data Binding to Custom Objects

I’m back! I apologize for my lack of recent blogging, but this post should help make up for that. We’ll be discussing data binding to custom collection objects. After reading my blog on building your own data bound controls , you’ll know that I like to
Posted by mikechr | 7 Comments

My thoughts on Monad, the new Windows command line shell

Today I decided to install Monad, the new command shell for Windows and I gotta say - this thing is awesome! It's pretty much the most confusing shell I've ever seen, but it combined everything I like from DOS, Bash, Amiga, and the Visual Studio "immediate
Posted by mikechr | 2 Comments
More Posts Next page »
 
Page view tracker