Two custom development examples build for SharePoint 2007September 30, 2007 19:26SharePoint provides a lot of functionality out of the box, but of course there are always parts that have to be custom build. In this post I will show you 2 cool examples of what is possible with SharePoint when you add some custom development. Last week I’ve developed these two custom parts at Macaw to extend the functionality of the document library. File preview Send a file attachment by e-mail It requires custom development to send an e-mail with the file attached. To make SharePoint email the file we have used a SharePoint feature to add a new menu option to the item menu that presents the user with an e-mail page. After filling in the form SharePoints sends out the message with the selected file as attachment. Of course you can see a demo of it in another Flash movie. [UPDATE 12-11-2007] How to open an Office 2007 document inside an Internet Explorer 7 window?September 24, 2007 17:53
But what if you really need to open the document inside the browser? There is only one way around; Microsoft published a KB about the issue which can be resolved by making changes to the registry which you can read here. If you have no control over the end-user’s computer you’ll probably have to find another solution like generating PDF previews. What a bummer… Tags: internet explorer, Microsoft, Office, stream, usability, window, word document. |
||