Posts tagged

Greasemonkey Scripts

Greasemonkey is a useful extension for Firefox, however this week, I saw that Mitchell McKenna (@MitchellMckenna) mentioned that Chrome now installs Greasemonkey scripts.  If you aren’t fully aware of the power of Greasemonkey take a look here (link here).

First off, the best place I’ve found to get GM scripts is userscripts.org, a (mostly) free and open-source community.

  • YouTube Auto Buffer & Auto HD & Remove Ads (link here) – this delivers what it’s name promises.
  • Gmail Unread Message Count in Favicon (link here) – I’ve used this for YEARS with Gina Trapani (@ginatrapani) ’s Better GMail FireFox extension too, however it works great in Chrome without Better GMail.
  • PDF/PPT/TIF view in Google Docs (link here) – This is THE plugin I can’t live without for Windows; I use my laptop as a sidekick to my desktop and don’t want to mess it up with Adobe Reader and files on the hard disk.  This script opens PDF links that you click on in Google Docs viewer.
Google Buzz

Post to Twitter Post to Delicious Post to Digg Post to Ping.fm Post to Reddit Post to StumbleUpon

Ninite Application Installer

This week has been an interesting week: it’s been Windows 7 week!  I chose not to write about Windows 7 this week because for most people it’s not big news –I’ve had it for months from MSDN, a lot of those who care have tried the betas, and most “regular” people don’t upgrade their operating systems until they get a new computer.  However it’s worth mentioning that there is a great service out there that will be useful for those reinstalling their OSes (recommended as opposed to an in-place upgrade for Windows 7), reinstalling your Vista or XP install, or just got a new computer and need to get all of your applications on your computer.  Ninite has a solution for you.

 

Ninite, a new service that allows you to check-off what software you’d like to batch-install, creates an executable that takes care of downloading and installing the applications you chose from the list that they provide.  However there are free and open source programs on this service, you can also get paid software such as Microsoft Office 2007 Standard, which just downloads a trial of it, allowing you to activate it using your purchased product key.

As I said before, this site creates a batch installer mini-program that takes care of downloading and installing your applications.  I should clarify that the application you download from this site is small, less than a megabyte (165KB in my case).  When this program is executed it does the downloading, meaning that this will not install applications offline such as downloading this on a computer with an internet connection and trying to install applications on a PC without an internet connection won’t work and trying to use this to install applications on a PC with a slow internet connection won’t be beneficial.

 

Here is how the interface works:

And this is what the installer app looks like in Windows 7:

ninite-ss

 

I give this service top marks for it’s usefulness, uniqueness, ease-of-use, and wide selection of applications.  However I’m interested to see if they will offer a way to do offline installs of applications (a lot more useful if performing a lot of installs on a lot of machines).

Google Buzz

Post to Twitter Post to Delicious Post to Digg Post to Ping.fm Post to Reddit Post to StumbleUpon

Google Offers IE Plug-in To Improve Internet Experience, Google Chrome Frame

Last September I first wrote about Google’s reimagining of what a web browser should be and the technology that they use to do that, all of this to improve the user experience of web apps including Google Apps, and most other HTML5 or Javascript heavy web sites.  Today, just little more than 12 months after the first Chrome release, Google released an Internet Explorer plug-in that ports the Chrome rendering engine and Javascript engine (aka V8) to a wider audience.  This plug-in, Google Chrome Frame, is activated by code inserted in the <head> section of an HTML document,

With Google Chrome Frame, developers can now take advantage of the latest open web technologies, even in Internet Explorer. From a faster Javascript engine, to support for current web technologies like HTML5’s offline capabilities and <canvas>, to modern CSS/Layout handling, Google Chrome Frame enables these features within IE with no additional coding or testing for different browser versions.

Google says that this plug-in is activated at the discretion of the web app developer with a line of HTML code, <meta-http-equiv="X-UA-Compatible" content="chrome=1">, When this line is detected in a page by Google Chrome Frame then it auto-magically activates the WebKit rendering engine and V8 while still maintaining the familiar IE user interface.  This plug-in allows IE users to get standard-conforming (Acid3 test) Javascript for the first time.

