SharePoint / ASP.Net Development
Experiences from the field...
Navigation
   RSS 2.0
Categories
Entries by Month

# Thursday, September 02, 2004

A lot of places are noting the release of a service pack for WSS, but the Admin Guide has been updated as well.

Windows SharePoint Services Administrator's Guide

Thursday, September 02, 2004 4:38:11 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Wednesday, August 25, 2004
Wednesday, August 25, 2004 11:17:29 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Monday, August 16, 2004

When you're incapable of providing leadership or exercising good judgment, substitue an inflexible policy.

Bob Lewis, “KJR” Archive, 8/16/2004

Monday, August 16, 2004 9:11:46 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Thursday, August 12, 2004

I often use a web page to convert C# code to VB to help me understand it. Sometimes, that is overkill when trying to understand a keyword or two.

MSDN has this page to help in this situation: Keywords Compared in Different Languages

Thursday, August 12, 2004 9:42:12 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 

A community site, Attune Systems, has the PowerSearch tool installed. Type “experts” in the search box (top-right for the unfamiliar).

Thursday, August 12, 2004 3:31:07 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Tuesday, August 10, 2004

My debugging method of choice is the ASP.Net trace feature. In web config, I set the trace options:

    <trace enabled=”true” pageOutput=”true” localOnly=”true” />

This will dump a bunch of information at the bottom of the page. (WARNING: Do not do this on a publicly accessible machine. It will compromise security.)

In my web part, I include a call to Context.Trace.Write at the beginning of each routine. In the catch blocks, I call Context.Trace.Warn(ex.ToString). This puts the entire exception into the trace output. Plus, it avoids the WSS error page (“The [Name] Web Part appears to be causing a problem.“)

Tuesday, August 10, 2004 2:48:37 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Friday, August 06, 2004

If you run SharePoint on your LAN, you may not notice that the pages are a bit large (when you include the script files). If you have external partners, or perhaps run SharePoint on a hosted server, you should read Maurice Prather's write-up.

Friday, August 06, 2004 10:24:01 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Tuesday, August 03, 2004

Soon after receiving the PDF file from the marketing/design consultants, I was given a deadline of August 2nd!  So, the blogging didn't work out as expected.

The demo went well, and the site goes live next week. I'll try to get some comments about my experience posted.

Tuesday, August 03, 2004 9:17:07 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 

PowerSearch™ for Windows SharePoint Services goes beyond the built-in searching capability of WSS to provide your users the ability to search throughout entire site collections, no need to un-ghost your sites or edit your individual pages -- it just drops right in!

Tuesday, August 03, 2004 9:13:31 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
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

Send mail to the author(s) E-mail