<?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>Saiweb &#187; jQuery</title>
	<atom:link href="http://www.saiweb.co.uk/category/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.saiweb.co.uk</link>
	<description>Ramblings of a Sys admin</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:57:49 +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 0.3 tego animation</title>
		<link>http://www.saiweb.co.uk/jquery/jquery-03-tego-animation</link>
		<comments>http://www.saiweb.co.uk/jquery/jquery-03-tego-animation#comments</comments>
		<pubDate>Mon, 16 Feb 2009 19:33:09 +0000</pubDate>
		<dc:creator>Buzz</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[jQuery.saiweb]]></category>
		<category><![CDATA[tego]]></category>

		<guid isPermaLink="false">http://www.saiweb.co.uk/?p=551</guid>
		<description><![CDATA[The tego() animation comes as a suggestion from Sean, taking a similar animation to decode() and animating only one char at a time, in a console/terminal style decode. Example tego() Documentation is available here: http://www.saiweb.co.uk/jquerysaiweb/tegoTweet]]></description>
			<content:encoded><![CDATA[<p>The tego() animation comes as a suggestion from <a href="http://www.sean-barton.co.uk/">Sean</a>, taking a similar animation to <a href="http://www.saiweb.co.uk/jquerysaiweb/decode">decode()</a> and animating only one char at a time, in a console/terminal style decode.</p>
<p><strong>Example</strong></p>
<p><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script><br />
<script src="http://svn.saiweb.co.uk/branches/jquery_plugin/tags/0.3/jquery.saiweb.min.js" type="text/javascript"></script><br />
<a name="tego"></a></p>
<div id='tego_div_id'></div>
<p><a href="#tego" onclick="$('#tego_div_id').tego({delay: 20, text: 'This text is being animated by tego'});">tego()</a></p>
<p>Documentation is available here: <a href="http://www.saiweb.co.uk/jquerysaiweb/tego">http://www.saiweb.co.uk/jquerysaiweb/tego</a><span style="float: left;" ><a class="twitter-share-button"  data-via="Saiweb" data-count="horizontal" data-related="Saiweb:David Busby" data-lang="en" data-url="http://www.saiweb.co.uk/jquery/jquery-03-tego-animation" data-text="jQuery 0.3 tego animation" href="http://twitter.com/share?via=Saiweb&#038;count=horizontal&#038;related=Saiweb%3ADavid%20Busby&#038;lang=en&#038;url=http%3A%2F%2Fwww.saiweb.co.uk%2Fjquery%2Fjquery-03-tego-animation&#038;text=jQuery%200.3%20tego%20animation" >Tweet</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saiweb.co.uk/jquery/jquery-03-tego-animation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery.saiweb 0.2 decode animation</title>
		<link>http://www.saiweb.co.uk/jquery/jquerysaiweb-02-decode-animation</link>
		<comments>http://www.saiweb.co.uk/jquery/jquerysaiweb-02-decode-animation#comments</comments>
		<pubDate>Fri, 13 Feb 2009 20:20:11 +0000</pubDate>
		<dc:creator>Buzz</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[jQuery.saiweb]]></category>

		<guid isPermaLink="false">http://www.saiweb.co.uk/?p=513</guid>
		<description><![CDATA[So I have decided to add a new animation function to this jQuery plugin and I call this decode, this animation simulates a sentence of text being decoded. decode() Documentation is currently being written and will become available here: http://www.saiweb.co.uk/jquerysaiweb/decode Tweet]]></description>
			<content:encoded><![CDATA[<p>So I have decided to add a new animation function to this jQuery plugin and I call this decode, this animation simulates a sentence of text being decoded.</p>
<p><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script><br />
<script src="http://svn.saiweb.co.uk/branches/jquery_plugin/tags/0.3/jquery.saiweb.min.js" type="text/javascript"></script><br />
<a name="decode"></a></p>
<div id='decode_div_id'></div>
<p><a href="#decode" onclick="$('#decode_div_id').decode({text: 'As you can see this text is being animated as if it is decoding'});">decode()</a></p>
<p>Documentation is currently being written and will become available here: <a href="http://www.saiweb.co.uk/jquerysaiweb/decode">http://www.saiweb.co.uk/jquerysaiweb/decode</a><br />
<span style="float: left;" ><a class="twitter-share-button"  data-via="Saiweb" data-count="horizontal" data-related="Saiweb:David Busby" data-lang="en" data-url="http://www.saiweb.co.uk/jquery/jquerysaiweb-02-decode-animation" data-text="jQuery.saiweb 0.2 decode animation" href="http://twitter.com/share?via=Saiweb&#038;count=horizontal&#038;related=Saiweb%3ADavid%20Busby&#038;lang=en&#038;url=http%3A%2F%2Fwww.saiweb.co.uk%2Fjquery%2Fjquerysaiweb-02-decode-animation&#038;text=jQuery.saiweb%200.2%20decode%20animation" >Tweet</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saiweb.co.uk/jquery/jquerysaiweb-02-decode-animation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery.saiweb jQuery plugin</title>
		<link>http://www.saiweb.co.uk/jquery/jquerysaiweb-jquery-plugin</link>
		<comments>http://www.saiweb.co.uk/jquery/jquerysaiweb-jquery-plugin#comments</comments>
		<pubDate>Mon, 26 Jan 2009 21:57:21 +0000</pubDate>
		<dc:creator>Buzz</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery.saiweb]]></category>

		<guid isPermaLink="false">http://www.saiweb.co.uk/jquery/jquerysaiweb-jquery-plugin</guid>
		<description><![CDATA[jQuery.saiweb is a plugin I am releasing under the creative commons license, it is more a tool set than anything else, that I will be adding additional functions to as / when I require them. Version 0.1 has been released and brings two functions showhide() and typewriter(), more information can be found on the documentation [...]]]></description>
			<content:encoded><![CDATA[<p>jQuery.saiweb is a plugin I am releasing under the creative commons license, it is more a tool set than anything else, that I will be adding additional functions to as / when I require them.</p>
<p>Version 0.1 has been released and brings two functions showhide() and typewriter(), more information can be found on the documentation pages starting here: <a href="http://www.saiweb.co.uk/jquerysaiweb">http://www.saiweb.co.uk/jquerysaiweb</a><span style="float: left;" ><a class="twitter-share-button"  data-via="Saiweb" data-count="horizontal" data-related="Saiweb:David Busby" data-lang="en" data-url="http://www.saiweb.co.uk/jquery/jquerysaiweb-jquery-plugin" data-text="jQuery.saiweb jQuery plugin" href="http://twitter.com/share?via=Saiweb&#038;count=horizontal&#038;related=Saiweb%3ADavid%20Busby&#038;lang=en&#038;url=http%3A%2F%2Fwww.saiweb.co.uk%2Fjquery%2Fjquerysaiweb-jquery-plugin&#038;text=jQuery.saiweb%20jQuery%20plugin" >Tweet</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saiweb.co.uk/jquery/jquerysaiweb-jquery-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 7/26 queries in 0.020 seconds using apc
Object Caching 593/628 objects using apc
Content Delivery Network via Rackspace Cloud Files: cdn.saiweb.co.uk

Served from: www.saiweb.co.uk @ 2012-02-08 16:10:49 -->
