-
Not a second after I posted the last post I remembered one major advantage of this point... portions of my NDA with my previous employer would have expired... specifically the portions regarding their ownership of anything I create, invent, write, etc...
-
Running into a former co-worker this week made me remember a rather unfortunate anniversary that has come and gone... the six month anniversary of me leaving my previous full time programming job due to my hand issues. Last week when seeing HD4 the PA...
-
In the days after I first released DHCP4WHS I got notice on some of the following sites/blogs: DHCP for Windows Home Server WHS Add In: DHCP DHCP for Windows Home Server Aka DHCP4WHS Add-in: DHCP for Windows Home Server Neues Add-In: DHCP for Windows...
-
So heres the problem statement: I'd like to be able to use WatiN tests to test my MonoRail views. But the controllers that render these views depend heavily on calling an external webservice that is large (in terms of number of methods and amount...
-
Missy: "Could you please print off these 2 recipies and bring them home" Chris: "Sure, happy to" Chris: "Oh wait...someone is printing 3000 (not exagerating) pages of emails and support incidents. I guess after I refill the tray...
-
So here I was wanting to query some database tables that get populated during our build process and then modify some text files / source control based on what's in the table. Seemed like a good excuse to use some ruby but low and behold ActiveRecord...
-
Look ma, verizon is hip and cool because they're up on my lingo. I wonder what cat they had build their website. See if I enter teh text "later" into their text box and click a button it will instantly transform it into cool l33t speak....
-
Remember that functionality in Enterprise Manager that let you generate scripts for all your stored procedures to multiple files? I guess no one used that feature because in SQL Management Studio (2005) that feature was removed. I found some information...
-
Jeff Atwood points out some definciencies in the install process for many of today's applications. Having just installed Jing yesterday I wanted to point out how pleasant I found their installer. Click the check box and then the install button and...
-
I needed to do some training remotely today. Typically I would use GotoMeeting for this, but I have been wanting to give SharedView a try and see how it worked. You can grab the download here http://r.office.microsoft.com/r/rlidSV?clid=1033&p1=1&p2...
-
What? Good question. In the middle of working I thought I'd add a new class to my project when low and behold I get a dialog box: No Visual Studio template information found. Seel the application log in Event Viewer for more details. Ok, so I open...
-
Doing some MonoRail work I have a JS view that needs to update the options in a select box. Things had been working swimminly in Firefox, but then I tested in IE. Note to self: BUG: Internet Explorer Fails to Set the innerHTML Property of the Select Object...
-
Nice write up by Marc about ruby extend and include. He succinctly explains what each of the methods do, however I think his explanation is for a ruby programmer, not a C# programmer trying to learn more about ruby. Upon further research I found another...
-
Just got this error when trying to invoke MSBUILD from the VS2005 command prompt. MSBUILD : warning MSB4056: The MSBuild engine must be called on a single-threaded-apartment. Current threading model is "MTA". Proceeding, but some tasks may not...
-
I was in the process of setting up another unit test and realized...I really should just make a Resharper template for this. As I went to create the template I saw one setup exactly as I would want it which is like this: namespace $NAMESPACE$ { using...