<?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>Ian Winter &#187; google</title>
	<atom:link href="http://ianwinter.co.uk/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianwinter.co.uk</link>
	<description>Have you found the instructions yet?</description>
	<lastBuildDate>Wed, 14 Sep 2011 22:16:39 +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>Asynchronous Tracking with Google</title>
		<link>http://ianwinter.co.uk/2009/12/02/asynchronous-tracking-with-google/</link>
		<comments>http://ianwinter.co.uk/2009/12/02/asynchronous-tracking-with-google/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 13:43:07 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://ianwinter.co.uk/?p=1103</guid>
		<description><![CDATA[Google Analytics has had its latest update by now allowing asynchronous tracking cools. Pretty neat and also useful if you&#8217;re suffering or concerned on page load times. Interesting to see how it would work with multiple GA accounts, but, in theory should be easy to tweak. http://code.google.com/apis/analytics/docs/tracking/asyncTracking.htm]]></description>
			<content:encoded><![CDATA[<p>Google Analytics has had its latest update by now allowing asynchronous tracking cools. Pretty neat and also useful if you&#8217;re suffering or concerned on page load times. Interesting to see how it would work with multiple GA accounts, but, in theory should be easy to tweak.</p>
<p><a href="http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html">http://code.google.com/apis/analytics/docs/tracking/asyncTracking.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2009/12/02/asynchronous-tracking-with-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CFMail and Gmail</title>
		<link>http://ianwinter.co.uk/2008/07/11/cfmail-and-gmail/</link>
		<comments>http://ianwinter.co.uk/2008/07/11/cfmail-and-gmail/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 12:20:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Been looking a lot lately at various email related projects. One of the issues I noticed as part of this work is that if you send a mail with cfmail to a gmail account that only has a cfmailpart text/plain gmail won&#8217;t render it. If you send both, it works fine. Plain Strong HTML So, [...]]]></description>
			<content:encoded><![CDATA[<p>Been looking a lot lately at various email related projects. One of the issues I noticed as part of this work is that if you send a mail with cfmail to a gmail account that only has a cfmailpart text/plain gmail won&#8217;t render it.</p>
<p>If you send both, it works fine.</p>
<pre class="cf" name="code">
<cfmailpart type="text/plain">Plain</cfmailpart>
<cfmailpart type="text/html"><strong>Strong HTML</strong></cfmailpart>
</pre>
<p>So, if you&#8217;re sending plain only, don&#8217;t put it in a cfmailpart. Probably shouldn&#8217;t have been in the first place, but, issue now solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2008/07/11/cfmail-and-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Gmail Discovery</title>
		<link>http://ianwinter.co.uk/2006/12/19/cool-gmail-discovery/</link>
		<comments>http://ianwinter.co.uk/2006/12/19/cool-gmail-discovery/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 21:20:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I think this is cool, even if no-one else does! Got an email today from an old colleague wishing me Merry Christmas, nothing out the ordinary there, but, when I looked at the details in gmail the email address I saw was &#8220;first.lastname@gmail.com&#8221; with a little note &#8220;(Yes, this is you)&#8221; by the side of [...]]]></description>
			<content:encoded><![CDATA[<p>I think this is cool, even if no-one else does! Got an email today from an old colleague wishing me Merry Christmas, nothing out the ordinary there, but, when I looked at the details in gmail the email address I saw was &#8220;first.lastname@gmail.com&#8221; with a little note &#8220;(Yes, this is you)&#8221; by the side of it.</p>
<p>When I clicked on the <a href="https://mail.google.com/support/bin/answer.py?ctx=%67mail&#038;hl=en&#038;answer=10313">find out more</a> link I learnt that gmail ignores dots (.) in usernames. So, when all those people have asked &#8220;all one word?&#8221; on me giving out my email I can now say no, first.last or firstlast.</p>
<p>Mmm, geek.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2006/12/19/cool-gmail-discovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Web Toolkit</title>
		<link>http://ianwinter.co.uk/2006/05/17/google-web-toolkit/</link>
		<comments>http://ianwinter.co.uk/2006/05/17/google-web-toolkit/#comments</comments>
		<pubDate>Wed, 17 May 2006 12:28:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Another beta release from Google: Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don&#8217;t speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working [...]]]></description>
			<content:encoded><![CDATA[<p>Another beta release from Google:</p>
<blockquote><p>
Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don&#8217;t speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatabilities between web browsers and platforms, and JavaScript&#8217;s lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.
</p></blockquote>
<p><a href="http://code.google.com/webtoolkit/" target="_blank">Google Web Toolkit &#8211; Build AJAX apps in the Java language</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2006/05/17/google-web-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Notebook</title>
		<link>http://ianwinter.co.uk/2006/05/17/google-notebook/</link>
		<comments>http://ianwinter.co.uk/2006/05/17/google-notebook/#comments</comments>
		<pubDate>Wed, 17 May 2006 12:26:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Google is on a release spree again. This time yet another free service in the form of Google Notebook. It is a research type tool allowing you to save clips from various web sites into a notebook. Can&#8217;t help think this is &#8220;inspired&#8221; by 37signals Backpack or Writeboard apps but hey, still suspect it&#8217;ll quite [...]]]></description>
			<content:encoded><![CDATA[<p>Google is on a release spree again. This time yet another free service in the form of <a href="http://www.google.com/notebook/" target="_blank">Google Notebook</a>. It is a research type tool allowing you to save clips from various web sites into a notebook. Can&#8217;t help think this is &#8220;inspired&#8221; by <a href="http://www.37signals.com/" target="_blank">37signals</a> Backpack or Writeboard apps but hey, still suspect it&#8217;ll quite handy.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2006/05/17/google-notebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

