<?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>random tidbits. &#187; JavaScript</title>
	<atom:link href="http://htmlfixit.com/blog/?feed=rss2&#038;cat=12" rel="self" type="application/rss+xml" />
	<link>http://htmlfixit.com/blog</link>
	<description>bits and pieces.</description>
	<lastBuildDate>Tue, 06 Apr 2010 13:16:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nice Color Change via clicks</title>
		<link>http://htmlfixit.com/blog/?p=52</link>
		<comments>http://htmlfixit.com/blog/?p=52#comments</comments>
		<pubDate>Sun, 25 Apr 2004 19:03:50 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Random Feature Sites]]></category>

		<guid isPermaLink="false">/?p=52</guid>
		<description><![CDATA[See the Color Change in the top right corner.  I really like the simplicity of this.  
It is just lines like this:
&#60;span style=&#8221;background: #eeeeee; border: 2px solid #006699&#8243;&#62;
&#60;a href=&#8221;#&#8221; onclick=&#8221;setActiveStyleSheet(&#8216;default&#8217;)&#8221; title=&#8221;default&#8221; style=&#8221;text-decoration: none;&#8221;&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#60;/a&#62;
&#60;/span&#62;
and then this javascript kicks in to manage the change: http://www.deanesmay.com/styleswitcher.js
]]></description>
		<wfw:commentRss>http://htmlfixit.com/blog/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DHTML slide-in menu</title>
		<link>http://htmlfixit.com/blog/?p=35</link>
		<comments>http://htmlfixit.com/blog/?p=35#comments</comments>
		<pubDate>Sun, 28 Mar 2004 22:57:56 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">/?p=35</guid>
		<description><![CDATA[I came across this nifty little  DHTML Slide In Menu on another site and decided I liked it enough to track it down.  It looked a lot better to me on the site where I found it.  What I don&#8217;t like is how it acts/reacts when you scroll down as it bounces.
]]></description>
		<wfw:commentRss>http://htmlfixit.com/blog/?feed=rss2&amp;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
