|
Navigation
Categories
Entries by Month
| October, 2008 (1) |
| September, 2008 (1) |
| July, 2008 (4) |
| June, 2008 (6) |
| May, 2008 (2) |
| March, 2008 (5) |
| December, 2007 (1) |
| October, 2007 (1) |
| September, 2007 (2) |
| May, 2007 (1) |
| April, 2007 (5) |
| October, 2006 (1) |
| July, 2006 (2) |
| June, 2006 (6) |
| January, 2006 (2) |
| December, 2005 (6) |
| November, 2005 (9) |
| October, 2005 (9) |
| September, 2005 (3) |
| August, 2005 (11) |
| July, 2005 (20) |
| June, 2005 (3) |
| May, 2005 (5) |
| April, 2005 (5) |
| March, 2005 (5) |
| February, 2005 (5) |
| January, 2005 (13) |
| December, 2004 (10) |
| November, 2004 (6) |
| October, 2004 (2) |
| September, 2004 (7) |
| August, 2004 (8) |
| July, 2004 (8) |
| June, 2004 (4) |
| May, 2004 (13) |
| April, 2004 (14) |
| March, 2004 (33) |
| February, 2004 (1) |
| May, 2003 (6) |
| April, 2003 (5) |
| March, 2003 (4) |
| February, 2003 (1) |
| January, 2003 (6) |
|
|
|
 Wednesday, July 07, 2004
Thanks to a co-worker (no blog) for this one.
 Tuesday, July 06, 2004
An interesting problem today. A SP List is being used to track responses to an invitation. For this event, an entry only needs to be created if the invitee wishes to attend, so the only required field is the name. The typical list processing is a bit overkill, since typing the name is not really necessary, and the the Attending field is always yes.
It seems that I need to wrap a call to the web service or object model. There is no built-in RPC method to insert/update a list item.
 Wednesday, June 30, 2004
I'm working on a project to update a web site using the design from a professional design firm. I've been given a 30-page PDF of page mockups, plus 10 HTML files.
I hope to blog the process, similar to the WSS Diary I did. Look for the Design Translation category.
 Thursday, June 10, 2004
 Tuesday, June 08, 2004
I've previously pointed to a web site that will convert a C# snippet to VB. It stumbled on this code, so I had to RTFM (!!!). Since it involved more than a few minutes, I'm posting it for future reference:
if ( dataSource is IEnumerable )
Converts to
If TypeOf dataSource Is IEnumerable
 Friday, May 28, 2004
Again yesterday, Microsoft released updates to the SDK. These new versions don't seem to be much different from those released recently, except the default installation path is under Program Files. It seems the integration with Office is occuring at the documentation level as well.
There are two different downloads:
The first one is a superset of the second, adding information about Portal Server.
 Thursday, May 27, 2004
Kent Sharkey posted the regex code necessary for ASP.Net to recognize Firefox & Netscape 7.1.
If I understood regular expressions, I would provide the update for Safari. But I don't, so instead I'll provide you with the User Agent strings for the various versions.
 Tuesday, May 25, 2004
This SDK also includes new documentation for the Web Part Page Services Component (WPSC),
Download here.
|
|
Search

Further Reading...
Powered by: newtelligence dasBlog 2.2.8279.16125
The opinions expressed herein are my own personal opinions and do
not represent my employer's view in anyway.
© Copyright 2008, Paul Schaeflein
E-mail
|