custom lookups in infopath formularen

die möglichkeit, infopath formulare mittels infopath form services im browser darzustellen, ist imho eine der besten neuerungen in moss 2007.

allerdings werden weit nicht alle features im browser unterstützt – unter anderem z.b. gibt es keine möglichkeit, z.b. in regeln eine normale dialogbox anzuzeigen (wäre ja mit javascript via der funktion alert() ziemlich einfach…). schon gar nicht kann man eine dialog box öffnen und darin werte aus einer externen datenquelle zur auswahl anbieten (so ähnlich wie beim people oder date picker).

doch hier gibt es bereits eine lösung – das ganze nennt sich slp und wird mittlerweile einfach als wsp in der central administration installiert (oder per stsadm).

die integration in das infopath form selbst funktioniert dann wirklich sehr einfach; die weit aufwändigere angelegenheit ist es, die seite mit dem lookup in die externe datenquelle zu erstellen; in summe also eine wirklich sehr feine sache!

Sharepoint Skins

bei der anpassung des look & feel einer wss site collection kann man selbst hand anlegen; entweder wirklich zu 100% (z.b. mit notepad 😉 ) oder mithilfe eines tools.

oder, man verwendet gleich ein fix fertiges template, welches dann maximal nur noch ein wenig angepasst werden muss. solche templates gibt es bei pixelmill. die templates sind nicht gratis, aber durchaus leistbar – hier gehts direkt zum shop, indem es momentan 18 templates gibt.

update: eben gefunden, noch nicht getestet – das sharepoint 2007 online theme generator tool

VMware Server 2.0 Beta

seit kurzem gibt es die erste beta des vmware servers in der version 2.0 – folgende features sind neu:

– Web-based management interface: A new Web-based user interface provides a simple, flexible, intuitive and productive way for you to manage your virtual machines.

– Expanded operating system support: VMware Server now supports Windows Vista Business Edition and Ultimate Edition (guest only), Windows Server 2008 (Longhorn Server Beta 3), Red Hat Enterprise Linux 5 and Ubuntu 7.1, among others.

– Greater scalability: Take full advantage of high-end hardware with support for up to 8GB of RAM per virtual machine, up to two virtual SMP (vSMP) processors and up to 64 virtual machines per host.

– 64-bit guest operating system support: Run high-performance operating systems in virtual machines with support for Intel EM64T VT-enabled processors and AMD64 processors with segmentation support.

– Support for VIX API 1.2: This feature provides a programming interface for automating virtual machine and guest operations.

– Support for Virtual Machine Interface (VMI): This feature enables transparent paravirtualization, in which a single binary version of the operating system can run either on native hardware or in paravirtualized mode.

– Support for USB 2.0 devices: Transfer data at faster data rates from USB 2.0 devices.

Web Part Page Maintenance

wenn ein webpart mittels klick auf “x” geschlossen wurde, so ist es tatsächlich nicht von der seite entfernt – es wird noch immer geladen und benötigt daher unnötig ressourcen.

wie kann es nun gelöscht werden? man hängt an die url einfach “?contents=1” an – also z.b. http://yoursite/default.aspx?contents=1, somit gelangt man auf die web part page maintenance seite von der die web parts ganz einfach gelöscht werden können.

wenn man die web parts nicht löschen, sondern wieder anzeigen möchte, so muss man die seite editieren, “add a web part” klicken, dann auf “advanced web part gallery and options” => nun gibt es den punkt “closed web parts”, aus dem die web parts dann einfach per drag & drop auf die seite gezogen werden können.

How to customize application pages in the Layouts folder

nun, dass das anpassen der files im “layouts” verzeichnis nicht supported / nicht besonders schlau, aber doch in einigen fällen die einzige möglichkeit ist, ist bestimmt jedem schnell klar, der sich ein wenig mit wss / moss beschäftigt – nun gibt es dazu einen passenden kb artikel: How to customize application pages in the Layouts folder in SharePoint Server 2007 and in Windows SharePoint Services 3.0:

Modifying the files that are installed by SharePoint is not supported. However, there are some scenarios in which you may have to modify these files to achieve consistent branding or other customizations. When you modify these files, you must consider that they may be replaced by future updates and service packs. Additionally, there may be complications when you upgrade to later versions of the product. Keep backup copies of all customized files in case they are overwritten by an update. Product support will provide commercially reasonable support for help with modifications but will be unable to provide product changes or hotfixes that result from modifying the files that are installed by SharePoint.

spannend ist dann allerdings der lösungvorschlag nummer 2; der so einfach und logisch ist, dass ich selbst nicht darauf gekommen bin: man erstellt sich eine kopie des folders und stellt das virtual directory auf der entsprechenden web site um – ende. nur beim update muss man natürlich auf diesen folder denken…