Event Review: Digital World Expo

dwe-logo

This week I spent Monday and Tuesday Digital World Expo, the first of what will likely become an annual event here in Las Vegas. DWE was organized by Shawn Rorick who also founded the Las Vegas interactive Marketing Association.

When I first heard about the event, I reached out to Shawn to find out about being a presenter. As it turns out, my name had already crossed his desk and I was on his list for people to reach out to. Shortly after I was added to the list of presenters. Of course I would be doing a presentation on Monday and Tuesday talking about WordPress. But that was just the beginning of my involvement.

Shawn came to me with the idea for something he called the Digital Startup Speaker Series (DSSS), An Open Mic opportunity for startups to pitch their product or service to the attendees at DWE. Shawn asked that I, along with Jennifer Gosse from trac.ky (also a Vegas Startup) organize it. The idea and opportunity was too good to pass up, so I accepted.

The DSSS stage was at the back of the expo hall, so even the people who registered for free expo hall only passes were able to check out the presentations. Both days featured roughly a dozen startups giving 10 minute presentations. Here’s the list:

Monday: TripDibs, uStarPoker, Proximity Team, Ayloo, Rumgr, originate, Insure Monkey, Coupons for Humanity, Vote Giant, MeFundee

Tuesday: BloomWorlds, Video Receptionist, Stikki, Wedgies, 9seeds, Influential Networks, Dropbear, Blvd Media Group, Ticketometer, Tracky, Trademark Panda

While the overall crowd at the conference wasn’t very big, the area around the DSSS stayed busy both days. I watched as one after another of the startups would exit the stage and immediately end up in an in-depth conversation with groups of interested observers. The DSSS was a brilliant idea and gave some local startups a great opportunity to practice their pitch in front of a group of decision makers they may not otherwise have had access to. I’d have to say the DSSS was a great success!

Since I was busy helping to run the DSSS, I wasn’t able to attend any of the classes going on. Which is a bummer because I was really looking forward to catching a couple of them. My classes on Monday & Tuesday were both given to a pretty small group of people, but they were very interested in WordPress and learning more about it. Hopefully my overview gave them some pointers and pushed them in the right direction.

I’m definitely looking forward to DWE 2012. Now that they’ve got one under their belt, I’m sure next year’s event will be an even bigger success!

Las Vegas tech events on the rise!

When I organized the first WordCamp Las Vegas event back in January 2009, I was really hoping to parlay the excitement in to an ongoing series of tech events. It worked for a while. We started up a Beer n Blog event that went strong for a while, but then turned in to Beer, hold the Blog.

Aside from BnB, we’ve had quite a few Tweetups. The bulk of which are focused on socializing/networking. Many of these have been excellent events and have connected us with a lot of new people and companies, but these aren’t the types of events that I’m really excited about about.

I have toyed around with ideas for meetup groups and other events that have all fallen apart usually due to a lack of interest at the organizational level. Which makes what has taken place over the past few weeks/months all the more exciting! Here is just a sample of what is going on in the Las Vegas tech scene.

Startup Weekend: A 54 hour event focused on building a web/mobile application bringing together developers, designers and business people to build applications and business case around them. Sadly, I wasn’t able to attend this event last month and I’m really hoping another gets scheduled for Las Vegas.

Las Vegas Jelly: Casual coworking, every other Thursday at a coffeehouse in downtown Las Vegas from 7pm to midnight. Bring a laptop and something to work on.

Ignite Vegas: An evening filled with 5-minute talks by people who have an idea they want to share.

WordCamp Las Vegas: A 1 or 2 day event focused on anything and everything WordPress. I should have a bunch of new information on this one in the next couple weeks.

I’ve also been in discussions with a couple of people regarding two other events we’d like to get rolling; The Las Vegas WordPress users group and a WordPress Hack Weekend. You can expect to hear more about those two events starting in August. If you are interested in helping out with either, drop me a line or leave a comment.

As you can see, the Vegas Tech scene is definitely picking up steam. I’m sure there are other tech events going on that I’m not even aware of. If you know of any, drop a link in the comments.

