Gary Edwards's Library tagged → View Popular
Google brings Chrome's renderer to IE with browser plugin - Ars Technica
Wow. Google has re-purposed IE for the Open Web!
excerpts: A number of modern Web features cannot be used pervasively on the Internet because Microsoft's dominant browser, Internet Explorer, often fails to support current and emerging standards. Google has a plan to drag IE into the world of modern browsing by building a plugin that will allow it to use Chrome's HTML renderer and high-performance JavaScript engine.
Google hopes that delivering Chrome's rendering engine in an IE plugin will provide a pragmatic compromise for users who can't upgrade. Web developers will be able to use an X-UA-Compatible meta tag to specify that their page should be displayed with the Chrome renderer plugin instead of using Internet Explorer's Trident engine. This approach will ensure that the Chrome engine is only used when it is supposed to and that it won't disrupt the browser's handling of legacy Web applications that require IE6 compatibility.
Google is opening the source code now to get feedback and assistance with testing. The plugin will include Google's speedy V8 JavaScript engine, support for Canvas, SVG, and all of the other features that users enjoy today in Chrome. That also includes the next-generation CSS rendering features of WebKit such as rounded corners. The pages will look just like they would if they were rendered in Chrome.
Google is going much further [than Mozilla] by providing the entire renderer. If the plugin is adopted by a sufficiently broad number of users, then Web developers will never again have to contend with IE's limitations. It could also open the door for adoption of HTML 5 and other important emerging standards.
The End of Flash and Silverlight: HTML5 Canvas and Audio Experiment
You need an HTML5 ready browser to visit this demonstration. Amazing stuff though. The latest Chrome beta 3.0.196.2 works well. Ajaxian has a review of this at: http://ajaxian.com/archives/audio-canvas
Lots of Webkit tweets in the demo!
Meet Google, Your Phone Company
Om Malik has an interesting commentary on Google Voice, the Android OS, and a new gVoice application for iPhones and Androids. For sure, new gVoice app meshes into the Andorid OS as if it were hard coded into the silicon.
I left a lengthy comment in the discussion section describing my experiences with gVoice and what i see emerging as Google's Unified Productivity Platform. Of course, gWave, Chrome, Chrome OS, webkit-HTML+, and the sweep of Google Web applications and service come into play.
Excerpt: Can Google be your phone company? The answer is yes. I came to that conclusion after I met with Vincent Paquet, co-founder of GrandCentral (a company acquired by Google) and now a member of the Google Voice team. Earlier today he stopped by our office to show the mobile app versions of its Google Voice service for Blackberry and Android. Google recently announced that it was going to make the Voice service widely available to users in the U.S. soon.
Google Drops A Nuclear Bomb On Microsoft. And It’s Made of Chrome.
Introducing the Chrome OS alternative to Windows:
excerpt: What Google is doing is not recreating a new kind of OS, they’re creating the best way to not need one at all.
So why release this new OS instead of using Android? After all, it has already been successfully ported to netbooks. Google admits that there is some overlap there. But a key difference they don’t mention is the ability to run on the x86 architecture. Android cannot do that (though there are ports), Chrome OS can and will. But more, Google wants to emphasize that Chrome OS is all about the web, whereas Android is about a lot of different things. Including apps that are not standard browser-based web apps.
But Chrome OS will be all about the web apps. And no doubt HTML 5 is going to be a huge part of all of this. A lot of people are still wary about running web apps for when their computer isn’t connected to the web. But HTML 5 has the potential to change that, as you’ll be able to work in the browser even when not connected, and upload when you are again.
Google shows Native Client built into HTML 5 | Webware - CNET- Shankland
Whoops. This is the better article! ZDNet got the dregs. CNET got the real thing: Google Native Client, HTML5, GWT, Wave, Web Worker Threads, webkit/chromium, Chrome, O3D
"Google wants its Native Client technology to be a little more native.
Google Native Client, still highly experimental, lets browsers run program modules natively on an x86 processor for higher performance than with Web programming technologies such as JavaScript or Flash that involve more software layers to process and execute the code. But to use it, there's a significant barrier: people must install a browser plug-in.
Is Google Chrome a dud? Or the second coming? | Google Finally Advertising The Dud Known As "Chrome" - Henry Blodget
Gary Edwards (URL) said: Mar. 05, 8:17 PM\n+1 Chrome! It's excellent, but not for the reasons most would insist are important. Neither is Chrome a disruptive technology. It's not. The real revolution is underneath Chrome in the open source WebKit engine. An engine shared with iPhone, Android, Safari, Palm Pre, Nokia, Iris, RiMM 's Blackberry Storm and KDE. Crossplatform WebKit IDE's now include QT, 280Atlas and Eclipse. \n\nIt is the Apple iPhone that put WebKit on the map, demonstrating a revolutionary document/application model capable of leveraging and pushing the Open Web to be competitive with proprietary initiatives from Adobe and Microsoft. \n\nThe WebKit engine is driving most of the smart devices at the edge of the Web, providing a consistent document rendering and application runtime layer that is highly visual, multi-dimensionally interactive, and fully competitive with the proprietary rich interactive application engines (RiA) provided by Adobe and Microsoft. Near 80% of these edge of the Web devices are based on WebKit.
When You're a WebKit Hammer, Everything Looks Like an Open Web Nail ... As it should!
InfoWorld's Tom Yager makes the case for the WebKit visual document model over AJAX. The problem with AJAX as he sees it is that it's JavaScript heavy. And that breaks precious Web interoperability. He makes the point that if something can be done in CSS, it should. He also argues that WebKit is the best tool because the document model is that of advanced HTML5 and CSS3.<br><br>
"... These [WebKit] browsers also share a stellar accelerated JavaScript interpreter that makes the edit/run/debug cycle go faster. They are also the only browsers that deliver on CSS4 and HTML5 standards (with some elements that are proposed to the W3C standards body). Sites that are visually rich may start sprouting "best viewed with Safari" banners until other browsers catch up. The banner would also let users know that your site is optimized for iPhone....."<br><br>
Humm. Did you catch that? CSS4!!! I guess he's referring to the WebKit penchant for putting advanced graphical transitions and animations into CSS instead of relying on a device specific or OS specific API.<br><br>
Placing the visual interface instructions in the documents presentation layer (CSS4) is a revolutionary idea. The WebKit model will go a long way towards creating a global interoperability layer that rides above lower device, OS, browser and application specifics. So yes, by all means let's go with CSS4 :)<br><br>
-
You’re still waiting for me to explain what I meant when I referred to JavaScript as a last resort. I hinted at it in the preceding paragraph. Not the part on JavaScript debugging, but my reference to CSS and HTML. These do a lot more than paint screens. They are a browser's client-side framework. Everything they do is handled as native code. In other words, they're fast. CSS3 and HTML5 are too inconsistently implemented (if at all) across browsers to design to unless you're specifically targeting Safari, iPhone, or other WebKit-based browsers.
PhoneGap : JavaScript IDE for iPhone, Android, Blackberry
Also see post from Savio Rodgriguez. PhoneGap is funded by a grant from MIT. Open source.
"PhoneGaps lets developers wrap web applications inside a native application using WebKit, making development easier for those who aren't familiar with Objective-C and Cocoa. In fact, the framework even includes a tool for easily doing this type of "native web app" packaging. And if a native web app wrapper sounds like it would be right up your alley, you can download PhoneGap for free and give it a whirl."
Tales of Coding: S5 with CSS Slide Transitions in WebKit
S5 with CSS Slide Transitions in WebKit: Very cool use of WebKit - CSS transitions and animations to create a browser ready presentation. The presentation plays perfectly in Google Chrome! Once again proving the value of the widely deployed WebKit layout engine.
What Chrome means for Web start-ups | Webware - CNET - Bob Walsh
Many stories focus on what Google Chrome means for Microsoft, Firefox, and the fate of the current online world. But what does it mean for up-and-coming Web start-ups? Here are six implications for the start-up world that I can see. These assume that Chrome lives up to its hype. T
The Silverlight RiA Platform : Replacing the desktop from the cloud
In the future application developers won't care what desktop operating system you use, they will only care which Fit Client platform is the most pervasive. This is what Adobe AIR, Microsoft Silverlight, Google Gears and Curl are fighting for. Nothing short of the future of desktop and RIA development.
Microsoft brings with it a huge ecosystem of .NET developers - potentially millions of developers already skilled in WPF, XAML and C#. That's a pretty scary for others in the Fit Client arena.
Right now the future of the desktop is completely open. Anyone with enough clout could win the desktop - effectively usurping Microsoft Windows dominate position.
Google Gears Now Inside Android's "Chrome Lite"
Android 1.0 includes a hidden feature for Ajax web developers: the Google Gears plug-in. Version 0.4.13.1 can be found in the browser’s plug-ins directory if you know where to look:
Official Google Mobile Blog
Google Blog for Android and Google Mobile Applications
Cisco Mashes Up Collaboration | InternetNews Realtime IT News
David Knight of Cisco WebEX:
"Lots of people understand that collaboration is the driver for the next wave of productivity improvements," Knight said. "The real opportunity now is to automate the unstructured interactions between knowledge workers. What we're seeing is varying degrees of success in people recognizing the efficiency gains, and thus, varying degrees of adoption. The ones that are successful are the ones that are tying collaboration to the business process. "
-
The WebEx Connect platform is a SaaS platform integrating collaboration features like Web meetings with instant messaging and team spaces for document sharing. One area in which Cisco aims to make a name for WebEx Connect is on the extensibility side, with support for technologies like AJAX (define).
Will Collaboration Pit Cisco Against Microsoft, Google? - GigaOM
the growing popularity of cloud computing means corporate data centers will increasingly start to look like Internet data centers. Cisco has already recognized that as the “network” continues to become the focal point around which our digital personal and work lives revolve, the opportunity to make money will be immense. That’s why Chambers never misses an opportunity to talk about “collaboration.”
For instance, in the press release announcing the company’s latest numbers, he said: “We believe we are entering the next phase of the Internet as growth and productivity will center on collaboration enabled by networked Web 2.0 technologies.” But Cisco isn’t the only one with this vision — Microsoft (MSFT) and Google (GOOG) are thinking along these lines as well, and are much further ahead in the game.
-
Add Sticky Note“The spectacular growth of SharePoint is the result of the great combination of collaboration and information management capabilities it delivers,” Microsoft Co-founder Bill Gates said back in March. “I believe that the success we’ve seen so far is just the beginning for SharePoint.”
- Not exactly. What Chairman Bill leaves out is the integration with MSOffice advantage SharePoint has over all other portal-cms- document processing systems - on 2008-09-17
WebKit: The 21st century mobile - desktop application foundation - Software Development Times On The Web
The vastly improved hardware and network throughput are not the primary drivers of this sea change. “The biggest jolt to the mobile Web development experience, in my view, has been the iPhone. Its implementation of mobile Safari, while imperfect, has given handsets the real Internet, rather than a hobbled, niched version that was typical in devices that preceded it.”
What that means for the future, according to O'Grady, is that the mobile application space “will mirror the development on the client, honestly. It will evolve into a platform barely distinguishable, in many respects, from the traditional desktop browser experience.”
Could There Be More To Google, Android, Chrome, & Gears Than Meets The Eye? - David Berlind's Tech Radar - InformationWeek
One of the best ways to create that perception (and reality) is to get more mobile developers building for the Web instead of any specific platform. It's a win for developers looking to reach the broader market. It's a win for end-users who shouldn't be forced into picking a specific platform or network (eg: iPhone/AT&T) just to get access to certain applications. It's a win for Google. Who is it not good for? You don't have to look far.
The Omnigoogle | Rough Type: Nicholas Carr's Blog
It’s this natural drive to reduce the cost of complements that, more than anything else, explains Google’s strategy. Nearly everything the company does, including building big data centers, buying optical fiber, promoting free Wi-Fi access, fighting copyright restrictions, supporting open source software, launching browsers and satellites, and giving away all sorts of Web services and data, is aimed at reducing the cost and expanding the scope of Internet use. Google wants information to be free because as the cost of information falls it makes more money.
-
It’s this natural drive to reduce the cost of complements that, more than anything else, explains Google’s strategy. Nearly everything the company does, including building big data centers, buying optical fiber, promoting free Wi-Fi access, fighting copyright restrictions, supporting open source software, launching browsers and satellites, and giving away all sorts of Web services and data, is aimed at reducing the cost and expanding the scope of Internet use. Google wants information to be free because as the cost of information falls it makes more money.
Microsoft's response to Google Chrome? SharePoint | The Open Road - The Business and Politics of Open Source by Matt Asay - CNET News
It's surprising how many people are still asleep at the wheel while Microsoft continues to nurture perhaps its fastest-growing product (in terms of revenue) ever: SharePoint.
The Web has been aflutter with Google Chrome discussions since it was released last week, much of it centering on Google's strategy to drive a stake through the heart of Microsoft's Windows business by shifting the operating system to the cloud, rendered in a browser.
Such talk overlooks the fact that Microsoft has already started to move its own Windows business to the cloud, rendered in SharePoint.
Why Mozilla is committed to Gecko as WebKit popularity grows: Page 1
The consensus of the developers who are using WebKit is clear: it's an outstanding rendering engine that lends itself to an extremely diverse assortment of practical uses. It is everywhere, and it is gaining traction at a very impressive rate. That traction is causing some developers to question whether Mozilla's Gecko rendering engine is still relevant.
-
One of the primary reasons for the enormous complexity of the Gecko code base is that it aims to provide much more than just an HTML renderer. Mozilla's early goals were extremely ambitious—the original Mozilla application suite included a browser, a complete mail and newsgroup program, a web design tool, and an IRC client. In addition to rendering HTML, Gecko also provides a versatile XML-based user interface rendering framework called XUL that was used extensively in those applications. XUL is still used today to create the Firefox user interface, and it facilitates that browser's support for extensions, which are regarded by many enthusiasts as one of the most valuable features offered by Firefox.
-
XPCOM, a powerful component system
- 5 more annotations...
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in chrome
-
Google Chrome
Items: 3 | Visits: 25
Created by: Mike Fruchter
-
WebKit - Kupu - Plone
Listing some of the issues ...
Items: 5 | Visits: 35
Created by: Graham Perrin
-
Chrome Plating
christianson is manufacturi...
Items: 1 | Visits: 19
Created by: christian542
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
