Wednesday, April 23, 2014
Wednesday, April 16, 2014
JQuery does not work with SVG files
The libraries mentioned below have some of the latest javascript functionalities, but I had a problem surfing through the correct library which provides an implemention for indexOf() function on an svg map area.
http://keith-wood.name/svg.html#dom
http://www.farinspace.com/top-svg-javascript-libraries-worth-looking-at/
http://keith-wood.name/svg.html#dom
http://www.farinspace.com/top-svg-javascript-libraries-worth-looking-at/
Tuesday, April 8, 2014
Access sharepoint list using ODBC drivers
Its interesting to note that a sharepoint list can be accessed using ODBC drivers, though I have not tested this approach yet,
http://www.microsoft.com/en-us/download/details.aspx?id=13255
http://blog.sharepointalist.com/2010/03/odc-microsoft-ace-oledb-14-0.html
http://www.microsoft.com/en-us/download/details.aspx?id=13255
http://blog.sharepointalist.com/2010/03/odc-microsoft-ace-oledb-14-0.html
Monday, April 7, 2014
Thursday, April 3, 2014
Declare a lookup field in sharepoint and add it to a content type definition
I have use below posts for reference while declaring a lookup field and using it in a content type, the only thing I did not like is "hard coding" list name.
http://www.savtechsol.com/Education/BeckysBlog/Lists/Posts/Post.aspx?ID=78
http://pholpar.wordpress.com/2010/05/14/declaratively-adding-a-lookup-field-to-a-list-schema-using-the-name-of-the-referenced-list/
http://www.justanothertechnologyguy.com/2013/01/how-to-create-and-connect-lookup-fields.html
http://spcodes.blogspot.co.uk/2013/02/create-custom-content-type-with-lookup.html
http://www.savtechsol.com/Education/BeckysBlog/Lists/Posts/Post.aspx?ID=78
http://pholpar.wordpress.com/2010/05/14/declaratively-adding-a-lookup-field-to-a-list-schema-using-the-name-of-the-referenced-list/
http://www.justanothertechnologyguy.com/2013/01/how-to-create-and-connect-lookup-fields.html
http://spcodes.blogspot.co.uk/2013/02/create-custom-content-type-with-lookup.html
Tuesday, April 1, 2014
Error: Some of the files failed to copy during deployment of the solution.
Sometimes installation of a wsp package to SharePoint 2010 server fails with the error message
"Some of the files failed to copy during deployment of the solution. <Server Name> : <Server URL>: SharePoint - 80 : Error: The copying of this file failed: MyProject.dll.
I/O error occurred.
<Server Name>: I/O error occurred."
After digging I found out that this was due to the dll in bin folder being locked by sharepoint 2010 timer services job.
Below powershell script stops and starts the timer job service again
http://practicalkungfu.net/2012/10/05/sharepoint-2010-restart-the-timer-service-on-all-service-in-the-farm-remotely/
"Some of the files failed to copy during deployment of the solution. <Server Name> : <Server URL>: SharePoint - 80 : Error: The copying of this file failed: MyProject.dll.
I/O error occurred.
<Server Name>: I/O error occurred."
After digging I found out that this was due to the dll in bin folder being locked by sharepoint 2010 timer services job.
Below powershell script stops and starts the timer job service again
http://practicalkungfu.net/2012/10/05/sharepoint-2010-restart-the-timer-service-on-all-service-in-the-farm-remotely/
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)