Twitter Comments

sdenike RT @vegasgeek: Las Vegas tech events on the rise! http://vegasgeek.com/pzk
Re-Tweet | Reply | View Tweet
devinegan RT @vegasgeek: Las Vegas tech events on the rise! http://vegasgeek.com/pzk
Re-Tweet | Reply | View Tweet
vegasgeek Las Vegas tech events on the rise! http://vegasgeek.com/pzk
Re-Tweet | Reply | View Tweet

CSS Trick: Multiple backgrounds

Background image 1

I ran in to an interesting CSS issue this morning. I had 3 divs next to each other that I wanted to place a border between, but, I didn’t want the border to be attached to the entire div. Instead, I wanted to have the border start approximately 50 pixel down from the top of the div. I quickly realized messing with the borders wasn’t going to work and I was going to need to use a background image. However, simply adding a background resulted in the same issue. The background started at the top of the div. This left me with the same basic issue. The example image below has a red border around the left div for example purposes only.

As you can see, the dots start at the top of the div rather than next to the top edge of the graphic area.

I quick shout out to Twitter and a response from @norcross led me to slides from Sara Cannon‘s presentation at WordCamp Phoenix. Slide 20 being the important bit.

In CSS3, one of the cool new features is the ability to attach and stack multiple background images to a single element. To test it out, I created a second background image that was a simple rectangle of the same background color that was the height I wanted to block from the top of the image. I then attached both images to the div and, like magic, the problem was solved.

Here is the original syntax for the div:

#home-bottom {
	background: url('images/dots.png') repeat-y;
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	}

And here’s the updated version calling in multiple backgrounds:

#home-bottom {
	background:
		url('images/cover-up.png') no-repeat,
		url('images/dots.png') repeat-y;
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	}

And this is the end result:

Looking at Sara’s slide shows that there are a bunch of additional settings for placement and repeating that can be used. I didn’t need them for my issue, but something to consider if you are having a similar issue.

Twitter Comments

xcobar RT @vegasgeek: New Post: CSS Trick: Multiple Backgrounds: http://vegasgeek.com/bj4 #CSS
Re-Tweet | Reply | View Tweet
vegasgeek New Post: CSS Trick: Multiple Backgrounds: http://vegasgeek.com/bj4 #CSS
Re-Tweet | Reply | View Tweet

10 business blogging tips

Earlier today I took part in a panel discussion at an IABCLV (International Association of Business Communicators/Las Vegas) luncheon. My portion of the presentation was focused on blogging for your business. After the event I was asked if my list of tips would be available online. Hey now, that’s not a bad idea!

I wanted my presentation to be more of a discussion, so there are no pretty slides and no detailed notes. Just a few short bits of information to start off a conversation.

10 Business Blogging Tips

  1. Blog regularly
    • Create an editorial calendar
    • Get others in the company involved
  2. No press releases
    • Your blog can be professional without being ‘stuffy’
  3. Write about your industry, not just yourself
    • Did something big happen in your industry, then give your opinion
  4. Allow comments
    • Get your readers involved
    • Respond as often as you can
    • Where possible, try to make your responses lead to further discussion
  5. The broken window theory
    • You have to monitor your site’s comments or if people see spam or inappropriate material, they’ll think it’s acceptable and will likely continue the trend or just leave.
  6. Link back to old articles
    • Ever been on a wiki-crawl?
    • Related posts plugins
  7. FULL RSS feed
    • Ipad, iphone = reading on the go. Let people read your full articles
  8. Sharing tools (twitter/facebook/digg/stumbleupon)
    • Let your readers promote your content for you
  9. Facebook page for your blog/company
    • Add “Like” buttons to your posts
    • Auto-publish your posts to your facebook page
  10. Set expectations at your company
    • Just like business success doesn’t happen overnight, neither will your blog’s

If there’s something you think I’ve missed, let me know!

Centralized mail/calendar with Google Apps

MX Entry

