Tue, 28 Apr 2009 06:57:40 GMT
One of my production blogs (this one, actually) was not sending alerts about comments. I have set up several blogs using CKS EBE, and fortunately I was able to use another blog to debug it. The Contact Email value in Blog Settings is not enough, an
...
[More]
Sun, 04 Jan 2009 05:31:06 GMT
Showing a list of Twitter.com tweets from a Twitterer on SharePoint is as easy as pasting some HTML and Javascript into a Content Web Part, available in WSS. I created a family Twitter account because sometimes blog entries are just too much to say,
...
[More]
Sun, 04 Jan 2009 05:27:00 GMT
Instead of getting the "user-friendly", but frustrating-to-a-developer message "An error has occurred", use these two steps to receive the actual error when developing in SharePoint. Works for both MOSS and WSS.
Show the cal
...
[More]
Sun, 26 Oct 2008 12:02:17 GMT
Karen asked that I remove one of the links from the gift registry on the internet WSS family site. Instead of removing it, I decided to hide it from anonymous users. Note that during this process, we are warned that "You are about to create un
...
[More]
Thu, 16 Oct 2008 17:53:03 GMT
Microsoft provides a nice compilation of Examples of common formulas, but it does not work as advertised with WSS. I have not tried it in MOSS. Let's say there is a date column named ExpirationDate and an integer named NotificationMonths which repr
...
[More]
Tue, 30 Sep 2008 18:28:00 GMT
In addition to the blog rollup’s (see previous post), I am rolling up my top-level picture folders in a picture library called Pictures. We thought the best user experience would be viewing the slide shows of a particular library. I was adding a
...
[More]
Sat, 09 Aug 2008 23:15:00 GMT
I have always avoided using spaces in object names, even in my file names and directory names. This stems from a programmer's background and a general dislike of seeing things like http://somedomain.com/home%20page.htm. It also makes DOS commands a
...
[More]
Mon, 21 Jul 2008 09:12:29 GMT
I read someplace that some people do not recommend putting SharePoint multiples web applications onto the same port, e.g., the traditional http: port 80.
Here's some history. My original plan was to host my WSS internet web applications on a custo
...
[More]
Fri, 18 Jul 2008 12:04:32 GMT
I have tweaked a quick backup method over several development projects. This is the current iteration, and works well for my needs in both WSS and MOSS:
@set spSite=http://wss01
@set spPort=7022
@set FileNamePrefix=GFam
@set targetPath=C:\Projects\G
...
[More]
Thu, 17 Jul 2008 23:35:00 GMT
Well, I got the family site up and running today on the internet, but it was not without incident. This was my first WSS install against SQL Server Express on the same machine. I had gone against SQL Server on the same machine as IIS before, but it
...
[More]