Subscribe to Angel Blog Reviews Subscribe to Angel Blog Reviews's comments

Posts tagged ‘browser’

One of the interesting trends of 2009 has been the gradual decline of RSS Readers as a way for people to keep up with news and niche topics. Many of us still use them, but less than we used to. I for one still maintain a Google Reader account, however I don't check it on a daily basis. I check Twitter for news and information multiple times a day, I monitor Twitter lists, and I read a number of blogs across a set of topics of most interest to me. Frankly I'm more likely to use Google Reader to search for specific information nowadays, than to scan my subscribed feeds for their latest posts [I should note however that our news writers use a variety of RSS Readers daily]. So what's happened to RSS Readers. Do people still use them and is there still a viable market for them? Sponsor In February 2007 we reported on the state of the RSS Reader market, based on statistics from Feedburner and Pheedo. At that point Google had 59% market share amongst web-based RSS Readers, followed by Bloglines with 33%, then Newsgator and Netvibes with 3% (note: this didn't count Newsgator's desktop apps, like FeedDemon). Pheedo's stats in February 2007 were somewhat different: Newsgator Online had 27% share, followed by MyYahoo! with 20%, Blogines 19% and Google Reader 13%. The first time ReadWriteWeb looked into market share for RSS Readers was 5 years ago, in December 2004 . At that point, very early in the web 2.0 era, Bloglines was the clear leader and Google Reader wasn't even a glint in the milkman's eye. 2009 Update on RSS Reader Market Well, unfortunately Feedburner no longer publishes any useful data about RSS Readers. The product has been infrequently updated since Google acquired it in June 2007 and it no longer even has a proper blog (a Google blog called Adsense For Feeds was the closest I could find). Pheedo also has gone quiet from a blogging perspective - its last blog post was January 2009. Tellingly though, it has an active Twitter account . The best data we have then is ReadWriteWeb's own Feedburner account. Here is the top 10 for Dec 09: 1. Google Feedfetcher 85665 (includes both Google Reader and its start page iGoogle) 2. Bloglines 38797 3. Netvibes 34894 4. FriendFeed 16269 5. NewsGator Online 6753 6. Firefox Live Bookmarks 2999 7. PostRank 2454 8. Windows RSS Platform 1587 9. Mac OS X RSS Reader 1307 10. Zhuaxia 1127 (a Chinese RSS Reader) Feedburner's numbers always need to be taken with a large grain of salt, nevertheless we can see that Google is now over twice the number of Bloglines. There's little sign of life on Bloglines' blog either and its Compete.com traffic numbers show a decline since June 2009 . Netvibes, FriendFeed, Newsgator and PostRank are the only other english language competitors showing in our Feedburner numbers. The others are either browser (Firefox) or operating system readers. Also note that Newsgator shut down its online RSS Reader at the end of July this year. Conclusion: Google Dominates, RSS Readers Less Relevant These statistics are by no means the definitive RSS Reader market numbers. They do clearly show two things though: 1) Google now dominates what's left of the RSS Reader market. Bloglines is hanging in there, but it seems like it's given up the fight judging by lack of activity in its blog and traffic dips. 2) RSS reading is a very fragmented experience circa 2009. People can monitor news and information via Twitter, Facebook, start pages like Netvibes, their Firefox bookmarks, their OS, aggregators like Techmeme, and so on. Tell us in the comments how you currently read your RSS feeds and how often you check them in an RSS Reader - if indeed you still use one... Discuss

Picture%2062 RSS Reader Market in Disarray, Continues to Decline

Visit link:
RSS Reader Market in Disarray, Continues to Decline

