Entries categorized 'Software'

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.

Posted 10:05 am | Software | No Comments

25 March 2008

Graffiti on the iPhone

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>...

Graffiti on the iPhone »

Posted 5:17 pm | Software | 1 Comment

24 March 2008

whatisdat?

A quick little pet project from over the holiday weekend might see some light of day later tonight....

whatisdat? »

Posted 5:07 pm | Software | No Comments

17 March 2008

Hosted source control take 2

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...

Hosted source control take 2 »

Posted 4:04 pm | Software | No Comments

10 March 2008

Issues with mono, temporarily on IIS

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,...

Issues with mono, temporarily on IIS »

Posted 10:49 am | Software | 2 Comments

05 March 2008

I've got Mono

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...

I've got Mono »

Posted 11:47 pm | Software | 4 Comments

18 February 2008

Ok, but what do I do now?

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...

Ok, but what do I do now? »

Posted 4:06 pm | Software | No Comments

06 February 2008

Membership.GeneratePassword and plain alphanumeric passwords

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 »

Posted 3:18 pm | Software | 2 Comments

25 January 2008

Is this book serious?

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...

Is this book serious? »

Posted 9:26 am | Software | 1 Comment

18 January 2008

When documentation is a wee bit off

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...

When documentation is a wee bit off »

Posted 4:13 pm | Software | 7 Comments