New Visual Studio Tools for Office Hands-on Labs Released#

Via TheServerSide.Net:

Microsoft has released two new downloadable hands-on labs for the Visual Studio 2005 Tools for Office to show how to create applications built around Microsoft Word and Microsoft Excel. The labs include creating action panes, accessing and storing data, and document interaction.

The Labs for Visual Studio 2005 Tools for Office for Word 2003 are:
  • Lab 1 – Creating Actions Panes in Word
  • Lab 2 – Using Controls in Word Documents
  • Lab 3 – Working with Data in Word Documents
  • Lab 4 – Caching Data in Word Documents
The Labs for Visual Studio 2005 Tools for Office for Excel 2003 are:
  • Lab 1 – Connecting Data and Controls in an Excel Workbook
  • Lab 2 – Using Controls in the Actions Pane
  • Lab 3 – Connecting Data in an Excel Workbook and Actions Pane

Download the Word 2003 Labs and the Excel 2003 Labs

Office | VSTO
Thursday, June 30, 2005 5:13:14 AM UTC #    Comments [0]  | 

 

[SharePoint Tip] LastItemModifiedDate and LastContentModifiedDate#

I've been working on this problem to find WSS sites that haven't been used for more then three months. SPWeb has a property called LastItemModifiedDate, to get the date when the last item in the SPWeb has been changed. However, the LastItemModifiedDate property applies only to sites returned by using one of the GetSubwebsForCurrentUser methods of the SPWeb class. Ok, but what if you want to get it from the rootweb?

Thanks to Tariq, he came up with the solution about using SPSite and the LastContentModifiedDate property:

SPGlobalAdmin globalAdmin = new SPGlobalAdmin();
SPVirtualServerCollection vServers = globalAdmin.VirtualServers;
foreach (SPVirtualServer vs in vServers)

   foreach (SPSite site in vs.Sites) 
   { 
   Console.WriteLine(site.Url); 
   Console.WriteLine(site.LastContentModifiedDate); 
   }
}

This should do it :)

Monday, June 27, 2005 10:33:50 AM UTC #    Comments [2]  | 

 

SharePoint Tools Galore V3#

Via JOPX:

This is already the 3d version of the SharePoint tools Galore list - lots of interesting stuff have been released lately - go check them out,...

