adobe - ReadWriteWeb http://www.readwriteweb.com/feeds/tag/adobe en Copyright 2009 Richard MacManus readwriteweb@gmail.com Sat, 21 Nov 2009 05:00:00 -0800 http://www.sixapart.com/movabletype/?v=4.23-en http://blogs.law.harvard.edu/tech/rss Adobe's Upgrades Acrobat.com, Launches New Mobile App Adobe's online office suite, Acrobat.com, is getting its first major upgrade since the service left beta back in June of this year. The new release, launching tomorrow, is an entirely unified experience thanks to the addition of a much-requested file organization tool, explains the service's Director of Project Management Rick Treitman.

Also new are 35 user-requested features, including file searching capabilities and integrations with web services like Flickr and Google Image Search. However, one of the most exciting pieces to the upgraded service is the newly launched mobile component. With Acrobat.com's smartphone application, users won't just have access to their files on the go - they can also scan in new documents with their phone's camera.

]]>Sponsor

]]> The New File Organizer

The one major new feature in this release of Acrobat.com is the file organizer. Before, files could live in three different places on the service. Now all files are accessible through one main interface.

The file organizer itself includes some handy features, too. Instead of using a traditional folder structure like you have on your computer's hard drive, the service introduces something called "collections." These are more like iTunes playlists than file folders (or even labels in Gmail) because files can be assigned to multiple collections instead of having to sit in just one folder.

Another key component to the organizer is a file search tool. Believe it or not, the online service had no way of helping you find your files until now. Although the current search capabilities don't yet offer full text search of your documents, Adobe says that may come further down the road.

Also new is the organizer's "import and edit" feature which lets you open external files directly into the appropriate program so you can begin to work on them online. In the past, you had to first launch the program, then import the file. This time-saving step is more akin to what rival Google Docs offers via their upload feature except that in Acrobat.com, you don't have to click a link to open the uploaded file - it happens automatically.

Other New Features

The various online office programs themselves have seen improvements as well in this new release. Buzzword is leaving beta and now it, along with Presentations, lets you import images from online services like Flickr and Google Images in addition to the images found on your computer. One drawback to this feature, though, is that the online image searches don't offer filtering by license type, so a user could easily get into trouble by adding a copyrighted or otherwise licensed photo into their document if they neglect to check permissions first.

The Tables app, still in beta, now has the ability to do more data sorting and filtering. It also adds new views including a print layout view that shows what the document will look like on the printed page.

Acrobat.com Comes to iPhone, Blackberry

One of the more exciting developments is the new Acrobat.com mobile application which will be made available to Blackberry and iPhone users shortly. Built in conjunction with a company called scanR, the mobile application lets users take advantage of their mobile phone's camera to add new files to the service. After taking the photo, the app uses OCR technology to convert the image to text. How well this works is unknown at this time because the app has not yet arrived in the respective app stores.

The app also lets users view their files in a read-only mode, convert them to PDFs, and share them with others via fax or email. There will be two versions of the app made available - a free version and a premium offering which will allow for more PDF conversions and faxes.

According to Adobe, the Acrobat.com service is faring well. They already have 6 million users and add around 100,000 more each week. While a lot of users are students and SMB owners looking for a free alternative to more expensive Microsoft Office software, the company says they're also seeing the service picked up and used in small workgroups at larger companies. However, Adobe admits that they're not an enterprise play yet and they also won't reveal how many people use the premium version of the service - only that they're "happy" with the number thus far.

If you want to try the upgraded online suite, you can do so at www.acrobat.com as of tomorrow (Saturday, November 21st) at 6 AM EST.

]]>Discuss]]>
http://www.readwriteweb.com/archives/adobes_upgrades_acrobatcom_launches_new_mobile_app.php http://www.readwriteweb.com/archives/adobes_upgrades_acrobatcom_launches_new_mobile_app.php Adobe Fri, 20 Nov 2009 06:43:30 -0800 Sarah Perez
See Adobe AIR 2's Best New Features Demoed in 9 Sample Apps Today Adobe released new beta versions of the company's Flash Player and AIR. The Flash Player 10.1 technology now includes HTTP streaming and hardware decoding of H.264 video. The company plans to bring the updated Flash Player to mobile devices too, starting with the Palm Pre and then completing versions for other major smartphones by the first half of 2010 (with the notable exception of the iPhone, of course).

However, out of the two updates, it's Adobe AIR 2 that received the biggest overhaul. The new runtime allows developers to create entirely new types of applications that simply weren't possible using AIR 1. What sort of apps are those? Adobe's gallery of sample apps should give you some ideas of what's to come.

]]>Sponsor

]]> 1. Mass Storage Detection

In Adobe AIR 2, apps can now detect when a mass storage device has been inserted into the computer. That means the app can "see" your USB flash drives, external drives, and even some digital cameras. For example, developers could build an app that recognizes when your Flip camera is plugged in and lets you automatically upload videos to YouTube.

To demo this capability, Adobe has released FileTile, a sample app that does just this (minus the video uploading). FileTile recognizes external devices and lets you see the files and open them with their default application.

Download Installer | Source

2. Native Process API

The native process API allows developers to better integrate their AIR apps with existing code libraries or extend their apps using native code. With the new native process API, this can now be done without compromising the cross-platform capabilities of AIR which allows it to run on Windows, Mac, and Linux.

Developers using this new functionality can now deploy their apps with operating-specific installers like .exe, .dmg, .rpm, and .deb instead of an .air installer file.

To demonstrate the native process API, Adobe released SearchCentral, an application that taps into Mac OS X's Spotlight feature for desktop searches. It also lets you do web searches on Google and Wikipedia.

