Google Wave ends

Today Google announced that Google Wave would no longer be developed as a separate product. The say that “At the time, we committed to maintaining the site at least through to the end of 2010. Today, we are sharing the specific dates for ending this maintenance period and shutting down Wave. As of January 31, 2012, all waves will be read-only, and the Wave service will be turned off on April 30, 2012”.

Read more
SharePoint 2010: Workflow BCC Field

The Default view of the e-mail template in SharePoint 2010 does not allows BCC fields. It is possible to add BCC fields for e-mails in your workflow. To activate this you have to fall back on a short trick: Insert your planned BCC recepient into the CC field of the e-mail. In SharePoint Designer navigate to the folder that holds the newly created workflow files (usaually it is stored under /sitename/workflows > navigate to “All files” then “Workflows). Open the XOML file of the workflow with Notepad (use right-click). Then search for the CC and BCC field and change CC with BCC (you will find them in the :EmailActivity node). Save the file, reopen the workflow, doublecheck the empty CC field, republish, thats it!

Read more