import wixData from 'wix-data'; import wixWindow from 'wix-window'; import wixLocation from 'wix-location'; $w.onReady(()=>{ $w("dynamicDataset").onReady(()=>{ //first we need to get the fingerprint of the browser's current width wixWindow.getBoundingRect() .then( (windowSizeInfo) => { let windowWidth = windowSizeInfo.window.width; //if you need to change sizes for many things at once such as large images and wide repeaters, use this to redirect people to a copied narrow version of the same page that you can design manually let thisData = $w("dynamicDataset").getCurrentItem(); let wideUrl = thisData['link-wide-dynamic']; let narrowUrl = thisData['link-narrow-dynamic']; //if window width is greater than or equal to 1280 pixels on desktop site, direct here if ((windowWidth >= 1280) && (wixWindow.formFactor === "Desktop")) { wixLocation.to(wideUrl); } //or if window width is less than 1280 pixels on desktop site, direct here else if ((windowWidth < 1280) && (wixWindow.formFactor === "Desktop")) { wixLocation.to (narrowUrl); } } ); } ); } ); //or else if you need only minor tweaks you can choose to 1.show/expand and hide/collapse elements based on the windowWidth property and/or 2.alter the .html properties of text like so let textValue = $w("dynamicDataset").getCurrentItem().mytext; if ((windowWidth >= 1280) && (wixWindow.formFactor === "Desktop")) { $w('#textElement').html = `${textValue}`; $w('#largeElement').expand(); } else if ((windowWidth < 1280) && (wixWindow.formFactor === "Desktop")) { $w('#textElement').html = `${textValue}`; $w('#largeElement").collapse(); } //optimally you can modify solution 1 to link pages through code like this //we'll use a repeater on a static page with links to dynamic pages as an example $w('#repeaterDataset').onReady(() => { $w('#repeater').onItemReady( ($item, itemData, index) => { $item('#repeaterText').text = itemData.mytext; $item('#repeaterText').onClick(() => { //if the desktop window is greater than or equal to 1280 pixels wide or if you are on the mobile site, direct to the standard wide page (you don't need two different layouts on Mobile) if ((windowWidth >= 1280) && (wixWindow.formFactor === "Desktop") || (wixWindow.formFactor === "Mobile")) { wixLocation.to(itemData["link-wide-dynamic"]); } //if the desktop window is less than 1280 pixels wide and is not on Mobile, direct to the narrow layout page (the not equal to !== is just to show you can use different condition indicators if you need to) else if ((windowWidth < 1280) && (wixWindow.formFactor !== "Mobile")) { wixLocation.to(itemData["link-narrow-dynamic"]); } }); }); });
top of page
Colosseum K9 LTD

BENEFITS OF HIRING A GUARD WITH A SECURITY DOG

Security Guard and Dog: A Powerful Deterrent

A security guard supported by a trained protection dog offers superior site security. Dogs have exceptional hearing, detecting sounds at four times the distance of humans, and can alert their handler to threats early. They can also pursue intruders at speeds of up to 20 mph.

A guard and dog team is a stronger deterrent than a guard alone and often more cost-effective than deploying multiple guards.

SWITCH ON SWITCH OFF

The days of "teeth on a leash" are behind us and the modern security dog is a well-trained and well-balanced tool in our kit. The security dog teams that we use will be versed in various situations and matched to the specifics of your task. 
 
Some tasks require a level and balanced dog, including stressful situations such as crowds of people or children playing on-site. Our response will always be proportionate to the threat and dealt with in the best way possible. With intruders, we strive to dissuade our involvement. If dissuasiveness fails, we may apprehend and detain if we suspect an indictable act has been performed and ready to hand over the suspect to the Police.

ezgif.com-gif-maker.gif

searching and tracking

A major part of the charm of a protection dog is its nose. With a trained general-purpose security dog, you can often do work and cover more territory than a squad of many security officers might do. Nothing is better than a dog's nose for the early detection of an intruder, enabling us to identify and deploy resources in an optimal location to defend your site.

suitable vehicles

In addition to our dogs and preparation, the dog handlers working with Colosseum K9 will use a fully fitted van/suv for dogs and handlers.

20210221_131804(0).gif

high visibilty dog patrols

20210210_185422(0).gif

ColosseumK9 has a squad of experienced dog trainers, and their dogs open to our customers. As with all defense, there is no one size fits all solution to dog teams. The "look," the "sound," and the skill set of dogs and handlers will be matched to the task. When it comes to a security dog operation, they also are part of a broader security kit. It could be that security dogs are used as an initial presentation to get a word around the local area and then drop down to a guard operation. It may be that the site is of ample scale to make the use of dog teams and their long-range sense of smell more realistic than guards. It has been said that on the right type of site, a dog is more effective than a squad of five guards.
​Please contact us today to arrange a site survey with one of our operations team, who will be happy to provide you with a selection of options specific to your needs.

security dog services

bottom of page