RSS
 

Archive for April, 2009

Social Media Marketing: This is your Chance

30 Apr

If I could’ve sat down with Chris Brogan and Laura Fitton six months ago and asked them one thing, it would have been: “Who, exactly, are you marketing to?”

There has always been a small thorn in my paw about social media marketing. It’s the same thing that bothers me when people come on TV and promise to help make you rich. All you have to do is… sell a book that promises to make people rich! It’s the same feeling I get when I read Problogger and wonder: “Do I want to listen to advice from a blog about blogging? Would I do better to listen to someone like Jeff Atwood?” Read the rest of this entry »

 
1 Comment

Posted in Articles

 

JavaScript: Private Static Members, Part 1

28 Apr

A little while ago I talked about creating private variables and methods in JavaScript. This works, but is not necessarily efficient: each instance of the class creates new copies of the members. While that may be exactly what you want for instance variables (think of partNum in the old examples) it is not always ideal.

The complexity jumps significantly, though. So I’m dividing this half into two parts.

To get started, we need to forget about all this Object-Oriented Programming for a minute and look at some of the neat tricks you can do with functions in JavaScript.

Update: Part 2 is now available. Read the rest of this entry »

 
Comments Off

Posted in Articles

 

Communities within Communities

24 Apr

There is an op-ed floating around Twitter today: As a social network, Twitter is a dud. Is it ironic that an article deriding Twitter is being spread on Twitter? Irony is so ill-defined.

Twitter is not for everyone, and I respect that, but the author, Alex Groves, seems to be basing his entire point of view on Ashton Kutcher. Alex claims (and this may well be true; I don’t know since I’m never on Facebook) that “[t]he only problem with all this twittering by celebrities and politicians is that they are on Facebook much more often.”

Based on this, Alex argues that Twitter is an “unnecessary” alternative to Facebook walls and warns that “[b]y spending more time on social networks and the Internet than we need to, we enable ourselves to become reclusive, sheltered from family and friends.”

What Alex is ignoring is that most people are not (just) following celebrities. If we look at the number of “following” relationships—even relatively inactive people often follow 30 or 40 others—the 1 million “follows” of Mr. Kutcher seems much, much less impressive.

What occurs to me, the more I see Twitter on newspaper websites and on the Today show, is that there are multiple communities within a larger community like Twitter.

On the very smallest scale, you may have a “community” of family and friends that are mostly following each other. You may have a TweetDeck group set up for them. That kind of mutual relationship leads to what Clive Thompson of the Times called “ambient awareness“. I would encourage Alex to read Mr. Thompson’s article, it might answer his question: “How does one know if his friends are OK?”

Now, Alex is absolutely right that spending too much time on the internet can take time away from other meaningful activities, like “enjoy[ing] a crisp, clean-smelling spring morning.” (With my allergies, I don’t think I have ever “enjoy[ed]” that.)

But the same could be said about almost any aspect of life. Too much time at work causes you to lose time with the family. Too much time away from work can make you lose your job. Too much time using computers can give you carpal tunnel.

On the large end of communities, I think you could classify several, such as “people interested in social networking,” “people interested in marketing,” “people interested in programming” (I’m in all three of these communities) “people interested in celebrities,” “people interested in news,” “people interested in <insert your special topic here>.”

I would argue that these communities reflect real-life relationships the same way the small communities do. A person who is more likely to read Us Weekly is probably more likely to follow more celebrities. A person who enjoys Britney Spears’ music is more likely to follow her. Just as I am more likely to make a joke about the word “const” on a construction sign, I am more likely to follow John Resig.

Alex asks, “[w]ith all the good we can do online, including disseminating information and spreading knowledge, why do we become obsessed with Britney Spears tweeting about playing with the boys on tour?”

I contend that the people Alex is really criticizing (surely many of the newest users) are the same people snapping up People at the checkout lane and watching TMZ in the mornings. Furthermore, he fails to recognize the rather large community of users that uses Twitter to share information and resources, follow the lives of people who may be emotionally, but not physically close, or generate other types of value.

The complaints he levies could—arguably should—be equally directed at Facebook, MySpace, several websites, magazines and TV shows. Alex is confusing “Twitter” with a culture of “celebrity worship.”

I argue that the people creating value off Twitter (and Facebook) are the same people creating it on Twitter. If all you follow on Twitter are celebrities, you obviously aren’t contributing much to that community’s conversation. On the other hand, if your community is broad, and includes peers, friends, family, then you have a unique opportunity to both benefit from, and provide benefit to, that community.

Fortunately, the way Twitter works, I don’t need to follow those celebrities. And neither do you, Alex.

 
 

Firefox: Open in Blank Tab

22 Apr

If you don’t use Firefox 3, go get it. Then finish this article. (Safari and Opera users are excused, but there’s no promise this will work for them.)

One of my (few) gripes with Firefox is that bookmarks on the toolbar have no “open in blank tab” option. They have an “open in sidebar” option, but those uses are rare and esoteric at best. Personally, I never use the sidebar.

“Open in blank tab” should basically do this: if there is a blank tab, use it; if not, create a new tab. Frankly, it could just open in a new tab regardless, but it seems like such an easy thing to add.

But? It can’t be done directly in Firefox. Hence, I present this small script:

  1. javascript:
  2. (function(){var u=‘http://mail.google.com/mail’;
  3.   if(window.location==‘about:blank’){
  4.     window.location=u;
  5.   }else{
  6.     window.open(u,);
  7.   }
  8. )();

That’s it. Try dragging this link to GMail to your bookmark toolbar. Then click the link on your toolbar. Now, open a new tab, and click the link again.

This isn’t exactly what I asked for. It has no way of knowing if any blank tab exists, only if the current tab is blank. And, of course, it lacks the nice favicon support.

But it does the job. If you change the variable u to something other than ‘http://mail.google.com/mail’, you can make the link open any other page.

I love anonymous functions.

Update: If you want a bookmark for something besides GMail, you can create your own. Or you can drag this link to your toolbar, to make new ones whenever you want: Open in Blank Tab.

Update 2: Oops, fixed the “create your own” link. Tested it, then accidentally pasted in the results, instead of the actual script.

 
1 Comment

Posted in Articles

 

A Twitter Turn-Around

08 Apr

A little while ago, I criticized a local newspaper, Lansing CityPULSE, for their use of Twitter. They were following the spammer model: follow hundreds of people, then post nothing but links to your own site.

I’m happy to say—though I’m a bit late in saying it—that @CityPULSE has really turned around and started making great use of Twitter.

They’ve been interacting with the community, been very restrained in how often they link their own site, and been sounding much more human. They could share more good links, but then, so could I.

The best thing @CityPULSE has been doing is using Twitter to live blog the Lansing City Council meetings. This is a great way for a local, weekly paper to do up-to-the-minute news. My only suggestion: hash tags so we can find all your council meetings tweets in the search.

Keep up the good work, @CityPULSE. And if you’re from the greater Lansing area, or a smaller newspaper, give them a follow.

 
Comments Off

Posted in Articles