News Corp. and Apple Unveil The Daily
RedEaredSlider writes "The Daily, the digital publication designed specifically for Apple's iPad, is now available on the App Store.
The publication's launch came during a press event at New York's Guggenheim Museum. News Corp. CEO Rupert Murdoch and Apple Vice President of Internet Services Eddy Cue were joined by The Daily's Editor-in-Chief Jesse Angelo.
The Daily, which copies the look and feel of a newspaper or magazine, is aimed at embracing the multimedia capabilities of Apple's iPad. Rupert Murdoch said that The Daily offers 'unthinkable innovations' to the world of publishing."
I'm not sure why Apple would want to get involved in this manner with the greatest evil in our world today, News Corp. If they want to make an app for the iPad, that's fine, but I don't see why Apple would want to publicize this new app as forging some kind of relationship between the two companies.
Now the people telling you exactly what apps you can and can't use, partner with people that tell you exactly what to think.
1984 indeed. iTelescreen.
It seems like marketing speak for 'We found out that newspapers aren't making money anymore. Let's hop on this new bandwagon!'
Local music(to upstate NY). http://gnarfel.com/ radio.
Click to become a fan of slashdot on facebook? Really?
Sometimes, life itself is sarcasm...
Rupert Murdoch said that The Daily offers 'unthinkable innovations' to the world of publishing.
In other words, if there are innovations here, they haven't thought of them yet.
All kidding aside, it looks like a return to the "hypercard" fixed width and height presentation that's been on the backburner since the web first beat out print in popularity. (Web articles typically scroll up/down, of course.) In that case, the innovation is "we finally found a way to get you to page through an article with all the ads again - no more 'printable version' for you - muh ha ha ha ha ha!"
"Unthinkable" in this instance roughly translates to "we want you to stop thinking." Says Murdoch - take THAT, Internet!
I think I like "New$ Corp" better.
Lemme guess: all of those innovations involve revenue generation strategy, right? Knowing Murdoch, it couldn't possibly mean anything else.
No, for Murdoch, that would be literally unthinkable... :)
The Mongrel Dogs Who Teach
I for one do NOT welcome our information distorting, control freak, overlords.
^^vv<><>BA
FTFY :-)
Requiem for the American Dream
I remember back in November, a bi-monthly Android magazine was rejected from the App store for no reason other than it was "just about Android"
In fact, here's the exact reason the app dev was given: "“You know your magazine, It’s just about Android. we can’t have that in our App Store.”
Now, you may say "So what? Of course Apple wouldn't want a magazine like that on their store." But think about it; Apple rejected a perfectly good App, for no reason other than the content it reported on. What happens if this digital newspaper publishes an unflattering report about an Apple product? Or better yet, what if they *don't* publish such a report, for no reason other than wanting to stay on good terms with the company that *controls* their delivery platform?
Sorry to reply to my own post, but I just noticed this and it is too good to miss. Listen to the voice of Big Brother at 00.12. After the welcoming of a new information age, he describes it emphatically as : "A garden of pure ideology".
http://www.youtube.com/watch?v=OYecfV3ubP8
You cannot make this up.
I'm not quite sure they are "in bed with" News Corp. Besides, without News Corp, when I go to NYC every other month, how would I read the Post, with it's awesome sports section? And the WSJ isn't a bad periodical. And for sure, FNC reaches an audience that was starved for cable news that fit their ideals. Whether or not you agree with it, if FNC shut down tomorrow, I'd want to open a channel just like it - lots of money there to be made!
To me, I will download it. It's free for two weeks. So I'll check it out. The IDEA, is a good one. It's been shown that newspapers and magazines are hurting, and that Tablet sales haven't made up for that. It was time for something NEW. Apps like FlipBoard show the concept is possible. If you followed the Q&A of the announcement, you'll find some things:
1) The subscription model is imminently opening up to all publishers.
2) They made reference to being able to provide the demographics to advertisers that they required to keep a premium price for ad sales.
There are some decent concepts in there. Professionally voiced over articles so you can hear a radioesque reading of stories. Tons of videos. If there is going to be something to save the newspaper industry, this might well be the MODEL. If you don't lean right, perhaps you'll want to wait for another institution's release.
I'm sure this was a great partnership. Apple needed a high profile demonstration for the model. Murdoch was willing to invest tens of millions to do a startup.
What exactly can you do with an app that you can't do in a web browser with Flash, AJAX, or HTML5?
I did this analysis last week, and summarized it for management in a nice pretty table that I can't easily reproduce here. But I'll do my best:
Regarding Standards: Web Apps will generally run on multiple platforms, but the technology is less mature. Smart Phone Apps need to be developed for each platform (iPhone vs Android, for example)
Regarding App Wake-up: Web app User must start the app by visiting the web page. but Smart Phone apps, Once installed, app can run in background and be awoken from server. Alerts work much better for Smart Phones than Web Apps. Notifications for Web apps must be performed "out of band" (i.e. emails for instance)
Regarding App Distribution: Web App is immediately accessible, no download required. vs Smart Phone App must be pre-installed once from the market / app store; Users are adapting to the market paradigm
Regarding App prominence on device: Web Apps require URLs or Shortcuts through bookmarks and hyperlinks. Smart Phone apps, Once installed, app can be prominent on the device "desktop" (web apps: Out of sight / Out of mind)
Regarding App Updates: Web apps have Central Control and immediate. Smart Phone apps have Easy updates, but user not required to update. Implications are Multiple versions of the smart phone app may be in the wild, and cause unnecessary support. Work-around might be to put in a self-destruct /auto-update feature (i.e. if this version is "too out of date", then nothing works until you update)
Regarding Swipe input: Web app- not available. On Smart Phone app: available - Allows for more robust application control
Regarding Voice Input: Web app not available. On Smart Phone apps, Available on Android. Google has voice integrated into many of their applications already, and has an API for developers
Regarding Location awareness: web apps: available in HTML5 - not on all Smart Phone Browsers yet. On Smart Phones: Available to apps through API. Implications: GPS coordinates can be read by compliant browsers. It will be cumbersome (i.e. user will get prompted, and may have already disabled the feature.) With Android, user is prompted as to whether they want to allow Location Awareness when the app is downloaded, and then never bothered again.
Regarding Camera: Web apps, it's not available unless you use Flash and prompt. Smart Phone apps: Available to apps through API. Implications: Uploading a photo to a server through a web application is cumbersome.
Regarding Orientation sensing (portrait or landscape): Web apps: not available to application, but browser may self-adjust. Smart Phone apps: Available to apps through API. Implications: Application can adjust its display, based on portrait vs. landscape
Regarding Accelerometer: web apps: not available. Smart Phone apps: Available to apps through API. Implications: Motion by the user can be sensed via the GPS. This is helpful in games - not sure of the business application implications yet.
Regarding Local Persistent Storage: Web apps: Cookies: very small local storage. Other storage can be done via prompting the user to save a file. Smart Phone apps: Massive storage is available (such as Touchdown email storage). A smart phone app can have a good sized data repository for reference material, with quick access. A web app can have a HUGE data repository, with slower access.
Regarding File Displaying (pdf, for example): Web apps: Browsers handle various file displays seamlessly . Smart Phone apps: Can be done by opening the browser. Probably not a huge difference between the two approaches.
Regarding Speed of app: Web app: Subject to data transfer rates. Smart Phone app: Once downloaded, no data transfer to run the app. Implications: Smart Phone apps will tend to be as fast or faster than web apps.
Regarding Animation: web apps: Don
I like tablets. I own an iPad and develop for it.
So, many think Murdoch is the Devil. Clearly he can pay some talented developers and designers. (Journalists, too, but I want avoid politics for this post.)
I downloaded the app and liked some features:
It's pretty and doesn't look like a website, or the NYTimes black and white no pictures (mostly) app.
It's effortless to skim through. Just flick your thumb on the screen. Like you thumb through a magazine in your dentist's waiting room.
Ads are easy to skip, (full pages) just flick past them, and content pages don't look like patchwork quilts of doubleclick drop ins.
Easy to trigger streaming video ads, like the full page (HD-ish) trailer for "Rio" are more than print will ever deliver, and since you opt-in by hitting play if you are interested, they are big plus.
I'm incorporating Daily's new full page, no menu bars, etc, zeitgeist, into a conventional site I'm working on today. The design approaches being a new paradigm for web design so I'm trying to learn and copy as much as I can.
I think Daily's weakest at knowing where you are and returning there, though the progress bar - a surrogate for the thickness of real pages helps. And searching. Maybe I just haven't seen it. The slide spinner is so-so for this...
Finally: 99 cents a week (or whatever, as a recurring micropayment subscription) is something I might want to see some worthy but struggling clients try...
"Knowing everything doesn't help..."
Nothing but a lot of Fox News bashing by a very left-leaning slashdot crowd.
I don't know why the hell I come here.