<?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>Webdogs 3.0 &#187; gmail</title>
	<atom:link href="http://webdogs.org/tag/gmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdogs.org</link>
	<description>site sentient since 2006</description>
	<lastBuildDate>Sun, 22 Jan 2012 22:17:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Integrating Gmail and Google Groups with the Pika CMS</title>
		<link>http://webdogs.org/2012/01/22/integrating-gmail-and-google-groups-with-the-pika-cms/</link>
		<comments>http://webdogs.org/2012/01/22/integrating-gmail-and-google-groups-with-the-pika-cms/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 22:15:19 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google api]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[google groups]]></category>
		<category><![CDATA[pika]]></category>

		<guid isPermaLink="false">http://webdogs.org/?p=2923</guid>
		<description><![CDATA[A few weeks back the project team uploaded a complete version 4 code set to the LSNC Google API Project. This latest version is inclusive of four Google Apps core app integrations &#8212; Google Calendar, Google Docs, Gmail and Google Groups with the Pika CMS. This is the same project I described during my recent [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks back the project team uploaded a <a href="http://code.google.com/p/lsnc-google-api/downloads/detail?name=lsnc-google-api.4.0.zip#makechanges">complete version 4 code set</a> to the <a href="http://code.google.com/p/lsnc-google-api/">LSNC Google API Project</a>. This latest version is inclusive of four Google Apps core app integrations &#8212; Google Calendar, Google Docs, Gmail and Google Groups with the <a href="http://pikasoftware.com/">Pika CMS</a>. This is the same project I described during my recent <a href="http://webdogs.org/files/2012/01/Google-Apps-Google-APIs-slide-deck-TIG-01-12-12.pdf">presentation</a> at the <a href="http://tig.lsc.gov/conference/upcoming-conference">2012 TIG Conference</a> in Albuquerque. As I noted there, we are spending the next few weeks doing expanded beta testing with users across varied positions and office locations within Legal Services of Northern California (LSNC). We expect to deploy all four integrations throughout the organization by the end of February.</p>
<p>In earlier posts I have described how the <a href="http://webdogs.org/2011/08/04/screenshots-of-the-pika-gadget-integration-with-google-calendar/">Google Calendar integration</a> and <a href="http://webdogs.org/2011/08/17/how-the-google-docs-intergration-with-pika-works/">Google Docs integration</a> work. The short version is that, by exploiting the <a href="http://code.google.com/googleapps/docs/">Google Apps APIs</a> for Google Calendar and Google Docs, we have been able to implement a seamless synchronization between the Pika CMS calendar and document posting functions with Google Calendar and Google Docs. Pika CMS users need do nothing differently than what they are already doing to have tickler calendar events show up in their Google Calendars, or have case-related files uploaded to Pika show up in a case-specific shared collection in Google Docs.</p>
<p>The new Gmail integration in version 4 is arguably the most important of the four integrations. The basic user problem has been this: Everyone within LSNC &#8212; like most everyone else on professional planet Earth &#8212; day-in and day-out relies on email to accomplish their work. In our case, advocates regularly communicate with clients, co-counsel, opposing counsel, public and private individuals and entities and, of course, other LSNC staffers. But how are they to get those Gmail messages into case-related case notes in Pika? At the moment, what they do is cut-n-paste, again and again and again without end. The Gmail integration is designed to simplify that process so that users, from within a Gmail message or the entire conversation, can seamlessly post the content of Gmail messages to a client-specific case record automatically, without the need to open Pika.</p>
<p>To accomplish this, we have embedded a new Gmail widget that displays at the bottom of every Gmail message. Below is a screenshot of a developer version of the integration, with the gadget labeled as &#8220;TKLAPP Staging Pika &#8211; Attach to Case Notes.&#8221;</p>
<p><a class="image-hover" href="http://webdogs.org/files/2012/01/gmail-gadget.png"><img class="radiate" src="http://webdogs.org/files/2012/01/gmail-gadget.png" alt="" title="gmail-gadget" width="580" class="alignnone size-full wp-image-2932" /></a></p>
<p>The default behavior of this gadget is to automatically copy the currently viewed Gmail message to the case notes in the selected client case record. To trigger that functionality, users toggle the gadget to display a dialog with a search option to locate any currently open client case record in Pika. Two tabs are available, one to search the user&#8217;s assigned active (open) cases and the other to search more broadly all cases active (open) throughout the organization. Once users select a case record, they have two check-box options: one to save any files attached to the Gmail message, which are automatically uploaded to the Pika case record and simultaneously synchronized to the user&#8217;s Google Docs account; the other to copy the entire Gmail conversation (Google&#8217;s name for an email message thread). Users can then simply click the &#8220;Attach to Case&#8221; button to seamlessly copy the Gmail message to the case record.</p>
<p><a class="image-hover" href="http://webdogs.org/files/2012/01/gmail-gadget-02.png"><img class="radiate" src="http://webdogs.org/files/2012/01/gmail-gadget-02.png" alt="" title="gmail-gadget-02" width="467" height="523" class="alignnone size-full wp-image-2936" /></a></p>
<p><em>But wait&#8230; there&#8217;s more</em>!</p>
<p>The gadget also offers an alternate input button allowing the user to &#8220;Edit and Attach to Case.&#8221; Clicking that button invokes a pop-up window with the Gmail message copied over to Google Docs for editing before the content is posted to Pika. The user can edit the single Gmail message or conversation as is their wont and then click on &#8220;Attach to Case&#8221; in the editing window to post the edited content to Pika. Done. Without ever having opened Pika.</p>
<p><a class="image-hover" href="http://webdogs.org/files/2012/01/gmail-gadget-06.png"><img class="radiate" src="http://webdogs.org/files/2012/01/gmail-gadget-06.png" alt="" title="gmail-gadget-06" width="580" class="alignnone size-full wp-image-2938" /></a></p>
<p>The Google Groups integration works on the same premise as the Gmail integration, with the approach being to enable users to automatically copy a Groups discussion automatically to a Pika case record. The Groups solution is less elegant, however. Going into this project we made the mistaken assumption that, like the other Google Apps core applications, there was a Google API for Groups, but there is not. Google Groups has no exposed web API. So we did a workaround. The Google Groups integration with Pika requires the user add a custom bookmarklet to the browser bookmarks toolbar. Once that is set up, the user can go to a Business Groups discussion within our domain, click on the bookmarklet and trigger a set of dialogs directly analogous to how the Gmail integration works, with the ability to search for a specific client case record and then &#8220;attach&#8221; or &#8220;edit and attach&#8221; the content of the discussion message. (Google Groups no longer allows file attachments to discussion group messages, so there is no option to attach files.)</p>
<p><a class="image-hover" href="http://webdogs.org/files/2012/01/groups-pop-up.png"><img class="radiate" src="http://webdogs.org/files/2012/01/groups-pop-up.png" alt="" title="groups-pop-up" width="580" class="alignnone size-full wp-image-2939" /></a></p>
<p>For those interested in this code set, you can anticipate there will be some minor updates to the code set over the next month or two as we fix quirks that emerge from our further beta testing. There is also an updated guide to installation coming soon.</p>
<p>Thanks again to everyone who attended the TIG presentation. It was encouraging to see how much interest there was within the larger legal services community in this project. My prediction is that within a few years we will all look back at this coding project as somewhat quaint, only a first step in many to come as we all increasingly rely on the Google Apps platform and work more with the Google API to take full advantage of it.</p>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2011/08/17/how-the-google-docs-intergration-with-pika-works/" title="How the Google Docs integration with Pika works">How the Google Docs integration with Pika works</a></li><li><a href="http://webdogs.org/2011/08/04/screenshots-of-the-pika-gadget-integration-with-google-calendar/" title="Screenshots of the Pika gadget integration with Google Calendar">Screenshots of the Pika gadget integration with Google Calendar</a></li><li><a href="http://webdogs.org/2011/04/26/google-calendar-component-of-lsnc-google-api-project-posted/" title="Google Calendar component of LSNC Google API Project posted">Google Calendar component of LSNC Google API Project posted</a></li><li><a href="http://webdogs.org/2011/01/11/the-lsnc-google-api-project/" title="The LSNC Google API Project">The LSNC Google API Project</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://webdogs.org/2012/01/22/integrating-gmail-and-google-groups-with-the-pika-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create an SPF record for your Google Apps domain</title>
		<link>http://webdogs.org/2010/11/17/create-an-spf-record-for-your-google-apps-domain/</link>
		<comments>http://webdogs.org/2010/11/17/create-an-spf-record-for-your-google-apps-domain/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 00:41:21 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[sender policy framework]]></category>
		<category><![CDATA[spf]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/?p=1768</guid>
		<description><![CDATA[Recently, we moved all our organization&#8217;s discussion groups over from the consumer version of Google Groups to the Google Apps version. One of the features we particularly like about the Google Groups integration into Google Apps is the option for nesting one group within another. This nesting option has made maintaining membership lists among multiple [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, we moved all our organization&#8217;s discussion groups over from the consumer version of Google Groups to the <a href="http://googleblog.blogspot.com/2009/12/join-this-group-google-groups-joins.html">Google Apps version</a>. One of the features we particularly like about the Google Groups integration into Google Apps is the <a href="http://www.google.com/support/a/bin/answer.py?hl=en&#038;answer=167100">option for nesting one group within another</a>. This nesting option has made maintaining membership lists among multiple substantive discussion groups way, way easier.  For example, we keep a master list of all LSNC advocates in one group, and then we nest that group within other groups, to deliver messages to our housing discussion group, and our health discussion group, and so on. This eliminates the need to maintain duplicate membership lists across multiple substantive groups that have, essentially, the same members. </p>
<p>But when we first set this all up, we encountered a technical problem that we did not even notice for several weeks until a pattern revealed itself:  Some (but not all) group messages to some (but not all) groups were not being delivered to some (but not all) members. <i>Yipes!</i></p>
<p>To its considerable credit, Google Enterprise responded swiftly to our request for technical support on this issue. As it turns out, the solution to the problem was quite simple: We needed to create a <a href="http://www.openspf.org/">Sender Policy Framework</a> (SPF) record for our domain, something that Google Enterprise <a href="http://www.google.com/support/a/bin/answer.py?hl=en&#038;answer=33786">specifically recommends</a> but which we had not implemented. Doing so involved a <a href="http://www.google.com/support/a/bin/answer.py?answer=178723">simple update</a> to our domain&#8217;s DNS records.</p>
<p>Within a day of those changes, the delivery problems disappeared. Problem solved. Lesson learned.</p>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2012/01/22/integrating-gmail-and-google-groups-with-the-pika-cms/" title="Integrating Gmail and Google Groups with the Pika CMS">Integrating Gmail and Google Groups with the Pika CMS</a></li><li><a href="http://webdogs.org/2009/01/27/gmail-offline-comes-to-google-apps/" title="Gmail offline comes to Google Apps">Gmail offline comes to Google Apps</a></li><li><a href="http://webdogs.org/2008/12/08/gmail-workaday-the-sequel/" title="Gmail workaday: The sequel">Gmail workaday: The sequel</a></li><li><a href="http://webdogs.org/2008/12/03/gmail-as-your-workaday-gateway/" title="Gmail as your workaday gateway">Gmail as your workaday gateway</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://webdogs.org/2010/11/17/create-an-spf-record-for-your-google-apps-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail offline comes to Google Apps</title>
		<link>http://webdogs.org/2009/01/27/gmail-offline-comes-to-google-apps/</link>
		<comments>http://webdogs.org/2009/01/27/gmail-offline-comes-to-google-apps/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 18:53:45 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/?p=428</guid>
		<description><![CDATA[We wanted you to be the 878,444th person to know, so we&#8217;re going to post it here: Google Enterprise today announced the arrival of offline Gmail, the latest feature in the Labs settings of Google Apps Gmail. It ain&#8217;t perfect, but basically works. Other posts of possible interest...Integrating Gmail and Google Groups with the Pika [...]]]></description>
			<content:encoded><![CDATA[<p>We wanted you to be the 878,444th person to know, so we&#8217;re going to post it here:</p>
<p>Google Enterprise today <a href="http://googleenterprise.blogspot.com/2009/01/announcing-offline-access-in-gmail-labs.html">announced the arrival of offline Gmail</a>, the latest feature in the Labs settings of Google Apps Gmail. It <a href="http://news.cnet.com/8301-17939_109-10151096-2.html">ain&#8217;t perfect</a>, but basically works.</p>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2012/01/22/integrating-gmail-and-google-groups-with-the-pika-cms/" title="Integrating Gmail and Google Groups with the Pika CMS">Integrating Gmail and Google Groups with the Pika CMS</a></li><li><a href="http://webdogs.org/2010/11/17/create-an-spf-record-for-your-google-apps-domain/" title="Create an SPF record for your Google Apps domain">Create an SPF record for your Google Apps domain</a></li><li><a href="http://webdogs.org/2008/12/08/gmail-workaday-the-sequel/" title="Gmail workaday: The sequel">Gmail workaday: The sequel</a></li><li><a href="http://webdogs.org/2008/12/03/gmail-as-your-workaday-gateway/" title="Gmail as your workaday gateway">Gmail as your workaday gateway</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://webdogs.org/2009/01/27/gmail-offline-comes-to-google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail workaday: The sequel</title>
		<link>http://webdogs.org/2008/12/08/gmail-workaday-the-sequel/</link>
		<comments>http://webdogs.org/2008/12/08/gmail-workaday-the-sequel/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 15:26:06 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/?p=399</guid>
		<description><![CDATA[As suggested last week, Gmail seems to be emerging as the prevailing point of engagement for many of us using Google Apps. As if on cue, today Lifehacker highlighted the Integrated Gmail Firefox extension that loads any Google App inside Gmail. Not that I am recommending that particular extension. But it goes in the same [...]]]></description>
			<content:encoded><![CDATA[<p>As suggested last week, Gmail seems to be emerging as the prevailing point of engagement for many of us using Google Apps. As if on cue, today Lifehacker highlighted the <a href="https://addons.mozilla.org/en-US/firefox/addon/9457">Integrated Gmail</a> Firefox extension that <a href="http://lifehacker.com/5104347/integrated-gmail-loads-any-google-app-inside-gmail">loads any Google App inside Gmail</a>. Not that I am recommending that particular extension. But it goes in the same Google Apps direction so many of us are going, namely, relying on the Gmail UI as the point of first entry to Google Apps.</p>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2012/01/22/integrating-gmail-and-google-groups-with-the-pika-cms/" title="Integrating Gmail and Google Groups with the Pika CMS">Integrating Gmail and Google Groups with the Pika CMS</a></li><li><a href="http://webdogs.org/2010/11/17/create-an-spf-record-for-your-google-apps-domain/" title="Create an SPF record for your Google Apps domain">Create an SPF record for your Google Apps domain</a></li><li><a href="http://webdogs.org/2009/01/27/gmail-offline-comes-to-google-apps/" title="Gmail offline comes to Google Apps">Gmail offline comes to Google Apps</a></li><li><a href="http://webdogs.org/2008/12/03/gmail-as-your-workaday-gateway/" title="Gmail as your workaday gateway">Gmail as your workaday gateway</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://webdogs.org/2008/12/08/gmail-workaday-the-sequel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail as your workaday gateway</title>
		<link>http://webdogs.org/2008/12/03/gmail-as-your-workaday-gateway/</link>
		<comments>http://webdogs.org/2008/12/03/gmail-as-your-workaday-gateway/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 08:08:32 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/?p=395</guid>
		<description><![CDATA[It has been fascinating to watch the evolution of the user interface changes as the various Google Apps and other Google tools evolve, and none more so than Gmail. Email, uh, Gmail is the core web application for Google Apps users. They may or may not regularly use Google Docs or Google Chat or Google [...]]]></description>
			<content:encoded><![CDATA[<p>It has been fascinating to watch the evolution of the user interface changes as the various <a href="http://www.google.com/apps/">Google Apps</a> and other Google tools evolve, and none more so than Gmail. Email, uh, Gmail is the core web application for Google Apps users. They may or may not regularly use Google Docs or Google Chat or Google Sites or Google Reader, whatever&#8230; but you can pretty much count on your organization&#8217;s users relying on the Gmail interface to get basic work done. And with steady additions to the  <a href="http://gmailblog.blogspot.com/2008/06/introducing-gmail-labs.html">Gmail Labs features</a> and now direct gadget integration into the Gmail interface &#8212; for example, the recent additions of <a href="http://gmailblog.blogspot.com/2008/10/new-in-labs-calendar-and-docs-gadgets.html">Calendar and Docs gadgets</a> that display directly within Gmail &#8211; the Gmail UI is evolving as a primary workaday dashboard for integrating and accessing an array of Google applications and tools.</p>
<p>Here&#8217;s a particularly interesting description of how one person does it: <a href="http://www.micropersuasion.com/2008/11/making-gmail-yo.html">Making Gmail Your Gateway to the Web</a>. You could make the case that what he really needs to do is get a life, but regardless he has come up with several very smart and creative ways to exploit Gmail to help organize, access and communicate.</p>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2012/01/22/integrating-gmail-and-google-groups-with-the-pika-cms/" title="Integrating Gmail and Google Groups with the Pika CMS">Integrating Gmail and Google Groups with the Pika CMS</a></li><li><a href="http://webdogs.org/2010/11/17/create-an-spf-record-for-your-google-apps-domain/" title="Create an SPF record for your Google Apps domain">Create an SPF record for your Google Apps domain</a></li><li><a href="http://webdogs.org/2009/01/27/gmail-offline-comes-to-google-apps/" title="Gmail offline comes to Google Apps">Gmail offline comes to Google Apps</a></li><li><a href="http://webdogs.org/2008/12/08/gmail-workaday-the-sequel/" title="Gmail workaday: The sequel">Gmail workaday: The sequel</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://webdogs.org/2008/12/03/gmail-as-your-workaday-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome = My browser for reading Gmail</title>
		<link>http://webdogs.org/2008/09/02/google-chrome-my-new-default-browser-for-reading-gmail/</link>
		<comments>http://webdogs.org/2008/09/02/google-chrome-my-new-default-browser-for-reading-gmail/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 12:52:01 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google chrome]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/?p=295</guid>
		<description><![CDATA[Whatever else Google Chrome is, one very gratifying experience today is how much faster it handles my AJAX-heavy Gmail app, which can so often and so annoyingly load pages so slowly. I have never, ever seen Gmail pages load this fast. One probable explanation is that, apparently, Google Chrome is insanely fast. Other posts of [...]]]></description>
			<content:encoded><![CDATA[<p>Whatever else <a href="http://www.google.com/chrome">Google Chrome </a>is, one very gratifying experience today is how much faster it handles my AJAX-heavy Gmail app, which can so often and so annoyingly load pages so slowly. I have never, ever seen Gmail pages load this fast. One probable explanation is that, apparently, <a href="http://blogs.zdnet.com/hardware/?p=2507&#038;tag=nl.e589">Google Chrome is insanely fast</a>.</p>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2012/01/22/integrating-gmail-and-google-groups-with-the-pika-cms/" title="Integrating Gmail and Google Groups with the Pika CMS">Integrating Gmail and Google Groups with the Pika CMS</a></li><li><a href="http://webdogs.org/2010/11/17/create-an-spf-record-for-your-google-apps-domain/" title="Create an SPF record for your Google Apps domain">Create an SPF record for your Google Apps domain</a></li><li><a href="http://webdogs.org/2009/01/27/gmail-offline-comes-to-google-apps/" title="Gmail offline comes to Google Apps">Gmail offline comes to Google Apps</a></li><li><a href="http://webdogs.org/2008/12/08/gmail-workaday-the-sequel/" title="Gmail workaday: The sequel">Gmail workaday: The sequel</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://webdogs.org/2008/09/02/google-chrome-my-new-default-browser-for-reading-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

