Choosing the Right Managed Services Provider for Your Business

Business professionals collaborating with technology

In today’s business world, keeping up with technology can feel like a constant race. Many companies find themselves stretched thin trying to manage their IT systems while also focusing on what they do best. This is where a managed services provider comes in. They act as an extension of your team, handling the technical stuff […]

The Future of IT Services: Trends and Innovations in 2026

Futuristic cityscape with digital streams and drones.

The world of IT services is always changing. New technologies pop up, and the way we work shifts. For businesses looking to stay on top of things in 2026, understanding these changes is key. This article looks at some of the big trends and new ideas shaping IT services, helping you get ready for what’s […]

/* Enquiries button desktop redirect (interim) — installed 2026-07-04. WHY : tel:+64800242206 is an invalid international form of a domestic 0800 number; desktop clicks on tel: links also do nothing (no dialler). WHAT: normalises the NZ international trunk (+64…) to the domestic 0-prefix so mobiles dial correctly (e.g. tel:+64800242206 -> tel:0800242206, and the Support line tel:+64800101095 -> tel:0800101095); on non-touch (desktop) pointers it sends phone-link clicks to the Contact page instead of a dead tel: click. HOW : progressive enhancement, pointer media query only (no user-agent sniffing). ROLLBACK: set this snippet to Draft in Elementor > Custom Code. */ (function () { var CONTACT_URL = 'https://www.oxygenit.co.nz/contact/'; function isTouch() { return window.matchMedia && window.matchMedia('(pointer: coarse)').matches; } document.addEventListener('click', function (e) { var link = (e.target && e.target.closest) ? e.target.closest('a[href^="tel:"]') : null; if (!link) { return; } var href = link.getAttribute('href') || ''; var fixed = href.replace(/^tel:+64/, 'tel:0'); // +64 international -> 0800 domestic if (fixed !== href) { link.setAttribute('href', fixed); } if (!isTouch()) { e.preventDefault(); window.location.href = CONTACT_URL; } }, true); })();