509.949.2162 jeremy@bondbyte.com

A Purveyor of Software Solutions

Basic BMS

A Better Business Management System. Our platform is designed to scale with your business. We offer SaaS and On-Premise Solutions for small to medium size businesses focused on financials, customers, costing and more. 

KeyNotes

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

 

Web & IT Services

We design and host websites, manage your business email, protect against viruses, and monitor your systems—all from right here in the Pacific Northwest. Stay secure and online without the headaches.

Recommended Products

Companys always ask us for recommended computers, printers, laptops, etc.

I will keep a list of updated products here. Simple & Quick.

Recent Works

Customize SharePoint 2007 Search Look

Create a panel and store default Search within that panel Set Visible attribute to False so that the default search is hidden Add new Search Locate Core.css using in the Hive or use SharePoint Designer Controls the light blue border around the search box td.ms-sbcell{...

Updating MySite Master Pages and Design

After much head banging!! I have drawn the conclusion that MySites do not work like your typical SharePoint Portal Sites. Normally one would simply check out a page whether its was a master page or an ASPX page and modify it using sharepoint designer.   While...

Code Sample: VB.NET SMTP Mail function

1. Create a Visual Basic Class for your project by right clicking the project and select add.   2. Change the language to Visual Basic and select Class from the list of Installed Templates.   3. Name the class clsNotify. Add the code below to the class.(You...

SharePoint 2013 Design Packages broken

We were attempting to use Responsive SharePoint from CodePlex, They've done a lot of heavy lifting with regards to implementing Twitter Bootstrap within SharePoint 2013. After some testing we found that certain sites were becoming corrupt and throwing Errors and...

TSQL: Search All Tables

/****** Object: StoredProcedure [dbo].[SearchAllTables] Script Date: 3/14/2013 8:01:42 AM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROC [dbo].[SearchAllTables] ( @SearchStr nvarchar(100) ) AS BEGIN -- Copyright © 2002 Narayana Vyas Kondreddi....