Warning: Sometimes I use my blog as a way to remember how I did something so that I can do it again in the future should the need arise. Since I’ve spent time trying to round all this up more than once now, I figure this was a perfect subject for just such a post.

Here’s the scenario; I want to use Google Apps to manage my domain’s email, and I want to have a centralized calendar that I can add/edit/delete from multiple locations and devices.

Part 1 – Setting up Google Apps to manage email for your domain.
The first thing you need to do is set up your account at google.com/apps/. They have a free version (for groups or individuals) and a business version that costs $50 per user per year. Select which works best for you and sign up. (I’m using the free version, so some screenshots may be slightly different for paid users)

Once your account is set up, log in to your google control panel for your domain and set up your user accounts (email accounts) for each user. You’ll find this on the “Organization & users” tab. If you are switching the email for a domain that already has active email accounts, be sure to set up all the email accounts first so you don’t lose any emails during transition.

Next, we need to point your mail at the google servers. To do this, you’ll need to log in to cpanel for your website. In the “Mail” section, click the “MX Entry” link. In the “Change MX Entry” box, select your domain, priority should be set to 0 and in the box labeled ‘to:’ type: ASPMX.L.GOOGLE.COM and click the ‘change’ button. When finished, the page will look something like this:

Google is now set up to handle your email. Depending on your server’s settings, it may take a little while for emails to get routed to your new Google inbox, but after a few hours everything seemed to work itself out. My first few test emails took a couple hours to arrive, but now they are showing up within seconds.

If you want to use an external email client (like Outlook or your smart phone), there are instructions available here. If you just need the imap settings, they are:
Incoming Server
Server Name: imap.googlemail.com
Port: 993
Security: SSL/TLS

Outgoing Server
Server Name: smtp.googlemail.com
Port: 465
Security: SSL/TLS

I use IMAP across all my devices (desktop, iphone, ipad) and have it set up to save copies of any emails I send to the sent folder in my google account. This way there is a searchable way of accessing past conversations. Also, with IMAP, when I archive a message on my iphone, the next time I log in to my desktop email client, I don’t have to repeat the step as I might have to do if I was using a POP account.

Part 2 – Centralizing my calendar
Keeping track of when and where I need to be is more important these days than ever before. My problem had always been with trying to sync my desktop calendar with my iphone and also allowing clients the ability to see my availability so they could schedule a meeting. I found that I missing appointments or double-booking myself because an event would get scheduled on my iPhone, but I would forget to add it to my desktop calendar. This is obviously NOT a good scenario. Here is how I solved it:

First, you need to enable google sync:
Log in to your Google cpanel. From the Service Settings menu, choose Mobile. Check the box next to “Enable Google Sync” and save the changes.

Now it’s time to integrate.

Desktop email client
I use Postbox as my desktop email client, but these instructions will also work if you are using Thunderbird. By default it doesn’t have a calendar built in. You will need to install an add-on. From the menu choose Tools -> Add-Ons. On the pop-up window, click Get Extensions. You’ll be taken to the Postbox add-on page where you need to download a total of 2 plugins; Lightning and Provider for Google Calendar.

The first adds the calendar to Postbox, the second allows bidirectional access to Google Calendar. Once you download them, install them both (from the Tools -> Add-Ons menu) and restart PostBox. You’ll now have a Calendar button in the main nav bar along the top.

The next step is to grab the link to the calendar feed from your Google account. Here’s the steps:
- In a browser, go to the Google calendar page for your domain.
- Click the Calendar Settings link in the top right corner.
- On the Calendar Settings page, click the Calendars tab.
- You’ll be shown a list of available calendars. By default, I believe it shows one for your company/group and one attached to your email address. That’s the one I use. Click on the calendar icon next to your email address (or click your email address) in the list of calendars.
- on the [youremail] Details page, the bottom section is labeled “Calendar Adress”, right-click on the “ICAL” button and choose “Copy Link Location”

