Posts

JQuery Cheat Sheet

Image
Source : http://colorcharge.com/jquery/

SharePoint 2010 CSS Reference Chart

SharePoint 2010 CSS Reference Chart: A Complete reference for SharePoint 2010 CSS. You must read it. http://sharepointexperience.com/csschart/csschart.html

List inspector

Image
List inspector http://sharepointjavascript.wordpress.com/2012/02/05/list-inspector-ed-macintosh/

Dynamic Forms for SharePoint

Dynamic Forms for SharePoint : http://sharepointjavascript.wordpress.com/2012/01/19/dynamic-forms-for-sharepoint/

Preview list item on hover

Very good article with code on How to show preview of list item on hover. http://sharepointjavascript.wordpress.com/2012/02/12/list-view-preview-item-on-hover-sharepoint-2010/

SharePoint Video Tutorials

S. No. SharePoint Videos Tutorials 1. http://office.microsoft.com/en-us/sharepoint-designer-help/CH010066764.aspx 2. http://vodpod.com/ghamson/gileshamson 3. http://technet.microsoft.com/en-us/sharepoint/ff420396.aspx 4. http://msdn.microsoft.com/en-us/sharepoint/ee513147.aspx 5. http://www.sharepointhosting.com/video_tutorials.html 6. http://www.sharepointhostingprovider.com/sharepoint-tutorials/ 7. http://office.microsoft.com/en-us/sharepoint-server-help/CL100315293.aspx?CTT=5&origin=HA101859255 8. http://www.vtc.com/products/Sharepoint_tutorials.htm 9. http://www.softwaretrainingtutorials.com/ms-sharepoint-2010.php 10. http://www.hyperteach.com/products/windows-sharepoint-video-cd.htm 11. http://www.sharepoint-videos.com/all-free-videos/ 12. http://blog.sharepointhosting.com/Downloads/SharePoint-Tutorials.aspx 13. http://www.lynda.com/SharePoint-2010-tutori

Maintain file version history when moving/copying files between SharePoint sites

A very good article on how to maintain file version history when moving/copying files between SharePoint sites. You must read it. I has an example of code which demonstrates how to do. http://sharepointvenividivici.typepad.com/sharepoint-customization/2011/06/maintain-file-version-history-when-movingcopying-files-between-sharepoint-sites.html

SharePoint 2010: SDK Code Samples

Download SharePoint 2010 SDK Code Samples from Microsoft's website. Download from Microsoft

Delete a List or list Item and Store into Recycle Bin

Use Recycle() Method to move your List or List Item into Recycle Bin. i.e. : spListObject.Recycle(); spListItemObject.Recycle();

Creating a Custom Email Validation Field in SharePoint 2010

A very good article on How to create a custom field in SharePoint 2010. http://www.c-sharpcorner.com/uploadfile/Roji.Joy/creating-a-custom-field-type-for-sharepoint-2010-email-validation-field/