Installer | Source | How to

Here's a video explaining in more detail how the native API works:

3. Microphone Data Access

Like it sounds, the microphone data access feature lets you acquire the sound data from a computer's microphone without the need of a server. For example, a developer could build a note-taking application that lets users record audio clips even when they're offline.

To get started, a simple app called Microphone is now available which does recording and playback with variable playback speeds supported.

Download Installer | Source | How to

4. Drag-and-Drop Support for Remote Files

The new "file promises" feature of AIR 2 lets you drag remote files out of an AIR application. A file promise, as described by Adobe's Christian Cantrell, is "what you put on the clipboard when you want the user to be able to drag and drop files that do not yet exist, or that exist elsewhere (not locally on your machine)." It's a promise to deliver a file at some point, but not an actual file.

For example, an app could generate a CSV file but only when a user tries to drag and drop the file. It could also refer to files on a remote server, like an FTP server. When a user grabs that remote file and pulls it into the AIR app, the app could then download the data. It even supports files accessible via a URL like those hosted on Google Sites.

Unfortunately, this feature is Windows and Mac only.

A sample app called S3E provides a graphical front-end to your Amazon S3 account to demonstrate this feature.

Download Installer | Source | How to

5. Peer-to-Peer Networking Capabilities

Adobe AIR 2 also adds support for new networking capabilities including UDP, secure sockets and peer-to-peer. To demonstrate the possibilities, Adobe released KeePIPE, a javascript app that lets users on the same network share files using peer-to-peer technology. It also lets VMWare users transfer files between a virtual machine and a host computer.

Download Installer | Source | Read me

6. Multi-Touch

Perhaps the most exciting enhancement in AIR 2 and in Flash Player 10.1 are the new multi-touch APIs. In Windows 7, AIR apps can respond to multi-touch and in both Windows 7 and Mac OS X Snow Leopard, they can respond to gestures.

In this video (below), Adobe's Kevin Lynch demos a multi-touch app on an HP TouchSmart computer:

Obviously, Adobe is excited about this new feature, too, because they've released not one but four sample applications that demonstrate multi-touch in action:

  • GeoTest: Lets you move images around the screen using a built-in physics engine. Download Installer | Source
  • PhotoPhysics: A multi-touch app with a built-in physics engine. Download Installer | Source
  • SpriteFract: A multi-touch app with a built-in physics engine that demonstrates a mouse-compatible, direct-manipulation interface. It also uses PixelBender to asynchronously process a large amount of geometry data. Download Installer | Source
  • TouchTest: Lets you drag, scale, and rotate images on the screen. Download Installer | Source

Other Features

Other features in Adobe AIR 2 include the following (courtesy of Rob Christensen):

  • A new API lets you open documents with its default application
  • Global error handling
  • Enhanced printing support, including vector printing support on Mac and new APIs to query the local machine for a list of printers or print without a dialog box.
  • WebKit in AIR 2 is now based on the version shipped with Safari 4.0.3 which includes support for JavaScript profiling, SquirrelFish Extreme JavaScript engine performs 50% faster using SunSpider tests, CSS3 Module support (2D transformations, transitions, animations, gradients, zoom and WebKit CSS selectors), styling scrollbars via CSS and Canvas enhancements.
  • IPv6 format addresses can now be used with all APIs that accept an IP string as input.
  • Increased maximum size of NativeWindow: AIR 2 apps can have a window size of 4095 x 4095 where before the maximum was 2880 x 2880.
  • DNS lookup
  • Network interface enumeration
  • Database transaction savepoints
  • Screen reader support in Windows
  • IME API and IME text input enhancement
  • Smaller runtime installer sizes
  • More efficient CPU usage and reduced memory size

Adobe AIR 2 is available for download here on Adobe Labs. You can send Adobe feedback here or participate on the user-to-user forums here.

]]>Discuss]]>
http://www.readwriteweb.com/archives/see_adobe_air_2s_best_new_features_demoed_in_9_sample_apps.php http://www.readwriteweb.com/archives/see_adobe_air_2s_best_new_features_demoed_in_9_sample_apps.php Adobe Tue, 17 Nov 2009 06:05:08 -0800 Sarah Perez
Despite Layoffs, Adobe Expands Investment in E-Books adobe_logo_apr09.pngAdobe announced earlier this week that it plans to lay off almost 10% of its workforce. At the same time, though, the company also announced that it plans to expand its investment in e-books and digital publishing. Adobe is creating a new organization within the company that will focus on products for book, newspaper and magazine publishers. With Bill McCoy, however, the company is also losing one of its most visible advocates for open e-book standards in this week's layoffs.

]]>Sponsor

]]> Reorganizing Adobe's E-Book Groups

This new organization within Adobe will bring together the e-book business groups that worked on the Adobe Reader Mobile SDK, Adobe Content Server, Adobe Digital Editions, as well as the group that worked with the New York Times on the Times Reader 2.0. The new group will focus on developing products and business opportunities for digital publishers. These will include support for business models like subscription, advertising and retail.

Sony, for example, currently uses Adobe's Content Server to power its DRM solution for e-books. While Sony offers its e-books in the ePub format, it also uses Adobe's Content Server to wrap a proprietary DRM solution around the open ePub format.

Bill McCoy is Leaving Adobe

