Books Of Interest
Excel Services
Labels: Development books, Excel Services, InfoPath
Posts about Microsoft Office Sharepoint Server 2007, Windows Sharepoint Services 3.0, InfoPath, Excel Services, Performance Point Server 2007, ASP.Net 2.0, Microsoft Certifications and anything else I can think of.
Labels: Development books, Excel Services, InfoPath
Everyone has been posting lately about the Infrastructure updates to MOSS and WSS 3.0, so you may have seen some of these similar posts. If you have feel free to skip this, if not you will definitely want to read this as the update adds some very nice functionality to SharePoint.
Labels: Content Deployment Updates, SharePoint Infrastructure Updates
I was tagged by Mark Gilbert for an “inspiration” meme started by Josh Holmes:
Labels: inspired by
Since SharePoint is built on the ASP.Net 2.0 framework, you can take advantage of the same code that you would use in an ASP.Net application. One of these that is useful in SharePoint is the ability to change the master page programmatically at run time.
Labels: master pages, Sharepoint 2007
A couple of weeks ago I needed to build some functionality into a SharePoint site to force PDF files to prompt the user to open or download instead of automatically opening in the browser. I built all the functionality and used SPWeb.Folders.File to access the document and then used a Response.Write to output the file as an attachment. I tested it both logged in (and I thought as an anonymous user) and everything seemed to be working well.
Labels: Permissions, SPWeb.Folders.Files, SPWeb.GetFile
Andrew Connell did an excellent post on using code behind files in Windows SharePoint Services and Microsoft Office SharePoint Server. This is an important topic for anyone interested in SharePoint development.
Labels: Code Behind Files, MOSS 2007, WSS
At one point or another in every SharePoint administrator's career there comes the point where they have to take an Intranet SharePoint deployment and allow Extranet or Internet access to it for other stakeholders of the organization. This is a simple enough process, the only trick is whether to use the built-in functionality to extend a web application or to simply add some alternate access mappings.
Labels: Alternate Access Mappings, Extending a Web Application, MOSS 2007, WSS 3.0
A couple of weeks ago I was re-installing SharePoint at a client's and posted about problems with incoming email. Today I found a new interesting thing in SharePoint. I got an email from the client that when they tried to click on the Sign In link for one of the sites, they were getting a '401 Unauthorized' error and not getting prompted to login like they should. So I took a look and they were right, no prompt, just an error.