Wednesday, September 01, 2010

BIWUG IT Pro session on september 16th

BIWUG (www.biwug.be) is announcing another session about SharePoint on September 16th at the Quest offices in Diegem.

Agenda

  • 18:00-18:30 Welcome
  • 18:30-19:30 SharePoint administration and granular recovery (Speaker Quest)
  • 19:30-19:45 Break
  • 19:45-20:45 Upgrading from SharePoint Server 2007 to SharePoint Server 2010 (Speaker – Karine Bosch)

More details and registration on the BIWUG site – www.biwug.be

Tuesday, July 27, 2010

SharePoint 2010 Meeting Workspaces and Blogs are not MUI enabled

A while ago I wrote about the new multilingual capabilities of SharePoint 2010 based on the Multilingual User Interface (MUI) – see Multilingual User Interface (MUI) in SharePoint 2010 – Part I and Multilingual User Interface (MUI) in SharePoint 2010 – Part II. But beware – apparently not all site definitions support the MUI.

If you try to enable alternate languages for a SharePoint 2010 meeting workspace you will get an error stating “this site is based on a template that does not not support alternate languages”.

Now if you want to find out which webtemplates support MUI you can run the following Powershell script:

$siteUrl = "http://hades/"
$site = get-spsite $siteurl

$site.GetWebTemplates("1033") |foreach {Write-Host $_.Title $_.Name  $_.SupportsMultilingualUI;}

you will get a listing of all installed webtemplates within thesite collection specified by the url parameter. Notice the SupportsMultilingualUI property of the SPWebTemplate object – for the Meeting Workspaces and Blog site definitions this will return False.

Next is the complete listing returned on an install with SharePoint Server 2010 Enterprise Edition.

Global template GLOBAL#0 True
Team Site STS#0 True
Blank Site STS#1 True
Document Workspace STS#2 True
Basic Meeting Workspace MPS#0 False
Blank Meeting Workspace MPS#1 False
Decision Meeting Workspace MPS#2 False
Social Meeting Workspace MPS#3 False
Multipage Meeting Workspace MPS#4 False
Central Admin Site CENTRALADMIN#0 True
Wiki Site WIKI#0 True
Blog BLOG#0 False
Group Work Site SGS#0 True
Tenant Admin Site TENANTADMIN#0 True
Access Services Site ACCSRV#0 True
Assets Web Database ACCSRV#1 True
Charitable Contributions Web Database ACCSRV#3 True
Contacts Web Database ACCSRV#4 True
Issues Web Database ACCSRV#6 True
Projects Web Database ACCSRV#5 True
Document Center BDR#0 True
(obsolete) Records Center OFFILE#0 True
Records Center OFFILE#1 True
Shared Services Administration Site OSRV#0 True
PowerPoint Broadcast Site PowerPointBroadcast#0 True
PerformancePoint PPSMASite#0 True
Business Intelligence Center BICenterSite#0 True
SharePoint Portal Server Site SPS#0 True
SharePoint Portal Server Personal Space SPSPERS#0 True
Personalization Site SPSMSITE#0 True
Contents area Template SPSTOC#0 True
Topic area template SPSTOPIC#0 True
News Site SPSNEWS#0 True
Publishing Site CMSPUBLISHING#0 True
Publishing Site BLANKINTERNET#0 True
Press Releases Site BLANKINTERNET#1 True
Publishing Site with Workflow BLANKINTERNET#2 True
News Site SPSNHOME#0 True
Site Directory SPSSITES#0 True
Community area template SPSCOMMU#0 True
Report Center SPSREPORTCENTER#0 True
Collaboration Portal SPSPORTAL#0 True
Enterprise Search Center SRCHCEN#0 True
Profiles PROFILES#0 True
Publishing Portal BLANKINTERNETCONTAINER#0 True
My Site Host SPSMSITEHOST#0 True
Enterprise Wiki ENTERWIKI#0 True
Basic Search Center SRCHCENTERLITE#0 True
Basic Search Center SRCHCENTERLITE#1 True
FAST Search Center SRCHCENTERFAST#0 True
Visio Process Repository visprus#0 True

 

