 |
|
 |
 |
 |
|
|
|
(via -
www.appleinsider.com ) I read it on 03/16/10 at 08:00 PM
Posted on 03/16/10 at 11:58 PM
|
NPR, WSJ plan Flash-free Web sites for Apple iPad
By Katie Marsal
Published: 03:50 PM EST
In addition to new App Store software, National Public Radio and The Wall Street Journal also plan to create specific versions of their Web sites completely devoid of Adobe Flash for iPad users.
This week Peter Kafka with MediaMemo revealed that both NPR and the Journal will convert at least some portions of their Web site to load properly on the iPad. The custom-built sites will feature the same content and run concurrently with the traditional and iPhone/mobile-friendly versions of each Web site.
"Visitors to the newspaper's front page will see an iPad-specific, Flash-free page," Kafka said of the Journal's iPad Web site. "But those who click deeper into the site will eventually find pages that haven't been converted."
The news comes weeks after Virgin America revealed it dropped Flash content from its new Web site in order to allow users with iPhones to check in for flights.
But the Journal and NPR are both also creating App Store software specifically for the iPad, suggesting that content providers are taking a multi-pronged approach to Apple's forthcoming multimedia device. Kinsey Wilson, head of digital media for NPR, declined to give Kafka an advance look at the organization's forthcoming iPad application or Web site, but did provide a hint as to what the experience could be like.
"Wilson says that while iPhone apps are a 'very intentional experience' --you load the thing up and seek out specific content -- he thinks the iPad will be a 'lean back device,'" Kafka wrote. "That's traditionally the distinction multimedia types use to differentiate between a computer and a TV. Intriguing."
The exclusion of Adobe Flash from the iPad and subsequent comments attributed to Apple co-founder Steve Jobs, in which he allegedly called the Web standard a "CPU hog," have led to a considerable amount of debate over its merits and shortcomings.
Contributing to the conversation in January was Google, which added support for rival format HTML5 to the most popular video destination on the Internet, YouTube. The beta opt-in program is available only for browsers that support both HTML5 and H.264 video encoding. Apple, too, has placed its support behind HTML5.
For more on why Apple isn't likely to add support for Flash in the iPhone OS, read AppleInsider's three-part Flash Wars series.
Tags: ipad flash web apple site
|
| |
| |
|
|
|
|
|
|
(via -
docs.google.com ) I read it on 03/07/10 at 08:58 PM
Posted on 03/08/10 at 01:56 AM
|
This documentation is for TwitterOAuth library verision 0.1.x. If you are using trunk (0.2.x) these instructions will be wrong! Try it out live: http://twitter.abrah.am Twitter OAuth is in beta and could change at any time. Feel free to contact me with bug/questions. A full TwitterOAuth lib will be released soon. Currently the code is hacked together and should not be used in production without proper testing. IndexDefinitionsConsumer: the application you are building. registered with twitter. Sometimes referred to as application
User: the user using your application. Token: there are several different sets of tokens usually in key/secret pairs. Consumer token: the token pair Twitter gives you when you register an application. Request token: the first token pair Twitter returns. used to build an authorize URL used to request the access token. Access token: unique to user. Used to access users data. Get the codePull code from http://github.com/abraham/twitteroauthgit clone git://github.com/abraham/twitteroauth.git Process overviewThis is a very simplistic overview of authenticating with Twitter's OAuth. - Build TwitterOAuth object.
- Request tokens from twitter.
- Build authorize URL.
- Send user to Twitter's authorize URL.
- Get access tokens from twitter.
- Rebuild TwitterOAuth object.
- Query Twitter API with new access tokens.
ProcessFor this example we will be using the the index.php from the example folder and it will be located in the web root. public/index.php public/twitteroauth/
Go to https://twitter.com/oauth_clients and register a new application. Fill out what the form. For a callback URL we will be using http://example.com/index.php. Once registered you will get a consumer key and a consumer secret. Those go in index.php Now we create a TwitterOAuth object. The class constructor chooses HMAC-SHA1 as the signature method, and builds a OAuthConsumer object with the app consumer key/secret. $to = new TwitterOAuth($consumer_key, $consumer_secret); With that object we use curl to request a token from twitter. The API URL we hit is https://twitter.com/oauth/request_token. getRequestToken() pulls the tokens from twitter, parses it into an array, and creates a new OAuthConsumer object. $tok = $to->getRequestToken();
Save the tokens for when the user returns from Twitter. Set up the authorization URL. This is the URL the user will visit to tell twitter the application can access their data. https://twitter.com/oauth/authorize is used. $request_link = $to->getAuthorizeURL($token); Once the user tells twitter yes and returns we request the access tokens. The access tokens can be thought of the users passwords and will be used to authenticate as them for future API calls. https://twitter.com/oauth/access_token is used. $tok = $to->getAccessToken();
At this point you can check https://twitter.com/account/connections and the application should be listed. Build a new TwitterOAuth object using consumer key/secret and access key/secret. $to = new TwitterOAuth($consumer_key, $consumer_secret, $user_access_key, $user_access_secret);
Now to interact with the API as the user to verify their credentials. This should return their profile. You can now save the access key/secret as being associated with the returned user info. $content = $to->OAuthRequest('https://twitter.com/account/verify_credentials.xml', array(), 'GET');
To send a status update change the API URL and add a key/value array. $content = $to->OAuthRequest('https://twitter.com/statuses/update.xml', array('status' => 'Test OAuth update. #testoauth'), 'POST'); There you have it. Basic interaction with Twitter's OAuth beta. To run other commands just change the API URL and array() keys/values in the last call. LinksMy website: http://abrah.amTwitter: http://twitter.comOAuth: http://oauth.netTwitter API docs: http://apiwiki.twitter.comTwitter API discussion: http://groups.google.com/group/twitter-development-talkFire Eagle OAuth docs: http://fireeagle.yahoo.net/developer/documentation/php_walkthru
Tags: twitter access token oauth key
|
|
| |
| |
|
|
|
|
|
|
(via -
GigaOM ) I read it on 03/02/10 at 09:30 AM
Posted on 03/02/10 at 02:03 PM
|
Twitter may be working on the imminent launch of its own advertising platform, but that hasn't stopped others from rushing to profit from the social network. A Twitter ad service called 140proof announced today that its ads will now be integrated into the iPhone and Android mobile apps from HootSuite, a Twitter tool that many businesses use to manage their social-media marketing campaigns. Unlike some other advertising options for Twitter, which have seen celebrities paid to endorse products in their posts, 140proof ads are messages posted to a user's stream by the company in service of a specific targeted ad campaign.
140proof, which is based in San Francisco and backed by a $2-million investment raised last summer from Blue Run Ventures and Founders Fund, said that its algorithm aims ads at users based on their profiles and other public data. Other Twitter advertising services include Ad.ly, which has gotten some press attention for paying celebrities such as Kim Kardashian thousands of dollars to endorse products to their followers, as well as Magpie, Assetize and IZEA.

