Nick Parker
My Ramblings on Software Development...
Twitter
Follow me on
Twitter
Site Sections
Home
Contact
Syndication
Login
Recent Posts
Generic Factory over Object Initializers
Vimperator Tip - awesome bar
Vim + Firefox = Vimperator
Vim Tip of the Day - File Explorer Navigation
Microsoft Mocking Framework and TypeMock
Recent Comments
thanks for the information about Microsoft vs. Sun...
by Busby SEO Test
thanks for the "Linguistic Profile&am...
by Busby SEO Test
I use the following to configuration to persistent...
by Jon
Try MbUnit. Its also a great tool to work with, an...
by soundararajan
I use Ctrl-z when using Google maps or Gmail. Thi...
by seren
Archives
October, 2008 (1)
September, 2008 (1)
June, 2008 (1)
May, 2008 (1)
April, 2008 (1)
March, 2008 (1)
February, 2008 (2)
January, 2008 (1)
December, 2007 (1)
October, 2007 (1)
September, 2007 (1)
August, 2007 (3)
July, 2007 (2)
June, 2007 (1)
May, 2007 (4)
April, 2007 (6)
March, 2007 (3)
February, 2007 (3)
January, 2007 (4)
December, 2006 (1)
October, 2006 (4)
September, 2006 (3)
August, 2006 (2)
July, 2006 (3)
June, 2006 (4)
May, 2006 (4)
April, 2006 (5)
March, 2006 (2)
February, 2006 (2)
January, 2006 (5)
December, 2005 (5)
November, 2005 (5)
October, 2005 (4)
September, 2005 (10)
August, 2005 (3)
July, 2005 (5)
June, 2005 (3)
May, 2005 (2)
April, 2005 (5)
March, 2005 (5)
February, 2005 (5)
January, 2005 (18)
December, 2004 (5)
November, 2004 (4)
October, 2004 (12)
September, 2004 (4)
Post Categories
.NET
Agile
AOP
CI
Design Patterns
DLR
General
IronPython
MSBuild
NAnt
Open Source
Productivity
Ruby
Software
TDD
Vim
Visual Studio
January 2006 Entries
CruiseControl.NET
posted @
Sunday, January 22, 2006 4:30 PM
|
Feedback (0)
For those of you using
CruiseControl.NET
, and in particular the
CCTray
tool,
here
is a great link for audio sounds for your various build results. Does anyone have any favorites?
tags:
.NET
CI
Open Source
Upgrading to Community Server
posted @
Saturday, January 07, 2006 7:22 AM
|
Feedback (0)
Yesterday I decided to move the blog from a modified version of .Text to Community Server 1.1. While it has taken a little while getting used to the new back-end administration, I think the move was good. Sorry to those that were flooded with posts yesterday, I should have setup a temporary redirect to a static RSS feed in hindsight. The structure of Community Server is quite a bit different, so for those considering a move to CS, I would recommend using Ken Robertson's
SiteUrls generator
(to setup a single blog) and Kevin Harder's
conversion utility
to import your previous posts/comments from .Text to CS.
tags:
General
MVP Award
posted @
Wednesday, January 04, 2006 5:09 PM
|
Feedback (0)
I was just notified that I have been selected for the
Microsoft MVP Award
in Visual C# from
Microsoft
for 2006. This is a great experience; I had a great time at the
MVP Global Summit
this past year and am looking forward to making the trip this year. Unfortunately, Rafael Munoz (the MVP Lead) doesn't have a blog (Rafael - you need a blog <g>) , but I would like to thank him for all the support he has given throughout the past year.
tags:
.NET
Software
Potential of Canvas
posted @
Monday, January 02, 2006 1:27 AM
|
Feedback (0)
Apple’s Safari browser as well as Firefox 1.5 now support the
<canvas>
element which can be used to create 2 dimensional drawings. While IE 6 doesn’t currently support it, and I haven’t tested it yet on IE 7 Beta, I’m curious about it’s potential, relative to the
Web 2.0
. Obviously, if all major browsers were to support the <canvas> element, the potential is there for a lot of opportunities. For example, while I can’t imagine writing by hand the javascript to create a business report (sounds a little too repetitive), I could see a tool or library that would allow you to define a report that could be dynamically created on a <canvas> element which could receive data via
AJAX
. Unfortunately the <canvas> specification doesn't contain any functions to draw text. What are your thoughts?
tags:
Software
AJAX Search
posted @
Sunday, January 01, 2006 6:53 PM
|
Feedback (0)
I decided to update my
search
by adding a little AJAX support via
Michael Schwarz
’s Ajax.NET library. When implementing the
Ajax.NET
library within a user control, I found that the suggested method of registering you class with the library in the Load event doesn’t work properly. While the library does emit the Javascript references to the HTTP handler (the purpose of registering your class with the library), invoking a call to the proxy didn’t work correctly. This only appeared to be an issue with user controls, regular .aspx pages work correctly. By directly including the two references to the handler within the HTML of the user control everything worked fine.
tags:
.NET
Open Source
Software