Bill McCoy drove Adobe's push towards making ePub the default format for eBooks. McCoy, however, is leaving Adobe as part of the restructuring. We can only hope that the company will continue to push for open standards in McCoy's absence. More details about McCoy's role at Adobe can be found at TeleRead.

]]>Discuss]]>
http://www.readwriteweb.com/archives/despite_layoffs_adobe_expands_investment_in_e-book.php http://www.readwriteweb.com/archives/despite_layoffs_adobe_expands_investment_in_e-book.php Adobe Fri, 13 Nov 2009 11:05:44 -0800 Frederic Lardinois
AIR 2.0 Coming Soon: Multitouch, Audio Recording, Less Memory Microblogging clients, media players, news tickers and more built on Adobe's popular Rich Internet App framework AIR will soon become a lot more powerful and efficient.

Version 2.0 of AIR will hit Adobe Labs later this year and be available for everyone in the first half of 2010, the company said this week. A good list of new features were blogged about by Adobe's Christian Cantrell yesterday and below are a few of our favorites.

]]>Sponsor

]]> mlbair.jpg AIR has a whole lot of potential but a number of shortcomings have mitigated the impact it's made to date, especially the fact that AIR apps tend to be memory hogs. To see what kinds of apps are being built in AIR, check out the now mothballed but still useful 3rd party site RefreshingApps or the official Adobe AIR showcase.

Here's what we can look forward to for AIR 2.0.

Multitouch and Gestures

Mac users with multitouch hardware can already perform multitouch actions in AIR apps today, but this feature will be available for Windows users in the next version of AIR. Both Windows 7 and Mac users will get new support for gestures like press and tap, pan, zoom, swipe and rotate.

Think the design-savvy developers of the AIR world can come up with some awesome things to do with these new gestures? We suspect they will.

Local Audio Encoding

"Access audio data directly from the microphone," Cantrell writes, "You used to have to send the data to a server and access it from there, but now you can do it entirely on the client." With this increase in efficiency, we expect to see more AIR apps utilize audio. An AIR podcast recording app? That's an obvious idea, we'll see what else people come up with.

Improved Memory Use

AIR apps are memory expensive, that's probably the single biggest complaint about them. Cantrell says that AIR 2.0 will have lower CPU utilization when idle and lower memory consumption in general. That's great news. If Adobe can really pull this off and make dramatic cuts to AIR's memory requirement then AIR apps are going to see a big increase in adoption.

The New York Times for example, one of the most new-media capable old-school institutions in the US, recently asked its staff to stop using the AIR app Tweetdeck because it's such a memory hog. That's probably one of the reasons why Times staff appears to be posting to Twitter less these days.

AIR apps can offer a compelling user experience outside the browser but across computing platforms. We've had high hopes for AIR for a long time. These and other improvements could help AIR deliver on more of that promise.

Hopefully 2.0 won't be too long in coming.

See Also: 10 Adobe AIR Apps Bloggers Will Love

]]>Discuss]]>
http://www.readwriteweb.com/archives/air_20_coming_soon_multitouch_audio_recording_less.php http://www.readwriteweb.com/archives/air_20_coming_soon_multitouch_audio_recording_less.php NYT Fri, 30 Oct 2009 09:55:23 -0800 Marshall Kirkpatrick
iPhone's Flash Apps: Let the Games Begin flash_iphone_oct09a.jpgEarly this morning at the MAX 2009 Conference, Adobe previewed Flash Professional CS5 and announced that the new release will let Flash developers export their files as iPhone apps. The significance of this announcement is that development time for thousands of Flash-based gaming and music companies will be cut significantly. In the past, developers have had to create separate iPhone apps and web-based tools. While this is not the Flash plugin for Safari that many have asked for, the closed-beta version of Flash Professional CS5 eliminates the need for separate iPhone development. In other words, developers avoid building their applications twice.

]]>Sponsor

]]> flash_iphone_oct09.jpgLumosity, a learning games community with more than 1 million members and a Flash-based iPhone portal, is particularly excited to see the CS5 announcement. Said resident game designer Ben Katz, "We release new products every month. This is an interesting solution that Adobe's decided to pursue, and so far it looks like the transition will be smooth. Our development time will depend on whether these applications actually look and feel like native apps."

High-traffic Flash-based gaming communities like Lumosity, Newgrounds and PopCap Games will be some of the first groups to utilize Flash's Low Level Virtual Machine compiler infrastructure. If these groups really do find the Flash customization as easy as it sounds, Adobe will be opening the floodgates to casual gaming. PopCap's titles alone have been downloaded more than 1 billion times by consumers worldwide. With reduced development time, it will be interesting to see the fortunes amassed by gaming houses. Some of the light games that have already been created using CS5 include Chroma Circuit, Fickleblox and Just Letters.

]]>Discuss]]>
http://www.readwriteweb.com/archives/iphones_flash_apps_let_the_games_begin.php http://www.readwriteweb.com/archives/iphones_flash_apps_let_the_games_begin.php Adobe Mon, 05 Oct 2009 18:04:00 -0800 Dana Oshiro
Adobe Announces Full Flash Player for BlackBerry Devices & 35 Funded Flash Apps Tomorrow at MAX, Adobe's worldwide developer conference, Adobe Systems
Incorporated will announce with partner Research In Motion (RIM) their progress in bringing Flash support to BlackBerry devices.

RIM, the company behind BlackBerry's wireless platform, including email and touchscreen technologies, is joining Adobe's Open Screen Project, a 50-organization-members-strong organization that aims to promote better apps for richer mobile, television, and desktop browsing experiences for users.

]]>Sponsor

]]> With this announcement, 19 out of the top 20 mobile handset manufacturers are now collaborating with Adobe to integrate Flash technology into their devices.

Also at MAX, Adobe and Nokia are jointly announcing the funding of more than 35 multi-screen applications as part of the Open Screen Project Fund. Several apps will be demonstrated at the show, including Twitter client Twittle, interactive map MyFestivalGuide, entertainment app SmartGrooves, frequent flyer app MileBlaster, real-time audience feedback app Live TalkBack, and many more.

