What the Font?!

What to do when you need to know which font was used for a graphic? Well, if you’re short a typographist or font-spotter graphic designer you might try What the Font. It’s a free web service from myfonts.com who I’m guessing hopes you discover that the font you need is sold right on theirwebsite. So, if you ready for the certain to come pitch to buy something then give it a spin. At the least they have a few examples you can test it out on.

Visit What the Font.

Posted in Technology | Tagged , | Leave a comment

The Pogue-O-Matic

David Pogue, technology columnist for the New York Times, has released a entertaining way to narrow down your choices before a tech purchase. This new tool called the “Pogue-O-Matic” basically just narrows your choices as you select the options you want. The treat comes as Mr. Pogue’s video commentary helps you choose which option is right for you. It’s not perfect and it only covers cameras, TVs and cell phones but it will help you understand the basics of which technologies are right for you.

Try the Pogue-O-Matic.

Posted in Technology | Tagged , , | Leave a comment

Done with school for the semester

I’ve finished, and passed, all of my classes for the semester and I’m getting in the blogging mood again. Don’t worry, it shouldn’t last more than a couple of weeks.

Posted in Uncategorized | Leave a comment

Ikariam: My favorite new web game

Lately I’ve been playing a new web game called Ikariam. It’s a slow paced version of Civilization only you’re playing with thousands of other people.

I enjoy games like Civilization and SimCity. However they have a downside, they take too much time. I invetably get sucked in and play for hours at a time. While that may not be a problem when you have hours to waist, it doesn’t happen all that often for me. Enter Ikariam.

Two key features for Ikariam are the pace of gameplay and interacting with other players.

First the game forces you to take a break by causing things to happen over a long period of time. For example, if you build a building, it may take 4-8 hours to complete. During which it doesn’t do any good to sit around babysit. This means you can log on once or twice a day for 5-10 minutes and not worry about falling behind.

Start playing at: ikariam.com (Choose world Epsilon if you want to be on the same server as me.)

Posted in Uncategorized | Leave a comment

WordPress for iPhone

WordPress released a new application for the iPhone today. The new self-titled application allows bloggers to post to their blog directly from their phone. The app also supports multiple blogs so prolific bloggers can update multiple blogs.

I wouldn’t expect long posts from the new application, those are still best left to keyboards and monitors. Like other applications you can download it from the iTunes store.

Update: One downside that I discovered is that you can’t edit a draft that is saved on the server. The app only supports drafts saved locally to your iPhone.

photo

Posted in Technology | Tagged | Leave a comment

Blogging from my iPhone

My favorite new gadget.I joined the bandwagon this weekend and bought an iPhone. So far I’ve been very impressed with it.

One of the biggest questions that I had was if the on-screen keyboard would be easy to use. So far the answer is yes. The software correction is what makes it especially useful. I can just type and the software automatically fixes most of the mistakes I make.

I took the train into work today and had another wow moment. I was able to clear out my email inbox while traveling to work.

The last feature I really like is the GPS and Google Maps combo. We drove to a baseball game on Sunday and used the iPhone to guide us. It worked well. one downside

One of the downsides to the iPhone is it’s battery. On Monday I charged it overnight and turned it on the next morning. Unfortunatly it only lasted until about 5pm. This isn’t ideal but as long as I remember to bring the charger with me to work it shouldn’t be a big deal.

So there it is. Apparently the iPhone is as great as everyone says it is.

Posted in Technology | Tagged | Leave a comment

Who kept the dogs in… woof, woof, woof, woof

Since I promised an update, National Take Your Dog to Work Day was a no-show at our offices.

We all chickened out figuring that the poor behavior of our individual dogs might be a catastrophe when combined, sort of like an Anti-Power Ranger.

Maybe next year.

Posted in Uncategorized | Leave a comment

Hey Mr. Bus Driver

Today I successfully navigated the Dallas public transit system thanks to Google Maps.

Over the last few weeks I’ve been taking the train to work two to three days a week. Today however I got an urgent request to pick up a presentation at a location that wasn’t close to a train stop. Just as I was preparing to take the train back to my car so I could drive past work to the pickup location, I stumbled on Google Maps Mass Transit Planner. It works just like driving directions except that it provides bus and train stops instead.

I was able to follow the directions and quickly make it to my destination and back. An hour long ordeal turned into a 20-minute experiment in mass transit. So here’s to Google Maps and DART for making my day easier.

Posted in Uncategorized | Leave a comment

Take Your Dog To Work Day – June 20

Tomorrow is Take Your Dog to Work Day. Our office is tentatively scheduled to participate, so after lunch time TigerMan will join Addy and Luke at our office.

A full report to follow, until then visit the TYDTWD website.

Posted in Personal | Leave a comment

Dividing by Zero in Excel or Google Docs

I’m currently working to finish up a project for one of my classes at school and I came across a bit of a Microsoft Excel problem.

If you try to divide by zero Excel throws a fit telling you to “#DIV/0!”

If you need the possibility of a zero in the divisor of one of your formulas without your worksheet spewing obscenities use the IF command with the following template:

=IF(test, if true result, else)

An Example:

=IF(A2=0,0,A1/A2)

This would result in the number 0 placed in the cell, effectively censoring Excel from telling you that you can’t divide by 0.

This also works with Google Docs.

What were you doing?

I was trying to setup a spreadsheet to evaluate entrepreneurial ventures but sometimes the values for certain sections needed to be zero. An example, we needed to account for both retail and manufacturing firms. However since retail firms don’t have manufacturing costs the spreadsheet has to realize you might be trying to compute manufacturing numbers where the divisor is 0.

Thanks to LifeHacker for the tip.

Posted in Technology | Leave a comment