To the person new to SharePoint (MOSS and WSS), the UI out of the box is pretty darn cool looking. It is very functional and is polished. However, if you've seen it on more than one site then you're probably already sick of it. When I got in to styling SharePoint, I wanted to just do something simple. What I needed then was a set of samples, complete with images and stylesheets and a master page. I finally found something that I can use and implement in about 10 minutes with SharePoint Designer. On the Microsoft Office site, you'll find a set of 4 master pages with several color schemes each.
Friday, August 31, 2007
Thursday, August 30, 2007
Hosting WCF in WAS
WAS (Windows Activation Service) is a technology developed primarily for web service hosting that gives you many of the benefits of hosting a web service in IIS, without actually using IIS. It is a stand-alone service that is meant to be "activated" when requests come in. These requests could be HTTP or some other protocol such as TCP or Named Pipes, which IIS doesn't support. Since the next generation of distributed computing technology (WCF) is protocol-agnostic, these two technologies seem to be made for one another. Gee what a coincidence.
If you're curious how to host a WCF service in WAS, I found a great article here. This is something to keep an eye on because it's geared up for WCF hosting. This is already available in Vista and it's clearly something you'll want in your bag of tricks when Server 2008 is released.
My First Post
By the way, I'm using Windows Live Writer for my blog tool. Very cool.