Last month was Javascript season in Europe, with two conferences dedicated to the language that powers interactive web applications, and a third , which featured it heavily. If a common theme emerged, it was the buzz about Javascript leaping out of the browser to serve other domains, and the noise has only become louder in the aftermath. Of all the applications outside the browser, server-side Javascript is the most alluring for reasons described in this post. An idea that would have had you laughed out of the room a few years ago is edging towards reality. Sponsor Javascript outside the browser? Some of the applications are graphical user-interface platforms similar to the browser, e.g. Adobe Air, television sets. With other applications, there's not even a graphical user interface. For example, some have suggested using it as a general-purpose Unix scripting language. This guest post was written by Michael Mahemoff , who works at Osmosoft as lead web developer and blogs regularly for Ajaxian and on his his personal blog, Software As She's Developed . You can follow him on Twitter . The Perfect Storm Server-side Javascript isn't a new phenomenon; Netscape stuck Javascript in the server way back in 1996, right after they introduced it to the world as a browser technology. Interest soon waned, and the language was confined to the browser for the most part. Even there, it didn't get a whole lot of respect and was frequently dismissed as a hack language capable of no more than annoying alert boxes and gratuitous ticker tape animations. But suddenly, serious web-based applications started sprouting up. GMail, Google Maps, and JotSpot (kind of a Google Docs predecessor) were all running inside the browser. They weren't supported by Flash, nor ActiveX, but Javascript manipulating the browser's Document Object Model (DOM). The term "Ajax" was coined to describe these applications, and a community flourished. A few years on, Javascript has become the world's most popular programming language by some accounts. Not so surprising when you consider its special status as the standard language shipped with all major browsers. It's the web's lingua franca. While most web developers have a favourite, primary, language for server-side work, they converge on Javascript when it comes to the browser. Javascript today can be compared to the English language: it's arguably the most popular language as long as you count basic competency, not just outright fluency. Given that you're already using it in the browser, why not stick it in the server too? One language all the way down makes it easier for a single programmer to work on either side of the wire; there's less of a mental shift. For project managers, the trend would make it easier to move developer resources between the front end and the back end if a common language is used on both. Many in the developer community now recognize Javascript as a respectable language, with understood patterns for effective use. In fact, many of Javascript's negatives were a case of misdiagnosis: the problem was really the browsers' DOM (Document Object Model) APIs, not the language itself. Take those out of the equation and you're left with a solid language capable of tackling diverse problems. There's also a promising reuse story for this "dual-side Javascript" scenario. Take form validation for example. Right now, it's common to write the same logic in two different languages. In Javascript, you write a validator to give the user immediate feedback inside the browser, and in a language like PHP, you write a validator to ensure data integrity once the form data has been uploaded to the server. But once you switch to Javascript on the server, you just need to write a single validation routine at both ends. Under some styles of development, you can also arrange for a function in the browser to directly call another function inside the server; the code is smaller and simpler to write, not being bogged down in the technical details of transferring data across the network. Javascript performance has also moved forward in leaps and bounds, thanks to browser competition. Firefox's Javascript engine, Spidermonkey, increased in speed by a factor of 20-40x . Safari's underlying engine - Squirrelfish, aka Nitro - posted similarly impressive gains (see chart below), and Google Chrome came on the scene last year along with its highly optimized V8 Javascript engine, a very real contender in the "fastest Javasript engine" stakes. Server-side Javascript also dovetails nicely the new breed of NOSQL databases . Being web-native, these databases tend to communicate in HTTP, and in some cases JSON (JavaScript Object Notation) is the message format. Javascript libraries already include support for exactly that kind of interaction and programmers are familiar with them. Some of these NOSQL systems go beyond data persistence and into the zone of full-fledged Javascript application environments. Next page: Towards A Mature Server-Side Ecology Towards A Mature Server-Side Ecology In the simplest case, all you need to run server-side Javascript is a Javascript engine to plug a web server into. There are plenty of open source options here; the choice will come down to the language its implemented in, which affects the kind of environments it can run in, in addition to the usual factors like performance and level of support. Many Javascript platforms run on the Rhino engine for example, and Rhino is built in Java; this means that they can easily integrate with Java components. Thus, you can build the entire user-interface in Javascript - including a thin UI layer on the server - and still have it backed by a conventional enterprise Java stack. Helma is one prominent example of this architecture. Once equipped with a Javascript engine, you can write simple CGI scripts as you would with any other language - read the request, write the response. In practice, you'll also want good library support to get anything useful done. Some environments do come with libraries, and you can also make use of existing libraries developed for browser-based Javascript. What will really make the biggest impact, though, is industry-wide standardisation. To that end, there's a strong grassroots movement underway to converge on a complete API: CommonJS is defining an API for file access, networking, unit testing, and so on, as well as declaring how these components should be packaged for easy import. Multiple efforts are implementing the nascent spec in several major Javascript engines (Rhino, Spidermonkey, V8, EjScript). One open-source platform complying with CommonJS is Narwhal . It has considerable momentum and runs on several of the Javascript engines. CommonJS is raising the level of abstraction for server-side Javascript and allowing developers to use patterns familiar from high-level servers in other environments. Writing a web server no longer means hand-coding the lower-level cruft. Thus, you get a framework like Jack , which is similar to Python's WSGI and Ruby's Rack . Jack's based on the idea of fine-grained "middleware" libraries, able to be composed and reused, and there's a separate project, Nitro , to build such components for Jack. So Nitro builds on Jack, and Jack builds on CommonJS. This is an example of the ecosystem beginning to emerge in server-side Javascript. Use the Force! Building on Javascript's Strengths In the previous section, I treated Javascript as just another language with all the usual server-side abstractions and the well-trodden path towards modularity and reuse. That's not a bad thing at all, since we also benefit from the synergies of running the same language in the browser and the server mentioned earlier. Where things get really interesting, though, is with frameworks that exploit Javascript's unique characteristics. It's easy to get carried away with Javascript's efficacy as a regular scripting language, so let's remind ourselves that its roots are inside the browser. What the browser has, that a generic web framework doesn't, is the Document Object Model (DOM). This is the browser's model of the web page's contents. What if we gave Javascript access to a DOM? DOM access is a key feature of the Jaxer environment. It gives scripts access to an entire server-side Firefox instance. Developers can therefore manipulate content as they would in a client-side application, and output the resulting page. This overcomes one of the objections with Ajax apps, which is "what if the user has turned off Javascript?". The page still comes out as plain old HTML. That's a lot of power, and the patterns for using this kind of thing are not yet fully understood, but it has plenty of potential for exploration. There are also potentially great benefits for testing client-side applications if you can simulate an entire browser instance. jQuery founder has been working on a product called env.js . Where Jaxer is essentially an entire Firefox instance, env.js is an attempt to build a simulation of the browser environment from scratch, under active development. It's too early to say if its scope will stretch beyond testing and into the realm of server-side Javascript. DOM manipulation may be one characteristic thing about Javascript we can exploit, but there is also another (related) thing: event-handling. The language was more or less designed to respond to user events, so it has a great model for handling them that is familiar to any Javascript programmer worth their salt. For most server-side programmers, event-handling capability will yield a big fat "who gives a damn?". Server-side scripts don't sit around waiting for events to come in. They usually just look at an incoming request, deal with it, and send out a response. Then they exit as soon as they can. All good stuff, but there's a completely different paradigm possible. It's part of the trend towards the real-time web and the design pattern known as Comet. With Comet, the server holds on to the connection for a while, and continues to stream out information intermittently to the browser. The typical example is a two-way chat - as soon as one guy says something, the Comet server sends the message to the other guy. This is event-driven programming all over again, and compared to the usual suspects on the server, Javascript is well-placed to support this paradigm. A framework that's taking advantage of all this is node.js , or just "Node" to its friends. Node is interesting because it requires scripts to explicitly close the connection; if they don't close it, the connection just stays open and the script can handle events as they come in, usually by sending more information down to the browser. Less than a year old, the project already has a strong community and numerous derivative frameworks and applications . A similar model has been used in other frameworks, like Python's twisted, but Javascript may turn out to offer a neater syntax for this kind of thing. By daring to be different and using javascript for what it's best at, Node is shaping up as a framework to watch. The speed of Node apps is likely to give Javascript serious cred among server-side developers. Next page: The Cloud. Of Course, the Cloud! The Cloud. Of Course, the Cloud! No article on server trends could ignore the famous cloud. How does javascript work in virtualised computing environments? With a suitable engine, you can certainly set up an environment manually using amazon EC2, google app engine, or similar cloud hosts. However, you can do it easier than that with some of the other solutions around. Joyent took a big bet on Javascript when it acquired Reasonably Smart earlier this year; the host now offers a dead-simple runway to host Javascript scaleably. Aptana, the company behind the Jaxer platform described above, does likewise. Something's Going on Here Before we get too excited about this trend, I should make one thing clear. Conspicuous by their absence are the real-world server-side Javascript apps. There don't appear to be many sites running Javascript in the server at this time. Probably the most popular site powered by Javascript is EtherPad , the real-time collaborative notepad from AppJet, the company acquired by Google last week. This is a cautionary example, because AppJet launched as a cloud-based server-side Javascript framework before dropping it to concentrate on Etherpad. Aptana has also announced they are pulling back on Jaxer due to difficulties monetising it. Maybe this is more of a statement about cloud hosting revenue models than server-side Javascript, but it's worth asking how other attempts to propagate server-side Javascript will fare. One of the critical success factors will be a comprehensive standard API; it's a prerequisite to a vibrant ecosystem of interoperable components, and with a range of engines to run on. We now have the seeds of that with commonJS. Another factor is best practices for using the language; again, we've already discovered much of that as a side benefit of the Ajax revolution. Frameworks like Node, which build on Javascript's unique characteristics, are building on those to establish best practices for server-side Javascript. Reuse of both knowledge and practices will give Javascript its best chance yet to stand up as a viable alternative to the usual server-side suspects. Although Javascript is a far better language than was previously assumed, its syntax still has plenty of quirks. If we restrict ourselves to the subset of Javascript found in all the major browsers today - and arguably it makes sense to do so - it's arguably lacking certain features of other server-side languages. Those other languages are free to evolve autonomously; in contrast, Javascript's fate is heavily determined by standards bodies, browser manufacturers, and the patterns around how users upgrade their browser. In this sense, the language's strength - shipping with every browser - is also an Achilles' Heel. That said, the language may well prove "good enough". The benefits of "one language all the way down" may outweigh the cost in many cases. The will is stronger than ever to make server-side Javascript a reality, and it's translating into a visible surge of activity in the web community. There's the promise of code reuse and the possibility of cutting in half the number of programming languages involved in building a typical web application. Many smart developers have gravitated towards Javascript in recent years, as a means of producing world-class front-end apps. The attention has progressed our understanding of the language. Should server-side Javascript go mainstream, a third wave of Javascript developers will be joining the community and enriching the ecosystem. Photo by Dmitry Baranovskiy Discuss

