Michael Flanakin's Web Log

Comments and complaints on software and technology in general

  Home  |   Contact  |   Syndication    |   Login
  159 Posts | 18 Stories | 268 Comments | 497 Trackbacks

News

This weblog is no longer being maintained. For the latest, check out www.michaelflanakin.com!

Twitter












Tag Cloud


Article Categories

Archives

Post Categories

Image Galleries

Miscellaneous

February 2006 Entries

The Architecture Journal just reached it's sixth edition. Fantastic! I've anticipated each edition and welcomed the dedication Microsoft has started to focus on architecture, design patterns, and best practices. That's one area where Microsoft development organizations have fallen short. The lack of guidance has stifled the community's growth a lot, in my opinion. The ease of VB classic definitely helped make up for this in the big picture, but standardized development with promising guidance has...

The diff/merge built into TSvn causes an error in Word 12: The requested member of the collection does not exist. There's a simple fix, tho. First, open the diff and merge scripts that TSvn runs in a text editor (Diff-Scripts\diff-doc.js and Diff-Scripts\merge-doc.js in the TSvn install directory, which is by default C:\Program Files\TortoiseSVN). Scroll down to line 47 (49 in merge script) and replace it with the following code: if ( Number(word.Version) Like I said, very simple. I just got very...

Mainly for my own benefit, I've accomplished a diff between DNN 3.1 and 3.2.2. View my blog post for details.