The question all of these services will inevitably confront including Twitter itself, once it launches its own platform is how users will react to a wave of advertising in what was once an ad-free social network (in the case of 140proof, of course, you can simply not use HootSuite's mobile apps and you won't see them). Many of these services are only just ramping up in what will undoubtedly become a much bigger campaign to bring ads to the Twittersphere. So what will you do when ads start appearing in your Twitter stream?
Related content from GigaOm Pro (sub req'd):
How Human Users Are Holding Twitter Back

Tags: twitter ads ad tech advertising
|
| |
| |
|
|
|
|
|
|
(via -
Android Tapp ) I read it on 03/02/10 at 08:50 AM
Posted on 03/02/10 at 01:31 PM
|
Now that AT&T has joined the Android revolution, the first question new Android users will ask is what Android apps should I download? Luckily we've created a simple guide to get you started:
First we'll start with the operating system version of the Motorola Backflip at launch, which is version 1.5 the latest and greatest to date is 2.1 (with majority of users on 1.6). This may affect your ability to download some apps as they are compatible with higher versions of the OS. Why is the OS version so out of date? Motoblur Motorola tricked out the software for social networking ease however they have not released Motoblur on the latest and greatest Android OS. Don't fret an update is coming soon.
Now that we're over the OS hump, we'll recommend some of the best Android apps for your Motorola Backflip many for free!
 Browse and Search files on your SD Card and phone with Astro File Manager.
 Close individual or all apps and background services with Advanced Task Killer.
 Meridian Player for Music & Videos.
 Dolphin Browser allows you to browse the web using Tabs and create shortcuts using Gestures.
 Handcent SMS offers text messaging like on iPhone, get T9 text capabilities and text signatures.
 Shazam... simply awesome! Get any song by simply letting your phone listen to it!
 i Music & i Music Tao allows you to download free MP3s.
 Stream music for free with Pandora Internet Radio.
 Turn your AT&T Backflip into a media remote with Gmote and even control your computer via phone!
 Scan bar codes of products in stores to find best pricing nearby or online with ShopSavvy.
 Photo scan products to get pricing and details with Google's Shopper
 Aloqa location-based app finds places nearby you versus you searching for it.
 Abduction! Is an additive game using your phone's accelerometer.
 Robo Defense is a classic tower defense game for Android phones.
 Check out parts 1, 2, and 3 of the Mystique 3D horror puzzle game series.
 Like words games? Try Wuzzle for hours of fun!
 Kill time with addictive Jewellust game
 You can't forget a classic time-killer like Solitaire.
 Guess what others are drawing while they guess your drawing all online with What The Doodle!?
 Satisfy your Vegas crave with Blackjack Pro!
If you download all these apps you might run out of space on your Backflip! Do check these apps out and tell us what you think in the comments.

Tags: android apps backflip music download
|
| |
| |
|
|
|
|
|
|
(via -
MobileCrunch ) I read it on 03/01/10 at 07:40 PM
Posted on 03/02/10 at 12:33 AM
|

Anyone who's been to SXSW in the past few years, ever since the iPhone's release, knows that the AT&T network absolutely explodes during the festival. Texts, if they ever make it through, take hours; calls are dropped at an alarming rate, even by AT&T standards; and Internet access is essentially impossible. It's hard for AT&T to keep up because Austin, any other week of the year, isn't absolutely flooded with iPhone users mucking about, asking where the Facebook party is, or if they're on the list for the Gawker party. (I'm on the list, but I'm not going this year so it doesn't matter.) The point is, AT&T has its hands full that week, so let's give them an A for effort for trying to prevent another iPhone meltdown this year.
SXSW starts on March 12, and runs through March 21. It's a couple of days worth of tech, music, movies, and open bars. It's sort of an exaggeration, but every single attendee rocks the iPhone. It brings AT&T's network, already sorta meh, to it knees. This year, though, AT&T has prepared itself for the huge influx of users.
AT&T has installed a distributed antenna system at the Austin Convention Center. In a perfect world, it adds the equivalent of eight cell towers to the covered area. AT&T has also three temporary cell sites for good measure. These things are typically installed during big, but temporary events. Think Super Bowl or, well, large conventions.
The company also says it has added fiber-optic connections to more than quadruple the backhaul capacity of each of the eight cell sites that serve the event area, and temporary sites will also be served by extensive backhaul. Whatever that means!
Fingers crossed, every SXSW attendee will be able to FourSquare till their battery dies. That's all you can ask for.
Flickr


