Top Menu

Blink text with jQuery1.Text Effects In jQuery.2.If you want blinking text, use this tag. 3. To fade-in fade-out blinking of the text <div id="msg"> </div><script language="javascript">    function setFade() {        $("#msg").fadeOut(1000, function () {            $("#msg").fadeIn();        });        }        setInterval("setFade();",100);</script>

Set timezone in PHPHere is a example how you can set time zone in php.Time zone functionally is very important in auction sites, freelance based sites, product base sites, but many programmer don’t care about time zone.due to this lake of programming visitor face problems and sites goes to down.Here is an example how we can solve time zone issue…

Close