After numerous requests of publishing the source code of my demo as showed before in JQuery Mobile Web Client on SharePoint enabled I have decided to do so. You lucky bastards… from the goodness of my hart… and for the good of community… and for world peace. Please be aware that the solution has not left [...]
Archive for the ‘MOSS2007’ Category
JQuery Mobile Web Client on SharePoint – The Source Code
Posted in JavaScript, JQuery, JQuery Mobile, MOSS2007, SharePoint on August 4, 2011 | 3 Comments »
Pass a ListItemId to SharePoint workflow
Posted in JavaScript, MOSS2007, SharePoint on March 18, 2011 | Leave a Comment »
In SharePoint Designer 2007 open the page where an action is needed. Right click the control the wher you want to start the workflow from… click Form Actions. Add Custom Action and click Settings and the Workflow Wizard will start. Click Variables and add a variable called something like MyListItemId. Finish the workflow and see [...]
Some really nice freeware for SharePoint 2007
Posted in MOSS2007, SharePoint on August 10, 2010 | Leave a Comment »
Facebook Kit for SharePoint Site Creation and Approval Workflow Microsoft Virtual Earth Web Part and others… http://philwicklund.com/freeware
SharePoint, Remote BLOB Storage (RBS), External BLOB Storage (EBS) and FILESTREAM
Posted in MOSS2007, SharePoint, tagged EBS, RBS, SQL Server 2008 R2 on June 3, 2010 | 2 Comments »
Finding #1: Remote Blob Storage RBS is recommended for SharePoint 2010 in conjunction with SQL Server 2008 R2. Finding #2: I don’t need FILESTREAM when I want use RBS. I can use FILESTREAM in conjunction with RBS though. RBS EBS On Microsofts deprecation list No Yes BLOB Store scope Per Content DB Entire farm [...]
Searching SharePoint from Windows7 Windows Explorer
Posted in MOSS2007, SharePoint, SPS2010, tagged Search, SharePoint, Windows7 on May 19, 2010 | Leave a Comment »
In Windows7 you can create custom search connectors to OpenSearch search engines. And YES… SharePoint 2007 en 2010 publish OpenSearch standard search engines. It is really simple to create a connector to SharePoint. Open Notepad and copy in the XML below Replace the areas in red with your SharePoint Search Center information. Be sure to [...]
Quest DropThis for SharePoint 1.1
Posted in MOSS2007, SPS2010, tagged MOSS2007, SharePoint 2010 on March 3, 2010 | Leave a Comment »
This is a very cool FREE Add-In for Outlook to store e-mail attachments into SharePoint. SPS2010 is supported. May be a nice free alternative for Colligo Contributor. http://bit.ly/9yX3I6
MOSS2007: Error adding a New WebPart
Posted in MOSS2007, tagged MOSS2007 on July 3, 2009 | Leave a Comment »
What to do when this error occurs when you need to add a new webpart to your gallery of webparts. The error: File Not Found. at System.Signature._GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, IntPtr fieldHandle, IntPtr methodHandle, IntPtr declaringTypeHandle) at System.Signature.GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, RuntimeFieldHandle fieldHandle, RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle) at System.Signature..ctor(RuntimeMethodHandle methodHandle, RuntimeTypeHandle [...]