509.949.2162 jeremy@bondbyte.com

Blog

Run C# code in PowerShell

Ever wanted to run a snippet of C# code in PowerShell? Some times this is useful for testing code in environments without requiring a full deployment of software. This can also be used and an advanced troubleshooting technique. Open a PowerShell Prompt with Elevated...

Bondbyte.Shredder – Logging System

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 processing...

SharePoint 2013 Modal Dialogs that work.

SharePoint 2013 Modal Dialogs that work.

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 implementation. The...

SharePoint 2007 Master Page Inheritance

Problem: When Creating Sites within a Web Applications Site Collection the Master Page can be set to inerhit but new sites do not enherit from the master page as expected. This is due to a bug in Microsoft sharepoint and has been deemed as a low priority. You can read...

Add more than two levels to SharePoint navigation control

Problem: Sharepoint out of the box only allows you to create Menus with a single Sub Menu within the navigation bar. Menu - | -Sub Menu Solution: If you are looking for something like this. Menu - | -Sub Menu - | -Sub Menu 1. Open the master page in SharePoint...