Feeds:
Posts
Comments

Archive for July, 2008

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 inadvertently [...]

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 »