Skip to main content

Home/ Open Intelligence / Web 3X (Social + Mobile)/ Group items tagged browsers

Rss Feed Group items tagged

15More

Building Mobile Web Apps the Right Way: Tips and Techniques [09May11] - 0 views

  • Here’s a quick breakdown of the big differences between desktop and mobile platforms: Mobile device hardware is smaller and generally tends to have lower hardware resources than desktops/laptops. Smaller screens bring about different design considerations and challenges. Touchscreen technology introduces new interaction concepts that differ from traditional input devices (keyboard and mouse). With a mobile device, internet connectivity is not always as reliable as a hard-wired broadband connection, which means internet connectivity is a concern and data transfer could be significantly slower. Although these sound as if they are hurdles to get over, with careful thought and consideration, there’s no reason why they should be. Touchscreen technology is exciting. The smaller screen design will really make you think about how to get the user to interact with your mobile web app in the most satisfying way possible. What we should really be doing is looking at the list of differences above and seeing opportunities to deliver our content in a different way. Building mobile web apps will be a paradigm shift from traditional web development and web design.
  • In the next sections, we will discuss development/design considerations, as well as concepts and techniques for building mobile web apps.
  • Keep File Sizes Small
  • ...11 more annotations...
  • Dealing with Image Performance We want to try to get rid of as many images as we can. For the images we keep, we want them to be as lightweight as possible. If images are a necessity for particular parts of your mobile web app design, then there are a couple of extra steps we can use to trim off any excess fat from your files.
  • Use Adobe Fireworks for Transparent PNGs
  • Using ImageAlpha If Fireworks sounds like too much of a bother, check out ImageAlpha. Once installed, all you need to do is drag your images into its main window and then tweak the export settings to remove excess data from the images.
  • To learn more about using PNGs in web designs, see the Web Designer’s Guide to PNG Image Format.
  • Leveraging CSS3 Mobile web browsers these days are pretty advanced. Android devices use a mobile version of Google Chrome, whilst the iPhone does the same with Apple’s Safari. Some mobile devices come with mobile Opera and others allow you to install a browser of your choice such as mobile Firefox. So we’re talking about some pretty good browsers in terms of CSS3 and HTML5 feature support. CSS3 allows us to render things through code that would previously have required an image. We can use color gradients, draw rounded corners, create drop shadows, apply multiple backgrounds to HTML elements, and more — all of which can help improve performance and decrease development times.
  • If you look at a typical application interface via your smartphone, it’s almost guaranteed that you’ll find CSS3 being used.
  • By using CSS3, we can reduce data transfer — particularly images and possibly excess HTML markup. We let the browser and the device do the work to render the interface more quickly.
  • HTML Canvas If you fancy a little more work, then you can improve speed even further using the canvas element. Although using CSS gradients eradicates the loading of a physical image, that method still causes the device’s rendering engine to construct an image in the browser, which can result in a performance reduction depending on the device and browser.
  • Hardware Acceleration When it comes to mobile web apps, Apple’s mobile devices are a major consideration that we need to be aware of because of the current popularity of the iPhone and iPad. Safari 5 (on all platforms) brings hardware acceleration into the mix. If you’re not familiar with the feature, Apple describes it as follows: "Safari supports hardware acceleration on Mac and PC. With hardware acceleration, Safari can tap into graphics processing units to display computing-intensive graphics and animations, so standards like HTML5 and CSS3 can deliver rich, interactive media smoothly in the browser."
  • Be Cautious of CSS3 Rendering Performance As brilliant as CSS3 is, certain properties can slow down a web page. WebKit-based browsers, for instance, really seem to struggle with shadows in particular, so just be careful that you don’t apply too many of these to elements of your interface until the issue has been resolved.
  • Consider the Offline User Experience Finally, let’s briefly discuss HTML5 offline data storage.
  •  
    Very useful, but visit site for complete "how-to"
4More