Tags: iphone year sxsw temporary sites
|
| |
| |
|
|
|
|
|
|
(via -
www.businessinsider.com ) I read it on 02/28/10 at 04:22 PM
Posted on 02/28/10 at 09:20 PM
|
Shared by Kristopher
app, ipad application, ipad app, apple app, kindle app
Apple Stacks The Deck Against Amazon's Kindle App
AAPL
Feb 26 2010, 05:20 PM EST
| 204.62 |
Change |
% Change |
| +2.62 |
+1.30% |
AMZN
Feb 26 2010, 05:20 PM EST
| 118.40 |
Change |
% Change |
| +0.20 |
+0.17% |
When Apple's iPad goes on sale in a few weeks, its iBookstore will have a distinct user-experience advantage over e-book competitors like Amazon's Kindle App.
That is, the iBookstore will let you seamlessly buy books from within the iBooks reader app, with the iTunes account it's already aware of.
Meanwhile, rivals like the Kindle app and Barnes & Noble e-reader will require you to boot up their apps, then click a button to boot up the iPad's Web browser, shop for e-books in a Web store, sign in and pay with a non-iTunes account, relaunch the e-reader app, and sync up your new e-book. Not as elegant.
It's not a huge difference, but it's the kind of small simplicity advantage that has helped Apple's iTunes music store maintain a lead over its rivals, including Amazon.
People who use the Kindle app on their iPhones today will know that this isn't a new thing: Since the Kindle iPhone app launched last March, users have had to leave the app to buy e-books.
Amazon didn't built the app this way from the beginning. We have learned that when Amazon first submitted its Kindle application for the iPhone to Apple, Amazon included its own payment system within the app, so customers could just pay for e-books and download them right in the app.
When Apple spotted the payment system, it told Amazon to get rid of it, according to a source familiar with Amazon's operations.
Why? It's a rule Apple smartly instituted at the App Store's beginning, forbidding third-party e-commerce of digital goods within apps.
That is, it's okay to use an iPhone app to buy physical goods -- as you can in Amazon's main iPhone app, or the Fandango app, etc. And developers are welcome to use Apple's in-app purchasing system -- and give a 30% cut of revenue to Apple -- to sell digital goods within apps.
But Amazon, Barnes & Noble, and other vendors are prohibited from using their own e-commerce systems within apps for virtual goods. Thus the trip to the Safari browser to buy books.
It's obviously a rule Apple itself is allowed to break -- it's Apple's iPhone, and it can do whatever it wants, as we've seen recently with Apple's recent raids on thousands of sexy apps. But it does put competitors like Amazon on uneven footing.
Obviously, Amazon is never going to want to give Apple a 30% cut of e-book sales, so it's not going to implement Apple's in-app purchasing system. So it's indefinitely stuck sending its customers into the browser to make purchases. (Meanwhile, on the new BlackBerry Kindle app, you can buy e-books directly within the app.)
Assuming the iBooks app and the iBookstore have similar selection, pricing, and e-reader features, this one simple step could give Apple a substantial advantage over Amazon.
See Also: 10 Burning Questions About Apple's iPad
Tags: app apple amazon e kindle
|
| |
| |
|
|
|
|
|
|
(via -
mashable.com ) I read it on 02/28/10 at 11:14 AM
Posted on 02/28/10 at 04:12 PM
|
Shared by Kristopher
android apps, android, nexus one
6 Free Android Apps That Will Make You Drop Your iPhone The Android Market may still lag behind the iPhone App Store in terms of variety and quality, but there is something to be said for the Android operating system's extremely tight integration with existing Google products, and the wide choice of devices and carriers.
There's no question that the iPhone has many wonderful apps, but Android's smart syncing with existing tools, interesting Android-only experiments coming every day from Google employees, and its open marketplace model have yielded some tools that may give the average iPhone user pause. If you're looking for a change, or you're in the smartphone market and still weighing the pros and cons, consider these Android-only apps and how they might fit into your work, play, and mobile lifestyle.
 There's no denying that the iPhone OS is a gorgeous piece software. But when it comes to the home screen, you get what you get, and you don't get upset, to quote a nursery school mantra. Android is completely open-source, which means that apps can change the functionality and appearance of the OS, if you permit them to. This isn't always good for safety, but it's great for customization. OpenHome is one of the leading customization apps available on the Market. It functions as a replacement for the default home screen, into which you can load customs skins, icon packs, and fonts many of which are freely available in the Market and created by other users. In addition to the look and feel of your OS, OpenHome also allows for other custom tweaks including soft keyboard improvements and widget modifications.
 Imagine a world where you never have to listen to another voicemail again. That's almost what you get when you set up Google Voice and utilize the Android app. Google Voice lets you keep your existing mobile number, but will forward your missed calls to a generated Google number that you can check on the web, in your e-mail, or via the app. The service automatically generates voicemail transcription that is usually accurate enough to get the gist of what the caller is saying. Instead of getting a voicemail on your phone, you'll receive and e-mail (or text message) with the transcription. The app then lets you scroll through your messages visually, like an e-mail inbox, and stream the audio messages from the web as needed, all without wasting precious mobile minutes. There are certainly other great voicemail alternatives for the iPhone (and Voice is available as a web-based service), but Google Voice's deep integration with Gmail (you can also enable audio playback within web e-mail messages) makes it a great compliment to your hand-held arsenal of communications tools. Google Voice is still an invite-only service at the moment. You can request an invite from Google here, or hit up your friends on social networks for one.
 Classic gamers rejoice! NESoid is a Nintendo ROM emulator for Android that actually works. The app itself is software that interprets ROM files the format of choice for hacked console games. Assuming you're loading a worthwhile ROM file from your SD card, the gameplay is really smooth. The lite version of NESoid is free, but prevents you from loading a saved-state of a game. The full version will cost you $3.49 and unlocks this feature. Most ROMS are not exactly kosher in terms of copyright, so we'll leave it at your discretion whether you want to actually track down the games. This is likely why console emulators have not made it through the stringent App Store approval process, but are now appearing in Android's more liberal Market.
 If you've got an eye on your stock portfolio 24/7, Google Finance can be a useful tool for getting customized, real-time quotes. The Android app syncs directly to your Google Finance portfolios and streams live data right into your hands by way of quote updates, charts, and financial news. Android is currently the only mobile platform with an official Google Finance app.
 Google Listen is a unique offering from Google Labs that functions like a search engine and subscription tool for podcasts across the web. If you're on the train and realize you've forgotten to download the latest episode of NPR's This American Life, simply fire up Google Listen, search for it, and stream it immediately, from the source. Google Listen effectively eliminates the need to download podcasts or connect your handset to your computer. And with subscription options built in, once you find a show you like, you'll never miss an episode while you're on the go.