CustomErrors setting in SharePoint 2010 for debugging purposes

On a SharePoint 2010 development machine you typically want to see the full stack trace when an error occurs. In SharePoint 2010 you will need to modify 2 web.configs:

  • Underneath “[systemdrive]:\inetpub\wwwroot\wss\virtualdirectories\<port>”
  • In the layouts directory underneath the SharePoint root directory or 14 hive – “[systemdrive]:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS

The settings that you need to change are still the same:

  • Change Debug=”true”
  • CallStack=”true”
  • CustomErrors=”Off”

Happy SharePointing …

Tuesday, June 22, 2010

Access Services in SharePoint Server 2010

In Access 2007 you were able to publish data to SharePoint 2007, Access 2010 – in combination with SharePoint Server 2010 extends this functionality by allowing you to publish full Access applications to SharePoint including forms, reports, queries, etc … This can be done without involvement of developers or server administrators. Once published, your Access application can be worked with from within the SharePoint native web interface.

PS Access Services is part of SharePoint Server 2010 Enterprise edition – check out SharePoint 2010 edition comparison for more details

Monday, June 21, 2010

Access Services: solving this report failed to load because session state is not turned on.

I noticed the following error recently in one of the Access web databases driven by Access Services in SharePoint Server 2010.

“This report failed to load because session state is not turned on. Contact your SharePoint farm administrator. Troubleshoot issues with Microsoft SharePoint Foundation. Correlation ID: 6968e6db-d139-4b88-bf5a-7c39c2e4a6be  Date and Time: 6/16/2010 7:37:01 AM”

The strange thing was that the State Service was in running state (within SharePoint Central Admin > Manage Service Applications). Underlying Access Services seems to use a ReportViewer Control so this article – Using Access Services with SQL Reporting Services provided the solution:

Enable the Session State for the farm by opening the SharePoint Management Shell. Enter the command [Enable-SPSessionStateService –DatabaseName “foobar”] — The DatabaseName value is the database that will be created on the computer that is running SQL Server. Perform an IIS reset.

Thursday, June 03, 2010

Selling ECM,WCMS, BPM ….

Funny video  -  a fictional discussion between a business software salesperson and an IT Manager. …

Technorati Tags: ,,,

Dear CEO , why you should really consider moving to Windows 7 from Windows XP

Dear CEO, yes it is time to move away from Windows XP – here are some reasons why:

  • Mainstream support for Windows XP has already ended last year and extended support is available until 2014 – so you probably won’t be able to wait until Windows 8. You can only hold off for so long …
  • You might want to take a look at Windows 7 Business Value Analysis – depending on the type of organization you will have a different ROI and cost structure. “I haven’t heard about possible advantages” seems like a lame excuse for just sticking with what you know.
  • There are some great improvements – maybe you will not notice a lot of difference but believe me – when your workforce will adopt it Windows 7 in their home environment – they will notice these differences and might be disappointed for the lack of these features in their work environment. Yuo can even guide them using the new Enterprise Learning Framework My favorite improvements:
          • Performance improvements – yes even with older hardware I see that it just boots faster and that the settings screens load faster as well.
          • Support for 64 bit – I’m a SharePoint dev so …
          • Search desktop and programs (my personal favorite)
          • Better wireless support – I haven’t had any issues since I moved to Windows 7 – both Windows XP and Vista gave me severe headaches when using it in combination with my wireless network.
          • Productivity enhancement due to the new UI
          • DirectAccess – accessing networks without the need to VPN – I can’t wait for this one.
          • Boot from VHD option (yep probably not a typical end user operation)
  • Use the Windows 7 refresh to assess your desktop environments and try to rationalize the application portfolio you currently need to support. A migration is not only a technical operation – if you approach it intelligently you might create extra value while migrating.
  • Although the standalone user operating system becomes less relevant in a corporate environment – I do think that IT consultancy and services firms should typically lead the pack in migrations. Consider an account manager (or consultant for that matter) trying to sell the value of Windows 7 when giving a presentation with Office 2003 and Windows XP – must be a hard sell in my opinion.

If you agree or disagree … just leave a comment

