Feeds:
Posts
Comments

Posts Tagged ‘Microsoft SharePoint’

See the following support page from Adobe: http://labs.adobe.com/wiki/index.php/PDF_iFilter_8_-_64-bit_Support

Read Full Post »

Microsoft provides a sophisticated API/Object Model for programmatic access to the SharePoint from .NET custom code.  Invariably, most calls to the object model begin with a call to the SPSite and SPWeb objects, which represent the site collection and web accessed accordingly.  Developers must dispose the memory of any instance of SPSite and SPWeb.  This [...]

Read Full Post »

I had a client call me up with a MOSS 2007 permission problem.  The complaint was that users in a site owners group, with "full control" permission level, were unable to create a page anywhere in the WCM site collection. Turns out that somewhere along the line the approvers group was deleted by mistake, which [...]

Read Full Post »

Creation of user submitted forms within web sites typically involves some HTML and JavaScript magic; to post data to a back end business storage or processing system.  ASP.NET relies on form HTTP POST exclusively to implement the page post back mechanism, familiar to all ASP.NET developers.  Developers manipulate form posted data using server-side code, invoked [...]

Read Full Post »

Need some SharePoint (MOSS 2007) training?  Want to take advantage of MOSS 2007 development under Visual Studio 2008 and SQL Server 2008?  Never been to Norway? Then check out Sahil Malik’s training program this September 1, 2008.  Details (here). If Norway is a little too far to travel, I can also personally vouch for Ted [...]

Read Full Post »

It's now official, I am now certified as a MS-TS MOSS Application developer [:)] Next hurdle:  MOSS configuration, and then .NET certification. Update 5/7/2008 – I took the WSS application exam today (for kicks) and passed. 

Read Full Post »

This is one of those blog posts that I cannot take credit, but want to keep the information handy for a later time. The SPSecurityTrimmedControl shipped with WSSv3 is a very powerful control. It basically allows you to conditionally display content depending on the user’s permission. Thanks to Waldek for his post on conditional security [...]

Read Full Post »

SharePoint user identity is sometimes confusing for developers…. When connecting to external resources (like a SQL database via BDC) what user identity does SharePoint use?  How does SharePoint impersonate when using forms-based authentication? What’s the difference between a Windows user and a WSS User? What is SPSecurity.RunWithElevatedPrivileges? It’s questions like those above the can often [...]

Read Full Post »

I came across some really cool functionality in SharePoint 2007 today….  One of my clients has a deep hierarchy of sites and pages maintained in SharePoint – this hierarchy drives content management for their web site.  Most of the publishing pages on their site have an embedded boolean field, called “Appear on Home Page” as [...]

Read Full Post »

One of my developers and I ran into an interesting problem today – we’d migrated a web site over to SharePoint 2007 (using a popular content migration tool) and found that all page postback calls in SharePoint were giving JavaScript errors, specifically: Object doesn’t support property or method. Turns out that our master page and page [...]

Read Full Post »

« Newer Posts - Older Posts »

Follow

Get every new post delivered to your Inbox.