guest javasc 1209 Server Side Javascript: Back With a Vengeance

Originally posted here:
Server-Side Javascript: Back With a Vengeance

IBM is teaming up with eyeOS , the maker of an open-source, web-based operating system. We've had our (ahem) eye on eyeOS for quite some time . It's receiving renewed interest in the wake of the much anticipated launch of Google Chrome OS . IBM will offer eyeOS 2.0, available in January, to all customers who buy IBM's System Z mainframe servers. SystemZ servers are used mainly by large organizations for data processing purposes. So eyeOS will be used as a desktop in the cloud for potentially thousands of enterprise users. Sponsor This is a huge win for eyeOS, making it one of Google's biggest competitors in the web OS or " webtop ," space. IBM has a huge channel for distributing eyeOS, which will better position the Barcelona-based company in the enterprise market. Questions still remain about the eyeOS platform. IBM is adopting the software for availability on its servers, which raises questions about eyeOS as a true cloud offering. The beauty of cloud computing is its ease of use, with the Web as its backbone. As our own Sarah Perez wrote in September about eyeOS : "Besides, offering the host-your-own solution almost misses the point of being a web OS. The promise of cloud computing is that it's supposed to make our lives easier - our data lives on the web now and not on our fallible hard disks and CDs. We don't have to backup, because Google (or any other cloud vendor) does that for you. We don't have to worry with hard drive space either - we use the cloud, sometimes even for a fee, and we can get to our data from anywhere using any device. And all this is provided to you within your browser." Nonetheless, this is a big step forward for eyeOS and validation that this kind of "webtop" solution may have legs after all. Discuss

