<?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>Absolute Banter &#187; jQuery</title>
	<atom:link href="http://www.absolute-advantage.net/banter/categories/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.absolute-advantage.net/banter</link>
	<description>We *heart* the Internet.</description>
	<lastBuildDate>Thu, 25 Mar 2010 08:57:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Our jQuery Love Child &#8211; Mint Innovation</title>
		<link>http://www.absolute-advantage.net/banter/2009/09/our-jquery-love-child-mint-innovation/</link>
		<comments>http://www.absolute-advantage.net/banter/2009/09/our-jquery-love-child-mint-innovation/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 16:07:34 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming Tips]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[creative design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://absolute-advantage.net/banter/?p=114</guid>
		<description><![CDATA[Our recent web design project called for something different. Something with a bit of pizazz and flare. Now convention would turn straight to flash for the visual effects but here at Absolute Advantage we try not to. With the seemingly endless array of visual effects, sites made entirely from Flash suffer from too many downsides. [...]]]></description>
			<content:encoded><![CDATA[<p>Our recent web design project called for something different. Something with a bit of pizazz and flare. Now convention would turn straight to flash for the visual effects but here at Absolute Advantage we try not to. With the seemingly endless array of visual effects, sites made entirely from Flash suffer from too many downsides. We won&#8217;t go into them now but you can find some very good info at <a title="flash sites disadvantages" href="http://www.moongrabber.com/web-design/why-flash-based-websites-are-bad">Moongrabber</a> and <a title="Flash SEO" href="http://www.seoblogr.com/seo/flash-and-seo-is-flash-still-bad-for-your-website/">SeoBlogr</a> on the disadvantages of Flash only sites.</p>
<div class="wp-caption aligncenter" style="width: 540px"><a href="http://www.mintinnovation.com"><img title="Mint Innovation by Absolute Advantage" src="http://absolute-advantage.net/banter/wp-content/uploads/2009/09/mint1.png" alt="Mint Innovation by Absolute Advantage" width="530" height="332" /></a><p class="wp-caption-text">Mint Innovation by Absolute Advantage</p></div>
<p>So when you want stunning visual effects without using Flash, where do you turn. jQuery is the answer. The Mint Innovation project  uses a collection of jQuery effects together to bring the look and feel of a Flash based site.</p>
<h3>1. jQuery Coda Slider</h3>
<p>Based on the <a href="http://www.ndoherty.com/demos/coda-slider/1.1.1/">Niall Doherty coda slider</a> effect, the moving business card on Mint Innovation forms the foundation for the site. Using jQuery and cods-slider.js it allows left and right scrolling along with cross links to scroll to any page from any part of the site.</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.ndoherty.com/blog/category/coda-slider"><img class=" aligncenter" title="Coda Slider" src="http://www.ndoherty.biz/wp-content/uploads/2007/09/coda-slider.png" alt="Coda Slider by Nial Dohery" width="450" height="298" /></a></p>
<p><a title="coda slider jquery" href="http://www.ndoherty.com/demos/coda-slider/1.1.1/coda-slider.1.1.1.zip">Download Coda Slider Pack</a><br />
<a href="http://jqueryfordesigners.com/coda-slider-effect/">Alternative Coda Slider documentation</a></p>
<h3>2. jQuery Unobtrusive Tabs</h3>
<p style="text-align: left;">Within the sliding panels we utilised another jQuery function &#8211; jquery.tabs.js. Based on the <a href="http://stilbuero.de/jquery/tabs/">Unobtrusive Tabs</a> by <a href="http://www.stilbuero.de/">Klaus Hartl</a>, the jquery tabs plugin allows us to dynamically load tabbed content within the page. For added effect we used the on click fade for transition.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<div class="wp-caption aligncenter" style="width: 540px"><a href="http://absolute-advantage.net/website-design-portfolio.html"><img title="jQuery tabs within coda slider panel" src="http://absolute-advantage.net/banter/wp-content/uploads/2009/09/mint2.png" alt="jQuery tabs within coda slider panel" width="530" height="334" /></a><p class="wp-caption-text">jQuery tabs within coda slider panel</p></div>
<p style="text-align: left;">
<p style="text-align: center;">
<p><a href="http://stilbuero.de/jquery/tabs/jquery.tabs.zip">Download the jQuery Tabs files</a><br />
<a href="http://www.stilbuero.de/2006/05/13/accessible-unobtrusive-javascript-tabs-with-jquery/">Read the documentation</a></p>
<h3>3. jQuery Innerfade</h3>
<p>The transitioning effect you see on the first page of the panel could have easily been achieved with an animated gif. However, that wouldn&#8217;t offer us the same amount of flexibility as using jQuery. Additionally, it reduces the sizes of the image files on an already very busy page.</p>
<p>The<a title="jquery innerfade" href="http://medienfreunde.com/lab/innerfade/"> Innerfade with jQuery</a> offers you the ability to dynamically tweak the fade type, speed, pause, and even create hyperlinks from each separate image in the transition.</p>
<p><a title="jquery innerfade" href="http://medienfreunde.com/lab/innerfade/">Download the jQuery innerfade package<br />
View documentation on the jQuery innerfade</a></p>
<h3>4. jQuery No Conflict</h3>
<p>Now with all this loading of jQuery going on there is bound to be some conflicts in the coding. This is where <a href="http://docs.jquery.com/Core/jQuery.noConflict">jQuery No Conflict</a> comes in. This neat function allows you to switch the $ variable on conflicting scripts.</p>
<p id="line1">See our previous post on <a title="jquery conflict solution" href="http://absolute-advantage.net/banter/2009/07/jquery-running-slow-with-conflicting-scripts-a-solution/">jQuery Running Slow with Conflicting Scripts &#8211; A Solution</a><br />
See the <a href="http://docs.jquery.com/Core/jQuery.noConflict">jQuery No Conflict documentation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.absolute-advantage.net/banter/2009/09/our-jquery-love-child-mint-innovation/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