It’s also noted in the Google blog post that this will allow modern web apps, like Google Wave, to consumers.  My sneaking suspicion is that this was the easiest way to get Wave to sing on Internet Explorer… or possibly the only way.  No matter what the case, this plug-in seems brilliant.  My remaining question is whether employers/IT departments will allow Google Chrome Frame to be installed on employees’ machines.  A lot of companies (and the US government) solely utilize IE because of it’s easy policy modification (using tools provided by Microsoft or Novell); I have not yet discovered whether Google Chrome Frame conforms to these policies.

Google also posted a video on YouTube that explains what this is and why it was created in the typical Google video style (including being in HD):

Google Buzz

Post to Twitter Post to Delicious Post to Digg Post to Ping.fm Post to Reddit Post to StumbleUpon

What I Want to See from Google Chrome OS:

I just read a post on LifeHacker, the “9 must-have features” from Google’s recently announced operating system, I think what I’d like to see is greatly different from what they would like to see.

 

No native apps:

I don’t think there should be any native apps for the Chrome OS for many reasons including the Gibsonian implication (security implications), “cruft” – the buildup of mess on the computer, and the lack of portability of that application code.  I could argue this point more, but I’ve said it: I would hope that Google include Adobe AIR, Silverlight, Quicktime, and Flash to dampen the eventual anti-trust lawsuit.

Other than what I’ve stated above, the Chrome browser, which can run crafted web pages very well, is a must.

(In lieu of a formal API I think it would be much more wise to allow (at the web application developer’s permission) the use to install the components of a website into a web server/host. This is more discussed in the next section.)

 

An application host:

Here’s the problem; if Google is going to (at least) focus on web applications, what happens if the internet goes out? What happens if you’re going on a flight without wifi?  That’s why I would love to see a method of installing core components of web sites/apps that allow you to continue to use them while offline.  But I’m talking more than just caching the images or scripts or CSS of a web page, I’m talking about caching all of a website and the databases applicable to you.

Let’s put this into practical terms: take a example of Google Docs.  Google already has the PHP, Perl, or other scripts running on their server that when combined with the appropriate database and AJAX becomes a word processor, the problem is that the user always needs to have the outputs of those scripts and databases and an AJAX connection to the server to use the features of the application and when on a slower data connection has an overall poor experience (….loading….) overall.  However if Google were to package their environment and scripts into a bundle, have the local operating system run the environment (virtual machine?) and use some code to allow the user to use the local application all of the time and synchronize the local and remote databases when available and upgrade the local environment when the remote changes.  The final piece to this puzzle would be the push notification system that the applications would use to connect to their server to collect any immediate changes, such as new posts on Friendfeed or Facebook.  As far as the user will know, when they use Chrome OS they could (if developers do this) use a web application offline AND notice that whenever they are on-or-offline the applications are much speedier.

The problem with this feature would always be the net book problem, the lack of local resources.  This feature would be great for net books, but they don’t have the hard disk space or the memory or the cpu power to run a virtual machine.  This is a flawed feature—mainly because if each web app needs an environment back end then suddenly the amount of memory Chrome needs to render web pages seems miniscule, especially if it’s a power user with many applications open at once.  Note that Google is smart and if they take the approach I hope they do, will do it elegantly.

 

An interesting windowing system:

if Google wants this to be a successful platform they need to make a desktop system that does what current desktop do for applications and files for the web.  What we see now as a computer with a file system full of files, a desktop with icons to files and applications, a start-menu or dock of files and applications need to be transposed into web analogies.  For example we have folders of documents—who says those documents can’t be aliases to a document inside Google Docs?

What about the windows on my screen have to be ‘applications’ in the classic sense, what if the applications on my screen were well rendered web pages with an excessive reliance on AJAX, CSS, and Javascript instead of platform specific interface components.  The trick for Google would be to build their whole windowing/display system to use web applications—or at least applications that live on the web. This could be as easily implemented as the Apple web apps were, with tools like an analog to WP-Touch plugin for Wordpress, given that this only changes the presented columns into a much smaller width, used a different CSS file, and in the CSS file used some animation code to make pages ‘slide’.  The website would appear the same, with only minor cosmetic differences to make them feel like an immersive program, not a website.  This would also mean that you can’t simple use a program inside the Chrome browser window, there would need to be an API to make right click options, the window bar, the windowing buttons (close, minimize, etc…), and for making file-right-click actions (eg. ‘open this file with: Facebook Photos’).