eyeos thumb 126x41 11684 IBM Gets Webtop From eyeOS, Eyes Google Chrome OS

Read this article:
IBM Gets Webtop From eyeOS, Eyes Google Chrome OS

A storm of news points to a future of frictionless publishing and subscription, across platforms. Google just announced that its FeedBurner RSS publishing service now supports automatic publishing to a Twitter account. If you're among the many people who use the service Twitterfeed (like CNN, the WhiteHouse, ReadWriteWeb, etc.) then you may very well find that startup expendable starting now. That's just the tip of the iceberg when it comes to this and a series of related announcements over the past few days. Sponsor The new feature looks relatively sophisticated and will use a new URL shortener, goo.gl . FeedBurner has not proven the most reliable service in recent years and is now part of the ad network AdSense, but the little startup Twitterfeed isn't always reliable either. It does, though, have more incentive to innovate and work in user's interests. Ultimately, the service you use to publish content updates to Twitter is just a small part of a much bigger story. The Twitter/FeedBurner integration uses secure OAuth authorization, so you don't have to give Google your Twitter password. It will check the links coming through that shortened URL for malware and bad sites. Right now other apps won't be able to use Goo.gl, just Feedburner and Google Toolbar, but that might change in time. Consider this announcement side by side with the WordPress announcement this weekend that WordPress blogs can now be posted to and read from Twitter clients , the rumor today that Facebook is experimenting with its own URL shortener , this afternoon's announcement that the ability to expose your geographic location is now live in Google Toolbar and now longer a Labs product and last week's go-live of real-time search on Google. All of this combined says one thing to us: the web is getting a whole lot faster and much more free of friction, quickly. WordPress, Google, Twitter and Facebook will force each other to agree to common standards for reading and writing content updates, those updates will be delivered in real time and the standards will allow an ecosystem of 3rd party client software to proliferate and play along with the big guys. Authentication is being done by OAuth, real-time feeds by RSS, Atom, PubSubHubbub. WordPress is the wild card because it is huge, more supportive than anyone else of Open Source and it could force everyone else to open up to interoperability. The next step? This morning Google's Marissa Mayer said in an interview that Google is working hard on intuitive search , the ability to show users what they want before they even have time to search for it. Publish once and your content is everywhere, immediately. Open your browser and it will show you just the kind of content you need, from all around the web, targeting your particular circumstances like clickstream, social graph and geographic location. If that's the kind of platform that's coming - how will people innovate on top of it? The foundation is being laid right now for a whole new web in the near-term future. Discuss