Technorati Tags: ,,

Wednesday, June 02, 2010

SharePoint Saturday Belgium Presentations and code samples

I finally collected all the presentations and code samples from the different sessions about SharePoint 2010 at our first SharePoint Saturday here in Belgium. Enjoy

Wednesday, May 26, 2010

SharePoint 2010 development random links

Mental note – need to check links listed below about SharePoint 2010 – some interesting stuff in there. Probably something to do during the summer holidays…

Download links for SharePoint Foundation 2010 (WSS 4.0) and SharePoint Designer 2010

Did you know that there’s a great way to learn to work with the SharePoint 2010 platform. Just download SharePoint Foundation 2010 - if you would follow the logic of naming from the previous versions, this would have been Windows SharePoint Services 4.0 – together with SharePoint Designer 2010. These tools do not have any additional license cost. So why not try them out…

  • SharePoint Foundation 2010
  • SharePoint Designer 2010 (32-bit)
  • SharePoint Designer 2010 (64-bit) Note: This is the 64-bit version of SharePoint Designer. SharePoint Designer 2010 only connects to SharePoint 2010. To connect to SharePoint 2007 and earlier sites you must continue to use SharePoint Designer 2007. If you elect to install both applications side-by-side, you must download the 32-bit version of SharePoint Designer 2010, and install it after installing SharePoint Designer 2007. Please also note that 64 bit Office applications will not run if SharePoint Designer 2007 is installed; 64-bit Office 2010 applications should only be used if not connecting to SharePoint 2007 servers.
  • Search Server 2010 Express -If you’re using SharePoint Foundation, you can easily add search capabilities to your collaboration environment across SharePoint sites, file shares, web sites, Exchange Public Folders, and third party repositories using Microsoft Search Server 2010 Express

Wednesday, May 19, 2010

PowerPivot is the analysts/managers killer app

I did some demos recently at a SharePoint event @RealDolmen last week and one of the things I demoed was PowerPivot – a technology not specifically linked to SharePoint but it can be integrated.  So here goes my PowerPivot elevator pitch:

PowerPivot is a separate add-in for Excel which adds an in-memory cube which allows you import enormous quantities of data with incredible speed into Excel from different data sources.  You can define relationships between these data sources and parse through this data using pivot tables, pivot charts or using the new Data Analysis Expressions (DAX).

If you want to learn more about PowerPivot definitely take a look at PowerPivot Component Architecture which is an excerpt from the Microsoft SQL Server PowerPivot Planning and Deployment technical white paper.

Business intelligence in SharePoint 2010

As I already mentioned in one of the SharePoint 2010 practice sessions here at RealDolmen – Business Intelligence on the Microsoft platform is a great value proposition. With SharePoint as front end visualization plaform you can create amazing looking dashboards – here are a collection of links which came through in the RSS feeds I follow but I’m still surprised by how people still seem to ignore this great feature set.

Tuesday, May 18, 2010

Enterprise Search in SharePoint Server 2010 and FAST Search 2010

Here’s a collection of links which will help you get started with Enterprise Search on the 2010 platform. With the addition of Fast  to the Microsoft Enterprise gamma the functional spectrum which is covered has broadened enormously. Have fun …

