Submit Your Article Forum Rules

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 30

Thread: Google Plans a PC Operating System

  1. #11
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    8,007

    Re: Google Plans a PC Operating System

    Quote Originally Posted by Peter View Post
    Have they realised their browser launch was a failure and are now trying to generate more hype for it?
    Isn't it too early to draw that conclusion?

  2. #12
    WebProWorld MVP inertia's Avatar
    Join Date
    Apr 2006
    Posts
    1,194

    Re: Google Plans a PC Operating System

    Check out www.aviary.com for some very interesting examples.
    This is indeed a very interesting site! Just signed up

    As far as Google challenging MS in the OS game, i dont reckon they'll win that one. Thats what MS do. Google do search technologies and did MS beat them at that?
    My LinkedIn Profile -- Lancaster Builder

    Twitter: @mattbennettseo

  3. #13
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    8,007

    Re: Google Plans a PC Operating System

    Quote Originally Posted by inertia View Post
    As far as Google challenging MS in the OS game, i dont reckon they'll win that one. Thats what MS do. Google do search technologies and did MS beat them at that?
    May be not on the Pc in the foreseeable future. What about "an OS in the Internet cloud / a net OS"?

  4. #14
    WebProWorld MVP wige's Avatar
    Join Date
    Jun 2006
    Posts
    3,138

    Re: Google Plans a PC Operating System

    I think it will be interesting what markets they target when they go after the desktop platform. I imagine they will start with the home user, for productivity computers where word processing, simple gaming, and basic data management applications can exist in the cloud. Windows or Linux would probably not lose ground on "primary" computers in the home simply because certain types of applications like games and home media playback don't necessarily translate well into the cloud. However, for additional computers in the home, these computers will probably be a low-cost alternative to the more powerful traditional desktop.

    Where I really don't see Chrome breaking through is in the business world. First, Microsoft has something of a stranglehold there, and if the cloud begins to permeate business computing, MS will probably come out with a platform that offers tight business integration with traditional Windows workstations. In addition, privacy and security concerns will probably keep the cloud limited to the enterprise scope, rather than the world-wide scope cloud that Chrome looks geared to connect to.
    The best way to learn anything, is to question everything.
    WigeDev - Freelance web and software development

  5. #15
    WebProWorld MVP DaveSawers's Avatar
    Join Date
    Dec 2006
    Location
    Lunenburg, Nova Scotia, Canada
    Posts
    762

    Re: Google Plans a PC Operating System

    Businesses can run applications on their intranet totally secure from the internet. You don't have to run on the www.
    Dynamic Software Development
    www.activeminds.ca

  6. #16
    WebProWorld MVP jawn_tech's Avatar
    Join Date
    Jun 2004
    Posts
    1,531

    Re: Google Plans a PC Operating System

    Gmail was and is a slam dunk.

    The google browser so far seems like a flop, but the jury is still out.

    The last I used Google docs, it was still having trouble reading a docx file correctly.

    I would consider switching to a Google OS if I had some assurance it would run all of my professional graphics, video and audio production programs ("for Windows") without a hitch. Then, there would need to be a cost incentive (as in free, or a fraction of the cost of a Windows OS).

    It all comes down to price and compatibility.
    Domain Name Registration and Website Hosting :: DesignerTrade

  7. #17
    WebProWorld MVP inertia's Avatar
    Join Date
    Apr 2006
    Posts
    1,194

    Re: Google Plans a PC Operating System

    I've been using google docs recently and the collaboration aspects of it are great! Its a bit poor at importing files and some errors can occur when you're clicking around a big spread sheet. Also, it doesn't seem to like imported files (its still in beta but isn't everything!). So id recommend building docs from scratch in their system.

    One of the best uses I've found for it relates to a link building aid/spreadsheet which i was slowly building. It really got interesting when i invited a handful of SEO and marketing buddies to join and contribute. The spreadsheets coming along nicely now thanks to the extra input. Some cool features which help are live colour coded highlighting of any field another user is editing, live chat and mass emailing to all users.

    Also been doing some link building for a client and i use a Google doc to record all the work. The client can then login whenever he wants and see what work i've been doing without messaging me direct.

    The idea of cloud storage and enterprise was a bit dodgy to me at first but im getting more and more into the idea and benefits.
    My LinkedIn Profile -- Lancaster Builder

    Twitter: @mattbennettseo

  8. #18
    Senior Member
    Join Date
    Mar 2009
    Posts
    228

    Re: Google Plans a PC Operating System

    The game is never over, MS offers a google apps alternative: http://news.bbc.co.uk/2/hi/technology/8148969.stm, officelive dot com.

  9. #19
    WebProWorld MVP inertia's Avatar
    Join Date
    Apr 2006
    Posts
    1,194

    Re: Google Plans a PC Operating System

    Hhmm. Interesting!

    In a few months I'm hitting the road and becoming a "travelling SEO", so I've been slowly moving all my stuff online and all within my google account (gmail and google docs mainly). This is going to be great for travelling as the inevitable theft or breakage of my laptop wont mean I loose anything and all i have to do is find the nearest internet cafe and im right where I left off! Google was my main choice for online enterprise as i only have to login into one account and I have it all there at my fingertips. However, Google docs isnt brilliant so I may give MS Office 2010 a try! But then i have to log into two accounts...

    I dont see how MS can compete when people are so used to logging into their google account for email, reader, calender, analytics, GWT etc etc
    My LinkedIn Profile -- Lancaster Builder

    Twitter: @mattbennettseo

  10. #20
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    8,007

    Re: Google Plans a PC Operating System

    Quote Originally Posted by inertia View Post
    Hhmm. Interesting!
    In a few months I'm hitting the road and becoming a "travelling SEO", so I've been slowly moving all my stuff online and all within my google account (gmail and google docs mainly).
    Have you put all of your favorites on deli.ciou.us? They can be imported with a few mouse clicks and made private if you don't want to share them.

    Here

    Favorez - DHTML menu builder for website navigation using your own IE favorites.

    is a nice tool that writes your (works only for IE?) favorites to an xml document that can be manipulated with code like this

    Code:
    <script type="text/javascript">
    document.write("<br /> <br /> <b>URL'ene:</b> <br /> <br />"); 
    x=document.getElementsByTagName('a'); 
    for (var i=0; x[i]; i++) {
        document.write("<br />"); 
        document.write(x[i]);
        }
    document.write("<br /> <br /> <b>Navnene:</b> <br /> <br />"); 
    for (var i=0; x[i]; i++) {
        document.write("<br />"); 
        document.write(x[i].innerHTML);
        }
    </script>
    (made for HTML - not tested for XML documents). Since innerHTML is used, you may convert the XML document to an HTML document with XSLT or another automatic XML processor.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. All operating system in the world
    By sarpras in forum IT Discussion Forum
    Replies: 8
    Last Post: 03-13-2007, 05:42 PM
  2. Operating System Resources
    By webproguy in forum IT Discussion Forum
    Replies: 3
    Last Post: 03-16-2005, 10:40 AM
  3. Google Operating System
    By Blackicicle in forum Google Discussion Forum
    Replies: 9
    Last Post: 09-09-2004, 10:30 PM
  4. Operating System Deadlock
    By ashish_gupta in forum IT Discussion Forum
    Replies: 2
    Last Post: 04-01-2004, 12:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •