<?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>For Your Lungs Only &#187; jQuery</title>
	<atom:link href="http://www.foryourlungsonly.net/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.foryourlungsonly.net</link>
	<description>Everything you wanted to know about web development, espresso, typography, nicotine, user interface design, whiskey, javascript, php, cascading style sheets, css hacks, beer, prototype, jquery, mysql, usability and accessiblity (but were afraid to ask)</description>
	<lastBuildDate>Mon, 14 Jun 2010 22:08:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Slide N&#8217; Hide jQuery Navigation Accordion Slider</title>
		<link>http://www.foryourlungsonly.net/2008/11/12/slide-n-hide-jquery-navigation-accordion-slider/</link>
		<comments>http://www.foryourlungsonly.net/2008/11/12/slide-n-hide-jquery-navigation-accordion-slider/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 01:48:52 +0000</pubDate>
		<dc:creator>Jonathan Harriot</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[eff]]></category>
		<category><![CDATA[gnu gpl]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.foryourlungsonly.net/?p=37</guid>
		<description><![CDATA[View Example View Source Code A simple vertical jQuery accordion with much room for growth. In future version I would like to use a few additional lines of JS to create a cleaner structure but even if only as an example this is a good start. I made a horizontal accordion as well but all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.foryourlungsonly.net/experiments/slide_n_hide.php3">View Example</a><br />
<a href="http://foryourlungsonly.net/experiments/slide_n_hide.phps">View Source Code</a></p>
<p>A simple vertical jQuery accordion with much room for growth. In future version I would like to use a few additional lines of JS to create a cleaner structure but even if only as an example this is a good start. I made a horizontal accordion as well but all things will be made public in due time.</p>
<p>This script creates a cooking and remembers which section was last opened therefore making it a great homepage piece or miniature site navigation.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.foryourlungsonly.net/2008/11/12/slide-n-hide-jquery-navigation-accordion-slider/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery Image Swap</title>
		<link>http://www.foryourlungsonly.net/2007/10/12/jquery-image-swap/</link>
		<comments>http://www.foryourlungsonly.net/2007/10/12/jquery-image-swap/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 19:28:37 +0000</pubDate>
		<dc:creator>Jonathan Harriot</dc:creator>
				<category><![CDATA[i came as a rant]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.foryourlungsonly.net/2007/10/12/jquery-image-swap/</guid>
		<description><![CDATA[jQuery does a fantastic job at simplifying JavaScript. Below is an example for those of you still relying on DreamWeaver&#8217;s Image Rollover (MM Image Swap). The better alternative is using proper image replacement techniques. $('img#nav1').hover(function() { $(this).attr("src","/images/headerNav/1-over.gif"); }, function() { $(this).attr("src","/images/headerNav/1.gif"); }); &#60;img src="1.gif" id="nav1" /&#62; And there you have it! Coming up next is [...]]]></description>
			<content:encoded><![CDATA[<p>jQuery does a fantastic job at simplifying JavaScript. Below is an example for those of you still relying on DreamWeaver&#8217;s Image Rollover (MM Image Swap). The better alternative is using proper image replacement techniques.</p>
<pre>
$('img#nav1').hover(function() {
	$(this).attr("src","/images/headerNav/1-over.gif");
		}, function() {
	$(this).attr("src","/images/headerNav/1.gif");
});

&lt;img src="1.gif" id="nav1" /&gt;</pre>
<p>And there you have it! Coming up next is the <abbr title="search engine optimization">SEO</abbr> case study of <a href="http://duffynewport.com/page.cfm?pgid=1" title="Duffy Electric Boat Company - Newport Beach Boat Rental and Dealer">duffynewport.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.foryourlungsonly.net/2007/10/12/jquery-image-swap/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.245 seconds -->
