Linux, Open Source, Web, Engineering, Technology


Archive for the ‘Google’ Category


September 7, 2011

PhoneGap Open Source Mobile Framework

PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. PhoneGap leverages web technologies developers already know best… HTML and JavaScript.

 

 

 

Learn more at: PhoneGap.

Posted by acuervo. Filed under Android, Apple, Google, Linux, Microsoft, Web-Ecosystem.

.



July 21, 2011

Fix webcam not working with Google chat or Google Plus Hangouts under Ubuntu 64bit

1) Make sure Google Talk plugin is installed.

2) In the terminal:

sudo apt-get install lib32v4l-0
sudo mv /opt/google/talkplugin/GoogleTalkPlugin /opt/google/talkplugin/GoogleTalkPlugin.real
echo '#!/bin/sh' | sudo tee /opt/google/talkplugin/GoogleTalkPlugin
echo "LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so /opt/google/talkplugin/GoogleTalkPlugin.real" | sudo tee -a /opt/google/talkplugin/GoogleTalkPlugin
sudo chmod +x /opt/google/talkplugin/GoogleTalkPlugin

3) Restart Browser.

 

Done!

 

In case you need to revert:

sudo rm /opt/google/talkplugin/GoogleTalkPlugin
sudo mv /opt/google/talkplugin/GoogleTalkPlugin.real /opt/google/talkplugin/GoogleTalkPlugin

Posted by acuervo. Filed under 64-bit, Google, Google +, Google Chat, Linux, terminal, Ubuntu.

Tags: , , .



June 22, 2011

Migrate from Gmail to Google Apps and keep labels, read-status, stars and email date

Install imapsync:

Under Ubuntu:

sudo apt-get install imapsync

then:

imapsync --host1 imap.gmail.com --user1 username@gmail.com --port1 993 --ssl1 --password1 GmailPasswordHere --host2 imap.gmail.com --user2 username@YourGoogleAppsDomain.com --port2 993 --ssl2 --password2 GoogleAppsPasswordHere --authmech1 LOGIN --authmech2 LOGIN --syncinternaldates --split1 100 --split2 100 --allowsizemismatch

Done!

Posted by acuervo. Filed under Business, Google, Linux, terminal, Ubuntu, Web-Ecosystem.

Tags: , , .



November 7, 2009

Google opens up its JavaScript development toolbox to all


companion photo for Google opens up its JavaScript development toolbox to all

Google is providing the web development community with an intriguing glimpse under the hood at some of the fundamental building blocks of the company’s most popular web applications. The search giant has opened the source code of its comprehensive JavaScript library collection and is making it available to third-party developers for widespread adoption. Google also opened the source code of its own JavaScript compression tools.

The library, called Closure, includes an extraordinarily diverse assortment of capabilities with functionality ranging from JSON serialization to standard user interface widgets. All of the features are cross-browser compatible and can be readily adopted without marginalizing any users. The library consists primarily of helper functions and user interface widgets, many of which are recognizable from popular Google applications.

Read the rest of this article...


Posted by acuervo. Filed under Google, Linux, Web-Ecosystem.

.



"The opposite of love is not hate, it's indifference.
The opposite of art is not ugliness, it's indifference.
The opposite of faith is not heresy, it's indifference.
And the opposite of life is not death, it's indifference."

Elie Wiesel
4359 grains of sand from alejandro cuervo