<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Restyle Google Calendar Gadget</title>
	<atom:link href="http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/</link>
	<description></description>
	<pubDate>Sun, 23 Nov 2008 16:55:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Rob</title>
		<link>http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-3321</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 10 Sep 2008 00:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-3321</guid>
		<description>Thanks Brian,

This has helped me a lot!

Can you just say how you remove the hyperlink underlines, so no text decoration and where I need to put the extra code for it, please?

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks Brian,</p>
<p>This has helped me a lot!</p>
<p>Can you just say how you remove the hyperlink underlines, so no text decoration and where I need to put the extra code for it, please?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 0armada</title>
		<link>http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-2929</link>
		<dc:creator>0armada</dc:creator>
		<pubDate>Mon, 04 Aug 2008 03:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-2929</guid>
		<description>Just wanted to let you know, you've saved my entire project with this post. Took forever to find it, but once I did...
Thanks a lot, seriously. :)</description>
		<content:encoded><![CDATA[<p>Just wanted to let you know, you&#8217;ve saved my entire project with this post. Took forever to find it, but once I did&#8230;<br />
Thanks a lot, seriously. <img src='http://www.lindenlan.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-2740</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Tue, 22 Jul 2008 03:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-2740</guid>
		<description>Hi 

i have restyled my calendar, fairly successfully, i would love to the color of the links to change from, the default blue to, white. 

I would also love to be able to null the links, so people viewing the calendar cannot click through.</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>i have restyled my calendar, fairly successfully, i would love to the color of the links to change from, the default blue to, white. </p>
<p>I would also love to be able to null the links, so people viewing the calendar cannot click through.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nora Brown</title>
		<link>http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-2720</link>
		<dc:creator>Nora Brown</dc:creator>
		<pubDate>Sun, 20 Jul 2008 19:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-2720</guid>
		<description>I was having trouble similar to Sheila's. I don't know much about server configurations, but I remembered that htaccess files often come in handy. I found this one :http://codesnippets.joyent.com/posts/show/105, and modified it to say xml (instead of xhtml) should be served as application/xml, uploaded it to the same folder as my calendat.xml file, and it worked! It even seems to work in IE, which I didn't think it would...

RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml
RewriteCond %{HTTP_ACCEPT} !application/xhtml\+xml\s*;\s*q=0
RewriteCond %{REQUEST_URI} \.xml$
RewriteCond %{THE_REQUEST} HTTP/1\.1
RewriteRule .* - [T=application/xhtml+xml]</description>
		<content:encoded><![CDATA[<p>I was having trouble similar to Sheila&#8217;s. I don&#8217;t know much about server configurations, but I remembered that htaccess files often come in handy. I found this one :http://codesnippets.joyent.com/posts/show/105, and modified it to say xml (instead of xhtml) should be served as application/xml, uploaded it to the same folder as my calendat.xml file, and it worked! It even seems to work in IE, which I didn&#8217;t think it would&#8230;</p>
<p>RewriteEngine on<br />
RewriteBase /<br />
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml<br />
RewriteCond %{HTTP_ACCEPT} !application/xhtml\+xml\s*;\s*q=0<br />
RewriteCond %{REQUEST_URI} \.xml$<br />
RewriteCond %{THE_REQUEST} HTTP/1\.1<br />
RewriteRule .* - [T=application/xhtml+xml]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-2250</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 08 Jun 2008 15:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-2250</guid>
		<description>Hey Scott,

The classes that style the arrows and month are .DP_prev, .DP_curr, and .DP_next.  If you have Firefox I highly recommend you install the Firebug plugin.  It lets you inspect HTML elements, so that you can identify what styles you need to modify.

%23006633 is just a URL encoded color code.  The %23 when decoded is simply '#'.  So the color is #006633 which is a dark green.</description>
		<content:encoded><![CDATA[<p>Hey Scott,</p>
<p>The classes that style the arrows and month are .DP_prev, .DP_curr, and .DP_next.  If you have Firefox I highly recommend you install the Firebug plugin.  It lets you inspect HTML elements, so that you can identify what styles you need to modify.</p>
<p>%23006633 is just a URL encoded color code.  The %23 when decoded is simply &#8216;#&#8217;.  So the color is #006633 which is a dark green.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-2220</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Thu, 05 Jun 2008 07:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-2220</guid>
		<description>hey im trying to change the colour of the month and arrows from default black

whats the area i need to change to get this black.

also could someone tell me what type of colour code this is %23006633 or recomend a colour picker for this type. i.e #333333 html and like ( 000, 000,000 ) rgb. whats that one.</description>
		<content:encoded><![CDATA[<p>hey im trying to change the colour of the month and arrows from default black</p>
<p>whats the area i need to change to get this black.</p>
<p>also could someone tell me what type of colour code this is %23006633 or recomend a colour picker for this type. i.e #333333 html and like ( 000, 000,000 ) rgb. whats that one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila</title>
		<link>http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-1667</link>
		<dc:creator>Sheila</dc:creator>
		<pubDate>Sat, 08 Mar 2008 12:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-1667</guid>
		<description>At least I know it's not webmaster-error! Thank you so much for taking the time to create and maintain this site. Peace and blessings to you!</description>
		<content:encoded><![CDATA[<p>At least I know it&#8217;s not webmaster-error! Thank you so much for taking the time to create and maintain this site. Peace and blessings to you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-1666</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 08 Mar 2008 07:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-1666</guid>
		<description>Sheila,

Your server is configured to serve xml files as text/xml.  You need to reconfigure the server to serve them as application/xml.  Without knowing more about your server configuration I can't help you, and I can only recommend you contact your system administrator to fix the problem.</description>
		<content:encoded><![CDATA[<p>Sheila,</p>
<p>Your server is configured to serve xml files as text/xml.  You need to reconfigure the server to serve them as application/xml.  Without knowing more about your server configuration I can&#8217;t help you, and I can only recommend you contact your system administrator to fix the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila</title>
		<link>http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-1664</link>
		<dc:creator>Sheila</dc:creator>
		<pubDate>Sat, 08 Mar 2008 04:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-1664</guid>
		<description>Trying to change the look of the calendar gadget on my church website. I've tried numerous times to follow these instructions, but I keep getting the following error:

Error parsing module spec:
Not a properly formatted file
missing xml header

Website:  http://www.elktonumc.org/index2.shtml

I'm afraid I don't know much about xml headers.  Can you help please?</description>
		<content:encoded><![CDATA[<p>Trying to change the look of the calendar gadget on my church website. I&#8217;ve tried numerous times to follow these instructions, but I keep getting the following error:</p>
<p>Error parsing module spec:<br />
Not a properly formatted file<br />
missing xml header</p>
<p>Website:  <a href="http://www.elktonumc.org/index2.shtml" rel="nofollow">http://www.elktonumc.org/index2.shtml</a></p>
<p>I&#8217;m afraid I don&#8217;t know much about xml headers.  Can you help please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-1631</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 04 Mar 2008 03:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/#comment-1631</guid>
		<description>Though I've not confirmed it myself, it should be as simple as:

document.body.style.backgroundColor = "transparent";

As I already mentioned above in the section about styling the background, the process is a little flakey.

Another option you can try is

document.body.style.backgroundImage='url(myimage.jpg)'; 

In fact, you should be able to dynamically change any DOM-accessible style using that method.</description>
		<content:encoded><![CDATA[<p>Though I&#8217;ve not confirmed it myself, it should be as simple as:</p>
<p>document.body.style.backgroundColor = &#8220;transparent&#8221;;</p>
<p>As I already mentioned above in the section about styling the background, the process is a little flakey.</p>
<p>Another option you can try is</p>
<p>document.body.style.backgroundImage=&#8217;url(myimage.jpg)&#8217;; </p>
<p>In fact, you should be able to dynamically change any DOM-accessible style using that method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