Starting points:

  • Search Technologies for SharePoint 2010 Products Visio schema 
  • FAST Search Server 2010 for SharePoint Evaluation Guide
  • SharePoint Server 2010 Enterprise Search Evaluation Guide
  • Getting started with Enterprise Search in SharePoint 2010
  • Guide for IT Pros for Microsoft Search Server 2010 Beta
  • Learning material:

  • Microsoft Partner Training – Developer training – Advanced Fast Search for Developers
  • Microsoft Partner Training – IT Pro Training – Advanced Fast Search for IT Pros 
  • Technical articles:

    Background info:

    Microsoft free e-books – Visual Studio 2010 and SQL Server 2008 R2

    • Moving to Microsoft Visual Studio 2010 : The book is not a language primer, a language reference, or a single technology book. It’s a book that will help professional developers move from previous versions of Visual Studio (starting with 2003 and on up). It will cover the features of Visual Studio 2010 through an application. It will go through a lot of the exciting new language features and new versions of the most popular technologies without putting the emphasis on the technologies themselves. It will instead put the emphasis on how you would get to those new tools and features from Visual Studio 2010
    • Introducing Microsoft SQL Server 2008 R2 : Part I, “Database Administration,” is written with the DBA in mind and introduces
      readers to the numerous innovations in SQL Server 2008 R2. In Part II, “Business Intelligence Development,” readers discover components new to the SQL Server data platform, as well as significant enhancements to the reporting component.

    Saturday, May 15, 2010

    People you know and things you can do….

    Excellent blogpost  - No man is an island – truer today than ever with a reference to this interesting survey – Informal networks linked to success of change initiatives.

    The answer to the question about whether networking makes a difference: yes! The study showed a significant relationship between the success of a change initiative and the strength of the personal networks of the leader(s) managing the initiative.

    93% of completely successful change initiatives were led by leaders with very strong or strong personal networks. Not one change initiatives described as less successful was led by leader(s) with strong or very strong personal networks.

    On the other hand, the majority of less successful change initiatives (73%) were led by people described as having moderate or weak personal networks.

    Monday, May 10, 2010

    Getting Office 2010 to work on a single box SharePoint 2010 demo environment

    Last week I finished installing a new SharePoint 2010 demo environment. As it is a demo environment I installed everything on one server – so Windows Server 2008 R2, SQL Server 2008, SharePoint Server 2010 and Office 2010 on one single machine. Unfortunately when I tried the “Edit in word” option in SharePoint 2010 it gave me an error “Word has encountered an error”. Same if I tried the “New document” option in a SharePoint 2010 document library.



    Thanks to Steven for providing the solution – go to File Options> Trust Center. Next click the Trust Center Settings button. On the new screen which pops up – go to the Protected View and unselect all the tree protected view options displayed on the top of this settings page

    Close your Office 2010  and try the “Edit in word” option again – you will notice that it works like a charm.

    Troubleshooting UserProfile import in SharePoint 2010

    If you need to configure user profile synchronization in SharePoint Server 2010 – you definitely need to check out the Microsoft Technet Documentation on SharePoint Server 2010 – Manage Profile Synchronization – configure user profile synchronization.

    There is one thing however which helped me out which isn’t mentionned in the documentation – when trying to start the user profile synchronization service it failed – after restarting the SharePoint timer service it started successfully.

    Solving could not load type error with ListData.svc in SharePoint 2010 RTM

    If you encounter the following error when you access the listdata.svc service in SharePoint Server 2010 RTM -

    Could not load type 'System.Data.Services.Providers.IDataServiceUpdateProvider' from assembly 'System.Data.Services, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

    you are probably missing the latest update of ADO.NET Data Services for .Net Framework 3.5 SP1. There are two versions -

    Apparently this is not picked up by the prerequisites installer.

    Wednesday, May 05, 2010

    Don’t forget to start the Microsoft SharePoint Foundation Sandboxed Code Service …

    When you want to use sandboxed solutions in SharePoint Foundation 2010 or SharePoint Server 2010 you have to check that the Microsoft SharePoint Foundation Sandboxed Code Service is started. If it is not you will see the following errors:

    • You will be able to upload sandboxed solutions to the solutions gallery but the Activate solution button will remain greyed out.
    • When you try to deploy a sandboxed solution from within Visual Studio 2010 you will get the following error: Error occurred in deployment step 'Activate Features': Cannot start service SPUserCodeV4 on computer ''


    To start it go to SharePoint 2010 Central Admin and select Manage services on server.


    On the application page make sure that the Sandboxed Code Service is started.




    Tuesday, May 04, 2010

    Which Visio version to install?

    There’s a great blog post on the Visio team blogVisio 2010 versions overview which describes the differences between the standard, professional and premium edition. For integration with SharePoint and the new Visio Services you will at least need Visio Professional 2010. If you also want to design SharePoint workflows in Visio, you will need Visio Premium 2010.

    Monday, May 03, 2010

    SharePoint 2010 Tools Extensibility

    Visual Studio 2010 allows you to extend the SharePoint 2010 tool support by creating custom extensions, this way you can for example create custom SharePoint Project Items (SPI’s) which are not available out of the box.

    There are already some interesting examples out there of theses extensions and what’s all possible

    A number of extensions are also grouped within the CKS:Development Tools Edition on Codeplex (Source code available on Codeplex) – these are currently being rewritten to work with Visual Studio 2010 RTM.

    If you have some other interesting extensions – please add a comment.

    Wednesday, April 28, 2010

    Office 2010 - default file format ballot OOXML or ODF

    Something I missed in the Office 2010 beta’s – apparently Office will ask you for the default file format you want to use - Office Open XML format or OpenDocuments Format - the first time that you open it.



    This is apparently part of an agreement of Microsoft to commit to more interoperable applications. In Office 2007 Microsoft supported ODF through a separate Sourceforge project but now you get it built in. In september 2008 Belgian government decided to standardize on ODF – so know they can use ODF and still use Office 2010.

    Tuesday, April 27, 2010

    Outlook 2010 is pretty smart …

    I used to work with the Outlook Hotmail Connector for Hotmail during the beta tests of Outlook 2010 but I decided to remove all beta components – but one way or another Outlook seemed to remember that I used to have a connection using the Outlook Hotmail connector and provided me with guidance directly in my Outlook user interface



    I'm just wondering if the version which was installed (14.0.4760.1000) is the final release.

    Saturday, April 24, 2010

    Office 2010 64-bit or 32-bit that’s the question…

    I now have to decide whether to install the 64-bit edition of Office 2010 or the 32-bit edition. There’s some guidance available on Technet – 64-bit editions of Office 2010

    The recommendations for which edition of Office 2010 to install are as follows:

    • If users in your organization depend on existing extensions to Office, such as ActiveX controls, third-party add-ins, in-house solutions built on previous versions of Office, or 32-bit versions of programs that interface directly with Office, we recommend that you install 32-bit Office 2010 (the default installation) on computers that are running both 32-bit and 64-bit supported Windows operating systems.
    • If some users in your organization are Excel expert users who work with Excel spreadsheets that are larger than 2 gigabytes (GB), they can install the 64-bit edition of Office 2010. In addition, if you have in-house solution developers, we recommend that those developers have access to the 64-bit edition of Office 2010 so that they can test and update your in-house solutions on the 64-bit edition of Office 2010.

    Since I’m using both SharePoint Server 2010 and SharePoint Server 2007 (which relies on some ActiveX controls) I will probably go for 32-bit.

    Technorati Tags: ,,

    Wednesday, March 31, 2010

    Windows Phone 7 Intro video

    Get Microsoft Silverlight

    Windows Phone 7 Development links

    I just followed a great TechDays Belgium session about Windows Phone 7 and I must say this definitely rocks …. and it is really easy to get started as all the necessary Windows Phone 7 developer tools can be downloaded from http://developer.windowsphone.com. There are basically 2 models for building applications for Windows Phone 7 – either using the XNA model or using the Silverlight model.

    If you download the developer tools you will notice that they can be added to an existing Visual Studio 2010 installation or if you don’t have Visual Studio installed it will add Visual Studio 2010 Express for Windows Phone. The download also contains the Windows Phone Emulator as well as XNA Game Studio 4.0 – check out the Windows Phone 7 Training Kit on MSDN and the Windows Phone 7 Training Kit direct download.

    Some interesting tidbits:

    • Currently C# is the only supported programming language
    • Windows Phone is cloud-ready – you might for example want to integrate XBox Live
    • Windows Phone will only support 2 resolutions – 480x800 and 320x480
    • Your windows phone is orientation aware - in Silverlight you will have explicit orientation events which you can use to manipulate the UI in your apps.
    • Since the Windows Phone has a built-in accelerometer you will be able to program against it – using a standard API
    • Windows Phone 7 supports multi-touch, again a new way to handle input both in XNA as well as Silverlight.
    • Navigation uses pages

    Related links:

    Expect more info to come in the next days ….

    Sunday, March 28, 2010

    SharePoint Saturday Belgium – 8th of may 2010

    BIWUG is organizing the first ever SharePoint Saturday in Belgium.

    When: Saturday 8th May 2010

    Where: Hof Ter Helst, Kattenbroek 1, 2650 Edegem

    We will welcome you as of 9 o'clock for a coffee and sessions will start at 9:30.

    9:30-9:45 Welcome and Introduction

    9:45 - 10:30 Visual Studio 2010 Tools for SharePoint (Karine Bosch)

    10:40 - 11:30 LINQ to SharePoint (Serge Luca)

    11:40 - 12:30 Client Object Model (TBD)

    12:30 - 13:40 Lunch break  with sandwiches and drinks

    13:40 - 14:30 Sandboxed solutions (Steven Van De Craen) 

    14:40 - 15:30 MetaData in SharePoint 2010 (Joris Poelmans)

    15:40 - 16:30 SharePoint, WCF Services en REST (Stéphane Eyskens)

    16:30 - Closing drink

    Don't hesitate to register now as registrations are limitted to 100 participants.

    We really hope to welcome you!

    Don't forget to also take a look at the SharePoint Saturday Belgium event site...

     

    Saturday, March 20, 2010

    Using MailServer for SharePoint 2010 development box

    As you probably know SharePoint 2010 development is only possible on Windows Vista, Windows 7 or Windows Server 2008/2008 R2 (all 64 bit versions). I still prefer using Windows Server 2008 so I need POP3 mail server functionality to test e-mail integration and so on…  I have used the POP3 extender from Visendo in the past for this but it did not work quite as fluent as expected.

    I just finished installing a new SPS 2010 dev box so I decided to use SmarterMail – for a walkthrough about how to configure SmarterMail check out Reza’s blog.

    Wednesday, March 10, 2010

    Folksonomy and Taxonomy – do you have to choose?

    With the introduction of SharePoint 2010 and the way that it supports free tagging (folksonomy) as well as a centrally managed controlled vocabulary (taxonomy) using the managed metadata column – the debate about taxonomy versus folksonomy will probably light up again. In my personal opinion – there is no need to choose between one of both. The way that SharePoint 2010 supports the notion of promoting free tags into a managed taxonomy demonstrates that a folksonomy can be used as a source to define a taxonomy as well.

    Related links:

    Saturday, March 06, 2010

    SharePoint 2010 – launch May 12th, RTM in April

    Just picked this up from the SharePoint team blog – SharePoint 2010 & Office 2010 Launch:

    Today, we officially announced that May 12th, 2010, is the launch date for SharePoint 2010 & Office 2010. In addition, we announced our intent to RTM (Release to Manufacturing) this April 2010. 

    It’s an exciting time for us! We hope you can virtually join us on May 12th at 11am EST to listen to Stephen Elop, President of the Microsoft Business Division, announce the launch. You can register for the event @ http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx

    Arpan Shah
    Director, SharePoint

    Friday, March 05, 2010

    BIWUG on SharePoint 2010 revisited

    I have just upload the presentations and the code sample from Stephane on SPLinq to the BIWUG site – if you want to see the sessions again – don’t forget to take a look at the BIWUG on SPS2010 recordings

    Wednesday, February 24, 2010

    Your favourite feature in SharePoint 2010?

    (Click the image to see it bigger)
    I did a little survey as part of the contest to win a free TechDays ticket - with the question: What is your favourite feature in SharePoint 2010 - here are the results


    So what's your favourite feature - leave a comment.

    Monday, February 22, 2010

    SharePoint 2010 - the enterprise managed metadata (EMM)service, enterprise content types and content type syndication

    Did you ever try to deploy content types across multiple site collections in SharePoint Server 2007 and keep them in sync afterwards? If so, you probably now that this is not that easy – there is not standard support for this in 2007. Some of you will have tried the SharePoint cross-site configurator on Codeplex. Luckily this issue has been solved with SharePoint 2010 which has built in support for central management of content types from a master site collection and afterwards pushing out the changes to other site collections – this commonly referred to as content type syndication and the content types within the master site collection hub are called enterprise content types. Another great feature enabled by the Enterprise Managed Metadata (EMM) service application.

    Thursday, February 18, 2010

    Taxonomy and the Managed Metadata service in SharePoint 2010 – great links

    The managed metadata service in SharePoint 2010 provides a central store for keywords and a hierarchically organized metadata - think of lookup columns but then a lot better with hierarchy support and central management across site collections, web applications or even farms.  If you’re new to the concept of the managed metadata service, managed keywords and the managed metadata field I strongly suggest that you take a look at the following links:

    Wednesday, February 17, 2010

    SharePoint 2010 and content organizers

    Content organizers allow for content submitted to SharePoint to be rerouted to the correct location based on a number of routing rules which use both content types and it’s metadata to provide a certain routing logic. It’s actually an improved version of the routing logic which was available in the SharePoint 2007 records center. There are some excellent blog posts out there if you want to learn more:

    Monday, February 15, 2010

    Folders and metadata – again ….

    Anecdote about Subfolders versus Metadata – a story about resistance and changing jobs. Sounds familiar – take a look at these postings  - Follow up – Folders in SharePoint document libraries  - Why???

    Luckily location based metadata in SharePoint 2010 will allow us to use the best of both worlds – keep the old school way of organizing information in folders while automatically assigning metadata linked to the folder location.

    SharePoint Server 2010 – Social Data Statistics Web Part

    Check out - http://code.msdn.microsoft.com/socialstatswebpart

    This sample consists of a Microsoft Visual Studio 2010 SharePoint Visual Web part project. After you build and deploy this project on your Microsoft SharePoint Server 2010 site, you can add this Web part to any page where you want to display statistics for the social tagging activities of your users. The Web part displays the following information in three tables:

    1. Each URL that has been tagged, and the terms with which each URL has been tagged.
    2. Each term that has been used in a social tag, and the number of times that term has been used.
    3. Each user who has added a social tag, and the number of times that user has tagged URLs.

    The sample demonstrates how to use the new Social Data object model in SharePoint Server 2010. It also takes advantage of the SharePoint Visual Web Part template, one of the new SharePoint templates that you can use in Visual Studio 2010.

    Wednesday, February 10, 2010

    Looking for application data folder in Windows 7?

    If you need to find the Application Data directory, just type %appdata% in the Run dialog box, the Start menu search box, or at the command prompt. This will open the correct folder.

    Technorati Tags: ,,

    Win free ticket for TechDays 2010 Belgium with BIWUG

    BIWUG (The Belux Information Worker User Group) is giving away a free ticket for TechDays 2010. So how can you get this free ticket – very simple: please provide an answer to the following questions:

    1.What is the coolest new feature in SharePoint 2010?

    2. How many people will have send in their vote for the coolest feature by Friday 19th of February?

    Send me an email at joris.poelmans@realdolmen.com and take your chance to win this ticket!

    PS I will publish the results of this little survey afterwards ….

    Technorati Tags: ,

    SharePoint 2010 – new developer training material including full virtual machine download

    Lots of new SharePoint 2010 training material released in january:

    Thursday, February 04, 2010

    Corporate culture, not technology, drives collaboration

    This post in Webworker daily about the significance of corporate culture on collaboration within your organization reminds me of some other blog posts which I wrote a while back:

    The author clearly makes the statement that you first need a corporate culture which embraces a new work paradigm where you empower people to organize work in their own fashion. This is similar to what I wrote earlier:

    I think that you will first need to create a mindset within your company which is ready to embrace collaboration and knowledge sharing before you can start thinking about Enterprise 2.0 - a view which is confirmed by this guy  - Enterprise 2.0 - Culture required?  But on the other hand for those people in your company who get it, you want to provide the necessary tools.

    With a new web savvy generation entering the work force companies will need to provide the necessary tools and freedom to allow people to work in ways that you probably did not imagine. This will mainly require a shift in management style from command and control to collaborate and connect

    Our CEO once wrote – the culture of an enterprise is largely determined by the behavior of its leaders (for the dutch text – see De cultuur van een onderneming wordt bepaald door het gedrag van zijn leiders) – a quote taken from Execution: The Discipline of Getting Things Done by Larry Bossidy. I could not agree more.