a0367be0d0200902.jpg Google, Twitter, WordPress & Facebook: Publish/Subscribe Matrix Could Explode Into Glass Smooth Platform

Go here to read the rest:
Google, Twitter, WordPress & Facebook: Publish/Subscribe Matrix Could Explode Into Glass-Smooth Platform

The Google Chrome team released a beta version of its Mac browser this morning and opened up an official gallery of browser extensions . That's exciting news because the addition of more than 300 extensions, combined with blazing speed and good stability, makes Chrome the best browser on the market today. We got a chance to talk with Nick Baum, Product Manager and Brian Rakowski, Director of Product Management at Google Chrome this afternoon and they shared a number of interesting tidbits with us about the nature and future of extensions in Chrome. Sponsor Chrome was released more than a year ago and users have been clamoring for extensions ever since. Rakowski and Baum said that a request for extensions was bug #18 filed in the browser's bug tracking system - it's something that Firefox has conditioned users to expect. Now those extensions are here and it's a very interesting story. Understanding the Versions of Chrome Between Chrome, Chromium, dev and beta releases, things are getting a little complicated. Here's how it breaks down: Chromium is open source developer channel, "the bleeding edge" of Chrome development. That's what we've been using here on Mac and it's the only Mac version today that supports extensions. It's untested and less stable than the other versions. We've been using it for months, though, with only occasional problems. Chrome is the official release. There are 3 versions of Chrome: dev , beta ( Windows or Mac ) and stable (Windows only). The vast majority of users use the stable version, Mac users got beta build 4.0 today. Dev builds come out every week or so and are at most 1 week behind Chromium. Baum and Rakowski asked in our interview for us to please switch to using the Dev version for Mac instead of Chromium as soon as it supports extensions. Mac Dev Version Will Get Extension Support Very Soon Some of Nick Baum's Favorite Chrome Extensions So Far Aviary - screen capture and image editing Google Docs PDF/PPT Viewer Google Translate - truly, a wonder to behold Brizzly - an advanced Twitter experience, built by Baum's former co-worker on Google Reader, Jason Shellen Right now the official extension gallery won't allow Mac users to download extensions. Officially, at least. This bookmarklet will allow you to install them in Chromium on a Mac with just one extra click. (Thanks, MG Seigler , for finding that.) That bookmarklet will not allow you to use extensions in the official beta for Mac that launched today, just in Chromium. Baum and Rakowski told us today that the next dev build for Mac will allow extensions. That could be out as early as tomorrow morning or in a few days, and it's anyone's guess when extension support will come to the Beta version released today. (Who wants to use the Beta version when Dev is so much cooler?) Anyone can get extensions from an unofficial site called ChromeExtensions.org and if you're on a Mac it's probably most effective tonight to grab Chromium and the bookmarklet above. Then you can get extensions from the official site as well. Chrome Extensions Are Not Like Firefox Extensions Unlike Firefox extensions, Chrome extensions install without a browser restart and they update automatically. Too many extensions have been a part of the bloat that's made Firefox-use nearly intolerable for many of us, but the Chrome team says extensions will cause no more drag on Chrome performance than opening up a new web page in another tab would. That's a big part of the premise of Chrome, that every process is running distinct from other processes, so one tab can't slow or crash the others. It's an architecture well suited to running web applications, not just loading web pages, and it's great to hear that the extensions platform works the same way. GreaseMonkey? Oh, There Will Be GreaseMonkey One of the most enjoyable tide pools of innovation in the Firefox extension world is built on top of the Javascript user script plug-in GreaseMonkey . These tiny scripts re-organize web pages in radical ways for more usefulness and fun. Scripts like AutoPagerize will load the next page at the bottom of the one you're on, creating a continuous scroll, or WikiDashboard will insert a drop-down dashboard into every Wikipedia page to show a scatter plot graph of who has edited that page the most. The fun never stops with GreaseMonkey. What of Chrome, though? Guess where, Aaron Boodman , the creator of GreaseMonkey works now? That's right, on the Chrome Extensions team. Boodman recently made it even easier for GreaseMonkey scripts to be added to Chrome than they are in Firefox. A single click transforms the scripts into Chrome Extensions, at least for Windows users. We haven't found a successful Mac implementation yet, but we've got our fingers crossed that this will no longer be an issue when full extension support comes to Chrome for Mac. Red Hot APIs On the Way Baum told us today that the team "will add APIs for other data types soon, personal web history being a prime candidate, so extensions will be able to access that and manipulate it in all sorts of ways." That sounds great. It's one thing for a browser to promise not to sell my web history, but it's a whole new ball game when developers can build software that lets me derive all the more value from the history of my activity around the web. Bring it on, Team Chrome! We might feel a little guilty for abandoning the wonderful community project that is Firefox, but this new browser is just so damn good it's hard not to give it a serious try. It just so turns out, we have a particularly relevant sponsor this month that we should point to. Add-on-Con is a major event all about browser add-ons. It's being held in Mountain View, CA this Friday. Google is a sponsor and Aaron Boodman, the man behind GreaseMonkey and now working on Chrome Extensions, is a speaker. Check it out! Discuss

