If Content is King, Does User Generated Content Create a Media Democracy?
In the 20th century, it was said that, “Content is king.” Consumers and marketing professionals alike have observed this after years and years of experience with traditional media outlets such as television and print. Marketing professionals know their message will reach wider, larger audiences when bundled with content that is in high demand by a large and varied group of consumers such as an episode of ABC’s Lost or an issue of the New York Times. Since there’s good marketing money to be made by producing content that reaches a wide audience, an impetus to increase the quality and value of content was placed on content producers. The result is (arguably) better television programming, better magazines, and better news papers. The consumer wins in this situation at the cost of seeing some marketing materials along the way. Thankfully, humanity didn’t forget who the King was when the 21st century dawned on mankind and ushered with it the internet as a ubiquitous part of our lives! Competition is so fierce for a consumer’s attention that quality content has become a baseline starting point, and not just something to separate the NBC’s from the CBS’s. The internet can be like a full cable package: 5,000,000,000,000 channels and nothing’s on.
The internet, in this author’s humble opinion, is probably the most level playing field humanity has ever seen. Individuals can now speak with the same authority as global corporations and reach audiences traditionally reserved for world leaders! This has been a very fortunate side-effect of the internet’s presence in our lives. Sites like Flickr, YouTube, and MySpace allow consumers to get their pictures, videos, and songs out to the masses. This also means that traditional media outlets now have millions of new competitors for consumer’s eyeballs…
So where does this leave everyone? Some advertisers have taken a hint from the sale of user generated content hubs like YouTube and MySpace and realized that the future may be in the melding of amateur content and advertising campaigns. We’ve seen a steady increase in the number of advertiser promotions over the years that allow consumers to submit their content whether it be recipes, photos, or full videos. This provides a brand a direct channel of interaction with consumers that are brand advocates, brand fans, and brand aware. The benefit to consumers is that they are given a chance to publicly attach their identity to a brand while also being given a chance to win something. Advertisers get an additional benefit, particularly in publicly judged contests, from their participants telling their friends/family/coworkers about their entry into a contest which drives more traffic to the brand’s site. Who doesn’t want their mom to see their video on Jeep.com? This trend is likely to continue strongly in to the future, and for now, shows no sign of slowing down…
tags:user generated content web 2.0 web2.0 word of mouth marketing youtube
LeapCast - LFI University: 11.6.07 - Optimizing for Social Media Engagement
![]()
Join Mike and Katina as they discuss assessing your content for viral potential, and the rules of engagement for social media and online public relations.
tags:agency service online brand management online pr social media web2.0 word of mouth marketingTubes and Pipes
Did you know that the Internet is a series of tubes? Senator Stevens thinks so. It’s how the data moves around. Though tubes. Seriously.
Yahoo is building pipes. The pipes gather and filter data. Through pipes. Seriously. Sound familiar?
Yahoo’s pipes are a bit different from tubes though. First, it’s real. Second, smart people made it (as opposed to Mr. Tubes: Senator Stevens). The idea is that there are loads of data feeds (RSS feeds) out there carrying lots of information. The “lots of information” thing is the problem — there is too much information that we need to sort through and put together in meaningful ways.
Pipes is interesting in another way as well: it has an amazing interface. Imagine a data-driven Visio. You drag a data block in, set some parameters, link it to a filter block, and before you know it you’ve tied the iTunes latest releases of your favorite band to the corresponding YouTube videos and delivered the list to your favorite news reader.
The interface is slick, but it’s definitely technical and not for the un-savvy computer user. No one has yet to find a way to make RSS feeds more accessible, so it would be hard to expect a web application that organizes that data to be simplistic.
I wonder how Yahoo’s pipes will work when Senator Stevens’ Tubes get clogged. Maybe Google will release a tubes cleaning website. I think Drainle would be a catchy name, don’t you?
tags:AJAX web software web2.0 yahooHello, AJAX.
Let’s talk about AJAX. Not the detergent, although it does smell good. AJAX (in the Internet world) is a technology that allows a web browser to send and receive information to the web server without making the page you’re looking at refresh. That’s really all it is. I hear you saying “But what in the world does that mean?”
The idea is that if the page you’re viewing doesn’t refresh, and completely redraw itself a couple things can be accomplished:
- Less information is transferred from the server. Browsers do a good job of caching things like images so that they don’t have to be downloaded again, but for every image on the page, the browser still has to ask the server if it has a newer copy. That’s a lot of talking back and forth, and it takes time.
- The interface can be more responsive. If you’re viewing a long list of items, and you’re looking at the first page, when you click the next button your browser only has to load the next set of data — not all of the formatting, and images and what-not. Clicking on something doesn’t require everything to be reloaded again.
- Money can be saved. (This is the part you business owners will like) Because less information is transferred overall, there will be lower bandwidth costs.
The concept behind AJAX has been around for a very long time. Swapping the processing of data from the server to the client and back again has been happening in cycles since the inception of the mainframe. AJAX in the form it is today has also been around quite some time. Around 1998 I built an application that used very similar ideas to get around having the page refresh, but in the past couple of years there has been a heavy focus by the web programming community to build code that does it in a very clean and efficient way.
As time passes AJAX will mature even further, and may become the core method in the way that browsers work, rather than simply one way of creating web sites.
tags:AJAX web software web2.0

