-
Recent Posts
- Configuring TDD-style isolated tests for Windows Phone
- Writing asynchronous unit tests with Rx and the Silverlight Unit Testing Framework
- Practical support for custom light/dark theme resources on Windows Phone 7
- Creating a strongly typed reactive wrapper to INotifyPropertyChanged
- Error installing Windows Phone 7 Series SDK
Archives
- August 2011
- June 2011
- October 2010
- March 2010
- January 2010
- October 2009
- August 2009
- February 2009
- January 2009
- August 2008
- February 2008
- January 2008
- October 2007
- September 2007
- April 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- July 2006
- May 2006
- April 2006
- February 2006
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
Categories
- .NET
- .NET 2.0
- 64-bit
- actionscript
- AddIn
- AJAX
- asmock
- ASP.NET
- Atlas
- avm2
- Binary
- CardSpaces
- cruisecontrol.net
- CTP
- Debugging
- flash10
- flex
- FTP
- gaming
- IIS
- IIS7
- MMC
- MOSS 2007
- MSDN
- Office
- powershell
- Rx
- SharePoint
- SQL 2005
- travel
- Uncategorized
- unit-testing
- Utilities
- vector
- Vista
- Visual Studio.NET
- windows-phone
- windows-phone problem workaround
- WPF/E
- XML DML
- XPath
Meta
Monthly Archives: October 2006
MOSS 2007: Creating named templates
Named templates allow for templating the output of a supporting field control from a centralised template. It’s not necessarily meant for html reuse on page layouts, but it would do the job. You’d really only want to use it if … Continue reading
Posted in Uncategorized
1 Comment
MOSS 2007: Background colour cannot be changed through CssRegistration
Thanks to the order in which CSS files are registered and then rendered by the CssLink control, our good friend core.css (/_layouts/1033/styles/core.css) will always override your background color with background-color:#FFFFFF; (line 7). Usually I’d recommend using !important to keep the … Continue reading
Posted in Uncategorized
Leave a comment
MOSS 2007 WCM: Customising the output of field controls
I’ve been looking at SharePoint 2007 from a Web Content Management perspective, and the first thing I want to know is how do I customise the HTML output. When displayed to the end user, rendering is validating XHTML should not … Continue reading
Posted in Uncategorized
4 Comments
MOSS 2007: Changing the default Welcome page of a site
I recently posted on the MOSS TechNet Forums on how I might change the default (WelcomeLinks.aspx layout) to something else. A few more days of mucking around led me to the answer. Turns out the idea is that you save … Continue reading
Posted in Uncategorized
Leave a comment
Visual Studio .NET 2003 will not be supported under Vista
Visual Studio .NET 2003 will not be supported under Vista. Sounds a bit harsh, doesn’t it? It’s true, though, as Somasegar recently confirmed on his blog. While I think that’s pretty weak effort (with the bugginess of VS.NET 2005), I … Continue reading
Posted in Uncategorized
Leave a comment