Wikitude Augmented Reality Browser Now Supports BlackBerry 6 Devices | N4BB - News for ... - 0 views

  • As part of BlackBerry Dev Con Asia taking place in Singapore right now, Wikitude has announced additional support for smartphones running on the BlackBerry 6. Bringing Wikitude to devices running BlackBerry 6 will help answer considerable demand expressed by users who want to experience Wikitude’s extensive content offering including more than 2,000 content Worlds consisting of approx. 150 million places around the globe. Users of the BlackBerry Bold 9700, 9780,9788 and BlackBerry Torch 9800 smartphones can download Wikitude on BlackBerry App World starting today.
  • After being crowned “The Most Addictive Social App Using the BBM Social Platform” at BlackBerry DevCon Americas in October, Wikitude most recently won the BlackBerry® EMEA Innovation Award for “Best BBM Connected App”, awarded in Alicante 1stDecember. “Extending the Wikitude platform to millions of BlackBerry 6 smartphone users will make the BBM experience richer than ever before. We are extremely happy to finally bring this version of Wikitude to even more BlackBerry smartphone users,” says Martin Herdina, Wikitude’s CEO.
  • Alec Saunders, VP Developer Relations, Research In Motion, said: “We’re delighted that Wikitude has integrated BBM support within their app. Integration with BBM can allow much greater viral discovery for apps, as well as enrich and transform the user experience with important social elements.”
  • ...1 more annotation...
  • About Wikitude Wikitude GmbH are the creators of the world’s first mobile augmented reality (AR) platform and the company behind the internationally renowned Wikitude World Browser for iOS, Android, Symbian, and BlackBerry devices. The browser has been voted “Best Augmented Reality Browser” by the readers of Augmented Planet for both 2009 and 2010. Wikitude is leading the international AR technology standardization as part of the Open Geospatial Consortium (OCG). More information on Wikitude here:www.wikitude.com
5More

Tinkercad Raises $1 Million, Aims To Popularize 3D Printing | TechCrunch [08Nov11] - 0 views

  • Exclusive - Tinkercad, a startup that aims to introduce browser-based 3D printing CAD to the masses, has landed $1M in seed funding from True Ventures, Jaiku founder Jyri Engestrom, Delicious founder Joschua Schachter, Eghosa Omogui and Taher Haveliwala.
  • The company’s mission is to ‘reach and teach’ a wide audience on the use of CAD software and creating ‘fun and meaningful’ things like jewelry, toys, car parts and whatnot, using 3D printers.
  • Kai Backman, Tinkercad’s co-founder and CEO, explains that one only needs a browser and a couple of minutes to use its browser-based software and have a 3D project ready for printing.
  • ...2 more annotations...
  • “We use game-like quests to teach what we call ‘design literacy’, understanding the design of physical things. By lowering the barrier of entry, our users have been able to create and print a wide variety of awesome items”, he adds.
  • Tinkercad is free, and encourages sharing designs under a creative commons license. Once users create designs with the software, which seems pretty easy to use based on my rudimentary testing, they can order designs directly from printing services like Shapeways and i.Materialise or download STL files to use other printing services or personal 3D printers like Makerbot’s Thing-O-Matic.
2More

Mint It Yourself With a Browser-Based Bitcoin Miner [19May11] - 0 views

  • "There's a popular discussion happening at the Bitcoin forums about a new browser-based bitcoin miner released today. This lets people mine for bitcoin straight from the browser. There's talk of making an embeddable version. How long until websites start using CPU power from their users to create Bitcoin for their owners?" As Bitcoin gets more attention, I foresee malware with payloads promising to do the same thing.
  •  
    virtual currency
4More

Adobe kills mobile Flash, giving Steve Jobs the last laugh | Technology | guardian.co.u... - 0 views

  • Mobile Flash is being killed off.
  • The plugin that launched a thousand online forum arguments and a technology standoff between Apple and the format's creator, Adobe, will no longer be developed for mobile browsers, the company said in a note that will accompany a financial briefing to analysts.
  • Instead the company will focus on development around HTML5 technologies, which enable modern browsers to do essentially the same functions as Flash did but without relying on Adobe's proprietary technologies, and which can be implemented across platforms.
  • ...1 more annotation...
  • In "Thoughts on Flash", an open letter published by Jobs in April 2010, he asserted that "Flash was created during the PC era – for PCs and mice. Flash is a successful business for Adobe, and we can understand why they want to push it beyond PCs. But the mobile era is about low power devices, touch interfaces and open web standards – all areas where Flash falls short."New open standards created in the mobile era, such as HTML5, will win on mobile devices (and PCs too). Perhaps Adobe should focus more on creating great HTML5 tools for the future, and less on criticizing Apple for leaving the past behind."
2More