Now that you have the ICAL link stored in your copy buffer, head back to Postbox. On the Calendar page, in the pane on the left marked Calendar, right click under the Home calendar and choose “New Calendar from the pop-up menu. Select “On the Network” and click Next. On the next menu page, for Format choose “Google Calendar” and in the location box paste in the iCal address. When you click next you’ll be asked to name the calendar and choose a color for the entries. This is helpful if you plan on displaying events from multiple calendars. Once you click Finish, all your events currently stored on your Google calendar will be imported to your local calendar.

At this point, I deleted the “Home” calendar leaving my Google calendar as the one and only calendar on my system. Now, any time I add, edit or delete a calendar entry in Postbox it is automatically sync’d out to my Google Calendar.

Making my schedule available to clients
Scheduling time to chat with clients can sometimes be difficult. Especially when you throw time zones in the mix. At Blog World this past year I learned about a site called Tungle.Me. They have a great service that lets you mark what days and times you are available for scheduled meetings. You then send your clients to your page and let them pick a time that works for them. It adds it to your calendar and emails you that you have a new meeting. I though the service was cool by itself, but when I found out that it automatically syncs with a Google calendar, I was sold. Now, any time I add an event to my calendar in my desktop email client, it automatically blocks out that time slot on my tungle.me account. All syncing through my Google Calendar!

Once you create a Tungle account, setting up the Google sync is simple. Here’s how:

- Log in to your account
- Under My Account in the left nav bar click “Calendars & Contacts”
- Click the “Add new Calendar & Contacts sync source” button
- Click the “Google” icon
- Enter your email address (I left the “import my google contacts” box checked, but do as you wish on that one)
- After you click continue on the previous step you’ll be redirected to a google page where you need to grant Tungle access to your calendar.

Done and done. This part was super simple, but a REALLY big time saver for me.

Syncing to the iPhone
All this online connectivity is great, but sorta useless if you don’t have the info available to you at the one device you have with you more than any other. Here’s how I sync my Google calendar to the iPhone.

On your iPhone click on the Settings app and choose “Mail, Contacts & Calendars”. Click the Add Account link, then click the Microsoft Exchange button. Fill in the Email address, leave domain empty, username is your full email address, fill in your password and you can make the description anything you choose. Once you click next it will verify your username/password. It will then add a new box called Server. Fill that in with m.google.com and click Done. (should look something like what you see to the right)

Once you see your account is created, you’ll have the opportunity to decide which items you want to sync (Mail, Contacts, Calendars). I’m only using Calendar in this section, though, I could likely sync both calendar and mail in this one account rather than having a separate account for mail. (note to self, go back and test that at some point)

The next step, which is totally optional, I went in to the settings for the calendar on my iPhone and I set my new calendar as the default. This way when I create any new event on the iphone, they automatically sync back to my Google calendar.

Note: If you are using an iPad, the instructions for the iPhone are virtually identical.

At this point I now have one central calendar which I’m able to add to, edit or delete from no matter which tool I’m using. And, I’m happy to report I haven’t double booked anything in at least a month. That’s some sort of record for me.

Hopefully you found this useful. If you have any questions on any of it, I’m happy to help. Leave a comment below and I’ll do my best to get you squared away.

Twitter Comments

dremeda RT @vegasgeek: New post: Centralized mail/calendar with Google Apps http://vegasgeek.com/8ui
Re-Tweet | Reply | View Tweet
vegasgeek New post: Centralized mail/calendar with Google Apps http://vegasgeek.com/8ui
Re-Tweet | Reply | View Tweet

2 Jing features I’d love to have

jing-screen

I have been a big fan of the screen cap software Jing for a while now. I first wrote about it back in 2007 and have been a pretty loyal user ever since. But recently I have been using the software even more than usual. I’ve been using it to make quick walk-through videos for clients when they need to see how a process works. It probably saves me about 2 hours of typing a week.

As I’ve been using it more frequently lately, I’ve realized that there are 2 features that I’d like to see added that would make Jing even that much more powerful.

Feature request #1 – Select a folder for upload

