Today, I had problem opening Google Reader. I am not sure what caused it, because I did nothing unusual using my laptop. I noticed that it happened after I had Google Chrome installed. But, I am NOT saying that Google Chrome caused this issue. Not sure about this (Thanks Yogi for the correction).
The problem was that I have my browsers stopped loading. I even tried almost all browsers installed on my laptop. No luck. Doh! I am sure it’s not about the internet connection. Because I could not figure out how to solve this issue, I tried to re-install Google Gears. Before I did that, I disabled Greasemonkey script used by Google Reader (in Firefox).
After having Google Reader re-installed, I opened Google Reader page again. Surprise! It’s back to normal again now. At least I do not have to switch to another web-based RSS reader.
Tag: google gears
WordPress.com is Gears-enabled now
If you’re using WordPress.com service, you probably notice that there is a new link in the upper right of dashboard navigation. It says “Turbo“. This is a new feature offered by WordPress.com, telling that WordPress.com is Google Gears-friendly website. In my other blog (using WordPress from SubVersion), I already enabled this. And, I can take benefit from this.
So, what is it all about? If you enabled this feature (this will work if you have Gears supported browsers like Firefox 1.5+, and also Internet Explorer 6.0+) and also have Google Gears installed:
- We can have all images and other web components from WP admin area stored into our PC. By this, we can speed up our access to WP admin area and also reducing unneccessary web traffic.
- All downloaded files will be used everywhere in the admin area.
- We will have another great experience :)
This feature is not available for self-hosted WordPress 2.5.1. But, it will be a new feature for the coming WordPress 2.6. It will be great if this Gears can be made available for WordPress 2.5 via plugin. Possible? Well, if you use WordPress.com service, you can get this feature earlier.
WordPress 2.6 Features
The coming WordPress 2.6 (scheduled to be released on August 7th, 2008, or July 7th, 2008) will have more features. Most of you probably heard that about the probably-most-well-known Post Revisions feature. But, there are some other features that should be highlighted. Here are some of them I find (using WordPress from SVN, revision 8094):
Post Revisions
Using this, our WordPress will save a copy of our post everytime you edit it. We can take benefit when we want to revert our post. We can also compare or show diffs from two revisions. Wiki users should be familiar with this. This Post Revisions feature will be shipped and activated by default. If we think that we do not need this, we can deactivate it easily. Just add define('WP_POST_REVISIONS','0');
in our configuration file (wp-config.php
). More info about Post Revisions.
Google Gears supports
Description from ticket #6965 tells about this:
First run. Support for Google Gears managed offline storage. The patch adds all static files used in the admin interface to a single offline storage. That speeds up page loading a lot, as it serves virtually all requests for static files from the computer’s HD instead of the network. So instead of 50-60 requests to the server on some pages, there are only 2-3.
There will be a new small link on the top-right navigation. It says “Speed up!“. Learn more about Google Gears.