We partner with businesses to help them run better.
Websites & Email
Modernize your marketing strategy with Websites, Email, Social Media and more. We design, develop and host your websites right here in the Pacific Northwest.
Virtual Offices
Our Hosted Services allow you to have an office anywhere. We run the servers in the cloud and connect them to your physical office location. No maintenance and no repairs. Simple.
Be-ERP
Be-ERP is our modern, mobile friendly Business Management System. Our software system is written right here in Yakima. BE-ERP is a great platform for businesses that need custom software solutions without massive overhead.
KeyNotes
KeyNotes Open Source is a very mature product used in behavioral health and drug counseling. It is a complete clinical suite. The software is Open Source, you only pay for hosting services. Read more about KeyNotes here.
Recent Works
Install BondByte.Shredder Service
When installing the service you must have Local Administrator rights on the server.
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...
Execute .NET Compiled code from 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...
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...
Visual Studio SharePoint List Rich HTML Field
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 creating site templates...
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...
multiple wordpress sites on Azure
http://tapanila.net/running-multiple-wordpress-blogs-on-azure-websites/
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...