Showing posts with label google. Show all posts
Showing posts with label google. Show all posts

Thursday, May 31, 2007

Google Gears work offline

This morning, as any morning I open my Google Reader and a found this real great new option, Google Gears. You can enable offline mode for Google Reader by installing Google Gears.

Google Gears (BETA) is an open source browser extension that enables web applications to provide offline functionality using following JavaScript APIs:

Store and serve application resources locally
Store data locally in a fully-searchable relational database
Run asynchronous Javascript to improve application responsiveness

Tuesday, March 20, 2007

Gtalk gadget on your site without the border

Place Gtalk gadget on your site without the border
By place the flowing code in your blog or site you have the google Talk gadget without the ugly border:


<pre> <script src="http://talkgadget.google.com/talkgadget/host?v=3508465329"></script>
<script type="text/javascript">
var clientUrl = "http://talkgadget.google.com/talkgadget/client?fid=gtalk__MODULE_ID__&relay=http%3A%2F%2Fwww.google.com%2Fig%2Fifpc_relay";
if (window.top !== window.self) {
window.location = clientUrl;
}
</script>
<script type="text/javascript">
clientUrl += "&host=" + encodeURIComponent(window.location);
var height = (screen.height <= 768) ? 368 : 442;
document.write('<iframe id="gtalk__MODULE_ID__" name="gtalk__MODULE_ID__" style="width: 100%; height: ' + height + 'px; margin-top: 5px;" frameborder="0" src="' + clientUrl + '"></iframe>');
var host = new _GTalk("gtalk__MODULE_ID__", "http://talkgadget.google.com/talkgadget/ifpc_relay");
</script>

Google Personalized home page got themes

Google Personalized home page got themes!
Not so usefull but really nice looking. There seven themes to pick from and some o them are really fun. The themes pictures are changing throughout the day.