<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd">

<channel>
	<title>Square Galaxy &#187; iGoogle</title>
	<atom:link href="http://squaregalaxy.com/tag/igoogle/feed/" rel="self" type="application/rss+xml" />
	<link>http://squaregalaxy.com</link>
	<description>A blog by Jacob</description>
	<lastBuildDate>Thu, 04 Mar 2010 04:55:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iGoogle gadget color themes</title>
		<link>http://squaregalaxy.com/tech/igoogle-gadget-color-themes/</link>
		<comments>http://squaregalaxy.com/tech/igoogle-gadget-color-themes/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 02:04:24 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[Dear Google]]></category>
		<category><![CDATA[iGoogle]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/columns/?p=50</guid>
		<description><![CDATA[Dear iGoogle,
I&#8217;ve been building Google gadgets for a while now, and there is one thing I&#8217;ve struggled with: getting a gadget&#8217;s colors to match the colors of its container&#8217;s theme.  That seemed like a mouthful, so let me break it down.
Suppose my iGoogle theme has lots of natural colors: green and brown.  A [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/google-adsense-gadget/' rel='bookmark' title='Permanent Link: Google AdSense gadget'>Google AdSense gadget</a> <small>Dear Google Adsense, I find myself logging into the AdSense...</small></li>
<li><a href='http://squaregalaxy.com/tech/what-is-it-its-a-whatsit/' rel='bookmark' title='Permanent Link: What is it?  It&#8217;s a whatsit'>What is it?  It&#8217;s a whatsit</a> <small>For one of my web developer projects, I&#8217;ve tasked myself...</small></li>
<li><a href='http://squaregalaxy.com/tech/displaying-ads-on-google-code-project-pages/' rel='bookmark' title='Permanent Link: Displaying ads on Google Code project pages'>Displaying ads on Google Code project pages</a> <small>Dear Google Code, A few months ago I suggested allowing...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Dear iGoogle,</p>
<p>I&#8217;ve been building Google gadgets for a while now, and there is one thing I&#8217;ve struggled with: getting a gadget&#8217;s colors to match the colors of its container&#8217;s theme.  That seemed like a mouthful, so let me break it down.</p>
<p>Suppose my iGoogle theme has lots of natural colors: green and brown.  A gadget on that page would look better if it contained green and brown elements.  But if my iGoogle theme had pink and purple colors, a gadget with green and brown elements might not look the best.  A gadget&#8217;s color scheme should match the color scheme of the iGoogle container theme.</p>
<p>Already the iGoogle provides a few substitution variables like the __BIDI_* variables.  The gadget container should pass color substitution variables along to the gadget as well.  For example, __COLOR_LINK__ could be the substitution variable for link colors, allowing the iGoogle theme to set a common link color to all of the gadgets on the page.  There could be a handful of different __COLOR_* variables that would be passed along for button colors, highlight colors, text colors, etc.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/google-adsense-gadget/' rel='bookmark' title='Permanent Link: Google AdSense gadget'>Google AdSense gadget</a> <small>Dear Google Adsense, I find myself logging into the AdSense...</small></li>
<li><a href='http://squaregalaxy.com/tech/what-is-it-its-a-whatsit/' rel='bookmark' title='Permanent Link: What is it?  It&#8217;s a whatsit'>What is it?  It&#8217;s a whatsit</a> <small>For one of my web developer projects, I&#8217;ve tasked myself...</small></li>
<li><a href='http://squaregalaxy.com/tech/displaying-ads-on-google-code-project-pages/' rel='bookmark' title='Permanent Link: Displaying ads on Google Code project pages'>Displaying ads on Google Code project pages</a> <small>Dear Google Code, A few months ago I suggested allowing...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/igoogle-gadget-color-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is it?  It&#8217;s a whatsit</title>
		<link>http://squaregalaxy.com/tech/what-is-it-its-a-whatsit/</link>
		<comments>http://squaregalaxy.com/tech/what-is-it-its-a-whatsit/#comments</comments>
		<pubDate>Fri, 04 May 2007 00:28:14 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iGoogle]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/2007/web-development/what-is-it-its-a-whatsit/</guid>
		<description><![CDATA[For one of my web developer projects, I&#8217;ve tasked myself with building a homepage similar to Google&#8217;s Personalized Home Page, now called iGoogle.  I thought it would be great to provide various modules on the page, and that I could provide a custom set of modules based on audience.

Google has a nice set of modules, [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/igoogle-gadget-color-themes/' rel='bookmark' title='Permanent Link: iGoogle gadget color themes'>iGoogle gadget color themes</a> <small>Dear iGoogle, I&#8217;ve been building Google gadgets for a while...</small></li>
<li><a href='http://squaregalaxy.com/tech/google-adsense-gadget/' rel='bookmark' title='Permanent Link: Google AdSense gadget'>Google AdSense gadget</a> <small>Dear Google Adsense, I find myself logging into the AdSense...</small></li>
<li><a href='http://squaregalaxy.com/tech/suggestion-for-google-talk-widget/' rel='bookmark' title='Permanent Link: Suggestion for Google Talk Widget'>Suggestion for Google Talk Widget</a> <small>I noticed recently that Google has a web page widget...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For one of my web developer projects, I&#8217;ve tasked myself with building a homepage similar to<a href="http://www.google.com/ig?hl=en"> Google&#8217;s Personalized Home Page</a>, <a href="http://googleblog.blogspot.com/2007/04/youve-got-gadget-mail.html">now called iGoogle</a>.  I thought it would be great to provide various modules on the page, and that I could provide a custom set of modules based on audience.</p>
<p><span id="more-739"></span></p>
<p>Google has a nice set of modules, available for both iGoogle and the Google Desktop (which is part of <a href="http://promote.peargrove.com/googlepack">Google Pack</a>).  These modules are called <em>gadgets</em>, and many of which can also be syndicated onto third-party websites.</p>
<p>For my homepage project, I thought about using a combination of custom gadgets as well as other third-party gadgets.  However, in order to syndicate a gadget through Google, you have to provide gadget attribution back to Google.  For a page with many Gadgets, this begins to look unprofessional.</p>
<p>That is why I started a project called <em>whatsits</em>.  Whatsits are the same as gadgets, except I changed the name to differentiate between how they are served up.  The <a href="http://code.google.com/p/whatsits/">whatsits project is hosted at Google Code Project Hosting</a>.</p>
<p>The whatsits project provides a number of scripts that are used to take an xml gadget description file, and provide all the methods in order to serve up the gadget on third-party web sites, but without having to show any attribution back to Google.</p>
<p>The project is only one day old, but I&#8217;ve already been able to use it to serve a custom gadget up in an iframe.  Currently, the biggest task of the project will be re-writing Google&#8217;s gadget javascript library, which I plan to do slowly as I need particular functions.</p>
<p>Anyone who would like to assist in the project can leave a comment and I&#8217;ll get a hold of you.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/igoogle-gadget-color-themes/' rel='bookmark' title='Permanent Link: iGoogle gadget color themes'>iGoogle gadget color themes</a> <small>Dear iGoogle, I&#8217;ve been building Google gadgets for a while...</small></li>
<li><a href='http://squaregalaxy.com/tech/google-adsense-gadget/' rel='bookmark' title='Permanent Link: Google AdSense gadget'>Google AdSense gadget</a> <small>Dear Google Adsense, I find myself logging into the AdSense...</small></li>
<li><a href='http://squaregalaxy.com/tech/suggestion-for-google-talk-widget/' rel='bookmark' title='Permanent Link: Suggestion for Google Talk Widget'>Suggestion for Google Talk Widget</a> <small>I noticed recently that Google has a web page widget...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/what-is-it-its-a-whatsit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
