Simple fade in / fade out button using jQuery

<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js”></script>

<script type=”text/javascript” language=”javascript”>
$(document).ready(function() {
$(“#out”).click(function(){
$(“#out”).fadeOut( ‘slow’, function(){
$(“#out”).fadeIn(‘slow’);
});
});
});
</script>

<a href=”#”><img  src=”/images/update.png” id=”out”></a>

Click the image below to see a live demo:
update

Robot.txt Optimization

What is the Robot.txt? For those of you who don’t know what robot.txt is; it is a protocol which is designed to limit what areas of sites can be crawled by spiders, to understand this completely you should have a rough idea of how spiders work. Using the robot.txt optimisation carries with it major benefits…