Lacombe - A Lacombe, Alberta family's latest corn maze has captured not one but two certifications from the Guinness World Records. The 7-acre maze is now recognized as the world`s largest corn maze and the world`s largest functioning QR (Quick Response) code.

 

Kraay Family Farm QR code corn maze
 
The Kraay family has been using their creativity to come up with some of the most unique designs for their annual corn mazes for the past 13 years. They`ve carved out logos for the Edmonton Oilers and the Edmonton Eskimos and since they are in Central Alberta, about halfway between Edmonton and Calgary, they also carved out logos of the Calgary Flames and the Stampeders. They made outlines of the province of Alberta and of Canada, and last year they even created a tribute for the 25th anniversary of Canadian Paralympic athlete Rick Hansen`s Man in Motion tour.

2011 corn maze at Kraay Family Farm in Alberta commemorating 25th anniversary of Rick Hanson's Man in Motion tour
Kraay Family Farm
 

This time the Kraay Family Farm decided to go high tech and created a massive 312-thousand square foot (29-thousand meters) QR code. Thecodes are like bar codes but with a lot more information. They are usually put in ads for people to find out more about a particular product, and when scanned with a smartphone, sends the user to a website.

 

The family flew over the farm in a helicopter and tried it out, and sure enough it connected them to their family farm website.

 

Rachel Kraay tells CTV News, she got the idea for this year's maze when she stumbled across the codes. “I was just relaxing, reading a magazine and saw a whole bunch of QR codes and I thought, you know, it looked a whole lot like a maze. I wonder if we can make one.”

 

Their designer came up with the plans and once they had it all carved (they aren't saying how they do it, calling that a trade secret) and figured out that it works, they submitted the information to Guinness to find out if it would qualify for a record. But Kraay says, “It was something that we didn’t think would happen. There were a lot of little things we had to do and Guinness is pretty picky with how you collect your evidence. We were a little bit on edge on whether it would come through so we were very relieved and very excited.”

 

Kraay Family Farm has planned a big party Sept. 15th to celebrate.

 

Alberta family's QR code is world's largest corn maze的更多相关文章

  1. C#通过第三方组件生成二维码(QR Code)和条形码(Bar Code)

    用C#如何生成二维码,我们可以通过现有的第三方dll直接来实现,下面列出几种不同的生成方法: 1):通过QrCodeNet(Gma.QrCodeNet.Encoding.dll)来实现 1.1):首先 ...

  2. 使用PHP QR Code生成二维码

    使用PHP QR Code生成二维码   HP QR Code是一个PHP二维码生成类库,利用它可以轻松生成二维码,官网提供了下载和多个演示demo,查看地址: http://phpqrcode.so ...

  3. 二维码详解(QR Code)

    作者:王子旭链接:https://zhuanlan.zhihu.com/p/21463650来源:知乎著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处. 2016.7.5 更新:长文 ...

  4. Delphi xe7 FireMonkey / Mobile (Android, iOS)生成 QR Code完整实例

    这个实例在windows.OS X.IOS和Android等平台运行正常.本文参考这个网站提供的方法:http://zarko-gajic.iz.hr/firemonkey-mobile-androi ...

  5. QR code 金庸小说体(二)

    传说 在二维码世纪,流传着这样一个传说,long long ago,武林一片混乱,这时魔教二长老创立了一门绝世武功——QR code,随后称霸武林.但同时也遭到武林中人的觊觎和反抗,各大武林正派掌门人 ...

  6. QR code 乱谈(一)

    缘由 促使草人写这一系列(将会是)文章的原因是二维码现在很流行,很容易接触到,而且二维码又是那么容易就生成——就不说有很多在线的生成器,许多应用软件也都有生成二维码的功能,比如Firefox浏览器.Q ...

  7. DNN - Modules - QR Code Generator

    Dotnetnuke 平台上的二维码模块.支持DNN 7.x平台的安装 QR码(快速响应码)是二维条形码.随着移动设备市场正以快速的步伐,QR码正在成为非常重要的营销工具.与移动电话或平板电脑的扫描, ...

  8. PHP QR Code封装二维码生成教程

    今天搞了一下二维码封装在tp框架上运用. 找了下草料网, api接口要收费, 现在找到了两种方法来实现用PHP来实现创建二维码. 由于二维码生成,会使用到PHP的GD库, 我们要先在PHP.ini文件 ...

  9. QR Code簡介、介紹

    QR Code為目前最常被使用的一種二維條碼,1994年由日本Denso-Wav e公司發明,QR是英文Qu ickResponse的縮寫,即快速反應的意思,1999年時,公布了符合日本當地的標準-「 ...

随机推荐

  1. 中点Brehensam画线算法

    #include<stdio.h> #include<stdlib.h> #include"graphics.h" //函数声明 void MidBreha ...

  2. gc之六--Minor GC、Major GC、Full GC以及Mixed GC之间的区别

    目录: GC之一--GC 的算法分析.垃圾收集器.内存分配策略介绍 GC之二--GC日志分析(jdk1.8)整理中 GC之三--GC 触发Full GC执行的情况及应对策略 gc之四--Minor G ...

  3. [转] AForge.NET 图像处理类

    https://www.nuget.org/packages?q=AForge.NET https://baike.baidu.com/item/AForge.NET/114415?fr=aladdi ...

  4. Oracle跨库复制表结构

    1.首先建立远程连接 create public database link LINK_SJPSconnect to system identified by manager using '(DESC ...

  5. Windows环境下多版本JDK切换

    因为有切换多个版本的JDK需求,但是本机的JDK安装比较混乱(因为不是我最先使用的),所以出现了一些问题在这里记录下.本来我以为只需要修改环境变量中的JAVA_HOME环境路径即可,如果没有配置JAV ...

  6. spark SQL概述

    Spark SQL是什么? 何为结构化数据 sparkSQL与spark Core的关系 Spark SQL的前世今生:由Shark发展而来 Spark SQL的前世今生:可以追溯到Hive Spar ...

  7. Python - Django - App 的概念

    App 方便我们在一个大的项目中,管理实现不同的业务功能 创建 App: 命令行: python manage.py startapp app名 使用 Pycharm 创建: 文件 -> 新建项 ...

  8. 并发工具类(二)同步屏障CyclicBarrier

    前言   JDK中为了处理线程之间的同步问题,除了提供锁机制之外,还提供了几个非常有用的并发工具类:CountDownLatch.CyclicBarrier.Semphore.Exchanger.Ph ...

  9. centos7.3安装zip,unzip

    安装命令: yum install -y unzip zip

  10. hammer使用: 代码:捏合、捏开、图片放大 的一个手机图片“放大缩小可拖动”的小效果

    hammer.js 的使用. (手机手势插件) 捏合.捏开.图片放大 的一个手机图片“放大缩小可拖动”的小效果. 相关js 到 http://www.bootcdn.cn/  查找和下载. hamme ...