by jeremy@bondbyte.com | Jan 5, 2015 | Advanced Troubleshooting, Powershell
I was troubleshooting some third party software the other day, it was some .NET code that was written by another vendor. Their logging scheme was lacking and the error on the browser side was less than helpful. I was mulling over the problem and the thought occurred...
by jeremy@bondbyte.com | Dec 15, 2014 | Uncategorized
How it works The logging system uses the Windows Event viewer for logging transactions that occur during execution. These messages are unique to each type of connection and transformation definition. Transformation messages & errors that may during message...
by jeremy@bondbyte.com | Sep 17, 2014 | SharePoint 2013, Visual Studio
I couldn’t figure out how to add Rich HTML field to a List I was deploying in a project. I searched MSDN, it’s literary reference for the Type property was “DataType”. I threw my hands up. I remembered a trick I used somewhere else when I...
by jeremy@bondbyte.com | Sep 16, 2014 | Javascript, SharePoint 2013
Customer request modal dialogs from time to time in their applications. We use Twitter Bootstrap pretty heavy but sometimes we don’t have complete control over the JavaScript Framework. In those cases you’re forced to use the OOB SharePoint Modal...
by jeremy@bondbyte.com | Jul 2, 2014 | SQL Server Reporting Services
Explains how to tweak SQL Server Reporting Services to include a custom message. In this example we show how to add a custom message that displays a browser compatibility message. <!– js library imports – jeremy and ryan —>...