Fixing Bluetooth Issues on Mac

So for the last week I’ve had continued degradation of Bluetooth performance on multiple devices. My headphones (Sennheiser PXC 550’s) and my mouse (Logitech MX Master) have been in disconnecting/reconnecting loops… most notably the mouse. I’ve tried charging both; I’ve tried changing the keyboard batteries (random hope since also logitech); I’ve even tried using one […]

Data Mapping Basics – Intro

This will be “just a bit” looooong and probably geeky, but I will try and make sure that it builds iteratively and has a lot of external links to expand on supportive concepts. I’m writing this as I’ve had to train numerous Employees, Clients, and Partners, throughout my Ad Serving and Tag Management days, and […]

Change screenshot location on Mac

One thing that drives me crazy with little things overlooked in OSX, is that so many trends in the interface and general design guides point to Minimalism, and yet the default behavior of taking screenshots is to clutter your desktop. Does this look familiar?

ShareMouse vs Synergy

I’ve been a big fan of Synergy for years, using it for sharing the keyboard/mouse on my desk with multiple laptops, and often mixed OS’s (OSX, Windows, Linux). Combined with Quick Synergy, setup is super simple. With any application, there are always pain points. For me those pain points were most frequently about Shift keys […]

jQuery Masonry

So I recently added Masonry to a Bootstrap 3 page, to organize some divs that are within a section with content above and below. Worked great… except the content below was floated overlapping the new laid-out elements from above. The hack’ish “Fix”… use a setTimeout: var masonryOptions_projects = { columnWidth: “.project”, itemSelector: “.project” }; jQuery(“#projects”).masonry(masonryOptions_projects); […]