Since I’m using the software to upload shots for clients, I would love to create a folder for each client. Then, as I’m saving my video and ready to share it, I want to be able to select the folder to push it to. The end result being that I could mark the client’s folder as ‘public’ and then they could browse through the list of all of their specific videos and screen captures.

Feature request #2 – Post to WordPress
This would be another time saver. At the point where I’m ready to share my video, if I could select from a list of WordPress websites that I’ve already authorized, when I click share, Jing could automatically upload the image or video directly in to the media library.

Hopefully somebody over at TechSmith.com will run across this and, with any luck, these can be added to their list of features to add in… (fingers crossed)

Twitter Comments

vegasgeek 2 Jing features I'd love to have http://vegasgeek.com/979
Re-Tweet | Reply | View Tweet

5 iPad RSS reader apps reviewed

Google Reader

I have been on the hunt for an iPad app for reading the 100+ RSS feeds I’m currently following. With so many feeds to deal with it’s important that I find one that meets a few critical features:

  • It must pull in my feeds from my Google Reader account where I manage them all
  • It MUST sync back the items I have read on the iPad
  • I want to be able to share the stories (perferably back through Google Reader)
  • It should have an intuitive & comfy interface

So far I’ve tried 5 different readers on the iPad. Some are free, others cost a couple bucks. The price of the app isn’t considered during these reviews.

Here is how each stacked up to my feature requirements above and my personal review of each.

Google Reader

Note: I almost didn’t include this in the list because the Google app isn’t a native app. When you click on Reader it simply opens up Safari and takes you to a mobile version of your Google reader account. But, since I AM able to read my feeds using it, I decided to keep it on the list.

Pulling feeds:
Obviously it is able to pull my feeds from my Google Reader account. If it couldn’t, I’m sure some programmers at Google would be looking for new employment.

Syncing read items:
The sync is virtually instant. When I click on an article on the iPad, I can hit refresh on my desktop browser and the unread message count is updated. The fact that it happens so quickly isn’t really that important, but I thought it was at least worth noting

Share Stories:
If you are familiar with how the share/like/share with note/email functionality works on the desktop version of Google reader, well, this one is virtually identical. Sharing is a simple index finger tap away.

Interface:
The interface is pretty basic. It has the standard Google Reader obtions to view all, starred or shared item, people you follow, recommended items plus all the folders you created yourself. Tapping one of your folders brings up a list of all the feeds in the folder. Tapping the folder name again shows you a list of all unread items from all feeds in that folder listed chronologically.

My review of Google Reader:
Based on how well it does everything above, you’d think I really like it, but I don’t. Yes, it handles all the Google-centric functionality just fine, but from a user experience standpoint, it feels very sterile. I’m a bit of a Google fanboy, so I really want to like it. I think a lot of it stems from it being a browser based service rather than a standalone app. That’s probably just me being weird, I know.

If you are simply looking for a no-frills way to read your feeeds, this is going to do the trick nicely. If you want a little sexy to go with the muscle, keep looking.

River of News

Pulling feeds:
During the inital app setup, you give it your Google login information and it retreives your unread articles from your feeds. It keeps them nicely sorted in the folders you create in Google Reader.

Syncing read items:
This one stumped me for a while. It didn’t seem like there was any way at all to sync the feeds. No matter how many articles I would read, it would never update my Goofle account. A little more digging and I found that in the settings there is an option to toggle “Mark items as read while scrolling.” I turned that on and from that point forward it worked like a charm.

Share Stories:
As far as I can tell, there isn’t a way to share back to Google Reader, but you can share to Twitter, Facebook, Instapaper, Tumblr and a couple others.

Interface:
The interface is pretty simple, but I definitely like the 2 column, list/content format.

My review of River of News:
This app is pretty decent. Like I said, I like the 2 column layout, but I’d like to be able to see the title and brief intro (maybe on the left after I select a feed) instead of having to scroll through the entire articles on the right. The main reason being, if I’ve activated the setting to mark items as read, I don’t seem to be able to easily mark an item as unread if I want to save it for later reading.