Nearly 1 in 5 smartphone owners use check-in services [19May11] - 0 views

  • Nearly one in five smartphone users are tapping into check-in services like Foursquare and Gowalla, according to a ComScore report released yesterday. A total of 16.7 million mobile-phone subscribers used location-based services on their phones in March. That amounts to about 7.1 percent of the entire population of mobile users. But among smartphone users specifically, 12.7 million checked in with such sites during the month, representing 17.6 percent of all smartphone owners, ComScore said. For the purposes of its study, ComScore included such location-based check-in services as Foursquare, Gowalla, and Facebook Places.
  • Compared with most smartphone owners, those who used location-based sites on their phones also proved more likely to access other types of mobile content. More than 95 percent of them used their mobile browsers or mobile apps. Almost 62 percent grabbed the news on their mobile devices. And in a stat that will make retailers happy, almost one third of the users browsed to online retail sites on their phones, while one fourth accessed online shopping guides. Users of check-in sites also got a heavier dose of advertising. Almost 40 percent of respondents said they remembered seeing an online ad during March, compared with just 27.5 percent of all smartphone users who said the same thing.
18More

PayPal'​s Don Kingsborough: in-store payment is ours to lose - 0 views

  • Don Kingsborough could have called it quits. The man who founded Worlds of Wonder Toys, famous for Teddy Ruxpin and helping lead the introduction of Nintendo in the U.S., and the former president of of consumer products at Atari, was just winding down his time last year at Blackhawk Network, a pre-paid card company that he had sold to supermarket Safeway. With his options expiring, he decided to sell and contemplated retirement.
  • But then PayPal came calling, and Kingsborough couldn’t resist the opportunity to make one more big stab at shaking up the retail world. Kingsborough joined PayPal in March 2011 as VP for retail and prepaid products, heading up PayPal’s efforts to launch an in-store payment system.
  • In his first extensive interview since joining PayPal, Kingsborough said he wasn’t just interested in extending his career; he saw a huge chance to fundamentally change the way people shopped in retail stores as digitalization moved payments beyond cash and credit. And he believes that PayPal is uniquely positioned to bring that vision to market.
  • ...15 more annotations...
  • “I thought someone would be able to change the way people shop, but I didn’t think it would be a startup because this will happen quickly and you also need brands that people trust. And PayPal is one of them. It takes the combination of a trusted payment company and the cooperation with great brands that people trust to change how people shop. I thought I would be able to convince all the major retailers all around the world because I have had  relationships with them for 30 years,” Kingsborough said.
  • Even with the departure of PayPal’s president Scott Thompson, who is now Yahoo’s new CEO, PayPal hasn’t missed a beat and is executing on its vision, Kingsborough said.
  • Solving consumer and merchants needs Kingsborough came in and honed the in-store payment initiative, which was underway well before Kingborough arrived. He focused on appealing first to consumers and making it simple for them to grasp, before ensuring the merchants could be able to understand the value of the system. Then he went about getting the cooperation of merchants, criss-crossing the country to call upon retailers and payment infrastructure companies to get them on board. Along the way, he helped PayPal pick up necessary components like location-based service WHERE, whose CEO Walt Doyle was personally persuaded to sell by Kingsborough. The plan is now to start rolling out the payment system in the second quarter though the first U.S. trials have already begun with Home Depot.
  • Kingsborough said he was drawn to PayPal’s approach to payments because it was aimed at solving deep consumer and merchant needs. He said competitors who focus on near field communication and other alternative payment systems are too often preoccupied with the capabilities of their technology, but they’re not addressing the pressing needs of users.
  • “Competitors think they’ll solve how easy it is to pay at retail, but that’s not a consumer problem. Their problem is how do they become masters of shopping and use their money smartly and organize their efforts to shop online, in-store and on mobile,” said Kingsborough. “We have a holistic approach. We ask the consumers [what they] want to do. They want to save money, save time and feel important in stores.”
  • NFC: a feature, not a solution That’s partly why he thinks NFC in particular isn’t ready for prime time. He said it’s going to take a while for it to proliferate in stores and on handsets. But more fundamentally, it doesn’t make consumer’s lives better.
  • “Do I think NFC will work someday? Maybe. But to me, NFC is a feature, not a solution that solves problems. If your strategy is NFC today, you need a new strategy,” Kingsborough.
  • Google and Isis, the carrier consortium including Verizon, AT&T and T-Mobile, are pushing hard on NFC and are angling to become the go-to mobile wallet for users, who will be able to pay at point-of-sale terminals with a tap of their phone. Many of the pieces for NFC fell into place for the technology in 2011, though there are still many hurdles ahead toward a broad rollout (subscription required) and mass consumer adoption.
  • PayPal’s approach bypasses many of the hardware constraints of NFC and pushes a two-pronged approach to in-store payments. Users can either use a PayPal Access card connected to their account, or more intriguingly, enter their phone number and PIN at a POS terminal and access their PayPal account. PayPal takes a user’s identification and turns it into a token, which is authenticated in the cloud, so no actual credit card numbers or financial data travels back and forth.
  • What it takes to win Kingsborough said the companies that win will be comprehensive and ubiquitous, allowing consumers to conduct transactions wherever they want to. By going with a software-based approach, PayPal can address about 8.2 million of the 10 million point of sale terminals with its payment system, without forcing retailers to buy new hardware. Then it’s up to PayPal to convince retailers to jump on board. It’s doing some critical work by signing deals with payment infrastructure companies like AJB Software Designs, which helps connect the point of sale terminals at many tier-one retailers to payment processors and financial institutions. Merchants that use AJB will have an easy path in enabling PayPal payments in store. PayPal is talking to other point of sale companies such as Verifone.
  • Merchants won’t just be getting a potentially cheaper alternative to credit cards. In PayPal’s vision, they’ll also be getting a way to push out offers to consumers, both in-store and nearby. Kingsborough said PayPal is working through its mobile app to address a variety of needs of merchants, from helping them manage online, mobile and in-store sales to improving loyalty and offering targeted discounts to users. Those additional tools will be rolled out over time in the next year or two. Google has outlined early plans to also provide coupons and offers to consumers using Google Offers in conjunction with Google Wallet.
  • Providing value But the other important winning determinant will be providing valuable, relevant and easy-to-use services to consumers, becoming the one mobile wallet they turn to, said Kingsborough. He said using tools like WHERE’s targeting and location technology will allow merchants to not just push out deals but deliver very context-aware content. For example, he said a clothes retailers might be able to message a nearby customer, letting them know they’ll earn $5 in their PayPal account that day if they buy jeans that they’ve purchased in the past. And, with the right permissions, the merchant may also be able to know the customer is with two friends and offer a group discount.
  • “It’s not just the capabilities of location-based services or understanding what a person just did; but it’s about being highly relevant to the person using the services,” Kingsborough said
  • He said in the battle to become the preferred digital wallet, PayPal will be the simplest for people to use, allowing people to link their credit, debit and loyalty cards, even potentially their drivers license. Just as people stick primarily to one browser, he said consumers will want to rely on primarily one wallet and he believes that PayPal will be that provider.
  • “Ours to lose” Kingsborough said it’s the whole offering that makes PayPal’s approach a winner. It’s a trusted name with more than 100 million users worldwide and it’s focused on providing value to both consumers and merchants with an easy path to ubiquity. “This is ours to lose,” he said. “I’m very confident about that. Otherwise, I’d be golfing right now in Hawaii.”
