<?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>noponies &#187; jQuery</title>
	<atom:link href="http://www.blog.noponies.com/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.noponies.com</link>
	<description>I want a pony for xmas! Flash, ActionScript, Drawing, Code, Illustration from New Zealand.</description>
	<lastBuildDate>Sun, 16 Jan 2011 18:15:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Jquery Fullbrowser Background Images</title>
		<link>http://www.blog.noponies.com/2010/06/jquery-fullbrowser-background-images/</link>
		<comments>http://www.blog.noponies.com/2010/06/jquery-fullbrowser-background-images/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 19:07:18 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=342</guid>
		<description><![CDATA[I seem to be spending more and more time using jQuery than I do Flash, but I think that is just the nature of my current job. I’m actually really enjoying jQuery, it’s a breeze to use and in most instances you can do what you can do in Flash with javascript, only quicker. To [...]]]></description>
			<content:encoded><![CDATA[<p> I seem to be spending more and more time using jQuery than I do Flash, but I think that is just the nature of my current job. I’m actually really enjoying jQuery, it’s a breeze to use and in most instances you can do what you can do in Flash with javascript, only quicker.</p>
<p>To cut a long story short, I had a project come up that needed a javascript full browser background image class, and being the nerd I am, I thought I’d roll my own rather than use any existing jQuery plugins.</p>
<p>I approached it from a Flash standpoint, and tried to replicate the way I use my Flash full browser classes. So rather than operating on a container of image urls as most jQuery full browser plugins do I set this one up to respond to a method call, and load and display each image as requested. The reason for this approach was that I wanted the plugin to only load what images were requested, by me when I wanted them. I’m thinking however of adding in the ‘operate on a container of image urls’ approach to a future iteration.</p>
<p>As this is my first attempt at writing a jQuery plugin I’ve probably made a ton of noob mistakes. Let me know how it works and any bugs you encounter.</p>
<p align="left"><strong>Plugin Features</strong></p>
<ul>
<li> Set Fade in time</li>
<li> Center image within browser window on x axis</li>
<li> Callback methods</li>
</ul>
<p>An example of loading a single image;.<br />
<a href="http://www.noponies.com/dev/jquery-npfullbrowser/static.html">http://www.noponies.com/dev/jquery-npfullbrowser/static.htm</a></p>
<p>An example of setting up a slideshow;<br />
<a href="http://www.noponies.com/dev/jquery-npfullbrowser/slideshow.html">http://www.noponies.com/dev/jquery-npfullbrowser/slideshow.htm</a></p>
<p align="left"><strong>Source Files</strong><br />
Here is the relevant source file; <a class="downloadlink" href="http://www.blog.noponies.com/wp-content/plugins/download-monitor/download.php?id=17" title="Version1 downloaded 1490 times" >jquery Full Browser Background Images (1490)</a></p>
<p>By downloading, you agree to the terms of use, outlined here: <a href="http://www.blog.noponies.com/terms-and-conditions">http://www.blog.noponies.com/terms-and-conditions</a></p>
<p align="left"><strong>Dependencies</strong><br />
Zero</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2010/06/jquery-fullbrowser-background-images/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