SharePoint toolsuites

  • Coras workplace suiteSuite with
    rollup webparts (for news,documents,tasks,...), navigation controls and full language localization (This is way cool...)
  • Syntergy Provide lots of modules such as
    replication technologies for SharePoint, bulkloader, audit for SharePoint,...
  • Tools for SharePoint from SPSDev.com - contains Pocket Portal,
    My Team OrgChart WebPart, Bulk upload

    Search
  • Entopia K-Bus for SharePoint Portal Server: Adds extra information discovery capabilities, also allows
    SharePoint to index Documentum, Opentext,...
  • WSS PowerSearch - The developers ofthis product also have
    some other nice SharePoint tools, check out PowerRecycle and PowerNav
  • Behaviortracking from Mondosearch
  • Coveo SharePoint search
  • SharePoint Advanced Search Tools (Gotdotnet)


    Backup/Data Recovery/Antivirus
  • SharePoint document recovery tool : Free download from Stephane Cordonnier
  • McAfee Portal Shield Antivirus solution
  • AVG SharePoint Server Edition web site Antivirus solution
  • Sybari Antigen for SharePoint
    TrendMicro PortalProtect Antivirus solution

    Workflow
  • NetPoint Solutions
  • Factiva:Search and workflow tools for Office 2003
  • Captaris Teamplate: This workflow toolset even adds a module for fax based workflow "RightFax Workflow wizard
  • Skelta workflow .Net
  • K2.Net
  • Nintex smartlibrary
  • Smart workflow from LMR Solutions
  • DataLan FlowBuilder

    Document, Records and Digital Assets Management
  • Meridio: .Net software which integrates seamlessly into SharePoint and provides records management
    features needed to be compliant with standards such as Sarbanes-Oxley, US DOD 5015.2 records management standards,...
  • Towersoft
  • Wisdom
  • Mobius
  • Equilibrium MediaRich for SharePoint- digital asset management (DAM) solution to Microsoft Office Systems 2003.
  • Workshare Professional -Secure document compliance

    Utilities & developer tools
  • SharePoint Explorer : another free tool which you can use to explore the SharePoint object model
  • Admin report kit for SPS 2003: configuration and usage reporting tool for SPS 2003
  • SharePoint site permission manager (Gotdotnet)
  • SharePoint explorer for VS.Net
  • BlueDogLimited Webpart Tool Kit
  • CAML Query Builder (U2U)
  • SharePoint Configuration analyzer
  • CAMLViewer 1.0 (Stramit)
  • James Milne's SharePoint CSS Skinner
  • Office Web Components
  • RSS Feed for SharePoint Lists (U2U)
  • SharePoint Import Export tools (Gotdotnet)
  • SPS Portal 2003 Search Web Service Tester
  • Windows SharePoint Services: Usage Blob Parser

    InfoPath
  • CaveDigital XML Form WebPreviewer Web Part- allows users without InfoPath to view the contents of forms on their web browser.
  • AchieveForms
  • InfoView
  • NetXPert InfoScope

    WebParts
  • Acar Learning Technologies - Poll webpart for SharePoint, Quiz webpart for SharePoint
  • CSEG Rollup webpart
  • FluidNature image webpart
  • Calendar webpart

    High availability
  • Neverfail for SharePoint- Replication, switchover, failover and switchback for SharePoint
  • DoubleTake

    Business Intelligence & Reporting
  • DSP Portal Edition : Adds webparts which can display information from OLAP cubes
  • Omnisys Power Gauge - displays measurements based on various types of data sources, using dynamic and configurable gauges.
  • Crystal Reports SPS integration kit
  • BI Portal

    Miscellaneous
  • Brightwork: adds MSF (Microsoft Solution Framework) on top of SharePoint
  • Ratings & expert module for SharePoint
  • K-Wise - Migration tools
  • Factiva Modules to integrate news sources into your WSS/SPS (Factiva is a Dow Jones & Reuters company)
  • Advis site navigator Navigation and UI enhancements
  • Omnisys Probability Impact Matrix webpart - based on WSS risk list from Project Server 2003

    Offline Portal capabilities
  • Digilink revelation Lets mobile users synchronise offline information with SPS and WSS
  • IORA Another solution for offline SharePoint usage
  • Groove - software firm that Microsoft acquired a couple of months ago, they sell amongst other Mobile workspace for SharePoint
  • Monday, June 27, 2005 6:06:33 AM UTC #    Comments [0]  | 

     

    SharePoint Questionnaire#

    Heather posted a SharePoint questionnaire to determine what customers need, WSS, SPS or Both. Nice checklist when looking at SharePoint functionality.

    "The following is a list of questions we ask prospective SharePoint site owners in order to start requirements gathering and determining which product implementation will best suit their needs. The questions help determine if the user needs a portal, a WSS site, or a combination of the two."

    Take a look at the questionnaire.

    Monday, June 27, 2005 5:12:50 AM UTC #    Comments [0]  | 

     

    BizTalk Adapter for SharePoint Version 2#

    Via Jan Tielens:

    This is good news! There is a new version of the BizTalk Adapter for SharePoint released on the GotDotNet Workspace. It seems that the adapter was launched at TechEd USA, you can view the web cast online over here (including a demo of the BizTalk 2006 Adapter). Here is my little summary:

    Features of V2:

    • Side by side install with V1 (no upgrade scenario)
    • Exposes properties in Context (like originating folder etc.)
    • Security Credentials per Endpoint (also accessible through context properties!)
    • Binary file support (!)

    BizTalk 2006 WSS Adapter:

    • Includes all features of V2
    • Integrated setup, configuration, and deployment experience
    • Support of Form library, View, and List
    • Integrated Office InfoPath experience
    Monday, June 27, 2005 4:58:52 AM UTC #    Comments [1]  | 

     

    Class Server and SharePoint in educational environments#

    Olaf Hubel posted some articles on his blog about SharePoint in an education enviroment. One the products he works with is Class Server, which is used for interaction between students and their tutor using SharePoint. Olaf points out two things:

    • I Filter for IMS content packages: "Winvision Products has developed a very cool add-on for SharePoint Portal. It is an i-filter that enables sharepoint to full text index all IMS contact packages. IMS contact packages are used by products like Microsoft Class Server to store learning resources. The i-filter will not only full text index the IMS contact packages but also the SCROM meta data within the package. "
    • E-Portfolio system based on SharePoint: "Winvision Products has built an e-portfolio system based on SharePoint Portal. This means that the portfolio fully integrates with the learning gateway as well. It really is a great solution. The users is in full control over there portfolio. They can use all documents within sharepoint as evidence and connect those to competences provided by the school."
    Friday, June 24, 2005 6:53:07 AM UTC #    Comments [1]  | 

     

    Where is my IM Connectivity??#

    I've been waiting for this a long time, the Live Communications Server 2005 Public IM Connectivity. Finally, the integration with MSN, Yahoo and AOL. Great vision, great tool!...

    Only one problem.. why is it not available in the EU?? MS Netherlands tells us it does, resellers tell us it doen't. No info at the Dutch site, no clue!

    Does anyone know where to look or anyone facing the same problem?

    Friday, June 24, 2005 6:42:20 AM UTC #    Comments [1]  | 

     

    The Dot Net Factory: SharePoint Explorer and AD Webmanager#

    I'm not a big fan of promoting commercial products. This time however I will make an exception for The Dot Net Factory. It's been on other blogs a lot already, but worth mentioning it:

    • SharePoint Explorer. The Dot Net Factory’s SharePoint Explorer is an Internet Explorer add-on that provides users with an easy to use way to navigate any SharePoint Portal or Windows SharePoint Services site. SharePoint sites suffer from a lack of a unified hierarchical view of what sites you have access to, how to get there, and where you are in the hierarchy. SharePoint Explorer is the first client-based product to address this navigation issue for browsing any SharePoint site. SharePoint Explorer displays an explorer-like navigation tree of the Areas, Sites and Sub-Sites for the servers you select. SharePoint Explorer also provides powerful features for administrators, including links to common administrative tasks. For an administrative user, these task links are presented in the Admin Tasks node.

    • Active Directory WebManager. Active Directory WebManager’s interface is easy to use and optimized for speed. Native Active Directory tools require navigating through multiple nested screens to perform common account management tasks. AD WebManager features a grid-based design that allows grouping, sorting, and searching on user and group attributes. AD WebManager even allows you to view and modify useful business information in Active Directory’s user attribute fields that are not displayed through Microsoft’s administration tools. 

     

    Friday, June 24, 2005 5:49:32 AM UTC #    Comments [1]  | 

     

    Microsoft to debut Web-based Communicator#

    Via my colleague Stef and Bink:

    Microsoft unveiled plans on Tuesday to introduce a Web-based version of its Communicator enterprise messaging software in order to offer customers increased flexibility in accessing the company's collaboration and communications tools.

    Speaking at the Collaborative Technologies Conference in New York, Anoop Gupta, corporate vice president of Microsoft's Real-Time Collaboration Group, detailed the company's plans to introduce a beta version of the product in mid-July. Dubbed Microsoft Office Communicator Web Access, the software aims to help provide customers with an additional option for accessing the software giant's corporate IM system.



    The company plans to introduce the latest desktop version of Communicator, labeled Microsoft Office Communicator 2005, sometime before the end of June, and has already begun manufacturing the product.

    According to Microsoft, using Communicator Web Access together with the company's Live Communications Server software will allow workers to access its IM system from any device connected to the Internet. Gupta called the introduction the next step in Microsoft's plan to provide "ubiquitous access to rich presence and an integrated communications experience."

    Ed Simnett, group product manager for real-time collaboration at Microsoft, said that one of the primary tenets of the company's real-time collaboration strategy focuses on maximizing the reach of its software. The executive said the approach is illustrated by efforts such as the company's recent deal with Research In Motion to develop messaging software for devices that link to servers using software from both RIM and Microsoft.

    Previous Next "Customers have told us that a Web client is an important extra piece of the arsenal," Simnett said. "It also plays to the overall strength of real-time collaboration and the platform strategy that we have. People should be able to communicate from anywhere at any time."

    Read original article

    Wednesday, June 22, 2005 6:55:22 AM UTC #    Comments [0]  | 

     

    Some more guidelines to a succesful SharePoint user adoption#

    The last posting I did was about an article in SharePoint Advisor by Garry Smith. He wrote an interesting piece about 4 guidelines to drive SharePoint User Adoption. The succes of a portal application is directly dependant from the user adoption. A portal can so technically advanced and a huge succes looking at the functionality, but will fail however if users don't work with it. Garry is talking about some guidelines to achieve this user adoption. He points out 4 things: assimilate key users, duplicate content is the enemy of the portal, authors don't care about consumers and productive users = successful portal.

    I totally agree with him about these point, especially the first one which I think is the most important in this list. Funny enough, yesterday we had a discussion/brainstorm with our Information Worker Solutions team about SharePoint user adoption. However not totally worked out yet, we came with some more guidelines, which I think are very important as well:

    1. Make the portal fun to work with. Pictures of company trips, newsletters, competitions about who has the coolest MySite
    2. Make the portal need to work with. Put telephonelists, hour registration applications, declaration forms and other need to know information on the portal.
    3. Take down the old portal or content sources. The "old intranet link" on the new portal is the most clicked link when setting op a new portal, so take down the old intranet! Let people be in trouble for a few days and try to solve these troubles using the new portal.
    4. Increment functionality step by step. First only set up a portal with almost no extra's like MySite, and other cool things, but enable them step by step during the time. Let every new feature look like very special to the users and make them curious some time before you will enable them.
    5. Start a "portal campagne" in existing company newsletters, info screens, maybe posters in coffee rooms or toilets. Give a away small gifts like pens. It will increase user interest in the new portal.

    This are some points that could improve user adoption a lot, apart from the technical implementation. These points make implementing portals more fun as well of course!

    Tuesday, June 21, 2005 5:39:49 AM UTC #    Comments [0]  | 

     

    4 Guidelines to drive SharePoint user adoption#

    Article in SharePoint Advisor, found via Michael about SharePoint user adaption. A must read for everyone that has to deal with SharePoint and Users!

    "SharePoint Products and Technologies 2003 are a powerful enabler for information worker productivity; they enable collaboration, knowledge management, information sharing, version control, and application integration. However, nothing's changed when it comes to the importance of wooing users to SharePoint. Here's why:

    • Users are empowered by the ubiquity of Microsoft Office, which lets them manage and control their own output regardless of SharePoint.
    • Information workers managed to escape the LAN revolution. Most still save documents whereever and whenever they please.
    • While things are changing, for various reasons, corporations haven't viewed the content information workers create as a corporate asset they can use. Therefore, information workers have largely escaped the gaze of management and OT looking for their next productivity hit. Consequently, indispensable users control key hidden processes and information in corporations simply using office and line-of-business knowledge.
    • These indispensable users have developed considerable powerbases and positions of authority in the organization. Thus, there is a natural disincentive to centralize and share information."

    ...

    "Because project teams have finite resources and time, I've developed four maxims your team can use now to ensure you effectively drive SharePoint user adoption across your organization. I use these maxims in my own company and consulting work to smooth engagements and supercharge user acceptance and adoption of SharePoint Portal Server. These maxims (or best practices) are:

    1. Assimilate key users first.
    2. Duplicate content is the enemy of the portal.
    3. Authors don't care about consumers.
    4. Productive users = successful portal"

    Read the full article

    Friday, June 17, 2005 12:46:10 PM UTC #    Comments [1]  | 

     

    What's New in Office 12 and the Next Version of SharePoint?#

    Via Bill English:

    "I’m starting to get this question nearly everytime I go to a customer site:  what can I tell them about the next version?

     

    Both Todd and I are under some pretty strict NDA rules, so what we know we really can’t talk about.  But there is some public information on the next version of SharePoint, which is wrapped up into Office 12.  This email will outline the public information out there on the next release of SharePoint and more broadly, Office 12.

     

    First, you should know there is a public web site Microsoft has put up for the next version of Office 12.  It is at:  http://www.microsoft.com/office/preview/default.mspx.  As of this writing, all of the information is about the new XML file format for all the Office documents.  But more will be posted there about other aspects of Office 12.

     

    Additional details about the XML format can be found here:  http://www.infoworld.com/article/05/06/09/24OPenterwin_1.html.  New ISV opportunities are here for the taking.  And this article puts Beta 2 in Spring of 2006 and RTM in the Fall of 2006.

     

    Secondly, from this article (http://www.microsoft-watch.com/article2/0,1995,1710821,00.asp), we can estimate that the Beta 1 ship date is late August, Beta 2 goes public in December of this year and RTM is in May of 2006.  Also, Office 12 will be shipped independently of the new Longhorn client.  Other items of note:

    • Office 12 will work with the Windows 2000 and Windows XP OS
    • Office 12 will work with SQL 2000
    • New charting tool will be available in Office 12

     

    Thirdly, business productivity is taking center stage with Office 12.  Specifically, Office 12 will address:

    • Individual productivity
    • Finding information
    • Managing documents

     

    If this article is correct (http://insight.zdnet.co.uk/software/applications/0,39020466,39199138,00.htm), then document management is “in the box”, meaning the ability to manage documents across the document lifecycle is likely.  Microsoft needs to solve the email problem too.  The average worker gets 10 times as much email as s/he did in 1997 and that trend is expected to increase 5-fold over the next 4 years.  Hence, new rules will be in place to help you manage the onslaught of information, including the ability to prioritize senders – receiving email from certain individuals and sending the rest to another location or even to voicemail (which is part of the next Exchange release).  Finally, the new Office 12 suite is expected to not require any changes to current operating systems, meaning that it will run fully on LongHorn, but also on the older operating systems, such as Windows 2000 and Windows XP.

     

    Other enhancements include:

    • Excel’s ability to create dashboards and scorecards to help companies quickly understand how their business is doing
    • Easier design features in PowerPoint
    • Excel and Outlook will be able to access SAP databases directly
    • Excel may be able to access Siebel databases directly

     

    Fourthly, better content management will be a part of Office 12.  According to this article, http://www.computerworld.com/databasetopics/businessintelligence/story/0,10801,101833,00.html, Office 12 is expected to focus on:

    • Collaboration:  make it easier for users to create collaboration shared workspaces and Groove’s peer-to-peer features will be included in this emphasis
    • Out of the Box Secure Instant Messaging will be “in the box” via Live Communications Server
    • Business intelligence:  Data visualization will be easier via dashboards and scorecards.  Then, this information will be shared more easily across shared workspaces and portals, offering better collaboration.
    • Content lifecycle:  centrally defined expiration and archival policies will be “in the box” in Office 12 with a view to ensuring content meets regulatory and reporting standards.

     

    This article also focused on Office 12 being a development platform with the introduction of the new XML file format. 

     

    Finally, Internet Telephony and Better Communication is a part of Office 12:  http://news.com.com/Office+12+to+ease+lines+of+communication/2100-1012_3-5709451.html.  This article mentions that VOIP will be a core part of Office 12.  In addition, Office will continue to expand it’s line of server products, but what those products are is still not being publicly discussed.

     

    In short, Office 12 is trying to pull together the phone, IM, email, collaboration, content management and regulatory compliance into one software package that allows users to better visualize, consume, respond to and manage information across world-wide time zones.  http://www.winplanet.com/article/2873-.htm.  You can quickly see how SharePoint will play a central role in the next version of Office 12."

    Thursday, June 16, 2005 11:33:33 AM UTC #    Comments [1]  | 

     

    C# for flash: animate sharepoint?#

    Just had an interesting conversation with Shane, Tariq and Sig about NeoSwiff, which enables you to use C# for flash in VS.Net, including intellisense. Great product! Would it be a good idea to use this in sharepoint environments to animate lists and toolbars etc to make it more userfriendly. Nice idea which I need to try some time. Shane already used flash in SharePoint to animate flows for InfoTech Canada.

    Read more about using C# in Flash

    Thursday, June 16, 2005 11:31:30 AM UTC #    Comments [0]  | 

     

    InfoPath Dev website#
    Via Electronic Forms i ran into the InfoPath Dev website, a very usefull resource for InfoPath development.
     
     
    The InfoPath Dev Web site has been reorganized to make it easier to find code, articles, resources, etc. Check out the following sections:
    • Downloads features new tools for development plus full featured templates.
    • How-To consolidates content from the Blog, Dev Nuggets, and Examples.
    • Forums is still the place to get answers from the InfoPath Dev experts.
    • Resources links to the other useful sites and content about InfoPath.

    Goto the website

    Thursday, June 16, 2005 8:59:59 AM UTC #    Comments [0]  | 

     

    Free Source Solutions for Microsoft SharePoint Products and Technology Solutions#

    The OpenCanal Distribution is refreshed 4 times per year with new and updated Microsoft .NET free source solutions. It contains SharePoint resources mostly from GotDotNet packed together.

    Download here or visit the OpenCanal website.

    Monday, June 13, 2005 9:22:39 AM UTC #    Comments [0]  | 

     

    [Sharepoint Tip] Deleting a SharePoint site that is too big#

    Tonight I ran into a problem deleting a WSS site. I could normally access the site, but when I wanted to delete it either in the site administration or with the stsadm.exe tool, it gave the error: There is no Web named "/sites/[site name]". Very weird... until I found the same problem with other users in newsgroups.

    The problem (bug) is that SharePoint returns this message when the site storage is over 500 MB. Too bad my site was about 4.5 GB in size. So, how to workaround this problem? Just manually delete content of your site untill it is below 500 MB and then delete the site.. or install SP1.

    The bug is described here, and here is the hotfix (SP1).

    Thursday, June 09, 2005 3:28:53 PM UTC #    Comments [0]  | 

     

    Do you know SharePoint?#

    As you might know I work for Tam Tam, a full service internet company in the Netherlands. We are currently looking for SharePoint developers to join our Information Worker Solutions (IWS) team. If you like creating webparts, playing with CAML, but also like to think in solutions for our customers and advice them about how to implement these solutions, you might be the person we're looking for!

    So, if you are looking for a new experience in a motivating environment, please drop me a line.

    Thursday, June 09, 2005 10:21:58 AM UTC #    Comments [0]  | 

     

    Developer Project Kick Start for SharePoint#

    From GotDotNet:

    The developer kick start for SharePoint Products and Technologies provides an initial Visual Studio .NET solution for customing SharePoint site definitions and web parts.

    Developer Project KickStart v 1.3 (06/07/2005 • 1240k)
    This version includes the addition of AlternateCSS and AlternateHeader files and attributes. Also included in this release is improved documentation, including instructions on modifying the kick start to deploy your own site definitions.

    Developer Project Kick Start (05/27/2005 • 1231k)
    Developer Kick Start including instructions

    Developer Project Kick Start for SharePoint Produc... (05/27/2005 • 1179k)
    zip containing source of Developer kick start
    Thursday, June 09, 2005 7:59:34 AM UTC #    Comments [0]  | 

     

    More details on Office & SharePoint track at PDC#

    From the PDC site:

    Office & SharePoint

    • What's New in "Office 12" and Windows SharePoint Services "v3"
    • Enterprise Content Lifecycle Technology and Extensibility
    • Assembling, Repurposing, and Manipulating Document Content Using the New Office File Format
    • Developing an End-to-End Document Workflow Solution Using Office Client and Server Technologies
    • Outlook Integration: Building Messaging and Collaboration Solutions with New "Outlook 12" Extensibility
    • Advancements in Document, Content, and Data Storage in Windows SharePoint Services "v3" Platform
    • Creating Office Application Customizations with Visual Studio Tools for Office "v3"
    • Surfacing Your Application's Line-of-Business Data in Office Clients
    • Surfacing Your Application's Line-Of-Business Data and Actions Within Enterprise Portals
    • Programming Against Microsoft Office System Search Technology

    See full agenda

    Wednesday, June 08, 2005 5:20:36 AM UTC #    Comments [0]  | 

     

    CaveDigital Billboard Web Part#

    My Portugese friend Pedro told me about a nice project he's working on, called "Billboard webpart". Like the yellow PostIt's it lets you post yellow billboard messages in SharePoint. Nice feature and might be usefull in doing workshops, or just leave notes for team members.

    "CaveDigital Billboard Web Part:
    [under development]

    For Windows SharePoint Services and Microsoft Office SharePoint Portal Server 2003.

    Description:

    Allow your SharePoint users to submit billboard postings on your intranet.

    Benefits:

    Microsoft Partners, Developers and Resellers: IT Project success strongly depends on end-users acceptance. Projects with a strong user community established are more likely to be successful. Build community value.

    Pre-Requisites:

    1. Windows SharePoint Services or
    2. Microsoft Office SharePoint Portal Server 2003"


    Tuesday, June 07, 2005 7:20:51 AM UTC #    Comments [0]  | 

     

    Telerik R.A.D Editor for SharePoint#

    Via [WSSDemo.com]

    They do many cool things for MCMS, but now there is the Telerik R.A.D. editor webpart for SharePoint!

    This thing has so many features like:
    • CSS Templates
    • Multi level undo/redo
    • Strip Word formatting when pasting from Word
    • Insert image from WSS Image Library browser
    You can see a demo screen shot here... This page is using the R.A.D. editor and shows the image selector.
     
    It can be used just like a Content Editor Web Part or it can replace the Portal Server Item Listing rich text editor.
    You can download the evaluation copy here...
    It only allows editing from localhost in unregistered mode.
     
    Tuesday, June 07, 2005 5:53:37 AM UTC #    Comments [0]  | 

     

    VSTO 2005 in Outlook#

    Yesterday I saw the Steve Balmer key note at TechEd Orlando via webcast and it was cool to see how VSTO made it into Outlook! Today, John Durant published some links to get started using VSTO in Outlook:

    "Now, you will want to know all about it and get your hands on the goods- so here's your ticket:

    Getting Started Article

    Architecture Overview Article

    Task Solution Article

    Hands-on-Labs

    Snippets

    Feature Samples

    Core Bits"

     

    Office | VSTO
    Tuesday, June 07, 2005 5:30:58 AM UTC #    Comments [0]  | 

     

    eID: digitally sign office documents and email#

    We (Dutch people) often make jokes about our southern neighbours the Belgians. This time however, they beat the rest of the world with their eID card: a personal ID card that replaces the old personal "analog" ID card.

    It works with a USB card reader and enables you to digitally sign office documents and email. No surprises that we can see Microsoft is taking advantage of this techinque.

    I think we should get one of those too :)

    Monday, June 06, 2005 5:18:25 AM UTC #    Comments [0]  | 

     

    Office 12: Microsoft Office Open XML Fomats#

    Microsoft will discuss the XML file format of Office 12, which will be called "Microsoft Office Open XML Fomats", at TechEd Orlando. In a press release they talk about "compact and robust" file formats for Word, Excel and Powerpoint:

    • Smaller file sizes. Because they offer file sizes that are significantly smaller than comparable Microsoft Office 2003 files, the new formats will reduce data storage needs and costs for customers. Smaller files also take up less space as e-mail attachments or as downloadable files, so customers' bandwidth needs and costs are expected to decline as well. The smaller file sizes are enabled by a combination of industry-standard ZIP compressed files technology that automatically compresses each component within the file as well as the reduced overhead of an XML format.
    • Greater data recovery. The enhanced data-recovery capabilities of the new file formats include the ability to open and use the undamaged parts of a file when only one component -- for example, a chart or image -- is damaged, as can be the case with truncated e-mail attachments or damaged storage media. In addition, Microsoft Office Open XML Formats have technology to detect and attempt to fix corrupted files when workers open them. These capabilities are based on the formats' structures, which segment a file's data storage into discrete components that can be scanned, maintained and managed independently.
    • Improved security. This file structure also enhances security, because files with potentially hazardous code can be more readily identified and managed, and because personally identifiable information or confidential content -- such as document comments -- can be stripped out of files before they are moved out of the network.

    Some other advantages according to Microsoft:

    • Better Data Interoperability
    • Open and Royalty-Free Formats
    • Compatibility and Support for Customers and Partners

    Read the full article here.

    ---

    Update: Some more details on Brian Jones blog:

     Open XML Formats Overview

    To summarize really quickly what’s going on, there will be new XML formats for Word, Excel, and PowerPoint in the next version of Office, and they will be the default for each. Without getting too technical, here are some basic points I think are important:

    1. Open Format: These formats use XML and ZIP, and they will be fully documented. Anyone will be able to get the full specs on the formats and there will be a royalty free license for anyone that wants to work with the files.
    2. Compressed: Files saved in these new XML formats are less than 50% the size of the equivalent file saved in the binary formats. This is because we take all of the XML parts that make up any given file, and then we ZIP them. We chose ZIP because it’s already widely in use today and we wanted these files to be easy to work with. (ZIP is a great container format. Of course I’m not the only one who thinks so… a number of other applications also use ZIP for their files too.)
    3. Robust: Between the usage of XML, ZIP, and good documentation the files get a lot more robust. By compartmentalizing our files into multiple parts within the ZIP, it becomes a lot less likely that an entire file will be corrupted (instead of just individual parts). The files are also a lot easier to work with, so it’s less likely that people working on the files outside of Office will cause corruptions.
    4. Backward compatible: There will be updates to Office 2000, XP, and 2003 that will allow those versions to read and write this new format. You don’t have to use the new version of Office to take advantage of these formats. (I think this is really cool. I was a big proponent of doing this work)
    5. Binary Format support: You can still use the current binary formats with the new version of Office. In fact, people can easily change to use the binary formats as the default if that’s what they’d rather do.
    6. New Extensions: The new formats will use new extensions (.docx, .pptx, .xlsx) so you can tell what format the files you are dealing with are, but to the average end user they’ll still just behave like any other Office file. Double click & it opens in the right application.

    and:

     Whitepapers

    The Microsoft Office Open XML Formats: New File Formats for "Office 12"

    http://download.microsoft.com/download/c/2/9/c2935f83-1a10-4e4a-a137-c1db829637f5/Office12NewFileFormatsWP.doc

    This first whitepaper is a general overview of the file format, and is targeted at multiple audiences. It starts off with an introduction about what’s going on and also briefly touches on the history of the current binary formats and how we got to where we are today.

    The Microsoft Office Open XML Formats: Preview for Developers

    http://download.microsoft.com/download/c/2/9/c2935f83-1a10-4e4a-a137-c1db829637f5/Office12FileFormatDevPreviewWP.doc

    This paper talks more about the architecture of the formats and is targeted at developers. This paper has a similar introduction to the first (but from a slightly different angle). The last 7 or so pages of the paper go into solutions and what people can do with these files. It’s a great way to start thinking about the possibilities, and what types of things you can probably expect to see built on top of the format.

    Thursday, June 02, 2005 5:39:04 AM UTC #    Comments [0]  | 

     

    All content © 2010, Mart Muller
    On this page
    This site
    Calendar
    <July 2010>
    SunMonTueWedThuFriSat
    27282930123
    45678910
    11121314151617
    18192021222324
    25262728293031
    1234567
    Archives
    Sitemap
    Disclaimer

    Powered by: newtelligence dasBlog 1.9.7174.0

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

    Send mail to the author(s) E-mail

    Theme design by Jelle Druyts