canPlayType Not Implemented

In kicking off a simple ASP.Net MVC3 project to try out the new development environment, The first snag had nothing to do with the mac.

A blank view was reporting an error in the modernizr script. The specific error was thet canPlayType was not implemented. (Raised by the included Modernizr script.)

A bit of digging around the web presented this as a solution (Which works): Install the “Desktop Experience” feature from server manager.

Since this is a dev server, and I wouldn’t expect to run apps with fancy media on a server, I guess this will work for me. It would be nice if the modernizr script did a try catch on this call though.

Posted in Server 2008 | Tagged , , , | Leave a comment

Microsoft Development on a Mac

My best computer setup is my Mac Pro. It’s got a 30″ screen and a 21″ Wacom Cintique screen. So I was thinking, Wouldn’t it be nice to use that for my .Net development environment too?

So as an ongoing project I will be reporting on my experiences running Visual Studio 2010 on my mac. I’m currently using a VMWare VM of Windows server 2008 R2, Which is running in VMWare Fusion 2.0.8.

Mostly I’m using Unity so that the server 2008 windows appear as native windows.

Just because I’m a luddite, I’m keeping a “remote copy” of the GIT repository for each project on a shared folder.

So far the only issue with this has been some minor screen redraw issues.

And a nasty suspicion I would like some more RAM in the box.

Posted in VisualStudioVMWareFusion | Tagged , , | Leave a comment

WPF Databinding

Just a small observation based on a bit of reading I’ve been doing around the tradeoffs between having your view model (or it’s attached model) implement  INotifyPropertyChanged v Deriving from DependencyObject and implementing dependency properties.

It’s not about the issue it’s self, but the attitude of some of the posts: Those which worry me seem to argue for an overall “best solution”.

Both techniques work, and they have different pros and cons. (see google for many opinions)

So what worries me is that unless you consider your choice in the context of your specific implementation, you could end up down the wrong track…

It’s kind of like asking which is the best: Bubble sort or Quicksort?

Oh sorry, I forgot to mention it’s an embedded sytem short of memory, and the data array is ordered apart from a few well separated pairs of consecutive items that are out of order…

So in the WPF context, you maight need the property to animate say, or it your view model needs to derive from another class….

It seems to me that it it better to keep the differences in mind and decide in the context of the property you are implementing…

Posted in Uncategorized | Leave a comment

jQuery

I’ve started on the quick references I promised.

So far, I’ve put up an initial cheat sheet for jQuery. I’ll be adding to it as time goes by.

I’ll maybe add sections for code snippets that are useful too.

Posted in web | Tagged , , | Leave a comment

Plan

I’ve been thinking about what I’ll put on this blog, and I think the first thing I need is a quick reference to all the bits of dot net that I don’t use all the time. Hopefully it may be of some use to others.

I’ll put up any useful tutorials, and reviews of any useful tools that come up too.

Probably a quick cheat sheet for the managed commands in windbg would be a good stat.

Posted in Uncategorized | Leave a comment

Welcome

Hi

This is the new blog for Incremental Developments Ltd. We just moved internet provider, and surprisingly mail is already working. The company never had a website in the past, principally because we never had the time to maintain it.

Well all that should be changing…

Since we are primarily a couple of contractors, company news per say would be a tad boring. so we hope to fill the blog with interesting technical articles on both software development (myself, David Hewitt) and large scale programme management (my wife Sheila Hewitt)

Posted in Uncategorized | Leave a comment