productivity

  • SharePoint Developer Bookmarklets minor update – Navigation link fixed

    The downloadable version of SharePoint Developer Bookmarklets has been updated. The Root Web > Navigation link was broken and has been fixed (thanks for the feedback Greg). The updated version can be downloaded from CodePlex (SharePoint developer bookmarklets 2009.3.8.0).

  • SharePoint InstantListFilter

    I’ve just been pinged by Jaap Vossers: he’s published another SharePoint solution which enhances the User Experience – SharePoint InstantListFilter.

  • SharePoint QuickLaunchExtender

    Via Jaap Vossers: Jaap has pulled it off again. Just recently he created yet another solution which enriches the standard SharePoint UI: introducing the SharePoint QuickLaunchExtender.

  • Get to the on-line SharePoint SDK with one click (MSDN bookmarklet)

    While developing custom SharePoint solutions there is a big chance you need to look into the SharePoint SDK on regular. To keep off continuously surfing to the on-line reference, the SharePoint Team have provided us with the compiled CHM files. I admit that the off-line help files do simplify finding the information on a particular class, method or property. They have however two serious flaws: the content is outdated and there is no community content included in the off-line SDK.

  • tryGetValue in JavaScript

    Recently, while working on a new JavaScript mockup I’ve noticed that JavaScript lacks a decent support for retrieving values of object properties. Constantly checking whether both object and property makes the code almost unreadable. But isn’t there a better to get the values of object properties and keep the JavaScript code to the minimum?