DCSIMG
SharePoint 2010 - Doron Goldberg

Browse by Tags

All Tags » SharePoint 2010 (RSS)
I’ve just added a new project to codeplex - the JQuery SharePoint autocomplete people picker : By starting to type a name, the autocomplete dropdown shows options available from SharePoint search which queries the SharePoint profiles. This control can be used on the server and on remote servers (with some cross domain issues which needs to be handled) and all it requires is the use of JQuery & JQueryUI . Once selected, the profile image is displayed with the DOMAIN\username as control value and...
Posted by dorong | 2 comment(s)
After installing the productivity hub on our server I have noticed that files were available for download without the option to be viewed in browser – although we have the office web apps installed and configured. Files were available for “View In browser” from the list itself or via search results and the reason is that the productivity hub is using a custom xsl for its list view:     The xsl is defined under the Miscellaneous properties of the web part: In order to add the “View In browser...
I’m presenting at “ SharePoint Extreme ” this year as part of the first out of three days event. The presentation will cover workflow development for SharePoint using SharePoint designer & Visual Studio and will be one out of several presentations of the “Getting started with SharePoint development” workshop: So if you are new to SharePoint or new to SharePoint workflows I think you should hurry up and register !   My short talk will cover the following items and will also include some REAL...
Posted by dorong | with no comments
Organization browser web part can be easily used inside pages of the portal with default behavior of showing the current user as the selected profile which appears in the center of the organization browser when the page loads. However, sometimes you might prefer to show a different user by default, for example – a department’s page where the manager is shown with all his employees. Unfortunately, the organizational browser web part does not come with suitable properties which allows us to tweak the...
Posted by dorong | 12 comment(s)
My “portal sharing web part” is a web part I’m currently working on which will allow users to interact socially with one another based on “my site” – directly from the portal itself. The look will include 3 buttons for 3 actions: Upload an image Status update Post a survey In this post I will focus on the 2nd button – status update. As you know “my site” now has a “users says” feature which is basically a status update: Using my web part I wanted to allow users inside the corporate portal to update...
Posted by dorong | with no comments
I recently came across a familiar situation where I needed to synchronize user profiles inside SharePoint 2010 so they will include the profile picture which is defined elsewhere. Usually users have their pictures included inside the Active Directory either as an extended schema or as a field which holds the URL where the image can be found. These cases are covered and can be easily solved in various ways. One of them is described here (Hebrew) using FIM or here (English) using simple mappings. My...