SharePoint Wiki Page Incoming Links Web Part
Wednesday, October 14, 2009 1:36 PM

Ever want the “Incoming Links” page to show up on the wiki page rather than be a separate page?  Well, here is a handy web part you can add to a wiki page.

This provided without warranty, just link to this article and tell folks how you used it.

It uses some clever JavaScript to get the content from that page and asynchronously render it in a web part.

  1. Upload the Incoming Links.dwp file to your Web Part Gallery
  2. Edit the wiki page in question (not the wiki content, the whole page)
  3. Add the Incoming Links web part to the web part zone at the bottom of the page.

This will either prevent you from the hassle of also having to support wikimedia in your environment (which is really great if you can) or buy you time until you can deploy SharePoint 2010.

by wkriebel | 1 comment(s)
Filed under:
Setting Project Priorities from TFS Priorities
Wednesday, September 16, 2009 11:13 AM

Here is a handy macro that allows me to set the task priorities in Microsoft Project 2007 based on tasks that I have imported/synchronized to Visual Studio Team System. 

The reason I do this is because this allows me to have dependencies between TFS work items, determine which ones need to happen first, level my resources, and calculate completion dates for the work items.

 

Attribute VB_Name = "Module2"

Sub SetPriorityFromTFS()

Attribute SetPriorityFromTFS.VB_Description = ""

‘Description

    LevelingOptions Automatic:=False

    For Each T In ActiveProject.Tasks

        Select Case T.Text19

            Case 1

                T.Priority = "900"

            Case 2

                T.Priority = "700"

            Case 3

                T.Priority = "500"

            Case 4

                T.Priority = "300"

            Case 5

                T.Priority = "100"

        End Select

    Next T

    LevelingOptions Automatic:=True

    LevelNow

End Sub

DHS Threat Level SharePoint Web Part
Friday, August 28, 2009 3:03 PM

I recently created a XML Web part that uses XSL and the DHS Threat Level web service to render the current threat level in a way that looks exactly like the DHS Threat Advisory image:

clip_image002

Here it is for free to download with no warranty: DHS Thread Advisory.dwp

There is also an image: http://www.dhs.gov/threat_level/current-sm.gif

For fun, link to this post if you use the web part. 

by wkriebel | with no comments
Filed under:
How To Display the InfoPath Form Version on the Form
Wednesday, April 29, 2009 3:32 PM

Very handy for testing and help desk calls:

Tip: insert form version with the expression:
substring-before( substring-after( /processing-instruction()[local-name(.) = "mso-infoPathSolution"], 'solutionVersion="'), '"')

Source:  http://www.nivot.org/2008/09/30/WhyVSTO30VisualStudio2008SharePointWindowsWorkflowAndInfoPathMightGiveYouAHernia.aspx

by wkriebel | with no comments
Filed under:
Collect Data by Email
Tuesday, April 21, 2009 11:37 AM

Scenario: “Please respond to this email indicating your t-shirt size and which session you can attend… or whatever”   send to: 40 people.

Read this: http://office.microsoft.com/en-us/access/HA100154271033.aspx

by wkriebel | with no comments
How to Fix PWA Reminders web part in MOSS
Wednesday, April 01, 2009 10:46 AM

Add and hide this web part on the page where the reminders web part is located.

Often folks will want to export the Reminders web part from Project Web Access (PWA) 2007 and have it shown on a related SharePoint (MOSS) page.  You can export the web part, you can add it to a SharePoint page, you can set the PWA URL to your PWA URL and it will work. 

It will throw a javascript error.

The error presents itself as a document.stylesheets[0] etc. etc. javascript error and prevents all javascripts from running (such as menu flyouts).

The attached web part is simply a function redefinition that doesn’t require a feature deployment that fixes the reminders web part on that and only that page.

by wkriebel | with no comments
Filed under: ,
External Collaboration Toolkit for SharePoint (ECTS) Installation Notes
Thursday, January 29, 2009 5:40 PM

These notes are in addition to http://technet.microsoft.com/en-us/library/cc296362.aspx

These are the notes I generated that I used in overlay with the installation instructions. 

  1. Make sure Cert Server is installed and available
  2. Configure a certificate for ADAM
  3. Run ADAM setup from internet
    · Add/Remove only works if you have the OS disk
  4. Create DNS entries
    · For example: collab and collab.external
  5. Create Collab web app
  6. Reset IIS
  7. Create email address (e.g. SharePoint@yourdomain.com)
  8. Extend to an SSL external (e.g. collab.external)
  9. Create a site collection on the web application
  10. Run ADAM script that comes with kit
  11. Change the ADAM Service account
  12. Run database script
  13. Run SPScript
    Note: ADAM ports are typically 389, 636 or 50000, 50001
  14. Request IIS Cert
by wkriebel | with no comments
Filed under: ,
How I made my laptop faster
Thursday, January 29, 2009 12:18 PM

For some reason my laptop got really sluggish a while back.  Normally I wouldn’t blog about this type of thing, but it was so impactful I thought I would share.  I’ve already done and always do the typical stuff: defrag, clean registry, uninstall add-ons, maintain free disk space, etc.   This one, however, was the culprit.

Check this out if you are experiencing the same:   kb822158 Virus scanning recommendations for computers that are running Windows Server 2003, Windows 2000, Windows XP, or Windows Vista

Excerpt: “This article also contains information to help you minimize the effect of antivirus software on system and network performance.

by wkriebel | with no comments
How to update Microsoft RoundTable firmware
Tuesday, December 16, 2008 4:36 PM
  1. Download the firmware: Microsoft® RoundTable™ Firmware
  2. Download the manager: Microsoft® RoundTable™ Management Tool
  3. run this at the command line:

    C:\Program Files\Microsoft RoundTable\Device Management>rtmanage -m:img -i:nk -f:"C:\RoundTableQfeFirmware\nk.bin" -s:"C:\RoundTableQfeFirmware\nk.cat"

    passcode/password is probably: 78491 (factory default, see RoundTable Deployment Guide)

  4. Run This command:

    C:\Program Files\Microsoft RoundTable\Device Management>rtmanage.exe -m:img -i:EBOOT -f:c:\roundtableqfefirmware\cpueboot.bin -s:c:\roundtableqfefirmware\cpueboot.cat

  5. Reboot by running this command:
    Rtmanage.exe -m:cfg -r

IMAG0037

by wkriebel | with no comments
What makes a good model?
Monday, December 15, 2008 12:54 PM

Andrea takes a stab at stating it.

Excerpt:

  • As simple as possible, and complete (Better not bigger, spanning the semantic space)
  • Consistent
  • Extensible and reusable (Designed to evolve and be used beyond original purposes)
  • Design tradeoffs well-understood and documented
  • Normalized (To a point)
  • Incorporating stable and well-defined concepts and semantics – Usually taken from other standards and models
  • Designed and encoded for interoperability and sharing of semantics – But not limited by a specific encoding (such as XML Schema or database limitiations)
by wkriebel | with no comments
Filed under:
More Posts Next page »