Thursday, November 28, 2013
Mobile carousel image viewer
I have used the html script from below blog for mobile carousel control, this is a great control, thanks to Matteo Spinelli who has done a great job providing such a useful control in as little code as possible. It users css styles for image transitions which is very efficient in browser.
HOW TO
DEMO
It was requirement of the project to use this control for horizontal swapping, which unfortunately seems to be having few issues, therefore I have modified the cardview.js file to work a little smoother in horizontal swapping mode. The complete code can be found here.
SharePoint 2010 uncustomize a page layout
2) Using powershell script: http://admin-sharepoint.blogspot.co.uk/2013/05/unghosting-customized-page-layouts-with.html
3) Using SharePoint Designer: http://mosshowto.blogspot.co.uk/2008/10/re-ghost-master-pages-sharepoint.html
4) Using stsadm: http://blog.ithinksharepoint.com/2011/05/10/issue-with-updating-sharepoint-publishing-page-layouts-and-ghosting/
5) Using site settings, though this works for a normal site page, I am not sure if will works for a page layout or a master page: http://rolandoldengarm.wordpress.com/2012/01/23/page-layouts-in-master-page-gallery-not-updated-after-a-deployment/
6) Free utility: http://www.codeproject.com/Articles/514279/Ghostplusun-ghostedplusSharePointplus2010plusfiles
To disable customization
http://blogs.msdn.com/b/steve_fox/archive/2010/03/08/ghosting-unghosting-in-sharepoint-2010.aspx
other references:
https://www.google.co.uk/search?q=sharepoint+2010+customize+page+layout&oq=sharepoint+2010+uncustomize+p&aqs=chrome.1.69i57j0l5.20326j0j8&sourceid=chrome&espv=210&es_sm=93&ie=UTF-8#es_sm=93&espv=210&q=sharepoint+2010+unghost+page+layout&start=10
3) Using SharePoint Designer: http://mosshowto.blogspot.co.uk/2008/10/re-ghost-master-pages-sharepoint.html
4) Using stsadm: http://blog.ithinksharepoint.com/2011/05/10/issue-with-updating-sharepoint-publishing-page-layouts-and-ghosting/
5) Using site settings, though this works for a normal site page, I am not sure if will works for a page layout or a master page: http://rolandoldengarm.wordpress.com/2012/01/23/page-layouts-in-master-page-gallery-not-updated-after-a-deployment/
6) Free utility: http://www.codeproject.com/Articles/514279/Ghostplusun-ghostedplusSharePointplus2010plusfiles
To disable customization
http://blogs.msdn.com/b/steve_fox/archive/2010/03/08/ghosting-unghosting-in-sharepoint-2010.aspx
other references:
https://www.google.co.uk/search?q=sharepoint+2010+customize+page+layout&oq=sharepoint+2010+uncustomize+p&aqs=chrome.1.69i57j0l5.20326j0j8&sourceid=chrome&espv=210&es_sm=93&ie=UTF-8#es_sm=93&espv=210&q=sharepoint+2010+unghost+page+layout&start=10
Wednesday, November 27, 2013
SharePoint 2010 page layouts versioning
A page layout deployed through visual studio feature automatically updates the underlying page layout file everytime a new deployment is done, however
- This change is not reflected in version history, thus there is no way to figure out by just looking at the master pages gallery when was the page layout modified last time. The only way this can be verified is by opening the feature folder under 14 hive and making a note of the last modified date for the page layout file.
- The page layout does allow us to manually upload a new version, but EnableSessionState attribute is not allowed in manually uploaded page
- If a custom class derived from a PublishingLayoutPage class is used as base class for the page layout then manually uploaded page layout requires it to be registered as a safe control, even though the same template deployed through a feature does not.
Tuesday, November 26, 2013
Thursday, November 21, 2013
Find GPS location of client browser
http://blog.walisystemsinc.com/2012/02/html5-geolocation-and-sharepoint-2010_20.html
http://www.codeproject.com/Articles/31965/Learn-How-to-Find-GPS-Location-on-Any-SmartPhone-a
http://www.codeproject.com/Articles/8128/Writing-Your-Own-GPS-Applications-Part-I
http://www.codeproject.com/Articles/9115/Writing-Your-Own-GPS-Applications-Part-2
http://www.codeproject.com/Articles/28528/Writing-GIS-and-Mapping-Software-for-NET
http://gps2.codeplex.com/
http://gps3.codeplex.com/
http://geoframework1.codeplex.com/
http://geoframework.codeplex.com/
http://dotspatial.codeplex.com/
http://www.paulund.co.uk/how-to-use-geolocation-api-with-google-maps
http://viralpatel.net/blogs/html5-geolocation-api-tutorial-example/
http://www.geoplugin.com/examples
http://stackoverflow.com/questions/409999/getting-the-location-from-an-ip-address
http://krister.fi/jquery.geolocator/
http://www.9lessons.info/2011/06/geo-location-with-html5-and-jquery.html
https://github.com/manuelbieh/jQuery-Geolocation
http://tympanus.net/codrops/2012/10/11/real-time-geolocation-service-with-node-js/
For old browsers below posts have some useful hints:
http://msdn.microsoft.com/en-us/magazine/hh580735.aspx
https://github.com/estebanav/javascript-mobile-desktop-geolocation
http://www.codeproject.com/Articles/31965/Learn-How-to-Find-GPS-Location-on-Any-SmartPhone-a
http://www.codeproject.com/Articles/8128/Writing-Your-Own-GPS-Applications-Part-I
http://www.codeproject.com/Articles/9115/Writing-Your-Own-GPS-Applications-Part-2
http://www.codeproject.com/Articles/28528/Writing-GIS-and-Mapping-Software-for-NET
http://gps2.codeplex.com/
http://gps3.codeplex.com/
http://geoframework1.codeplex.com/
http://geoframework.codeplex.com/
http://dotspatial.codeplex.com/
http://www.paulund.co.uk/how-to-use-geolocation-api-with-google-maps
http://viralpatel.net/blogs/html5-geolocation-api-tutorial-example/
http://www.geoplugin.com/examples
http://stackoverflow.com/questions/409999/getting-the-location-from-an-ip-address
http://krister.fi/jquery.geolocator/
http://www.9lessons.info/2011/06/geo-location-with-html5-and-jquery.html
https://github.com/manuelbieh/jQuery-Geolocation
http://tympanus.net/codrops/2012/10/11/real-time-geolocation-service-with-node-js/
For old browsers below posts have some useful hints:
http://msdn.microsoft.com/en-us/magazine/hh580735.aspx
https://github.com/estebanav/javascript-mobile-desktop-geolocation
Friday, November 15, 2013
Thursday, November 14, 2013
Friday, November 8, 2013
Google analytics
Set up tracking code
https://support.google.com/analytics/answer/1008080?hl=en
Measure the number of transactions and revenue using Ecommerse tracking
https://developers.google.com/analytics/devguides/collection/analyticsjs/ecommerce3
Walkthroughs
http://econsultancy.com/uk/blog/8479-10-great-google-analytics-walkthroughs
https://support.google.com/analytics/answer/1008080?hl=en
Measure the number of transactions and revenue using Ecommerse tracking
https://developers.google.com/analytics/devguides/collection/analyticsjs/ecommerce3
Walkthroughs
http://econsultancy.com/uk/blog/8479-10-great-google-analytics-walkthroughs
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)