<?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>Blog &#124; Pages of Interest &#187; jQuery</title>
	<atom:link href="http://pagesofinterest.net/blog/category/%e7%bc%96%e7%a8%8b-programming/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://pagesofinterest.net/blog</link>
	<description>1000% Hyperbole Free</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:57:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using PNG Transparency + the jQuery Colour Change Plugin</title>
		<link>http://pagesofinterest.net/blog/2009/06/using-png-transparency-the-jquery-colour-change-plugin/</link>
		<comments>http://pagesofinterest.net/blog/2009/06/using-png-transparency-the-jquery-colour-change-plugin/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 11:13:08 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=667</guid>
		<description><![CDATA[A tutorial describing how to achieve the "colour change on roll-over" effect used in this site's RSS and Twitter links in the sidebar.<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2008/09/scroll-to-anchors-with-jquery/' rel='bookmark' title='Scroll to Anchors With jQuery'>Scroll to Anchors With jQuery</a> <small>This post will introduce and explain the "scroll to anchor"...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/05/jquery-error-g-is-undefined/' rel='bookmark' title='jQuery Error: &#8216;g is undefined&#8217;'>jQuery Error: &#8216;g is undefined&#8217;</a> <small>Discovered the cause of this annoying (but seemingly impotent) error...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/03/shadowbox-relshadowbox-doesnt-work-heres-a-workaround/' rel='bookmark' title='Shadowbox rel=&#8217;shadowbox&#8217; Doesn&#8217;t Work? Here&#8217;s a Workaround'>Shadowbox rel=&#8217;shadowbox&#8217; Doesn&#8217;t Work? Here&#8217;s a Workaround</a> <small>Yesterday I was trying to implement a Shadowbox contact form...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2009/06/using-png-transparency-the-jquery-colour-change-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Error: &#8216;g is undefined&#8217;</title>
		<link>http://pagesofinterest.net/blog/2009/05/jquery-error-g-is-undefined/</link>
		<comments>http://pagesofinterest.net/blog/2009/05/jquery-error-g-is-undefined/#comments</comments>
		<pubDate>Wed, 20 May 2009 05:59:11 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Fix]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=669</guid>
		<description><![CDATA[Discovered the cause of this annoying (but seemingly impotent) error in a response by Karl Swedberg on Nabble. The error was caused by my passing only one function to jQuery.hover(), eg: jQuery&#40;&#34;.blog-entry-date&#34;&#41;.hover&#40;function&#40;&#41;&#123; jQuery&#40;this&#41;.animate&#40;&#123;color: genHex&#40;&#41;&#125;,100&#41;; &#125;&#41;; Hover takes two functions. Instead &#8216;mouseenter&#8217; should be used: jQuery&#40;&#34;.blog-entry-date&#34;&#41;.bind&#40;'mouseenter',function&#40;&#41;&#123; jQuery&#40;this&#41;.animate&#40;&#123;color: genHex&#40;&#41;&#125;,100&#41;; &#125;&#41;; The error didn&#8217;t seem to have any [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2009/06/using-png-transparency-the-jquery-colour-change-plugin/' rel='bookmark' title='Using PNG Transparency + the jQuery Colour Change Plugin'>Using PNG Transparency + the jQuery Colour Change Plugin</a> <small>A tutorial describing how to achieve the "colour change on...</small></li>
<li><a href='http://pagesofinterest.net/blog/2008/09/scroll-to-anchors-with-jquery/' rel='bookmark' title='Scroll to Anchors With jQuery'>Scroll to Anchors With jQuery</a> <small>This post will introduce and explain the "scroll to anchor"...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/03/shadowbox-relshadowbox-doesnt-work-heres-a-workaround/' rel='bookmark' title='Shadowbox rel=&#8217;shadowbox&#8217; Doesn&#8217;t Work? Here&#8217;s a Workaround'>Shadowbox rel=&#8217;shadowbox&#8217; Doesn&#8217;t Work? Here&#8217;s a Workaround</a> <small>Yesterday I was trying to implement a Shadowbox contact form...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2009/05/jquery-error-g-is-undefined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shadowbox rel=&#8217;shadowbox&#8217; Doesn&#8217;t Work? Here&#8217;s a Workaround</title>
		<link>http://pagesofinterest.net/blog/2009/03/shadowbox-relshadowbox-doesnt-work-heres-a-workaround/</link>
		<comments>http://pagesofinterest.net/blog/2009/03/shadowbox-relshadowbox-doesnt-work-heres-a-workaround/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 03:00:12 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Fix]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Rapidweaver]]></category>
		<category><![CDATA[RW Tutorial]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Shadowbox]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=552</guid>
		<description><![CDATA[Yesterday I was trying to implement a <a href="http://www.mjijackson.com/shadowbox/">Shadowbox</a> contact form in the <a href="http://boispca.org/">Bay of Islands SPCA</a> site, but I just <em>couldn't</em> get it to work.<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2009/05/jquery-error-g-is-undefined/' rel='bookmark' title='jQuery Error: &#8216;g is undefined&#8217;'>jQuery Error: &#8216;g is undefined&#8217;</a> <small>Discovered the cause of this annoying (but seemingly impotent) error...</small></li>
<li><a href='http://pagesofinterest.net/blog/2008/09/scroll-to-anchors-with-jquery/' rel='bookmark' title='Scroll to Anchors With jQuery'>Scroll to Anchors With jQuery</a> <small>This post will introduce and explain the "scroll to anchor"...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/06/using-png-transparency-the-jquery-colour-change-plugin/' rel='bookmark' title='Using PNG Transparency + the jQuery Colour Change Plugin'>Using PNG Transparency + the jQuery Colour Change Plugin</a> <small>A tutorial describing how to achieve the "colour change on...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2009/03/shadowbox-relshadowbox-doesnt-work-heres-a-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scroll to Anchors With jQuery</title>
		<link>http://pagesofinterest.net/blog/2008/09/scroll-to-anchors-with-jquery/</link>
		<comments>http://pagesofinterest.net/blog/2008/09/scroll-to-anchors-with-jquery/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 11:05:17 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Rapidweaver]]></category>
		<category><![CDATA[RW Tutorial]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=543</guid>
		<description><![CDATA[This post will introduce and explain the "scroll to anchor" method I have used throughout this site. For a demo, click "scroll to Comments", which you'll find above.<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2009/05/jquery-error-g-is-undefined/' rel='bookmark' title='jQuery Error: &#8216;g is undefined&#8217;'>jQuery Error: &#8216;g is undefined&#8217;</a> <small>Discovered the cause of this annoying (but seemingly impotent) error...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/06/using-png-transparency-the-jquery-colour-change-plugin/' rel='bookmark' title='Using PNG Transparency + the jQuery Colour Change Plugin'>Using PNG Transparency + the jQuery Colour Change Plugin</a> <small>A tutorial describing how to achieve the "colour change on...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/03/shadowbox-relshadowbox-doesnt-work-heres-a-workaround/' rel='bookmark' title='Shadowbox rel=&#8217;shadowbox&#8217; Doesn&#8217;t Work? Here&#8217;s a Workaround'>Shadowbox rel=&#8217;shadowbox&#8217; Doesn&#8217;t Work? Here&#8217;s a Workaround</a> <small>Yesterday I was trying to implement a Shadowbox contact form...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2008/09/scroll-to-anchors-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!DOCTYPE html>
<html xmlns:og="http://ogp.me/ns#">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="generator" content="RapidWeaver" />
		<link rel="icon" href="http://pagesofinterest.net/favicon.ico" type="image/x-icon" />
		<link rel="shortcut icon" href="http://pagesofinterest.net/favicon.ico" type="image/x-icon" />
		

        				<title>jQuery Archive - Blog | Pages of Interest</title>
  
		        
		<link rel="stylesheet" type="text/css" media="print" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/consolidated-print-79.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/consolidated-screen-79.css" />
		
		
		
		
		
                
        <link rel="icon" type="image/png" href="http://pagesofinterest.net/favicon.png" />        

		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/libs.js?1328448743"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/javascript.js?1328448743"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/site.js?1328448743"></script>
		<!--[if IE]><script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/html5.js?1328448743"></script>
		<link rel="stylesheet" type="text/css" media="screen" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/css/ie.css" />
		<![endif]-->
		
	    
	    