There would be a lot of work that Google would have to do, a lot of which involves redesigning the desktop metaphor we’ve been using since the eighties.

 

Development tools:

Just like Apple makes their developer tools widely available with Mac OS X (it’s included on the CD), Google should build a development environment that would give the everyday user the ability to build their own application.  I would hope that this development environment would have all of the ease of Microsft’s Visual Basic development environment and all of the power and ubiquity of Apple’s.  By which I mean the `drag’n'drop` interface layout with an automatic linking of code and GUI while having the amazing code libraries that resemble OS X’s core services.  The key is that they need to widely distribute their own set of tools that will be built to optimize for the webkit rendering engine.

 

System Reset:

If you’ve used a Tivo you know about the factory reset button which reinstalls the base operating system and deletes all of the old configuration files and data.  This is the biggest problem with Windows, that the process of reinstalling your operating system is vastly complicated and not very consumer friendly (the whole activation code) and Linux (in general) requires you have a disc available to reinstall.  This is a bigger problem for netbooks because they don’t have optical drives and the alternative of thumb-drives isn’t 100a% friendly either, it’s another component for them to lose in their closet, the idea of the ‘reset’ button makes consumers more likely to do this frequently, especially if any user files that would be deleted would be moved into a special folder that will be cleared after a set period of time after the reset to alleviate the issue of backing up.  Drivers could be left in their location as an option.

Google Buzz

Post to Twitter Post to Delicious Post to Digg Post to Ping.fm Post to Reddit Post to StumbleUpon

No Chrome for Mac (still!)

It’s been just over 2 months since the release of Google’s Chrome web-browser (released September 2) (links about Chrome: Google’s Chrome page: Wikipedia.org Chrome page: my posts about chrome). Since then there has been a way for mac and linux users to sign up for more information because Googles claimed it’s “still in development”. And all I can say is that Chrome is the best browser I’ve ever used since, Safari back in 2002. So, if you’re a mac user like me, there are some options to get your fill of Chrome:

  • Wait for the native mac version
  • Use Parallels or VMWare Fusion to use Windows virtually on your mac
  • Reboot everytime you want to go online into Windows and use Chrome
  • Use CrossOver Chromium

(Codeweavers) CrossOver is a company made famous for it’s “no Windows required” product that allows mac and linux users to run Windows applications on their computerss by duplicating the Win32 API. This can be bought for just $49! That’s over $100 savings from Parallels or VMWare (with those two you need to buy a copy of Windows)! CrossOver packages their product in editions for different uses–like one for running Office–or the CrossOver Chromium product which only runs Chromium (Chromium is the open-source name for Google Chrome)–or the full version which will run most common Windows apps. The biggest issue is speed. It’s job is a lot like that of Apple’s Rosetta technology to translate PowerPC instructions to Intel, CrossOver translates Win32 API to Cocoa and DirectX to OpenGL, so don’t expect to be able to play a game or edit movies with this, but it’s more than fast enough for Office.

You can download CrossOver Chromium here, it’s free! I can only assume that this product is free to advertise what they’re able to do. This solution has been out for a while and I’ve resisted writing about it because it’s not near perfect.

For a point of reference, Safari open on Intel iMac with just one bounce (< 1 second) and CrossOver Chromium does one bounce then has a spinning circle showing that it’s loading… this takes just over 5 seconds. But once it’s running it handles page loading pretty well… but I just can’t get over the weird cursor issue–when you move your cursor on top of CrossOver Chromium your cursor changes to a white Windows cursor… and some Windows keyboard shortcuts work (the mac ones do to!)

So, for now it’ll have to do it for you, and Google should have the native Mac version out soon, I hope…

A Youtube video demonstrating CrossOver Chromium: here.

CodeWeaver’s CrossOver Chromium FAQ

Google Buzz

Post to Twitter Post to Delicious Post to Digg Post to Ping.fm Post to Reddit Post to StumbleUpon

Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Twitter links powered by Tweet This v1.6.1, a WordPress plugin for Twitter.