Pulse News

Pulling feeds:
You have the ability to provide the app your Google account info, but that doesn’t mean you are ready to start reading all your feeds. You have to scroll through your list and individually select which feeds you want to add to the app.

Syncing read items:
Yes, it syncs the items you read in the app back to your Google account.

Share Stories:
You aren’t able to share to Google Reader it appears, but you are able to post to Facebook, Twitter, Instapaper or send via email. Now, insert a heavy sigh. There is a heart icon on the page that lets you add the article to your “pulse.” While messing around with the app I did this a few times before figuring out what exactly it was doing. Before I knew it I had signed up for an account and now have a new “blog” of shared items. You can check it out at http://vegasgeek.pulsememe.com. Or don’t, I won’t be updating it.

Intuitive Interface:
I understand what they are going for, but for me it just misses the mark. You scroll up/down to see your feeds, you scroll left/right to see the posts in a feed. Each feed takes up a pretty sizeable chunk of screen realestate.

My review of Pulse News:
I don’t really have many good things to say about this app. I don’t like having to select which feeds I want to read in the app. I don’t like that it shows the last 10 items for each feed no matter if I’ve read them or not. If you have a bunch of feeds, it’s not real simple to find the unread post. The only visual clue is the title is written in white for unread and grey for read. I can appreciate what they are going for in this app, but it completely misses the mark for me.

NewsRack

Pulling feeds:
It sure does. Store your Google login information and it pulls your feeds and folders.

Syncing read items:
Yes, it does sync back to Google and it seems to happen instantly.

Share Stories:
This app lets you share stories to Google reader, Twitter, Delicio.us, Facebook and has an in-app send-by-email function, too.

Interface:
The interface is pretty straight forward. It uses the 2 column layout as well which I like. I also like that when you select a folder it slides in all the feeds for that folder. Clicking on a feed brings up the title and very brief intro for each post.

My review of NewsRack:
Up until recently, this had been my default RSS reading app. I like but don’t love the interface, and it has a ton of options in the setting page. But, I had been having a lot of problems with my feeds not syncing back and forth with Google. It was also requiring that I manually click the update button in order to sync my read items. These issues are what sent me in search of a new RSS reader a short while back. And of course, while working with the app doing the research for this post, it worked better than it ever has before. Ahhh, timing…

Reeder

Pulling feeds:
When you first install the app you give it your Google Reader login and it automatically pulls in your feeds and keeps them sorted in your folders.

Syncing read items:
As with Google Reader itself, the sync is basically instant. There’s a handy circle icon in the top right to mark an article as unread if you’d like to keep it for desktop viewing as well. That feature is also virtually instant.

Share Stories:
Not only can you share your articles to Google Reader (one tap on the rss icon in the top right corner), but it will also let you send the post to a number of other services like Delicio.us, Instapaper, ReadItLater and Twitter. There wasn’t the ability to share to Facebook, which I found a little odd given the rest of the services available.

Interface:
Every screen on this interface has what feels like the right amount of functionality. They have one touch buttons down the left side and across the top to perform specific actions based on the page you are on. None of it feels out of place.

My review of Reeder:
I can sum this one up pretty easily, I love this app. Love it. When it comes to reading articles, the Reeder interface has been the best of the lot. I really like the two panel layout and being able to quickly click between articles and having them displayed in the larger right hand column, still offering me a few of the list down the left.

Conclusion
While there really aren’t any losers in this list, they all serve their purpose nicely, for me there is definitely a clear cut winner. Reeder stands out as the best of the bunch. I’ll keep the others installed and will check them out again when new updates become available, but until then, Reeder is my reader of choice.

Is there an RSS reader app I should include on my list? Tell me about it in the comments. I’ll gladly check it out!

Return of the Mobile Micro Blog

VegasGeek

After 5 years of trying, I was finally able to get my hands on the domain name VegasGeek.com. Best Buy owned it at one point, then it changed hands a couple times between people who would never respond to my offers to purchase it. That changed recently and I’m a pretty happy camper.