5More

HTML5 App Delivery Network Strobe joins Facebook - The Next Web [08Nov11] - 0 views

  • Strobe, an App Delivery Network that facilitates getting HTML5 apps up and running on various platforms and app stores, has joined Facebook, CEO Charles Jolley announced today.
  • Jolley is also the creator of the SproutCore JavaScript framework for web apps that is used to quickly build web apps in the browser. It’s used by companies like NPR, Second Story and Sports Illustrated, as well as being popular among Facebook app developers.
  • Before Jolley created SproutCore, he was responsible for Mobile Me app development at Apple.
  • ...2 more annotations...
  • Strobe is described as “an App Delivery Network that solves the problem by enabling you to combine what the Web and native apps do best, using cutting-edge tools and technologies. It’s the quickest and easiest way to get your HTML5 applications up and running, on the web and in app stores.”
  • As SproutCore is remaining an independent product, at least for now, it seems like Facebook is after the technology or skills offered by the Strobe team. This appears to be an effort by Facebook to bolster its web and mobile experience and syncing services between them.
4More

Launching Today: Zaarly.com - a Location-Based, Real-Time Commerce Platform [18May11] - 0 views

  • Described as a location-based, real-time commerce platform that “makes the buying and selling of g
  • How Zaarly Works • According to the company, consumers can post what they're looking for on Zaarly, describe how much they're willing to pay for it, and announce how soon they need it. • Zaarly will immediately share that request in the local community through the Zaarly platform. Users may also use Facebook, Twitter and other social media channels to find what they're looking for. • Nearby people or businesses will see what you want and connect to Zaarly to fulfill your request. • Zaarly allows buyers and sellers to “anonymously message and talk on the phone to facilitate the logistics of a transaction, enabling an in-person or virtual meeting to complete the transaction,” the company says.
  • • To pay for the transaction, Zaarly features an integrated credit card payment system, “all within a safe and secure platform.” Users can also pay with cash
  • ...1 more annotation...
  • Zaarly is available on the iPhone, Android, “and all Web-enabled mobile phones via your mobile Web browser, as well as through the Web and Facebook on your desktop computer,” the company says. “The integrated Zaarly platform allows buyers and sellers to connect while they are on-the-go or from the convenience of home or office.
