<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1939801496016061691</id><updated>2024-09-24T20:36:37.642-07:00</updated><category term="Flash With xml"/><category term="Flash with slideshow"/><category term="Gunalan"/><category term="Ajax"/><category term="Flash with php"/><category term="Flsah-Php feedback form"/><category term="Free Flash Design"/><category term="Free Flash file"/><category term="Free Gallery"/><category term="Liveindiacuisine"/><category term="Mycodings"/><category term="Mysql"/><category term="PHP"/><category term="Sathish Kumar"/><category term="Slideshow with flash"/><category term="Test Engineer"/><category term="Webdesign"/><category term="actionscript"/><category term="actionscript school"/><category term="create xml using php"/><category term="flash tutorial"/><category term="mycodings.blogspot.com"/><category term="online study material for actionscripting"/><title type='text'>Flash, Photoshop, Dream weaver,  Actionscript Tips &amp;amp; Tricks</title><subtitle type='html'>Flash and Actionsript tutorials, Dreamweaver tips, Photoshop source file,Html tips and tricks, Flash with xml tutorials, Free Style Sheet codings. Using php and xml in flash, Import text file and css file in flash, Free layout design, Create dynamic webstie, E-commerse, flash sites, shopping website tips, free flash codings, easy templates, Model templates, flash validation forms, seo tips and tricks, easy seo steps, easy to optimize your website in google, yahoo, msn and major search engines.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-1581799439324073478</id><published>2010-07-02T04:56:00.000-07:00</published><updated>2010-07-02T04:59:54.561-07:00</updated><title type='text'>MC Tween Animation Types</title><content type='html'>&lt;p class=&quot;bodyText&quot;&gt;When tweening properties with &lt;strong&gt;MC Tween&lt;/strong&gt;,  there are several different &lt;em&gt;animation types&lt;/em&gt; (or &lt;em&gt;easing  equation&lt;/em&gt; or &lt;em&gt;transition types&lt;/em&gt;) that can be used . They are  all based on &lt;a href=&quot;http://www.robertpenner.com/easing/&quot;&gt;Robert  Penner&#39;s easing equations&lt;/a&gt;, so if you have played with other tweening  systems, chances are you already know them by name (I even used his own  words to describe most of the transition types here). If you don&#39;t,  don&#39;t worry; they&#39;re quite simple to learn and use: just specify the  type you want depending on the transition you want to achieve.&lt;/p&gt;  &lt;p class=&quot;bodyText&quot;&gt;&lt;strong&gt;How to chose the best transition type?&lt;/strong&gt;  That&#39;s a tough question. It depends on where you are applying the  tweening. As a rule of thumb, I usually use &lt;span class=&quot;codeText&quot;&gt;easeOutExpo&lt;/span&gt;  or &lt;span class=&quot;codeText&quot;&gt;easeInOutExpo&lt;/span&gt; on movieclip sliding and  transformation (or &lt;span class=&quot;codeText&quot;&gt;easeOutBack&lt;/span&gt; or &lt;span class=&quot;codeText&quot;&gt;easeOutElastic&lt;/span&gt; when I want something  extra-fancy); I use &lt;span class=&quot;codeText&quot;&gt;linear&lt;/span&gt; transitions on  all color transitions, including alpha changes, and on all sound  transitions. Be careful, though, to take animation time into  consideration too - if you do a &lt;span class=&quot;codeText&quot;&gt;easeOutElastic&lt;/span&gt;  transition in 0.3 seconds, you won&#39;t even notice it. So try different  ammount of times until you find the value that fits your animation best.&lt;/p&gt;  &lt;p class=&quot;bodyText&quot;&gt;To exemplify the animation types available in a  more graphical fashion, below is a list of all of them with a little  animation and some explanation: look at the small circle on the  right-side of the movie and notice how different animation types make it  move differently. The graph on the middle shows the relation between  time and value applied when sliding the circle. Keep in mind that while I  have chosen to animate an object in this example, &#39;moving&#39; objects is  just one of the possibilities of this tweening extension. These  different transition types can be applied to alpha changes, rotations,  time seeks, sound volume control, or to whichever numerical-based  attributes you can think of.&lt;/p&gt;  &lt;p class=&quot;bodyText&quot;&gt;Also notice that the &quot;animation type&quot; parameter is  case-insensitive on &lt;strong&gt;MC Tween&lt;/strong&gt; methods. The example movie  used below can be download from &lt;a href=&quot;http://hosted.zeh.com.br/mctween/examples.html&quot; class=&quot;bodyTextInternalLink&quot;&gt;the examples page&lt;/a&gt; (source included).&lt;/p&gt;  &lt;table align=&quot;center&quot; bgcolor=&quot;#828887&quot; border=&quot;0&quot; cellpadding=&quot;1&quot; cellspacing=&quot;0&quot;&gt;    &lt;tbody&gt;&lt;tr&gt;      &lt;th scope=&quot;col&quot;&gt;&lt;table bgcolor=&quot;#ffffff&quot; border=&quot;0&quot; cellpadding=&quot;6&quot; cellspacing=&quot;1&quot;&gt;          &lt;tbody&gt;&lt;tr class=&quot;tableHeader&quot; align=&quot;center&quot;&gt;            &lt;td colspan=&quot;2&quot; scope=&quot;col&quot;&gt;&lt;strong&gt;STANDARD TRANSITION &lt;/strong&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableSubHeader&quot;&gt;            &lt;td scope=&quot;col&quot;&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/td&gt;            &lt;td scope=&quot;col&quot;&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/td&gt;            &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td width=&quot;300&quot;&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=linear&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=linear&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;linear&lt;/strong&gt;&quot;&lt;/p&gt;              &lt;p&gt;The &#39;standard&#39; animation - starts on the current value  and slowly progresses until it reaches the target value, with no easing,  acceleration or deacceleration whatsoever.&lt;/p&gt;&lt;/td&gt;            &lt;/tr&gt;      &lt;/tbody&gt;&lt;/table&gt;&lt;/th&gt;    &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;  &lt;table align=&quot;center&quot; bgcolor=&quot;#828887&quot; border=&quot;0&quot; cellpadding=&quot;1&quot; cellspacing=&quot;0&quot;&gt;    &lt;tbody&gt;&lt;tr&gt;      &lt;th scope=&quot;col&quot;&gt;&lt;table bgcolor=&quot;#ffffff&quot; border=&quot;0&quot; cellpadding=&quot;6&quot; cellspacing=&quot;1&quot;&gt;          &lt;tbody&gt;&lt;tr class=&quot;tableHeader&quot; align=&quot;center&quot;&gt;            &lt;td colspan=&quot;2&quot; scope=&quot;col&quot;&gt;&lt;strong&gt;EQUATION-BASED  TRANSITIONS&lt;/strong&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td colspan=&quot;2&quot; scope=&quot;col&quot;&gt;These animations are the basic  acceleration or deacceleration transitions. There are little differences  between them - mainly acceleration/deacceleration speed, and the curve  acuteness. Chosing the best transition type for each application should  be a test-and-see process - depending on how much time your transition  will take, different transition types will fit better. That&#39;s how  animation tweaking works after all.&lt;/td&gt;            &lt;/tr&gt;          &lt;tr class=&quot;tableSubHeader&quot;&gt;            &lt;td scope=&quot;col&quot;&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/td&gt;            &lt;td scope=&quot;col&quot;&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td width=&quot;300&quot;&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinquad&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinquad&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInQuad&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Quadratic easing in - starts at zero velocity then  accelerates.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeoutquad&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeoutquad&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeOutQuad&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Quadratic easing out - starts at full velocity then  deaccelerates to zero.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinoutquad&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinoutquad&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInOutQuad&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Quadratic easing in and out - starts at zero velocity,  accelerates until halfway, then deaccelerates to zero velocity again &lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeincubic&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeincubic&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInCubic&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Cubic easing in - starts at zero velocity then  accelerates.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeoutcubic&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeoutcubic&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeOutCubic&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Cubic easing out - starts at full velocity then  deaccelerates to zero.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinoutcubic&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinoutcubic&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInOutCubic&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Cubic easing in and out - starts at zero velocity,  accelerates until halfway, then deaccelerates to zero velocity again &lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinquart&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinquart&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInQuart&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Quartic easing in - starts at zero velocity then  accelerates.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeoutquart&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeoutquart&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeOutQuart&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Quartic easing out - starts at full velocity then  deaccelerates to zero.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinoutquart&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinoutquart&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInOutQuart&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Quartic easing in and out - starts at zero velocity,  accelerates until halfway, then deaccelerates to zero velocity again &lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinquint&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinquint&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInQuint&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Quintic easing in - starts at zero velocity then  accelerates.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeoutquint&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeoutquint&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeOutQuint&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Quintic easing out - starts at full velocity then  deaccelerates to zero.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinoutquint&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinoutquint&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInOutQuint&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Quintic easing in and out - starts at zero velocity,  accelerates until halfway, then deaccelerates to zero velocity again &lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinsine&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinsine&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInSine&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Sinusoidal easing in - starts at zero velocity then  accelerates.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeoutsine&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeoutsine&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeOutSine&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Sinusoidal easing out - starts at full velocity then  deaccelerates to zero.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinoutsine&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinoutsine&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInOutSine&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Sinusoidal easing in and out - starts at zero  velocity, accelerates until halfway, then deaccelerates to zero velocity  again &lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinexpo&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinexpo&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInExpo&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Exponential easing in - starts at zero velocity then  accelerates.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeoutexpo&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeoutexpo&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeOutExpo&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Exponential easing out - starts at full velocity then  deaccelerates to zero.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinoutexpo&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinoutexpo&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInOutExpo&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Exponential easing in and out - starts at zero  velocity, accelerates until halfway, then deaccelerates to zero velocity  again &lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeincirc&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeincirc&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInCirc&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Circular easing in - starts at zero velocity then  accelerates.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeoutcirc&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeoutcirc&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeOutCirc&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Circular easing out - starts at full velocity then  deaccelerates to zero.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinoutcirc&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinoutcirc&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInOutCirc&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Circular easing in and out - starts at zero velocity,  accelerates until halfway, then deaccelerates to zero velocity again &lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;      &lt;/tbody&gt;&lt;/table&gt;&lt;/th&gt;    &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt;  &lt;/p&gt;&lt;p&gt;  &lt;table align=&quot;center&quot; bgcolor=&quot;#828887&quot; border=&quot;0&quot; cellpadding=&quot;1&quot; cellspacing=&quot;0&quot;&gt;    &lt;tbody&gt;&lt;tr&gt;      &lt;th scope=&quot;col&quot;&gt;&lt;table bgcolor=&quot;#ffffff&quot; border=&quot;0&quot; cellpadding=&quot;6&quot; cellspacing=&quot;1&quot;&gt;          &lt;tbody&gt;&lt;tr class=&quot;tableHeader&quot; align=&quot;center&quot;&gt;            &lt;td colspan=&quot;2&quot; scope=&quot;col&quot;&gt;&lt;strong&gt;SPECIAL TRANSITIONS&lt;/strong&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td colspan=&quot;2&quot; scope=&quot;col&quot;&gt;These transitions are still  equation-based; however, since they perform in a different fashion (not  only envolving acceleration or deacceleration), I moved them to a  separate list, for organization&#39;s sake. These animation types are great  to use sometimes, but overuse can also ruin an interface fast. Use with  caution. &lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableSubHeader&quot;&gt;            &lt;td scope=&quot;col&quot;&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/td&gt;            &lt;td scope=&quot;col&quot;&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td width=&quot;300&quot;&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinelastic&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinelastic&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInElastic&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Elastic easing in - starts at zero velocity then  accelerates.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeoutelastic&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeoutelastic&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeOutElastic&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Elastic easing out - starts at full velocity then  deaccelerates to zero.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinoutelastic&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinoutelastic&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInOutElastic&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Elastic easing in and out - starts at zero velocity,  accelerates until halfway, then deaccelerates to zero velocity again &lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinback&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinback&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInBack&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Back easing in - starts at zero velocity then  accelerates.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeoutback&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeoutback&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeOutBack&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Back easing out - starts at full velocity then  deaccelerates to zero.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinoutback&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinoutback&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInOutBack&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Back easing in and out - starts at zero velocity,  accelerates until halfway, then deaccelerates to zero velocity again &lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinbounce&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinbounce&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInBounce&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Bouncing easing in - starts at zero velocity then  accelerates.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeoutbounce&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeoutbounce&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeOutBounce&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Bouncing easing out - starts at full velocity then  deaccelerates to zero.&lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class=&quot;tableDetail&quot;&gt;            &lt;td&gt;&lt;span class=&quot;bodyText&quot;&gt;              &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;                &lt;param name=&quot;movie&quot; value=&quot;examples/tracer.swf&quot;&gt;                &lt;param name=&quot;FlashVars&quot; value=&quot;mode=easeinoutbounce&quot;&gt;                &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;                &lt;embed src=&quot;http://hosted.zeh.com.br/mctween/examples/tracer.swf&quot; flashvars=&quot;mode=easeinoutbounce&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;165&quot; width=&quot;330&quot;&gt;&lt;/embed&gt;              &lt;/object&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;p&gt;&quot;&lt;strong&gt;easeInOutBounce&lt;/strong&gt;&quot;&lt;/p&gt;                &lt;p&gt;Bouncing easing in and out - starts at zero velocity,  accelerates until halfway, then deaccelerates to zero velocity again &lt;/p&gt;&lt;/td&gt;          &lt;/tr&gt;      &lt;/tbody&gt;&lt;/table&gt;&lt;/th&gt;    &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt;  &lt;/p&gt;&lt;p class=&quot;bodyText&quot;&gt;&lt;br /&gt;&lt;br /&gt; Source Link : &lt;a href=&quot;http://hosted.zeh.com.br/mctween/animationtypes.html&quot;&gt;http://hosted.zeh.com.br/mctween/animationtypes.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Download mc_tween link :&lt;a href=&quot;http://hosted.zeh.com.br/mctween/downloads.html&quot;&gt; http://hosted.zeh.com.br/mctween/downloads.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/1581799439324073478/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/1581799439324073478' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/1581799439324073478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/1581799439324073478'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2010/07/mc-tween-animation-types.html' title='MC Tween Animation Types'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-9042229763266773317</id><published>2010-07-02T04:46:00.000-07:00</published><updated>2010-07-02T04:53:21.368-07:00</updated><title type='text'>MC to follow Cursor in AS2</title><content type='html'>&lt;span style=&quot;font-weight: bold;&quot;&gt;Smooth MC follow to Cursor in Action Script 2&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Just add below code in your cursor movie clip&lt;br /&gt;&lt;br /&gt;&lt;code&gt;_root.Cursor_mc.enterFrame = function(){&lt;br /&gt;    _root.yChange = Math.round(_root._ymouse-this._y);&lt;br /&gt;    _root.xChange = Math.round(_root._xmouse-this._x);&lt;br /&gt;    _root.yMove = Math.round(_root.yChange/5);&lt;br /&gt;    _root.xMove = Math.round(_root.xChange/5);&lt;br /&gt;    this._x += _root.xMove;&lt;br /&gt;    this._y += _root.yMove;&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/9042229763266773317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/9042229763266773317' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/9042229763266773317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/9042229763266773317'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2010/07/mc-to-follow-cursor-in-as2.html' title='MC to follow Cursor in AS2'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-8389894872038668142</id><published>2010-07-01T03:04:00.001-07:00</published><updated>2010-07-01T03:05:57.911-07:00</updated><title type='text'>gzip test link</title><content type='html'>gzip test link&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.gidnetwork.com/tools/gzip-test.php&quot;&gt;http://www.gidnetwork.com/tools/gzip-test.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/8389894872038668142/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/8389894872038668142' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/8389894872038668142'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/8389894872038668142'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2010/07/gzip-test-link.html' title='gzip test link'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-8161199955043863712</id><published>2010-07-01T02:55:00.000-07:00</published><updated>2010-07-01T02:59:06.624-07:00</updated><title type='text'>Compress your web pages</title><content type='html'>When optimizing web performance, most consideration is given to reduce number and file size of images, CSS and JS etc., and less consideration is given to size of HTML being sent to browser, called “document size”. Optimizing document size can be very beneficial.&lt;br /&gt;&lt;br /&gt;There are two ways you can reduce the document size&lt;br /&gt;1. Reduce HTML&lt;br /&gt;2. Compress HTML sent&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;1. Reducing HTML:&lt;/span&gt; Well its not easy for developers, but its good to consider during writing html. A good way to do it is to use DIVs instead of tables. If used correctly divs reduces the code to text ratio in document. Secondly avoid using inline css styles and java script. You can use external css and js files for this purpose.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;2. Compressing HTML:&lt;/span&gt; The best way to reduce the document size is to send html in compressed form. Today most of the browser capable of receiving html in compressed format, un compress it on client side and display it correctly. This reduces the time spent and bandwidth usage between browser and server significantly. If you are working with PHP and apache it is really easy to compress HTML before sending to client. Most of the PHP installations have built in gzip library. You only have to use it. If you have static files or don’t want to use PHP or have static html files you can use apache module mod_deflate to compress html. Both of above methods use gzip compression.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;How gzip Works&lt;/span&gt;&lt;br /&gt;gzip compression works by finding identical strings within a html, and replacing those temporarily to make the overall size smaller. Its compression algorithm makes is very suitable to be used with html, css as they have repetitive tags and definitions. For example if our html has tag 100 times it will replace this tag during compression thus reducing the size significantly.</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/8161199955043863712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/8161199955043863712' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/8161199955043863712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/8161199955043863712'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2010/07/compress-your-web-pages.html' title='Compress your web pages'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-1638729685278808887</id><published>2010-07-01T02:47:00.000-07:00</published><updated>2010-07-01T02:49:26.889-07:00</updated><title type='text'>How to enable Keep-alive?</title><content type='html'>&lt;h3&gt;Keep-Alive&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Using persistent connections (keep-alive) is another great feature to be used for web application performance. HTTP is based on TCP, in early versions of HTTP a connection has to be opened for each request and closed later.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;In later version this feature was introduces where browser and server use same connection to receive and send many requests on a single connection. This saves the overhead of opening and closing connections. On&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Browser and server send a “connection” header to specify that they support keep-alive or persistent connections. Sample request and response headers can look like&lt;br&gt;&lt;br /&gt;Request header from browser&lt;br&gt;&lt;br /&gt;&lt;code&gt;GET /images/imagecache/100x100_SW123.jpg HTTP/1.1&lt;br /&gt;Host: youdomainname.com.ss&lt;br /&gt;User-Agent: Mozilla/5.0 ( ...&lt;br /&gt;Keep-Alive: 115&lt;br /&gt;Connection: keep-alive&lt;/code&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Response header for web server&lt;br&gt;&lt;br /&gt;&lt;code&gt;HTTP/1.1 200 OK&lt;br /&gt;Date: Sun, 20 Jun 2010 07:07:19 GMT&lt;br /&gt;Last-Modified: Mon, 23 Jun 2008 11:59:38 GMT&lt;br /&gt;Connection: keep-alive&lt;/code&gt;&lt;/p&gt;&lt;br /&gt;&lt;h4&gt;How to enable Keep-alive?&lt;/h4&gt;&lt;br /&gt;&lt;p&gt;Apache web server keep-alive is enabled by default. This configuration can be changed from apache configuration file.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/1638729685278808887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/1638729685278808887' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/1638729685278808887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/1638729685278808887'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2010/07/how-to-enable-keep-alive.html' title='How to enable Keep-alive?'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-2974932962366238631</id><published>2010-07-01T02:35:00.000-07:00</published><updated>2010-07-01T02:38:34.934-07:00</updated><title type='text'>How to enable expires header?</title><content type='html'>&lt;h4&gt;How to enable expires header?&lt;/h4&gt;&lt;br /&gt;&lt;p&gt;For Apache web server you can add expires headers by adding following code in .htaccess file&lt;br&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;ifmodule mod_expires.c&amp;gt;&lt;br /&gt;&amp;lt;filesmatch &quot;\.(jpg|JPG|gif|GIF|png|css|ico)$&quot;&amp;gt;&lt;br /&gt;ExpiresActive on&lt;br /&gt;ExpiresDefault &quot;access plus 7 day&quot;&lt;br /&gt;&amp;lt;/filesmatch&amp;gt;&lt;br /&gt;&amp;lt;/ifmodule&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;This tell apache web server to add expiry of 7 days to images, css and ico files, from time they are served.&lt;br&gt;&lt;br /&gt;When evaluating web application performance be sure that proper expiry headers are being sent from server.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/2974932962366238631/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/2974932962366238631' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/2974932962366238631'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/2974932962366238631'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2010/07/how-to-enable-expires-header.html' title='How to enable expires header?'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-4211647458437071289</id><published>2010-06-28T23:28:00.000-07:00</published><updated>2010-06-28T23:33:06.280-07:00</updated><title type='text'>Best Practices for Speeding Up Your Web Site</title><content type='html'>&lt;h3 id=&quot;num_http&quot;&gt;Minimize HTTP Requests&lt;/h3&gt;tag: content&lt;br /&gt;&lt;p&gt;80% of the end-user response time is spent on the front-end. Most of   this time is tied up in downloading all the components in the page:   images, stylesheets, scripts, Flash, etc. Reducing the number of   components in turn reduces the number of HTTP requests required to   render the page. This is the key to faster pages. &lt;/p&gt;One way to reduce the number of components in the page is to simplify   the page&#39;s design. But is there a way to build pages with richer   content while also achieving fast response times? Here are some   techniques for reducing the number of HTTP requests, while still   supporting rich page designs.&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Combined files&lt;/strong&gt; are a way to reduce the number of   HTTP requests by combining all scripts into a single script, and   similarly combining all CSS into a single stylesheet. Combining files is   more challenging when the scripts and stylesheets vary from page to   page, but making this part of your release process improves response   times.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://alistapart.com/articles/sprites&quot;&gt;&lt;strong&gt;CSS Sprites&lt;/strong&gt;&lt;/a&gt; are the preferred method for reducing the number of image requests.   Combine your background images into a single image and use the CSS background-image   and background-position properties to display the desired   image segment.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://www.w3.org/TR/html401/struct/objects.html#h-13.6&quot;&gt;&lt;strong&gt;Image   maps&lt;/strong&gt;&lt;/a&gt; combine multiple images into a single image. The   overall size is about the same, but reducing the number of HTTP requests   speeds up the page. Image maps only work if the images are contiguous   in the page, such as a navigation bar. Defining the coordinates of image   maps can be tedious and error prone. Using image maps for navigation is   not accessible too, so it&#39;s not recommended.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Inline images&lt;/strong&gt; use the &lt;a href=&quot;http://tools.ietf.org/html/rfc2397&quot;&gt;data: URL scheme&lt;/a&gt; to embed the image data in the actual page. This can increase the size   of your HTML document. Combining inline images into your (cached)   stylesheets is a way to reduce HTTP requests and avoid increasing the   size of your pages. Inline images are not yet supported across all major   browsers.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Reducing the number of HTTP requests in your page is the place to   start. This is the most important guideline for improving performance   for first time visitors. As described in Tenni Theurer&#39;s blog post &lt;a href=&quot;http://yuiblog.com/blog/2007/01/04/performance-research-part-2/&quot;&gt;Browser   Cache Usage - Exposed!&lt;/a&gt;, 40-60% of daily visitors to your site come   in with an empty cache. Making your page fast for these first time   visitors is key to a better user experience.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt; | &lt;a href=&quot;http://developer.yahoo.net/blog/archives/2007/04/rule_1_make_few.html&quot;&gt;discuss   this rule&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;cdn&quot;&gt;Use a Content Delivery Network&lt;/h3&gt;tag: server&lt;br /&gt;&lt;p&gt;The user&#39;s proximity to your web server has an impact on response   times. Deploying your content across multiple, geographically dispersed   servers will make your pages load faster from the user&#39;s perspective.   But where should you start?&lt;/p&gt;As a first step to implementing geographically dispersed content,   don&#39;t attempt to redesign your web application to work in a distributed   architecture. Depending on the application, changing the architecture   could include daunting tasks such as synchronizing session state and   replicating database transactions across server locations. Attempts to   reduce the distance between users and your content could be delayed by,   or never pass, this application architecture step.&lt;br /&gt;&lt;p&gt;Remember that 80-90% of the end-user response time is spent   downloading all the components in the page: images, stylesheets,   scripts, Flash, etc. This is the &lt;em&gt;Performance Golden Rule&lt;/em&gt;.   Rather than starting with the difficult task of redesigning your   application architecture, it&#39;s better to first disperse your static   content. This not only achieves a bigger reduction in response times,   but it&#39;s easier thanks to content delivery networks.&lt;/p&gt;A content delivery network (CDN) is a collection of web servers   distributed across multiple locations to deliver content more   efficiently to users. The server selected for delivering content to a   specific user is typically based on a measure of network proximity. For   example, the server with the fewest network hops or the server with the   quickest response time is chosen.&lt;br /&gt;&lt;p&gt;Some large Internet companies own their own CDN, but it&#39;s   cost-effective to use a CDN service provider, such as &lt;a href=&quot;http://www.akamai.com/&quot;&gt;Akamai Technologies&lt;/a&gt;, &lt;a href=&quot;http://www.mirror-image.com/&quot;&gt;Mirror Image Internet&lt;/a&gt;, or &lt;a href=&quot;http://www.limelightnetworks.com/&quot;&gt;Limelight Networks&lt;/a&gt;. For   start-up companies and private web sites, the cost of a CDN service can   be prohibitive, but as your target audience grows larger and becomes   more global, a CDN is necessary to achieve fast response times. At   Yahoo!, properties that moved static content off their application web   servers to a CDN improved end-user response times by 20% or more.   Switching to a CDN is a relatively easy code change that will   dramatically improve the speed of your web site.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt; | &lt;a href=&quot;http://developer.yahoo.net/blog/archives/2007/04/high_performanc_1.html&quot;&gt;discuss   this rule&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;expires&quot;&gt;Add an Expires or a Cache-Control Header&lt;/h3&gt;&lt;p&gt;tag: server&lt;/p&gt;There are two aspects to this rule:&lt;br /&gt; &lt;ul&gt;&lt;li&gt;For static components: implement &quot;Never expire&quot;   policy by setting far future Expires header&lt;/li&gt;&lt;br /&gt; &lt;li&gt;For dynamic components: use an appropriate Cache-Control   header to help the browser with conditional requests&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;Web page designs are getting richer and richer, which means more   scripts, stylesheets, images, and Flash in the page. A first-time   visitor to your page may have to make several HTTP requests, but by   using the Expires header you make those components cacheable. This   avoids unnecessary HTTP requests on subsequent page views. Expires   headers are most often used with images, but they should be used on &lt;em&gt;all&lt;/em&gt; components including scripts, stylesheets, and Flash components.&lt;br /&gt;&lt;p&gt;Browsers (and proxies) use a cache to reduce the number and size of   HTTP requests, making web pages load faster. A web server uses the   Expires header in the HTTP response to tell the client how long a   component can be cached. This is a far future Expires header, telling   the browser that this response won&#39;t be stale until April 15, 2010. &lt;/p&gt;&lt;br /&gt;&lt;pre&gt;      Expires: Thu, 15 Apr 2010 20:00:00 GMT&lt;/pre&gt;If your server is Apache, use the ExpiresDefault directive to set an   expiration date relative to the current date. This example of the   ExpiresDefault directive sets the Expires date 10 years out from the   time of the request.&lt;br /&gt;&lt;pre&gt;      ExpiresDefault &quot;access plus 10 years&quot;&lt;/pre&gt;Keep in mind, if you use a far future Expires header you have to   change the component&#39;s filename whenever the component changes. At   Yahoo! we often make this step part of the build process: a version   number is embedded in the component&#39;s filename, for example,   yahoo_2.0.6.js.&lt;br /&gt;&lt;p&gt;Using a far future Expires header affects page views only after a   user has already visited your site. It has no effect on the number of   HTTP requests when a user visits your site for the first time and the   browser&#39;s cache is empty. Therefore the impact of this performance   improvement depends on how often users hit your pages with a primed   cache. (A &quot;primed cache&quot; already contains all of the components in the   page.) We &lt;a href=&quot;http://yuiblog.com/blog/2007/01/04/performance-research-part-2/&quot;&gt;measured   this at Yahoo!&lt;/a&gt; and found the number of page views with a primed   cache is 75-85%. By using a far future Expires header, you increase the   number of components that are cached by the browser and re-used on   subsequent page views without sending a single byte over the user&#39;s   Internet connection.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt; | &lt;a href=&quot;http://developer.yahoo.net/blog/archives/2007/05/high_performanc_2.html&quot;&gt;discuss   this rule&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;gzip&quot;&gt;Gzip Components&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: server&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The time it takes to transfer an HTTP request and response across the   network can be significantly reduced by decisions made by front-end   engineers. It&#39;s true that the end-user&#39;s bandwidth speed, Internet   service provider, proximity to peering exchange points, etc. are beyond   the control of the development team. But there are other variables that   affect response times. Compression reduces response times by reducing   the size of the HTTP response.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Starting with HTTP/1.1, web clients indicate support for compression   with the Accept-Encoding header in the HTTP request.&lt;/p&gt;&lt;br /&gt;&lt;pre&gt;      Accept-Encoding: gzip, deflate&lt;/pre&gt;If the web server sees this header in the request, it may compress   the response using one of the methods listed by the client. The web   server notifies the web client of this via the Content-Encoding header   in the response.&lt;br /&gt;&lt;pre&gt;      Content-Encoding: gzip&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Gzip is the most popular and effective compression method at this   time. It was developed by the GNU project and standardized by &lt;a href=&quot;http://www.ietf.org/rfc/rfc1952.txt&quot;&gt;RFC 1952&lt;/a&gt;. The only other   compression format you&#39;re likely to see is deflate, but it&#39;s less   effective and less popular. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;Gzipping generally reduces the response size by about 70%.   Approximately 90% of today&#39;s Internet traffic travels through browsers   that claim to support gzip. If you use Apache, the module configuring   gzip depends on your version: Apache 1.3 uses &lt;a href=&quot;http://sourceforge.net/projects/mod-gzip/&quot;&gt;mod_gzip&lt;/a&gt; while   Apache 2.x uses &lt;a href=&quot;http://httpd.apache.org/docs/2.0/mod/mod_deflate.html&quot;&gt;mod_deflate&lt;/a&gt;. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;There are known issues with browsers and proxies that may cause a   mismatch in what the browser expects and what it receives with regard to   compressed content. Fortunately, these edge cases are dwindling as the   use of older browsers drops off. The Apache modules help out by adding   appropriate Vary response headers automatically. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;Servers choose what to gzip based on file type, but are typically too   limited in what they decide to compress. Most web sites gzip their HTML   documents. It&#39;s also worthwhile to gzip your scripts and stylesheets,   but many web sites miss this opportunity. In fact, it&#39;s worthwhile to   compress any text response including XML and JSON. Image and PDF files   should not be gzipped because they are already compressed. Trying to   gzip them not only wastes CPU but can potentially increase file sizes. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;Gzipping as many file types as possible is an easy way to reduce page   weight and accelerate the user experience.&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;css_top&quot;&gt;Put Stylesheets at the Top&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: css&lt;/p&gt;&lt;br /&gt;&lt;p&gt;While researching performance at Yahoo!, we discovered that moving   stylesheets to the document HEAD makes pages &lt;em&gt;appear&lt;/em&gt; to be   loading faster. This is because putting stylesheets in the HEAD allows   the page to render progressively. &lt;/p&gt;&lt;p&gt;Front-end engineers that care about performance want a page to load   progressively; that is, we want the browser to display whatever content   it has as soon as possible. This is especially important for pages with a   lot of content and for users on slower Internet connections. The   importance of giving users visual feedback, such as progress indicators,   has been well researched and &lt;a href=&quot;http://www.useit.com/papers/responsetime.html&quot;&gt;documented&lt;/a&gt;. In   our case the HTML page is the progress indicator! When the browser loads   the page progressively the header, the navigation bar, the logo at the   top, etc. all serve as visual feedback for the user who is waiting for   the page. This improves the overall user experience.&lt;/p&gt;&lt;p&gt;The problem with putting stylesheets near the bottom of the document   is that it prohibits progressive rendering in many browsers, including   Internet Explorer. These browsers block rendering to avoid having to   redraw elements of the page if their styles change. The user is stuck   viewing a blank white page. &lt;/p&gt;&lt;p&gt;The &lt;a href=&quot;http://www.w3.org/TR/html4/struct/links.html#h-12.3&quot;&gt;HTML   specification&lt;/a&gt; clearly states that stylesheets are to be included in   the HEAD of the page: &quot;Unlike A, [LINK] may only appear in the HEAD   section of a document, although it may appear any number of times.&quot;   Neither of the alternatives, the blank white screen or flash of unstyled   content, are worth the risk. The optimal solution is to follow the HTML   specification and load your stylesheets in the document HEAD.&lt;/p&gt;&lt;h3 id=&quot;js_bottom&quot;&gt;Put Scripts at the Bottom&lt;/h3&gt;&lt;p&gt;tag: javascript&lt;/p&gt;&lt;p&gt;The problem caused by scripts is that they block parallel downloads.   The &lt;a href=&quot;http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8.1.4&quot;&gt;HTTP/1.1   specification&lt;/a&gt; suggests that browsers download no more than two   components in parallel per hostname. If you serve your images from   multiple hostnames, you can get more than two downloads to occur in   parallel. While a script is downloading, however, the browser won&#39;t   start any other downloads, even on different hostnames. &lt;/p&gt;&lt;p&gt;In some situations it&#39;s not easy to move scripts to the bottom. If,   for example, the script uses document.write to insert part   of the page&#39;s content, it can&#39;t be moved lower in the page. There might   also be scoping issues. In many cases, there are ways to workaround   these situations.&lt;/p&gt;&lt;p&gt;An alternative suggestion that often comes up is to use deferred   scripts. The DEFER attribute indicates that the script does   not contain document.write, and is a clue to browsers that they can   continue rendering. Unfortunately, Firefox doesn&#39;t support the DEFER   attribute. In Internet Explorer, the script may be deferred, but not as   much as desired. If a script can be deferred, it can also be moved to   the bottom of the page. That will make your web pages load faster.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;css_expressions&quot;&gt;Avoid CSS Expressions&lt;/h3&gt;&lt;p&gt;tag: css&lt;/p&gt;&lt;p&gt;CSS expressions are a powerful (and dangerous) way to set CSS   properties dynamically. They were supported in Internet Explorer   starting with version 5, but were &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms537634%28VS.85%29.aspx&quot;&gt;deprecated   starting with IE8&lt;/a&gt;. As an example, the background color could be set   to alternate every hour using CSS expressions:&lt;/p&gt;&lt;pre&gt;      background-color: expression( (new Date()).getHours()%2 ? &quot;#B8D4FF&quot; : &quot;#F08A00&quot; );&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;As shown here, the expression method accepts a   JavaScript expression. The CSS property is set to the result of   evaluating the JavaScript expression. The expression method   is ignored by other browsers, so it is useful for setting properties in   Internet Explorer needed to create a consistent experience across   browsers.&lt;/p&gt;&lt;p&gt;The problem with expressions is that they are evaluated more   frequently than most people expect. Not only are they evaluated when the   page is rendered and resized, but also when the page is scrolled and   even when the user moves the mouse over the page. Adding a counter to   the CSS expression allows us to keep track of when and how often a CSS   expression is evaluated. Moving the mouse around the page can easily   generate more than 10,000 evaluations.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;One way to reduce the number of times your CSS expression is   evaluated is to use one-time expressions, where the first time the   expression is evaluated it sets the style property to an explicit value,   which replaces the CSS expression. If the style property must be set   dynamically throughout the life of the page, using event handlers   instead of CSS expressions is an alternative approach. If you must use   CSS expressions, remember that they may be evaluated thousands of times   and could affect the performance of your page.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt; | &lt;a href=&quot;http://developer.yahoo.net/blog/archives/2007/07/high_performanc_6.html&quot;&gt;discuss   this rule&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;external&quot;&gt;Make JavaScript and CSS External&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: javascript, css&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Many of these performance rules deal with how external components are   managed. However, before these considerations arise you should ask a   more basic question: Should JavaScript and CSS be contained in external   files, or inlined in the page itself?&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Using external files in the real world generally produces faster   pages because the JavaScript and CSS files are cached by the browser.   JavaScript and CSS that are inlined in HTML documents get downloaded   every time the HTML document is requested. This reduces the number of   HTTP requests that are needed, but increases the size of the HTML   document. On the other hand, if the JavaScript and CSS are in external   files cached by the browser, the size of the HTML document is reduced   without increasing the number of HTTP requests. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;The key factor, then, is the frequency with which external JavaScript   and CSS components are cached relative to the number of HTML documents   requested. This factor, although difficult to quantify, can be gauged   using various metrics. If users on your site have multiple page views   per session and many of your pages re-use the same scripts and   stylesheets, there is a greater potential benefit from cached external   files. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;Many web sites fall in the middle of these metrics. For these sites,   the best solution generally is to deploy the JavaScript and CSS as   external files. The only exception where inlining is preferable is with   home pages, such as &lt;a href=&quot;http://www.yahoo.com/&quot;&gt;Yahoo!&#39;s front page&lt;/a&gt; and &lt;a href=&quot;http://my.yahoo.com/&quot;&gt;My Yahoo!&lt;/a&gt;.  Home pages that have few (perhaps only one) page view per session may   find that inlining JavaScript and CSS results in faster end-user   response times.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;For front pages that are typically the first of many page views,   there are techniques that leverage the reduction of HTTP requests that   inlining provides, as well as the caching benefits achieved through   using external files. One such technique is to inline JavaScript and CSS   in the front page, but dynamically download the external files after   the page has finished loading. Subsequent pages would reference the   external files that should already be in the browser&#39;s cache.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt; | &lt;a href=&quot;http://developer.yahoo.net/blog/archives/2007/07/rule_8_make_jav.html&quot;&gt;discuss   this rule&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;dns_lookups&quot;&gt;Reduce DNS Lookups&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: content&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The Domain Name System (DNS) maps hostnames to IP addresses, just as   phonebooks map people&#39;s names to their phone numbers. When you type   www.yahoo.com into your browser, a DNS resolver contacted by the browser   returns that server&#39;s IP address. DNS has a cost. It typically takes   20-120 milliseconds for DNS to lookup the IP address for a given   hostname. The browser can&#39;t download anything from this hostname until   the DNS lookup is completed. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;DNS lookups are cached for better performance. This caching can occur   on a special caching server, maintained by the user&#39;s ISP or local area   network, but there is also caching that occurs on the individual user&#39;s   computer. The DNS information remains in the operating system&#39;s DNS   cache (the &quot;DNS Client service&quot; on Microsoft Windows). Most browsers   have their own caches, separate from the operating system&#39;s cache. As   long as the browser keeps a DNS record in its own cache, it doesn&#39;t   bother the operating system with a request for the record.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Internet Explorer caches DNS lookups for 30 minutes by default, as   specified by the  DnsCacheTimeout registry setting. Firefox   caches DNS lookups for 1 minute, controlled by the network.dnsCacheExpiration   configuration setting. (Fasterfox changes this to 1 hour.)&lt;/p&gt;&lt;br /&gt;&lt;p&gt;When the client&#39;s DNS cache is empty (for both the browser and the   operating system), the number of DNS lookups is equal to the number of   unique hostnames in the web page. This includes the hostnames used in   the page&#39;s URL, images, script files, stylesheets, Flash objects, etc.   Reducing the number of unique hostnames reduces the number of DNS   lookups. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;Reducing the number of unique hostnames has the potential to reduce   the amount of parallel downloading that takes place in the page.   Avoiding DNS lookups cuts response times, but reducing parallel   downloads may increase response times. My guideline is to split these   components across at least two but no more than four hostnames. This   results in a good compromise between reducing DNS lookups and allowing a   high degree of parallel downloads.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt; | &lt;a href=&quot;http://developer.yahoo.net/blog/archives/2007/07/high_performanc_7.html&quot;&gt;discuss   this rule&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;minify&quot;&gt;Minify JavaScript and CSS&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: javascript, css&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Minification is the practice of removing unnecessary characters from   code to reduce its size thereby improving load times. When code is   minified all comments are removed, as well as unneeded white space   characters (space, newline, and tab). In the case of JavaScript, this   improves response time performance because the size of the downloaded   file is reduced. Two popular tools for minifying JavaScript code are &lt;a href=&quot;http://crockford.com/javascript/jsmin&quot;&gt;JSMin&lt;/a&gt; and &lt;a href=&quot;http://developer.yahoo.com/yui/compressor/&quot;&gt;YUI Compressor&lt;/a&gt;.   The YUI compressor can also minify CSS.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Obfuscation is an alternative optimization that can be applied to   source code. It&#39;s more complex than minification and thus more likely to   generate bugs as a result of the obfuscation step itself. In a survey   of ten top U.S. web sites, minification achieved a 21% size reduction   versus 25% for obfuscation. Although obfuscation has a higher size   reduction, minifying JavaScript is less risky.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;In addition to minifying external scripts and styles, inlined &amp;lt;script&amp;gt;   and &amp;lt;style&amp;gt; blocks can and should also be minified.   Even if you gzip your scripts and styles, minifying them will still   reduce the size by 5% or more. As the use and size of JavaScript and CSS   increases, so will the savings gained by minifying your code.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt; | &lt;a href=&quot;http://developer.yahoo.net/blog/archives/2007/07/high_performanc_8.html&quot;&gt;discuss   this rule&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;redirects&quot;&gt;Avoid Redirects&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: content&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Redirects are accomplished using the 301 and 302 status codes. Here&#39;s   an example of the HTTP headers in a 301 response:&lt;/p&gt;&lt;br /&gt;&lt;pre&gt;      HTTP/1.1 301 Moved Permanently        Location: http://example.com/newuri        Content-Type: text/html&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The browser automatically takes the user to the URL specified in the Location   field. All the information necessary for a redirect is in the headers.   The body of the response is typically empty. Despite their names,   neither a 301 nor a 302 response is cached in practice unless additional   headers, such as Expires or Cache-Control,   indicate it should be. The meta refresh tag and JavaScript are other   ways to direct users to a different URL, but if you must do a redirect,   the preferred technique is to use the standard 3xx HTTP status codes,   primarily to ensure the back button works correctly.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The main thing to remember is that redirects slow down the user   experience. Inserting a redirect between the user and the HTML document   delays everything in the page since nothing in the page can be rendered   and no components can start being downloaded until the HTML document has   arrived.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;One of the most wasteful redirects happens frequently and web   developers are generally not aware of it. It occurs when a trailing   slash (/) is missing from a URL that should otherwise have one. For   example, going to &lt;a href=&quot;http://astrology.yahoo.com/astrology&quot;&gt;http://astrology.yahoo.com/astrology&lt;/a&gt; results in a 301 response containing a redirect to &lt;a href=&quot;http://astrology.yahoo.com/astrology/&quot;&gt;http://astrology.yahoo.com/astrology/&lt;/a&gt; (notice the added trailing slash). This is fixed in Apache by using Alias   or mod_rewrite, or the DirectorySlash   directive if you&#39;re using Apache handlers.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Connecting an old web site to a new one is another common use for   redirects. Others include connecting different parts of a website and   directing the user based on certain conditions (type of browser, type of   user account, etc.). Using a redirect to connect two web sites is   simple and requires little additional coding. Although using redirects   in these situations reduces the complexity for developers, it degrades   the user experience. Alternatives for this use of redirects include   using Alias and mod_rewrite if the two code   paths are hosted on the same server. If a domain name change is the   cause of using redirects, an alternative is to create a CNAME (a DNS   record that creates an alias pointing from one domain name to another)   in combination with Alias or mod_rewrite.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt; | &lt;a href=&quot;http://developer.yahoo.net/blog/archives/2007/07/high_performanc_9.html&quot;&gt;discuss   this rule&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;js_dupes&quot;&gt;Remove Duplicate Scripts&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: javascript&lt;/p&gt;&lt;br /&gt;&lt;p&gt;It hurts performance to include the same JavaScript file twice in one   page. This isn&#39;t as unusual as you might think. A review of the ten top   U.S. web sites shows that two of them contain a duplicated script. Two   main factors increase the odds of a script being duplicated in a single   web page: team size and number of scripts. When it does happen,   duplicate scripts hurt performance by creating unnecessary HTTP requests   and wasted JavaScript execution.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Unnecessary HTTP requests happen in Internet Explorer, but not in   Firefox. In Internet Explorer, if an external script is included twice   and is not cacheable, it generates two HTTP requests during page   loading. Even if the script is cacheable, extra HTTP requests occur when   the user reloads the page.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;In addition to generating wasteful HTTP requests, time is wasted   evaluating the script multiple times. This redundant JavaScript   execution happens in both Firefox and Internet Explorer, regardless of   whether the script is cacheable.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;One way to avoid accidentally including the same script twice is to   implement a script management module in your templating system. The   typical way to include a script is to use the SCRIPT tag in your HTML   page.&lt;/p&gt;&lt;br /&gt;&lt;pre&gt;      &amp;lt;script type=&quot;text/javascript&quot; src=&quot;menu_1.0.17.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;An alternative in PHP would be to create a function called insertScript.&lt;/p&gt;&lt;br /&gt;&lt;pre&gt;      &amp;lt;?php insertScript(&quot;menu.js&quot;) ?&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;In addition to preventing the same script from being inserted   multiple times, this function could handle other issues with scripts,   such as dependency checking and adding version numbers to script   filenames to support far future Expires headers.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt; | &lt;a href=&quot;http://developer.yahoo.net/blog/archives/2007/07/high_performanc_10.html&quot;&gt;discuss   this rule&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;etags&quot;&gt;Configure ETags&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: server&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Entity tags (ETags) are a mechanism that web servers and browsers use   to determine whether the component in the browser&#39;s cache matches the   one on the origin server. (An &quot;entity&quot; is another word a &quot;component&quot;:   images, scripts, stylesheets, etc.) ETags were added to provide a   mechanism for validating entities that is more flexible than the   last-modified date. An ETag is a string that uniquely identifies a   specific version of a component. The only format constraints are that   the string be quoted. The origin server specifies the component&#39;s ETag   using the ETag response header.&lt;/p&gt;&lt;br /&gt;&lt;pre&gt;      HTTP/1.1 200 OK        Last-Modified: Tue, 12 Dec 2006 03:03:59 GMT        ETag: &quot;10c24bc-4ab-457e1c1f&quot;        Content-Length: 12195&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Later, if the browser has to validate a component, it uses the If-None-Match   header to pass the ETag back to the origin server. If the ETags match, a   304 status code is returned reducing the response by 12195 bytes for   this example. &lt;/p&gt;&lt;br /&gt;&lt;pre&gt;      GET /i/yahoo.gif HTTP/1.1        Host: us.yimg.com        If-Modified-Since: Tue, 12 Dec 2006 03:03:59 GMT        If-None-Match: &quot;10c24bc-4ab-457e1c1f&quot;        HTTP/1.1 304 Not Modified&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The problem with ETags is that they typically are constructed using   attributes that make them unique to a specific server hosting a site.   ETags won&#39;t match when a browser gets the original component from one   server and later tries to validate that component on a different server,   a situation that is all too common on Web sites that use a cluster of   servers to handle requests. By default, both Apache and IIS embed data   in the ETag that dramatically reduces the odds of the validity test   succeeding on web sites with multiple servers. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;The ETag format for Apache 1.3 and 2.x is inode-size-timestamp.   Although a given file may reside in the same directory across multiple   servers, and have the same file size, permissions, timestamp, etc., its   inode is different from one server to the next. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;IIS 5.0 and 6.0 have a similar issue with ETags. The format for   ETags on IIS is Filetimestamp:ChangeNumber. A ChangeNumber   is a counter used to track configuration changes to IIS. It&#39;s unlikely   that the ChangeNumber is the same across all IIS servers   behind a web site. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;The end result is ETags generated by Apache and IIS for the exact   same component won&#39;t match from one server to another. If the ETags   don&#39;t match, the user doesn&#39;t receive the small, fast 304 response that   ETags were designed for; instead, they&#39;ll get a normal 200 response   along with all the data for the component. If you host your web site on   just one server, this isn&#39;t a problem. But if you have multiple servers   hosting your web site, and you&#39;re using Apache or IIS with the default   ETag configuration, your users are getting slower pages, your servers   have a higher load, you&#39;re consuming greater bandwidth, and proxies   aren&#39;t caching your content efficiently. Even if your components have a   far future Expires header, a conditional GET request is   still made whenever the user hits Reload or Refresh. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;If you&#39;re not taking advantage of the flexible validation model   that ETags provide, it&#39;s better to just remove the ETag altogether. The Last-Modified   header validates based on the component&#39;s timestamp. And removing the   ETag reduces the size of the HTTP headers in both the response and   subsequent requests. This &lt;a href=&quot;http://support.microsoft.com/?id=922733&quot;&gt;Microsoft Support article&lt;/a&gt; describes how to remove ETags. In Apache, this is done by simply adding   the following line to your Apache configuration file: &lt;/p&gt;&lt;br /&gt;&lt;pre&gt;      FileETag none&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt; | &lt;a href=&quot;http://developer.yahoo.net/blog/archives/2007/07/high_performanc_11.html&quot;&gt;discuss   this rule&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;cacheajax&quot;&gt;Make Ajax Cacheable&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: content&lt;/p&gt;&lt;br /&gt;&lt;p&gt;One of the cited benefits of Ajax is that it provides instantaneous   feedback to the user because it requests information asynchronously from   the backend web server. However, using Ajax is no guarantee that the   user won&#39;t be twiddling his thumbs waiting for those asynchronous   JavaScript and XML responses to return. In many applications, whether or   not the user is kept waiting depends on how Ajax is used. For example,   in a web-based email client the user will be kept waiting for the   results of an Ajax request to find all the email messages that match   their search criteria. It&#39;s important to remember that &quot;asynchronous&quot;   does not imply &quot;instantaneous&quot;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;To improve performance, it&#39;s important to optimize these Ajax   responses. The most important way to improve the performance of Ajax is   to make the responses cacheable, as discussed in &lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#expires&quot;&gt;Add an   Expires or a Cache-Control Header&lt;/a&gt;. Some of the other rules also   apply to Ajax:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt; &lt;li&gt; &lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#gzip&quot;&gt;Gzip   Components&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; &lt;/li&gt;&lt;br /&gt; &lt;li&gt; &lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#dns_lookups&quot;&gt;Reduce   DNS Lookups&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; &lt;/li&gt;&lt;br /&gt; &lt;li&gt; &lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#minify&quot;&gt;Minify   JavaScript&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; &lt;/li&gt;&lt;br /&gt; &lt;li&gt; &lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#redirects&quot;&gt;Avoid   Redirects&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; &lt;/li&gt;&lt;br /&gt; &lt;li&gt; &lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#etags&quot;&gt;Configure   ETags&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; &lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Let&#39;s look at an example. A Web 2.0 email client might use Ajax to   download the user&#39;s address book for autocompletion. If the user hasn&#39;t   modified her address book since the last time she used the email web   app, the previous address book response could be read from cache if that   Ajax response was made cacheable with a future Expires or Cache-Control   header. The browser must be informed when to use a previously cached   address book response versus requesting a new one. This could be done by   adding a timestamp to the address book Ajax URL indicating the last   time the user modified her address book, for example, &amp;amp;t=1190241612.   If the address book hasn&#39;t been modified since the last download, the   timestamp will be the same and the address book will be read from the   browser&#39;s cache eliminating an extra HTTP roundtrip. If the user has   modified her address book, the timestamp ensures the new URL doesn&#39;t   match the cached response, and the browser will request the updated   address book entries.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Even though your Ajax responses are created dynamically, and might   only be applicable to a single user, they can still be cached. Doing so   will make your Web 2.0 apps faster.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt; | &lt;a href=&quot;http://developer.yahoo.net/blog/archives/2007/09/high_performanc_12.html&quot;&gt;discuss   this rule&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;flush&quot;&gt;Flush the Buffer Early&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: server&lt;/p&gt;&lt;br /&gt;&lt;p&gt; When users request a page, it can take anywhere from 200 to 500ms for   the backend server to stitch together the HTML page.   During this time, the browser is idle as it waits for the data to   arrive.   In PHP you have the function &lt;a href=&quot;http://php.net/flush&quot;&gt;flush()&lt;/a&gt;.   It allows you to send your partially ready HTML response to the browser   so that   the browser can start fetching components while your backend is busy   with the rest of the HTML page.   The benefit is mainly seen on busy backends or light frontends. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; A good place to consider flushing is right after the HEAD because   the HTML for the head is      usually easier to produce and it allows you to include any CSS and   JavaScript      files for the browser to start fetching in parallel while the   backend is still processing. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;Example:&lt;/p&gt;&lt;br /&gt;&lt;pre&gt;      ... &amp;lt;!-- css, js --&amp;gt;      &amp;lt;/head&amp;gt;      &amp;lt;?php flush(); ?&amp;gt;      &amp;lt;body&amp;gt;        ... &amp;lt;!-- content --&amp;gt;  &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://search.yahoo.com/&quot;&gt;Yahoo! search&lt;/a&gt; pioneered   research and real user testing to prove the benefits of using this   technique.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;ajax_get&quot;&gt;Use GET for AJAX Requests&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: server&lt;/p&gt;&lt;br /&gt;&lt;p&gt; The &lt;a href=&quot;http://mail.yahoo.com/&quot;&gt;Yahoo! Mail&lt;/a&gt; team found that   when using XMLHttpRequest, POST is implemented in the   browsers as a two-step process:      sending the headers first, then sending data. So it&#39;s best to use   GET, which only takes one TCP packet to send (unless you have a lot of   cookies).      The maximum URL length in IE is 2K, so if you send more than 2K data   you might not be able to use GET. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;An interesting side affect is that POST without actually posting any   data behaves like GET.  Based on the &lt;a href=&quot;http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html&quot;&gt;HTTP specs&lt;/a&gt;,   GET is meant for retrieving information, so it          makes sense (semantically) to use GET when you&#39;re only   requesting data, as opposed to sending data to be stored server-side. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;postload&quot;&gt;Post-load Components&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: content&lt;/p&gt;&lt;br /&gt;&lt;p&gt; You can take a closer look at your page and ask yourself: &quot;What&#39;s   absolutely required in order to render the page initially?&quot;.      The rest of the content and components can wait. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; JavaScript is an ideal candidate for splitting before and after the   onload event. For example      if you have JavaScript code and libraries that do drag and drop and   animations, those can wait,      because dragging elements on the page comes after the initial   rendering.      Other places to look for candidates for post-loading include hidden   content (content that appears after a user action) and images below the   fold. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; Tools to help you out in your effort: &lt;a href=&quot;http://developer.yahoo.com/yui/imageloader/&quot;&gt;YUI Image Loader&lt;/a&gt; allows you to delay images      below the fold and the &lt;a href=&quot;http://developer.yahoo.com/yui/get/&quot;&gt;YUI   Get utility&lt;/a&gt; is an easy way to include JS and CSS on the fly.      For an example in the wild take a look at &lt;a href=&quot;http://www.yahoo.com/&quot;&gt;Yahoo! Home Page&lt;/a&gt; with Firebug&#39;s Net   Panel turned on. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; It&#39;s good when the performance goals are inline with other      web development best practices. In this case, the idea of   progressive enhancement tells us that JavaScript, when supported, can      improve the user experience but you have to make sure the page works   even without JavaScript. So after you&#39;ve made sure the page      works fine, you can enhance it with some post-loaded scripts that   give you more bells and whistles such as drag and drop and animations. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;preload&quot;&gt;Preload Components&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: content&lt;/p&gt;&lt;br /&gt;&lt;p&gt; Preload may look like the opposite of post-load, but it actually has   a different goal.      By preloading components you can take advantage of the time the   browser is idle and request components      (like images, styles and scripts) you&#39;ll need in the future.      This way when the user visits the next page, you could have most of   the components already in      the cache and your page will load much faster for the user. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; There are actually several types of preloading: &lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt; &lt;li&gt;&lt;em&gt;Unconditional&lt;/em&gt; preload - as soon as   onload fires, you go ahead and fetch some extra components.          Check google.com for an example of how a sprite image is   requested onload. This sprite image is          not needed on the google.com homepage, but it is needed on the   consecutive search result page.&lt;/li&gt;&lt;br /&gt; &lt;li&gt;&lt;em&gt;Conditional&lt;/em&gt; preload - based on a user   action you make an educated guess where the user is headed next and   preload accordingly.          On &lt;a href=&quot;http://search.yahoo.com/&quot;&gt;search.yahoo.com&lt;/a&gt; you   can see how some extra components are requested          after you start typing in the input box.&lt;/li&gt;&lt;br /&gt; &lt;li&gt;&lt;em&gt;Anticipated&lt;/em&gt; preload - preload in   advance before launching a redesign. It often happens after a redesign   that you hear:          &quot;The new site is cool, but it&#39;s slower than before&quot;. Part of the   problem could be that the users were visiting your old site with a          full cache, but the new one is always an empty cache experience.   You can mitigate this side effect by preloading some          components before you even launched the redesign. Your old site   can use the time the browser is idle and request images and scripts          that will be used by the new site&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;min_dom&quot;&gt;Reduce the Number of DOM Elements&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: content&lt;/p&gt;&lt;br /&gt;&lt;p&gt; A complex page means more bytes to download and it also means slower   DOM access in JavaScript. It makes a difference      if you loop through 500 or 5000 DOM elements on the page when you   want to add an event handler for example. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; A high number of DOM elements can be a symptom that there&#39;s   something that should be improved with the markup      of the page without necessarily removing content.      Are you using nested tables for layout purposes?      Are you throwing in more &amp;lt;div&amp;gt;s only to fix   layout issues?      Maybe there&#39;s a better and more semantically correct way to do your   markup. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; A great help with layouts are the &lt;a href=&quot;http://developer.yahoo.com/yui/&quot;&gt;YUI CSS utilities&lt;/a&gt;:      grids.css can help you with the overall layout, fonts.css and   reset.css      can help you strip away the browser&#39;s defaults formatting.      This is a chance to start fresh and think about your markup,      for example use &amp;lt;div&amp;gt;s only when it makes sense   semantically, and not because it renders a new line. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; The number of DOM elements is easy to test, just type in Firebug&#39;s   console:&lt;br /&gt;&lt;br /&gt; document.getElementsByTagName(&#39;*&#39;).length &lt;/p&gt;&lt;br /&gt;&lt;p&gt; And how many DOM elements are too many? Check other similar pages   that have good markup.      For example the &lt;a href=&quot;http://www.yahoo.com/&quot;&gt;Yahoo! Home Page&lt;/a&gt; is a pretty busy page and still under 700 elements (HTML tags). &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;split&quot;&gt;Split Components Across Domains&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: content&lt;/p&gt;&lt;br /&gt;&lt;p&gt; Splitting components allows you to maximize parallel downloads. Make   sure you&#39;re using      not more than 2-4 domains because of the DNS lookup penalty.      For example, you can host your HTML and dynamic content      on www.example.org      and split static components between static1.example.org   and static2.example.org &lt;/p&gt;&lt;br /&gt;&lt;p&gt; For more information check      &quot;&lt;a href=&quot;http://yuiblog.com/blog/2007/04/11/performance-research-part-4/&quot;&gt;Maximizing   Parallel Downloads in the Carpool Lane&lt;/a&gt;&quot; by Tenni Theurer and Patty   Chi. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;iframes&quot;&gt;Minimize the Number of iframes&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: content&lt;/p&gt;&lt;br /&gt;&lt;p&gt; Iframes allow an HTML document to be inserted in the parent   document.      It&#39;s important to understand how iframes work so they can be used   effectively. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; &amp;lt;iframe&amp;gt; pros: &lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt; &lt;li&gt;Helps with slow third-party content like   badges and ads&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Security sandbox&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Download scripts in parallel&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt; &amp;lt;iframe&amp;gt; cons: &lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt; &lt;li&gt;Costly even if blank&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Blocks page onload&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Non-semantic&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;no404&quot;&gt;No 404s&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: content&lt;/p&gt;&lt;br /&gt;&lt;p&gt; HTTP requests are expensive so making an HTTP request and getting a   useless response (i.e. 404 Not Found)      is totally unnecessary and will slow down the user experience   without any benefit. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; Some sites have helpful 404s &quot;Did you mean X?&quot;, which is great for   the user      experience but also wastes server resources (like database, etc).      Particularly bad is when the link to an external JavaScript is wrong   and the result is a 404.      First, this download will block parallel downloads. Next the browser   may try to parse      the 404 response body as if it were JavaScript code, trying to find   something usable in it. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;cookie_size&quot;&gt;Reduce Cookie Size&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: cookie&lt;/p&gt;&lt;br /&gt;&lt;p&gt; HTTP cookies are used for a variety of reasons such as   authentication and personalization.      Information about cookies is exchanged in the HTTP headers between   web servers and browsers.      It&#39;s important to keep the size of cookies as low as possible to   minimize the impact on the user&#39;s response time. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; For more information check &lt;a href=&quot;http://yuiblog.com/blog/2007/03/01/performance-research-part-3/&quot;&gt;&quot;When   the Cookie Crumbles&quot;&lt;/a&gt; by Tenni Theurer and Patty Chi.      The take-home of this research: &lt;/p&gt;&lt;br /&gt;&lt;p&gt; &lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt; &lt;li&gt;Eliminate unnecessary cookies&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Keep cookie sizes as low as possible to minimize   the impact on the user response time&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Be mindful of setting cookies at the appropriate   domain level so other sub-domains are not affected&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Set an Expires date appropriately. An earlier   Expires date or none removes the cookie sooner, improving the user   response time&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;cookie_free&quot;&gt;Use Cookie-free Domains for Components&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: cookie&lt;/p&gt;&lt;br /&gt;&lt;p&gt; When the browser makes a request for a static image and sends   cookies together with the request,      the server doesn&#39;t have any use for those cookies. So they only   create network traffic for no good      reason. You should make sure static components are requested with   cookie-free requests. Create      a subdomain and host all your static components there. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; If your domain is www.example.org, you can host your   static components      on static.example.org. However, if you&#39;ve already set   cookies on the top-level domain      example.org as opposed to www.example.org,   then all the requests to      static.example.org will include those cookies. In this   case, you can buy a whole new domain, host your static      components there, and keep this domain cookie-free. Yahoo! uses yimg.com,   YouTube uses ytimg.com,      Amazon uses images-amazon.com and so on. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; Another benefit of hosting static components on a cookie-free domain   is that some proxies might refuse to cache      the components that are requested with cookies.      On a related note, if you wonder if you should use example.org or   www.example.org for your home page, consider the cookie impact.      Omitting www leaves you no choice but to write cookies to *.example.org,   so for performance reasons it&#39;s best to use the      www subdomain and      write the cookies to that subdomain. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;dom_access&quot;&gt;Minimize DOM Access&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: javascript&lt;/p&gt;&lt;br /&gt;&lt;p&gt; Accessing DOM elements with JavaScript is slow so in order to have a   more responsive page, you should: &lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt; &lt;li&gt;Cache references to accessed elements&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Update nodes &quot;offline&quot; and then add them to the   tree&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Avoid fixing layout with JavaScript&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt; For more information check the YUI theatre&#39;s &lt;a href=&quot;http://yuiblog.com/blog/2007/12/20/video-lecomte/&quot;&gt;&quot;High   Performance Ajax Applications&quot;&lt;/a&gt; by Julien Lecomte. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;events&quot;&gt;Develop Smart Event Handlers&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: javascript&lt;/p&gt;&lt;br /&gt;&lt;p&gt; Sometimes pages feel less responsive because of too many event   handlers attached to different      elements of the DOM tree which are then executed too often. That&#39;s   why using &lt;em&gt;event delegation&lt;/em&gt; is a good approach.      If you have 10 buttons inside a div, attach only one   event handler to the div wrapper, instead of      one handler for each button. Events bubble up so you&#39;ll be able to   catch the event and figure out which button it originated from. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; You also don&#39;t need to wait for the onload event in order to start   doing something with the DOM tree.      Often all you need is the element you want to access to be available   in the tree. You don&#39;t have to wait for all images to be downloaded.        DOMContentLoaded is the event you might consider using   instead of onload, but until it&#39;s available in all browsers, you      can use the &lt;a href=&quot;http://developer.yahoo.com/yui/event/&quot;&gt;YUI   Event&lt;/a&gt; utility, which has an &lt;a href=&quot;http://developer.yahoo.com/yui/event/#onavailable&quot;&gt;onAvailable&lt;/a&gt; method. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; For more information check the YUI theatre&#39;s &lt;a href=&quot;http://yuiblog.com/blog/2007/12/20/video-lecomte/&quot;&gt;&quot;High   Performance Ajax Applications&quot;&lt;/a&gt; by Julien Lecomte. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;csslink&quot;&gt;Choose &amp;lt;link&amp;gt; over @import&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: css&lt;/p&gt;&lt;br /&gt;&lt;p&gt; One of the previous best practices states that CSS should be at the   top in order to allow for      progressive rendering. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; In IE @import behaves the same as using &amp;lt;link&amp;gt;   at the bottom of the page, so it&#39;s best not to use it. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;no_filters&quot;&gt;Avoid Filters&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: css&lt;/p&gt;&lt;br /&gt;&lt;p&gt; The IE-proprietary AlphaImageLoader filter aims to fix a   problem with semi-transparent true color PNGs in IE versions &amp;lt; 7.      The problem with this filter is that it blocks rendering and freezes   the browser while the image is being downloaded.      It also increases memory consumption and is applied per element, not   per image, so the problem is multiplied. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; The best approach is to avoid AlphaImageLoader   completely and use gracefully degrading PNG8 instead, which are fine in   IE.      If you absolutely need AlphaImageLoader, use the   underscore hack _filter as to not penalize your IE7+ users. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;opt_images&quot;&gt;Optimize Images&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: images&lt;/p&gt;&lt;br /&gt;&lt;p&gt; After a designer is done with creating the images for your web page,   there are still some things you can try before you      FTP those images to your web server. &lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt; &lt;li&gt;You can check the GIFs and see if they are using   a palette size corresponding          to the number of colors in the image. Using &lt;a href=&quot;http://www.imagemagick.org/&quot;&gt;imagemagick&lt;/a&gt; it&#39;s easy to check   using&lt;br /&gt;&lt;br /&gt;   identify -verbose image.gif&lt;br /&gt;&lt;br /&gt;   When you see an image useing 4 colors and a 256 color &quot;slots&quot; in   the palette, there is room for improvement. &lt;/li&gt;&lt;br /&gt; &lt;li&gt; Try converting GIFs to PNGs and see if there is a saving. More   often than not, there is.          Developers often hesitate to use PNGs due to the limited support   in browsers, but this is now a thing of the past.          The only real problem is alpha-transparency in true color PNGs,   but then again, GIFs are not true color and don&#39;t          support variable transparency either.          So anything a GIF can do, a palette PNG (PNG8) can do too   (except for animations).          This simple imagemagick command results in totally safe-to-use          PNGs:&lt;br /&gt;&lt;br /&gt;   convert image.gif image.png&lt;br /&gt;&lt;br /&gt;   &quot;All we are saying is: Give PiNG a Chance!&quot; &lt;/li&gt;&lt;br /&gt; &lt;li&gt; Run &lt;a href=&quot;http://pmt.sourceforge.net/pngcrush/&quot;&gt;pngcrush&lt;/a&gt; (or any other PNG optimizer tool) on all your PNGs. Example:&lt;br /&gt;&lt;br /&gt;   pngcrush image.png -rem alla -reduce -brute result.png &lt;/li&gt;&lt;br /&gt; &lt;li&gt; Run jpegtran on all your JPEGs. This tool does lossless JPEG   operations such as rotation and can also be used to optimize          and remove comments and other useless information (such as EXIF   information) from your images.&lt;br /&gt;&lt;br /&gt;   jpegtran -copy none -optimize -perfect src.jpg dest.jpg &lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;opt_sprites&quot;&gt;Optimize CSS Sprites&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: images&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt; &lt;li&gt;Arranging the images in the sprite horizontally   as opposed to vertically usually results in a smaller file size.&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Combining similar colors in a sprite helps you   keep the color count low, ideally under 256 colors so to fit in a PNG8.&lt;/li&gt;&lt;br /&gt; &lt;li&gt;&quot;Be mobile-friendly&quot; and don&#39;t leave big gaps   between the images in a sprite. This doesn&#39;t affect the file size as   much          but requires less memory for the user agent to decompress the   image into a pixel map.          100x100 image is 10 thousand pixels, where 1000x1000 is 1   million pixels &lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;no_scale&quot;&gt;Don&#39;t Scale Images in HTML&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: images&lt;/p&gt;&lt;br /&gt;&lt;p&gt; Don&#39;t use a bigger image than you need just because you can set the   width and height in HTML.      If you need&lt;br /&gt;&lt;br /&gt; &amp;lt;img width=&quot;100&quot; height=&quot;100&quot; src=&quot;mycat.jpg&quot; alt=&quot;My   Cat&quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt; then your image (mycat.jpg) should be 100x100px rather than a scaled   down 500x500px image. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;favicon&quot;&gt;Make favicon.ico Small and Cacheable&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: images&lt;/p&gt;&lt;br /&gt;&lt;p&gt; The favicon.ico is an image that stays in the root of your server.      It&#39;s a necessary evil because even if you don&#39;t care about it the      browser will still request it, so it&#39;s better not to respond with a 404   Not Found.      Also since it&#39;s on the same server, cookies are sent every time it&#39;s   requested.      This image also interferes with the download sequence, for example   in IE when you request      extra components in the onload, the favicon will be downloaded   before these extra components. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; So to mitigate the drawbacks of having a favicon.ico make sure: &lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt; &lt;li&gt;It&#39;s small, preferably under 1K.&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Set Expires header with what you feel   comfortable (since you cannot rename it if you decide to change it).          You can probably safely set the Expires header a few months in   the future.          You can check the last modified date of your current favicon.ico   to make an informed decision. &lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt; &lt;a href=&quot;http://www.imagemagick.org/&quot;&gt;Imagemagick&lt;/a&gt; can help you   create small favicons &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;under25&quot;&gt;Keep Components under 25K&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: mobile&lt;/p&gt;&lt;br /&gt;&lt;p&gt; This restriction is related to the fact that iPhone won&#39;t cache   components bigger than 25K.      Note that this is the &lt;em&gt;uncompressed&lt;/em&gt; size. This is where   minification is important      because gzip alone may not be sufficient. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; For more information check &quot;&lt;a href=&quot;http://yuiblog.com/blog/2008/02/06/iphone-cacheability/&quot;&gt;Performance   Research, Part 5: iPhone Cacheability - Making it Stick&lt;/a&gt;&quot; by Wayne   Shea and Tenni Theurer. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#page-nav&quot;&gt;top&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;multipart&quot;&gt;Pack Components into a Multipart Document&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: mobile&lt;/p&gt;&lt;br /&gt;&lt;p&gt; Packing components into a multipart document is like an email with   attachments,      it helps you fetch several components with one HTTP request   (remember: HTTP requests are expensive).      When you use this technique, first check if the user agent supports   it (iPhone does not). &lt;/p&gt;&lt;br /&gt;&lt;h3 id=&quot;emptysrc&quot;&gt;Avoid Empty Image src&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;tag: server&lt;/p&gt;&lt;br /&gt;&lt;p&gt; Image with empty string &lt;strong&gt;src&lt;/strong&gt; attribute occurs more than one will   expect. It appears in two form: &lt;/p&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt; &lt;li&gt;straight HTML&lt;br /&gt;&lt;br /&gt;     &lt;blockquote&gt;&amp;lt;img src=&quot;&quot;&amp;gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;/li&gt;&lt;br /&gt; &lt;li&gt;JavaScript&lt;br /&gt;&lt;br /&gt;     &lt;blockquote&gt;var img = new Image();&lt;br /&gt;&lt;br /&gt;       img.src = &quot;&quot;;&lt;/blockquote&gt;&lt;br /&gt; &lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p&gt; Both forms cause the same effect: browser makes another request to your   server. &lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt; &lt;li&gt;&lt;strong&gt;Internet Explorer&lt;/strong&gt; makes a request to the   directory in which the page is located.&lt;/li&gt;&lt;br /&gt; &lt;li&gt;&lt;strong&gt;Safari and Chrome&lt;/strong&gt; make a request to the   actual page itself.&lt;/li&gt;&lt;br /&gt; &lt;li&gt;&lt;strong&gt;Firefox&lt;/strong&gt; 3 and earlier versions behave the   same as Safari and Chrome, but version 3.5 addressed this issue&lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=444931&quot;&gt;[bug 444931]&lt;/a&gt; and no longer sends a request.&lt;/li&gt;&lt;br /&gt; &lt;li&gt;&lt;strong&gt;Opera&lt;/strong&gt; does not do anything when an empty   image src is encountered.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;strong&gt;Why is this behavior bad? &lt;/strong&gt; &lt;/p&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt; &lt;li&gt;Cripple your servers by sending a large amount of unexpected   traffic, especially for pages that get millions of page views per day.&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Waste server computing cycles generating a page that will never be   viewed.&lt;/li&gt;&lt;br /&gt; &lt;li&gt;Possibly corrupt user data. If you are tracking state in the   request, either by cookies or in another way, you have the possibility   of destroying data. Even though the image request does not return an   image, all of the headers are read and accepted by the browser,   including all cookies. While the rest of the response is thrown away,   the damage may already be done.&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; The root cause of this behavior is the way that URI resolution is   performed in browsers.   This behavior is defined in RFC 3986 - Uniform Resource Identifiers.   When an empty string is encountered as a URI, it is considered a   relative URI and is resolved according to the algorithm defined in   section 5.2. This specific example, an empty string, is listed in   section 5.4. Firefox, Safari, and Chrome are all resolving an empty   string correctly per the specification, while Internet Explorer is   resolving it incorrectly, apparently in line with an earlier version of   the specification, RFC 2396 - Uniform Resource Identifiers (this was   obsoleted by RFC 3986). So technically, the browsers are doing what they   are supposed to do to resolve relative URIs. The problem is that in   this context, the empty string is clearly unintentional. &lt;/p&gt;&lt;br /&gt;&lt;p&gt; HTML5 adds to the description of the &lt;img src=&quot;&quot; alt=&quot; &quot; /&gt; tag&#39;s src  attribute to   instruct browsers not to make an additional request in section 4.8.2: &lt;/p&gt;&lt;br /&gt;&lt;blockquote&gt; The src attribute must be present, and must contain a valid URL   referencing a non-interactive, optionally animated, image resource that   is neither paged nor scripted. If the base URI of the element is the   same as the document&#39;s address, then the src attribute&#39;s value must not   be the empty string. &lt;/blockquote&gt;&lt;br /&gt;Hopefully, browsers will not have this problem in the future.   Unfortunately, there is no such clause for &amp;lt;script src=&quot;&quot;&amp;gt; and   &amp;lt;link href=&quot;&quot;&amp;gt;. Maybe there is still time to make that adjustment   to ensure browsers don&#39;t accidentally implement this behavior.&lt;br /&gt;&lt;p&gt; This rule was inspired by Yahoo!&#39;s JavaScript guru Nicolas C. Zakas.    For more information check out his article &quot;&lt;a href=&quot;http://www.nczonline.net/blog/2009/11/30/empty-image-src-can-destroy-your-site/&quot;&gt;Empty   image src can destroy your site&lt;/a&gt;&quot;. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;Source Link :http://developer.yahoo.com/performance/rules.html</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/4211647458437071289/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/4211647458437071289' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/4211647458437071289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/4211647458437071289'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2010/06/best-practices-for-speeding-up-your-web_4676.html' title='Best Practices for Speeding Up Your Web Site'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-923192414940210247</id><published>2010-06-27T23:08:00.000-07:00</published><updated>2010-06-27T23:11:41.545-07:00</updated><title type='text'>Flash Player Runtime Errors and How to Fix Them</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot;   style=&quot;  ;font-family:Verdana, Geneva, sans-serif;font-size:13px;&quot;&gt;&lt;p&gt;The following lists common runtime errors found with Flash Player and what you can do to fix them. Also available, &lt;a href=&quot;http://www.senocular.com/flash/tutorials/compilererrors/&quot; style=&quot;color: rgb(0, 51, 153); text-decoration: none; &quot;&gt;Compiler Errors&lt;/a&gt;.&lt;/p&gt;&lt;h3 id=&quot;1009&quot; style=&quot;color: rgb(0, 17, 85); font-size: 12pt; margin-top: 2em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); &quot;&gt;TypeError: Error #1009&lt;/h3&gt;&lt;pre class=&quot;errortext&quot; style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(51, 51, 51); font-size: 8pt; background-color: rgb(238, 238, 238); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); overflow-x: auto; overflow-y: auto; &quot;&gt;TypeError: Error #1009: Cannot access a property or method of a null object reference.&lt;/pre&gt;&lt;p&gt;This error occurs when you attempt to access a property or call a method (function) from an object variable that has no value (undefined) or has a null value. If the object is null, it has no value itself meaning it cannot contain any properties. The following example would be a situation where the error would occur:&lt;/p&gt;&lt;pre  style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; font-size:8pt;&quot;&gt;var mySprite:Sprite; &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;// null since not defined&lt;/span&gt; trace(mySprite.x); &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;// Error #1009&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;Because the &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;mySprite&lt;/code&gt; variable is null, accessing &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;mySprite.x&lt;/code&gt; would be the same as &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;null.x&lt;/code&gt; which is not possible, thereby creating the error condition. Note that this behavior is new to ActionScript 3.0. In ActionScript 2.0 and 1.0, doing this would cause a silent failure and return a value of &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;undefined&lt;/code&gt;.&lt;/p&gt;&lt;p&gt;Usually when this error occurs, it means an error in your code logic. You&#39;re code is assuming an object exists when it does not. That is something you will have to identify and fix. This can sometimes be difficult because of the error&#39;s ambiguous text; it does not specify what specific object the error is in reference to. However, if you test a debug version of your project in your IDE, it will tell you.&lt;/p&gt;&lt;p&gt;Debugging in Adobe Flash Professional:&lt;/p&gt;&lt;p&gt;From the File menu, select &lt;kbd&gt;Debug &gt; Debug Movie&lt;/kbd&gt;.&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.senocular.com/flash/tutorials/runtimeerrors/images/1009_flashprodebug.jpg&quot; width=&quot;497&quot; height=&quot;475&quot; alt=&quot;Debugging in Flash Pro&quot; style=&quot;border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; &quot; /&gt;&lt;/p&gt;&lt;p&gt;Debugging in Adobe Flash Builder:&lt;/p&gt;&lt;p&gt;From the File menu, select &lt;kbd&gt;Run &gt; Debug [ProjectName]&lt;/kbd&gt;.&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.senocular.com/flash/tutorials/runtimeerrors/images/1009_flashbuilderdebug.jpg&quot; width=&quot;487&quot; height=&quot;562&quot; alt=&quot;Flash Builder Debugging&quot; style=&quot;border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; &quot; /&gt;&lt;/p&gt;&lt;p&gt;When debugging (in either Flash Pro or Flash Builder), a Debug version of your project which will include more information about code execution that can help better identify errors. When the error occurs, code execution will pause and the line of code with the error will be pointed out in the code view. Additionally, the Variables panel can be used to inspect the values of the objects and properties within the current scope.&lt;/p&gt;&lt;p&gt;If there is a circumstance where it is known that an object may or may not exist, then you would first need to check to see if the object being used has a value before attempting to access properties or call methods from it. This can be handled through a simple if condition.&lt;/p&gt;&lt;pre  style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; font-size:8pt;&quot;&gt;if (mySprite){  trace(mySprite.x); }&lt;/pre&gt;&lt;p&gt;Alternatively, you can also encase your logic in a try-catch block, directly handling any error that may occur.&lt;/p&gt;&lt;pre style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; font-size:8pt;&quot;&gt;try {  trace(mySprite.x); }catch(err:Error){  &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;// it&#39;s OK, we know mySprite may not exist&lt;/span&gt; }&lt;/pre&gt;&lt;p&gt;Common circumstances where a #1009 may occur:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;root&lt;/code&gt;, &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;stage&lt;/code&gt;, or &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;loaderInfo&lt;/code&gt; is null. The &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;root&lt;/code&gt;, &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;stage&lt;/code&gt;, and &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;loaderInfo&lt;/code&gt; properties of the DisplayObject class are unique in that their values are dictated by whether or not the DisplayObject is a child of the active display list. If the DisplayObject is not, these properties will each be null. They will not have valid values until the object made a child of the active display list through&lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;addChild&lt;/code&gt; or &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;addChildAt&lt;/code&gt;. You can identify when this occurs using the &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;Event.ADDED_TO_STAGE&lt;/code&gt; event.&lt;br /&gt;&lt;pre style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; font-size:8pt;&quot;&gt;addEventListener(Event.ADDED_TO_STAGE, stageAndRootAndLoaderInfoAvailableHandler);&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;A variable is declared, but not defined. As is the case with the &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;mySprite&lt;/code&gt; examples, the &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;mySprite&lt;/code&gt; variable was declared, so it exists, but it was never defined with a valid Sprite value. This can be common when creating new classes where you have correctly declared all of the necessary variable members but may have neglected to define them before they&#39;re being accessed.&lt;/li&gt;&lt;li&gt;A timeline instance no longer exists. If you navigate to a frame within the timeline of a MovieClip that no longer has a timeline-placed object you&#39;re referencing in code, that object variable will be null. You will need to make sure you&#39;re on the correct frame or at least check to see if the object variable is still valid when used.&lt;/li&gt;&lt;/ul&gt;&lt;h3 id=&quot;1056&quot; style=&quot;color: rgb(0, 17, 85); font-size: 12pt; margin-top: 2em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); &quot;&gt;ReferenceError: Error #1056&lt;/h3&gt;&lt;pre class=&quot;errortext&quot; style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(51, 51, 51); font-size: 8pt; background-color: rgb(238, 238, 238); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); overflow-x: auto; overflow-y: auto; &quot;&gt;ReferenceError: Error #1056: Cannot create property [property] on [Type]&lt;/pre&gt;&lt;p&gt;This error occurs when you try to create a new variable on an object that does not already have that variable and is not allowed to have new variables created for it dynamically. Only instances of dynamic classes can have arbitrary variables defined for them. These classes include Object, Array, MovieClip, and a few others. Most classes, however, are not dynamic and limited to use only those variables which are part of their class&#39;s definition.&lt;/p&gt;&lt;pre  style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; font-size:8pt;&quot;&gt;var mySprite:* = new Sprite(); // untyped to circumvent compiler errors mySprite.foo = &quot;bar&quot;; // Error #1056&lt;/pre&gt;&lt;p&gt;The Sprite class is not dynamic so the variable &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;mySprite&lt;/code&gt; above generates an error when an unrecognized variable &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;foo&lt;/code&gt; is attempted to be set on it.&lt;/p&gt;&lt;p&gt;If you are in a situation where you need to set a variable in this manner, you have a couple of options. One option is creating a new class that extends the original and contains the property you need to use. For the case of &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;mySprite&lt;/code&gt; above, a new class extending Sprite can be created to used in place of Sprite that contains the foo property.&lt;/p&gt;&lt;pre  style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; font-size:8pt;&quot;&gt;// in CustomSprite.as package {  import flash.display.Sprite;  public class CustomSprite extends Sprite {   public var foo:String;   public function CustomSprite(){    super();   }  } }&lt;/pre&gt;&lt;pre size=&quot;8pt&quot; style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;var mySprite:CustomSprite = new CustomSprite(); mySprite.foo = &quot;bar&quot;; // OK&lt;/pre&gt;&lt;p&gt;If you do not have control over the definition of the object you&#39;re working with, usually the best solution is making a hash map. A hash map (or simply map) will allow you to link a custom value with a unique key, or in this case an object, in a location other than within the object itself. Generic objects in ActionScript can map strings to values but for this to work - mapping values to object instances - a Dictionary instance will be needed for the map. Example:&lt;/p&gt;&lt;pre size=&quot;8pt&quot; style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;var foo:Dictionary = new Dictionary(true); var mySprite:Sprite = new Sprite(); foo[mySprite] = &quot;bar&quot;; // OK&lt;/pre&gt;&lt;p&gt;Here, you can see that instead of setting a property on the &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;mySprite&lt;/code&gt; Sprite, &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;mySprite&lt;/code&gt; is instead being used as a property on a &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;foo&lt;/code&gt;Dictionary (map). As long as you have access to both &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;foo&lt;/code&gt; and the Sprite instance, you have access to custom values that are directly associated with that Sprite even though they are not defined on it. The nature of the map allows it to be used with any other objects as well, not just the &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;mySprite&lt;/code&gt; instance. If at any time you need more custom variables, you would create a new map.&lt;/p&gt;&lt;pre size=&quot;8pt&quot; style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;var foo:Dictionary = new Dictionary(true); var boo:Dictionary = new Dictionary(true);  var mySprite:Sprite = new Sprite(); foo[mySprite] = &quot;bar&quot;; // OK boo[mySprite] = &quot;far&quot;; // OK  var myMovieClip:MovieClip = new MovieClip(); foo[myMovieClip] = &quot;none&quot;; // OK boo[myMovieClip] = &quot;away&quot;; // OK&lt;/pre&gt;&lt;p&gt;Hash maps are very versatile but they lack type safety and can be difficult or confusing to manage. When possible, it&#39;s recommended you use a custom class to solve this issue.&lt;/p&gt;&lt;h3 id=&quot;1063&quot; style=&quot;color: rgb(0, 17, 85); font-size: 12pt; margin-top: 2em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); &quot;&gt;ArgumentError: Error #1063&lt;/h3&gt;&lt;pre class=&quot;errortext&quot; style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(51, 51, 51); font-size: 8pt; background-color: rgb(238, 238, 238); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); overflow-x: auto; overflow-y: auto; &quot;&gt;ArgumentError: Error #1063: Argument count mismatch on [function](). Expected [#], got [#].&lt;/pre&gt;&lt;p&gt;This occurs when a function is called in a way that does not satisfy the number of arguments that is expected for the function call. When a function is defined, it&#39;s parameters determine what arguments is expected to be passed into that function when the function is called. Unless given a default value, all parameters are required. Additionally, if a function has no parameters but arguments are provided when called (or more arguments than there are parameters are provided) this error will also occur. Examples:&lt;/p&gt;&lt;pre size=&quot;8pt&quot; style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;function myAddFunction(a:Number, b:Number):Number {  return a + b; }  myAddFunction(1); &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;// Error #1063&lt;/span&gt; &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;// exactly two arguments are required&lt;/span&gt; &lt;/pre&gt;&lt;pre size=&quot;8pt&quot; style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;function myRandomFunction():Number {  return Math.floor( 10 * Math.random() ); }  myRandomFunction(1); &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;// Error #1063&lt;/span&gt; &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;// exactly zero arguments are required&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;When function calls are made, the arguments used must match the parameters defined by the function definition. Note that this behavior is new to ActionScript 3.0. In ActionScript 2.0 and 1.0, doing this would cause a silent failure and the superfluous arguments would be ignored.&lt;/p&gt;&lt;p&gt;If you need to allow a function to be called with a varying number of arguments, you have two options: default parameters and the ...rest parameter. Default parameters specify optional parameters. Arguments may be passed into a function to satisfy these parameter values or they can be omitted at which point the default values will be used. To define default parameters, include an equals sign (=) with a default value next to the parameter in the function definition. All default parameters must be at the end of a parameters list; non-default parameters cannot be listed after a default parameter.&lt;/p&gt;&lt;pre size=&quot;8pt&quot; style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;function myAddFunction(a:Number, b:Number = 0):Number {  return a + b; }  myAddFunction(1, 2); &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;// standard use&lt;/span&gt; myAddFunction(1); &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;// also OK, b will default to 0&lt;/span&gt; myAddFunction(); &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;// &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;Error #1063&lt;/span&gt;, a is still required&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;The ...rest parameter signifies that any number of arguments can be used in place of where the ...rest is in the parameter list. Any required parameters before ...rest are still required. When using ...rest, any variable name may be used to signify the extra parameters. It must be preceded by 3 dots (.) and must not be followed by any additional parameters. In the function body, the ...rest variable references an array containing any arguments used in place of the ...rest parameter.&lt;/p&gt;&lt;pre size=&quot;8pt&quot; style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51);  background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;function myAddFunction(...values):Number {  var total:Number = 0;  var i:int, n:int = values.length;  for (i=0; i&lt;n; ok=&quot; 0;&quot;&gt;&lt;p&gt;Common circumstances where a #1009 may occur:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Event handlers. If you create a function that is used for an event handler, it must be able to accept single Event argument.&lt;br /&gt;&lt;pre style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51); font-size: 8pt; background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;addEventListener(Event.ENTER_FRAME, enterFrame); function enterFrame():void {  // Error #1063, an event parameter is required! }&lt;/pre&gt;&lt;pre style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51); font-size: 8pt; background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;addEventListener(Event.ENTER_FRAME, enterFrame); function enterFrame(event:Event):void {  // Works! }&lt;/pre&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 id=&quot;2025&quot; style=&quot;color: rgb(0, 17, 85); font-size: 12pt; margin-top: 2em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); &quot;&gt;ArgumentError: Error #2025&lt;/h3&gt;&lt;pre class=&quot;errortext&quot; style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(51, 51, 51); font-size: 8pt; background-color: rgb(238, 238, 238); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); overflow-x: auto; overflow-y: auto; &quot;&gt;ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.&lt;/pre&gt;&lt;p&gt;This occurs when you try to use a &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;removeChild&lt;/code&gt; with a display object that does not exist within the parent object you are trying to remove it from. For example, in the following sample where &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;myParent&lt;/code&gt; is a Sprite or some other DisplayObjectContainer instance that (supposedly) contains a child Sprite (or some other DisplayObject) called &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;myChild&lt;/code&gt;:&lt;/p&gt;&lt;pre style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51); font-size: 8pt; background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;myParent.removeChild(myChild);&lt;/pre&gt;&lt;p&gt;this error would occur if the &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;myParent&lt;/code&gt; instance (the &quot;caller&quot;) did not contain &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;myChild&lt;/code&gt; (the &quot;supplied DisplayObject&quot;). This could be because &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;myChild&lt;/code&gt; was already removed prior to this call, or &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;myChild&lt;/code&gt; exists within some other object. If this is happening when you think it shouldn&#39;t, try tracing the value of the child display object&#39;s &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;parent&lt;/code&gt; to see if it&#39;s what you expect.&lt;/p&gt;&lt;p&gt;To be safe, when removing a child display object from its container, you should make sure the object you&#39;re removing it from is, in fact, it&#39;s parent.&lt;/p&gt;&lt;pre style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51); font-size: 8pt; background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;if (myChild.parent == myParent) {  myParent.removeChild(myChild); }&lt;/pre&gt;&lt;p&gt;This goes with the assumption that you need to explicitly remove that child from that specific parent. If you just want to remove the child from the display list, you can explicitly reference it&#39;s own parent through its own &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;parent&lt;/code&gt; property rather than an object reference for the object you suspect might be its parent. In doing so, you should check to see that parent exists. If it&#39;s null, it is already off of the display list.&lt;/p&gt;&lt;pre style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51); font-size: 8pt; background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;if (myChild.parent) {  myChild.parent.removeChild(myChild); }&lt;/pre&gt;&lt;p&gt;This is the standard approach for removing an object from the display list. Verify it&#39;s on the display list (&lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;parent&lt;/code&gt; is not null) then remove the object from it&#39;s parent directly.&lt;/p&gt;&lt;p&gt;There is one exception to this rule: event handlers for the &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;Event.REMOVED&lt;/code&gt; event when a timeline containing the child display object moves to a frame where the child does not exist. In this case, parent will be non-null but the &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;removeChild&lt;/code&gt; will not work because the child display object is actually no longer on the display list. This circumstance would be extremely rare, but for absolute assurance that your code would continue without interference, you can attempt to handle the error in a try-catch block when attempting to remove the child display object with &lt;code style=&quot;color: rgb(51, 102, 170); font-size: 10pt; &quot;&gt;removeChild&lt;/code&gt;.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre style=&quot;margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; padding-top: 1em; padding-right: 1em; padding-bottom: 2em; padding-left: 1em; width: 675px; color: rgb(17, 17, 51); font-size: 8pt; background-color: rgb(245, 249, 255); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(165, 200, 223); border-right-color: rgb(165, 200, 223); border-bottom-color: rgb(165, 200, 223); border-left-color: rgb(165, 200, 223); overflow-x: auto; overflow-y: auto; &quot;&gt;if (myChild.parent) {  try {   myChild.parent.removeChild(myChild);  }catch(err:Error){   &lt;span class=&quot;comment&quot; style=&quot;background-color: rgb(244, 244, 244); font-style: normal; color: rgb(102, 102, 102); &quot;&gt;// fail silently; child already removed&lt;/span&gt;  } }&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;    &lt;/span&gt;&lt;/pre&gt;&lt;/n;&gt;&lt;/pre&gt;&lt;/span&gt;source link : http://www.senocular.com/flash/tutorials/runtimeerrors/</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/923192414940210247/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/923192414940210247' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/923192414940210247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/923192414940210247'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2010/06/flash-player-runtime-errors-and-how-to.html' title='Flash Player Runtime Errors and How to Fix Them'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-1936876064841337654</id><published>2010-06-27T22:23:00.001-07:00</published><updated>2010-06-27T22:23:54.385-07:00</updated><title type='text'>100 Popular jQuery Examples, Plugins and Tutorials</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; line-height: 21px; &quot;&gt;&lt;ul&gt;&lt;strong&gt;1. &lt;/strong&gt;&lt;a href=&quot;http://gmarwaha.com/blog/?cat=8&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Lavalamp Menu&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is the jQuery plugin that is based of Guillermo Rauch plugins for mootools and Ganesh Mawwaha’s jQuery 1.1.x plugins. Through the Sliding Doors CSS/Javascript method, you are able to add a background hover effect on HTML link lists with Lavalamp by utilizing the Eazing library.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;2. &lt;/strong&gt;&lt;a href=&quot;http://be.twixt.us/jquery/suckerFish.php&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Superfish Menus&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – Suckerfish on ‘roids, &lt;/strong&gt;This jQuery plugin allows the development of improved Suckerfish style of dropdown menus from the existing pure CSS type of dropdown menu. The features that are added as a result of these include: a timed-delay on mouseout, automatic utilization of hoverIntent plugin when present; obligatory IE6 –hover capability; animated sub-menu; accessibility through keyboard tab key; generation of arrows to indicate the submenus; use of drop shadows for browsers that are capable; and many others.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;3. &lt;/strong&gt;&lt;a href=&quot;http://abeautifulsite.net/notebook/80&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Context Menu&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery plugin provides easy implementation, CSS styling, keyboard shortcuts and control methods.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;4. &lt;/strong&gt;&lt;a href=&quot;http://www.jeremymartin.name/projects.php?project=kwicks&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Kwicks for jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This highly versatile and customizable widget had started as just a port for Mootools framework.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;5. &lt;/strong&gt;&lt;a href=&quot;http://www.filamentgroup.com/lab/jquery_ipod_style_drilldown_menu&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery iPod-style Drilldown Menu&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;jQuery has an iPod-style drilldown menu that helps users traverse hierarchical data with relative ease and control. This feature is very useful in organizing large data structures that don’t translate well into the traditional fly-out or dropdown menus.&lt;/ul&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; &quot;&gt;&lt;span id=&quot;more-677&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;strong&gt;6. &lt;/strong&gt;&lt;a href=&quot;http://abeautifulsite.net/notebook.php?article=58&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery File Tree&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery plugin is a configurable AJAX file-browser plugin where you use to create a fully interactive and customized file tree as little as one of the Javascript code.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;7. &lt;/strong&gt;&lt;a href=&quot;http://nettuts.com/html-css-techniques/how-to-create-a-mootools-homepage-inspired-navigation-effect-using-jquery/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Recreate Mootools Home Page-Inspired Navigation Effect&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;Users of jQuery can recreate the same effects that you see in a Mootools.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;8. &lt;/strong&gt;&lt;a href=&quot;http://alistapart.com/articles/sprites2&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;CSS Sprites2 using jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;One can use jQuery to implement CSS Sprites2. One distinct advantage of jQuery over the other javascript libraries is that it allows users to select elements on a pages using CSS-like syntax that we are already familiar with.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;9. &lt;/strong&gt;&lt;a href=&quot;http://plugins.jquery.com/project/accordion&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Accordion&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is the jQuery plugin that allows the creation of the accordion menu. It can be used for nested lists, nested divs and definition lists. This plugin has options for structure specification, active element, when necessary, and animation customization.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;IMAGE MANIPULATION&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;10. &lt;/strong&gt;&lt;a href=&quot;http://www.mind-projects.it/blog/?page_id=14&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQZoom&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is the jQuery plugin that easily allows the creation a small magnifier window near an image or group of images on the web page. You decide to build jQZoom to embed big images in your B2B. This creates the jQZoom in your eCommerce websites or any other websites.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;11. &lt;/strong&gt;&lt;a href=&quot;http://deepliquid.com/content/Jcrop.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jCrop&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery plugin allows an easy and quick way of adding image-cropping functionality to web application. This functionality combines the use of typical plug in with a powerful cross-platform DHTML cropping engine that is compatible to common desktop graphics applications.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;12. &lt;/strong&gt;&lt;a href=&quot;http://plugins.jquery.com/node/6695&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Captify 1.1.0&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that creates short and beautiful image captions that appear every time a user’s mouse passes over an image.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;IMAGE GALLERIES AND VIEWERS&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;13. &lt;/strong&gt;&lt;a href=&quot;http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Simple Controls Gallery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery tools displays and rotates images by fading it into view over the previous images using navigation controls that pop up when the mouse moves over the gallery.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;14. &lt;/strong&gt;&lt;a href=&quot;http://code.google.com/p/agile-carousel/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Agile Carousel&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that provides for the easy creation of a custom carousel. This plugin makes use of PHP to call images from the folder that is specified by the user. Users can configure different options including slide timer length, controls, transition type, easing type and more.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;TRANSITION EFFECTS&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;15. &lt;/strong&gt;&lt;a href=&quot;http://medienfreunde.com/lab/innerfade/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;InnerFade&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a small jQuery plugin used in the jQuery Javasrcipt Library. This plugin allows using fade effects on any element found within a container in and out. The elements may include divs, list items or images. In order to do this, you have to create your own slideshow and the produce a newsticker or an animation.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;16. &lt;/strong&gt;&lt;a href=&quot;http://gsgd.co.uk/sandbox/jquery/easing/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Easing Plugin&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is the jQuery plugin that comes from GSGD that provides advanced easing options. This plugin can support a default easing mode. This allows you to set your preferred animation once for all animations. It uses the Robert Penners easing equations for all the transitions.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;17. &lt;/strong&gt;&lt;a href=&quot;http://jquery.offput.ca/highlightFade/old.php&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;HighlightFade&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that allows the use of fading effects from one color to any other pre-selected colors at any transition speed and interval of color update using a color progression tactic that is customizable.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;18. &lt;/strong&gt;&lt;a href=&quot;http://www.malsup.com/jquery/cycle/int2.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;JQuery Cycle Plugin&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that is classified as basic slideshow plugin. It is based on the Slideshow plugin by Matt Oakes, jqShuffle plugin by Benjamin Sterling and the InnerFade plugin by Torsten Baldes. This plugin can do auto-stop, before and after callbacks, pause-on-hover, and many other transition effects.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;jQUERY CAROUSEL&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;19. &lt;/strong&gt;&lt;a href=&quot;http://sorgalla.com/jcarousel/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Riding Carousels using jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is the jQuery plugin used for controlling items in a list in vertical or horizontal order. The list of items can be loaded with or without AJAX, or can be a static HTML content. It can be scrolled in either direction with or without animation effects.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;COLOR PICKER&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;20. &lt;/strong&gt;&lt;a href=&quot;http://acko.net/dev/farbtastic&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Farbtastic&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that allows you to add more color picker widgets in a page using Javascript. These widgets are linked to an element and will update the value of that element when one particular color is picked.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;21. &lt;/strong&gt;&lt;a href=&quot;http://www.intelliance.fr/jquery/color_picker/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Color Picker&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin&lt;strong&gt; &lt;/strong&gt;that allows you to select color in a way that is almost the same as you pick colors in Adobe Photoshop. This jQuery plugin is a Flat mode element in a page and is easy to customize the look by simply changing the images. It also has powerful controls used for selecting the colors and fits easily into the viewport.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;LIGHTBOX&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;22. &lt;/strong&gt;&lt;a href=&quot;http://jquery.com/demo/thickbox/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery ThickBox&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that is created using the jQuery library. The function of this jQuery plugin is to resize images that are bigger than the browser window and provides versatility in inline content, images, AJAX content and iFramed content. It will remain at the center of the window even if you change the size of the browser window or you scroll the pages.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;23. &lt;/strong&gt;&lt;a href=&quot;http://www.ericmmartin.com/simplemodal/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;SimpleModal Demos&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin defined as lightweight plugin that creates a basic interface to provide a modal dialog. This jQuery plugin shall give developers a cross-browser overlay and a container that will contain data provided to SimpleModal&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;24. &lt;/strong&gt;&lt;a href=&quot;http://leandrovieira.com/projects/jquery/lightbox/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery LightBox Plugin&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that provide an option to present an image on a page in a simple and elegant manner. Under this jQuery plugin, the lightboxes can be assembled in one group and provides many options for configurations. It also provides both the manual and automatic options to create and to start lightboxes.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;25. &lt;/strong&gt;&lt;a href=&quot;http://css-tricks.com/revealing-photo-slider/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Revealing Photo Slider&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This tool of jQuery allows to create a thumbnail photo gallery where clicking a button would reveal the entire photo and other information about the photo.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;26. &lt;/strong&gt;&lt;a href=&quot;http://fancy.klade.lv/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;FancyBox&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery tool automatically scales large images to fit in windows by adding a nice drop-shadow under the zoomed item. This tool can be used to group items that are related and add navigation between them. It is totally customizable through CSS and settings.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;27. &lt;/strong&gt;&lt;a href=&quot;http://www.dynamicdrive.com/dynamicindex4/facebox/index.htm&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Facebox Image and Content Viewer&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a lightweight plugin that displays images, divs and remote pages, through AJAX, inline on a page and on demand.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;28. &lt;/strong&gt;&lt;a href=&quot;http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery.popeye&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that converts an unordered list of images into a simple image gallery. When an image is clicked, it enlarges just like with LightBox.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;FORM ELEMENTS AND VALIDATION&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;29. &lt;/strong&gt;&lt;a href=&quot;http://bassistance.de/jquery-plugins/jquery-plugin-validation/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Form Validation&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that is fast, unobtrusive, scalable and easy to use validation plug in that offers a variety of methods for all types of validation needs. It comes from the very basic to the more complex schemes of validation.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;30. &lt;/strong&gt;&lt;a href=&quot;http://jqueryfordesigners.com/demo/ajax-validation.php&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Ajax Form Validation&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This refers to the client aspect of validation using Javascript. The username will perform the validation by checking with the server whether a chosen username is available and valid.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;31. &lt;/strong&gt;&lt;a href=&quot;http://itgroup.com.ph/alphanumeric/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery AlphaNumeric&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that uses javascript to allow you to control what characters a user can use and enter on text areas and text boxes.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;32. &lt;/strong&gt;&lt;a href=&quot;http://jquery.sanchezsalvador.com/page/jquerycombobox.aspx&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery.combobox –&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;It is a jQuery plugin that provides a simple way of producing an HTML type of combobox from the existing HTML Select tags. This plug in was created to provide the solution on the limitation in styling of standard Select tag.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;33. &lt;/strong&gt;&lt;a href=&quot;http://kawika.org/jquery/checkbox/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Checkbox&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that creates a replacement for the standard checkbox. This plugin allows you to modify the look of the elements of the checkbox in the page.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;34. &lt;/strong&gt;&lt;a href=&quot;http://www.appelsiini.net/projects/filestyle&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;File Style Plugin&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that solves your problem with browsers that does let you style file inputs. This jQuery plugin also allows you to style filename field to normal textfield by using css.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;35. &lt;/strong&gt;&lt;a href=&quot;http://www.protofunc.com/scripts/jquery/checkbox-radiobutton/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Radio Button and Check Box Replacement&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This tool of jQuery replaces the check boxes and radio buttons with a more attractive display.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;36. &lt;/strong&gt;&lt;a href=&quot;http://nettuts.com/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Submit a Form Without Page Refresh&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;By using jQuery, you not only can add form validation to wordpress comments without any page reload but also submit your form without a page refresh.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;37. &lt;/strong&gt;&lt;a href=&quot;http://midmodesign.com/news/coding/jquery-ajax-contact-form-with-honeypot/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery AJAX Contact Form&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;Users of jQuery can make an AJAX contact form with a “honeypot” to foil email bots, load success and error messages without leaving the page and provides descriptive error messages detailing the reasons for the failed validation of the submitted value.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;38. &lt;/strong&gt;&lt;a href=&quot;http://www.willjessup.com/sandbox/jquery/form_validator/form_validate.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Form Validation&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This form of jQuery can show form-input validators both the browser-side and server-side&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;STAR RATING&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;39. &lt;/strong&gt;&lt;a href=&quot;http://php.scripts.psu.edu/rja171/widgets/rating.php&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Simple Star Rating System&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin used for star rating system. This jQuery system was created with the basic framework of the star rating system of Wil Stuckey. This jQuery plugin provides the solution on the problem of the original script requiring too much coding. It also did away with the requirement for developing a star system.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;40. &lt;/strong&gt;&lt;a href=&quot;http://www.learningjquery.com/2007/05/half-star-rating-plugin&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Half Star Rating Plugin&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that was developed in response to the clamor for an enhancement of the simple rating system of Ritesh Agrawal and allow for the use of half-star rating system.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;TABLE PLUGINS&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;41. &lt;/strong&gt;&lt;a href=&quot;http://tablesorter.com/docs/#Demo&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Table Sorter Plugin&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that is used to turn a standard HTML table with TBODY and THEAD tags into a table which is sortable without resorting to page refreshes. This jQuery plugin can effectively sort and parse multiple data including data in a cell that are linked.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;42. &lt;/strong&gt;&lt;a href=&quot;http://jdsharp.us/jQuery/plugins/AutoScroll/demo.php&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Autoscroll Plugin for jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that provides for hotspot scrolling of webpages. This jQuery plugin will still work even with earlier versions of jQuery.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;43. &lt;/strong&gt;&lt;a href=&quot;http://www.webtoolkit.info/scrollable-html-table-plugin-for-jquery.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Scrollable HTML Table Plugin&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that is used to convert HTML tables into scrollable tables. This jQuery plugin solution does not require any additional coding.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;44. &lt;/strong&gt;&lt;a href=&quot;http://pure-essence.net/stuff/webTips/jqueryTableRowCheckboxToggle.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Table Row CheckBox Toggle&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery tool adds a toggle function to any table row that you specify based on a CSS class name. This tool will toggle on by default any check boxes within that table row.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;45. &lt;/strong&gt;&lt;a href=&quot;http://tablesorter.com/docs/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Tablesorter&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This is a jQuery plugin that allows you to turn a standard HTML table with &lt;td&gt; and &lt;th&gt; tags to a sortable table without refreshing the page. This plugin can successfully parse and sort many kinds of data in a cell.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;46. &lt;/strong&gt;&lt;a href=&quot;http://dev.iceburg.net/jquery/tableEditor/demo.php&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;TableEditor&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This tool allows flexible in-place editing of HTML tables. Users can easily drop handler functions to update.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;ROUNDED CORNERS&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;47. &lt;/strong&gt;&lt;a href=&quot;http://blue-anvil.com/jquerycurvycorners/test.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Curvy Corners&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that allows for the creation of nice looking rounded corners without the use of images. It is a jQuery plugin considered to be unobtrusive and can work well with all major browsers which include iPhone. Another nice feature about this jQuery plugin is that the corners to be rounded and its radius can be set easily.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;OTHER JQUERY PLUGINS&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;48. &lt;/strong&gt;&lt;a href=&quot;http://www.jnathanson.com/blog/client/jquery/heatcolor/index.cfm&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;HeatColor Plugin&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that provides color to elements and determined by a value derived from that element. This derived value comes from a range of value which are either pre-designated or passed in. The element is then assigned a “heat” color which is derived from the position of the value within the range of values.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;49. &lt;/strong&gt;&lt;a href=&quot;http://kelvinluck.com/assets/jquery/datePicker/v2/demo/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Date Picker&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that is considered unobtrusive and clean. It adds date-entry functionality to web forms and pages. It was created from the basics up in order to attain flexibility and extensibility. It has varied options of use that allow you to all a calendar widgets to web pages and forms.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;DYNAMIC CONTENT&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;50. &lt;/strong&gt;&lt;a href=&quot;http://nettuts.com/javascript-ajax/build-a-top-panel-with-jquery/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Create a Log-in Form with jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;One can create a sliding panel that slides in to reveal new content and animate the height of the panel through jQuery.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;51. &lt;/strong&gt;&lt;a href=&quot;http://css-tricks.com/examples/SpoilerRevealer/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Spoiler Revealer with jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This is a technique in jQuery that can hide and reveal content with animation effect once it is clicked.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;52. &lt;/strong&gt;&lt;a href=&quot;http://valums.com/projects/ajax-upload/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;AJAX Upload&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a jQuery plugin that provides for easy uploading of multiple files without having to refresh the page. This plugin also allows the use of any element to trigger the file selection window.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;53. &lt;/strong&gt;&lt;a href=&quot;http://www.emposha.com/javascript/jquery/jquerymultiselect.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;FCBKcomplete&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;jQuery also provides users with Facebook-like dynamic inputs along pre-added and auto-complete values.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;54. &lt;/strong&gt;&lt;a href=&quot;http://www.filamentgroup.com/lab/creating_accessible_charts_using_canvas_and_jquery&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Create Accessible Charts Using jQuery and Canvas&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;Users of jQuery can use the &lt;canvas&gt; element to illustrate HTML table data. This technique makes data in a table accessible and while the chart is being shown for visual improvement.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;MANIPULATING CONTENT&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;55. &lt;/strong&gt;&lt;a href=&quot;http://nettuts.com/tutorials/javascript-ajax/create-an-amazoncom-books-widget-with-jquery-and-xml/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Books Widget&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;One can use jQuery with some custom Javascript to create interesting widgets like a browsable Amazon.com books widget.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;56. &lt;/strong&gt;&lt;a href=&quot;http://nettuts.com/tutorials/javascript-ajax/use-the-jquery-ui-to-control-the-size-of-your-text/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Text Size Slider&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;Users of jQuery can control the text size of an article on a page using a slider. This feature of jQuery allows the user to control exactly the size they prefer and is a very impressive feature to have on a site.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;57. &lt;/strong&gt;&lt;a href=&quot;http://plugins.jquery.com/project/pagination&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Pagination&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;Users of jQuery can group large numbers of items into pages and present navigational elements that allow users to move easily from one page to another.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;58. &lt;/strong&gt;&lt;a href=&quot;http://www.ndoherty.com/demos/coda-slider/1.1.1/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Coda-Slider&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery tool also groups items together through navigational elements that allow users to traverse the pages.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;59. &lt;/strong&gt;&lt;a href=&quot;http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Slick Auto-Playing Featured-Content Slider&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery plugin allows users to cycle through panels and auto-playing different kinds of custom content. It features an arrow indicator to guide users on which panel he is currently viewing.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;BROWSER TWEAKS&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;60. &lt;/strong&gt;&lt;a href=&quot;http://www.filamentgroup.com/lab/setting_equal_heights_with_jquery/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Setting Equal Heights with Query&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;Through jQuery, users can utilize a script that can equalize the box heights within the same container to create a tidy grid.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;61. &lt;/strong&gt;&lt;a href=&quot;http://www.emposha.com/javascript/jquery-ie6-png-transperency-fix.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery IE6 PNG Transparency Fix&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This is a bug fix that uses jQuery selectors to automatically fix all PNG images in a page.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;62. &lt;/strong&gt;&lt;a href=&quot;http://plugins.jquery.com/project/bgiframe&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;BGI Frame&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery tool helps users in dealing with IE z-index issues.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;63. &lt;/strong&gt;&lt;a href=&quot;http://remysharp.com/2008/01/21/fixing-ie-overflow-problem/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Fix Overflow&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery bug fix solves the issue on the scroll bar covering overflowing elements when the element is only one line.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;64. &lt;/strong&gt;&lt;a href=&quot;http://plugins.jquery.com/project/lazyload&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Lazy Load&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This tool can delay the loading of images below the fold on long pages, loading the images only when the user scrolls down on that part of the page.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;65. &lt;/strong&gt;&lt;a href=&quot;http://remysharp.com/2008/06/30/maxlength-plugin/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Maxlength&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery plugin automatically limits the number of characters a user can input in a field and giving feedback on how many spaces are remaining.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;ANIMATION EFFECTS&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;66. &lt;/strong&gt;&lt;a href=&quot;http://www.flowplayer.org/tools/scrollable.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Scrollable&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a lightweight and flexible jQuery plug-in used to create a scrollable content. It can contain any HTML, including images, forms, text, video or a combination of any of them.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;67. &lt;/strong&gt;&lt;a href=&quot;http://css-tricks.com/learning-jquery-fading-menu-replacing-content/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Fading Menu-Replacing Content&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery tool lets users to utilize animation and change the way to style a page on-the-fly to react to events that happen on your page.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;68. &lt;/strong&gt;&lt;a href=&quot;http://css-tricks.com/jquery-robot/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Build an Animated Cartoon Robot with jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;jQuery is able to provide an animation effect that simulates a faux 3-D animated background just like what are seen on scrolling video games.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;TOP jQUERY TIPS&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;69. &lt;/strong&gt;&lt;a href=&quot;http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Prevent Animation Queue Build-up&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;Through jQuery, this natural queuing of animations is easy to code and user can move on to other important tasks&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;70. &lt;/strong&gt;&lt;a href=&quot;http://www.cssnewbie.com/advanced-jquery-tabbed-box-techniques/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Rotate Through Tabbed Content&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;Through this functionality of jQuery, the movement is more likely to catch the user’s eyes, thus increasing the chances they will notice the tabbed box and allow the user to see all the content of the box instead of just the first tab.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;71. &lt;/strong&gt;&lt;a href=&quot;http://www.cssnewbie.com/advanced-jquery-tabbed-box-techniques/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Stopping the Rotation&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique allows users to stop the rotating of tabs and stop it from switching when you are interacting with them. The technique involves some editing a couple of lines from the document ready function.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;72. &lt;/strong&gt;&lt;a href=&quot;http://www.cssnewbie.com/build-a-tabbed-box-with-css-and-jquery/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Build a Tabbed Content with CSS and jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique outlines the steps required to easily customize to fit the size and color scheme, use fixed or variable height, automatically rotate through the tabs and stop the rotation when the user needs to.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;73. &lt;/strong&gt;&lt;a href=&quot;http://www.cssnewbie.com/advanced-css-accordion-effect/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Advanced CSS Accordion Effect&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique is improved by the use of Javascript and all browsers will handle this technique even without JS enabled.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;74. &lt;/strong&gt;&lt;a href=&quot;http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Consistent Base Font Size&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This is the best jQuery technique to gain control over your font sizes until IE finally support the resizing of text in pixels.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;75. &lt;/strong&gt;&lt;a href=&quot;http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Maintain Consistent Margins&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery technique enables users to remove the margin and padding from every element instead of CSS resets.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;76. &lt;/strong&gt;&lt;a href=&quot;http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Set a Float to Clear a Float&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This jQuery is one of the most important things to understand with CSS. However, it is also important to learn how to clear floats.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;77. &lt;/strong&gt;&lt;a href=&quot;http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Image Replacement&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This image replacement technique involves the positioning an image over the top of the HTML. One feature of this technique is that even when images are disabled, the text is still visible.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;78. &lt;/strong&gt;&lt;a href=&quot;http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Faux Columns&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique allows 2 adjacent columns with unequal amounts of content to have 1px tall background image being repeated vertically in the containing element of the 2 columns.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;79. &lt;/strong&gt;&lt;a href=&quot;http://www.incg.nl/blog/2008/hover-block-jquery/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Animate a Hover with jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique allows users to animate an image while hovering over it and allow users to see information while doing that&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;80. &lt;/strong&gt;&lt;a href=&quot;http://snook.ca/archives/javascript/jquery-bg-image-animations/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Background Image Animation Using jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique involves producing animation effects by changing the position of the background image.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;81. &lt;/strong&gt;&lt;a href=&quot;http://www.shopdev.co.uk/blog/animated-menus-using-jquery/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Animated Menu using jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique involves the use of animated menu using CSS, XHTML and javascript.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;82. &lt;/strong&gt;&lt;a href=&quot;http://nettuts.com/javascript-ajax/create-a-cool-animated-navigation-with-css-and-jquery/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Create an Animated Navigation with CSS and jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique provides for the creation of a cool navigation enhanced with animation effect and visual feedback.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;83.&lt;/strong&gt; &lt;a href=&quot;http://nettuts.com/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Load in and Animate Content with jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique uses AJAX functionality so that the content loads into the relevant container instead of having to navigate to another page.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;84. &lt;/strong&gt;&lt;a href=&quot;http://www.learningjquery.com/2009/02/implementing-prototypes-array-methods-in-jquery&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Implementing Prototype’s Array Methods in jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique gives a particular array all the methods that Prototype adds to their Array and Enumerable objects.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;85. &lt;/strong&gt;&lt;a href=&quot;http://www.learningjquery.com/2009/03/43439-reasons-to-use-append-correctly&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;43,439 Reasons to Use Append() Correctly&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique provides for the proper way of using this jQuery method. Although an extremely easy and useful method to work with, it can significantly affect the performance of the page.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;86. &lt;/strong&gt;&lt;a href=&quot;http://davidherron.com/blog/topics/999-collapsable-content-using-jquery&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Collapsible Content Using jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This technique provides the steps in having the content collapsible through simple jQuery codes.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;87. &lt;/strong&gt;&lt;a href=&quot;http://marcgrabanski.com/article/5-tips-for-better-jquery-codehttp:/www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx#tip6&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Minimize Manipulation of DOM&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;We can further make the code faster if we cut down on the frequency that we insert into the DOM. Insertion operations of DOM will make things slow down.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;88. &lt;/strong&gt;&lt;a href=&quot;http://marcgrabanski.com/article/5-tips-for-better-jquery-codehttp:/www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Give context to your selectors&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;When you use the selector, the entire DOM will be traversed as a result of the action. This can be a very expensive process.&lt;/ul&gt;&lt;ul&gt;&lt;h3 style=&quot;font-size: 21px; &quot;&gt;jQUERY TUTORIALS&lt;/h3&gt;&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;89. &lt;/strong&gt;&lt;a href=&quot;http://docs.jquery.com/Tutorials:How_jQuery_Works&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;How jQuery Works&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This is a featured tutorial on jQuery by John Resig, the creator of jQuery. This is an ideal basic tutorial for those who are starting to learn jQuery for the first time.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;90. &lt;/strong&gt;&lt;a href=&quot;http://15daysofjquery.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery in 15 Days&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This is a 15 day tutorial that turns you from a greenhorn to an expert in 15 days.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;91. &lt;/strong&gt;&lt;a href=&quot;http://bassistance.de/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Bassistance&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This tutorial covers the basics of jQuery up to the more advanced topic like building plugins.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;92. &lt;/strong&gt;&lt;a href=&quot;http://remysharp.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Remy Sharp’s Blog&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;He has written numerous tutorials and plugins and he is also the person responsible for the very helpful &lt;a href=&quot;http://jqueryfordesigners.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQueryForDesigners&lt;/span&gt;&lt;/a&gt; website which also provides useful tutorials in answer to request of readers.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;93. &lt;/strong&gt;&lt;a href=&quot;http://css-tricks.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;CSS Tricks&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This reference site is full of examples, tips, tricks, tutorials and news about cascading style sheets (CSS).&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;94. &lt;/strong&gt;&lt;a href=&quot;http://colorcharge.com/jquery/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Cheat Sheets&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It provides to aspects of cheat sheets. These are: those made for iPod and other mobile devices; and those with the A4 cheat sheet.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;95. &lt;/strong&gt;&lt;a href=&quot;http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;How to Build jQuery Plugins&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;One can try any of the following tutorials: A &lt;a href=&quot;http://www.learningjquery.com/2007/10/a-plugin-development-pattern&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Plugin Development Pattern&lt;/span&gt;&lt;/a&gt;; &lt;a href=&quot;http://snook.ca/archives/javascript/jquery_plugin/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Developing a jQuery Plugin&lt;/span&gt;&lt;/a&gt;; and &lt;a href=&quot;http://blog.jeremymartin.name/2008/02/building-your-first-jquery-plugin-that.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;Building your First jQuery Plugin&lt;/span&gt;&lt;/a&gt;.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;96. &lt;/strong&gt;&lt;a href=&quot;http://webexpose.org/2006/12/28/jquery-pop-up-menu-tutorial/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Pop-up Menu Tutorial&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This is a tutorial material that focuses on pop-up link menu.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;97. &lt;/strong&gt;&lt;a href=&quot;http://errtheblog.com/posts/73-the-jskinny-on-jquery&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;The jSkinny on jQuery&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;It is a tutorial that covers jQuery javascript library.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;98. &lt;/strong&gt;&lt;a href=&quot;http://docs.jquery.com/Tutorials:How_to_Get_Anything_You_Want&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;How to Get Anything You Want&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This is an introductory tutorial on traversal methods and jQuery selectors and their use in DOM navigation&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;99. &lt;/strong&gt;&lt;a href=&quot;http://jqueryfordesigners.com/its-all-about-css/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;It’s all about CSS&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;As&lt;strong&gt; &lt;/strong&gt;the title suggests, this tutorial is all about CSS selectors. Once you learn from this tutorial, you can now easily query the DOM.&lt;/ul&gt;&lt;ul&gt;&lt;strong&gt;100. &lt;/strong&gt;&lt;a href=&quot;http://www.digital-web.com/articles/jquery_crash_course/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(13, 80, 111); text-decoration: underline; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-decoration: underline; &quot;&gt;jQuery Crash Course&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; – &lt;/strong&gt;This tutorial is designed for web designers with advanced knowledge of codes.&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;Source Link : &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, serif; line-height: normal; font-size: 16px; &quot;&gt;&lt;a href=&quot;http://www.templatelite.com/100-popular-jquery-plugins/&quot;&gt;http://www.templatelite.com/100-popular-jquery-plugins/&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/1936876064841337654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/1936876064841337654' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/1936876064841337654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/1936876064841337654'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2010/06/100-popular-jquery-examples-plugins-and.html' title='100 Popular jQuery Examples, Plugins and Tutorials'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-1617877843786973639</id><published>2010-06-27T22:11:00.000-07:00</published><updated>2010-06-27T22:14:12.862-07:00</updated><title type='text'>How to remove index.php from url using .htaccess (mod_rewrite)</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot;   style=&quot;  color: rgb(78, 78, 78); font-family:&#39;Lucida Grande&#39;, &#39;Lucida Sans&#39;, &#39;Lucida Sans Unicode&#39;, &#39;Helvetica Neue&#39;, Helvetica, Arial, Verdana, sans-serif;font-size:13px;&quot;&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;&lt;br /&gt;For better &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;SEO optimization&lt;/strong&gt; and make urls more &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;search engine friendly&lt;/strong&gt; , &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;remove index.&lt;a href=&quot;http://www.programmingfacts.com/2009/11/23/facts-of-php-programming-language/&quot; title=&quot;PHP Programming&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 113, 187); outline-style: none; outline-width: initial; outline-color: initial; &quot;&gt;php&lt;/a&gt; from URL &lt;/strong&gt;and make it easier to read.&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;Remove index.php&lt;/strong&gt; from URL can be done by writing only &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;two lines in your .htaccess&lt;/strong&gt;(mod_rewrite in apache) file. &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;Before writing&lt;/strong&gt;this rule in .htaccess , &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;make sure&lt;/strong&gt; that your &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;mod_rewrite is enabled&lt;/strong&gt;(On) in your&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;apache server&lt;/strong&gt;. Most probably mod_rewrite is enabled in Linux server but for windows server , you need to &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;contact hosting&lt;/strong&gt; people to make mod_rewrite enabled. You can check this by looking in phpinfo().&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;Below is the Rules which will &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;remove index.php&lt;/strong&gt; from URL using .htaccess. Look at below links for .htaccess rules.&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal; &quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;blockquote style=&quot;margin-top: -5px; margin-right: 10px; margin-bottom: 15px; margin-left: 0px; padding-top: 5px; padding-right: 1em; padding-bottom: 10px; padding-left: 2.4em; min-height: 40px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); font-style: italic; color: rgb(71, 71, 71); background-color: rgb(244, 250, 255); &quot;&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 24px; &quot;&gt;RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /([^/]+/)*index.php HTTP/ RewriteRule ^(([^/]+/)*)index.php$ http://www.%{HTTP_HOST}/ [R=301,NS,L]&lt;/p&gt;&lt;/blockquote&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;Redirect 301&lt;/strong&gt; means &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;Moved Permanently &lt;/strong&gt;so most search engines will &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;remove index.php&lt;/strong&gt; from URL.&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;To know more about &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;programming&lt;/strong&gt;,&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;MYSQL database&lt;/strong&gt;,&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;php info&lt;/strong&gt;,&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;php editor&lt;/strong&gt;,&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;programming php&lt;/strong&gt;,&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;Open-source&lt;/strong&gt;,&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;php help&lt;/strong&gt; and &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;php script &lt;/strong&gt;, subscribe to our feed by entering email address below. You will get updates via email about every tutorial posted on this site . It will not take more than a sec.&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/1617877843786973639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/1617877843786973639' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/1617877843786973639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/1617877843786973639'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2010/06/how-to-remove-indexphp-from-url-using.html' title='How to remove index.php from url using .htaccess (mod_rewrite)'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-6650442235984593486</id><published>2010-06-27T22:07:00.000-07:00</published><updated>2010-06-27T22:11:20.696-07:00</updated><title type='text'>Redirect one domain to another using .htaccess</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot;   style=&quot;  color: rgb(78, 78, 78); font-family:&#39;Lucida Grande&#39;, &#39;Lucida Sans&#39;, &#39;Lucida Sans Unicode&#39;, &#39;Helvetica Neue&#39;, Helvetica, Arial, Verdana, sans-serif;font-size:13px;&quot;&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;Are you looking for &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;redirecting &lt;/strong&gt;your website from&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;one domain to another&lt;/strong&gt; ? I was working for client who has a domain in &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;.com&lt;/strong&gt; and now they want to move full website into &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;.ie &lt;/strong&gt;domain. The problem is that all links has been crawled by major search engine. So if we remove all files from .com domain than it shows &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;404 not found &lt;/strong&gt;(broken links) for .com domain links. Also we have to remove files to avoid duplicate content issues.&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;The solution is to &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;redirect all request&lt;/strong&gt; from .com to .ie. So we need to write rules in &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;.htaccess &lt;/strong&gt;file of .com domain which redirect all request from .com to .ie and we will &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;not loose the visitors&lt;/strong&gt;. Below are the rules which is useful for&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;redirecting from one domain to another domain.&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; line-height: normal; &quot;&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;blockquote style=&quot;margin-top: -5px; margin-right: 10px; margin-bottom: 15px; margin-left: 0px; padding-top: 5px; padding-right: 1em; padding-bottom: 10px; padding-left: 2.4em; min-height: 40px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); font-style: italic; color: rgb(71, 71, 71); background-color: rgb(244, 250, 255); &quot;&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 24px; &quot;&gt;Options +FollowSymLinks&lt;br /&gt;RewriteEngine on&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 24px; &quot;&gt;RewriteCond %{HTTP_HOST} ^www.olddomain.com$ [NC]&lt;br /&gt;RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;Comment below if you have any query.&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;To know more about &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;programming&lt;/strong&gt;,&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;JavaScript issues&lt;/strong&gt;,&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;jQuery&lt;/strong&gt;,&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;a href=&quot;http://www.programmingfacts.com/2009/12/17/expression-engine-new-and-powerful-content-management-system/&quot; title=&quot;Expression Engine&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 113, 187); outline-style: none; outline-width: initial; outline-color: initial; &quot;&gt;Expression Engine&lt;/a&gt;&lt;/strong&gt;,&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;MYSQL database&lt;/strong&gt; and &lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;Open-source&lt;/strong&gt;, enter your email address below. We will send you free tutorials.&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 19px; &quot;&gt;Source link : &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: Georgia, serif; font-weight: normal; line-height: normal; font-size: 16px; &quot;&gt;&lt;a href=&quot;http://www.programmingfacts.com/2010/03/09/redirect-domain-htaccess/&quot;&gt;http://www.programmingfacts.com/2010/03/09/redirect-domain-htaccess/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;/strong&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/6650442235984593486/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/6650442235984593486' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/6650442235984593486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/6650442235984593486'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2010/06/redirect-one-domain-to-another-using.html' title='Redirect one domain to another using .htaccess'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-5725989488725776341</id><published>2008-07-31T01:41:00.000-07:00</published><updated>2008-08-06T22:29:20.923-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Flash with php"/><category scheme="http://www.blogger.com/atom/ns#" term="Flsah-Php feedback form"/><title type='text'>Flash - PHP Feedback Form</title><content type='html'>Flash - PHP Feedback Form. It is easy to create and send your comments with in  few seconds..&lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0&quot; width=&quot;400&quot; height=&quot;300&quot;&gt;&lt;br /&gt;        &lt;param name=&quot;movie&quot; value=&quot;http://myinnovativeidea.freehostia.com/php_flash_feedback_form/feedbackform.swf&quot; /&gt;&lt;br /&gt;        &lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;&lt;br /&gt;        &lt;embed src=&quot;http://myinnovativeidea.freehostia.com/php_flash_feedback_form/feedbackform.swf&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;400&quot; height=&quot;300&quot;&gt;&lt;/embed&gt;&lt;br /&gt;      &lt;/object&gt;&lt;/div&gt;&lt;br /&gt;Paste below codings in your flash action script file.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;var sendData_lv:LoadVars = new LoadVars();&lt;br /&gt;var receiveData_lv:LoadVars = new LoadVars();&lt;br /&gt;var formValidated:Boolean;&lt;br /&gt;var errorMessages:Array = new Array();&lt;br /&gt;&lt;br /&gt;receiveData_lv.onLoad = function():Void{&lt;br /&gt;	trace(this.sent);&lt;br /&gt;	if(this.sent == &quot;OK&quot;){&lt;br /&gt;	 message0_txt.text = &quot;Thank you for your feedback&quot;;&lt;br /&gt;	}else{&lt;br /&gt;	 message0_txt.text = this.sent;&lt;br /&gt;		}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;submit_btn.onRelease = function() {&lt;br /&gt;	//this clears the error text field if they have been populate previously&lt;br /&gt;	clearTextFields();&lt;br /&gt;	errorMessages.length = 0; //empty the array so next time the submit button is clicked the array is not already populated&lt;br /&gt;	formValidated = checkForm();&lt;br /&gt;	if (formValidated) {&lt;br /&gt;	//the form is valid and so now we can send details to our PHP file&lt;br /&gt;	//populate LoadVars object with the field values&lt;br /&gt;	sendData_lv.name = name_txt.text;&lt;br /&gt;	sendData_lv.email = email_txt.text;&lt;br /&gt;	sendData_lv.feedback = feedback_txt.text;&lt;br /&gt;	//trace(sendData_lv.email);&lt;br /&gt;	//trace(&quot;valid&quot;);&lt;br /&gt;		sendData_lv.sendAndLoad(&quot;email.php?ck=&quot;+new Date().getTime(), receiveData_lv);&lt;br /&gt;	} else {&lt;br /&gt;		//populate textfields with the error messages&lt;br /&gt;		for (var i = 0; i&lt;errorMessages.length; i++) {&lt;br /&gt;			 _root[&quot;message&quot;+i+&quot;_txt&quot;].text = errorMessages[i];&lt;br /&gt;			  trace(errorMessages[i]);&lt;br /&gt;		}&lt;br /&gt;	}&lt;br /&gt;};&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;function checkForm():Boolean {&lt;br /&gt;	//check whether the name field is empty&lt;br /&gt;	if (name_txt.text == &quot;&quot;) {&lt;br /&gt;		errorMessages.push(&quot;Please enter your name.&quot;);&lt;br /&gt;	}&lt;br /&gt;	if (email_txt.text == &quot;&quot;) {&lt;br /&gt;		errorMessages.push(&quot;Please enter your email address.&quot;);&lt;br /&gt;	} else if (email_txt.text.indexOf(&quot;@&quot;) == -1 || email_txt.text.indexOf(&quot;.&quot;) == -1) {&lt;br /&gt;		errorMessages.push(&quot;Please enter a valid email address.&quot;);&lt;br /&gt;	}&lt;br /&gt;	if (feedback_txt.text == &quot;&quot;) {&lt;br /&gt;		errorMessages.push(&quot;Please enter some feedback&quot;);&lt;br /&gt;	}&lt;br /&gt;	//if at this point the array is empty i.e has length 0, then this in effect means the form has passed all checks&lt;br /&gt;	if (errorMessages.length == 0) {&lt;br /&gt;		return true;&lt;br /&gt;	} else {&lt;br /&gt;		return false;&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;function clearTextFields():Void {&lt;br /&gt;	for (var i = 0; i&lt;errorMessages.length; i++) {&lt;br /&gt;		_root[&quot;message&quot;+i+&quot;_txt&quot;].text = &quot;&quot;;&lt;br /&gt;;&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Your Actionscript file is ready then create a phpl file to send your information. The php file names as email.php&lt;br /&gt;&lt;br /&gt;&lt;?php&lt;br /&gt;$name = $_POST[&#39;name&#39;];&lt;br /&gt;$email = $_POST[&#39;email&#39;];&lt;br /&gt;$feedback = $_POST[&#39;feedback&#39;];&lt;br /&gt;$subject = &#39;feedback from your website&#39;;&lt;br /&gt;$headers = &quot;From: $name &lt;$email&gt;\n&quot;;&lt;br /&gt;$headers .= &quot;Reply-To: $name &lt;$email&gt;\n&quot;;&lt;br /&gt;&lt;br /&gt;//ENTER YOUR EMAIL ADDRESS HERE&lt;br /&gt;$to = &#39;innovativeidea@gmail.com&#39;;&lt;br /&gt;//---------------------------&lt;br /&gt;&lt;br /&gt;$success = mail($to, $subject, $feedback, $headers);&lt;br /&gt;if($success){&lt;br /&gt;echo &#39;&amp;amp;sent=OK&#39;;&lt;br /&gt;}else{&lt;br /&gt;echo &#39;&amp;amp;sent=Error&#39;;&lt;br /&gt;}&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; errormessages=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;&quot; img=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSRH0ILWdzFWGvw3eavcQHC-J_lZXCSQSXJKQaZcaUaCzdKwVRAQhqz_-BPMHbGaKLeKtkEQBKjm4oKiUegf2IYZopmg1OGbsV3gkhH9KU9wE2Dztkgvi75Hjgp1Chrq7ISXh1qoBugrr4/s320/demo.gif&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5229098002385695298&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/errormessages&gt;&lt;a href=&quot;http://myinnovativeidea.freehostia.com/php_flash_feedback_form/download.html&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjehkr5Js72-r2YOSnwUqAIqTX39jKx7UKLhyphenhyphenq58Zou88lFlJwjp19QYnc6t62TR8xzau3KvMvjlsl4heOy2FtMDDZ4S9XdKMcnmoV_p_J8iJEwT6mq9wmiRmtXi3kv6WKU_8FRlzKt_rcB/s320/download.gif&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; errormessages=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;&quot; img=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSRH0ILWdzFWGvw3eavcQHC-J_lZXCSQSXJKQaZcaUaCzdKwVRAQhqz_-BPMHbGaKLeKtkEQBKjm4oKiUegf2IYZopmg1OGbsV3gkhH9KU9wE2Dztkgvi75Hjgp1Chrq7ISXh1qoBugrr4/s320/demo.gif&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5229098002385695298&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;errormessages text=&quot;errorMessages[i];&quot; function=&quot;&quot; boolean=&quot;&quot; check=&quot;&quot; whether=&quot;&quot; the=&quot;&quot; name=&quot;&quot; field=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; your=&quot;&quot; email=&quot;&quot; else=&quot;&quot; if=&quot;&quot; 1=&quot;&quot; please=&quot;&quot; enter=&quot;&quot; a=&quot;&quot; valid=&quot;&quot; email=&quot;&quot; if=&quot;&quot; text=&quot;=&quot; please=&quot;&quot; enter=&quot;&quot; some=&quot;&quot; if=&quot;&quot; at=&quot;&quot; this=&quot;&quot; point=&quot;&quot; the=&quot;&quot; array=&quot;&quot; is=&quot;&quot; empty=&quot;&quot; e=&quot;&quot; has=&quot;&quot; length=&quot;&quot; then=&quot;&quot; this=&quot;&quot; in=&quot;&quot; effect=&quot;&quot; means=&quot;&quot; the=&quot;&quot; form=&quot;&quot; has=&quot;&quot; passed=&quot;&quot; all=&quot;&quot; checks=&quot;&quot; if=&quot;&quot; length=&quot;=&quot; return=&quot;&quot; else=&quot;&quot; return=&quot;&quot; function=&quot;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSRH0ILWdzFWGvw3eavcQHC-J_lZXCSQSXJKQaZcaUaCzdKwVRAQhqz_-BPMHbGaKLeKtkEQBKjm4oKiUegf2IYZopmg1OGbsV3gkhH9KU9wE2Dztkgvi75Hjgp1Chrq7ISXh1qoBugrr4/s1600-h/demo.gif&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/errormessages&gt;&lt;/errormessages&gt;&lt;/errormessages&gt;</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/5725989488725776341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/5725989488725776341' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/5725989488725776341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/5725989488725776341'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2008/07/flash-php-feedback-form.html' title='Flash - PHP Feedback Form'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjehkr5Js72-r2YOSnwUqAIqTX39jKx7UKLhyphenhyphenq58Zou88lFlJwjp19QYnc6t62TR8xzau3KvMvjlsl4heOy2FtMDDZ4S9XdKMcnmoV_p_J8iJEwT6mq9wmiRmtXi3kv6WKU_8FRlzKt_rcB/s72-c/download.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-5876443874718878743</id><published>2008-07-30T22:48:00.000-07:00</published><updated>2008-08-05T23:18:30.955-07:00</updated><title type='text'>Web 2.0 Badges</title><content type='html'>Badges are a key requirement for any basic website too. Here is a set of very cool Web 2.0 Badges for you in .PSD and .PNG formats.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://myinnovativeidea.blogspot.com/2008/07/web-20-badges.html&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5229052491035571266&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmeCheFLXXWRLnMXXUI5tXjHnHP7U9XAQrR2Z8b8LOgRSU4hI8KTmKnbdHzwTl0wA5eqEONPXZ9rkNHD8gIAhYCXRddS8PTAG3Dkf9dy6dWQL3UbNs6CoKea81D7BTVaPGF864BZNFaEYY/s320/badges.gif&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://myinnovativeidea.freehostia.com/badges/download.html&quot; target=&quot;_blank&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5229053029174638418&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjehkr5Js72-r2YOSnwUqAIqTX39jKx7UKLhyphenhyphenq58Zou88lFlJwjp19QYnc6t62TR8xzau3KvMvjlsl4heOy2FtMDDZ4S9XdKMcnmoV_p_J8iJEwT6mq9wmiRmtXi3kv6WKU_8FRlzKt_rcB/s320/demo.gif&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;***********************************************</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/5876443874718878743/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/5876443874718878743' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/5876443874718878743'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/5876443874718878743'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2008/07/web-20-badges.html' title='Web 2.0 Badges'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmeCheFLXXWRLnMXXUI5tXjHnHP7U9XAQrR2Z8b8LOgRSU4hI8KTmKnbdHzwTl0wA5eqEONPXZ9rkNHD8gIAhYCXRddS8PTAG3Dkf9dy6dWQL3UbNs6CoKea81D7BTVaPGF864BZNFaEYY/s72-c/badges.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-7644754575514426417</id><published>2008-07-22T04:15:00.000-07:00</published><updated>2008-07-22T04:18:41.360-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="actionscript"/><category scheme="http://www.blogger.com/atom/ns#" term="actionscript school"/><category scheme="http://www.blogger.com/atom/ns#" term="flash tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Flash with slideshow"/><category scheme="http://www.blogger.com/atom/ns#" term="Flash With xml"/><category scheme="http://www.blogger.com/atom/ns#" term="online study material for actionscripting"/><title type='text'>Get Flash Tips from Me</title><content type='html'>Hi Friends,&lt;br /&gt;                You can get all tips &amp;amp; tricks using flash actionscript to make a animated screen on your website. If you are a novice then this tutorial will be easier to understand and make you a professional flash designer. Look More from me to get all the tutorials in actionscript</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/7644754575514426417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/7644754575514426417' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/7644754575514426417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/7644754575514426417'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2008/07/get-flash-tips-from-me.html' title='Get Flash Tips from Me'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-2624441211174367095</id><published>2008-07-15T05:59:00.001-07:00</published><updated>2008-08-01T01:51:24.093-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ajax"/><category scheme="http://www.blogger.com/atom/ns#" term="Gunalan"/><category scheme="http://www.blogger.com/atom/ns#" term="Mycodings"/><category scheme="http://www.blogger.com/atom/ns#" term="mycodings.blogspot.com"/><category scheme="http://www.blogger.com/atom/ns#" term="Mysql"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="Sathish Kumar"/><category scheme="http://www.blogger.com/atom/ns#" term="Test Engineer"/><title type='text'>For Free Ajax,PHP,Mysql Codings</title><content type='html'>For free Ajax,php,mysql codings  visit : &lt;a href=&quot;http://mycodings.blogspot.com/&quot;&gt;mycodings.blogspot.com&lt;/a&gt;. Here you&#39;ll get all types of PHP,Ajax Codings &amp;amp; mysql queries .</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/2624441211174367095/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/2624441211174367095' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/2624441211174367095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/2624441211174367095'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2008/07/for-free-ajaxphpmysql-codings.html' title='For Free Ajax,PHP,Mysql Codings'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1939801496016061691.post-2900030854701053169</id><published>2008-07-15T05:34:00.000-07:00</published><updated>2008-07-28T23:23:06.633-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="create xml using php"/><category scheme="http://www.blogger.com/atom/ns#" term="Flash with slideshow"/><category scheme="http://www.blogger.com/atom/ns#" term="Flash With xml"/><category scheme="http://www.blogger.com/atom/ns#" term="Free Flash Design"/><category scheme="http://www.blogger.com/atom/ns#" term="Free Flash file"/><category scheme="http://www.blogger.com/atom/ns#" term="Free Gallery"/><category scheme="http://www.blogger.com/atom/ns#" term="Gunalan"/><category scheme="http://www.blogger.com/atom/ns#" term="Liveindiacuisine"/><category scheme="http://www.blogger.com/atom/ns#" term="Slideshow with flash"/><category scheme="http://www.blogger.com/atom/ns#" term="Webdesign"/><title type='text'>Flash Slideshow With XML</title><content type='html'>&lt;span&gt;Paste the below coding in a actionscript file&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;function loadXML(loaded)&lt;br /&gt;{&lt;br /&gt;if (loaded)&lt;br /&gt;{&lt;br /&gt;   xmlNode = this.firstChild;&lt;br /&gt;   image = [];&lt;br /&gt;   description = [];&lt;br /&gt;   linkDetails = [];&lt;br /&gt;   total = xmlNode.childNodes.length;&lt;br /&gt;   i = 0;&lt;br /&gt;   while (i &lt; text =&quot; _root.linkDetails;&quot; content = &quot;no file loaded!&quot; loaded =&quot;=&quot; _alpha =&quot; 0;&quot; text =&quot; description[p];&quot;&gt; 0)&lt;br /&gt;{&lt;br /&gt;   --p;&lt;br /&gt;   picture._alpha = 0;&lt;br /&gt;   picture.loadMovie(image[p], 1);&lt;br /&gt;   desc_txt.text = description[p];&lt;br /&gt;   picture_num();&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function firstImage()&lt;br /&gt;{&lt;br /&gt;if (loaded == filesize)&lt;br /&gt;{&lt;br /&gt;   picture._alpha = 0;&lt;br /&gt;   picture.loadMovie(image[0], 1);&lt;br /&gt;   desc_txt.text = description[0];&lt;br /&gt;   link.text = link[0];&lt;br /&gt;   picture_num();&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function picture_num()&lt;br /&gt;{&lt;br /&gt;current_pos = p + 1;&lt;br /&gt;pos_txt.text = current_pos + &quot; / &quot; + total;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;_global.slideshow = &quot;on&quot;;&lt;br /&gt;xmlData = new XML();&lt;br /&gt;xmlData.ignoreWhite = true;&lt;br /&gt;xmlData.onLoad = loadXML;&lt;br /&gt;xmlData.load(&quot;images.xml&quot;);&lt;br /&gt;//xmlData.load(&quot;images.php&quot;);&lt;br /&gt;listen = new Object();&lt;br /&gt;listen.onKeyDown = function ()&lt;br /&gt;{&lt;br /&gt;if (Key.getCode() == 37)&lt;br /&gt;{&lt;br /&gt;   prevImage();&lt;br /&gt;   return;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;if (Key.getCode() == 39)&lt;br /&gt;{&lt;br /&gt;   nextImage();&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Key.addListener(listen);&lt;br /&gt;previous_btn.onRelease = function ()&lt;br /&gt;{&lt;br /&gt;prevImage();&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;next_btn.onRelease = function ()&lt;br /&gt;{&lt;br /&gt;nextImage();&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;p = 0;&lt;br /&gt;this.onEnterFrame = function ()&lt;br /&gt;{&lt;br /&gt;filesize = picture.getBytesTotal();&lt;br /&gt;loaded = picture.getBytesLoaded();&lt;br /&gt;preloader._visible = true;&lt;br /&gt;if (loaded == filesize)&lt;br /&gt;{&lt;br /&gt;   preloader._visible = false;&lt;br /&gt;   if (picture._alpha &lt; _alpha =&quot; picture._alpha&quot; _xscale =&quot; 100&quot; slideshow =&quot;=&quot; now =&quot; getTimer();&quot;&gt; flip)&lt;br /&gt;   {&lt;br /&gt;       if (p &gt; total - 2)&lt;br /&gt;       {&lt;br /&gt;           p = 0;&lt;br /&gt;           flip = flip + 4000;&lt;br /&gt;           firstImage();&lt;br /&gt;           return;&lt;br /&gt;       }&lt;br /&gt;&lt;br /&gt;       flip = flip + 4000;&lt;br /&gt;       nextimage();&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Your Actionscript file is ready then create a xml file with datas in the format given below :&lt;/span&gt;&lt;br /&gt;&lt;1?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;&gt;&lt;br /&gt;&lt;1images&gt;&lt;br /&gt;&lt;1pic&gt;&lt;br /&gt;    &lt;1image&gt;slideshow/_01.jpg&lt;1/image&gt;&lt;br /&gt;    &lt;1caption&gt;ssfsdlfjsdlfjsdla  &lt;1/caption&gt;&lt;br /&gt;&lt;1/pic&gt;&lt;br /&gt;  &lt;1pic&gt;&lt;br /&gt;    &lt;1image&gt;slideshow/_01.jpg&lt;1/image&gt;&lt;br /&gt;    &lt;1caption&gt;ssfsdlfjsdlfjsdla  &lt;1/caption&gt;&lt;br /&gt;&lt;1/pic&gt;&lt;br /&gt;  &lt;1pic&gt;&lt;br /&gt;    &lt;1image&gt;slideshow/_01.jpg&lt;1/image&gt;&lt;br /&gt;    &lt;1caption&gt;ssfsdlfjsdlfjsdla  &lt;1/caption&gt;&lt;br /&gt;&lt;1/pic&gt;&lt;br /&gt;&lt;br /&gt;&lt;1/images&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;*&lt;/span&gt;Remove 1 in every html tag&lt;/span&gt;&lt;br /&gt;&lt;span&gt;For demo Check :&lt;/span&gt; &lt;a href=&quot;http://fhaplprojects.freehostia.com/Liveindiacuisine/index.php&quot; target=&quot;_blank&quot; &gt;Liveindiacuisine.com&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://myinnovativeidea.blogspot.com/feeds/2900030854701053169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1939801496016061691/2900030854701053169' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/2900030854701053169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1939801496016061691/posts/default/2900030854701053169'/><link rel='alternate' type='text/html' href='http://myinnovativeidea.blogspot.com/2008/07/flash-slideshow-with-xml.html' title='Flash Slideshow With XML'/><author><name>Kalai Gunalan</name><uri>http://www.blogger.com/profile/02177278170530295943</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>