Useful technical links to help in SharePoint 2013 development

1. To expand and collapse groups in the Content Query webpart.

http://social.technet.microsoft.com/Forums/en-US/7d601e67-8957-42a8-abfb-7cbcc61b1c24/expandcollapse-groups-in-content-query-web-part-in-sharepoint-2010?forum=sharepointcustomizationprevious

http://social.msdn.microsoft.com/Forums/en-US/c15fe870-76e6-4a11-b5bd-e70110be41a8/collapse-groups-in-content-query-web-part

http://store.bamboosolutions.com/sharepoint-data-viewer-web-part.aspx (using bamboo chart API)

2. To add alias name to SharePoint site

http://social.technet.microsoft.com/Forums/sharepoint/en-US/b76cf17d-85cb-4a5e-9f7b-e0efdf438667/add-alias-url-for-a-sharepoint-site?forum=sharepointadminlegacy

http://www.mssharepointtips.com/tip.asp?id=929&page=1

http://www.mssharepointtips.com/tip.asp?id=1102&page=2

3. To backup and restore SharePoint site

example of backup :
http://technet.microsoft.com/en-us/library/ff607901(v=office.15).aspx

example of restore :
http://technet.microsoft.com/en-us/library/ff607788(v=office.15).aspx

 4. To create Content Slider using jQuery code.

https://www.nothingbutsharepoint.com/sites/eusp/pages/creating-your-own-content-slider-for-sharepoint.aspx

http://sympmarc.com/2013/07/19/spservices-stories-14-create-a-slide-show-in-sharepoint-2010-using-an-announcements-list-and-spservices/

http://www.slidesjs.com/

If you want to use third party js code file in your application, please refer link given below.

http://kenwheeler.github.io/slick/

5.  To set up sub site level access.

http://sharepoint.stackexchange.com/questions/45792/creating-permission-levels-for-a-sub-site

Click to access How%20to%20give%20permissions%20and%20permission%20levels.pdf

6. To prevent users from deleting the site.
http://blogs.technet.com/b/sharepointdevelopersupport/archive/2012/09/07/how-to-prevent-site-deletion-with-a-custom-event-receiver.aspx

http://sharepoint.stackexchange.com/questions/95983/how-to-prevent-site-collection-admin-delete-his-site-collection

 7. To help for an issue where user having full control but not able to edit the pages.

http://social.msdn.microsoft.com/Forums/office/en-US/232f2f9e-0b2a-4c0c-a9ce-273e7781797b/full-control-user-cant-edit-site-pages-anymore?forum=sharepointcustomizationlegacy

8. Help for Web part Maintenance error
http://office.microsoft.com/en-in/sharepoint-help/open-and-use-the-web-part-maintenance-page-HA104046809.aspx

9. To schedule auto backup of sharepoint site
http://blogs.technet.com/b/meamcs/archive/2013/02/23/sharepoint-2013-backup-with-powershell-and-task-scheduler-for-beginners.aspx

http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2010/12/21/sharepoint-2010-cookbook-powershell-script-to-backup-a-site-collection-automatically.aspx

10. To integrating power view report
http://blogs.msdn.com/b/himanshu1/archive/2013/03/04/integrate-power-view-with-sharepoint-using-web-parts.aspx

http://www.mssqltips.com/sqlservertip/3004/getting-started-with-power-view-reports-with-sharepoint-excel-and-sql-server/

 11. To install workflow manager for sharepoint 2013 workflow type
http://blog.cloudshare.com/2013/01/15/how-to-install-and-configure-workflow-infrastructure-in-sharepoint-2013/

12. To open sharepoint 2013 forms with sharepoint 2010 designer.
http://sharepointotoole.wordpress.com/2013/04/19/working-with-infopath-forms-in-sharepoint-designer-2013/

13. To enable Search functionality in sharepoint 2013.
http://www.sharepointpals.com/post/How-to-create-Search-Configuration-in-SharePoint-2013

http://technet.microsoft.com/en-us/library/gg502597(v=office.15).aspx

14. To enable ListView tools in SP Designer 2013 (used to add parameters and filter condition to view)
http://blog.pentalogic.net/2014/05/sharepoint-designer-2013-how-to-modify-list-view-filters-parameters/

 15. To pass parameters to list views
https://www.nothingbutsharepoint.com/sites/eusp/pages/sharepoint-list-filtering-by-date-range.aspx

 16. Following link provides free Third Party web parts
http://www.amrein.com/apps/page.asp?Q=5835

17. To create Powerview report in Sharepoint 2013 server
http://plexhosted.com/billing/knowledgebase/294/How-to-create-a-Power-View-report-SharePoint-2013-Business-Intelligence-site.html

http://plexhosted.com/billing/knowledgebase/299/How-to-create-a-Power-View-report-in-the-document-library-using-BI-Semantic-Model-Connection-BISM-file-SharePoint-2013-Business-Intelligence-site.html

18. To fix issue of creating connection for BI Semantic Model
http://agilebi.com/mcole/2012/11/03/cannot-create-a-bi-semantic-model-connection-to-tabular-cube/

19. To configure powerview in Sharepoint 2013
http://www.codeproject.com/Articles/615462/Configure-Power-View-Reporting-Services-Features-o

http://miteshc.wordpress.com/2013/10/30/sharepoint-2013-configure-powerpivot-for-sharepoint/

20. To Install and Configure SSRS in Sharepoint mode
http://msdn.microsoft.com/en-IN/library/jj219068.aspx

http://www.c-sharpcorner.com/UploadFile/Roji.Joy/configure-sql-server-reporting-services-with-sharepoint-2013/

21. To Install SSAS Tabular Model(Bi connection error)
https://social.technet.microsoft.com/Forums/office/en-US/e1bd38bd-2aaf-4baa-bde8-9aeab0a0b197/not-able-to-create-new-bi-semantic-model-connection?forum=sharepointadmin

22. Steps to check powerview configuration with Analysis services.
http://blogs.msdn.com/b/analysisservices/archive/2012/08/06/verifying-the-sharepoint-2013-configuration-for-accessing-workbooks-as-a-data-source-from-within-the-farm.aspx

23. To move subsite from one server to another
http://www.codeproject.com/Articles/356985/Moving-a-Sharepoint-Sub-Site-to-its-own-Site-Collection

24. To configure email account in SharePoint
http://blogs.technet.com/b/tirumals/archive/2012/03/17/step-by-step-configuration-of-outgoing-emails-from-sharepoint-to-microsoft-online.aspx

http://blogs.msdn.com/b/pareshg/archive/2010/04/23/how-to-configure-incoming-and-outgoing-emails-in-sharepoint-server-2010.aspx

25. jQuery code to collapse group labels on mouse hover
https://social.technet.microsoft.com/Forums/en-US/7d601e67-8957-42a8-abfb-7cbcc61b1c24/expandcollapse-groups-in-content-query-web-part-in-sharepoint-2010?forum=sharepointcustomizationprevious

26. To customize page to add grouping more than 2 level for a list view
http://techtrainingnotes.blogspot.in/2008/11/sharepoint-group-by-on-more-than-2.html
Following is the Fix for the issue of collapse/ expand occurrent in above method
http://techtrainingnotes.blogspot.in/2009/12/sharepoint-dataview-group-by-expand.html

P.S.  If you found this material helpful, feel free to share it below.