Jeff Makes Software
The software musings of Jeff Putz
-
Windows Live Writer... so what?
Wow, I'm being a real poopy pants this morning. I clearly need some Mountain Dew or whatever gets keeps to wake up in the morning.
-
Make Xbox 360 games, for a price
One of the reasons that Microsoft has been able to break into the video game business is because they've done a good job sleeping with developers. Not literally of course, but they've gone out of their way to help dev shops make the most of the hardware and get their stuff out there. That's why there are so many great games out there.
-
Another switcher!
Yeah, another developer who loves his Mac...
-
The ASP.NET monkey's feelings about Parallels on an Intel Mac
I'm a little overwhelmed at the amount of e-mail I'm getting about how I like Parallels on my MacBook Pro, which is what I've been using for Visual Studio, SQL Server and Photoshop development. I guess I'm not going into enough detail with my other posts, but that's partly because there's no detail to give.
-
Total switch to Parallels
I deleted my Boot Camp partition on my MacBook Pro today. Once I started using Parallels for virtualization, there was no point. Now when I need to use Windows I don't have to reboot, I can share files, and I don't have to occupy some part of the hard disk with a partition that's partially unused. Sure, Parallels wasn't free, but it's a much nicer arrangement. Performance is top notch, and indistinguishable from the partitioned instance.
-
And you thought Vista was looking like a colossal failure before
I'm sure I'll be accused of drinking the Apple Kool-Aid (or is it Apple juice?), but I have to say that Microsoft is so ridiculously far behind in making a meaningful gee-whiz operating system that it weighs heavy on me. The company that has brought to me amazing development tools and a superior Web platform has utterly embarrassed me on the OS front.
-
I Digg the Kevin Rose story
I've said this before, but I'm really enamored with the whole Digg and Kevin Rose story. Business Week is obviously into it too, as it's their cover story.
-
ASP.NET Profile sure has some weird quirks
When you read a property from your Profile provider, you'd think that it will only call the provider's GetPropertyValues method, right? Well as it turns out, it's calling the SetPropertyValues as well, on every call. I can't for the life of me figure out why it would do that.
-
Programmatic Profile properties AND groups
First off, thank you to Geoff for pointing me to Fredrik's excellent post on programmatically setting Profile properties. All is well so far, but I'd like to use groups. It appears, however, that it's not as straight forward. I looked at the generated code to see how it's done, but the same code does not apply.
-
Are programmatic Profile properties possible?
I really dig Profile in ASP.NET. It's a good system and I'm all about common and easy to use API's. What I don't like is the web.config mess.