Adobe is also announcing support for HTTP streaming and several new mobile-ready features, including multi-touch, gestures, accelerometer, and screen orientation.

Flash Player 10.1 is the first consistent browser-based runtime from the Open Screen Project that offers browsing of Flash-based web apps, HD video, and other content on smartphones, netbooks, other Internet-enabled devices.

Flash support is also expected for several other mobile platforms, including Google Android, Symbian, Palm webOS, and Windows Mobile. A public developer beta will be available for Windows Mobile, webOS, and desktop operating systems before the end of the year. A public developer beta for Android and Symbian should be announces early in 2010, with general availability and publicly available devices coming in the first half of 2010.

]]>Discuss]]>
http://www.readwriteweb.com/archives/full_flash_player_coming_to_blackberry_devices.php http://www.readwriteweb.com/archives/full_flash_player_coming_to_blackberry_devices.php Adobe Sun, 04 Oct 2009 18:01:00 -0800 Jolie O'Dell
TinyChat Goes P2P - Leverages Adobe's Real Time Media Flow Protocol tinychat_logo_may09.pngTinyChat, the popular Twitter-centric video chatroom solution, just launched a P2P-enabled version of its service. While the regular TinyChat routes its videos through the company's servers, the P2P version uses the Real Time Media Flow Protocol that Adobe builds into the Flash platform and Flash Player 10. As these video streams require a lot of bandwidth, this current version is limited to two active participants per room. For now, this version is more of a demo than a full-blown product, though the company plans to roll it into the regular TinyChat experience in the next few months.

]]>Sponsor

]]> Adobe introduced this P2P technology, the Real Time Media Flow Protocol, last December, but developers haven't really latched on to it yet as enabling this technology is rather involved.

Flash-based P2P Video

tinychat_homepage_small_oct09.jpgFor TinyChat, the ability to route these videos around its servers means reduced bandwidth costs. Once this feature becomes part of the default TinyChat setup, only calls with more than 2 participants will have to go through the company's servers and as TinyChat's founder Dan Blake told us earlier today, the experience of switching between the P2P chat and the server-based version should be completely seamless.

Unlike other P2P solutions, TinyChat is able to leverage a plugin that virtually all users already have on their machines and users don't have to download another plugin. All a user needs is a webcam and a microphone. Currently, when you are chatting on the P2P server, your privacy is also protected, as the service simply won't allow a third user to listen in or join the call.

]]>Discuss]]>
http://www.readwriteweb.com/archives/tinychat_goes_p2p_-_leverages_adobes_real_time_med.php http://www.readwriteweb.com/archives/tinychat_goes_p2p_-_leverages_adobes_real_time_med.php News Fri, 02 Oct 2009 13:30:56 -0800 Frederic Lardinois
Making Flash Apps More Sharable: Adobe Launches Services for Distribution adobe_logo_apr09.pngAdobe just announced the launch of Flash Platform Services for Distribution. These new services will allow developers to make their applications more sharable on a variety of platforms, including a wide range of mobile devices. Adobe will give developers the ability to enable their users to embed applications on over 70 destination sites. In order to provide this service, Adobe has partnered with Gigya, a company that already has a lot of experience in giving publishers the ability to make their content sharable through social widgets.

]]>Sponsor

]]> As the Adobe team behind this product told us in an interview last week, for a lot of companies, making their applications sharable is still a major challenge. For a large number of these companies, posting an application in an app store is also often the only mobile distribution strategy. The Flash Platform Services for Distribution, however, aims to make this easier for developers.

Sharing Flash Apps on Mobile Devices

On the mobile side, Adobe and Gigya will give users the ability to share content on a wide variety of phones, including Windows Mobile and Symbian phones. Users who want to install a sharable application on their mobile phones will simply receive an SMS message with a link to the application. The service will automatically detect the type of device and deliver the right version to the user. Developers can also give their users the ability to share iPhone versions of their applications - though obviously those have to be native iPhone applications, as the iPhone doesn't support Flash.

flash_distribution_air_app.jpg

Developers will be able to track the success of their applications through and Adobe AIR app that will allow them to measure distribution and customer usage. In partnership with Gigya, Adobe will also give developers the ability to assure installs through paid promotions and to monetize apps through cross-promotions.

Coming Soon: Easier Integration with Social Networks

Adobe also announced that it will launch another Flash Platform Service later this year that will allow developers to easily connect Flash applications written on top of Adobe's platforms with a number of social networks such as MySpace, Facebook, and Twitter. Developers won't have to worry about the idiosyncrasies of a service's API, but will be able to write their applications on top of Adobe's social platform instead.

]]>Discuss]]>
http://www.readwriteweb.com/archives/making_flash_apps_more_sharable_adobe_launches_ser.php http://www.readwriteweb.com/archives/making_flash_apps_more_sharable_adobe_launches_ser.php News Sun, 20 Sep 2009 21:01:00 -0800 Frederic Lardinois
Adobe: Mobile Flash to Get Accelerometer, Multi-touch Support Early Next Year Adobe CTO Kevin Lynch said at a company event for analysts today that a full featured version of Flash for mobile phones will be available in beta by the end of this year and by early next year the technology will be making use of multi-touch and accelerometer features on smart phones.

Ted Patrick, Adobe's Senior Manager of Developer Communities, put it like this: "I think we will see Flash on different devices support the soul of the device in capabilities and APIs" - including GPS. That's an exciting trajectory and more than we've heard before. Full Flash on phones by the end of this year is more or less on schedule, but the integration of these physical features certainly revs up the imagination.

]]>Sponsor

]]> The company's presentations were reported live on Twitter by multiple analysts present; the multi-touch and accelerometer integration forecast was first tweeted by Redmonk's James Governor and then quickly passed around between attendees.

