Posts

Showing posts from May, 2012

Tech·Ed North America 2011–SharePoint Video

  http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011?sort=sequential&direction=desc&term=&t=office%2B-and-%2Bsharepoint

SharePoint–Custom Alert Email

http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/cfb48d3a-2d6e-4fbb-88be-ed73b2caa92e http://neganov.blogspot.com/2011/08/custom-alerts-in-sharepoint-templates.html   http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/12/07/customizing-alert-notifications-and-alert-templates-in-windows-sharepoint-services-3-0.aspx http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/12/14/how-to-customizing-alert-emails-using-ialertnotificationhandler.aspx http://blogs.syrinx.com/blogs/sharepoint/archive/2008/04/28/custom-alert-handlers-part-1-of-2.aspx http://support.microsoft.com/kb/948321

SharePoint Foundation Rights Mask in Core.js

Ref: http://msdn.microsoft.com/en-us/library/dd304243%28PROT.13%29.aspx Ref: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spbasepermissions.aspx Ref: http://ralessi.wordpress.com/2010/12/09/core-js-customization   Example: HasRights(0×0, 0×800) 0×0—> Empty mask              0×800—> Manage Lists   The values of the permission mask bits are specified as follows. Symbolic name Value Description EmptyMask 0x0000000000000000 Grant no permissions. FullMask 0x7FFFFFFFFFFFFFFF Grant all permissions. The   list   and   document   permissions (0x000000000000XXXX) are specified as follows. Symbolic name Value Description ViewListItems 0x0000000000000001 Allow viewing of   list items   in lists, documents in   document libraries , and   Web discussion   comments. AddListItems 0x0000000000000002 Allow addition...

InfoPath Training References

Chapter 1 – Introduction to InfoPath InfoPath Introduction – 8 Part Video Series Creating a Basic Form in InfoPath (Video – 15 min.) About digital signatures and InfoPath A Getting Started Reference from LSU Chapter 2 – Basic of InfoPath Form Design Master/Detail control example Implementing a Master-Detail on the web Chapter 3 – Working with Data XML Schema Example Chapter 4 – Advanced Controls and Customization Email validation function Expression box – Conditional SUM example An overview of functions An introduction to data validation Opening a hyperlink in the same browser window Hyperlink syntax Understanding Rules in InfoPath Resource for pattern matching (regular expressions) Regular expression quick start Using regular expressions example (Video) Regular Expression Cheat Sheet Chapter 5 – Adding Logic without Code Chapter 6 – Retrieving Data from External Sources Integrating InfoPath 2007 with the Data Connection Library Design a form template for offline use Sample Appli...

SharePoint 2010 References

Chapter 1 – What’s New What’s New in SharePoint 2010 Central Administration Service Applications Windows Identity Foundation and Claims Health Monitoring PowerShell Managed Accounts Disaster Recovery Composites TechNet SharePoint Page New Site Templates Video Tutorials Branding with Lynda.com Chapter 2 – User Experience List Enhancements Chapter 3 -Architecting and Capacity Planning SharePoint Server 2010 Planning Guide Hardware and Software Requirements Chapter 4 – Installing and Configuring Configuring Required Service Accounts Microsoft SharePoint Server 2010 Trial Edition - Product key: VK7BD-VBKWR-6FHD9-Q3HM9-6PKMX SQL Server 2008 R2  Trial Edition Microsoft Project 2010 Professional Download Central Administration – Video by Shane Young Chapter 5 – Upgrading Migrate an existing server farm to a 64-bit environment Determining your Upgrade Approach Upgrading to SharePoint Server 2010 – TechNet Upgrade and Migration for SharePoint Server 2010 Database Attach Video - Star...