Author Archives: Pankaj

Unknown's avatar

About Pankaj

I am a Developer and my linked profile is https://www.linkedin.com/in/pankajsurti/

jQuery Cycle what a cool stuff!!!

http://www.malsup.com/jquery/cycle/

Posted in Uncategorized | Leave a comment

putting ?contents=1 at end of the web part page

Did you know putting ?contents=1 at end of the any page you get list of all web parts?

Posted in Uncategorized | Tagged | Leave a comment

PowerShell goodies and usefull links

Syntax http://ss64.com/ps/syntax.html

Posted in Uncategorized | Tagged | Leave a comment

Sign up at Gen App (Generationapp) for Windows 8

http://www.generationapp.com/

Posted in Uncategorized | Leave a comment

Learned something new on The Reactive Extensions (Rx)…

http://msdn.microsoft.com/en-us/data/gg577609.aspx

Posted in Uncategorized | Leave a comment

Installed SharePoint 2013 Preview on the Hyper-V

The location is http://technet.microsoft.com/en-US/evalcenter/hh973397.aspx?wt.mc_id=TEC_121_1_4 Training http://technet.microsoft.com/en-US/sharepoint/fp123606 http://msdn.microsoft.com/en-US/office/apps/fp123626

Posted in Uncategorized | Tagged | Leave a comment

Weird error in VS2010 for SharePoint project.

Error 5 Both “ListDefinition2” and “ListDefinition2” contain a file that deploys to the same Package location: SPCustomListFormDemo_Feature2\ListDefinition2\EYDisplay.aspx D:\root\fdr\SandBox\POC\spcustomlistformdemo\SPCustomListFormDemo\Package\Package.package SPCustomListFormDemo Never thought the .spdata file will be a culprit. The error was caused a duplicate entries in the .spdata file. This happens because we did … Continue reading

Posted in Uncategorized | Leave a comment

I got the following error with one solution. Error 1 Error occurred in deployment step ‘Add Solution’: The solution cannot be deployed.  Directory “SPCustomListFormDemo_Feature1” associated with feature ‘f0fb0300-f1a4-493b-ac43-68977d7d6e2d’ in the solution is used by feature ‘2d8b49b9-ba7c-4f7f-82f7-447e596ba96c’ installed in the farm. All features … Continue reading

Posted in Uncategorized | Leave a comment

Taxonomy Service and its output parsing code

The following code is created using this link. The code will need the Taxonomy Service ASMX file, termstore ID, term set ID. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using System.Globalization; using System.IO; namespace ConsoleApplication2 { class Program … Continue reading

Posted in Uncategorized | Leave a comment

Managed Metadata Column Limitations

I liked the following article “Managed Metadata Column Limitations” http://todosharepoint.blogspot.com/2012/01/managed-metadata-column-limitations.html

Posted in Uncategorized | Leave a comment