6. Gmail and Google Calendar
Last but not least, the utility of the fully integrated Gmail and Calendar apps that come built-in to the Android OS cannot be overstated. One of the core reasons why any Gmail or Google Apps user should go Android is that the handset will complete your suite of cloud computing productivity tools. Because of the intrinsic link between your Android phone and your Google account, the mobile functionality of Google apps like Gmail and Calendar are seamless. Draft an e-mail on your phone and it is instantly viewable in your drafts folder on the web. Update an appointment on the web Calendar, and it's reflected on your phone seconds later. Android users also enjoy the built-in functionality of shared calendars, Gmail labels, threaded conversations, and Send As accounts if it is configured in your settings. If you live and work out of your Gmail inbox, an Android handset is the perfect extension.
More Android resources from Mashable:
- 7 Mind-Blowing Free Android Apps - Free Multiplayer Android Games [3 of the Best] - 3 News Apps for Android Compared - The Best Free Twitter Apps for Android - 30 Android Apps to Watch - 8 Android Apps Worth Paying For (And Some That Aren't)
Print Story Tags: android, apps, gaming, gmail, Google, google apps, google finance, Google Listen, Google Voice, iphone, List, Lists, Mobile 2.0
Tags: android google apps gmail app
|
|
| |
| |
|
|
|
|
|
|
(via -
The Magical Tablet ) I read it on 02/27/10 at 12:30 PM
Posted on 02/25/10 at 09:25 PM
|
AdMob, the hotly contested mobile advertising company that was eventually acquired by Google in November 2009, published its monthly mobile metrics report. In addition to the report, they included survey results of existing iPhone users about their fondness for the iPad.
One in six iPhone owners intend to purchase an iPad much lower than Palm owners (one in nine) and even lower still for owners of Android phones (one in seventeen). Does this mean that Stevie J. is right that there is a need for a device in between a laptop and a smarthphone or are we iPhone owners just a bunch of fanboys/girls?
Probably a little of both.
Regardless, it does indicate that there is a preliminary market for the iPad that numbers in the millions of units.
Are you going to buy an iPad? What kind of phone do you own?
[Press Release] [AdMob Blog]
Disclosure: http://dsclzr.us/0
Related articles by Zemanta
Related articles by Zemanta
One in Six iPhone Owners Intend to Buy an iPad is a post from: The Magical Tablet

Tags: mobile ipad iphone owners advertising
|
| |
| |
|
|
|
|
|
|
(via -
Android Tapp ) I read it on 03/01/10 at 01:00 PM
Posted on 02/23/10 at 01:59 PM
|
As more wireless carriers adopt Google Android, many new consumers ask frequently how to do common tasks on their Android phone. This section is dedicated to offering Android Advice to new and experienced Android consumers. There will be more to come, however here are the top 6 frequently asked questions by new Android users:
1. What Android apps should I download?
There are many list all over the web, even many on our website (coming from Blackberry to Android see this list). We'll list a few must have best Android apps to get you started:
Keep visiting www.AndroidTapp.com for the best Android app recommendations.
2. How do I setup email accounts?
First gather your POP3 or IMAP protocol access information. Launch Email > type email address and password > Choose either POP3 or IMAP account > enter Incoming POP3 or IMAP protocol information > enter Outgoing information > choose whether email account is default.
3. How do I save battery power?
Try turning off Bluetooth, Wifi and GPS when not needed. Try to minimize update intervals of some apps such as Facebook and Twitter from the settings menu. There are apps to help manage battery power for you such as Power Manager.
4. How do I Customize my phone?
There are many home screen customization apps to give a completely different experience; popular apps include aHome, Open Home and SlideScreen.
5. How do I set Ringtones?
Either purchase them from sources like Amazon MP3 or download free with Mabilo Ringtones.
To place your own MP3 songs as ringtones go to the Android Market to download Rings Extended. Plug your phone to computer via USB cable. An icon will appear in the top left notification bar, slide the bar down (this is called the window shade). Tap USB connected > Mount > on your computer a new drive will appear > drag your own MP3 files to the drive > tap home button > Menu button > Settings > Sound & display > Phone ringtone > choose Rings Extended to browse your MP3 files on the phone.
6. How do I import my Contacts from SIM card?
From home screen tap Menu > Contacts > Menu > Import contacts > Import All (Import allows for single imports)
Have more questions? Feel free to ask in the comments below or Contact Us!

Tags: gt android apps home power
|
| |
| |
|
|
|
|
|
|
(via -
Mashable! ) I read it on 02/15/10 at 11:24 PM
Posted on 02/16/10 at 12:02 AM
|
 The Wall Street Journal reports that more changes are planned for Buzz in response to user feedback, including the option to block conversations and other filtering features.
Even as Buzz impressed some social media enthusiasts, it also angered some folks for various reasons the most significant being that it's a bit noisy and difficult to sort through, and that it isn't quite as privacy-friendly as everyone would have preferred. The WSJ says Google assembled important company figures into a war room where they discussed ways to respond to user criticism. The first results were the big privacy tweaks that went live over the weekend an end to Reader and Picasa connectivity and Gmail contact auto-following. They also made it possible for users who aren't interested at all to remove the Buzz from Gmail completely. Details about the coming improvements to filtering haven't been revealed beyond the option to block certain conversations, but we're guessing or at least hoping that the ability to collapse comment threads will be among the coming changes. That was by far the most requested feature when we pinged the Buzz crowd asking what features everyone would like to see. There are a lot of improvements yet to be made. For example, unless you abandon the option of a vanity URL in favor of a numeric homepage, it's pretty easy for someone to guess your e-mail address. If you want it to stay private, that could be a problem. We'll see what Google does in the coming weeks; we were expecting a large number of new tweaks and this update confirms that they're coming. Reviews: Gmail, Google, PicasaTags: buzz, Google, google buzz, News, social media
Tags: buzz google coming improvements filtering
|
| |
| |
|
|
|
| |
|
|
|
|
|
|
|
|