| Register
Tuesday, December 02, 2008
SharePointing - The Act of Collaborating
Author: Steve Walker Created: 1/26/2006
This is my SharePoint Blog. I will most likely divulge other musings related to General Application Development and Enterprise Archtitecture as well but for the most part, I'll try to keep on SharePointing

Channel 9 Video: SharePoint 2007 - The Server Side of Office
By Steve Walker on 5/31/2006

Another Channel 9 Find. http://channel9.msdn.com/Showpost.aspx?postid=196522 

Its a pretty good video on SharePoint 2007 !!


ASP.NET 2.0 membership / roles providers.. When What How ?
By Steve Walker on 5/31/2006

Came across this on Channel 9: http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.ASPNETV2ScenariosAndSolutions 

Explaines four different authentication / authorization scenarios and what you need to do to configure your applications using the providers instead of your application code :-)

Enjoy !


MOSS 2007 Installation Error: Language Is Not Supported
By Steve Walker on 5/26/2006

Ok, Banged my head on this one and found this tip courtesy of Matthew Cosier

If you are getting the Error "The language is not supported on the server" when you are installing MOSS 2007, you have most likely uninstalled the product previously. For some reson, it doesn't set the registry key appropriately when it is reinstalled.

In order to fix the problem, you need to restore the ServerLanguage registry value by creating the following .reg file (open notepad and paste the following):

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\ServerLanguage]
"1033"=""

Save this as fixlanguage.reg and upload it to your server. Double click the file and say yes to the prompts.

Rerun your SPT co ...

More...

MOSS 2007: User Profiles & Personalization
By Steve Walker on 5/26/2006

I have been digging deeper into the new Personalization and profile features of MOSS 2007. I am stoked about the way this version of the product handles the user profiles and also allows you to bind data from your Business data Catalog to your Profiles (think PeopleSoft Data into your user profile !!)

Here's the bullet points I have gleaned so far:

  • Property Improvements
    • Support for MultiValued Properties
    • Properties with Open or Closed Choice Lists - users can select froma list administered by the administrator (Closed Choice List) or Add new items themselves (Open Choice).. think "Tags"
    • property Mapping with other data sources besides Active Directory (through the Business Data Catalog
    • Property Privacy Policies - More options on who can see information, Me, My Manager, My Workgroup, My Colleagues, Everyone
  • U ...
More...

Go Get the Beta !!!
By Steve Walker on 5/25/2006

For those who don't already know, the Betas for Everything Office 2007 are available for download at http://www.microsoft.com/office/preview Enjoy !!

You can also get the WSS and MOSS SDK's from Download.microsoft.com (search for SharePoint)

Ted Pattison has put together some Great video tutorials on WSS V Next. I'll try to blog about them but here's the link to download: http://www.microsoft.com/downloads/details.aspx?FamilyID=bd5c77b0-f556-4136-8730-1d7feeae0a42&DisplayLang=en Enjoy !


Random Pictures From SharePoint Conference 2006
By Steve Walker on 5/24/2006
SharePointing's photos tagged with sharepointconference2006
More...

SharePoint Conference 2006
By Steve Walker on 5/23/2006

I know I said I would blog about the conference. It was a wirlwind of learning, networking (and REAL Working.. I had to spend a signifigant amount of time working on a project while I was there :-( ) but I am going to blog about the sessions and what I learned regarding the next version of SharePoint (Lots.. I am SOOOOO STOKED about the capabilites that MOSS brings to the Table (Microsoft Office SharePoint Server)

While you are awaiting the rest of the information fromt eh conference, why don't you start off with the keynote by Bill Gates Enjoy !!


Arrived at SharePoint Architecture Conference 2006
By Steve Walker on 5/14/2006

Whew... left Tulsa at 7:00 this morning and now I am sitting in my hotel in Bellevue Washington. I am excited to get to the conference (Registration starts at 6:00)

We flew past Mt Rainier when we were coming in and it was a pretty spectacular sight. Lat couple of times I have come up this way, it was too overcast to see very far. The weather is absolutely gorgeous and I am looking forward to the rest of the week. I'll get the pictures that I have taken so far posted shortly.

I'll be posting at least one blog entry daily covering the highlights of the conference. Check back and see how it's going !!


Security Threat Modeling
By Steve Walker on 5/9/2006

Sorry for the deluge of posts today, I have been collecting up these tidbits and finally had a bit of time to post them.

In a past life, i was the Technical Lead for Security for a large corporation. I still think like a secuirty guy (or a hacker, depends on which side of the fence you are on :-) ) and I always try to help people take the security considerations for thier architecture into account.

Microsoft has released some great guidance around threat modeling and has some patterns and prescriptive guidance in mitigating common threat scenario's.

Check out the downloads section, there's a threat modeling tool that the ACE team has released, there's also some great articles on writing secure code, code access security and securing your web or windows application. I know that the more you try to make your application secure, the mor ...

More...

VSTO - Visual Studio Tools for Office
By Steve Walker on 5/9/2006

I have had quite a few folks tell that they are frustrated with the web service support in Microsoft Office. Well, I feel your pain but you do hav eto consider the complexity of binding to web services (they can really have ANY structure, it's not like a dataset, datatable, etc..)

I have been telling folks that if they are wanting thier users to pull data from web services into Office Documents, they will stil have to write some code (in the old days, you'd write a macro in VB to do this)

Enter Visual Studio Tools for Office. now you can create Office Documents that are a part of your overall application stack. Here's a GREAT reference application built using Excel to create an Invoicing Application

http://msdn.microsoft.com/office/understanding/vsto/default.aspx?pull=/library ...

More...

(c) 2006 SharePoint Forums   |  Privacy Statement  |  Terms Of Use