"As Apple has shown," Governor told us by phone, "the User Experience elements are really important - it's not just how you draw screens. Adobe has understood this and will be offering APIs accordingly. What's most important is that they support a new interaction model because that's what developers want. Augmented reality apps, being more gestural about how you interact with applications - that's a big deal."

Governor, whose analyst firm counts Adobe among its clients, says that things will get really interesting when the Flash developer tool Flash Builder (formerly known as Flex Builder) integrates mobile and mobile features like accelerometer and multi-touch into its development environment. That's not currently on the public road map, but seems like the next logical step. "There's all these really cool phones beyond the iPhone, like Nokia phones, that have APIs for things like accelerometers, but the functionality hasn't been taken advantage of," Governor said. "If Adobe can simplify access to this functionality for new interaction models then it can, through tools, democratize sophisticated development on these platforms."

We've had only initial contact about this with Adobe at press time but will update coverage if we get more information.

While we tend to focus here on non-gaming mobile apps, it's not hard to see that multi-touch, accelerometer and GPS use by Flash apps will probably have the biggest impact on games.

The mobile Flash demonstrations shown today by Adobe were all on Android devices, still no world on Flash for the iPhone. ("It's up to Apple," was the line again today.) A bevy of beautiful, touchable, turnable, location-aware Flash apps on Android could create a pretty compelling competitor to the contents of the iPhone app store.

]]>Discuss]]>
http://www.readwriteweb.com/archives/adobe_mobile_flash_to_get_accelerometer_multi-touc.php http://www.readwriteweb.com/archives/adobe_mobile_flash_to_get_accelerometer_multi-touc.php Mobile Services Tue, 21 Jul 2009 11:13:56 -0800 Marshall Kirkpatrick
Remember Silverlight? Version 3 Launch and Features silverlight_microsoft_jul09a.jpgMicrosoft's Silverlight 3 and Expression 3 were released on July 9th to favorable reviews. The original Silverlight shipped in Fall 2007 as Microsoft's first programmable web browser plug-in. It's a 4MB Flash/Flex competitor that runs on Mac OS, Windows, Linux, and mobile devices. While Flash definitely holds the market share for machine installs, according to Microsoft, "In less than nine months since its release, more than 1 in 3 Internet devices now have Silverlight 2 installed."

]]>Sponsor

]]> While this market penetration may seem high to some, the fact that Silverlight does not have widespread name recognition is perhaps a testament to the seamlessness of the service. In it's third iteration, Silverlight 3 offers some interesting new features including the following improvements:

1. Streaming Support: Silverlight changes and adapts the video quality of a media file based on available bandwidth and CPU conditions in order to deliver an optimized viewing experience. This provides support for live and on-demand true HD (720p+) streaming. Video giant Netflix first employed the platform in 2007 to power its instant viewing service. With the new streaming support, the only thing holding back HD video sites is their own limited catalogues.

2. Sketchflow: Expression Studio's SketchFlow allows for rapid user interface prototyping. This means that concepts and projects can evolve seamlessly without the need for lengthy redesigns. Developers are also able to apply their sketches to a 3D plane and add animation and annotations to them. Designers and developers are reporting that Sketchflow cuts down mock up times significantly.

3. Out-of-browser Capabilities: Similar to Adobe's AIR and Mozilla's Prism, Silverlight enables applications to be placed in a restricted store on a users machine. Users are then provided a direct link to the application from their desktop or start menu. Silverlight also tests for a network connection and automatically syncs and stores files depending on that connection. This ensures point back up.
silverlight_microsoft_jul09.jpg
One of Silverlight 3's early projects is French-based Eeple's Board. The project was started by a 19-year-old computer science student and is a virtual cork board with pictures, posters and articles. As with a real cork board, messages and notes can be layered to produce a media collage. In this case, the media includes videos, blog posts and music files.

A year ago, Silverlight's penetration was 17%, today it's at a third of all users. Compared to the 99% market penetration of Flash 9 and 86% penetration of Flash 10, this is extremely low. It will be interesting to see if Silverlight 3's features will increase the rate of adoption. Partnerships will certainly play a key role in how the market is carved out in the years to come.

]]>Discuss]]>
http://www.readwriteweb.com/archives/remember_silverlight_version_3_launch_and_features.php http://www.readwriteweb.com/archives/remember_silverlight_version_3_launch_and_features.php Microsoft Sun, 12 Jul 2009 21:48:10 -0800 Dana Oshiro
Morgan Stanley's Matrix: An App From the Future matrixlogo.jpgFinancial services company Morgan Stanley released an incredibly ambitious new application this morning called Matix and many of its features will make hard-core web users hopeful that apps like this will emerge in other sectors as well. Matrix is a Rich Internet Application, or software that sits on the desktop but leverages web connectivity, and it's pretty as can be.

Adobe worked closely with the company to create what it believes is an app that pushes the envelope with regard to what can be done with Adobe technology. We believe there are a number of trends in play here that go beyond Adobe as well and are likely to be key features for many apps in the future.

]]>Sponsor

]]> Data Manipulation and Visualization

matrixpic2.jpgMatrix lets users combine their own uploaded data in CSV format with historical data compiled by Morgan Stanley. Sharp looking data visualization options are baked in to help with decision making. Real time data is fed into a dashboard type environment as well.

Rich Internet Applications

