<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>RSS feed for InstantSpot site think-lab.net</title><link>http://think.instantspot.com</link><language>en-us</language><copyright>This work is Copyright &#xA9; 2009 by think-lab.net</copyright><generator>RSSVille ColdFusion FeedMaker, version 1.0</generator><pubDate>Sat, 07 Nov 2009 13:24:17 GMT</pubDate><item><title>My own jQuery shake plugin</title><link>http://think.instantspot.com/blog/2008/02/29/My-own-jQuery-shake-plugin</link><description>&lt;p&gt;A newfound love and it with jQuery, and here why I can do more and write less just like it says. I have also just created my own jQuery shake plugIn and I have to say it was a lot easier than I thought it would be. So here it is.&lt;/p&gt; &lt;p&gt;&lt;br /&gt; &lt;div class=&quot;code&quot; &gt;&lt;pre&gt;&amp;lt;img src=&amp;quot;/site/assets/uploads/photogalleries/tn/gravatar.jpg&amp;quot; style=&amp;quot;position:relative;&amp;quot; class=&amp;quot;shake&amp;quot;&amp;gt; &amp;lt;script&amp;gt; jQuery.fn.shakeit = function(times){    if(times == &apos;undefined&apos;)       times=1;    this.each(       function(init){          var jqNode = $(this);          for (var x = 1; x &amp;lt;= times; x++){             jqNode                .animate({ left: -25 },10)              .animate({ left: 0 },50)              .animate({ left: 25 },10)              .animate({ left: 0 },50);          }                           }        );    return this;  }  (document).ready(function(){    $(&apos;img.shake&apos;).bind(&apos;click&apos;,          function(){             $(this).shakeit(3);                    }       ); } ); &amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;</description><pubDate>Fri, 29 Feb 2008 19:56:00 GMT</pubDate><guid>http://think.instantspot.com/blog/2008/02/29/My-own-jQuery-shake-plugin</guid><category>JQuery</category></item><item><title>JQuery Table Stripe</title><link>http://think.instantspot.com/blog/2008/02/29/JQuery-Table-Stripe</link><description>&lt;p&gt;&lt;br /&gt; &lt;div class=&quot;code&quot; &gt;&lt;pre&gt;&amp;lt;script&amp;gt; (document).ready(    function(){       $(&apos;#jq_stripe_table&apos;).bind(&apos;click&apos;,          function(){             $( &amp;quot;#jqueryTable tr:even[ @class != &apos;header&apos; ]&amp;quot; ).each(                function(){                   var _f = $( this );                   _f.addClass( &amp;quot;odd_row_jquery&amp;quot; );                }             );          }       );       $(&apos;#jq_clear_stripe_table&apos;).bind(&apos;click&apos;,          function(){             $(&amp;quot;#jqueryTable tr:even[ @class != &apos;header&apos; ]&amp;quot; ).each(                function(){                   var _f = $( this );                   _f.removeClass( &amp;quot;odd_row_jquery&amp;quot; );                }             );          }       );    } ); &amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;</description><pubDate>Fri, 29 Feb 2008 06:13:00 GMT</pubDate><guid>http://think.instantspot.com/blog/2008/02/29/JQuery-Table-Stripe</guid><category>JQuery</category></item><item><title>I am moving over .</title><link>http://think.instantspot.com/blog/2008/02/29/I-am-moving-over-</link><description>&lt;p&gt;I am moving my over to instantspot.&lt;/p&gt;</description><pubDate>Fri, 29 Feb 2008 06:06:00 GMT</pubDate><guid>http://think.instantspot.com/blog/2008/02/29/I-am-moving-over-</guid><category>General</category></item></channel></rss>