|
Portals & Integration Profile |
|
|
ODF-support in Office 2007 SP2: conformance <> interoperability
Portals & Integration Since the release of Office 2007 SP2, Office has native support for Open Document Format (ODF). This means that we can get rid of all the plug-ins we've been using so far...
However, first tests with SP2's ODF Save-As functionality shows that it's far from perfect: ODF-documents created from MS-Office look (very) different in OpenOffice and vice versa or can't be opened at all, sometimes even causing hangups. Reason for this seems to be that Microsoft has primarily focussed on co [read]. Posted: Wed, May 6th '09 |
Office 2010 release schedule
Portals & Integration Last week Erika Erhli released some information on the name (Office 2010) and release dates.
You can read more here!. [read]. Posted: Wed, Apr 22nd '09 |
AddInSpy: diagnostics tool for developing an Office add-in
Portals & Integration "AddInSpy and AS are two variants of the same tool: a diagnostic tool for use both while developing an Office add-in, and also to troubleshoot issues with deployed add-ins. Note that the tool is unsupported. The tool discovers and reports a lot more information than is available through the Office UI natively."http://code.msdn.microsoft.com/AddInSpy/ [read]. Posted: Tue, Oct 21st '08 |
Solving problems with the WF-designer
Portals & Integration Everybody doing serious workflow development using Windows Workflow Foundation has probably experienced first hand that the workflow designer hosted by Visual Studio is not the most stable application ever. Every now and then you get unexplanable errors, while you didn't do anything you'd expect to be remotely responsible for trashing the WF-designer. It not just annoying, it can be very irritating and even ruin the day.Solving those issues it probably even harder than causing them (;)), [read]. Posted: Tue, Sep 23rd '08 |
Do Less. Get More. Develop on SharePoint.
Portals & Integration This is a great site for SharePoint developers content! Make sure you installed Silverlight BTW :) click [read]. Posted: Thu, Jun 19th '08 |
Visual Studio 2008 extensions for WSS released
Portals & Integration Just a quicky... The WSS 3.0 tools for Visual Studio have been updated. Version 1.2 hasn't got any new features (as far as I can tell after examining it for 5 minutes) other then support for Visual Studio 2008! So download it here: click and uninstall VS 2005 ;-) [read]. Posted: Thu, Jun 5th '08 |
Disable the toolbar header on a listviewwebpart from code
Portals & Integration A few weeks ago I helped out on a project creating some featureeventreceivers to dynamically add webparts to pages. Because of time-restrictions I didn't have the time to look into a weird problem we encountered..We experienced a problem when adding a listviewwebpart from code in which we don't want to display the toolbar. (aka toolbar = none from the Edit Shared Webpart menu). Now, my fellow team-system-guru Marcel :-) decided to turn over to the wonderful world of SharePoint and came u [read]. Posted: Fri, Apr 11th '08 |
Several new SharePoint links this week.
Portals & Integration This week the SharePoint conference is being held in Seattle, and surprise surprise all kind of new goodies are made available to the community. Check out these links:Silverlight and MOSS blueprint -> http://www.ssblueprints.net/sharepoint/CKS Enhanced Blog Edition Version 2.0 -> http://www.codeplex.com/cksOffice Live workspace -> http://workspace.officelive.com/ Have fun! [read]. Posted: Thu, Mar 6th '08 |
VSTO Powertools sneaky announcement
Portals & Integration Wow, I was browsing the MSDN blogs and came across this soapbox video: http://blogs.msdn.com/vsto/archive/2008/01/17/sharepoint-workflow-tools-video-interview-with-john-durant.aspx.John Durant speaks about creating SharePoint workflows with Visual Studio 2008, but he also mentions there is going to be a powertools package.One of the tools which will be in there is a tool to upgrade a Sharepoint Designer Workflow to a Visual Studio Workflow!That's great news! That way you'll be able to ad [read]. Posted: Fri, Jan 18th '08 |
Workaround to resolve upgrade issues WSS 3.0 SP1
Portals & Integration This article gives a brief description of the workaround when encountering issues during the installation/upgrade of WSS3.0 Service Pack 1. ScenarioDuring the installation of the WSS 3.0 Service Pack 1, the SharePoint Products and technologies wizard is started: After continuing the wizard, accepting the restart of services, and acknowledging that every other server in the farm was updated with new binaries (and is waiting on the same message) step 8 of the upgrade process may fail (only if the [read]. Posted: Fri, Jan 4th '08 |
Other usefull links
Portals & Integration Sorry guys and girls...I'm a bit swamped (december-stress :) ) so I'm lagging on my blog postings..That doesn't mean I don't run into some beauties of contributions to the SharePoint community though. I suggest you take a look at the following resources:SharePoint CSS reference list -> clickForms Authentication in SharePoint (part 1) -> clickForms Authentication in SharePoint (part 2) -> clickForms Authentication in SharePoint (part 3) -> clickLinQ to SharePoint -> [read]. Posted: Wed, Dec 19th '07 |
Microsoft SharePoint Developer Team Blog
Portals & Integration Through the standard SharePoint team blog I found this link to a new Team Blog.The WSS and MOSS development team is blogging on a variety of topics!clickOne to add to your RSS list! [read]. Posted: Mon, Dec 17th '07 |
Got something to say? Drop me a line!
Portals & Integration In the news section on the right side of this blog you will find a messenger online indicator.(like this: )If you got any questions, remarks, etc. etc. and you see I'm online feel free to click on the indicator and drop me a line.You do not need to have messenger installed or even have a live account! [read]. Posted: Wed, Nov 7th '07 |
Microsoft Search Server 2008 RC available
Portals & Integration Is that something...I'm at TechEd Barcelona right now and will be attending a session named "Microsoft Sharepoint Server 2007 for Search Code Name 'S2' - what is it and What's New" at 17:00 today. Now I'm checking my email through CommNet here and I just received the announcement that Microsoft released a new product called 'Microsoft Search Server Express'So far, it looks to me like this is basically Sharepoint for Search. However...there will be an EXPRESS edition [read]. Posted: Tue, Nov 6th '07 |
Are you visiting TechEd Barcelona?
Portals & Integration Hi! Just wondering: November 5th, TechEd starts in Barcelona.I'll be there, some of my colleagues will be there and ofcourse Wouter is doing some sessions on OOXML! Will you be there? If so...drop me a comment, maybe we can go and grab a 'cerveza' or two :-) Cheers,Bart [read]. Posted: Sun, Oct 28th '07 |
New Whitepaper available: "Data protection and recovery for Office SharePoint Server in small to medium deployments"
Portals & Integration Through the Sharepoint team blog I learned of a new whitepaper titled: "Data protection and recovery for Office SharePoint Server in small to medium deployments".This is a must read for IT Professionals who need to create a decent backup strategy for their Sharepoint farms. It gives you a good insight in the (im-)possibilities of the Sharepoint backup / restore possibilities. it also covers some other (third party) tools you can use for backupping your farm. [read]. Posted: Thu, Oct 25th '07 |
STSAdm Extension to enumerate effective base permissions
Portals & Integration I found this very cool extension for stsadm. It enumerates the effective permission for a given user and is also able to tell you what rights a user is MISSING. Get it hereGreat work, Gary! [read]. Posted: Fri, Oct 19th '07 |
SP3 voor SPS 2003 en WSS 2.0 released
Portals & Integration Ah...I just found out Microsoft released Service Pack 3 for WSS 2.0 and Sharepoint Portal Server 2003!Get it here:WSS 2.0 SP3 -> clickWSS 2.0 Language Pack SP3 -> clickSPS 2003 SP3 -> click [read]. Posted: Sat, Oct 13th '07 |
Two more...
Portals & Integration More nice stuff on MOSS:Enhanced content query webpart on codeplex -> clickCommunity Kit for SharePoint: Internet/Extranet Edition Forms-Based Authentication solution! -> clickConfigure Sharepoint to use ADFS -> click (All thanks to the sharepoint team blog) [read]. Posted: Sat, Oct 13th '07 |
Sharepoint end-user training kit released
Portals & Integration Check this blogpost. At Microsoft connect you can sign up to get a SCORM 2004 compatible learning kit to train your end users. I am definitely going to check this out for our training material and one of our clients. [read]. Posted: Sat, Oct 13th '07 |
MOSS Licensing changed
Portals & Integration Finally, according to this post on the Sharepoint blog,Microsoft changed the licensing model of MOSS. It is now allowed to run both and intranet and internet environment on the same farm. Something which was technically perfectly possible but not allowed from a licensing point of view. Great stuff! [read]. Posted: Sat, Oct 13th '07 |