Tuesday, April 30, 2013
Friday, April 26, 2013
MS Word Document columns integration
http://msdn.microsoft.com/en-us/library/bb447589%28v=office.14%29.aspx
http://msdn.microsoft.com/en-us/library/ms563688%28v=office.14%29.aspx
http://social.msdn.microsoft.com/forums/en-US/sharepointgeneralprevious/thread/72b7b442-753a-4ffc-b83d-4d0e07b97d62
http://amatterofdegree.typepad.com/a_matter_of_degree/2008/05/how-to-get-shar.html
http://allcomputers.us/windows_server/sharepoint-2010---working-with-metadata-in-a-word-2010-document-and-document-libraries.aspx
http://www.go4sharepoint.com/Forum/displaying-pre-existing-custom-document-15413.aspx
http://www.teylyn.com/articles/sharepoint-articles/hide-empty-sharepoint-metadata-columns-in-word-2010/
http://sharepoint.stackexchange.com/questions/16377/share-data-between-word-and-sharepoint
http://msdn.microsoft.com/en-us/library/bb447589%28v=office.14%29.aspx
http://msdn.microsoft.com/en-us/library/ms563688%28v=office.14%29.aspx
http://social.msdn.microsoft.com/forums/en-US/sharepointgeneralprevious/thread/72b7b442-753a-4ffc-b83d-4d0e07b97d62
http://amatterofdegree.typepad.com/a_matter_of_degree/2008/05/how-to-get-shar.html
http://allcomputers.us/windows_server/sharepoint-2010---working-with-metadata-in-a-word-2010-document-and-document-libraries.aspx
http://www.go4sharepoint.com/Forum/displaying-pre-existing-custom-document-15413.aspx
http://www.teylyn.com/articles/sharepoint-articles/hide-empty-sharepoint-metadata-columns-in-word-2010/
http://sharepoint.stackexchange.com/questions/16377/share-data-between-word-and-sharepoint
Set home page
http://techtrainingnotes.blogspot.co.uk/2011/06/sharepoint-how-to-change-default-home.html
http://sharepointfordeveloper.blogspot.co.uk/2012/05/sharepoint-2010-three-ways-to-change.html#!/2012/05/sharepoint-2010-three-ways-to-change.html
http://technet.microsoft.com/en-gb/library/cc287749(v=office.14).aspx
http://techtrainingnotes.blogspot.co.uk/2011/06/sharepoint-how-to-change-default-home.html
http://sharepointfordeveloper.blogspot.co.uk/2012/05/sharepoint-2010-three-ways-to-change.html#!/2012/05/sharepoint-2010-three-ways-to-change.html
http://technet.microsoft.com/en-gb/library/cc287749(v=office.14).aspx
Monday, April 22, 2013
Friday, April 19, 2013
SPUser edit user profile properties in MySite
http://pgolucki.wordpress.com/2010/03/22/setting-my-site-profile-picture-url-programatically/
http://blogs.sharepointguys.com/brendon/sharepoint-2007/programming/create-mysites/
List of all user profile properties
http://roennes.net/post/User-profile-property-mappings-in-SharePoint-and-Active-Directory.aspx
http://technet.microsoft.com/en-us/library/hh147513.aspx
Get user profile details from Active Directory
http://www.codeproject.com/Articles/6778/How-to-get-User-Data-from-the-Active-Directory
LDAP query speed
http://stackoverflow.com/questions/456523/quick-way-to-retrieve-user-information-active-directory
http://pgolucki.wordpress.com/2010/03/22/setting-my-site-profile-picture-url-programatically/
http://blogs.sharepointguys.com/brendon/sharepoint-2007/programming/create-mysites/
List of all user profile properties
http://roennes.net/post/User-profile-property-mappings-in-SharePoint-and-Active-Directory.aspx
http://technet.microsoft.com/en-us/library/hh147513.aspx
Get user profile details from Active Directory
http://www.codeproject.com/Articles/6778/How-to-get-User-Data-from-the-Active-Directory
LDAP query speed
http://stackoverflow.com/questions/456523/quick-way-to-retrieve-user-information-active-directory
Thursday, April 18, 2013
JQuery file upload plugin
http://www.jainaewen.com/files/javascript/jquery/iframe-post-form.html
http://malsup.com/jquery/form/#getting-started
https://github.com/blueimp/jQuery-File-Upload/wiki/How-to-submit-additional-form-data
I used below one
http://malsup.com/jquery/form/
http://www.jainaewen.com/files/javascript/jquery/iframe-post-form.html
http://malsup.com/jquery/form/#getting-started
https://github.com/blueimp/jQuery-File-Upload/wiki/How-to-submit-additional-form-data
I used below one
http://malsup.com/jquery/form/
- Error Handling
- http://stackoverflow.com/questions/3995355/jquery-form-plugin-no-error-handling
Wednesday, April 17, 2013
Friday, April 12, 2013
Steps to use AntiXSS 4.2.1 are –
1. Install AntiXSS4.2.1 from below location –
2. After installation, run the setup file - AntiXss 4.2.1.msi
3. This will install .dll file (AntiXSSLibrary.dll) at following location –
C:\Program Files (x86)\Microsoft Information Security\AntiXSS Library v4.2\NET35
4. Add the reference of this .dll file in your project [Right Click on ProjectName -> Add Reference link]
5. Once this is done, add following line at the top of file where you want to use AntiXSS’s Encode method –
using AntiXSS=Microsoft.Security.Application;
For more details, refer below url –
Thursday, April 11, 2013
Monday, April 8, 2013
Windows 7, SharePoint Server 2010 Prerequisites
http://geekdeck.com/windows-7-sharepoint-server-2010-prerequisites/
Sharepoint Error when repairing wssmui.msi not found
http://hax.at/text/50
Installation Items
Sharepoint Error when repairing wssmui.msi not found
http://hax.at/text/50
Installation Items
- MS-office
- SharePoint prerequisits
- SharePoint 2010
- SharePoint SP1
- SharePoint April 2012 Cumulative Update
- Visual Studio 2010
- Visual Studio 2010 - SP1
- Sharepoint designer 32 bit
- Infopath
Friday, April 5, 2013
Read contents of .eml file in a mail message
This is an amzing library !! Thanks a lot Bill.. :)
http://www.codeproject.com/Articles/76607/Easily-Retrieve-Email-Information-from-EML-Files-R
http://www.codeproject.com/Articles/76607/Easily-Retrieve-Email-Information-from-EML-Files-R
Wednesday, April 3, 2013
Tuesday, April 2, 2013
Error: Cannot uninstall Language Pack 0 because it is not deployed when attempting to uninstall-spsolution on sharepoint 2010 foundation
I got above error while trying to unistall wsp package using central admin and also when I tried to unistall using powershell. The timer job trying to unistall this wsp package was stuck and so I was unable to uninstall or remove solution using powershell scripts or central admin site.
Finally after search through internet I restarted SharePoint 2010 Administration Service and also SharePoint 2010 Timer using services.msc. Then I refreshed central admin solution store list and clicked on the solution to see its status, here though status was same (Retracting) I found a new link Terminate Retraction Job, after clicking on this link, I was able to remove the solution and add it back again.
http://blogs.msdn.com/b/kunal_mukherjee/archive/2012/11/13/error-cannot-uninstall-language-pack-0-because-it-is-not-deployed-when-attempting-to-uninstall-spsolution-on-sharepoint-2010-foundation.aspx
http://stackoverflow.com/questions/7589908/cannot-uninstall-language-pack-0-because-it-is-not-deployed-when-attempting-to#
Finally after search through internet I restarted SharePoint 2010 Administration Service and also SharePoint 2010 Timer using services.msc. Then I refreshed central admin solution store list and clicked on the solution to see its status, here though status was same (Retracting) I found a new link Terminate Retraction Job, after clicking on this link, I was able to remove the solution and add it back again.
http://blogs.msdn.com/b/kunal_mukherjee/archive/2012/11/13/error-cannot-uninstall-language-pack-0-because-it-is-not-deployed-when-attempting-to-uninstall-spsolution-on-sharepoint-2010-foundation.aspx
http://stackoverflow.com/questions/7589908/cannot-uninstall-language-pack-0-because-it-is-not-deployed-when-attempting-to#
Send Email with headers
http://prernadhodiya.wordpress.com/2012/11/06/send-email-through-code-sharepoint-2010/
http://www.learningsharepoint.com/2010/08/10/programatically-send-e-mail-in-sharepoint-2010/
http://www.collaboris.com/blogs/collaboris-blog/mark-jones/2012/11/06/code-sample-how-to-programmatically-send-an-email-in-sharepoint
http://www.learningsharepoint.com/2010/08/10/programatically-send-e-mail-in-sharepoint-2010/
http://www.collaboris.com/blogs/collaboris-blog/mark-jones/2012/11/06/code-sample-how-to-programmatically-send-an-email-in-sharepoint
Setup email enabled document library in sharepoint
http://blog.sharepointedutech.com/2010/10/20/how-to-setup-mail-enabled-document-libraries-in-sharepoint-2010-part-1/
http://sharepointquester.com/2012/07/24/configuring-incoming-email-on-a-sharepoint-2010-document-library/
http://technet.microsoft.com/en-us/library/cc287879
Read contents of emails in this document library
http://sharepointbrian.com/2011/04/custom-activity-for-sharepoint-designer-2010-workflow-get-email-body/
http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomizationprevious/thread/45e70817-cb3a-4a75-af3d-7f4f014db428
Subscribe to:
Posts (Atom)
c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch
If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...
-
SharePoint has a great feature to set terms which can be used to tag contents and enable terms based navigation and several other interesti...
-
Responsive design http://webdesignerwall.com/tutorials/5-useful-css-tricks-for-responsive-design http://palantir.net/blog/responsive-de...
-
Secure Microservices Using JWT With Ocelot in .NET Core (code-maze.com)