1 Nov
2009

Snow Leopard and Quicksilver

I recently did the upgrade to Snow Leopard on my MBP. To my dismay, Quicksilver no longer worked. It terminated immediately after launch. I found the the Beta 56a7 on here. I also had to remove Plugins.plist and the Plugins folder from ~/Library/Application Support/Quicksilver. I am ecstatic to report that Quicksilver is up and running […]

Read More
28 Oct
2009

"Can not find Respack" error when running a Moonlight project

I recently upgraded to MonoDevelop 2.2 Beta 2 (for the debugging capability, more on that later) on my Mac. When I opened a Moonlight solution and tried to run it, I got the following error: Could not find respack The project had lost its references to System.Windows and System.Windows.Browser. The cause turned out to be […]

Read More
2 Oct
2009

Windows Server 2008 R2 is Windows 7 “Server”

Sometimes people get tripped up by this – at the least, its a little confusing.  A brief history lesson: First there was Windows Server 2003.  And then in 2005, Microsoft released something of a super-service-pack with new functionality, patches, and other stuff.  It was much more than a regular service pack, full of optional components […]

Read More
14 Sep
2009

Silverlight tip – Dynamic TextBlock

Category:General PostTag: :

Problem: You need text to dynamically add elipses, "…",  to the end of a sentence.  The difficulty is how do you detect the actual length of the string.  All characters are not created the same.  Ten i?s != ten m?s. Solution: Robby Ingebretsen at NerdPlusArt.com (and of Kaxaml fame) has a dynamic control that does […]

Read More
27 Jul
2009

SVN Update doesn’t always get new directories

Problem:  You run “svn update” on a directory where you *know* there are new folders.   Svn tells you “At revision X” where X = whatever the head revision is (i.e., “everything’s up to date!”) – but that new folder didn’t show up.  This is because the default is for svn to update folders down to […]

Read More