Latest Entry
Apr 2, 2009 Blogging

I really don’t enjoy blog posts like this. But I can’t let my blog sit here with no activity for this long without saying something about it.
I have not abandoned my blog by any means. However, this last month has been more hectic than I could have predicted. Work, family, freelance opportunities, memorial services, dogs, travel, and other factors have taken my attention off of my ‘normal routine.
I have some great posts in the works, including a two or three part interview with Tim Schmoyer of Life In Student Ministry.
I can’t wait to get back in the swing of things.
More to come…
Recent Entries
Mar 13, 2009 Blogging
A long time ago, I saw this service and had since forgotten about it. However, now that I have a website that is updated from time to time (hey, I’m trying to get better), I thought it would be intersting to see what it looks like as a graph. This doesn’t really have any purpose, other than that it’s kinda fun for us nerds. There’s a description of all the colors here.

Mar 4, 2009 Facebook, Social Media, Technology, social networking
There’s something that really gets to me, and I’ve been seeing a lot of it lately – when Christians take a ’secular’ idea, slap a new name on it, and call it their own. Specifically, I want to talk about social networks. Excuse me while I rant.
There are some very good applications for Christian social networks. I understand that parents, for instance, may want a safe social networking site for their kids to join rather than MySpace. If the network is faith-based, such as Tangle, we can assume that it will be safe and reinforce the values we hold and that we share with others on the site. There is a lot of value in something like this when it is done well. Though Tangle is basically a Christian MySpace, it executes its purpose extremely well. For this reason, I respect and support it. It looks professional, has significant funding behind it, is very functional, and is a great place to find information and friends based on the topic of Christianity.
But you have to draw the line somewhere – and figure out where value and outright copying intersect. And when they do, stop what you are doing. Please.
I have never used Faithout.com – and I have no intention of doing so. Sure, the developers are far more talented than I, being able to build a platform where people can connect and build community. However, I don’t understand using those talents to put something together that – frankly – has already been done before (and done much better). The title of the site reads “Christian Facebook Alternative”. They have a sister site called Xians that is – you guessed it – a Faith-based MySpace. A quick glance at the design is truly telling of how much of a copy it really is. To the site’s credit – they don’t claim to be original. However, that doesn’t make it right.
This raises some bigger questions from a ministry standpoint. Are we really supposed to segregate ourselves from everyone else? NO! Yes, we need fellowship. But must we commit and entire website to copying the largest social network in the world? That seems to be one of the worst ways I can think of to represent Christians on the web. “Look at those Chrisitans. There they go, stealing our ideas again. Oh well. Guess we’ve come to expect it.” Faithout has over 7,000 users (no telling how many are actually active). So if you sign up for this service, and not others – just remember that there about 175 million more users on Facebook that you are missing out on connecting with.
I’m a strong believer in small groups in the literal sense. Great churches thrive on community. It’s how Jesus lived life with the disciples. But Jesus didn’t go build his own ‘Chrisitan community’ to remove himself from the world. He did however create small groups in the world that then influenced the world. Why should social networking be any different?
I recently read/heard someone say that using social media should extend your existing business model, not change it. This makes me think of the church – we meet a few times a week, but as the body, we go to work, go to school, go to sporting events – you name it, we do it. Because we live in this world too. We don’t only go to Christian sporting events because we’re scared of something we might see, or the people that might be at secular ones. I think I’ve made my point.
Please, let’s use the heads on our shoulders to be creative. Let’s influence. Let’s take advantage of the HUGE networks that already exist and build community there.
I’m not saying that Christians should be doing this thing better that anyone else. All people have gifts. Let’s just let the people with the original idea, gifts, and enough funding be the people who do it. Then let’s be a part of it.
Feb 23, 2009 Social Media, Twitter
I woke up this morning to find @3amjosh asking this question on Twitter:

Little did I know that there’s been a kid’s ministry hashtag (#kidmin) in use since February 3rd – and it’s been fairly widely adopted. So why haven’t us student ministry people been using one? Well, for one, it might be because of the method that we choose to update from. With so many people using SMS to update their status these days, it becomes a chore to A) remember to use the hashtag and B) fit it in with the other content of our tweets. Also, at one point should we use it and and what point should we not? Just because we in one way or another work in student ministry doesn’t mean that all of our tweets should be labeled that way, does it? Don’t get me wrong – I think it’d be great to aggregate all student ministry tweets. The best possible would be just like Zappos does it, having people in student ministry submit their usernames to be included in the stream. I don’t have the programming skills or time to set something like this up, but it would be great if someone out there did.
Until what I’ve just described happens, Josh, I, and several others have agreed on #StuMin, which keeps in line with #kidmin. Spread the word in tweets worldwide! Copy and paste the tweet below! You’ll be able to track the use of this Twitter hashtag here or here.
RT @StudentMinistry: The people have spoken. Use #StuMin in your tweets about student ministry! Please RT! http://cli.gs/NvZa1P
Feb 20, 2009 Blogging, Facebook, Online Tools
UPDATE: I’m now using Disqus to manage my comments, which allows for Facebook Comments.
Deleting <?php comments_template(); ?> will cause all previous comments not to be displayed. Don’t worry – you haven’t lost them, but they just won’t show up on previous posts.
If you’ve read any tech news this morning, you’ve probably heard the buzz about Facebook’s new commenting widget for websites. After reading this great post about installing it on a self-hosted Wordpress blog, I was able to quickly get it up and running. However, the post does misinform soon-to-be widget installers on a few things.
First of all, in step three, it says:
Open index.php with notepad or Dreamweaver from your Wordpress theme and add: xmlns:fb=http://www.facebook.com/2008/fbml for php you can add:
<?php
xmlns:fb=”http://www.facebook.com/2008/fbml”;
?>
This is misleading. In most wordpress themes, this line of code should be placed in header.php, near the top. Also, Wordpress doesn’t typically pull in this line of code with PHP. Rather, you should add it to the existing HTML tag, so your final line of HTML should look something like this:
<html xmlns=”http://www.w3.org/1999/xhtml” xmlns:fb=”http://www.facebook.com/2008/fbml”>
Secondly, it does not describe where to place the new Facebook comment script in single.php. The answer is simple: find <?php comments_template(); ?>, delete it (see update at top of post), and replace it with:
<script src=
“http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php”
type=”text/javascript”></script>
<fb:comments></fb:comments>
<script type=”text/javascript”>
FB.init(”YOUR_API_KEY_HERE”, “<path from web root>/xd_receiver.htm”);
</script>
Don’t forget to use your API key in place of ”YOUR_API_KEY_HERE”. I hope this may clarify some confusion for any of you who were having problems getting it up and running.
Feb 19, 2009 Blogging, Online Tools
Ever wonder when someone is copying content from your blog and posting it somewhere else? Yeah, I usually don’t either. But now that we’re talking about it, wouldn’t it be great if you could track this easily? That’s exactly what Tynt Tracer allows you to do. It’s a pretty simple service with pretty awesome benefits.
According to Tynt, the service is design to do these things:
- Give you actionable insight into what content your users find most engaging
- Drive traffic back to your site using your copied content with no extra effort or cost
- When your content is copied, Tracer automatically adds an attribution link to claim it as yours
I can’t wait to get my beta account – which, like many other people out there, I am waiting in line for. Sign up now for a chance to use this great service.
Feb 18, 2009 Facebook, Internet, Online Tools, social networking

UPDATE: You can also use this service from NutshellMail.com, rather than just the Facebook application.
Yesterday Mashable broke news about a new Facebook application that monitors your social networking and email accounts and sends recent activity straight to the email address of your choice. The application, called NutshellMail, allows you to select at what times and on what days you want to receive email updates. It only informs you of certain Facebook activity, including new messages, friend requests, group invites, friend invites, and unread pokes. However, you can also get updates from LinkedIn, MySpace, Twitter, and any other email address that you dread checking all of the time. I’m extremely pumped that it doesn’t tell me every time your mom threw up on my super wall or asked me to be an interior decorating pirate. Whew.
NutshellMail is enormously beneficial for me. I have two Facebook profiles, manage three Twitter accounts, have two personal email addresses, a work email address, and a profile on all of the sites I listed above. Rather than logging into all of these every day with the possibility of being distracted from my real work, I can simply read the email from NutshellMail email as I do several others throughout the day to catch up on the latest.
Installing the application is pretty easy – just go to the application page, click “Go to Application”, and follow the instructions. Don’t forget to check your inbox to verify your email account so you can start receiving updates.
Hope many of you find this free application as beneficial as I do.
Feb 16, 2009 LifeWay, Social Media, social networking
After attending UGCX last week in San Jose, my brain has been stirring with ideas about social media. Here’s some of my favorite things about it (I’m using social media as the catch-all phrase, though social media and social networking are actually different). This is also some sort of response to Adam McLane’s 5 Reasons I love Social Networking.
- Relationships - not only is building relationships my favorite thing about it, it’s the most important thing. If you’re primary concern is to determine ROI when developing your social media strategy, you might want to rethink joining the conversation at all. Yes, there are trackable analytics, but social media is more about the customer having a voice than it is about your bottom line. I love that many of the relationships I have experienced though our LifeWay Twitter account are now people I keep in contact with personally.
- Transparency – This idea has been around since AOL offered personal profiles to all of their users. People and corporations are being more open and honest with people about who they really are. And while some people might be dishonest to get attention, most people can see right through it. When Threadless accidentally deleted five years worth of user blog posts (before they had dev servers – only one year ago, mind you), they were honest with their community about it. Surprisingly, there was little negative feedback. Not only did transparency help their reputation, but one of the people in the community wrote a script to recover all of the lost data.
- Feedback – Because the nature of social media is in fact social, people love to give input. I’ve used feedback from people not only personally but in my work at LifeWay as well. Twitter provides the quickest and easiest outlet to poll people, though this can be done effectively on blogs as well.
- Crowdsourcing – This falls in line with feedback, but is actually different. While feedback gives you a response to your content, crowdsourcing is used to create content. What kind of content? Well, just about any kind. From 99designs, where users submit designs to win prizes, to Get Satisfaction, where customer service is provided by consumers, it can be used for just about anything. Crowdsourcing is a hot-button issue for a lot of people because it threatens their industry. No longer does a company have to pay top dollar for services, because people are willing to work for just about anything. I love crowdsourcing because it shows the power of community – however, my support for it depends on why it is being used.
- News – It’s been said before – but social media is by far one of the quickest ways to get news. I love that while I’m talking to people, and doing something I enjoy, and I can also hear about news from around the world.
What are your favorite things?
Feb 10, 2009 Social Media, social networking
To my (hopefully) loyal and few blog readers – I know my posts have been few and far between lately. I just want to reassure you that I haven’t dissapeared. I’m actually in San Jose, California, at the User Generated Content Conference and Expo (UGCX). Hopefully, I’ll be able to take back a plethora of information to my team at LifeWay as well as better myself in the process. I’ll be back in the groove soon!
Feb 4, 2009 Social Media, Video, social networking
A few weeks ago, I was tipped off by YouthMinistryGeek (who recently got a nice redesign) that GodTube, the Christian online video service that raised 30 million dollars in funding last year, would soon be changing its name. After watching a funny video by the Skit Guys, which formally let users know of the upcoming change, I was intrigued at what was to come.
Sure enough, I pulled up GodTube.com today only to be redirected to Tangle, the new version of the site, including a redesign to go along with it. The site now offers not only video sharing – but blogs, photos, music (band pages), playlists, and more. It essence, it’s now a Christian version of MySpace.
I must admit, I’m always skeptical when Christians take ideas that have already been done well by someone else and make the faith-based. However, if it’s going to be done, it must be done well. And given the funding that the service received, it looks like they have put the time and resources into doing it well. What do you think about it?