// http://www.serie3.info/ CSS Help: Mészáros Róbert -> http://www.perspectived.com/ Version: 1.0 Copyright: Feel free to redistribute the script/modify it, as long as you leave my infos at the top. -------------------------------------------------------------------------- */ (function($){ $.fn.s3Slider = function(vars) { var element = this; var timeOut = (vars.timeOut != undefined) ? vars.timeOut : 4000; var current = null; var timeOutFn = null; var faderStat = true; var mOver = false; var items = $("#" + element[0].id + "Content ." + element[0].id + "Image"); var itemsSpan = $("#" + element[0].id + "Content ." + element[0].id + "Image span"); items.each(function(i) { $(items[i]).mouseover(function() { mOver = true; }); $(items[i]).mouseout(function() { mOver = false; fadeElement(true); }); }); var fadeElement = function(isMouseOut) { var thisTimeOut = (isMouseOut) ? (timeOut/2) : timeOut; thisTimeOut = (faderStat) ? 10 : thisTimeOut; if(items.length > 0) { timeOutFn = setTimeout(makeSlider, thisTimeOut); } else { console.log("Poof.."); } } var makeSlider = function() { current = (current != null) ? current : items[(items.length-1)]; var currNo = jQuery.inArray(current, items) + 1 currNo = (currNo == items.length) ? 0 : (currNo - 1); var newMargin = $(element).width() * currNo; if(faderStat == true) { if(!mOver) { $(items[currNo]).fadeIn((timeOut/6), function() { if($(itemsSpan[currNo]).css('bottom') == 0) { $(itemsSpan[currNo]).slideUp((timeOut/6), function() { faderStat = false; current = items[currNo]; if(!mOver) { fadeElement(false); } }); } else { $(itemsSpan[currNo]).slideDown((timeOut/6), function() { faderStat = false; current = items[currNo]; if(!mOver) { fadeElement(false); } }); } }); } } else { if(!mOver) { if($(itemsSpan[currNo]).css('bottom') == 0) { $(itemsSpan[currNo]).slideDown((timeOut/6), function() { $(items[currNo]).fadeOut((timeOut/6), function() { faderStat = true; current = items[(currNo+1)]; if(!mOver) { fadeElement(false); } }); }); } else { $(itemsSpan[currNo]).slideUp((timeOut/6), function() { $(items[currNo]).fadeOut((timeOut/6), function() { faderStat = true; current = items[(currNo+1)]; if(!mOver) { fadeElement(false); } }); }); } } } } makeSlider(); }; })(jQuery); //]]>

Pages

Subscribe:

Ads 468x60px

Unordered List

Most Popular

Template Information

Sponsor

Test Footer 2

Flickr Images

About us

Video Of Day

Sunday, 21 December 2014

What is Advantages of Network?

Advantages of Network:-

Advantages of Network?

         

      *Resource Sharing:               

                                  Which means antivirus any informations,softwares, application softwares,hard wares such as printers, faxes, modems also can be shared over network.so any authorized users can access those resources without any problem.very large amount of data also can be stored easily with very less time consuming.

      *Security:

                          The Data  which are stored in any server which is password protected.so it can be accessed by only authoized users and it can be modified by only privillaged users,so there is no worry about any un autorized modifications on data.                    

      *Centralized Managements:

                           Software or any Latest updations for any clients which is possible from server side.It can be installed by server to all clients simultaneously.It avoids that need to spent time and energy for installing or updating softwres for individualcomputers independently.           

      *Speed:                       

               Data can be shared very short peoiods.The network data transfer speed that depends upon the hardware(Ehternett,wi-fi,bluetooth...etc) whcih is used to connect devices togother.Emais are delivered within a second.

       *Easy Administrating:

                            A well designed network required considerable time and expertise for proper maintanence.that network enables the network administrator to manage network easily.

      *Multible Access:

                           Network allows multiple user to access same file simultaneously,So If you consider a company,there all project members can work together in a same file.

0 comments:

Post a Comment