SharePoint Blog - René Hézser

Anmelden  RSS Feed RSS Feed
Startet die Suche

Archive

Kategorien

Links

Andere Blogs



Add to Technorati Favorites

Aug 172009

Word to SharePoint

A picture will you tell more than words:

image

Another great project on CodePlex. –> http://wordtosharepoint.codeplex.com/

Project Description
A SharePoint Feature that allows selection of Word 2007 documents for content conversion to a selected WebpageLibrary. The solution also extracts, transfers and re-links images to a selected image library.


Published: 8/17/2009  7:59 PM | 0  Comments | 0  Links to this post
Tagged as: CodePlex, Products, SharePoint

Aug 172009

Active Directory User Editor

SharePoint is importing user information from the Active Directory through the Shared Services Provider (if you have MOSS).

Wouldn’t it be nice if users could “manage themselves”? That would save lots of time for the Admins :-)

The answer is here: http://nominesptools.codeplex.com/

  • 5 different types of properties fields: Simple TextBox, DropDownList/ListBox (with predefined values), People Picker, Date Picker with calendar.
  • Multi-domain compatible.
  • Nearly Any Active Directory property can be easily added or removed of the edit form, directly trough the webpart configuration (nothing "hard-coded").
  • SharePoint "look & feel"
  • Available in English and French

Additional informations and installation manual are available here (French & English): http://alexis.nomine.fr/

image

This Webpart is again a prove that there are plenty SharePoint solutions for you to use.

btw: this was my post #200 :-D


Published: 8/17/2009  7:49 PM | 1  Comment | 0  Links to this post
Tagged as: CodePlex, Webparts, Products, SharePoint

Aug 112009

Control.ClientID has wrong value

An ASP.NET Controls has a ClientID property. SharePoint Controls inherit from the ASP.NET Controls. The property will give you the ID, the rendered control will have in the HTML source. There is one thing to remember:

The ClientID is valid only, if the control has been added to the Controls of the Page!

ID before adding the control ID after adding the control
FilterButton ctl00_m_Webpart1_FilterButton

So if you need the ClientID e.g. to pass it to a JavaScript to be able to find the control, make sure you grab the ClientID after the control has been added to the Page.


Published: 8/11/2009  11:32 AM | 0  Comments | 0  Links to this post
Tagged as: Development, Web Controls

Aug 052009

Turning a Windows 7 DVD or ISO into a Bootable VHD Virtual Machine

With Windows 7 you will be able to boot a VHD.

Scott Hanselman has posted an article about creating a VHD from the Windows 7 installation bits. Cool stuff :-) Read about it on his blog.

A quickly set up development box on your desktop/notebook without the overhead of VMWare or Virtual PC.

 

Here is a similar post in German:

Stefen Krause hat über seine Demo Umgebung geschrieben. Auch er benutzt eine VHD, die dann gebootet wird.

Da normalerweise solche VHDs automatisch auf die eingestellte Größe vergrößert werden, zeigt er wie diese Einstellung mit einer Änderung der Registry umgangen werden kann.


Published: 8/5/2009  1:38 PM | 0  Comments | 0  Links to this post
Tagged as: Sonstiges