Rich Internet Apps (RIA's) are particularly well suited to data-intensive operations if they are constructed well. Users get the responsiveness of a desktop app combined with live updates from the cloud. The most popular consumer-level RIAs are Adobe AIR Twitter clients like Tweetdeck and Seesmic - but imagine these kinds of apps built by the powerful development teams working in financial services firms.

Mixed Human and Machine Communication

matrixpic1.jpgThe Matrix product combines human-curated content chosen by Morgan Stanley's employees with algorithmically filtered content from the raging river of news and financial information that threatens to overwhelm users.

That content is delivered in a "news feed" type interface that looks a little like Facebook or Twitter, but where message headlines can be expanded with a click for reading and viewing multimedia.

Additionally, all of those pieces of content are accompanied by an IM-like presence status for the person who added the content to the system. That's hot stuff - like the human component of the real time web, augmented by data. We're very curious to see how well this can scale, but generally speaking - presence information online is something we really wish more apps supported.

The Matrix microsite is over the top with Flash and audio, but it's definitely worth a look. The product is is a fascinating look into the future. We hope that institutional investors don't get to have all the fun.

]]>Discuss]]>
http://www.readwriteweb.com/archives/morgan_stanleys_matrix_an_app_from_the_future.php http://www.readwriteweb.com/archives/morgan_stanleys_matrix_an_app_from_the_future.php NYT Mon, 08 Jun 2009 09:53:56 -0800 Marshall Kirkpatrick
12 Companies Targeting Early Tech Adopters readwritewebOur mission at ReadWriteWeb is to explore the latest Web technology products and trends. We're fortunate to have a great group of sponsors who support this goal. So, once a week, we write a post about them; about who they are, what they do, and what they've been up to lately. We hope you'll pay them a visit as a way to show your appreciation for their sponsorship of this site.

Interested in being a ReadWriteWeb sponsor? ReadWriteWeb is one of the most popular blogs in the world and is read by a sophisticated audience of thought leaders and decision-makers. We have several innovative new features in our sponsor packages that we'd love to tell you about. Email our COO Bernard Lunn for all the details.

]]>Sponsor

]]> Ready to learn more about the smart companies that support this site you love to read? Read on...


Skip to info about: Calais: semantic Web API | Socialtext: enterprise 2.0 | Adobe: Flash media server | Wistia: video for business | Mashery: API management services | TaxACT: online tax filing | Rackspace: cloud computing experts | Aplus.net: Web hosting | Crowd Science: demographic data | Eurekster: custom topic portals | Smub: mobile sharing | Media Temple and SixApart: our hosts and blogging software



Calais

370_tagaroo.jpgCalais, powered by Thomson Reuters, brings state-of-the-art semantic functionality into your blog, content management system, site or application. Calais 4.0 was released in January, for the first time allowing publishers to connect to the Linked Data Web standard. Calais 4.0 goes beyond meta-tagging and enables publishers to integrate their content with Linked Data assets from Wikipedia, GeoNames, the Internet Movie Database (IMDB), Shopping.com, and others. Calais 4.0 also lets publishers share semantic meta-data about their content with "content consumers" such as search engines, news aggregators, related stories recommendation services, and more.

Check out the incredible work being done at Calais and let us know what you think.

Socialtext

Socialtext provides an enterprise wiki platform for organizations who want to accelerate knowledge sharing, foster collaboration, or build online communities.

Socialtext is currently offering a free white paper entitled "5 Best Practices for Enterprise Collaboration." It explains how collaboration solutions (a.k.a. Enterprise 2.0) can "dramatically reduce enterprise cycle times and costs. These results may be critical to survival in difficult economic times, and the right collaboration solution is the easiest, most cost effective way to achieve them."

Download Socialtext's free white paper at http://socialtext.com.

Crowd Science

Crowd Science gives online publishers reports on the demographics and attitudes of their audience. We at ReadWriteWeb have signed up to this new service, because demographic data is something we've struggled to get in the past. It's important for any online business to know their audience, so Crowd Science is a welcome addition to the stats armory that most of us in the Internet biz use.

You can sign up to get demographic data by clicking here.

Mashery

Mashery is a platform for Web services, allowing companies to manage their APIs using Mashery's expertise. At the "Business of APIs" conference, Mashery CEO Oren Michels explained to the audience that while APIs are a technology, their use is a business decision. He went on to say that Mashery has helped customers such as WhitePages.com, Thumbplay, Compete.com, and Calais. Check out the white paper "Five steps to scaling your business development using Web services" to discover how you can use APIs for your business.

You can find out more about APIs and their business use at www.mashery.com.

TaxACT

TaxACTTaxACT is an efficient way to file your taxes online, in either desktop or web-based versions. It offers two ways to enter data: the interview format, or the forms-based entry method. TaxACT also provides its users a highly reliable and robust alerts system to prevent costly mistakes generally caused by omissions or missed opportunities to maximize deductions. Regardless of the TaxACT version, all forms are IRS and State approved. The software was developed by professional accountants and CPAs.

You can see a tour of TaxACT online by clicking here.

Rackspace

Rackspace is one of the world's largest hosting providers, but it's also competing in the cloud computing arena. In October Rackspace announced two major acquisitions: SliceHost and JungleDisk. Slicehost is a popular cloud computing and hosting provider with about 15,000 users, while JungleDisk is one of our favorite online backup services. JungleDisk used to rely on Amazon's S3 storage solution, but it now also supports Rackspace's cloud storage solution. At the same time, Rackspace also announced a new suite of services, Rackspace Cloud Hosting, which combines a hosting platform (CloudSites) with a cloud storage solution (CloudFS), and, in the long run, a tight integration with Slicehost's services.

Click here to explore Rackspace's hosting and cloud computing solutions.

Adobe Flash Media Interactive Server 3.5