Now that I have it, what the heck should I do with it was the next question that went through my mind. It sat dormant for a couple months until I saw this theme from WooThemes called Object. Bingo!

I’m a big fan of my friend Todd’s photo blog, 606diaries.com. He takes photos with his camera every day frequently at 6:06 pm. He’ll post the photo and will go back later to write a quick post about what he was doing. I’ve wanted to do something similar for quite a while. Finally, it’s ready to go.

A quick install of WordPress and the Postie plugin and the site was basically ready for blogging on the go. I take the pics with the iPhone and email them to a secret address. Postie checks the mail once an hour and if it finds an email from me it cranks out a new post. Super simple!

I do have one gripe about the new site. If you subscribe to the RSS, the photo doesn’t get sent. Just the content of the post. I’m going to see if I can get that fixed pretty quick though. – FIXED!!

My goal is to try and post at least once a day. We’ll have to see how that goes.

Do you have a similar project? Leave a link in the comments. I’d love to check it out!

Goodbye Outlook, Hello Thunderbird

Thunderbird

Can you believe it? A geek such as myself who, until today, was still using Microsoft Outlook! Oh, the horror! Oh, the shame! Well, shame no more. I’ve left Outlook and have started using Thunderbird! Huzzah!

What took so long?
First, some history. Several years back I was using Goldmine as an email client and CRM. As simply an email client, it was WAY too much. Nothing like having 1000 features that you were using 5 of. However, when I was using it to run a side business, I found it amazingly handy for setting up auto-responders and for mail-merging newsletters. Not to mention the fact that I really loved being able to see the entire history of contact with a client in a single window. I know this will probably make you cringe, but I would likely still be using Goldmine today if it the would allow me to sync data back and forth to my iphone. Unfortunately that requires the latest version of GoldMine, which they won’t sell to a company with less than 5 users. This is how I came to use Outlook again.

Honestly, I’ve never been a really big fan of Outlook. But, they sure made it easy to sync my email, calendar, notes, and address book back and forth with my iPhone. So even though it was embarrassing to admit that I was using it, Outlook remained my go-to app.

Why switch now?
You know how it’s really difficult to throw out a pair of jeans you’ve had for a long time even though they have some holes? That’s really what I was being faced with. It wasn’t a matter of not wanting to switch. I did want to switch. But, I wasn’t really excited about the options that were available to me.

Over the past few weeks, something really crazy has been happening with my computer. All of a sudden the TAB and ENTER keys would become useless. After much digging around, it turns out that Outlook was starting a second instance of itself which was sucking up large amounts of memory, and apparently locking up a few keys on my keyboard. Sure, it was easy enough to fix. CTRL-ALT-DEL and then kill the duplicate process. But this wasn’t the only issue. Actually, this was just the final straw.

Why Thunderbird?
I’ve actually used Thunderbird in the past and have been a big fan. I really enjoy the keyboard shortcuts and the ability to install add-ons is a big benefit. I was able to install add-ons for syncing my contacts and calendar out to Google which will allow me to sync to my iPhone. Plus, I have several friends who use it as well. This means I have built in tech-support when I need it, which is never a bad thing!

What have I learned?
While I’m initially happy with the new app, it’s definitely going to take some getting used to. Things that I’m so used to doing in Outlook are just a little different in Thunderbird. But, one of the main things I have learned is that I’m not 100% convinced that I need to be syncing my contacts from my email program to my iPhone.

It’s funny how a feature that 24 hours ago I would have said was critical has turned out to be not so important. This came up today when I was installing the add-ons for syncing the address book out to Google. When it imported my contacts from Google I realized that there are easily 200 contacts on there that I have ZERO need to import to my iPhone. Somebody I’ve emailed once certainly doesn’t need to be taking up a spot on my already huge list of contacts. I may try to set up groups and see if I can import them and keep the important people on the front page and the less-than important people a few pages back.

Overall I’m happy with the move. It’s still early yet and I could change my tune a few days. But, for now Outlook is a thing of the past.