Another project I’m working on is to plot Point to Point data on a map. Using Andrew Whitten’s blog post, I was able to create a Sharepoint Web Part that calls a List with location data and plot that on a Bing Map. My list has Point A Latitude, Point […]
Category: Software
Interactive Google Map Web Part for Sharepoint 2010 – Part 2
SQL Function to convert Float to VarChar
Interactive Google Map Web Part for Sharepoint 2010
I needed a way to display an interactive Google Map against a Sharepoint list over SSL. I did a slight modification to Mazin’s great Google Map Web Part on Codeplex. In MapWebPart.cs – Look for ResolveAddress function and add the following line at the top of function. ServicePointManager.ServerCertificateValidationCallback = delegate […]
Simple Google Map from Sharepoint List using JQUERY
Sharepoint Metadata Navigation Position in Quicklaunch
Scheduling Sharepoint 2010 Farm Backups
Windows Platform FIPS validated cryptographic algorithms Errors in Sharepoint
In using Dashboard Designer, I was having problems with the drop-downs for databases and tables when creating datasources. Using ULS Viewer and the Windows Application Event Viewer I was noticing a lot of errors referencing; this implementation is not part of the windows platform fips validated cryptographic algorithms. On the […]
Displaying PDFs in the browser from Sharepoint 2010
SSRS Sharepoint Integrated Mode Missing Subscribe Button
Ran into an issue when running SQL 2008 R2 Reporting Services in Sharepoint 2010 Integrated Mode. Only those with Full Control permissions could see the Subscribe option in the Actions Menu. However, users could Manage Subscriptions from the Item drop-down menu in the Report library. By default, the OOB Permissions […]