db.net/blog

2010.02.17

Flash on the iPhone (part 5 billion)

Given the current “Adobe is blocking HTML5 / No it isn't” silliness, it seems like the inability of the iPhone (and, eventually, the iPad) to play Flash content is coming to the foreground again.

More

2010.01.05

X-Plane Redesign (Redux)

X-Plane Mobile Preview

I finally finished my fictional redesign of X-Plane for the iPhone. My first effort wasn't bad, but it was little more than a reskin. As I thought about it further, I thought of changes to both the controls and the organization of the app itself that would dramatically improve it.

As I stated last time - I do not have any connection with any X-Plane project. This is not something you should expect to see coming to the app anytime soon. This is just a design exercise.

More

2009.12.19

Snowed In, and Being Productive

One of the upsides of a foot of snow is that when you're not busy shoveling, you're inside trying to stay warm. What better way is there to stay warm, than sitting in front of a warm computer, updating your portfolio? Many.

But I had six Bank of America projects, one Merrill Lynch project, a Chrysler design study, and one bit of pitch work for Budweiser to add to my site, and now is as good a time as any. Check them out at danielboyle.net.

Link

2009.12.16

What's Next

I have a few projects going on right now...

  • First, I am going to update my portfolio. I haven't updated it since I started at Organic in June of 2008. That should say how happy I am to be here. Still, I don't want it to look dormant. I have a bunch of work for Bank of America and Merrill Lynch to post, plus some concept work for pitches. I'd love to share the site I'm current working on (pet care), but it's still under production and (I think) NDA.
  • I'm still working on a redesigned UI concept for the iPhone version of X-Plane. It's just a design exercise, not an actual job, but it's a nice challenge. I finished the wireframe and interaction design, and am about ready to start pushing pixels.
  • I keep noticing a small but steady stream of traffic coming here after searching for "cooking for nerds." I plan on restarting that series, but expanded into its own blog, with a custom design and a heavy emphasis on design and information, as well as the food.

I won't be bored anytime soon, I think.

Link

2009.11.13

Upcoming Entries

Here's what I'm working on:

  • A design piece revolving around airliner traffic. I'd currently put the status at 80% finished.
  • A revised design study for the X-Plane iPhone app. Honestly, my first attempt was pretty basic. But after viewing some of the icons at IconWerk.de, I really want to reimagine it and refine the interface significantly.
  • A design study for Pandora. I love Pandora. But there are some things that bug me.
  • A Flash project. It's been a long, long time since I've done any programming, and I really don't want to lose any skills. I was considering trying to program a very dumb combat/AI system, but that's not realistic. I need something simple, but I'm at a loss as to what to make.
  • A PHP/MySQL/JQuery project. Again, I don't want to lose any skills. I have an idea about this one though.
  • A longer-term illustration project with a friend. It involves a delusional tattooed lawyer and a ham sandwich.

One thing I want to be very clear about with any redesign projects: I'm not going to go the route described here and here. I really want to stress that I only do this as an exercise, not as an insult to the people who make these wonderful products.

Link

2009.09.23

Dune

dune_header.jpg

Fear is the mind killer.

More

2009.07.07

X-Plane Mobile (redesigned)

Startup Screen - new>

I love this game on the desktop, and starting up the mobile version and flying a couple approaches in a great timekiller. It feels remarkably similar to the desktop app, widely regarded as one of the most realistic flight simulations available. Unfortunately, it shares some UI design issues with desktop application.

To make things clear - I am not involved with the creation of X-Plane - that is Laminar Research. I'm a fan only. If you want to learn more, go to X-Plane.com.

If you want to learn more about the issues I have with the design of this App, and my solutions (and promise not to get mad/sue me if you're involved with the creation of this App), click the more button below.

More

2009.06.30

The cow game.

This was a great little toy to remind myself how to use PHP, MySQL, and teach myself some more uses for JQuery. The basic rules are fairly simple - if there's a group of cows on your side - add one to your total. If there's a cemetary, your cows die (your total becomes zero. Obviously, it requires honesty - the drive is at a huge disadvantage, and there's a gray area as to what constitutes a cow siting - one cow? A large herd? What if there are multiple groups? Do you only count right along the road, or off into the scenery? A little human intuition is neccesary, but the basic logic is pretty simple.

The great thing about JQuery (and other AJAX scripting libraries) is that it really simplifies building lightweight sites that still have rich interactions. This was doubly important, because I wanted it to work on my iPhone on a drive from New Jersey to North Carolina, then to Tennessee, and back. AT&T's 3G data connection is OK, but there's no need to push your luck if you're stuck on EDGE in the middle of nowhere (I believe that's an actual town you pass on I-81 in Virginia. If it's not, it should be. If saved a ton of time reload the entire page, and instead just making calls to and from a database.

I have one major bug fix - and it's the first user interaction you should check for - "Idiot Clicking." Essentially, you need to know what's going to happen when someone clicks a button 20 times in a row when the site freezes, or your data connection hangs because you went into a dead spot between some mountains. And, of course, this is the first thing my wife discovers. It's not a big deal - I simply need to disable the buttons and show a "working/please wait" message of some sort.

We also got creative with the rules (we were in the car for over 24 hours this weekend). You constantly pass rather large crosses on hills when you get out past the Mason-Dixon line. Should they count as something? Maybe, if you have no cows, you get some back from the dead. It would've helped me - every time I'd get close, I'd hit a graveyard. The closest my wife got was a monument of some sort. Do Chick-Fil-A billboards count? The cows aren't live, but they are pretty funny.

Once I fix it up, and secure it, maybe I'll put it live somewhere.

Link