<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://driveactivated.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Drive:Activated : techCollective, windows</title><link>http://driveactivated.com/blog/archive/tags/techCollective/windows/default.aspx</link><description>Tags: techCollective, windows</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 21119.1142)</generator><item><title>Web app to PC resource integration, anyone?</title><link>http://driveactivated.com/blog/archive/2008/11/16/web-app-to-pc-resource-integration-anyone.aspx</link><pubDate>Sun, 16 Nov 2008 07:16:00 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:1048</guid><dc:creator>Sam</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://driveactivated.com/blog/rsscomments.aspx?PostID=1048</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://driveactivated.com/blog/commentapi.aspx?PostID=1048</wfw:comment><comments>http://driveactivated.com/blog/archive/2008/11/16/web-app-to-pc-resource-integration-anyone.aspx#comments</comments><description>&lt;p&gt;So the last blog post got me thinking - what if we could access files/resources on web apps as if they were local files?&lt;/p&gt;&lt;p&gt;This would solve one of my major gripes with using web apps. Sure it&amp;#39;s great that I can access and work on whatever it is, anywhere in the world, but when it comes to finding things, it is a nightmare. Was that presentation I did a few months ago in Google Apps, Sliderocket, Zoho or somewhere else? How about that photo from that party years ago, right before your memory went blank? Facebook, flickr, myspace? And what if you wanted to use that photo in a presentation done in PowerPoint/Keynote/some other desktop app? You&amp;#39;d have to download it, name it, resize it etc.&lt;/p&gt;&lt;p&gt;There&amp;#39;s an initiative going on trying to get web app to web app integration, the &lt;a href="http://www.dataportability.org/"&gt;data portability&lt;/a&gt; initiative, which is also sorely needed as well. The idea is that you would be able to access any relevant resource, from any web app directly - i.e. I would be able to insert any picture from any web app into my Sliderocket presentation, not just from supported services (like flickr) or uploaded ones.&lt;/p&gt;&lt;p&gt;But web app to PC integration is still important. We still interact with web apps via our desktops, media from devices still generally goes through our desktop before going to the web, and even if you firmly believe in the cloud computing idea, desktop apps aren&amp;#39;t disappearing any time soon, and our internet connection is nowhere near stable, cost-effective or widely available enough for us to be online 24/7 anywhere anyway.&lt;/p&gt;&lt;p&gt;Besides, there isn&amp;#39;t a browser that exists on any OS that integrates well with the file system of the OS. The download/upload concept was good when our connections were 28.8 kbps, when we could only be bothered downloading/uploading a few files. It has not changed a single bit from those days, and I haven&amp;#39;t seen anything in the new specs to suggest that it will. &lt;/p&gt;&lt;p&gt;Try downloading say, 15 photos from a search result on a website. It takes way too many clicks, and even after we have all those files, we&amp;#39;ve lost the organisation metadata that was associated with it on the website, so we now have to waste more time reorganising them. Sure there are hacks that make this easier, e.g. dynamically generated ZIP files on the server, various browser plugins or even desktop apps to overcome the shortcomings. But that&amp;#39;s what they are - hacks. There is no uniformity, no compatibility, and with the flakiness of those solutions, some sites don&amp;#39;t even bother. Uploading is even worse.&lt;/p&gt;&lt;h3&gt;Old technologies &lt;br /&gt;&lt;/h3&gt;&lt;p&gt;There have been various attempts to solve this in the past, with technologies like &lt;a href="http://en.wikipedia.org/wiki/File_Transfer_Protocol"&gt;FTP&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/WebDAV"&gt;WebDAV&lt;/a&gt;, but the problem is that those technologies are not very well promoted, or even implemented, even when they are well integrated with OSs (XP and Vista has support for both, although it is being phased out I believe, as does OSX and Linux). &lt;/p&gt;&lt;p&gt;The overriding problem here I believe, is the mismatch in models. FTP and WebDAV assume you have a standard hierarchical organisational model for the various resources. In reality however, the resources maybe stored on the server in a database, inside other resources, or maybe a non-hierarchical structure is used. How do you represent a tagging system in a hierarchical manner, without confusing the user with the same resource appearing in multiple places? Those technologies are also not very extensible and can&amp;#39;t be made to cater for individual site requirements, e.g. requesting associated metadata when you copy a file from elsewhere into it, or even showing existing metadata in the UI. &lt;/p&gt;&lt;h3&gt;The new, partial solution &lt;br /&gt;&lt;/h3&gt;&lt;p&gt;The latest way to tackle this problem is the &lt;a href="http://www.opensearch.org"&gt;OpenSearch&lt;/a&gt; standard. The goals have been wound back a lot here - this standard only deals with search only. Nevertheless, Windows 7 has already &lt;a href="http://channel9.msdn.com/pdc2008/PC16/"&gt;announced in-built OS support for it&lt;/a&gt;. All it basically is, is an URL to an XML file that describes how a search can be carried out, and what formats the data can be returned in (generally &lt;a href="http://en.wikipedia.org/wiki/RSS_%28file_format%29"&gt;RSS&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/wiki/Atom_%28standard%29"&gt;Atom&lt;/a&gt;). The added bonus with OpenSearch is that this is a simple API that can be used by web apps also, as well as web browsers (Firefox and IE7 already support it). &lt;/p&gt;&lt;p&gt;So with Windows 7, I can do a search for something and get the results back inside Explorer, and copy the results to somewhere local, or use a result in another app. That&amp;#39;s great - I now have a central location to find things from, and also a central location where I can use things from various web services seamlessly. The UI even looks quite decent too. (Unfortunately, the implementation in Windows 7 doesn&amp;#39;t seem to be
smart enough to integrate with the new libraries feature, or even a
general search, so unless you know which service to search, it isn&amp;#39;t
very useful for finding things in unknown places.)&lt;/p&gt;&lt;p&gt;The issue with OpenSearch however, is that it isn&amp;#39;t browsable. That means unless all your items are meticulously and consistently organised, or the web app has a ridiculously powerful search algorithm that can read your true intentions (which purportedly Google is close to having), it isn&amp;#39;t very useful. And besides, browsing is half the fun when trying to find stuff.&lt;/p&gt;&lt;p&gt;It also doesn&amp;#39;t allow any changes to the items returned to be propagated back to the web app, so uploading anything will still be a pain.&lt;/p&gt;&lt;h3&gt;A more complete idea &lt;br /&gt;&lt;/h3&gt;&lt;p&gt;What we need is some kind of web data access standard that allows CRUD (Create, Read, Update, Delete) operations in OSs, and will operate transparently with existing and new apps, web or desktop. This does not necessarily mean that all web apps should write FUSE or Dokan plugins - that would be an enormous effort, and a task that would be out of reach for most web app developers. It also goes against the web ethos of being able to run the same code anywhere. That said, people have written such plugins, e.g. &lt;a href="http://tuxmann.blogspot.com/2005/11/announcing-flickrfs_03.html"&gt;flickrfs&lt;/a&gt; for FUSE. &lt;/p&gt;&lt;p&gt;Taking the lead from the OpenSearch standard, web apps would publish a standard description file, describing how to browse, add, edit, delete, download, as well as the type of items it stores. OSs would then be able to download and install them into the shell, integrating them into the UI.&amp;nbsp; &lt;/p&gt;&lt;p&gt;When a user selects the web app in the file finder (e.g. Explorer in Windows), it would connect to the web app, authenticate if needed, send the request, receive the results (probably in RSS/Atom) and transparently present the results to the user, organised into a hierarchical structure by the web app. The user can then navigate into folders (resulting in further calls to the web app) and view metadata. Via the OpenSearch standard, they can perform searches too. And if the exposed file type happens to be one that the user can manipulate locally or in another web app, the OS can transparently download the file from one web app to a temporary location and pass the path along to the local app, or re-upload it to the other web app, ready for manipulation. When completed, all existing copies can be updated as well. &lt;/p&gt;&lt;p&gt;Maybe with browsing support, it can be integrated into the new &lt;a href="http://arstechnica.com/journals/microsoft.ars/2008/10/31/arspdc-windows-7-libraries-under-the-microscope"&gt;Libraries feature in Windows 7&lt;/a&gt; (a way of grouping resources from various sources e.g. different drives, folder etc. into one for the purposes of presentation), making it even easier to browse/search all my content, web or local, from one place. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;The difficult part is dealing with the different requirements each web app has when you need to perform changes. Taking adding an item as an example, some web apps may ask for a description and tags, while others may want to know the owner, people within the item etc. Rather than trying to create a standard UI capable of handling all the various characteristics, the OS should prompt the user for these details by integrating a webpage (whose URL is given in the standard description file) into the UI when a file is added to the web app&amp;#39;s representation in the OS&amp;#39;s UI. The webpage maybe even be different depending on the file type. Once the details are provided, the standard &amp;#39;in progress&amp;#39; dialog appears (e.g. the one that appears when files are copied locally), and the file(s) are transparently uploaded to the web app via a URL designated by the description file.&lt;/p&gt;&lt;p&gt;A similar situation would occur if a file is to be renamed, or the metadata is to be edited. Same with deletions (if they are allowed). &lt;/p&gt;&lt;p&gt;The advantage of this is no client code is required provided the standard is supported, and this can be reused by web apps for web apps to web apps sharing of resources as well. Because everything is done via standard web protocols, nothing ties the usage to OSs, or even a certain OS - it is inherently cross-platform. Web apps even get the added bonus of a certain amount of branding on a computer&amp;#39;s desktop. In fact, for many web apps out there, the APIs to do this would probably already exist - only a small amount of work is needed to tie it all together.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;There are, of course, security concerns to be considered, although workable solutions are already out there, the most prominent probably being Facebook and its application platform. Another issue that might arise is that the web app still needs to tie into the standard tree hierarchical structure of a file system in an OS. This may be particularly difficult for those who have strong tagging structures instead, but given the incompatibility between the two models, it would only result in a source of confusion if a different resource navigation model was used for certain things on the OS. Both can be emulated on the other model though. &lt;/p&gt;&lt;p&gt;This kind of integration may not (should not?) supersede manipulation via the web app directly, but it does provide a viable alternative, opening up access to our cloud-based resources. The technical issues here I think have either been solved, or can be without much effort. Whether or not developers will bite is another question, and will likely differ from each one, given it will lower the lock-in effect. The smaller web apps will have much less to lose and a lot to gain, but also unlikely to have a significant effect unless the larger web apps come on board, who may have more to lose than gain, depending on how self-sufficient they are, and how much their strategy depends on the lock-in effect. &lt;/p&gt;&lt;p&gt;&lt;b&gt;UPDATE (23/11/2008):&lt;/b&gt; Long&amp;#39;s done a &lt;a href="http://www.istartedsomething.com/20081120/flickr-search-connectr-for-windows-7-search-federation/"&gt;flickr search connector&lt;/a&gt; for Windows 7 - looks promising, but still stuck with the limitations of OpenSearch. &lt;br /&gt;&lt;/p&gt;&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=1048" width="1" height="1"&gt;</description><category domain="http://driveactivated.com/blog/archive/tags/windows/default.aspx">windows</category><category domain="http://driveactivated.com/blog/archive/tags/web+2.0/default.aspx">web 2.0</category><category domain="http://driveactivated.com/blog/archive/tags/web+apps/default.aspx">web apps</category><category domain="http://driveactivated.com/blog/archive/tags/standards/default.aspx">standards</category><category domain="http://driveactivated.com/blog/archive/tags/techCollective/default.aspx">techCollective</category></item><item><title>Why can't hardware makers do software?</title><link>http://driveactivated.com/blog/archive/2008/02/25/why-can-t-hardware-makers-do-software.aspx</link><pubDate>Mon, 25 Feb 2008 12:35:00 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:797</guid><dc:creator>Sam</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://driveactivated.com/blog/rsscomments.aspx?PostID=797</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://driveactivated.com/blog/commentapi.aspx?PostID=797</wfw:comment><comments>http://driveactivated.com/blog/archive/2008/02/25/why-can-t-hardware-makers-do-software.aspx#comments</comments><description>&lt;p&gt;I just had to fix a problem on a computer with Windows Live Messenger unexpectedly closing due to DEP violation, and guess what the problem was - Acer&amp;#39;s eDataSecurity Management tool was doing something screwy with it. I gotta give them credit for providing a fix to the problem (problem and solution &lt;a class="" href="http://www.fanatic.net.nz/2007/03/14/how-to-stop-dep-crashing-messenger-on-vista/"&gt;here&lt;/a&gt;), but why do problems like these happen time and time again? And even when the software works, it nearly always seems to be some clunky&amp;nbsp;prototype someone was paid peanuts to do.&lt;/p&gt;
&lt;p&gt;It annoys any IT guy to no end the amount of crap desktop/laptop manufacturers preload on their systems. The first thing I do for the machines we do at work is unload all that crap, or do a complete OS restore without those bits. I&amp;#39;d be interested to see how many people actually use the crap that&amp;#39;s generally on them. Do they really think they&amp;#39;re adding value? Who the hell buys desktops/laptops based on the additional crap it has on it? &lt;/p&gt;
&lt;p&gt;That crap is generally unsupported too, written by the new guy in the office with the shit tasks list, and as long as it worked the day he wrote it, it&amp;#39;s assumed to be rock-solid and will work anywhere for eternity. Great.&lt;/p&gt;
&lt;p&gt;If they want to add value by preloading software, do it well, do it unobtrusively,&amp;nbsp;give us the option if whether or not to use it, and respect the fact that I don&amp;#39;t want it scattered everywhere on my system (and also good Windows programming guidelines, i.e. don&amp;#39;t write stuff to the Program Files folder!).&lt;/p&gt;
&lt;p&gt;Motherboard manufacturers are repeat offenders too. Here&amp;#39;s a screen dump of my MSI mobo&amp;#39;s temperature monitoring app:&lt;/p&gt;
&lt;p&gt;
&lt;div style="TEXT-ALIGN:center;"&gt;&lt;img src="http://driveactivated.com/photos/blog/images/799/354x318.aspx" border="0" alt="" /&gt;&lt;/div&gt;
&lt;p&gt;Why do they always look so ridiculous? This isn&amp;#39;t the first motherboard I&amp;#39;ve seen with&amp;nbsp;a monitoring app like this - Gigabyte, Asus, Soltek all have apps that look like this or worse. Is there some kind of competition between mobo manufacturers to try and make the ridiculous-looking monitoring app ever?&lt;/p&gt;
&lt;p&gt;Looks aside, I thank my lucky stars every time this thing loads up and doesn&amp;#39;t make my computer spontaneously restart after a few minutes. You have no idea how nervous I get when I have to use their utility to&amp;nbsp;do a BIOS update...&lt;/p&gt;
&lt;p&gt;Many peripheral makers aren&amp;#39;t much better either. Here&amp;#39;s one from my Dvico FusionHDTV card.&lt;/p&gt;
&lt;p align="center"&gt;&lt;img src="http://driveactivated.com/photos/blog/images/798/640x407.aspx" border="0" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t get me started on how unintuitive it is (reservation? automatic date maker? where&amp;#39;s the bloody close button?)&amp;nbsp;- I&amp;#39;m just thankful it works. It took them years to get the software to this working state - the software I got with it originally was unworkable to say the least. In the mean time, I got all sorts of weird &amp;#39;UI enhancements&amp;#39; from the following versions, but the software still did all sorts of weird things until they picked up their game a bit recently. Yet I still have no confidence in pressing the &amp;#39;record TV&amp;#39; button, and dread the day I have to reinstall it on another computer.&lt;/p&gt;
&lt;p&gt;A friend&amp;#39;s&amp;nbsp;Linksys CIT200 Skype phone is the same - when that app is loading, everything in XP freezes until it&amp;#39;s done.&lt;/p&gt;
&lt;p&gt;The pain isn&amp;#39;t on and off though. It&amp;#39;s full on. There seems to be some implicit rule that they all have to have as much crap as they can get away with running on your computer on startup. That MSI program above automatically loads on startup after install. Others like&amp;nbsp;Logitech, add innocent things like an update checker (I&amp;#39;ve lost count of the number of update checkers I&amp;#39;ve had to disable - I wish Windows had the Linux package system sometimes, even with its annoying quirks) to the startup list. Others add more annoying things like services that&amp;nbsp;are useless unless the desktop app is running, while the more evil ones add apps that sit in the task bar quietly chewing up CPU and RAM until your computer slows to a crawl. &lt;/p&gt;
&lt;p&gt;Toshiba&amp;#39;s Bluetooth stack is a serious offender here - unlike the Microsoft stack, it requires an app for each BT protocol to be loaded on startup, each of them taking up valuable resources that could be shared, even if my BT is switched off. In fact, while I haven&amp;#39;t looked on other laptops lately, Toshiba is a serial offender to startup apps - my laptop had over 10 apps attributable to Toshiba loading on startup when I first got it, some useful, others not so. Regardless - there must be a better way to manage all these functions without all this useless overload.&lt;/p&gt;
&lt;p&gt;Why is the software component nearly always an afterthought when it comes to the overall product? Is it because its not physical therefore it doesn&amp;#39;t matter? Or are the hardware guys somewhat superior, and the software guys are just minimum-paid dropkicks hired to build software because the company had to? In most cases, the software is as important as the hardware is, so it doesn&amp;#39;t matter if you have awesome hardware but your software sucks - bad user experience overall (and unfortunately Windows cops most of the blame due to the nature of the bugs, and hence the hardware manufacturers have no incentive to fix it).&lt;/p&gt;
&lt;p&gt;Whatever it is, if I&amp;#39;m ever in the hardware device industry, I pledge to give software the attention it deserves &lt;img src="http://driveactivated.com/emoticons/emotion-2.gif" alt="Big Smile" /&gt;&lt;/p&gt;&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=797" width="1" height="1"&gt;</description><category domain="http://driveactivated.com/blog/archive/tags/windows/default.aspx">windows</category><category domain="http://driveactivated.com/blog/archive/tags/computer/default.aspx">computer</category><category domain="http://driveactivated.com/blog/archive/tags/user+experience/default.aspx">user experience</category><category domain="http://driveactivated.com/blog/archive/tags/hardware/default.aspx">hardware</category><category domain="http://driveactivated.com/blog/archive/tags/techCollective/default.aspx">techCollective</category></item></channel></rss>