Everything SharePoint/Silverlight/WP7

My continuous learning of SharePoint, Silverlight, WP7 Development, Office, VSTO, C#…

Archive for January 30th, 2008

Sleepless in Chicago – All Night SharePoint, Office, and Silverlight Training

Posted by Steve Pietrek on January 30, 2008

I’m heading to Chicago tomorrow for the Sleepless in Chicago event. Pretty psyched, though a little nervous about staying up all night. I usually in bed by 10:30 pm every night and can’t remember the last time I stayed up past 2:00 am let alone all night.

Wish me luck!

Posted in SPGeneral | Leave a Comment »

Links (1/30/2008)

Posted by Steve Pietrek on January 30, 2008

  1. **** New Web Part: Access Checker
  2. SharePoint Object Model Tips
  3. Google Search Web Part
  4. Sharing Links: Adding User Help to Web Parts
  5. Open Source Faceted Search for MOSS 2007 and Microsoft Search Server 2008 – Part 1 of 2
  6. StarLight put a smile on MOSS – another public-facing MOSS site
  7. Configuring SSL in SharePoint 2007 development environment
  8. SharePoint site by any other name
  9. Dashboards for WSS 3.0 Part II Apply the XSLT to the Data View (DVWP) using SharePoint Designer
  10. Fun with Group Policy
  11. Can I store terrabytes of data in SharePoint?
  12. To transform Windows Server 2008 in a Workstation (to directly develop on MOSS 2007)
  13. OpenSearch provider for MOSS search
  14. STSDEV: Simple Tools for SharePoint 2007 Development
  15. SharePoint is really an enterprise operating system
  16. Generating MOSS Features with CTFC (Content Type Feature Creator)
  17. How to programmatically monitor SharePoint
  18. Image Tab Navigation Using the SharePoint Content Editor Web Part
  19. SharePoint Enhanced Blog Edition Sites
  20. SharePoint Great Platform for .NET Developers
  21. Central Administration and Alternate Access Mapping (AAM) (issues with Content Deployment and SP1)
  22. SharePoint Security (RunWithElevatedPrivileges)
  23. Adding values to sharepoint lists
  24. How To: Adding a Content Type to a List the Correct Way
  25. Attachment: tool for creating columns and content types
  26. Integrating business systems with Office and SharePoint
  27. SharePoint 2007 Design Tip: Import your CSS for SharePoint Themes

Posted in SPLinks | Leave a Comment »

Custom Application.Master: Script error when creating new list column

Posted by Steve Pietrek on January 30, 2008

OK, learn something new everyday. After the success of creating a custom application.master and applying it correctly (I am currently using Method #1 until I can find the time to do an application development method), I ran into an issue creating a new list column. Within IE7, I received an “undefined or null” script error. Firefox wouldn’t do anything.

Fired up Firebug and reviewed the SubmitPage() method. Set a few breakpoints and realized the FrmSubmit object is undefined. Doh!

Realizing the FrmSubmit information is set by the PlaceHolderUtilityContent placeholder, I quickly saw my error. The problem was I had embedded the PlaceHolderUtilityContent placeholder within the main <Form>. Moved the following line outside of </form> but above </body> and I am good to go.

<asp:ContentPlaceHolder id="PlaceHolderUtilityContent" runat="server"></asp:ContentPlaceHolder>

Posted in SPErrors | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.