#@assnchat
Explore tagged Tumblr posts
orgcommunity2015 · 3 months ago
Text
Governance Is a Journey: How APICS Built Trust, Resilience, and Growth
This post is adapted from Association 4.0 – Positioning for Success in an Era of Disruption, originally published in 2018. At the time of this interview, Abe Eshkenazi, CSCP, CPA, CAE, served—and continues to serve—as the CEO of APICS (now the Association for Supply Chain Management). While the governance landscape has evolved, the strategies and leadership insights shared here remain…
0 notes
blairemclaren · 4 years ago
Text
Paul Meyer Death - Obituary : Paul Meyer Has Died
Paul Meyer Death - Obituary, Funeral, Cause Of Death #Association consultant Paul Meyer, president and co-CEO of Tecker International......Read more
Paul Meyer Death – Obituary, Funeral, Cause Of Death #Association consultant Paul Meyer, president and co-CEO of Tecker International (@TeckerIntl), died Sept. 10 following a stroke. Glenn Tecker says Meyer was “one of America’s most quietly influential strategists.” Read more: https://bit.ly/3zge2SR #assnchat Through a social media announcement, DeadDeath learned on September 16, 2021, about the…
Tumblr media
View On WordPress
0 notes
boomset · 8 years ago
Text
5 DIY #EventTech Projects for the "Geeky" Planner
Tumblr media
Image courtesy of Makezine
The world of do-it-yourself tech is enjoying a golden era. And while many factors are in play, two names are linked to DIY electronics’ rise in popularity: Raspberry Pi and Arduino.
A quick introduction if you’re not familiar with these two:
Raspberry Pi is a microcomputer about the size of a credit card. Its release in 2012 gave tinkers, programmers, and DIYers the platform they need to build their own electronics. Today, the Raspberry Pi is recognized as the most successful British computer.
Arduino, on the other hand, is a microcontroller that comes with a low power processing unit, plenty of connectors, and its own programming language. For implementing automations, Arduino is hard to beat!
If you want to see how these boards stack up against each other, you can check out this in-depth comparison.
Now…
Raspberry Pi and Arduino led to countless DIY electronics - from home automation controllers, alarm systems, to car dashboards. But in this post, we will look at projects that event planners like you may find useful. Have a look!
Enjoy Keyless Entry With An Arduino RFID Access Terminal
Keyless RFID entry can enhance your event in many ways. It can keep outsiders off of staff-only premises. RFID cards can also store a person’s name and other details, so you can track who enters and leaves a room. In addition, using something like RFID badges at check-in is also a great way to enhance security efforts and engage attendees.
Brian Carbonette over at Hackster.io shows you how to build a keyless entry system using Arduino, a handful of cheap hardware components, an open-source software, and a couple of ISO-certified tags.
Tumblr media
Image courtesy of Hackster
Follow the guide. And should you successfully build one, you can extend its utility with a couple of tweaks. You can have the system log access stats to a spreadsheet. Or, you can add 2-factor authentication for a tighter event security.
Remotely Control A/V Equipment With Ease Using An Arduino Wifi IR Blaster
With all the talk about the “Internet of Things” and smart devices, you’d expect to be able to control any equipment from your smartphone. But what if your event budget is tight, leaving you with "dumb" devices?
For such situations, an IR blaster can prove handy. Not only does it emulate an infrared remote control. But an IR blaster can also extend infrared signals, so they can reach remote controlled gear located in odd angles or closed spaces.
Tumblr media
Image courtesy of Arduino
User BuddyC from the Arduino Project Hub shared a guide on how to build a Wifi IR blaster / connected universal remote. The needed components and supplies are minimal, but you need to work with a soldering iron. (Read: Be careful!)
The project creator even integrated the blaster with Amazon Echo, allowing him to control old equipment using voice commands. He uses it everyday to control his AC unit and TV. And you can use it to control not-so-smart and clunky A/V gear hidden in the shelves.
Crowdsource Music With A Raspberry Pi Digital Jukebox
Awesome planners genuinely care about immersive experiences. And if you’re creating one, you know that a convention or show needs more than a matching venue and decor. Play the right kind of music, and you can take your attendees on a journey.
But here’s the problem:
Musical preferences differ wildly. And in a jam-packed event, picking the right tunes to keep guests happy can be a hassle.
But not when you have a digital jukebox like CheckinDJ.
Tumblr media
Image courtesy of New Atlas
CheckinDJ is a digital jukebox system developed by Paul Coulton and Mark Lochrie of Lancaster University. It uses NFC tags and Raspberry Pi to poll a crowd’s musical tastes and stream songs from their favorite genres. Here’s how CheckinDJ works:
Users check in by tapping their NFC tag (linked to their social networking identity) to the Raspberry Pi jukebox. CheckinDJ asks users to pick 3 genres and then creates a curated playlist from the crowd’s fave genre.
Note, too, that the system places greater weight on votes from people with connected friends in the venue. To keep the good sounds coming, the system streams high-quality audio from Spotify and updates the poll every 20 seconds.
And to prevent people from tipping the poll to their favor, CheckinDJ places a limit on the number of times a guest can check in.
Treat Guests To A Light Show Using Python And Pi
Attendees love great music. But here’s something even better - awesome tunes with well-timed light effects to go with it. Why do you think 32 million people in the US travel 903 miles on average to attend a music festival?
Now, your live event may not have the budget similar to that of Coachella or SXSW. But you can treat your guests to a synchronized music and light show. All you need is a Raspberry Pi 3, LED strips, speakers, and a couple of connectors.
Tumblr media
Image courtesy of Tech Story
The LED light display was developed by 3 software engineers from Microsoft. It is capable of controlling its color, brightness, and flashes depending on the song selection.
Now, this DIY project requires some coding, and you’re probably thinking:
“This Pi-powered light display is nice. But event planning is hard as it is, and I have no time to learn how to code.”
Good point! But should you change your mind, know that the entire project runs on Python. A coding language easy enough to learn in a few hours, even for non-programmers. Moreover, the software engineers were kind enough to share the meaty details, including their references for the code.
Build An Affordable Pi-Powered Video Wall
Tumblr media
Image courtesy of Hackaday
Video walls are a mainstay at events - and for a long list of good reasons if I may add.
• For weddings: A bezel-free LED wall can display dynamic visual content such as a professionally edited video, well-wishes from families and friends, and the couple’s photographs from yesteryears.
• For tradeshows and exhibits: A video wall can provide an excellent sponsorship opportunity. You can deliver brand messages from partners along with discounts and special offers that’s sure to catch your guests’ attention.
Simply put:
If you can imagine it, a video wall can display it!
However, the costs associated with building such a wall can overwhelm an event planner’s budget. You see, every screen requires a device to control its output, and you’d need another device to bring every piece of the puzzle together.
The usual video wall solutions use all sorts of equipment in the backend. Service providers often turn to Playstations for video transmission. But while a dozen or two Playstation consoles (about $100 each) can get the job done, they’re costly and power-hungry.
Enter the Raspberry Pi video wall.
The same rules apply. You need a Pi for every monitor and a master Pi to control the entire setup. But with the most advanced Pi priced at only $35, the hardware component of your video wall won’t leave your wallet dry.
And even better:
The software component won’t cost you a dime! Tech geek and embedded systems expert Alex Goodyear developed an open-source software to spread video over a network of displays. (Here’s the installation guide.)
Conclusion
Event professionals already wear many hats - from negotiator, networker, to venue inspector and more. If you want to add savvy do-it-yourselfer to your resume, this guide will hopefully help you create stuff you’ll find handy in the line of duty.
Guest Author Bio: Mark Kao is the department manager of COSRental, a London-based tech and A/V solutions provider. When he’s meeting with clients or closing deals, Mark is busy reading the latest news (and drama?) from the tech industry.
No time for #eventtech building - let alone DIY - but still want to save time, budget, and create the best on-site event experience?
See why event planners are loving userfriendly and easy check-in, on-site printing, RFID tracking, and more:
Start Free Trial
Topics: event industry trends, event technology
Tumblr media
0 notes
johnspataropsd · 8 years ago
Text
@AssocITMan J. Mark Wallach
Great things happening @benelSolutions today #association #AMS #implementation #customization & #integration #assnchat #dctech #movingday pic.twitter.com/R3mVfRIHwj
from Moving Company Pacific Palisades https://twitter.com/AssocITMan/status/832675134997553153 from MOVING COMPANY PACIFIC PALISADES http://pacificpalisadesmovingcompany.tumblr.com/post/157373350139
0 notes
sabguthrie · 5 years ago
Text
That's exactly right. #powerofA (A for Associations) #assnchat
— Deirdre Reid, CAE (@DeirdreReid) July 29, 2020
0 notes
vincefrysblog-blog · 6 years ago
Text
These are all the times that you need to
These are all the times that you need to
These are all the times that you need to make sure that your LinkedIn profile is up to date https://www.fastcompany.com/90300953/when-to-update-your-linkedin-profile #PCMA #AssnChat #EventProfs
View On WordPress
0 notes
mccartneynathxzw83 · 6 years ago
Text
Daily Buzz: Blockchain’s Role for Events: Associations Now
Daily Buzz: Blockchain’s Role for Events: Associations Now
What’s This? Associations Now Brand Connection provides opportunities for advertisers to connect with the Associations Now audience. All content is paid for by the advertiser. The Associations Now editorial staff is not involved in creating this content.
Blockchain technology may prove an essential new tool for event ticketing—in no small part because of its added security benefits. Also: Design a successful meeting badge.
Ticketing has long been a pain in the side for event planners—high demand, the potential for resale, the risk of forgery.
But with blockchain a hot technology looking for a use case, the ticketing problem might prove a perfect fit, the Event Manager Blog explains in a new guide.
“Traditional networks are centralized, meaning dependent on a central node,” the article says. “Blockchain networks are decentralized, meaning that there is no control over the network and all information is accessible to all nodes.”
Beyond making it easier to track the source of an original ticket, the blockchain could make a ticketing system less susceptible to hacking attempts—a problem Ticketmaster has infamously had to deal with in recent years. Each piece of information is added to the network in blocks to a chain that records them, and whenever a part of the overall puzzle is changed, the tech will record it as a new block of the chain.
Because tickets can easily be forged, blockchain ticketing solutions give planners more control over who has access to attendee data.
“Most ticketing platforms are still numb to the risks associated with ticket forging or ticket resale to individuals who are not the intended recipients of the tickets,” the article continues. “This makes blockchain ticketing very appealing for events that have security in mind and want to be able to have stricter control over who gains access to the event.”
What Goes on a Meeting Badge?
What should go on your attendee badges? On the blog we break down the anatomy of a good event badge: https://t.co/kfFCqVSXPF #eventtech #eventprofs #events #assnchat
— Jeff Cooper (@JeffCooper_ELI) February 12, 2019
Meeting badges might seem like a small part of your event, but they can greatly affect the attendee experience. “A well-designed badge provides the most pertinent information to attendees while letting them easily make meaningful connections with one another,” says Katie Cook in a post on the Expo Logic blog.
Cook recommends keeping event badge designs as clean and simple as possible—but don’t be afraid to get creative with your meeting logo, either. When it comes to content, be sure to include only information that is relevant to your meeting purpose. “For example,” Cook says, “if the goal of the badge is to create easy networking opportunities for attendees, you might color-code the badges to guide networking groups or include the attendee’s social media handles.” You can also consider using your meeting badge as a potential sponsorship opportunity to bring in extra revenue.
Other Links of Note
Hosting a free event? The Eventbrite blog offers strategies to increase turnout.
Most associations follow similar membership content models. The Membership Guys discuss other uncommon yet effective content ideas in their latest podcast.
Speaking of podcasts, Slate is rolling out Supporting Cast, a technology service aimed at helping podcast publishers set up paid subscriptions or membership programs.
Share this article
We promise not to sell your email address.
Daily Buzz: Leverage Common Apps to Boost Meeting AttendanceSophia Conforti
Daily Buzz: Don’t Let Status Limit Attendees’ Event ExperienceSophia Conforti
Daily Buzz: Market Your Meeting on the CheapSophia Conforti
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
We promise not to sell your email address.
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
Source link http://bit.ly/2DyxNKy
0 notes
teiraymondmccoy78 · 6 years ago
Text
Daily Buzz: Blockchain’s Role for Events: Associations Now
Daily Buzz: Blockchain’s Role for Events: Associations Now
What’s This? Associations Now Brand Connection provides opportunities for advertisers to connect with the Associations Now audience. All content is paid for by the advertiser. The Associations Now editorial staff is not involved in creating this content.
Blockchain technology may prove an essential new tool for event ticketing—in no small part because of its added security benefits. Also: Design a successful meeting badge.
Ticketing has long been a pain in the side for event planners—high demand, the potential for resale, the risk of forgery.
But with blockchain a hot technology looking for a use case, the ticketing problem might prove a perfect fit, the Event Manager Blog explains in a new guide.
“Traditional networks are centralized, meaning dependent on a central node,” the article says. “Blockchain networks are decentralized, meaning that there is no control over the network and all information is accessible to all nodes.”
Beyond making it easier to track the source of an original ticket, the blockchain could make a ticketing system less susceptible to hacking attempts—a problem Ticketmaster has infamously had to deal with in recent years. Each piece of information is added to the network in blocks to a chain that records them, and whenever a part of the overall puzzle is changed, the tech will record it as a new block of the chain.
Because tickets can easily be forged, blockchain ticketing solutions give planners more control over who has access to attendee data.
“Most ticketing platforms are still numb to the risks associated with ticket forging or ticket resale to individuals who are not the intended recipients of the tickets,” the article continues. “This makes blockchain ticketing very appealing for events that have security in mind and want to be able to have stricter control over who gains access to the event.”
What Goes on a Meeting Badge?
What should go on your attendee badges? On the blog we break down the anatomy of a good event badge: https://t.co/kfFCqVSXPF #eventtech #eventprofs #events #assnchat
— Jeff Cooper (@JeffCooper_ELI) February 12, 2019
Meeting badges might seem like a small part of your event, but they can greatly affect the attendee experience. “A well-designed badge provides the most pertinent information to attendees while letting them easily make meaningful connections with one another,” says Katie Cook in a post on the Expo Logic blog.
Cook recommends keeping event badge designs as clean and simple as possible—but don’t be afraid to get creative with your meeting logo, either. When it comes to content, be sure to include only information that is relevant to your meeting purpose. “For example,” Cook says, “if the goal of the badge is to create easy networking opportunities for attendees, you might color-code the badges to guide networking groups or include the attendee’s social media handles.” You can also consider using your meeting badge as a potential sponsorship opportunity to bring in extra revenue.
Other Links of Note
Hosting a free event? The Eventbrite blog offers strategies to increase turnout.
Most associations follow similar membership content models. The Membership Guys discuss other uncommon yet effective content ideas in their latest podcast.
Speaking of podcasts, Slate is rolling out Supporting Cast, a technology service aimed at helping podcast publishers set up paid subscriptions or membership programs.
Share this article
We promise not to sell your email address.
Daily Buzz: Leverage Common Apps to Boost Meeting AttendanceSophia Conforti
Daily Buzz: Don’t Let Status Limit Attendees’ Event ExperienceSophia Conforti
Daily Buzz: Market Your Meeting on the CheapSophia Conforti
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
We promise not to sell your email address.
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
Source link http://bit.ly/2DyxNKy
0 notes
orgcommunity2015 · 3 months ago
Text
Association 4.0™: Achieving Organizational Excellence in 2025 
Innovating for the Future of Associations  As we step into 2025, associations are facing a pivotal moment. The acceleration of digital transformation, changing workforce expectations, and new competitive forces have reshaped the landscape. Organizations that embrace Association 4.0™—a concept introduced in 2018—are those that will thrive by prioritizing innovation, agility, and strategic…
1 note · View note
blairemclaren · 5 years ago
Text
John H. Graham IV, FASAE, CAE Death | CEO of ASAE Dead
John H. Graham IV, FASAE, CAE Death | CEO of ASAE Dead
President and CEO of ASAE, John H. Graham IV, FASAE, CAE has died. His cause of death was not said. ASAE announced the passing of John on Twitter.
It is with great sadness that #ASAE announces the passing of its President and CEO John H. Graham IV, FASAE, CAE, after an extended battle with cancer. https://t.co/Z02hs1SXHC #assnchat pic.twitter.com/KzibBZRkrM
— ASAE (@ASAEcenter) January 13, 2020
View On WordPress
0 notes
courtneyvbrooks87 · 6 years ago
Text
Daily Buzz: Blockchain’s Role for Events: Associations Now
Daily Buzz: Blockchain’s Role for Events: Associations Now
What’s This? Associations Now Brand Connection provides opportunities for advertisers to connect with the Associations Now audience. All content is paid for by the advertiser. The Associations Now editorial staff is not involved in creating this content.
Blockchain technology may prove an essential new tool for event ticketing—in no small part because of its added security benefits. Also: Design a successful meeting badge.
Ticketing has long been a pain in the side for event planners—high demand, the potential for resale, the risk of forgery.
But with blockchain a hot technology looking for a use case, the ticketing problem might prove a perfect fit, the Event Manager Blog explains in a new guide.
“Traditional networks are centralized, meaning dependent on a central node,” the article says. “Blockchain networks are decentralized, meaning that there is no control over the network and all information is accessible to all nodes.”
Beyond making it easier to track the source of an original ticket, the blockchain could make a ticketing system less susceptible to hacking attempts—a problem Ticketmaster has infamously had to deal with in recent years. Each piece of information is added to the network in blocks to a chain that records them, and whenever a part of the overall puzzle is changed, the tech will record it as a new block of the chain.
Because tickets can easily be forged, blockchain ticketing solutions give planners more control over who has access to attendee data.
“Most ticketing platforms are still numb to the risks associated with ticket forging or ticket resale to individuals who are not the intended recipients of the tickets,” the article continues. “This makes blockchain ticketing very appealing for events that have security in mind and want to be able to have stricter control over who gains access to the event.”
What Goes on a Meeting Badge?
What should go on your attendee badges? On the blog we break down the anatomy of a good event badge: https://t.co/kfFCqVSXPF #eventtech #eventprofs #events #assnchat
— Jeff Cooper (@JeffCooper_ELI) February 12, 2019
Meeting badges might seem like a small part of your event, but they can greatly affect the attendee experience. “A well-designed badge provides the most pertinent information to attendees while letting them easily make meaningful connections with one another,” says Katie Cook in a post on the Expo Logic blog.
Cook recommends keeping event badge designs as clean and simple as possible—but don’t be afraid to get creative with your meeting logo, either. When it comes to content, be sure to include only information that is relevant to your meeting purpose. “For example,” Cook says, “if the goal of the badge is to create easy networking opportunities for attendees, you might color-code the badges to guide networking groups or include the attendee’s social media handles.” You can also consider using your meeting badge as a potential sponsorship opportunity to bring in extra revenue.
Other Links of Note
Hosting a free event? The Eventbrite blog offers strategies to increase turnout.
Most associations follow similar membership content models. The Membership Guys discuss other uncommon yet effective content ideas in their latest podcast.
Speaking of podcasts, Slate is rolling out Supporting Cast, a technology service aimed at helping podcast publishers set up paid subscriptions or membership programs.
Share this article
We promise not to sell your email address.
Daily Buzz: Leverage Common Apps to Boost Meeting AttendanceSophia Conforti
Daily Buzz: Don’t Let Status Limit Attendees’ Event ExperienceSophia Conforti
Daily Buzz: Market Your Meeting on the CheapSophia Conforti
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
We promise not to sell your email address.
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
Source link http://bit.ly/2DyxNKy
0 notes
vanessawestwcrtr5 · 6 years ago
Text
Daily Buzz: Blockchain’s Role for Events: Associations Now
Daily Buzz: Blockchain’s Role for Events: Associations Now
What’s This? Associations Now Brand Connection provides opportunities for advertisers to connect with the Associations Now audience. All content is paid for by the advertiser. The Associations Now editorial staff is not involved in creating this content.
Blockchain technology may prove an essential new tool for event ticketing—in no small part because of its added security benefits. Also: Design a successful meeting badge.
Ticketing has long been a pain in the side for event planners—high demand, the potential for resale, the risk of forgery.
But with blockchain a hot technology looking for a use case, the ticketing problem might prove a perfect fit, the Event Manager Blog explains in a new guide.
“Traditional networks are centralized, meaning dependent on a central node,” the article says. “Blockchain networks are decentralized, meaning that there is no control over the network and all information is accessible to all nodes.”
Beyond making it easier to track the source of an original ticket, the blockchain could make a ticketing system less susceptible to hacking attempts—a problem Ticketmaster has infamously had to deal with in recent years. Each piece of information is added to the network in blocks to a chain that records them, and whenever a part of the overall puzzle is changed, the tech will record it as a new block of the chain.
Because tickets can easily be forged, blockchain ticketing solutions give planners more control over who has access to attendee data.
“Most ticketing platforms are still numb to the risks associated with ticket forging or ticket resale to individuals who are not the intended recipients of the tickets,” the article continues. “This makes blockchain ticketing very appealing for events that have security in mind and want to be able to have stricter control over who gains access to the event.”
What Goes on a Meeting Badge?
What should go on your attendee badges? On the blog we break down the anatomy of a good event badge: https://t.co/kfFCqVSXPF #eventtech #eventprofs #events #assnchat
— Jeff Cooper (@JeffCooper_ELI) February 12, 2019
Meeting badges might seem like a small part of your event, but they can greatly affect the attendee experience. “A well-designed badge provides the most pertinent information to attendees while letting them easily make meaningful connections with one another,” says Katie Cook in a post on the Expo Logic blog.
Cook recommends keeping event badge designs as clean and simple as possible—but don’t be afraid to get creative with your meeting logo, either. When it comes to content, be sure to include only information that is relevant to your meeting purpose. “For example,” Cook says, “if the goal of the badge is to create easy networking opportunities for attendees, you might color-code the badges to guide networking groups or include the attendee’s social media handles.” You can also consider using your meeting badge as a potential sponsorship opportunity to bring in extra revenue.
Other Links of Note
Hosting a free event? The Eventbrite blog offers strategies to increase turnout.
Most associations follow similar membership content models. The Membership Guys discuss other uncommon yet effective content ideas in their latest podcast.
Speaking of podcasts, Slate is rolling out Supporting Cast, a technology service aimed at helping podcast publishers set up paid subscriptions or membership programs.
Share this article
We promise not to sell your email address.
Daily Buzz: Leverage Common Apps to Boost Meeting AttendanceSophia Conforti
Daily Buzz: Don’t Let Status Limit Attendees’ Event ExperienceSophia Conforti
Daily Buzz: Market Your Meeting on the CheapSophia Conforti
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
We promise not to sell your email address.
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
Source link http://bit.ly/2DyxNKy
0 notes
adrianjenkins952wblr · 6 years ago
Text
Daily Buzz: Blockchain’s Role for Events: Associations Now
Daily Buzz: Blockchain’s Role for Events: Associations Now
What’s This? Associations Now Brand Connection provides opportunities for advertisers to connect with the Associations Now audience. All content is paid for by the advertiser. The Associations Now editorial staff is not involved in creating this content.
Blockchain technology may prove an essential new tool for event ticketing—in no small part because of its added security benefits. Also: Design a successful meeting badge.
Ticketing has long been a pain in the side for event planners—high demand, the potential for resale, the risk of forgery.
But with blockchain a hot technology looking for a use case, the ticketing problem might prove a perfect fit, the Event Manager Blog explains in a new guide.
“Traditional networks are centralized, meaning dependent on a central node,” the article says. “Blockchain networks are decentralized, meaning that there is no control over the network and all information is accessible to all nodes.”
Beyond making it easier to track the source of an original ticket, the blockchain could make a ticketing system less susceptible to hacking attempts—a problem Ticketmaster has infamously had to deal with in recent years. Each piece of information is added to the network in blocks to a chain that records them, and whenever a part of the overall puzzle is changed, the tech will record it as a new block of the chain.
Because tickets can easily be forged, blockchain ticketing solutions give planners more control over who has access to attendee data.
“Most ticketing platforms are still numb to the risks associated with ticket forging or ticket resale to individuals who are not the intended recipients of the tickets,” the article continues. “This makes blockchain ticketing very appealing for events that have security in mind and want to be able to have stricter control over who gains access to the event.”
What Goes on a Meeting Badge?
What should go on your attendee badges? On the blog we break down the anatomy of a good event badge: https://t.co/kfFCqVSXPF #eventtech #eventprofs #events #assnchat
— Jeff Cooper (@JeffCooper_ELI) February 12, 2019
Meeting badges might seem like a small part of your event, but they can greatly affect the attendee experience. “A well-designed badge provides the most pertinent information to attendees while letting them easily make meaningful connections with one another,” says Katie Cook in a post on the Expo Logic blog.
Cook recommends keeping event badge designs as clean and simple as possible—but don’t be afraid to get creative with your meeting logo, either. When it comes to content, be sure to include only information that is relevant to your meeting purpose. “For example,” Cook says, “if the goal of the badge is to create easy networking opportunities for attendees, you might color-code the badges to guide networking groups or include the attendee’s social media handles.” You can also consider using your meeting badge as a potential sponsorship opportunity to bring in extra revenue.
Other Links of Note
Hosting a free event? The Eventbrite blog offers strategies to increase turnout.
Most associations follow similar membership content models. The Membership Guys discuss other uncommon yet effective content ideas in their latest podcast.
Speaking of podcasts, Slate is rolling out Supporting Cast, a technology service aimed at helping podcast publishers set up paid subscriptions or membership programs.
Share this article
We promise not to sell your email address.
Daily Buzz: Leverage Common Apps to Boost Meeting AttendanceSophia Conforti
Daily Buzz: Don’t Let Status Limit Attendees’ Event ExperienceSophia Conforti
Daily Buzz: Market Your Meeting on the CheapSophia Conforti
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
We promise not to sell your email address.
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
Source link http://bit.ly/2DyxNKy
0 notes
bobbynolanios88 · 6 years ago
Text
Daily Buzz: Blockchain’s Role for Events: Associations Now
Daily Buzz: Blockchain’s Role for Events: Associations Now
What’s This? Associations Now Brand Connection provides opportunities for advertisers to connect with the Associations Now audience. All content is paid for by the advertiser. The Associations Now editorial staff is not involved in creating this content.
Blockchain technology may prove an essential new tool for event ticketing—in no small part because of its added security benefits. Also: Design a successful meeting badge.
Ticketing has long been a pain in the side for event planners—high demand, the potential for resale, the risk of forgery.
But with blockchain a hot technology looking for a use case, the ticketing problem might prove a perfect fit, the Event Manager Blog explains in a new guide.
“Traditional networks are centralized, meaning dependent on a central node,” the article says. “Blockchain networks are decentralized, meaning that there is no control over the network and all information is accessible to all nodes.”
Beyond making it easier to track the source of an original ticket, the blockchain could make a ticketing system less susceptible to hacking attempts—a problem Ticketmaster has infamously had to deal with in recent years. Each piece of information is added to the network in blocks to a chain that records them, and whenever a part of the overall puzzle is changed, the tech will record it as a new block of the chain.
Because tickets can easily be forged, blockchain ticketing solutions give planners more control over who has access to attendee data.
“Most ticketing platforms are still numb to the risks associated with ticket forging or ticket resale to individuals who are not the intended recipients of the tickets,” the article continues. “This makes blockchain ticketing very appealing for events that have security in mind and want to be able to have stricter control over who gains access to the event.”
What Goes on a Meeting Badge?
What should go on your attendee badges? On the blog we break down the anatomy of a good event badge: https://t.co/kfFCqVSXPF #eventtech #eventprofs #events #assnchat
— Jeff Cooper (@JeffCooper_ELI) February 12, 2019
Meeting badges might seem like a small part of your event, but they can greatly affect the attendee experience. “A well-designed badge provides the most pertinent information to attendees while letting them easily make meaningful connections with one another,” says Katie Cook in a post on the Expo Logic blog.
Cook recommends keeping event badge designs as clean and simple as possible—but don’t be afraid to get creative with your meeting logo, either. When it comes to content, be sure to include only information that is relevant to your meeting purpose. “For example,” Cook says, “if the goal of the badge is to create easy networking opportunities for attendees, you might color-code the badges to guide networking groups or include the attendee’s social media handles.” You can also consider using your meeting badge as a potential sponsorship opportunity to bring in extra revenue.
Other Links of Note
Hosting a free event? The Eventbrite blog offers strategies to increase turnout.
Most associations follow similar membership content models. The Membership Guys discuss other uncommon yet effective content ideas in their latest podcast.
Speaking of podcasts, Slate is rolling out Supporting Cast, a technology service aimed at helping podcast publishers set up paid subscriptions or membership programs.
Share this article
We promise not to sell your email address.
Daily Buzz: Leverage Common Apps to Boost Meeting AttendanceSophia Conforti
Daily Buzz: Don’t Let Status Limit Attendees’ Event ExperienceSophia Conforti
Daily Buzz: Market Your Meeting on the CheapSophia Conforti
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
We promise not to sell your email address.
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
ADVERTISEMENT
‘); } if (browName!=’Netscape’) { document.write(”); } // –>
Source link http://bit.ly/2DyxNKy
0 notes
sabguthrie · 5 years ago
Text
For VentureBeat, a profitable pivot to a virtual conference means meeting audience and sponsor needs -- by @AssnMediaPub https://t.co/EeX22K9eVz #assnchat pic.twitter.com/WmrrDiYAQa
— Deirdre Reid, CAE (@DeirdreReid) July 29, 2020
0 notes
vincefrysblog-blog · 6 years ago
Text
Why It’s Easier to Make Decisions for So
Why It’s Easier to Make Decisions for So
Why It’s Easier to Make Decisions for Someone Else https://hbr.org/2018/11/why-its-easier-to-make-decisions-for-someone-else #PCMA #AssnChat #EventProfs
View On WordPress
0 notes