|
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) |
|
|
|
 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.“)
 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.
 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.
 |
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, July 20, 2004
As I mentioned, I am working on an upgrade to a web site. In an effort to be standards-compliant, I need to correct some DHTML scripts.
A great resource is the Mozilla Web Developer documentation: Using Web Standards in Your Web Pages
 Tuesday, July 13, 2004
Chris Sells recently put out a call for a VPC image of Longhorn. And someone on the blogs.msdn.com site mentioned something similar. This got me thinking, wouldn't it be nice if MSDN downloads had .vhd files?
I can see how it might not be helpful during an OS beta, since not everyone is running the same hardware. And there probably would need to be some changes to the installation process, so the activiation/license code could be entered before the first use instead of before the file copy.
Sure would be sweet...
 Monday, July 12, 2004
I'm working on an ASP.Net application that requires the entry of a date and time. The user interface needs to resemble Outlook's appointment form, where the date is entered separately from the time. The date box has a button to display a pop-up calendar, and the time has a dropdown that displays the work day in half-hour increments. Both boxes can be entered manually.
Matt Hawley of Excentrics World has just what I need: a Calendar pop-up and a Time Picker. Thank you Matt!!
A word of caution, however. The time picker returns the users entry/selection as a date data type. This included both the date and time. The date part is today's date, which may not be what you want...
 Sunday, July 11, 2004
 Saturday, July 10, 2004
 Wednesday, July 07, 2004
Thanks to a co-worker (no blog) for this one.
|
|
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
|