3More

Location Based Social Media and The Rule of Three [14May11] - 0 views

  • n advertising circles there is an axiom that says that a customer has to be exposed to your product or service at least three times before they will convert. It's called the rule of three. It's why companies run remarketing campaigns. It's also an explanation for two conflicting surveys concerning location based social media.
  • In the first survey by Dubit, a youth communications agency, they found that 48% of teenagers surveyed had never heard of location based social media services such as Facebook Places and Foursquare. And of the 52% of the teenagers that had heard of these services, few of them actually used those services. The survey consisted of 1,000 teens between the ages of 11 to 18.
  • The second survey by Comscore's MobiLens showed that 16.7 million mobile users accessed check-in services like Foursquare and Gowalla. And 95% of those users regularly accessed a mobile web browser. The medium age range was 18 to 34. So what's going on? How can teenagers, who practically live and sleep with their mobile phones, be so out of the loop when it comes to location based social media? The answer is that they simply haven't been exposed to the services often enough to see the value.
3More

Over 16 million US mobile subscribers used location-based check-in services in March [1... - 0 views

  • 12.7 million check-in done on smartphones in March 2011, says comScore report Nearly 17 million US mobile subscribers used location-based 'check-in' services on their phones in March 2011, found a new study by comScore.The study showed that users have done 12.7 million check-in on smartphones, representing 17.6% of the smartphone population.The check-in service users, representing 7.1% of the entire mobile population, showed a high propensity for mobile media usage, including accessing retail sites and shopping guides. They also displayed other characteristics of early adopters, including a stronger likelihood of owning a tablet device and accessing tech news, when compared to the average smartphone user.
  • The research firm said that of the 16.7 million people using check-in services on their mobile devices, 12.7 million (76.3%) did so via a smartphone device.Android accounted for the largest share of check-in service users with 36.6% checking-in from an Android device, while 33.7% of users checked in from an iPhone. Apple had the highest representation relative to its percentage of the total smartphone market.RIM accounted for 22% of check-in service users, while Microsoft, Palm and Symbian each accounted for less than 5%.The study showed that more than 95% of check-in service users used their mobile browser or applications. Nearly 62% accessed news. Check-in user behavior was also consistent with that of traditional early adopters, with 40.3% of users accessing tech news and 28.2% owning a media tablet, both significantly higher than average.
  • Further, check-in service users also showed a high propensity for accessing retail-related destinations on their mobile devices. Nearly one-third of users accessed online retail sites on their mobiles, while one-fourth accessed shopping guides.Check-in service users were also more likely to be exposed to mobile advertising, with nearly 40% recalling seeing a Web or app ad during the month, compared to just 27.5% of smartphone users.
1More

P Diddy's TinyChat Gets Legs But Can It Catch Skype? [15May11] - 1 views

  • P Diddy has announced its first-ever location-based service but can also be used as an simple desktop chat system.Once registered, it gives a location marking for each user showing their geographic region and location (within a 10-mile radius) and provides a map to help identify fellow chatterers nearby.  The fledgling provider, based out of New York, says it is gaining 50,000 new users a day and is "second only to Skype for live-streaming web chat." Currently, it boasts 8 million daily users and is growing at a rate of 700 per cent y-o-y, since its foundation in 2009. However, this pales into comparison to VoIP darling Skype, which has around 145 million monthly users on average and another 400m registered. Nonetheless, it seems the market is ripe for other online chat providers. The new location service will also respect user anonymity, it insists, and users can opt in or out, to build a private or public chat group, or join live interactive online community. As part of its update, the chat site has developed widget versions of the service are available as well for use with all the leading web browsers, including: Firefox, IE, Google Chrome and Safari. Although it doesn't require any downloads to use, it does require Flash.
8More

Window into Google's Monopoly Maneuvers: More Internal Skyhook Emails [11May11] - 0 views

  • The initial set of documents from the Skyhook trial (which I analyzed here last week) gave a quick flash of Google's gamesmanship. But examining the larger set of documents from the initial phase of the Skyhook trial against Google is opening a window into Google executives' views on how they sought to reinforce Google's monopoly and collect personal information from its users. These  other batches of documents (see these PDFs here and here from the trial) highlight how Google both recognizes the monopoly nature of location-based services on smartphones and how it can keep extracting private information from users while maintaining a figleaf of "consent." As the New York Times noted in a story over the weekend, the emails flying back-and-forth give an almost minute-by-minute window into the workings of high-tech negotiations-- at least until some legal-aware top managers abruptly killed email exchanges with messages like "Thread-kill and talk to me off-line with any questions."  But in the meantime, we get some quite damning admissions by Google execs on their internal practices.
  • When Motorola and Samsung announced they were going to use Google-rival Skyhook for their location-based services on their Android smartphones, Google on one hand responded in these internal emails by noting the superiority of Google location information precisely because they were maintaining constant surveillance on customers and local wi-fi spots to update their location maps. "We are constantlyre-mapping through our users, which keeps the data re-refreshed," said one email (see p. 44) or, from another manager, the advantage of "the large volume of device distribution that helps the data collection. (see p. 32) Conversely, the managers bemoan the doom if Skyhook gets the business from manufacturers like Motorola and Samsung and Google loses the ability to spy on customer locations through the smartphones. "It will cut off our ability to continue collecting data to maintain and improve our location database.  If that happens, we can easily wind up in a situation we were in before creating our own location database and that is (a) having no access at all or (b) paying exorbitant costs for access."
  • Google managers recognize this market as a classic winner-take-all monopoly situation where controlling more devices let's you control more data which in turn gives you such an overwhelming advantage in providing location-based services that manufacturers will have to use your service.  With Android phones beginning to take off strongly in early 2010, who controlled those location-based services would create a tipping point for control into the future.
  • ...4 more annotations...
  • these emails show Google explicitly seeking to use bundling as a tactic.  Discussing Google Maps, top Google manager Steve Lee writes:
  • "We are in the process of trying to bundle NLP [Google's location service] with GMM [Google Maps] on Android, just like we do on other platforms...If successful, all GMM android partners will automatically get NLP, at least when GMM is used."(p. 47)
  • But Google had an even bigger bundling club, tying its location-based services to the Android operating system itself, much as Microsoft tried to tie installation of its Explorer browser to its Windows operating system.   By June and July, you see the evidence of Google using that club on manufacturers to knock Skyhook out of the competition.   You have the June email from Motorola to Skyhook telling the company:
  • "As you will see from the language in a note received from Google (relevant text is coped below), Skyhook's implementation of the XPS service on Motola's device renders the device no longer Android compatible."(p. 27)
  •  
    Using email link to comment. Can we turn up the "selective" button e.g. key sentences rather than full paragraphs. Just to see how it reads / looks.
3More

The rise and fall of mobile apps: a Roman Android empire? (Appolicious) [21May11]| Wor... - 0 views

  • re creating smartphone loyalty, determining which OS and device a consumer may buy. At least that’s what a recent Gartner report will have you believe. The sales report ranks Android, Symbian, iPhone, BlackBerry and Windows Phone sales in the first quarter of 2011, noting the impact of mobile apps on the market share of new sales. It seems the mobile device market is only gaining in strength, Google (GOOG) taking 36 percent market share, leading with 36.3 million unites sold. Symbian comes in second, with 27.4 percent market share at 27.6 million units, leaving Apple (AAPL) at 16.8 percent market share with 16.9 in sales. RIM’s (RIMM) BlackBerry comes in fourth, with 13 million and a 12.9 percent take of the market.
  • “Every time a user downloads a native app to their smartphone or puts their data into a platform’s cloud service, they are committing to a particular ecosystem and reducing the chances of switching to a new platform,” notes principle research analyst Roberta Cozza. “This is a clear advantage for the current stronger ecosystem owners Apple and Google. As well as putting their devices in the context of a broader ecosystem, manufacturers must start to see their smartphones as part of a computing continuum.”
  • Apps have certainly created an expansive ecosystem for mobile industry, but just like the mighty dinosaur, this era may one day become extinct. The death of mobile apps has been predicted by MIT writer Christopher Mims, pegging web apps as the future. It’s their potential ubiquity across platforms that extends access to web users, instead of drawing lines in the sand around mobile browsing versus the web you access on a PC laptop. Mims calls for a browser-based utopia where offline access and standards like HTML5 harmonize our desperate web experiences, but notes that offline access is far from perfect. Things still boil down to business, where Google’s marketplace has lower operating costs than Apple’s, with a broadening reach.
1More

How Windows 7 Knows About Your Internet Connection [17May11] - 0 views

  • "In Windows 7, any time you connect to a network, Windows tells you if you have full internet access or just a local network connection. It also knows if a WiFi access point requires in-browser authentication. How? It turns out, a service automatically requests a file from a Microsoft website every time you connect to any network, and the result of this attempt tells it whether the connection is successful. This feature is useful, but some may have privacy concerns with sending their IP address to Microsoft (which the site logs, according to documentation) every single time they connect to the internet. As it turns out, not only can you disable the service, you can even tell it to check your own server instead."
5More

Twitter permission change hurts third-party mobile apps [21May11] - 0 views

  • Twitter is updating its authentication system to give users more control over how third-party applications can access their accounts. Applications will now have to explicitly request additional permission from the user during the authentication process in order to send and receive direct messages on behalf of the user. At first glance, the change seems like a welcome improvement to the Twitter APIs. Support for granular permission tiers is one of the technical advantages of authority delegation systems like OAuth
  • Twitter's approach to implementing the feature comes with some serious problems for third-party client implementors
  • The OAuth standard was originally intended to enable server-to-server authentication for limited third-party access to non-public APIs. It is poorly suited for open APIs with an arbitrary number of independent third-party applications. More significantly, it doesn't address the needs of desktop and mobile authentication at all. Despite the significant limitations of the standard, it is being adopted and mandated by a number of social networking services, including Twitter.
  • ...2 more annotations...
  • OAuth authentication process must be carried out in a Web browser and involves a series of redirects: a third-party site sends the user to the Twitter website to log in and approve access and then Twitter redirects the user back to the initiating third-party site and appends a token that the third-party site can extract and use to identify the user to Twitter. The advantage of this system is that the third-party site never gets the user's actual password, just a revokeble token
  • The obvious problem with this system is that the redirect dance doesn't work for native non-web applications.
12More

#newsrw: Keep the audience interested with interactivity [27May11] - 0 views

  • Paul Bradshaw, visiting professor, City University and founder of helpmeinvestigate.com used the principal of toys to give ideas on developing the data story and explained the importance of  “future proofing the information we are gathering”, saying “that’s one of the big commercial imperatives”.
  • Conrad Quilty-Harper, data mapping reporter at the Telegraph, explained how creating maps adds to a story by using the example of a map on bike sharing schemes he created (though did not publish) using “Google Fusion Tables and a bit of javascript”. He recommends Google Maps and says the trailblazer of a news site using Google Fusion tables is the Texas Tribune.
  • My proudest example” was a live interactive Royal Wedding map which “worked brilliantly for three hours”. It showed some of the best tweets and were geolocated on the map. “We’ve got the data and we’re going to analyse it and do something with it in the future,” he said. “It tells you what people in specific locations were thinking”. The Telegraph would like to use the technology in a crisis news story, such as an earthquake or conflict.
  • ...9 more annotations...
  • One of the Telegraph’s examples Quilty-Harper gave was a map of what the UK would look like if the 2010 election was decided by people voting under the AV. He said the Telegraph is moving away from Flash graphics, which is not supported by the iPad.
  • Alastair Dant, lead interactive technologist at the Guardian, gave a run down of how news websites use interactive content.
  • OWNI considers itself a think tank and as describes what they do as “augmented journalism”.
  • “There’s a lot of under used resource” in the UK when it comes to creating maps, Quilty-Harper explained, saying the US is ahead of the game. He gave a tip that the Met office has an amazing resource of data on weather. Federica Cocco is editor of OWNI.eu and demonstrated the power of bloggers, data journalists, activists and graphic designers working together.
  • He listed the use of photos, slideshows, the interactive timeline, maps, charts and graphics, open-ended systems or “games”, which are interactive and allow users to make choices about what should happen, for example.
  • His view of the future is one of “lots of screens” as people use phones and tablet devices and of HTML5, which provides cross browser compatibility, overcoming the current problem.
  • Dant’s three tips for making interactive content are: 1. Google Fusion Tables 2. Tableau 3. Dipity, which is for timelines.
  • A question on how interactivity affects the audience and visitor numbers resulted in Paul Bradshaw discussing how many interactive maps and graphics go viral.
  • “With interactivity you get engagement”, Bradshaw said, and people spend a lot more time on the page – five times longer in the case of the data store, Bradshaw said.
11More

You say you want a revolution? It's called post-PC computing [24Oct11] - 0 views

  • How could Google, the high priest of the cloud and the parent of Android, analytics and AdWords/AdSense, not be a standard-setter for platform creation?
  • Amazon's strategy seems to be to embrace "open" Android and use it to make a platform that's proprietary to Amazon, that's a heck of a story to watch unfold in the months ahead. Even more so, knowing that Amazon has serious platform mojo.
  • Case in point, what company other than Apple could have executed something even remotely as rich and well-integrated as the simultaneous release of iOS 5, iCloud and iPhone 4S, the latter of which sold four million units in its first weekend of availability?
  • ...8 more annotations...
  • Let me answer that for you: No one.
  • The downside of this is that because the premise of the web is about abstracting out hardware and OS specificity, browsers are prone to crashing, slowdowns and sub-optimal performance. Very little about the web screams out "great design" or "magical user experience."
  • The mainframe was dwarfed by the PC, which in turn has been subordinated by the web. But now, a new kind of device is taking over. It's mobile, lightweight, simple to use, connected, has a long battery life and is a digital machine for running native apps, web browsing, playing all kinds of media, enabling game playing, taking photos and communicating.
  • In the PC era, for example, the core problems were centered on creating homogeneity to get to scale and to give developers a singular platform to program around, something that the Wintel hardware-software duopoly addressed with bull's-eye accuracy. As a result, Microsoft and Intel captured the lion's share of the industry's profits.
  • Given its multiplicity of capabilities, it's not hard to imagine a future where post-PC devices dot every nook and cranny of the planet (an estimated 10 billion devices by 2020, according to Morgan Stanley).
  • Now, Apple is opening a second formal interface into iOS through Siri, a voice-based helper system that is enmeshed in the land of artificial intelligence and automated agents. This was noted by Daring Fireball's John Gruber in an excellent analysis of the iPhone 4S: ... Siri is indicative of an AI-focused ambition that Apple hasn't shown since before Steve Jobs returned to the company. Prior to Siri, iOS struck me being designed to make it easy for us to do things. Siri is designed to do things for us.
  • stock performance of Apple, Amazon and Google after each company's strategic foray into post-PC computing: namely, iPod, Kindle and Android, respectively.
  • This is one of those cases where the numbers may surprise, but they don't lie.
2More

Inside AR: how augmented reality works [30Sep11] - 0 views

  • By providing an open platform for the creation of augmented-reality layers, these apps have democratised the AR industry - and made possible flights of fancy such as Unseen Sculptures, in which new-media artist Warren Armstrong and nearly two dozen others collaborated to populate central Melbourne and Sydney with a range of virtual artworks that "appeared" when smartphones running the Layar app were pointed at particular parts of the city."I'm fascinated by mobile devices and their ubiquity," says Armstrong, who has spearheaded the project's expansion - including planned engagements with the Sydney Fringe Festival, Cairns Festival and other projects. "It's very immersive: you can go to a location, put on headphones and do amazing things with sounds. Layar takes care of the fiddly back-end stuff for people who aren't au fait with PHP or MySQL programming. The whole thing is in its infancy, and there's a lot of scope for creating new things."
  •  
    Follow source to get a pretty good description of augmented reality / aurec.
1 - 20 of 20
Showing 20 items per page