04 April 2008
ASP.NET MVC in Meow Mix
I hate databind, I hate postback, MVC please deliver.
Alright, it doesn't exactly have rhythm, but it popped in my head after wrestling a little databind/postback related bug this morning.
04 April 2008
I hate databind, I hate postback, MVC please deliver.
Alright, it doesn't exactly have rhythm, but it popped in my head after wrestling a little databind/postback related bug this morning.
25 March 2008
More exciting things will be coming... after initially showing this to Jason , Scott , and Rob , they're already wanting to see more. And who am I to deny them that? <smile>...
24 March 2008
A quick little pet project from over the holiday weekend might see some light of day later tonight....
17 March 2008
A few weeks ago, I made a post evaluating options for hosted Subversion services. At the time, I was basically drawn to an empty conclusion. Now, I'm relabeling it "hosted source control" rather than "hosted subverison", since my end goal is to have a nice solution for both subversion and git . The more...
10 March 2008
I had previously mentioned that I had moved my site over to Mono, however last night I actually moved it back to IIS. The main reason is that I was experiencing some CPU spikes where Mono would take 100% of the CPU. I had tried tracking it down over the weekend, though wasn't able to find the cause,...
05 March 2008
No, not the bad kind of mono, but the good kind . The kind that lets me run .NET applications on Linux. Some time ago, it was announced that Graffiti CMS would run on Mono, allowing for easy cross platform compatibility. Well, I think I am now the first one to have their blog up on Graffiti using Mono...
18 February 2008
I had decided to give Quicken Online a try. I've been missing out since dropping Money and really do need to know where my account is heading. Mainly, need to be aware of bills I've queued/checks I've written that haven't posted yet, and a bit of a forward projection so I know ahead of time if I might...
06 February 2008
Recently, I ran across an issue with a particular way I was using Membership.GeneratePassword. I had written some code to handle some automated deployment and was using Membership.GeneratePassword to generate a password for a SQL user and then add it to the connectionStrings section of the web.config...
Membership.GeneratePassword and plain alphanumeric passwords »
25 January 2008
I've been working on finding my way through Rails, since learning Ruby/Rails has been on my list to do for a while now. Naturally, when I decided to dive in, naturally wanted to go out and buy the books that come highly recommended for it. So I went out and bought Agile Web Development with Rails and...
18 January 2008
Humans are never perfect, and since humans write documentation, it isn't always 100% accurate. Take the documentation on MSDN regarding Managed Thread Pools , in the "Maximum Number of Thread Pool Threads" section (emphasis mine): The number of operations that can be queued to the thread pool is limited...