76bb5529c6may09.jpg 5 Cool Things to Know About Google Chrome Extensions

Read more:
5 Cool Things to Know About Google Chrome Extensions

International courier giant Fedex has just released a new tracking device and web service for packages. Called SenseAware , it keeps tabs on the temperature, location and other vital signs of a package - including when it's opened and whether it was tampered with along the way. Fedex is running a trial period of about a year with 50 health care and life science companies, for tracking delivery of surgery kits, medical equipment - and even live organs. We spoke with FedEx head of innovation, Mark Hamm, about SenseAware and how Fedex is tapping into the emerging trend called Internet of Things . Sponsor We've covered Internet of Things extensively on ReadWriteWeb over the past year. It's when everyday objects become connected to the Internet, usually via RFID tags and/or sensors. In the case of Fedex's SenseAware, it is powered by multiple sensors including light, motion, temperature. Fedex's Mark Hamm described the SenseAware device as a "quad-band world phone." As well as the device, there is a browser-based collaboration platform allowing businesses to actively track the progress of a package. Users can set up triggers, alerts and notices - for example using geo sensors to alert others when a package arrives at a destination. Users can set these triggers and decide who they go to. Essentially, the SenseAware events trigger business processes for the users. For the web service, businesses pay a single monthly fee of $120 - for that they get the devices and the browser-based web service. Hamm noted that Fedex worked with the FAA to get permission to use the product on their freight planes; the only such device to have permission from the FAA, he told us. Fedex assembled components for SenseAware from a collection of partners, using Fedex's design specifications. Real-Time Decisions Based on Sensor Data Hamm said that SenseAware will enable companies to make real-time decisions much more easily. For example is a perishable goods package sets off on a 2 day journey, but the sensor data shows that the shelf life suddenly decreases - then the package can be instantly diverted to another location, where the product can still be used rather than becoming useless if it sticks to original delivery schedule. The initial trial period targets life science and medical companies (for example biotech firms), where things like security and knowing the vital signs of a package are very important. Also Hamm highlighted that these companies can collaborate on the sensor data, with precise data and records of delivery. The trial with the life sciences companies is designed to help Fedex make the "last 20%" of the product more efficient. After about a year of this trial, Fedex will then launch the product globally, as a generally available platform. Hamm expects it will be used by any company or organization dealing with perishable goods, high value goods - such as jewelery, dangerous goods, expensive equipment, and goods that are high value because they're unique (art work, music tapes, etc.). Hamm told us that he expects this type of sensor product to be "mainstreaming over time as people become used to interacting with shipments." Discuss

