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

security dog services

Colosseum K9 LTD

BENEFITS OF HIRING A GUARD WITH A SECURITY DOG

Security Guard and Dog: A Strong Visible Deterrent

A trained security dog handler team provides a stronger visible presence than a guard working alone.

The dog can help alert the handler to unusual noise, movement or activity across the site, while the handler remains responsible for control, assessment and safe response.

This makes a guard and dog team particularly suitable for exposed sites, large perimeters, storage yards, vacant properties, construction sites and industrial premises where theft, trespass, vandalism or unauthorised access could lead to delay, disruption and additional cost.

For many sites, a security dog handler can provide active patrol coverage and deterrence without the need to place multiple guards across every weak point.

Key benefits include:

  • Visible deterrence for trespassers and opportunistic intruders

  • Active patrols across larger or harder-to-monitor areas

  • Early identification of suspicious activity

  • Controlled response by a trained handler

  • Incident reporting and escalation where required

  • Suitable cover for out-of-hours site exposure

SWITCH ON SWITCH OFF

A trained security dog should remain under handler control at all times.

The dog supports visible deterrence and early detection, while the handler manages patrols, site checks, assessment and escalation. This means the guard and dog team can provide a strong on-site presence without unnecessary confrontation.

Where suspicious activity is identified, the handler follows agreed procedures, records the incident and contacts the client, control room or police where required.

I would use the second version if the current page is short. It keeps the idea of control but removes the legal risk.

Security dog barking on command under handler control

searching and tracking

A trained general purpose security dog can support the handler during patrols by helping identify unusual noise, movement or signs of activity across larger and harder-to-monitor areas.

This is particularly useful on exposed sites with open perimeters, blind spots, stored materials, plant, vehicles, fuel or equipment at risk.

The dog provides an additional detection layer, while the handler remains responsible for control, assessment and safe response. Where suspicious activity is identified, the handler follows agreed site procedures, records relevant details and escalates to the client, control room or police where required.

This helps improve site visibility, support early detection and reduce exposure to trespass, theft, vandalism and unauthorised access.

suitable vehicles

Colosseum K9 handlers use suitable vans or 4x4 vehicles equipped for security dog deployments.

Vehicles include secure dog compartments, appropriate ventilation, warning signage and essential operational equipment, allowing the guard and dog team to attend site prepared for patrols, checks and incident response.

This supports safe transport, dog welfare and controlled deployment across construction sites, warehouses, vacant properties, industrial premises, yards and other exposed locations.

Security dog entering a secure transport cage used by Colosseum K9

high visibilty dog patrols

Security dog handler patrolling a site at night

Colosseum K9 provides trained security dog handler teams for sites that require a strong visible presence, active patrols and controlled on-site security.

A guard and dog team can help deter trespass, theft, vandalism, arson and unauthorised access, particularly on construction sites, warehouses, vacant properties, industrial premises, storage yards and other exposed locations.

Security dog patrols are most suitable where a site is large, quiet out of hours, difficult to monitor, repeatedly targeted or holding plant, tools, fuel, vehicles, copper, materials or other valuable assets.

The dog supports deterrence and early detection, while the handler remains responsible for control, assessment, reporting and escalation in line with agreed site procedures.

For many sites, a trained security dog handler can provide stronger visible coverage than a guard working alone, especially where CCTV or static guarding does not provide enough active deterrence across the full site.

Contact Colosseum K9 to discuss your site risk and request a free, no-obligation quote.

Colosseum K9 Ltd company logo
  • Facebook
  • Instagram
bottom of page