Adobe Flash Media Interactive Server 3.5 offers powerful streaming with a flexible environment for creating and delivering rich, interactive, multi-way social media experiences to a broad audience. You'll find a superior video experience, with new features such as Dynamic Streaming, DVR functionality, HTTP delivery support, and H.264 enhancements.

Check out the Adobe Flash Media Interactive Server 3.5 to add interactivity and media streaming to your social media applications.

Wistia

Wistia is a provider of secure video sharing and collaboration tools for business. The company says that "the use of video in business has grown immensely as cameras and video production have become significantly more accessible. However, sharing and collaborating on this content with your team still has many challenges, including large file sizes, numerous video formats, privacy and security, and lack of collaboration environment." Wistia aims to solve those challenges.

You can get a free 15-day trial of Wistia by clicking here.

Aplus.net

Aplus.net offers a variety of services relating to Web hosting, including shared hosting, dedicated server, managed hosting, Web design, marketing and online advertising services, search engine optimization, e-commerce solutions, and domain registration.

You can register for Aplus.net here.


Eurekster

370_aswicki.jpgEurekster is developer of the swicki that we use on ReadWriteWeb, a custom social search portal on the topic of your choice (in our case, Web tech), powered by the community.

People build swickis on all kinds of topics, some people build a lot of them. Alex Holmes, for example, builds really nice looking swickis on topics like the 2008 Election, Ocean Animals and Home Buying.

Smub

Smub is the first truly mobile bookmarking, link-sharing tool. Smub lets you share and save any link easily from your iPhone, Mac, or PC without a plugin or application.

Type smub.it/ to the left of http:// on any link to save or share, and Smub will automatically take you through the process. Make the link public to share with others, or keep it private just for yourself. Smub has built-in sharing to Facebook, Twitter, MySpace, and more.


 

 

Our Gracious Hosts and Blogging Software

370_rwwmt.jpgReadWriteWeb is hosted by Media Temple and is published using SixApart's Movable Type.

If you've ever wondered what ReadWriteWeb looks like behind the scenes, or if you've never seen the Movable Type publishing interface - that's it on the left. We recently upgraded to MT 4.23, which is the latest version. We got onto this release as soon as it was available - in fact our contacts at Six Apart emailed the actual code to us before it was up on their website. That's customer service for you!

The companies above pay our rents or mortgages and we appreciate it. We hope you'll stop by their sites and see what they've got to offer.

Have you got a smart company that could use some more visits by the sophisticated readers of a blog like ReadWriteWeb's? Drop us a line and let's talk.

Thanks to all our sponsors and our readers for your support!

]]>Discuss]]>
http://www.readwriteweb.com/archives/sponsors_post_10may09.php http://www.readwriteweb.com/archives/sponsors_post_10may09.php Sponsors Sun, 10 May 2009 18:59:13 -0800 Admin
Flash Comes to the Living Room adobe_logo_apr09.pngAdobe today announced that it has partnered with a number of prominent content creators and hardware manufacturers to bring its Flash platform to the living room. As a part of this initiative, Adobe will release a new version of Flash that will be optimized to run on set-top boxes, Internet-enabled TVs, and Blu-ray players. Among Adobe's partners are Broadcom, Comcast, Intel, Netflix, The New York Times Company, and Disney. The company expects that these companies will release the first Flash-enabled devices in the second half of 2009.

]]>Sponsor

]]> Competition from Yahoo and Microsoft

Adobe, of course, isn't alone in trying to make a push for the living room. Microsoft is also trying to aim for the same market with its Silverlight platform. Although Silverlight has been used to power some high-profile events lately, including NBC's Olympics site, it is still only a minor player in the overall market.

Last August, Intel and Yahoo also announced an initiative to bring Yahoo widgets to TVs. Even though other vendors like Verizon already offer some widgets on their set-top boxes, these solutions are often too clunky to be really useful.

Similar to Silverlight, the new Adobe platform will not just focus on widgets, however. Adobe also plans to give content creators the ability to stream HD video directly to these devices.

Interestingly, Netflix, which currently uses Silverlight to power its browser-based players, is also among Adobe's launch partners.

Can Flash Succeed Where Others Have Failed?

Interactive TV has long held a lot of promise, but the idea never really caught on with consumers. Flash, however, may be able to change this. Adobe can rely on a dedicated group of third-party developers who will only have to make minor changes to their programs to make them run on these Flash-enabled devices.

Hopefully, Adobe will create an App Store-like experience that will allow developers to promote their apps and allow consumers the ability to pick and choose widgets for their TVs.

]]>Discuss]]>
http://www.readwriteweb.com/archives/flash_comes_to_the_living_room.php http://www.readwriteweb.com/archives/flash_comes_to_the_living_room.php Adobe Mon, 20 Apr 2009 09:45:13 -0800 Frederic Lardinois
Adobe Teams Up With Stanza to Create Open EBook Catalog Standard adobe_stanza_logo.jpgAdobe and Lexcycle, the company behind the popular Stanza eBook application, announced today that they are working together with the Internet Archive on turning the Stanza online catalog system into an open standard for distributing free and commercial eBooks. This new standard, the Open Publication Distribution System (OPDS), will be built on top of Atom, and aims to create an open standard for distributed online catalogs for electronic books.

]]>Sponsor

]]> Before this, Adobe and Lexcycle were already working together on bringing support for PDF files and the EPUB standard to Stanza, which currently has over 1.3 million users.

OPML for eBooks

One way to think about this standard is as a kind of 'OPML for eBooks' - only instead of RSS feeds, OPDS features a catalog of eBooks, including optional links to book covers and short summaries. Instead of making users jump through all kinds of hoops, eBook applications could simply allow users to 'subscribe' to and search through these catalogs from within the application - and users could then download them right to their eBook readers without having to go to a browser or another application first.