senseaware 150 FedEx Joins the Internet of Things With SenseAware

Read the original post:
FedEx Joins the Internet of Things With SenseAware

The dirt is still fresh on the grave of the CrunchPad; we ought to feel guilty for writing this post. But our good friends have been working with a few cohorts on a stealth-mode startup for quite some time - working on the problem of the lightweight, portable, web-friendly device. Only their product is smaller in size and larger in spirit than any netbook or notepad yet seen - perhaps there is a balm in Gilead after all. But you didn't come here for literature; you came to see pics and read specs. So here we go. Sponsor The name of the gadget geek's new muse is the PsiXpda (pronounced sigh ex PDA). It measures 174mm by 95mm by 25mm, and it looks like this: Specifications The device is a hardware nerd's dream, described as "very techy and hackable" by one of the minds behind the project, Ewan Spence. It's smaller than netbooks, roughly 2/3 in length and 1/2 the width. It weighs 430 grams, around 15 ounces. In the closed position, the screen is on the outside. There's no accelerometer, but there are key commands for rotating the screen. The keyboard is backlit - perfect for conference whores, said Spence. It has a VGA webcam and 2-4 hours of battery life, depending on CPU usage. It's got a USB port and a VGA port on the optional docking cradle. It's a full-strength computer with a touchscreen and a QWERTY keyboard. The first units will shit with Windows XP preloaded. Spence expects that hackers will get Android and Chrome OS running on it fairly quickly, as well. As for the web, the PsiXpda will feature bluetooth, WiFi and 3G connectivity. Users will be able to blog, run web apps, play Flash-based games or just browse their hearts out on the browser of their choice. A Pearl of Great Price The drawback? "Well, we're not going to put it in Best Buy," said Spence. This beauty is a pearl of great price for the most discerning only. With a very limited pre-holiday drop and a list price of $830 US (£500) - slightly cheaper than an out-of-contract iPhone - the PsiXpda aims to be the Lamborghini of the notepad/netbook/PDA 2.0 set. "If you look back to the '80s," said Spence, "to the Commodore 64 and ZX Spectrums, they were small manufactuers doing a couple thousand machines to see if it worked or not. "One of the benefits of not having a huge staff and a huge VC investment is that we don't have to have unrealistic goals for unit sales," Spence continued. There will be lots of support for those who want to hack the device. Any needed third-party programs or drivers needed will be made available as soon as possible. "I am very interested to see what hackers do," said Spence. "Because of the numbers involved, if you have 10 guys and gals that start going crazy over these things, that's probably going to take us to capacity for the first drop." Provenance & Use Cases The device is the heir apparent to the Psion , which enjoyed an extended love affair with European techies. In the States, those devices were forced to compete with Palm, and lost. You can read an extended history of Psions, or you can take our word for it that Psion Series 5 still commands a dedicated fanbase in Europe. "We were doing this while you guys [Americans] were making the Palm Pilot," said Spence. But now, in the States and elsewhere, the PDA has gone the way of the pager, and consumers are clamoring for technologically lightweight, physically small, ultimately agile devices. The Apple tablet is a fable, and the CrunchPad is, even we are sad to report, the year's most disappointing vaporware. The PsiXpda has appeared on the scene to meet consumer demand at just the right time. "One of the places that's shown interest is someplace like a hospital," said Spence, "just drop it in a doctor's coat. Also, because of the size, it's very non-threatening for looking up information, so it'd work for salespeople. And it's wonderful on a ten-hour flight from London to L.A." In other words, it might be small, but it's by no means a browser-on-a-stick piece of hardware. This beauty was made for people who like to sit on the couch and browse the web, yes; but it also takes into consideration that most people need and want to have a read/write experience online. The machines will be for sale next week. Stay tuned for videos of the review unit. Discuss

psixpda A New, Now Netbook You Can Actually Buy: PsiXpda

Continue reading here:
A New, Now Netbook You Can Actually Buy: PsiXpda