<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>queleimporta.com &#187; Google</title> <atom:link href="http://queleimporta.com/category/google/feed/" rel="self" type="application/rss+xml" /><link>http://queleimporta.com</link> <description>Linux, Open Source, Web, Engineering, Technology</description> <lastBuildDate>Thu, 10 Nov 2011 16:17:25 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>The Divide Platform by enterproid</title><link>http://queleimporta.com/the-divide-platform-by-enterproid/</link> <comments>http://queleimporta.com/the-divide-platform-by-enterproid/#comments</comments> <pubDate>Thu, 10 Nov 2011 16:17:25 +0000</pubDate> <dc:creator>Alejandro</dc:creator> <category><![CDATA[Android]]></category> <category><![CDATA[Business]]></category> <category><![CDATA[Gadgets]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Security]]></category> <guid
isPermaLink="false">http://queleimporta.com/?p=3197</guid> <description><![CDATA[&#160; This is interesting, User profiles now available for android. Another use I can think of: My profile, serious work, and my kids&#8217; profile, for when they want to play with my phone. &#160; The Divide platform by Enterproid gives mobile professionals a new way to use their smartphones for both work and personal life. [...]]]></description> <wfw:commentRss>http://queleimporta.com/the-divide-platform-by-enterproid/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PhoneGap Open Source Mobile Framework</title><link>http://queleimporta.com/phonegap-open-source-mobile-framework/</link> <comments>http://queleimporta.com/phonegap-open-source-mobile-framework/#comments</comments> <pubDate>Thu, 08 Sep 2011 00:30:04 +0000</pubDate> <dc:creator>Alejandro</dc:creator> <category><![CDATA[Android]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Web-Ecosystem]]></category> <guid
isPermaLink="false">http://queleimporta.com/?p=3158</guid> <description><![CDATA[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&#8230; HTML and JavaScript. &#160; &#160; &#160; Learn more at: PhoneGap.]]></description> <wfw:commentRss>http://queleimporta.com/phonegap-open-source-mobile-framework/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Fix webcam not working with Google chat or Google Plus Hangouts under Ubuntu 64bit</title><link>http://queleimporta.com/fix-webcam-not-working-with-google-chat-or-google-plus-hangouts-under-ubuntu-64bit/</link> <comments>http://queleimporta.com/fix-webcam-not-working-with-google-chat-or-google-plus-hangouts-under-ubuntu-64bit/#comments</comments> <pubDate>Thu, 21 Jul 2011 17:15:21 +0000</pubDate> <dc:creator>Alejandro</dc:creator> <category><![CDATA[64-bit]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Google +]]></category> <category><![CDATA[Google Chat]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[terminal]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Google chat]]></category> <category><![CDATA[Google Plus]]></category> <category><![CDATA[Webcam]]></category> <guid
isPermaLink="false">http://queleimporta.com/?p=3015</guid> <description><![CDATA[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' &#124; sudo tee /opt/google/talkplugin/GoogleTalkPlugin echo "LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so /opt/google/talkplugin/GoogleTalkPlugin.real" &#124; sudo tee -a /opt/google/talkplugin/GoogleTalkPlugin sudo chmod +x /opt/google/talkplugin/GoogleTalkPlugin 3) Restart Browser. &#160; Done! &#160; In case you need to revert: sudo rm /opt/google/talkplugin/GoogleTalkPlugin sudo mv [...]]]></description> <wfw:commentRss>http://queleimporta.com/fix-webcam-not-working-with-google-chat-or-google-plus-hangouts-under-ubuntu-64bit/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Migrate from Gmail to Google Apps and keep labels, read-status, stars and email date</title><link>http://queleimporta.com/migrate-from-gmail-to-google-apps-and-keep-labels-read-status-stars-and-email-date/</link> <comments>http://queleimporta.com/migrate-from-gmail-to-google-apps-and-keep-labels-read-status-stars-and-email-date/#comments</comments> <pubDate>Wed, 22 Jun 2011 19:28:04 +0000</pubDate> <dc:creator>Alejandro</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[terminal]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Web-Ecosystem]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[Google Apps email]]></category> <guid
isPermaLink="false">http://queleimporta.com/?p=3007</guid> <description><![CDATA[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!]]></description> <wfw:commentRss>http://queleimporta.com/migrate-from-gmail-to-google-apps-and-keep-labels-read-status-stars-and-email-date/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Why you should not be using a task-killer with Android</title><link>http://queleimporta.com/why-you-should-not-be-using-a-task-killer-with-android/</link> <comments>http://queleimporta.com/why-you-should-not-be-using-a-task-killer-with-android/#comments</comments> <pubDate>Tue, 11 Jan 2011 11:37:05 +0000</pubDate> <dc:creator>Alejandro</dc:creator> <category><![CDATA[Android]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Task Killers]]></category> <guid
isPermaLink="false">http://queleimporta.com/?p=2931</guid> <description><![CDATA[By default, every application runs in its own Linux process. Android starts the process when any of the application’s code needs to be executed, and shuts down the process when it’s no longer needed and system resources are required by other applications. Android is hard coded to automatically kill a task when more memory is [...]]]></description> <wfw:commentRss>http://queleimporta.com/why-you-should-not-be-using-a-task-killer-with-android/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Google opens up its JavaScript development toolbox to all</title><link>http://queleimporta.com/google-opens-up-its-javascript-development-toolbox-to-all/</link> <comments>http://queleimporta.com/google-opens-up-its-javascript-development-toolbox-to-all/#comments</comments> <pubDate>Sun, 08 Nov 2009 01:37:25 +0000</pubDate> <dc:creator>Alejandro</dc:creator> <category><![CDATA[Google]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Web-Ecosystem]]></category> <guid
isPermaLink="false">http://queleimporta.com/?p=1209</guid> <description><![CDATA[Google is providing the web development community with an intriguing glimpse under the hood at some of the fundamental building blocks of the company&#8217;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 [...]]]></description> <wfw:commentRss>http://queleimporta.com/google-opens-up-its-javascript-development-toolbox-to-all/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