In a perfect world, where every eBook vendor adopted this standard, users would be able to find and acquire books from any device, whether it be a Kindle, a Sony Reader, a Windows Mobile phone, or a Windows desktop. The Stanza reader, for example, already features support for various stores, and if Amazon adopted this standard, it could easily enable its users to access any other OPDS enabled store. The experience would probably not be as rich as on a dedicated app or website, but it would allow users to access eBooks from a wider range of vendors (which, of course, might not necessarily be in every vendor's interest).

Just a draft for now

The OPDS standard is currently in draft form, but the core elements of the standard are support for the EPUB standard and the Atom XML based catalog format. The exact specifications are available on the project's wiki, where you can also participate in the project.

In his post about this announcement, Adobe's Bill McCoy argues that he hopes that this standard will give consumers a seamless mechanism to get eBooks from various sources, with the ability to read the texts on multiple devices, "without lock-in to 'One Store to Rule Them All'" - which we take as a reference to Amazon's Kindle and Kindle Store (though thanks to this hack, reading ePub books on the Kindle has now become a bit easier).

McCoy also rightly argues that having a standard for eBook distribution and acquisition will allow vendors to reach more consumers across a wider range of platforms, which, in the end, can only be a good thing for the emerging eBook market.

]]>Discuss]]>
http://www.readwriteweb.com/archives/adobe_teams_up_with_stanza_to_create_new_open_ebook_standard.php http://www.readwriteweb.com/archives/adobe_teams_up_with_stanza_to_create_new_open_ebook_standard.php News Wed, 08 Apr 2009 12:32:45 -0800 Frederic Lardinois
Nomee Introduces New Social Aggregation Software Today at the Web 2.0 Expo in San Francisco, a company called Nomee is revealing a new software application for the purpose of aggregating all your social networking sites into a single desktop experience. In a way, this software is somewhat reminiscent of the web-based PeopleBrowsr in the sense that it's attempting to pool all your networks and identities into one single window. However, unlike PeopleBrowsr, Nomee is not just aggregation software - it also functions as a social identity management tool, letting you control which identities are shared with which people. That makes Nomee more like a next-gen social address book than anything else.

]]>Sponsor

]]> Tracking Social Updates with Nomee

The way that Nomee's CEO Kevin Mokarow describes his new Adobe AIR application is that it lets you follow "people, not web sites." This is accomplished through the creation and exchange of "Nomee cards." In your card, you enter in your contact information and your social networking profiles from sites like Facebook, LinkedIn, Twitter, and hundreds more - anything with an RSS feed is supported. By creating Nomee cards for select groups, you can specify who gets to see what information. For example, if you want to share your card by posting it to your blog, you may want to include your Twitter, FriendFeed, and MySpace information, but not your Facebook profile. For your close friends, however, you could share a separate Nomee card which contains your Facebook profile info, too.

Nomee also provides pre-built cards for certain high-profile persons including celebrities, sports players, and the occasional politician (yes, it's Barack Obama). Anyone can subscribe to these cards just as anyone can subscribe to yours - and you don't have to reciprocate by accepting their card in return. It's entirely a one way experience.

Within the Nomee application the cards can be organized into groups and clicking on any user's information will display the number of updates per service in a very iPhone-esque fashion. You can also view a stream of that person's most recent updates across all their networks.

Some Issues

Obviously, keeping track of all your friends and colleagues in Nomee could be very inefficient since you have to click on users one-by-one to see their respective streams. The only other option for seeing friends' updates is turning on the desktop alerts - a feature you'll either love or hate. If you only have a few contacts, it may be nice to get the occasional pop-up, but most of us would be overrun with alerts.

The company intended this application to be a way to stay tuned into what your friends and other contacts are up to, but outside of those pop-ups, its interface makes this relatively time-consuming and inefficient. However, in playing with the application ourselves, we saw the potential for it to become a social address book. Of course, transforming the app from a stream-based aggregator to an address book would require some additional work on the company's part.

Still, the idea is intriguing - an address book that's filled not only with traditional contact info, but also with the status updates and other social data produced by that contact across the social networking arena. That could actually be a useful desktop application. Add a mobile sync feature and there could really be something there.

In order for this to come to pass, though, Nomee would have to add a lot more features. For example, it would have to allow you to build contacts on your own and it should let you accept vCards from others which you could then customize by entering in things like their Twitter username, etc. Supporting a standard like vCard is important because you can't assume that everyone is going to be creating these "Nomee cards."

At the moment, Nomee is somewhere in between web-based aggregation portals like FriendFeed (or, these days, Facebook's stream) and desktop-based AIR apps like TweetDeck's Twitter-tracking tool. The company needs to decide how committed they are to being an aggregation tool versus a social contact organizer. If it's the former, the current iteration somewhat fails for anyone with a decent amount of contacts to follow because it's just inefficient to track updates with this app. But if it's the latter, after some work Nomee could become a useful way to pull up contact information while also seeing a person's latest social activity.

We suppose that, to a point, you can use Nomee in this way right now. However, you're restricted to those who already have Nomee cards - which includes very few "real" people at the moment. (All you have are celebrity "news makers.") And without real people to follow, there isn't much you can do with a social application.

]]>Discuss]]>
http://www.readwriteweb.com/archives/nomee_introduces_new_social_aggregation_software.php http://www.readwriteweb.com/archives/nomee_introduces_new_social_aggregation_software.php Products Wed, 01 Apr 2009 07:00:00 -0800 Sarah Perez