Author Archive

Code

Should 1.0 is now available via nuproj

I’m quite excited lately by the movement buzzing around Nubular (a.k.a. #nuproj), a package management system for .NET. The smart folks behind Nu have decided to use Ruby, the Ruby Gems package manager, and RubyGems.org to host, deploy, and install .NET libraries.  One of those folks, Rob Reynolds, has done a good write-up of the [...]

Design

UI Design Patterns: let’s clean up our language

I’ve seen several developers recently give or refer to presentations on “UI Design Patterns” and then proceed to talk about Model-View-Controller, Model-View-Presenter, and Model-View-ViewModel. I think as an industry we need to push our language a bit. MVC, MVP, and MVVM are UI Architecture Patterns; they refer how to organize UI-level code so that it [...]

Design

UX-related podcasts

Recently while at Prairie Dev Con 2010 I gave a presentation entitled “Designing for Success: Why User Experience matters for your app.” Following that talk several people asked for a list of UX- and design-related podcasts, so here they are! User Interface Engineering Jared Spool and his crew at UIE are some of my favorite [...]

Code, Presentations

Styling the Web for Fun and Profit: 5 things about CSS that every web developer needs to know

I just finished my first of two presentations at the Prairie Developer Conference here in Regina!  It went really well, and a big thank you to all who attended.  As promised, here are my slides and some links to online resources, some of which were mentioned during my session other which I just find really [...]

Opinion

5 things to think about while you are at the office

I recently came across EF’s post entitled 5 Things to Think About On Your Day Off and started to comment; instead I thought I’d pull out some etiquette from before twitter and post a response on my blog. I know, who blogs anymore? Well, here it is, with my humble apologies to Opinion @ Large. [...]

Code

How to ignore a pesky System.Configuration.ConfigurationErrorsException

According to this post on StackOverflow, a ConfigurationErrorsException in a .NET application means that you put an element in your config that is not recognized and not able to be serialized from the custom configuration class. While this can indeed be a legitimate error that you need to trap and deal with in your code, [...]

Code, Presentations

Winnipeg Code Camp is this Saturday

The 3rd annual Winnipeg Code Camp is coming up quick, this Saturday, February 27th, 8am – 5pm at Red River College on Princess St. here in the ‘Peg.  Attendance is free, though they are asking people to register to get an idea of numbers; breakfast and lunch will be provided. I’m giving a session called [...]

Opinion

Google phases out support for IE6 – So what?

If you work with the web, by now you’ve probably heard that on Thursday afternoon Google announced they will be phasing out support for IE6 on some of their key web properties, namely Google Docs and Google Sites. Tech writers are all abuzz over this development, and many of them are suggesting that this marks [...]

Presentations

Presenting at MS Tech Days in Winnipeg

I just recently received word that I’m presenting a session at Microsoft tech days in Winnipeg next month. The conference will be held at the Winnipeg Convention Centre on December 15th and 16th. I’ll be doing Session 4 on Day 1 in the Developing for the Microsoft-Based Platform track: Optimizing Your Apps for the Windows [...]

Code

Synching an ASP.NET application to a local deployment folder with MSDeploy

In my recent quest to fine-tune the deployment process for bundl.it I’ve been investigating Microsoft’s new Web Deployment Tool, a.k.a MSDeploy.  Recently released into v1.0, here’s what the IIS site says about it: The Web Deployment Tool simplifies the migration, management and deployment of IIS Web servers, Web applications and Web sites. It sounded interesting [...]

Older Entries »