Hur man hämtar data från flera listor samtidigt i WSS v3
Technorati tags: sharepoint, development
En blogg på svenska om SharePoint i synnerhet och .Net i allmänhet
Office SharePoint Server 2007 introduces new technologies, including the following:Technorati tags: sharepoint, moss, development
- Business Data Catalog
Enables integration between enterprise portal and Line of Business (LOB) applications.- Document Management
Provides control, organization, publishing, offline capabilities, draft item security, rights management, and records management.- Web Content Management
Enables site branding, creating custom converters, building multilingual sites, and building content deployment solutions.- Excel Services
Enables interaction with your spreadsheets (view, calculate, create snapshots, extract values) through a Web browser or programmatically through a Web service.- Office InfoPath Forms Services Capabilities in Office SharePoint Server 2007
Enables interaction with form templates designed with Microsoft Office InfoPath 2007 through a Web browser.Office SharePoint Server 2007 also brings enhancements to existing technologies, including the following:
- Search
Provides enhanced capabilities in portal sites, team sites, content management sites, and custom headless search applications.- User Profiles and Audience Targeting
Provides improvements for property management, imports, privacy and security, and My Page, plus the addition of memberships, shared context, and colleagues quick links.- Single Sign-on
Provides enhancements to include a pluggable mechanism to allow alternate single sign-on providers.
Available download | File Size |
Microsoft Office Professional Plus 2007 | 550 MB |
Microsoft Office Groove 2007 | 300 MB |
Microsoft Office SharePoint Designer 2007 | 305 MB |
Microsoft Office OneNote 2007 | 279 MB |
Microsoft Office Outlook 2007 with Business Contact Manager | 380 MB |
Microsoft Office Project 2007 | 285 MB |
Microsoft Office Visio 2007 | 330 MB |
Microsoft Office Groove Server 2007 | 300 MB |
Microsoft Office SharePoint Server 2007 | 1000 MB |
Microsoft Office Project Server 2007 | 300 MB |
Microsoft Windows SharePoint Services | 75 MB |
Technorati tags: sharepoint, office2007
Nu närmar sig 2007 Microsoft Office System Beta 2 med stormsteg. Kanske idag, men definitivt den här veckan är det sagt... Förbered dig genom att ladda hem nya Software Development Kits för både WSS v3 och MOSS 2007:
In Beta 2 we support MSN Spaces, SharePoint 2007 (of course), Blogger, and Community Server (which is used for blogs.msdn.com). You can also set up a custom account with services that support the metaweblog API or the ATOM API.Läs mer: Microsoft Office Word : Blogging from Word 2007. Och missa inte bilderna, nya Office på Vista ser grymmt schysst ut.
At Microsoft, we define ECM as a set of key functions enabled by Document Management, Records Management, Web Content Management, and Electronic Forms Management capabilities. Of course, any ECM solution requires a user interface, and in our model, that’s provided via a Microsoft Office client program or a Web browser. Then, there are the common services such as Search, Workflow, Collaboration, Security, Rights Management, and Auditing that all of the key functions utilize. Lastly, there are the data repositories in which content is stored.Technorati tags: sharepoint, office, ECM
[...]
Making the solution much simpler and seamless for end user adoption has become a key tenet in the design of our products’ ECM capabilities. With the 2007 Office system, we have accomplished this in a couple of ways. First, all of the ECM functionality in Microsoft Office SharePoint Server 2007 can be accessed via popular Web browsers such as Internet Explorer, Firefox, or Safari, which provide a familiar user interface for most end users. Second and perhaps more importantly, SharePoint Server has tight integration with the familiar Microsoft Office client products such as Word, Excel, and PowerPoint, which allows the user to initiate, complete, and track ECM tasks without ever leaving the application.
Artikeln här: Free SharePoint DataView Tips
Technorati tags: sharepointBeta 2 (the public beta) of Office 2007 will hit later this month, joining the Windows Vista Beta 2, which is expected on May 22.Regga dig för betan här: http://www.microsoft.com/office/preview.
Technorati tags: sharepoint
The VS 2005 Web Application Project option provides an alternate web project model option to the VS 2005 Web Site Project Model that ships built-into VS 2005. VS 2005 Web Application Projects support the same project, build and compilation semantics as the VS 2003 web project model. [...] it also makes migrating VS 2003 web projects very, very easy – with zero/minimal code changes required.Web Application Project kommer att vara bli en standardkomponent i VS 2005 SP1.
One of the more common problems that Administrators face when configuring their SharePoint deployment is to adequately guess, in advance, how many web applications should be assigned to a single application pool. By default, the Central Administration UI in Microsoft Office SharePoint Portal Server 2003 asks you to create a new application pool each time you create a new web application. Should you do this? Should each new web application (virtual server) run inside it's own application pool?Läs hela artikeln: How Many Virtual Servers Should Be Associated with a Single Application Pool?
The interesting stuff, though, is the ClientScriptManager object and GetWebResourceURL() method. [...] Once I’ve created a ClientScriptManager object, I can use its GetWebResourceURL() method to return the URL to an embedded resource.Läs Ryan's artikel: Using ASP.NET 2.0 Web Resources in WebParts
SharePoint utilizes CSS quite heavily, and it is both a curse and a blessing. Since nearly all of the SharePoint 2003 UI is hard coded in the site definitions, CSS provides one of the best ways to update the UI. But the SharePoint CSS is also pretty unruly and can be quite daunting at first glance.Läs artikeln här: SharePoint and Cascading Style Sheets: How to update, change and reference.
The solution was to add a Data View Web Part for the list to the home page and change the functionality that detects there are no items to display with some client side javascript code to redirect the browser to the lists NewForm.aspx page.Technorati tags: sharepoint