Hi everyone!
I had to stop blogging for a while because we were working on building an improved MSDN Office Developer Center. However, I will blog a lot starting from today to let you know about resources, developer tips, and best practices for the 2007 Microsoft Office System.
The 2007 Microsoft Office System Beta 2 was announced today! We have been working a lot on creating new Office 2007 content and to redesign the site and here are some pointers to resources you should see!
Check out..
I will be blogging shortly about specific content items. In the meantime enjoy!
The Office Live thing...
If you want to learn more about Office Live, you should not miss Chris Beiter's blog. Chris is a Program Manager on the Solution Developer Platform portion of Office Live's next release. So for those of you who are interested in the developer story for Office Live, stick around Chris's blog.
The Office 2007 Demo thing...
Have you seen the MSDN TV shows published recently? If you can't wait to get to the demo, here are the links that jump into the fun part:
Access show
http://msdn.microsoft.com/msdntv/episodes/en/20060413AccessCC/clintcovington_demo.asx
Excel show
http://msdn.microsoft.com/msdntv/episodes/en/20060427ExcelDK/dannyk-shaharp_demo.asx
SharePoint show
http://msdn.microsoft.com/msdntv/episodes/en/20060406SharePointMF/mikefitzmaurice_demo1.asx
http://msdn.microsoft.com/msdntv/episodes/en/20060406SharePointMF/mikefitzmaurice_demo2.asx
Have a great weekend!
-Erika
Some time ago I blogged about my intentions of uploading files to a SharePoint Document Library site from a local folder using some kind of Web service. After doing some research and some tests, I found a very easy way to do that and now I want to share with you the approach I followed since you might find it useful as well.
Prerequisites
To build this solution, you need to install Office SharePoint Portal Server 2003 and follow the next steps:
To install the Web service:
To consume the Web Service:
I can tell you it works, just keep in mind the download is a code sample.
Enjoy!