Blog Home  Home Feed your aggregator (RSS 2.0)  
My DasBlog! - Wednesday, June 01, 2005
newtelligence powered
 
# Wednesday, June 01, 2005

Maurice wrote last year an article about the benefits of closing an disposing SPSite and SPWeb objects. In most cases it is therefor usefull to use the using functionality of .NET.

IMPORTANT:But as he stated in his last post you should never call dispose on a reference got from a SPSite by calling the method SPControl.GetContextSite. Only call Dispose() and Close() on your own objects.

http://www.bluedoglimited.com/SharePointThoughts/ViewPost.aspx?ID=175

Thanks Maurice for pointing this out to us! :)

 

Wednesday, June 01, 2005 8:41:13 AM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   SharePoint  | 
# Tuesday, May 31, 2005

Mike Fitzmaurice is talking about the SharePad project which can be found on GotDotNet. If you want to add document library support for your own editor you will have to use the FrontPage RPCs according to Mike. As stated on the website of GotDotNet:

"SharePad is a reference application demonstrating Microsoft Office-style SharePoint integration techniques. This application illustrates the use of the Front Page RPC calls exposed by SharePoint among other SharePoint integration APIs."

The following functionality is available:

  • Open a file that’s stored in a SharePoint document library
  • Save a file to a SharePoint document library
  • Navigate through the libraries in a SharePoint site
  • Check out the file
  • Check in the file
  • Register it within the WSS/SPS environment so it launches your editor automatically (like we do for Word, Excel, and PowerPoint documents)?
  • Set custom properties on the file as you save it
  • Read a file’s custom properties at the time you open it

    http://blogs.msdn.com/mikefitz/archive/2005/05/30/423276.aspx

     

  • Tuesday, May 31, 2005 7:28:07 AM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   SharePoint  | 
    # Monday, May 30, 2005
    Tech-ed 2005 in the Netherlands is taking placed from july 5th til 8th and has some interesting sessions about SharePoint 2003. I have listed the descriptions of each session and they can also be found on the website for tech-ed. One session is not yet described and i'm looking foward to see wat the contents will be.

    One of the sessions "Best Practices for an implementation" is about ten key areas of planning needed when desiging your portal. It also discusses what todo when a SharePoint Portal is already deployed and how to make adjustments in the design.

    Sessions so far:

  • Developing Site Definitions and Templates for Windows SharePoint Services>


  • Developing with SharePoint Portal Server 2003, Outlook and Exchange: Advanced Integration


  • Getting Back to Normal: SharePoint Backup and Disaster Recovery


  • Maximizing SAP with SharePoint and Other Microsoft Technologies


  • MS IT: SharePoint Products and Technologies: Performance and Capacity Planning Best Practices and Lessons Learned


  • SharePoint Portal Server 2003: Best Practices for an Implementation
  • Monday, May 30, 2005 10:32:25 AM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   SharePoint  | 

    Bil Simser wrote two articles about so called YAUSF (Yet Another Undocumented SharePoint Feature). One article is about a telephone pattern were he is still working on. And the second article describes a hidden DisplaySize property for defining the length of a text field.

    Both involves changes in some xml files but are not documented by Microsoft. The risk will be there that in a next version of SharePoint this is obsolete or changed. Lets hope that the guys at Microsoft read these articles and hopefully decide to leave this in and start documenting :)

    http://weblogs.asp.net/bsimser/archive/2005/05/28/409568.aspx

    http://weblogs.asp.net/bsimser/archive/2005/05/29/409642.aspx

     

    Monday, May 30, 2005 10:06:19 AM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   SharePoint  | 
    For one of our customers a SharePoint portal is build containing monthly reports for their customers. For each customer a tree-like structure of sites and sub sites is created showing the report data in several ways. We created a WebPart which makes it relative easy for the customer to generate the tree-like structure of sites. A short and long name are entered for a new customer and generates the site and sub sites.

    Monday, May 30, 2005 7:57:15 AM (GMT Daylight Time, UTC+01:00)  #    Comments [2]   SharePoint  | 

    On the website of WSSDemo a post by Ian Morrish is found containing some info about a hands on training and tips & tricks. He has also installed the training on their server and made it available to us.

    http://www.wssdemo.com/blog/Log/DisplayLog.aspx?ID=107

    The training is found at:

    http://www.wssdemo.com/Training/default.htm

    Monday, May 30, 2005 7:30:10 AM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   SharePoint  | 

    Christopher Walker has posted a nice article about adding page numbers to a paged DataView in a WebPart. Based on a parameter indicating the row number to start rendering from a page number and optional text is added. This is accomplished by changing the XSLT of your DataView.

    http://blogs.msdn.com/cjwalker/archive/2005/05/28/422826.aspx

    Monday, May 30, 2005 7:19:18 AM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   SharePoint  | 
    # Thursday, May 26, 2005

    Christopher Walker wrote a simple walk-through for building a form field to filter the contents of a DataView web part. As he said:

    "The idea is to effectively create a simple "search" facility on a Data View web part, which is enabled by creating a Form Web Part with a single text field that provides this value as input to the Data View, the Data View is filtered based on the input value."

    http://blogs.msdn.com/cjwalker/archive/2005/05/25/421980.aspx

    Thursday, May 26, 2005 1:23:30 PM (GMT Daylight Time, UTC+01:00)  #    Comments [4]   SharePoint | FrontPage  | 

    Steen Molberg has his Blogparts finally ready for download. there is a contact-form present on his site for suggestions and / or feedback. Good work :)

    http://www.molberg.dk/blogs/steen/default.aspx?BlogId=5

    Thursday, May 26, 2005 1:17:53 PM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   SharePoint  | 

    Its very cool when you debug T-SQL in Visual Studio .NET. Just step from your code into a stored procedure in the SQL Server database. I found some articles at Microsoft about T-SQL Debugging in Visual Studio .NET which could be helpfull to setup your environment.

    Setting Up SQL Debugging
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxlrfsettingupsqldebugging.asp

    Enabling SQL Debugging
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxlrfsettingupsqldebuggingenablingsqldebugging.asp

    Troubleshooting tips for T-SQL Debugger in Visual Studio .NET
    http://support.microsoft.com/default.aspx?scid=kb;en-us;817178&Product=sql

    SQL Debugging: Unable to Start SQL Debug Session
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtbstroubleshootingsqldebuggingsetu
    perrormessageunabletostartsqldebugsession.asp

    If you know any other articles about T-SQL Debugging please don't hesitate to give a comment on this post. I will put it into the list. :)

    Thursday, May 26, 2005 8:00:30 AM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   .NET | SQL Server  | 
    Copyright © 2012 Alexander Meijers. All rights reserved.
    DasBlog 'Portal' theme by Johnny Hughes.
    Pick a theme: