automatic music, no stop or volume button immediatly in line of sight, closed. I am sorry from that glance i gave it looked good but the music totally killed it for me.
I don't want a clearer way to stop the audio, I want it to not start unless I ask for it. I honestly can't see any reason to have auto-playing audio on a web page unless that's the entire purpose of the page (audio or video player) or you're purposefully annoying people.
No, but your page still makes me play "hunt the noisy tab", and then, if I decide I want to watch the video, requires me to pause my own music to listen to your loop.
I don't object to all audio. Click-to-play and relevant? Great! But auto-playing, un-mutable, and completely unrelated is a terrible combination.
I hope it isn't inappropriate to post this here: I've built a Chrome extension that could help you find it. http://www.mutetab.com/
Unfortunately, the current version requires that you have the extension prior to opening the tab that plays sound. (But it is fixed in my developer builds and will be available in the next version.)
I had the same problem. I opened up multiple stories from Hacker News and had to click through each of the tabs find out where the music was coming from. Perhaps you could use some sort of javascript mouse event to detect actual user interaction with the opened tab before you start playing the music loop, and yes please make it clearer in your UI on how I can make it stop.
We didn't support 3GS because creating 2X the artwork would have been a lot of work for a relatively small % of iPhone users that will soon be upgrading to retina. Consider your comment a +1 for 3GS.
iOS app dev these days is all about increasing what I like to term the ARPH (average revenue per hour), a function of the revenue generated per hour spent working on the app. The best strategy IMHO is to get something out there ASAP, validate the market, and then expand if the data suggests a viable product that people will pay for.
Well we didn't want to do a simple scale-down, so some assets would have to be touched up, and other stuff would need to be remade. We're a small team so we did a cost/benefit and decided to focus on iPhone 4 and above.
Yeah no iPad support yet. For this app to work though you kind of need to have the device with you at all times to not miss the reminders to leave for the airport. For that reason, we thought iPhone was the way to go.
I assume that you try to limit the number of queries to FlightAware in order to save yourselves money. So I wonder how many you make for a given flight. Obviously you make one when the user enters the flight number, but what about after that?
What if the plane has to circle? Would you be able to tell the user that the flight hadn't landed or is the landing time based solely on the initial FlightAware query?
We know about updates to the flight if it gets delayed and has to circle, and yes we do additional queries to FlightAware on the user's behalf even if the app is closed. We spent a lot of time getting this right, as well as building a good caching system to improve performance and save money. Incoming flight alerts (delays, cancellations etc.) invalidate the cache for the affected flights.
Could you enable this for all appstores? I sent a link to a family member in canada and he couldn't download it.
Generalizing this into a flight tracker while your travelling app would be pretty awesome too. You can swipe between flights like kayak's flight tracker.
Who did you use for the graphic design? Did you contract it out or are you working together?
We'll support other countries in the future once we've licensed the necessary international data to get good coverage in other countries. Sorry your family member wasn't able to grab it.
We've thought about other ways to build on the app... like tackling leaving for the airport to catch a flight. We might add multi-flight tracking too with swiping between flights as you suggest in the future if enough people want that.
The graphic design was done by my buddies Graham Beer (@grahambeer) and Sean Nelson (@partlysean).
This app is a great concept, but it's going to be interesting to see whether I'll let myself trust it enough to be useful. If I end up double-checking behind it anyway, then there's no point.
Totally understand. If it's any comfort we put a lot of effort into making it reliable, including fallback services for push notifications and route information in case our data providers go down. We also play it safe and get you there with a little time to spare. Hopefully we'll win your trust after a few successful pickups.
To record the footage, I used the app Reflection (reflectionapp.com) to AirPlay my iPhone's screen to my MacBook Pro.
Everything was edited using Final Cut Pro X. The trickiest part was the status bar. When you AirPlay an iOS device, the status bar changes to a blue color, and I just wouldn't have it. I made a custom black status bar in Photoshop and keyframed the crap out of it to cover the blue one.
Then I exported the video from FCPX, compressed and converted it with Handbrake (handbrake.fr), and embedded it into the webpage using the HTML5 <video> tag.
Originally, the iPhone image I used on the homepage was angled rather than head-on. Using some clever CSS transforms, I skewed the video to fit perfectly in the angled iPhone. Unfortunately, transforming the video left us with poor aliasing and we opted for the head-on approach to keep the quality high.
If there's anything else you'd like to know, feel free to ask!
This is great - there have been a lot of times over the past few years I wish I had this app. One suggestion - is the travel time to the airport static or variable based on traffic? Here in SF, it can vary by a factor of 2X-3X, turning a 20 minute drive into an hour. You could get traffic data from Google or somewhere and cover that (if you don't.)
I would also like to know how well this would work with international flights, when picking up non-US citizens. I presume there's no way to know this, so one should still have to ballpark 30-60min buffer time for immigration.
I love the idea and the design work! When I was younger, my father would pay me the equivalent of a taxi to get him to and from the airport. Driving slow laps around the SFO terminal, wondering if the plane is even on the ground yet, was definitely a big problem.
I just downloaded the app, and the designer made excellent design choices. There's an elegant balance of playfulness and utility, tasteful color scheme and font choices and a healthy amount of animated sizzle. Well done!
Since the video can take a while to load, you should have something other than a black screen for the iPhone image (perhaps even "Loading Video..."), so it doesn't look like your app is... nothing :)
fyi: got prompted with DivX plugin wants to run -- big black video box skewed off to the side of the phone looking out of place...clicked to allow it to run, chrome becomes unresponsive and crashes.
granted that may be the divx plugin problem, but it seems easier to host the video in something like youtube or vimeo and embed it if you must use video.
We're using FlightAware's Flight XML api, among other data sources. Their API is pretty decent and their data is complete for US inbound/outbound and domestic flights. They are also really responsive on the forums to questions and feature requests. See here: http://flightaware.com/commercial/flightxml/
I tried adding my flight for tomorrow, Frontier 662 "F9 662", and I can't find any combination that lets it find that flight. Is the "9" in the airline abbreviation messing it up?
We just added support for 1000 additional airline codes. Some of the two digits codes were not supported by our data provider because they conflict with airlines in other countries. Anyway this is resolved now, you should be able to find Frontier flights.
Yeah I should have clarified, it's in the US app store only for now. Licensing all the international data is quite a bit more expensive, so we wanted to test demand before doing that. We'll also translate the app in the future.
Yeah totally, we were thinking of setting up a geo fence around the airport and automatically sending a text with their location or notifying the person being picked up that their ride has arrived.
Geo-fencing (at least on my 4S using location-based reminders a la Siri) was an intense battery drain. As cool as it is, I don't use it often for that reason.
Not sure if things have changed since launch, but keep that in mind - if you do implement, maybe make it easy to turn it on/off?
You should also check out Glympse which is what I use for this kind of thing. It is sufficiently real time and accurate that the people I'm picking up surprise me at my car as I park. It also helps when you get unexpectedly delayed by traffic.
All US airports. It works internationally too (I recently tested it in Turkey) but we aren't advertising international airport support because our international data is incomplete. If there's enough demand we'll add global airport support in the future.